Skip to content

Commit ed70e8d

Browse files
committed
chore: put back pom
1 parent d00cc77 commit ed70e8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,12 @@
125125
<properties>
126126
<configurationParameters>junit.jupiter.execution.order.random.seed=99</configurationParameters>
127127
</properties>
128-
<argLine>-javaagent:${settings.localRepository}/net/bytebuddy/byte-buddy-agent/1.12.19/byte-buddy-agent-1.12.19.jar</argLine>
129128
</configuration>
130129
</plugin>
131130
<plugin>
132131
<groupId>org.jacoco</groupId>
133132
<artifactId>jacoco-maven-plugin</artifactId>
134-
<version>0.8.13</version>
133+
<version>0.8.12</version>
135134
<configuration>
136135
<excludes>
137136
<!-- Exclude all the getters in model for code coverage -->

0 commit comments

Comments
 (0)