File tree Expand file tree Collapse file tree 2 files changed +22
-24
lines changed Expand file tree Collapse file tree 2 files changed +22
-24
lines changed Original file line number Diff line number Diff line change 70
70
<maven-compiler-plugin .version>3.11.0</maven-compiler-plugin .version>
71
71
<aspectj-maven-plugin .version>1.13.1</aspectj-maven-plugin .version>
72
72
<maven-surefire-plugin .version>3.1.2</maven-surefire-plugin .version>
73
- <jacoco-maven-plugin .version>0.8.8 </jacoco-maven-plugin .version>
73
+ <jacoco-maven-plugin .version>0.8.10 </jacoco-maven-plugin .version>
74
74
<nexus-staging-maven-plugin .version>1.6.8</nexus-staging-maven-plugin .version>
75
75
<maven-javadoc-plugin .version>3.5.0</maven-javadoc-plugin .version>
76
76
<maven-source-plugin .version>3.3.0</maven-source-plugin .version>
544
544
</plugins >
545
545
</build >
546
546
</profile >
547
+ <profile >
548
+ <id >jdk16</id >
549
+ <activation >
550
+ <jdk >[16,)</jdk >
551
+ </activation >
552
+ <build >
553
+ <plugins >
554
+ <plugin >
555
+ <groupId >org.apache.maven.plugins</groupId >
556
+ <artifactId >maven-surefire-plugin</artifactId >
557
+ <version >3.1.2</version >
558
+ <configuration >
559
+ <argLine >
560
+ --add-opens java.base/java.util=ALL-UNNAMED
561
+ --add-opens java.base/java.lang=ALL-UNNAMED
562
+ </argLine >
563
+ </configuration >
564
+ </plugin >
565
+ </plugins >
566
+ </build >
567
+ </profile >
547
568
</profiles >
548
569
549
570
</project >
Original file line number Diff line number Diff line change 182
182
</plugin >
183
183
</plugins >
184
184
</build >
185
- <profiles >
186
- <profile >
187
- <id >jdk16</id >
188
- <activation >
189
- <jdk >[16,)</jdk >
190
- </activation >
191
- <build >
192
- <plugins >
193
- <plugin >
194
- <groupId >org.apache.maven.plugins</groupId >
195
- <artifactId >maven-surefire-plugin</artifactId >
196
- <version >3.1.2</version >
197
- <configuration >
198
- <argLine >
199
- --add-opens java.base/java.util=ALL-UNNAMED
200
- --add-opens java.base/java.lang=ALL-UNNAMED
201
- </argLine >
202
- </configuration >
203
- </plugin >
204
- </plugins >
205
- </build >
206
- </profile >
207
- </profiles >
208
185
<repositories >
209
186
<repository >
210
187
<id >dynamodb-local-oregon</id >
You can’t perform that action at this time.
0 commit comments