summaryrefslogtreecommitdiffstats
path: root/auth/pom.xml
diff options
context:
space:
mode:
authorInstrumental <jcgmisc@stl.gathman.org>2018-04-02 17:41:10 -0500
committerInstrumental <jcgmisc@stl.gathman.org>2018-04-02 17:42:06 -0500
commit67bac2c1c44beab7752b39584553449e1c8a4e94 (patch)
tree40f0023bc420e0cc947a1d81f235e04f8bf925f3 /auth/pom.xml
parent1eb6678db673759f0f95b1aedfcb4fe55c7152a2 (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/pom.xml')
-rw-r--r--auth/pom.xml14
1 files changed, 3 insertions, 11 deletions
diff --git a/auth/pom.xml b/auth/pom.xml
index 90892914..7be3406b 100644
--- a/auth/pom.xml
+++ b/auth/pom.xml
@@ -30,7 +30,6 @@
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <skipTests>true</skipTests>
<project.interfaceVersion>2.10-SNAPSHOT</project.interfaceVersion>
<project.miscVersion>1.3.0-SNAPSHOT</project.miscVersion>
<project.cadiVersion>1.5.0-SNAPSHOT</project.cadiVersion>
@@ -116,7 +115,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
<configuration>
- <skipTests>true</skipTests>
+ <skipTests>false</skipTests>
<includes>
<include>**/JU*.java</include>
@@ -132,7 +131,7 @@
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.17</version>
<configuration>
- <skipTests>true</skipTests>
+ <skipTests>flase</skipTests>
</configuration>
<executions>
<execution>
@@ -479,12 +478,6 @@
</dependency>
<dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-jmx</artifactId>
- <version>${project.jettyVersion}</version>
- </dependency>
-
- <dependency>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-all</artifactId>
<version>3.3.0</version>
@@ -499,11 +492,10 @@
</exclusion>
</exclusions>
</dependency>
+
<dependency>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
- <!-- version>1.0.3</version -->
- <!-- version>1.0.5</version -->
<version>3.3.0</version>
<exclusions>
<exclusion>