aboutsummaryrefslogtreecommitdiffstats
path: root/ajsc-aai
diff options
context:
space:
mode:
authorMax Benjamin <mb388a@att.com>2017-02-20 12:01:18 -0500
committerMax Benjamin <mb388a@att.com>2017-02-20 12:01:18 -0500
commiteedf73f9cb312f6583b9ec85ce545a28d20fcd36 (patch)
tree9e64da221c704532af07b200f7503b1901f3cd69 /ajsc-aai
parente909dbdc4a1bc92858c147d14fe69b659f6f51e0 (diff)
turned tests back on
Change-Id: I7015a5ef183c5f3e6df6aff0965fd2e53d671b41 Signed-off-by: Max Benjamin <mb388a@att.com>
Diffstat (limited to 'ajsc-aai')
-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 783d965..2bd002e 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>
@@ -561,14 +561,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>