File tree 4 files changed +20
-3
lines changed
test-framework/maven/container-runner-maven-plugin
tests/e2e-inject/non-inject
4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 42
42
<groupId >org.junit.jupiter</groupId >
43
43
<artifactId >junit-jupiter-api</artifactId >
44
44
</exclusion >
45
+ <exclusion >
46
+ <groupId >org.junit.jupiter</groupId >
47
+ <artifactId >junit-jupiter-engine</artifactId >
48
+ </exclusion >
49
+ <exclusion >
50
+ <groupId >org.junit.platform</groupId >
51
+ <artifactId >junit-platform-commons</artifactId >
52
+ </exclusion >
45
53
<exclusion >
46
54
<groupId >org.ow2.asm</groupId >
47
55
<artifactId >asm</artifactId >
Original file line number Diff line number Diff line change 2197
2197
<freemarker .version>2.3.33</freemarker .version>
2198
2198
<gae .version>2.0.29</gae .version>
2199
2199
<groovy .version>5.0.0-alpha-11</groovy .version>
2200
+ <groovy .jdk8.version>4.0.24</groovy .jdk8.version>
2200
2201
<gson .version>2.11.0</gson .version>
2201
2202
2202
2203
<!-- versions, extracted here due to maven-enforcer-plugin -->
2236
2237
<jmh .version>1.37</jmh .version>
2237
2238
<jmockit .version>1.49</jmockit .version>
2238
2239
<junit4 .version>4.13.2</junit4 .version>
2239
- <junit5 .version>5.11.0 </junit5 .version>
2240
+ <junit5 .version>5.11.4 </junit5 .version>
2240
2241
<junit5 .jdk8.version>5.10.3</junit5 .jdk8.version>
2241
2242
<junit-platform-suite .version>1.11.0</junit-platform-suite .version>
2242
2243
<kryo .version>4.0.3</kryo .version>
Original file line number Diff line number Diff line change 36
36
</description >
37
37
38
38
<properties >
39
- <!-- <groovy.version>3.0.21</groovy.version>-->
40
39
<groovy-eclipse-compiler .version>3.7.0</groovy-eclipse-compiler .version>
41
40
<groovy-eclipse-batch .version>3.0.8-01</groovy-eclipse-batch .version>
42
41
<maven .version>3.9.2</maven .version>
305
304
</pluginManagement >
306
305
</build >
307
306
</profile >
307
+ <profile >
308
+ <id >jdk_8</id >
309
+ <activation >
310
+ <jdk >1.8</jdk >
311
+ </activation >
312
+ <properties >
313
+ <groovy .version>${groovy.jdk8.version} </groovy .version>
314
+ </properties >
315
+ </profile >
308
316
</profiles >
309
317
</project >
Original file line number Diff line number Diff line change 33
33
<dependency >
34
34
<groupId >org.glassfish.jersey.incubator</groupId >
35
35
<artifactId >jersey-injectless-client</artifactId >
36
- <version >2.46-SNAPSHOT </version >
36
+ <version >${project.version} </version >
37
37
</dependency >
38
38
<dependency >
39
39
<groupId >org.glassfish.jersey.core</groupId >
You can’t perform that action at this time.
0 commit comments