summaryrefslogtreecommitdiffstats
path: root/controller-api
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-06-06 01:17:59 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:29 +0200
commitb2270049df9a03c1c811513fc93ee11f06dd4cf1 (patch)
tree3353ec1d5dd3fc52c55fa6c06a6775fb16948475 /controller-api
parent52a0ba9c3951004884bbdfad403546ed6d2278a5 (diff)
Stop providing bouncycastle via the 'container' artifact.
- Add missing dependencies for security-utils so that bouncycastle import-packages are generated for modules that formerly relied only on container-dev or provided-dependencies. - Add bouncycastle to container-test
Diffstat (limited to 'controller-api')
-rw-r--r--controller-api/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/controller-api/pom.xml b/controller-api/pom.xml
index 42e96e0331a..580809c4181 100644
--- a/controller-api/pom.xml
+++ b/controller-api/pom.xml
@@ -67,6 +67,13 @@
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>security-utils</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
<!-- compile -->
<dependency>