Drop Xtend Equinox Common overrides 57/76657/3
authorStephen Kitt <skitt@redhat.com>
Thu, 4 Oct 2018 16:52:07 +0000 (18:52 +0200)
committerSam Hague <shague@redhat.com>
Wed, 17 Oct 2018 20:14:25 +0000 (20:14 +0000)
These are no longer necessary and make it harder than it should be to
upgrade Xtend in odlparent.

Change-Id: I73f74e3254ab9f14dc3ca212486babfbbd7778cb
Signed-off-by: Stephen Kitt <skitt@redhat.com>
aclservice/impl/pom.xml
coe/impl/pom.xml
elanmanager/impl/pom.xml

index 82f87f80cc95e125c482968333cd4173250d880a..f40424351c958e267e72794e0cf99f39ca78db2f 100644 (file)
@@ -197,13 +197,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <plugin>
                 <groupId>org.eclipse.xtend</groupId>
                 <artifactId>xtend-maven-plugin</artifactId>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.eclipse.platform</groupId>
-                        <artifactId>org.eclipse.equinox.common</artifactId>
-                        <version>3.10.0</version>
-                    </dependency>
-                </dependencies>
             </plugin>
         </plugins>
     </build>
index f16149259bd1417e813d54353fb49a2a93a450eb..6ba6e151b5a5c5ed303f7b41b4765f37582e0b36 100644 (file)
@@ -93,13 +93,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <plugin>
                 <groupId>org.eclipse.xtend</groupId>
                 <artifactId>xtend-maven-plugin</artifactId>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.eclipse.platform</groupId>
-                        <artifactId>org.eclipse.equinox.common</artifactId>
-                        <version>3.10.0</version>
-                    </dependency>
-                </dependencies>
             </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
index 007deed013fb1064f4cab4f45b02fa37a2769cfc..880c048b7d53415e4105fcd1f2d3f48483a085ab 100644 (file)
@@ -270,13 +270,6 @@ this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
             <plugin>
                 <groupId>org.eclipse.xtend</groupId>
                 <artifactId>xtend-maven-plugin</artifactId>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.eclipse.platform</groupId>
-                        <artifactId>org.eclipse.equinox.common</artifactId>
-                        <version>3.10.0</version>
-                    </dependency>
-                </dependencies>
             </plugin>
         </plugins>
     </build>