Selaa lähdekoodia

added dependency to antlr-runtime

benjamin.schwertfeger@gmail.com 13 vuotta sitten
vanhempi
commit
c0b4f9dde2
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      releng/org.yakindu.sct.releng/pom.xml

+ 5 - 0
releng/org.yakindu.sct.releng/pom.xml

@@ -200,6 +200,11 @@
 					<configuration>
 						<!-- need to prefix by basedir to generate to currently built module -->
 						<outputDirectory>${basedir}/xtend-gen</outputDirectory>
+						<dependency>
+						  <groupId>org.antlr</groupId>
+						  <artifactId>antlr-runtime</artifactId>
+						  <version>3.2</version>
+						</dependency>
 					</configuration>
 				</plugin>
 			</plugins>