diff options
Diffstat (limited to 'launcher-binary-parent/pom.xml')
-rw-r--r-- | launcher-binary-parent/pom.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/launcher-binary-parent/pom.xml b/launcher-binary-parent/pom.xml index f595558ae..5435041ae 100644 --- a/launcher-binary-parent/pom.xml +++ b/launcher-binary-parent/pom.xml @@ -39,7 +39,6 @@ </plugin> <plugin> <artifactId>maven-antrun-plugin</artifactId> - <version>1.7</version> <executions> <execution> <id>copy-launcher-natives</id> @@ -61,28 +60,6 @@ </goals> </execution> </executions> - <dependencies> - <dependency> - <groupId>bsf</groupId> - <artifactId>bsf</artifactId> - <version>2.4.0</version> - </dependency> - <dependency> - <groupId>rhino</groupId> - <artifactId>js</artifactId> - <version>1.7R2</version> - </dependency> - <dependency> - <groupId>org.apache.ant</groupId> - <artifactId>ant-apache-bsf</artifactId> - <version>1.8.3</version> - </dependency> - <dependency> - <groupId>org.apache.ant</groupId> - <artifactId>ant-nodeps</artifactId> - <version>1.8.1</version> - </dependency> - </dependencies> </plugin> </plugins> </build> |