summaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
diff options
context:
space:
mode:
authorHaakon Dybdahl <dybdahl@yahoo-inc.com>2016-08-18 12:38:16 +0200
committerHaakon Dybdahl <dybdahl@yahoo-inc.com>2016-08-18 12:38:16 +0200
commit0de4a7b79be09de6cb0e7697b42c25fdefb428b5 (patch)
treeeaa59dbd6e07d56bbb9039bfb220d5968db1aa37 /node-admin/pom.xml
parentc8a7cf6eaf153b5506e7e62cb21cbeacc60d5936 (diff)
Move to socket and fix dependencies.
Diffstat (limited to 'node-admin/pom.xml')
-rw-r--r--node-admin/pom.xml52
1 files changed, 4 insertions, 48 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index a7e03291ae8..7fb3245eed9 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -22,16 +22,6 @@
<artifactId>node-repository</artifactId>
<version>${project.version}</version>
<scope>test</scope>
- <exclusions>
- <exclusion>
- <artifactId>com.fasterxml.jackson.datatype</artifactId>
- <groupId>jackson-databind</groupId>
- </exclusion>
- <exclusion>
- <artifactId>jackson-datatype-joda</artifactId>
- <groupId>com.fasterxml.jackson.datatype</groupId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
@@ -101,6 +91,7 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
+
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
@@ -141,12 +132,6 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>io.airlift</groupId>
- <artifactId>airline</artifactId>
- <version>0.7</version>
- </dependency>
-
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
@@ -163,38 +148,9 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-annotations</artifactId>
- <version>2.6.4</version>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-core</artifactId>
- <version>2.6.4</version>
- </dependency>
-
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>2.6.4</version>
-
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.jaxrs</groupId>
- <artifactId>jackson-jaxrs-json-provider</artifactId>
- <version>2.6.4</version>
- </dependency>
-
- <dependency>
- <groupId>com.fasterxml.jackson.jaxrs</groupId>
- <artifactId>jackson-jaxrs-base</artifactId>
- <version>2.6.4</version>
- </dependency>
-
- <dependency>
- <artifactId>jackson-datatype-joda</artifactId>
- <groupId>com.fasterxml.jackson.datatype</groupId>
- <version>2.6.4</version>
+ <groupId>io.airlift</groupId>
+ <artifactId>airline</artifactId>
+ <version>0.7</version>
</dependency>
</dependencies>