Override xtend-maven-plugin dependencies 87/73587/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Jun 2018 17:23:21 +0000 (19:23 +0200)
committerRobert Varga <nite@hq.sk>
Thu, 28 Jun 2018 19:24:17 +0000 (19:24 +0000)
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>
(cherry picked from commit 4e97682b0aaadc08db639ef688e9c275210c28ff)

binding/maven-sal-api-gen-plugin/pom.xml
binding/mdsal-binding-java-api-generator/pom.xml

index 3c29978b59ca6b8d2ffa54296b4691fa36759294..ef20d7782ecce7c74d565912d837cd3aa08f1afb 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 6dcc97aea5d3e967494c8477e3f21cc188428c56..40135c09014fb79e1a5e5cc80438bb4ac8cbd8f6 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>