aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2018-09-20 17:38:49 -0400
committerPrudence Au <prudence.au@amdocs.com>2018-09-20 17:41:44 -0400
commit28056dd6cbb5366d781e1e601124e5aea7747b7f (patch)
tree5fb4e0bb7c1361dd5cd60cb2bcaa1c630f616644 /pom.xml
parentf8d65028bb25ff774d668873720640bd32b16956 (diff)
Fix start up issue
Change-Id: Ie1e09ea3265ffe33e068619614eeb51f461a481a Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-648
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml19
1 files changed, 11 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 036670f..f0a64a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,17 @@ limitations under the License.
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</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>
<!-- logging dependencies -->
<dependency>
@@ -168,14 +179,6 @@ limitations under the License.
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>
- <groupId>javax.ws.rs</groupId>
- <artifactId>jsr311-api</artifactId>
- </exclude>
- </excludes>
- </configuration>
<executions>
<execution>
<goals>