File tree Expand file tree Collapse file tree 4 files changed +37
-3
lines changed
Expand file tree Collapse file tree 4 files changed +37
-3
lines changed Original file line number Diff line number Diff line change 1515 <dependency >
1616 <groupId >org.javassist</groupId >
1717 <artifactId >javassist</artifactId >
18- <version >3.24.1 -GA</version >
18+ <version >3.28.0 -GA</version >
1919 </dependency >
2020 </dependencies >
2121
Original file line number Diff line number Diff line change 2626 </modules >
2727
2828 <profiles >
29+ <profile >
30+ <id >java-9</id >
31+ <activation >
32+ <jdk >[9</jdk >
33+ </activation >
34+ <properties >
35+ <argLine >
36+ --add-opens java.base/java.lang=ALL-UNNAMED
37+ --add-opens java.base/java.io=ALL-UNNAMED
38+ --add-opens java.base/java.util=ALL-UNNAMED
39+ --add-opens java.base/java.util.stream=ALL-UNNAMED
40+ --add-opens java.base/java.net=ALL-UNNAMED
41+ --add-opens java.base/java.nio.charset=ALL-UNNAMED
42+ --add-opens java.base/sun.nio.cs=ALL-UNNAMED
43+ </argLine >
44+ </properties >
45+ </profile >
2946 <profile >
3047 <id >new-jdk</id >
3148 <activation >
Original file line number Diff line number Diff line change 168168 <dependency >
169169 <groupId >org.projectlombok</groupId >
170170 <artifactId >lombok</artifactId >
171- <version >1.18.4 </version >
171+ <version >1.18.20 </version >
172172 <scope >provided</scope >
173173 </dependency >
174174 <dependency >
326326 <plugin >
327327 <groupId >org.projectlombok</groupId >
328328 <artifactId >lombok-maven-plugin</artifactId >
329- <version >1.18.4 .0</version >
329+ <version >1.18.20 .0</version >
330330 <executions >
331331 <execution >
332332 <phase >generate-sources</phase >
Original file line number Diff line number Diff line change 6969 </modules >
7070
7171 <profiles >
72+ <profile >
73+ <id >java-9</id >
74+ <activation >
75+ <jdk >[9</jdk >
76+ </activation >
77+ <properties >
78+ <argLine >
79+ --add-opens java.base/java.lang=ALL-UNNAMED
80+ --add-opens java.base/java.io=ALL-UNNAMED
81+ --add-opens java.base/java.util=ALL-UNNAMED
82+ --add-opens java.base/java.util.stream=ALL-UNNAMED
83+ --add-opens java.base/java.net=ALL-UNNAMED
84+ --add-opens java.base/java.nio.charset=ALL-UNNAMED
85+ --add-opens java.base/sun.nio.cs=ALL-UNNAMED
86+ </argLine >
87+ </properties >
88+ </profile >
7289 <profile >
7390 <id >it</id >
7491 <modules >
You can’t perform that action at this time.
0 commit comments