Merge pull request #337 from XN137/unify-antlr4-version

unify antlr4 version
This commit is contained in:
Jonathan Shook 2021-06-22 11:07:40 -05:00 committed by GitHub
commit b2ff365314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 6 deletions

View File

@ -70,7 +70,6 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.9.2</version>
</dependency>
<dependency>

View File

@ -66,7 +66,6 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.9.2</version>
</dependency>
<dependency>

View File

@ -70,7 +70,6 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.9.2</version>
</dependency>
<!-- <dependency>-->

View File

@ -13,6 +13,7 @@
<!-- properties for package versions -->
<ascii.data.version>1.2.0</ascii.data.version>
<antlr4.version>4.9.2</antlr4.version>
<commons.codec.version>1.14</commons.codec.version>
<commons.compress.version>1.20</commons.compress.version>
<commons.csv.version>1.8</commons.csv.version>
@ -270,7 +271,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.9.2</version>
<version>${antlr4.version}</version>
</dependency>
<dependency>
@ -547,7 +548,7 @@
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<version>4.9.2</version>
<version>${antlr4.version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>

View File

@ -19,7 +19,6 @@
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
</dependency>
</dependencies>
<build>