We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b0eff commit 2d04acdCopy full SHA for 2d04acd
pom.xml
@@ -529,7 +529,7 @@
529
<version>3.5.1</version>
530
<configuration>
531
<!-- Må ha @{argLine} ellers blir properties satt av jacoco-maven-plugin overkrevet -->
532
- <argLine>@{argLine} ${argLine} -javaagent:${org.mockito:mockito-core:jar}</argLine>
+ <argLine>@{argLine} ${argLine}</argLine>
533
</configuration>
534
</plugin>
535
<!-- Kjører Databaseskjemainitialisering ved testing fra kommandolinja -->
0 commit comments