Browse Source

Used workaround from: https://github.com/eclipse/xtext/issues/1231#issuecomment-401125569

Casper Thule 5 years ago
parent
commit
d42ea29f80

+ 8 - 0
DSL_SemanticAdaptation/be.uantwerpen.ansymo.semanticadaptation.testframework/pom.xml

@@ -24,6 +24,14 @@
 			<plugin>
 				<groupId>org.eclipse.xtend</groupId>
 				<artifactId>xtend-maven-plugin</artifactId>
+        <version>${xtext.version}</version>
+        <dependencies>
+						<dependency>
+						    <groupId>org.eclipse.platform</groupId>
+						    <artifactId>org.eclipse.equinox.common</artifactId>
+						    <version>3.10.0</version>
+						</dependency>
+					</dependencies>
 			</plugin>
 		</plugins>
 

+ 8 - 0
DSL_SemanticAdaptation/pom.xml

@@ -112,6 +112,14 @@
 					<groupId>org.eclipse.xtend</groupId>
 					<artifactId>xtend-maven-plugin</artifactId>
 					<version>${xtext.version}</version>
+          <!-- https://github.com/eclipse/xtext/issues/1231#issuecomment-401125569 -->
+          <dependencies>
+						<dependency>
+						    <groupId>org.eclipse.platform</groupId>
+						    <artifactId>org.eclipse.equinox.common</artifactId>
+						    <version>3.10.0</version>
+						</dependency>
+					</dependencies>
 					<executions>
 						<execution>
 							<goals>