We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9450b3 commit a11b995Copy full SHA for a11b995
1 file changed
kura/test/pom.xml
@@ -162,6 +162,7 @@
162
${tycho.testArgLine}
163
--add-opens=java.base/java.lang=ALL-UNNAMED
164
--add-opens=java.base/java.util=ALL-UNNAMED
165
+ -javaagent:${settings.localRepository}/org/mockito/mockito-core/5.21.0/mockito-core-5.21.0.jar
166
</argLine>
167
</configuration>
168
</execution>
@@ -180,6 +181,7 @@
180
181
182
${tycho.surefire.testenv.args}
183
-Dmoquette.path=${project.basedir}/src/main/resources/moquette/config
184
185
186
<!-- <appArgLine>-consoleLog -console 5002 -noExit</appArgLine> -->
187
<dependencies>
0 commit comments