diff options
author | Instrumental <jcgmisc@stl.gathman.org> | 2018-04-02 17:41:10 -0500 |
---|---|---|
committer | Instrumental <jcgmisc@stl.gathman.org> | 2018-04-02 17:42:06 -0500 |
commit | 67bac2c1c44beab7752b39584553449e1c8a4e94 (patch) | |
tree | 40f0023bc420e0cc947a1d81f235e04f8bf925f3 /auth/auth-core/pom.xml | |
parent | 1eb6678db673759f0f95b1aedfcb4fe55c7152a2 (diff) |
Keep only clean TestCases, remove 2 license issues
Issue-ID: AAF-111
Change-Id: I7f779f4beacc84427734ce2c5b0369d5727e136d
Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
Diffstat (limited to 'auth/auth-core/pom.xml')
-rw-r--r-- | auth/auth-core/pom.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/auth/auth-core/pom.xml b/auth/auth-core/pom.xml index f1948747..7281cee2 100644 --- a/auth/auth-core/pom.xml +++ b/auth/auth-core/pom.xml @@ -72,9 +72,6 @@ <properties> - <skipTests>true</skipTests> - - <!-- SONAR --> <jacoco.version>0.7.7.201606060606</jacoco.version> <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> @@ -122,11 +119,7 @@ <scope>compile</scope> </dependency> - <dependency> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-jmx</artifactId> - <scope>compile</scope> - </dependency> + </dependencies> <build> |