Skip to content
This repository was archived by the owner on May 11, 2024. It is now read-only.

Commit 7cc8324

Browse files
committed
Update pom.xml
Signed-off-by: Minh Vương <[email protected]>
1 parent 2e4287f commit 7cc8324

File tree

1 file changed

+2
-30
lines changed

1 file changed

+2
-30
lines changed

pom.xml

+2-30
Original file line numberDiff line numberDiff line change
@@ -46,48 +46,20 @@
4646
<plugin>
4747
<groupId>org.apache.maven.plugins</groupId>
4848
<artifactId>maven-compiler-plugin</artifactId>
49-
<version>3.1</version>
49+
<version>3.11.0</version>
5050
<configuration>
5151
<source>1.8</source>
5252
<target>1.8</target>
53-
<compilerArguments>
54-
<endorseddirs>${endorsed.dir}</endorseddirs>
55-
</compilerArguments>
5653
</configuration>
5754
</plugin>
5855
<plugin>
5956
<groupId>org.apache.maven.plugins</groupId>
6057
<artifactId>maven-war-plugin</artifactId>
61-
<version>2.3</version>
58+
<version>3.4.0</version>
6259
<configuration>
6360
<failOnMissingWebXml>false</failOnMissingWebXml>
6461
</configuration>
6562
</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>
9163
</plugins>
9264
</build>
9365

0 commit comments

Comments
 (0)