summaryrefslogtreecommitdiffstats
path: root/config-proxy
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-28 22:27:45 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-28 22:27:45 +0100
commitfe656cf65ff16eb0cc25387eeda74361c20f2ae0 (patch)
tree2c5209cf5ef4398568bb904473312da88faf0b2d /config-proxy
parent69e3a7646772b92fb20b454f45d1f166258e42e4 (diff)
clean up dependencies not used.
Diffstat (limited to 'config-proxy')
-rw-r--r--config-proxy/pom.xml16
1 files changed, 3 insertions, 13 deletions
diff --git a/config-proxy/pom.xml b/config-proxy/pom.xml
index e241f50e851..d23d46fc212 100644
--- a/config-proxy/pom.xml
+++ b/config-proxy/pom.xml
@@ -49,13 +49,9 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk18on</artifactId>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>container-apache-http-client-bundle</artifactId>
+ <version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -68,12 +64,6 @@
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>container-apache-http-client-bundle</artifactId>
- <version>${project.version}</version>
- <scope>compile</scope>
- </dependency>
</dependencies>
<build>
<plugins>