Browse Source

added dependency to antlr-runtime

benjamin.schwertfeger@gmail.com 13 years ago
parent
commit
c0b4f9dde2
1 changed files with 5 additions and 0 deletions
  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>