aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2017-02-20 19:05:10 +0000
committerGerrit Code Review <gerrit@openecomp.org>2017-02-20 19:05:10 +0000
commit5cc490dc5c2a824dbc16e5ca7b38f5452ff5b394 (patch)
treec6b39e73665f10971160ac50e05d7fefdbb48ecf
parent06f578adacef17c0069c8eccef432c65f3ceb68f (diff)
parenteedf73f9cb312f6583b9ec85ce545a28d20fcd36 (diff)
Merge "turned tests back on"
-rw-r--r--ajsc-aai/pom.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/ajsc-aai/pom.xml b/ajsc-aai/pom.xml
index ffd407f..b976cb6 100644
--- a/ajsc-aai/pom.xml
+++ b/ajsc-aai/pom.xml
@@ -85,7 +85,6 @@
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</dependency>
-
<dependency>
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
@@ -227,6 +226,7 @@
<version>1.10.19</version>
<scope>test</scope>
</dependency>
+
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
@@ -496,14 +496,11 @@
<reuseForks>false</reuseForks>
<threadCount>1</threadCount>
<argLine>-javaagent:${project.build.directory}/agents/powermock-javaagent.jar
- -noverify</argLine>
+ -noverify</argLine>
<systemPropertyVariables>
<AJSC_HOME>.</AJSC_HOME>
<BUNDLECONFIG_DIR>bundleconfig-local</BUNDLECONFIG_DIR>
</systemPropertyVariables>
- <excludes>
- <exclude>**/*.java</exclude>
- </excludes>
</configuration>
</plugin>
<plugin>