This repository was archived by the owner on May 11, 2024. It is now read-only.
File tree 1 file changed +2
-30
lines changed
1 file changed +2
-30
lines changed Original file line number Diff line number Diff line change 46
46
<plugin >
47
47
<groupId >org.apache.maven.plugins</groupId >
48
48
<artifactId >maven-compiler-plugin</artifactId >
49
- <version >3.1 </version >
49
+ <version >3.11.0 </version >
50
50
<configuration >
51
51
<source >1.8</source >
52
52
<target >1.8</target >
53
- <compilerArguments >
54
- <endorseddirs >${endorsed.dir} </endorseddirs >
55
- </compilerArguments >
56
53
</configuration >
57
54
</plugin >
58
55
<plugin >
59
56
<groupId >org.apache.maven.plugins</groupId >
60
57
<artifactId >maven-war-plugin</artifactId >
61
- <version >2.3 </version >
58
+ <version >3.4.0 </version >
62
59
<configuration >
63
60
<failOnMissingWebXml >false</failOnMissingWebXml >
64
61
</configuration >
65
62
</plugin >
66
- <plugin >
67
- <groupId >org.apache.maven.plugins</groupId >
68
- <artifactId >maven-dependency-plugin</artifactId >
69
- <version >2.6</version >
70
- <executions >
71
- <execution >
72
- <phase >validate</phase >
73
- <goals >
74
- <goal >copy</goal >
75
- </goals >
76
- <configuration >
77
- <outputDirectory >${endorsed.dir} </outputDirectory >
78
- <silent >true</silent >
79
- <artifactItems >
80
- <artifactItem >
81
- <groupId >javax</groupId >
82
- <artifactId >javaee-endorsed-api</artifactId >
83
- <version >7.0</version >
84
- <type >jar</type >
85
- </artifactItem >
86
- </artifactItems >
87
- </configuration >
88
- </execution >
89
- </executions >
90
- </plugin >
91
63
</plugins >
92
64
</build >
93
65
You can’t perform that action at this time.
0 commit comments