Skip to content

Commit 02f78e0

Browse files
author
Atit Gupta
committed
review comments
1 parent efd6d47 commit 02f78e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ipp-v3-java-devkit/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>org.jmockit</groupId>
9090
<artifactId>jmockit</artifactId>
91-
<version>1.48</version>
91+
<version>1.25</version>
9292
<scope>test</scope>
9393
</dependency>
9494

@@ -144,6 +144,7 @@
144144
<artifactId>maven-surefire-plugin</artifactId>
145145
<version>3.0.0-M3</version>
146146
<configuration>
147+
<argLine>${argLine} -Djdk.attach.allowAttachSelf</argLine>
147148
<suiteXmlFiles>
148149
<suiteXmlFile>testng-devkit.xml</suiteXmlFile>
149150
</suiteXmlFiles>

0 commit comments

Comments
 (0)