Update pom.xml

pull/1808/head
Brett Wooldridge committed by GitHub
parent 9b314dc5b9
commit eb2eb62d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>
@ -322,7 +302,6 @@
</execution>
</executions>
<configuration>
<toolchain>paths</toolchain>
<executable>java</executable>
<arguments>
<argument>-cp</argument>

Loading…
Cancel
Save