Skip to content

Commit

Permalink
Remove duplicate in pom.xml (TheAlgorithms#3288)
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorfi authored Sep 25, 2022
1 parent ea8e046 commit 2847953
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,14 @@

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<source>17</source>
<target>17</target>
Expand Down

0 comments on commit 2847953

Please sign in to comment.