Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
brettwooldridge authored Jul 13, 2021
1 parent 9b314dc commit eb2eb62
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,26 +270,6 @@
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-toolchains-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<goals>
<goal>toolchain</goal>
</goals>
</execution>
</executions>
<configuration>
<toolchains>
<paths>
<id>java</id>
</paths>
</toolchains>
</configuration>
</plugin>

<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
Expand Down Expand Up @@ -322,7 +302,6 @@
</execution>
</executions>
<configuration>
<toolchain>paths</toolchain>
<executable>java</executable>
<arguments>
<argument>-cp</argument>
Expand Down

0 comments on commit eb2eb62

Please sign in to comment.