summaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
diff options
context:
space:
mode:
authorvalerijf <valerijf@yahoo-inc.com>2016-08-09 16:12:06 +0200
committervalerijf <valerijf@yahoo-inc.com>2016-08-09 16:12:06 +0200
commit6144a80dc88d9430088c8613bbb7a4a2867856f3 (patch)
tree87d04f153c470bf288d110548c6da8cf2efc181c /node-admin/pom.xml
parentdb49886ce6dfa67ed6c6d239e4d847b973bbbf8a (diff)
Fixed tests
Diffstat (limited to 'node-admin/pom.xml')
-rw-r--r--node-admin/pom.xml15
1 files changed, 10 insertions, 5 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index da6fbb8c513..1938b5ed8fd 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -72,6 +72,10 @@
<artifactId>jersey-client</artifactId>
</exclusion>
<exclusion>
+ <groupId>org.glassfish.jersey.connectors</groupId>
+ <artifactId>jersey-apache-connector</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
</exclusion>
@@ -131,6 +135,12 @@
<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>
@@ -146,11 +156,6 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>io.airlift</groupId>
- <artifactId>airline</artifactId>
- <version>0.7</version>
- </dependency>
</dependencies>
<build>