diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-05-08 14:33:18 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-05-09 06:05:32 -0500 |
commit | de038d3a92e1f13fac72ca53b52676fe223556a7 (patch) | |
tree | 8676a1d3f1168dd5432297fb492016112ca2866c /auth-client | |
parent | 34f6446e97199cb5aaefd1369d9faaf297a9b6bf (diff) |
Check Perm Instance ending in colon
Issue-ID: AAF-269
Change-Id: I5422c0f119a53284ddc25eb7b99a8a6b09d3dd39
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Fix broken JUnits
Issue-ID: AAF-270
Change-Id: I91e5d24b0e0610b10dcd12e90813e9ea00af1812
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth-client')
-rw-r--r-- | auth-client/pom.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/auth-client/pom.xml b/auth-client/pom.xml index 9f0bef76..789e24ee 100644 --- a/auth-client/pom.xml +++ b/auth-client/pom.xml @@ -122,7 +122,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <version>2.5</version> <configuration> <skip>false</skip> </configuration> @@ -140,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> @@ -151,7 +149,6 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.7.7.201606060606</version> <configuration> <dumpOnExit>true</dumpOnExit> <includes> |