Override xtend-maven-plugin dependencies 71/73571/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Jun 2018 17:23:21 +0000 (19:23 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Jun 2018 17:23:21 +0000 (19:23 +0200)
org.eclipse.equinox.common-3.10.0 seems to be required for some
reason.

Change-Id: I556c934db07148f05f701d1c541fd1f1bfc34219
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/maven-sal-api-gen-plugin/pom.xml
binding/mdsal-binding-java-api-generator/pom.xml

index 1eb3c8730913cd34a047aed12c2ba55ecd36a3dd..c9067bf28c503fa7caf90d3c976fd7a71a4db53b 100644 (file)
             <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.apache.maven.plugins</groupId>
index fdd4ae0f566bf2b3fd72a81600b36cae276184e5..acbc31f1873cb230f6323e952c7a95fb68d375f5 100644 (file)
             <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>