Skip to content

Commit

Permalink
Fjerner javaagent mockito siden den krjsjer JVMen. (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek authored Oct 31, 2024
1 parent c4b0eff commit 2d04acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@
<version>3.5.1</version>
<configuration>
<!-- Må ha @{argLine} ellers blir properties satt av jacoco-maven-plugin overkrevet -->
<argLine>@{argLine} ${argLine} -javaagent:${org.mockito:mockito-core:jar}</argLine>
<argLine>@{argLine} ${argLine}</argLine>
</configuration>
</plugin>
<!-- Kjører Databaseskjemainitialisering ved testing fra kommandolinja -->
Expand Down

0 comments on commit 2d04acd

Please sign in to comment.