summaryrefslogtreecommitdiffstats
path: root/vespajlib/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-10-21 16:07:44 +0200
committergjoranv <gv@verizonmedia.com>2021-10-21 16:07:44 +0200
commit7f1bba52ab77252f8e2a78e6e09932169becf182 (patch)
treee684ed86bbabfd68486ab13237604a4d07fb1ab8 /vespajlib/pom.xml
parent7c235d5ff4f29d466222210dd3f14e84fb0bd366 (diff)
Revert "Move source code from http-utils to vespajlib and add osgi exports"
This reverts commit 944f65f03158517cb90059bffc6292cf39b25aba.
Diffstat (limited to 'vespajlib/pom.xml')
-rw-r--r--vespajlib/pom.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/vespajlib/pom.xml b/vespajlib/pom.xml
index 7b054ad74db..7be95661d9a 100644
--- a/vespajlib/pom.xml
+++ b/vespajlib/pom.xml
@@ -51,32 +51,10 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>security-utils</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
<artifactId>yolean</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents.client5</groupId>
- <artifactId>httpclient5</artifactId>
- <scope>provided</scope>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
<!-- test scope -->
<dependency>