diff options
author | Instrumental <jgonap@stl.gathman.org> | 2020-03-18 15:58:01 -0500 |
---|---|---|
committer | Instrumental <jgonap@stl.gathman.org> | 2020-03-18 15:58:44 -0500 |
commit | eeb50d3b600eb5c781c53cb6f9519e503e22ca6d (patch) | |
tree | d5fc9fc4220cd90b02046492b54399e42ae5609f /auth/auth-batch/src | |
parent | 14b5b259a28045ae08515d643af3381aac148b86 (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/src')
-rw-r--r-- | auth/auth-batch/src/assemble/auth-batch.xml | 5 |
1 files changed, 4 insertions, 1 deletions
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> |