|
155 | 155 | <artifactId>hibernate-core</artifactId>
|
156 | 156 | <version>${hibernate}</version>
|
157 | 157 | <optional>true</optional>
|
| 158 | + <exclusions> |
| 159 | + <exclusion> |
| 160 | + <groupId>net.bytebuddy</groupId> |
| 161 | + <artifactId>byte-buddy</artifactId> |
| 162 | + </exclusion> |
| 163 | + </exclusions> |
158 | 164 | </dependency>
|
159 |
| - |
| 165 | + |
160 | 166 | <dependency>
|
161 | 167 | <groupId>${hibernate.groupId}.orm</groupId>
|
162 | 168 | <artifactId>hibernate-jpamodelgen</artifactId>
|
|
256 | 262 | Jacoco plugin redeclared to make sure it's downloaded and
|
257 | 263 | the agents can be explicitly added to the test executions.
|
258 | 264 | -->
|
259 |
| - <plugin> |
260 |
| - <groupId>org.jacoco</groupId> |
261 |
| - <artifactId>jacoco-maven-plugin</artifactId> |
262 |
| - <version>${jacoco}</version> |
263 |
| - <configuration> |
264 |
| - <destFile>${jacoco.destfile}</destFile> |
265 |
| - </configuration> |
266 |
| - <executions> |
267 |
| - <execution> |
268 |
| - <id>jacoco-initialize</id> |
269 |
| - <goals> |
270 |
| - <goal>prepare-agent</goal> |
271 |
| - </goals> |
272 |
| - </execution> |
273 |
| - </executions> |
274 |
| - </plugin> |
| 265 | +<!-- <plugin>--> |
| 266 | +<!-- <groupId>org.jacoco</groupId>--> |
| 267 | +<!-- <artifactId>jacoco-maven-plugin</artifactId>--> |
| 268 | +<!-- <version>${jacoco}</version>--> |
| 269 | +<!-- <configuration>--> |
| 270 | +<!-- <destFile>${jacoco.destfile}</destFile>--> |
| 271 | +<!-- </configuration>--> |
| 272 | +<!-- <executions>--> |
| 273 | +<!-- <execution>--> |
| 274 | +<!-- <id>jacoco-initialize</id>--> |
| 275 | +<!-- <goals>--> |
| 276 | +<!-- <goal>prepare-agent</goal>--> |
| 277 | +<!-- </goals>--> |
| 278 | +<!-- </execution>--> |
| 279 | +<!-- </executions>--> |
| 280 | +<!-- </plugin>--> |
275 | 281 |
|
276 | 282 | <plugin>
|
277 | 283 | <groupId>org.apache.maven.plugins</groupId>
|
|
326 | 332 | </excludes>
|
327 | 333 | <argLine>
|
328 | 334 | -javaagent:${settings.localRepository}/org/springframework/spring-instrument/${spring}/spring-instrument-${spring}.jar
|
329 |
| - -javaagent:${settings.localRepository}/org/jacoco/org.jacoco.agent/${jacoco}/org.jacoco.agent-${jacoco}-runtime.jar=destfile=${jacoco.destfile} |
| 335 | +<!-- -javaagent:${settings.localRepository}/org/jacoco/org.jacoco.agent/${jacoco}/org.jacoco.agent-${jacoco}-runtime.jar=destfile=${jacoco.destfile}--> |
330 | 336 | </argLine>
|
331 | 337 | </configuration>
|
332 | 338 | </execution>
|
|
341 | 347 | <include>**/EclipseLink*Tests.java</include>
|
342 | 348 | </includes>
|
343 | 349 | <argLine>
|
344 |
| - -javaagent:${settings.localRepository}/org/jacoco/org.jacoco.agent/${jacoco}/org.jacoco.agent-${jacoco}-runtime.jar=destfile=${jacoco.destfile} |
| 350 | +<!-- -javaagent:${settings.localRepository}/org/jacoco/org.jacoco.agent/${jacoco}/org.jacoco.agent-${jacoco}-runtime.jar=destfile=${jacoco.destfile}--> |
345 | 351 | -javaagent:${settings.localRepository}/org/eclipse/persistence/org.eclipse.persistence.jpa/${eclipselink}/org.eclipse.persistence.jpa-${eclipselink}.jar
|
346 | 352 | -javaagent:${settings.localRepository}/org/springframework/spring-instrument/${spring}/spring-instrument-${spring}.jar
|
347 | 353 | </argLine>
|
|
0 commit comments