Merge pom.xml

This commit is contained in:
romanman 2014-05-05 00:02:46 +03:00
parent abd9625ca8
commit 48939608c1
1 changed files with 15 additions and 0 deletions

View File

@ -80,11 +80,20 @@
<version>1.2.11</version>
</dependency>
<!--
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr</artifactId>
<version>3.5.2</version>
</dependency>
-->
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr</artifactId>
<version>3.1.3</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
@ -92,6 +101,12 @@
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>org.python</groupId>
<artifactId>jython</artifactId>
<version>2.5.3</version>
</dependency>
</dependencies>
<build>
<plugins>