aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsunil unnava <su622b@att.com>2018-08-30 16:25:20 -0400
committersunil unnava <su622b@att.com>2018-08-30 16:25:40 -0400
commit4cb1f9a13d30bdf0a2b4bd71b74ade305f5ff112 (patch)
tree7307e5cd99991ff76ca15ac7bf8da56eb7309372 /pom.xml
parent7f18a630f28242d684330af528b296e2b17249c6 (diff)
Fixes for NullpointerExceptiones1.1.7
Issue-ID: DMAAP-686 Change-Id: Ida4c81c05399387009ca5ba39b659da1cb94c210 Signed-off-by: sunil unnava <su622b@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d7930ff..6ea7f1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<!-- for the client library, we want to allow 1.6 or later -->
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
- <jersey.version>2.26</jersey.version>
+ <jersey.version>2.22.1</jersey.version>
<version.jackson.core>2.6.7.1</version.jackson.core>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>