aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2018-09-20 15:22:44 -0400
committerPrudence Au <prudence.au@amdocs.com>2018-09-20 15:22:44 -0400
commitc84b11e8ad2a0420f413f3b06f1ad191226a0133 (patch)
tree9961cc67944f4c493b33bce31d2d41100e15df22
parent976c37263f4087ae3c12e704a66fe78c81b142ed (diff)
fix start up issue
Change-Id: Ic5523369c99eb2075ffa2526a13822869f62170e Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-661
-rw-r--r--pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e41084a..04b1f65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
- <version>1.5.12.RELEASE</version>
+ <version>1.5.15.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -60,6 +60,17 @@
<version>1.3.1-SNAPSHOT</version>
</dependency>
<dependency>
+ <groupId>com.sun.jersey</groupId>
+ <artifactId>jersey-client</artifactId>
+ <version>1.19.4</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.ws.rs</groupId>
+ <artifactId>jsr311-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>