File tree 5 files changed +3
-32
lines changed
5 files changed +3
-32
lines changed Original file line number Diff line number Diff line change 12
12
<groupId >io.avaje.blackboxtest</groupId >
13
13
<artifactId >blackbox-test-inject</artifactId >
14
14
15
- <properties >
16
- <maven .compiler.release>11</maven .compiler.release>
17
- <argLine >-Dnet.bytebuddy.experimental=true</argLine >
18
- </properties >
19
-
20
15
<dependencies >
21
16
22
17
<dependency >
Original file line number Diff line number Diff line change 49
49
50
50
<build >
51
51
<plugins >
52
- <plugin >
53
- <groupId >org.apache.maven.plugins</groupId >
54
- <artifactId >maven-surefire-plugin</artifactId >
55
- <configuration >
56
- <useModulePath >false</useModulePath >
57
- </configuration >
58
- </plugin >
59
52
<plugin >
60
53
<groupId >org.apache.maven.plugins</groupId >
61
54
<artifactId >maven-compiler-plugin</artifactId >
Original file line number Diff line number Diff line change 141
141
</configuration >
142
142
</plugin >
143
143
144
- <plugin >
145
- <groupId >org.apache.maven.plugins</groupId >
146
- <artifactId >maven-surefire-plugin</artifactId >
147
- <configuration >
148
- <useModulePath >false</useModulePath >
149
- <argLine >-Dnet.bytebuddy.experimental=true</argLine >
150
- </configuration >
151
- </plugin >
152
144
</plugins >
153
145
</build >
154
146
</project >
Original file line number Diff line number Diff line change 102
102
</executions >
103
103
</plugin >
104
104
105
- <plugin >
106
- <groupId >org.apache.maven.plugins</groupId >
107
- <artifactId >maven-surefire-plugin</artifactId >
108
- <configuration >
109
- <argLine >
110
- --add-opens io.avaje.inject/io.avaje.inject.spi=ALL-UNNAMED
111
- --add-opens io.avaje.inject/io.avaje.inject.aop=ALL-UNNAMED
112
- </argLine >
113
- </configuration >
114
- </plugin >
115
-
116
105
</plugins >
117
106
</build >
118
107
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.avaje</groupId >
13
13
<artifactId >java11-oss</artifactId >
14
- <version >4.3 </version >
14
+ <version >4.4 </version >
15
15
</parent >
16
16
<scm >
17
17
<
developerConnection >scm:git:
[email protected] :avaje/avaje-inject.git</
developerConnection >
20
20
21
21
<properties >
22
22
<nexus .staging.autoReleaseAfterClose>true</nexus .staging.autoReleaseAfterClose>
23
+ <surefire .useModulePath>false</surefire .useModulePath>
24
+ <argLine >-Dnet.bytebuddy.experimental=true</argLine >
23
25
</properties >
24
26
25
27
<modules >
You can’t perform that action at this time.
0 commit comments