summaryrefslogtreecommitdiffstats
path: root/auth/auth-batch
diff options
context:
space:
mode:
authorInstrumental <jgonap@stl.gathman.org>2020-03-18 15:58:01 -0500
committerInstrumental <jgonap@stl.gathman.org>2020-03-18 15:58:44 -0500
commiteeb50d3b600eb5c781c53cb6f9519e503e22ca6d (patch)
treed5fc9fc4220cd90b02046492b54399e42ae5609f /auth/auth-batch
parent14b5b259a28045ae08515d643af3381aac148b86 (diff)
Fix Cass, then to Version 2.1.19
Issue-ID: AAF-1081 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I5ca5779813b6120dfb6c13768abab4855ad26c35
Diffstat (limited to 'auth/auth-batch')
-rw-r--r--auth/auth-batch/pom.xml2
-rw-r--r--auth/auth-batch/src/assemble/auth-batch.xml5
2 files changed, 5 insertions, 2 deletions
diff --git a/auth/auth-batch/pom.xml b/auth/auth-batch/pom.xml
index e21b6321..78dfe2ce 100644
--- a/auth/auth-batch/pom.xml
+++ b/auth/auth-batch/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>authparent</artifactId>
- <version>2.1.18-SNAPSHOT</version>
+ <version>2.1.19-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/auth/auth-batch/src/assemble/auth-batch.xml b/auth/auth-batch/src/assemble/auth-batch.xml
index 25b37b73..eb0456ee 100644
--- a/auth/auth-batch/src/assemble/auth-batch.xml
+++ b/auth/auth-batch/src/assemble/auth-batch.xml
@@ -45,13 +45,16 @@
<include>org.onap.aaf.authz:aaf-auth-batch</include>
<include>org.onap.aaf.authz:aaf-auth-core</include>
<include>org.onap.aaf.authz:aaf-cadi-core</include>
+ <include>org.onap.aaf.authz:aaf-auth-cass</include>
<include>org.onap.aaf.authz:aaf-misc-env</include>
<include>org.onap.aaf.authz:aaf-misc-rosetta</include>
+ <include>com.datastax.cassandra:cassandra-driver-core</include>
<include>javax.xml.bind:jaxb-api</include>
<include>org.glassfish.jaxb:jaxb-runtime</include>
<include>com.sun.istack:istack-commons-runtime</include>
<include>javax.activation:javax.activation-api</include>
+ <include>log4j:log4j</include>
</includes>
</dependencySet>
</dependencySets>
-</assembly> \ No newline at end of file
+</assembly>