summaryrefslogtreecommitdiffstats
path: root/auth/auth-cass/pom.xml
diff options
context:
space:
mode:
authorInstrumental <jcgmisc@stl.gathman.org>2018-04-11 13:48:21 -0500
committerInstrumental <jcgmisc@stl.gathman.org>2018-04-11 13:48:28 -0500
commit9d4f038670343ddd8d9edf797c98aecad2d35ff0 (patch)
tree1fc12aca28a8e5ea46f87a3e7ceb1435676cecdb /auth/auth-cass/pom.xml
parentd3348840a68e7366cd03c0cabccd12f2cf05b5e2 (diff)
Update Cassandra Driver Version
Issue-ID: AAF-228 Change-Id: Ic1c412cb926b52084b370f5c89fa63ee53ae2c08 Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
Diffstat (limited to 'auth/auth-cass/pom.xml')
-rw-r--r--auth/auth-cass/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/auth/auth-cass/pom.xml b/auth/auth-cass/pom.xml
index 5af9d3e0..1a722682 100644
--- a/auth/auth-cass/pom.xml
+++ b/auth/auth-cass/pom.xml
@@ -88,13 +88,11 @@
<dependency>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>aaf-auth-core</artifactId>
- <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>aaf-cadi-aaf</artifactId>
- <version>${project.version}</version>
</dependency>
<dependency>
@@ -141,7 +139,6 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<nexusUrl>${nexusproxy}</nexusUrl>
@@ -152,7 +149,6 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>${jacoco.version}</version>
<configuration>
<excludes>
<exclude>**/gen/**</exclude>