Skip to content

Commit 2847953

Browse files
authored
Remove duplicate in pom.xml (TheAlgorithms#3288)
1 parent ea8e046 commit 2847953

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,14 @@
4949

5050
<build>
5151
<plugins>
52-
<plugin>
53-
<artifactId>maven-compiler-plugin</artifactId>
54-
<version>3.8.1</version>
55-
</plugin>
5652
<plugin>
5753
<artifactId>maven-surefire-plugin</artifactId>
5854
<version>2.22.2</version>
5955
</plugin>
6056
<plugin>
6157
<groupId>org.apache.maven.plugins</groupId>
6258
<artifactId>maven-compiler-plugin</artifactId>
59+
<version>3.10.1</version>
6360
<configuration>
6461
<source>17</source>
6562
<target>17</target>

0 commit comments

Comments
 (0)