diff options
Diffstat (limited to 'ajsc-aai/pom.xml')
-rw-r--r-- | ajsc-aai/pom.xml | 7 |
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> |