diff options
Diffstat (limited to 'auth/auth-batch/src/assemble/auth-batch.xml')
-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> |