summaryrefslogtreecommitdiffstats
path: root/auth/auth-hello/pom.xml
diff options
context:
space:
mode:
authorInstrumental <jcgmisc@stl.gathman.org>2018-04-26 10:40:44 -0500
committerInstrumental <jcgmisc@stl.gathman.org>2018-04-26 10:40:48 -0500
commit4ae2b76732fc04aaab62b8449a003d470e6c99ba (patch)
tree4854dab02058b316d21f02f405fc811d7425c0bf /auth/auth-hello/pom.xml
parentb024f3e32c0eb4406313ce78abec747a58312838 (diff)
Fix Bath config issue
Issue-ID: AAF-264 Change-Id: Id9203fe4d756ac9aab51f7ccc5f33d8a41e2f5ce Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
Diffstat (limited to 'auth/auth-hello/pom.xml')
-rw-r--r--auth/auth-hello/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/auth/auth-hello/pom.xml b/auth/auth-hello/pom.xml
index ddaebff3..c465f818 100644
--- a/auth/auth-hello/pom.xml
+++ b/auth/auth-hello/pom.xml
@@ -49,13 +49,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>
</dependencies>
@@ -101,7 +99,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>
@@ -112,7 +109,6 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>${jacoco.version}</version>
<configuration>
<excludes>
<exclude>**/gen/**</exclude>