Skip to content

Commit

Permalink
#38 antlr-annotations removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Aug 20, 2015
1 parent 57506cd commit eb7316a
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@
</build>
</profile>
<profile>
<id>antlr4</id>
<id>jcabi-antlr4</id>
<activation>
<file>
<exists>${basedir}/src/main/antlr4</exists>
Expand All @@ -803,17 +803,13 @@
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-annotations</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<version>4.3</version>
<version>4.5.1</version>
<configuration>
<sourceDirectory>src/main/antlr4</sourceDirectory>
</configuration>
Expand Down Expand Up @@ -1395,11 +1391,6 @@
<artifactId>antlr4-runtime</artifactId>
<version>4.5</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-annotations</artifactId>
<version>4.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
Expand Down

0 comments on commit eb7316a

Please sign in to comment.