We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd6d47 commit 02f78e0Copy full SHA for 02f78e0
1 file changed
ipp-v3-java-devkit/pom.xml
@@ -88,7 +88,7 @@
88
<dependency>
89
<groupId>org.jmockit</groupId>
90
<artifactId>jmockit</artifactId>
91
- <version>1.48</version>
+ <version>1.25</version>
92
<scope>test</scope>
93
</dependency>
94
@@ -144,6 +144,7 @@
144
<artifactId>maven-surefire-plugin</artifactId>
145
<version>3.0.0-M3</version>
146
<configuration>
147
+ <argLine>${argLine} -Djdk.attach.allowAttachSelf</argLine>
148
<suiteXmlFiles>
149
<suiteXmlFile>testng-devkit.xml</suiteXmlFile>
150
</suiteXmlFiles>
0 commit comments