aboutsummaryrefslogtreecommitdiffstats
path: root/filedistribution/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-11-29 07:10:55 +0100
committerHarald Musum <musum@yahooinc.com>2022-11-29 07:10:55 +0100
commit861eb23054780cbeb69a77e219017385c6e1cc21 (patch)
treeda21ff0e2eb784becb4c22f770774a6d58b97eec /filedistribution/pom.xml
parentd999546d8bf525a77779d4d6784b5ba563c8ec6f (diff)
Split out filedistribution client into its own module
Diffstat (limited to 'filedistribution/pom.xml')
-rw-r--r--filedistribution/pom.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/filedistribution/pom.xml b/filedistribution/pom.xml
index e16f8324da9..fb851d8325d 100644
--- a/filedistribution/pom.xml
+++ b/filedistribution/pom.xml
@@ -20,18 +20,6 @@
<dependencies>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>container-apache-http-client-bundle</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>http-utils</artifactId>
- <version>${project.version}</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
<artifactId>vespajlib</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
@@ -68,26 +56,6 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</dependency>
- <dependency>
- <groupId>io.airlift</groupId>
- <artifactId>airline</artifactId>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-nop</artifactId>
- <scope>compile</scope>
- <version>${slf4j.version}</version>
- </dependency>
</dependencies>
<build>