aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2018-10-22 20:13:20 +0000
committerdglFromAtt <dgl@research.att.com>2018-10-22 20:13:29 +0000
commit22172d5ae4a4553a48fbc581e2f63c7bb4e8eeb9 (patch)
treeed9d67e5f6d71bb5fc316ea6c57a1ed2f9b6416e /pom.xml
parent7660a074f7e7557b1765f3b4db933aa912445d5e (diff)
Use latest AAF version
NOTE: new dbcapi built with new AAF too Change-Id: Iec765006411fd1b1e7f4165a64d6b5d9aca7af0a Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-855
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index a75ef55..56126b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -289,7 +289,7 @@
<dependency>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>aaf-cadi-aaf</artifactId>
- <version>2.1.2-SNAPSHOT</version>
+ <version>2.1.5-SNAPSHOT</version>
<classifier>full</classifier>
</dependency>
@@ -330,7 +330,7 @@
<dependency>
<groupId>org.onap.dmaap.dbcapi</groupId>
<artifactId>dbcapi</artifactId>
- <version>1.0.16-SNAPSHOT</version>
+ <version>1.0.17-SNAPSHOT</version>
</dependency>
</dependencies>
<reporting>
@@ -365,7 +365,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jettyVersion>9.3.8.RC0</jettyVersion>
<eelf.version>0.0.1</eelf.version>
- <artifact.version>1.0.23</artifact.version>
+ <artifact.version>1.0.24</artifact.version>
<!-- SONAR -->
<jacoco.version>0.7.7.201606060606</jacoco.version>
<sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>