summaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
diff options
context:
space:
mode:
authorHaakon Dybdahl <dybdahl@yahoo-inc.com>2016-08-05 10:17:56 +0200
committerHaakon Dybdahl <dybdahl@yahoo-inc.com>2016-08-05 10:17:56 +0200
commit098bec9d314f3f59a213eb9e56b81c8df38f1958 (patch)
treea248f5d9931613c65ec229bcaa85dc646ff98775 /node-admin/pom.xml
parent9d9233dfd4be6694188b65a57035855312e18af7 (diff)
Fix dep, add error in exception
Diffstat (limited to 'node-admin/pom.xml')
-rw-r--r--node-admin/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index 0e35c563f94..9ff59118209 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -67,10 +67,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
- <exclusion>
+ <!-- <exclusion>
<groupId>org.glassfish.jersey.connectors</groupId>
<artifactId>jersey-apache-connector</artifactId>
- </exclusion>
+ </exclusion> -->
<exclusion>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
@@ -83,6 +83,7 @@
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
</exclusion>
+
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>