aboutsummaryrefslogtreecommitdiffstats
path: root/dmaap-listener/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dt5972@att.com>2018-06-07 17:45:08 +0000
committerGerrit Code Review <gerrit@onap.org>2018-06-07 17:45:08 +0000
commit68b56b1f8c79daa114c59cee29a4de98c4b10685 (patch)
tree346eeeb3215c0f655add35af5c86778c785316d1 /dmaap-listener/pom.xml
parent751d50b2b5b668355ddf22d007610cac700b41b1 (diff)
parentf1b7fecfbe875059793a6ece34b3743f379bb030 (diff)
Merge "Introduce new dmaapClient for use with ccsdk"
Diffstat (limited to 'dmaap-listener/pom.xml')
-rwxr-xr-xdmaap-listener/pom.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/dmaap-listener/pom.xml b/dmaap-listener/pom.xml
index 4dc12156..0d781698 100755
--- a/dmaap-listener/pom.xml
+++ b/dmaap-listener/pom.xml
@@ -30,6 +30,17 @@
<SWM_VERSION>${project.version}-${build.number}</SWM_VERSION>
</properties>
+ <dependencyManagement>
+ <dependencies>
+ <!-- dmaapClient needs this version of this jar -->
+ <dependency>
+ <groupId>javax.ws.rs</groupId>
+ <artifactId>javax.ws.rs-api</artifactId>
+ <version>2.1</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
<dependencies>
<dependency>
@@ -105,8 +116,8 @@
<version>2.5.1</version>
<inherited>true</inherited>
<configuration>
- <source>1.7</source>
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
</configuration>
</plugin>
<plugin>