File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 14
14
<plugin >
15
15
<groupId >org.apache.maven.plugins</groupId >
16
16
<artifactId >maven-compiler-plugin</artifactId >
17
- <version >3.1</version >
18
- <configuration >
19
- <source >1.6</source >
20
- <target >1.6</target >
21
- <compilerArgs >
22
- <arg >-Xlint</arg >
23
- </compilerArgs >
24
- </configuration >
17
+ <version >3.8.0</version >
18
+ <configuration >
19
+ <release >11</release >
20
+ </configuration >
25
21
</plugin >
26
22
<plugin >
27
23
<groupId >com.github.wvengen</groupId >
39
35
<configuration >
40
36
<attach >true</attach >
41
37
</configuration >
38
+ <dependencies >
39
+ <dependency >
40
+ <groupId >org.apache.logging.log4j</groupId >
41
+ <artifactId >log4j-core</artifactId >
42
+ <version >2.14.1</version >
43
+ <scope >runtime</scope >
44
+ </dependency >
45
+ </dependencies >
42
46
</plugin >
43
47
</plugins >
44
48
</build >
Original file line number Diff line number Diff line change 1
- -libraryjars <java.home>/lib/rt.jar
2
-
3
1
-dontnote
4
2
-dontwarn
5
3
You can’t perform that action at this time.
0 commit comments