summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2017-08-31 09:02:05 +0200
committerGitHub <noreply@github.com>2017-08-31 09:02:05 +0200
commite923734575b7edfa99ffd1951d318086a220eed6 (patch)
tree9d13cfa7b26a414e9c37589f05255291b5d265ba /pom.xml
parent8ad5f7d60172ed7b981553bebb0354fc3aad57d7 (diff)
Revert "Make antlr and antlr4 invisible for customer projects."
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index d345d5eb8d2..dd7042bf911 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr3-maven-plugin</artifactId>
- <version>${antlr.version}</version>
+ <version>3.5.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -574,12 +574,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
- <version>${antlr.version}</version>
- </dependency>
- <dependency>
- <groupId>org.antlr</groupId>
- <artifactId>antlr4-runtime</artifactId>
- <version>${antlr4.version}</version>
+ <version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.aries.spifly</groupId>
@@ -894,8 +889,6 @@
<properties>
<javax.ws.rs-api.version>2.0.1</javax.ws.rs-api.version> <!-- must be kept in sync with version used by current jersey2.version -->
- <antlr.version>3.5.2</antlr.version>
- <antlr4.version>4.5</antlr4.version>
<aries.spifly.version>1.0.8</aries.spifly.version>
<aries.util.version>1.0.0</aries.util.version>
<asm-debug-all.version>5.0.3</asm-debug-all.version>