Bug 458034 - Update maven plugins

Use versions of maven-antrun-plugin and maven-resources-plugin as
specified in eclipse-parent pom pluginManagement - just don't specify
one in poms and it's inherited from parent.
Drop useless dependency on ant-apache-bsf, bsf, ant-nodeps and rhino -
nothing needs them in the build here. It looks like this has been copy
pasted from swt.binaries where they are actually needed.

Change-Id: Ifd652ac9e0a8a20789101597c947686023d17f3a
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/features/org.eclipse.equinox.executable.feature/pom.xml b/features/org.eclipse.equinox.executable.feature/pom.xml
index 2630da8..b76921d 100644
--- a/features/org.eclipse.equinox.executable.feature/pom.xml
+++ b/features/org.eclipse.equinox.executable.feature/pom.xml
@@ -23,36 +23,6 @@
   <packaging>eclipse-feature</packaging>
 
   <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.7</version>
-          <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>
-    </pluginManagement>
     <plugins>
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
@@ -103,7 +73,6 @@
       </plugin>
       <plugin>
         <artifactId>maven-resources-plugin</artifactId>
-        <version>2.6</version>
         <executions>
           <execution>
             <id>copy-extra-iu</id>
diff --git a/launcher-binary-parent/pom.xml b/launcher-binary-parent/pom.xml
index f595558..5435041 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>