diff options
Diffstat (limited to 'auth/pom.xml')
-rw-r--r-- | auth/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/auth/pom.xml b/auth/pom.xml index d96928d4..458177bb 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -28,9 +28,7 @@ <artifactId>parent</artifactId> <version>2.1.0-SNAPSHOT</version> </parent> - <groupId>org.onap.aaf.authz</groupId> <artifactId>authparent</artifactId> - <version>2.1.0-SNAPSHOT</version> <name>AAF Auth Parent</name> <packaging>pom</packaging> @@ -502,7 +500,7 @@ <dependency> <groupId>com.datastax.cassandra</groupId> <artifactId>cassandra-driver-core</artifactId> - <version>3.3.0</version> + <version>3.4.0</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> |