Skip to content

Commit

Permalink
Merge pull request #96 from NASA-PDS/issue_95
Browse files Browse the repository at this point in the history
issue 95: remove unused antlr dependency
  • Loading branch information
nutjob4life authored Jul 11, 2023
2 parents 58e7d20 + 2cf1d35 commit 6bd2e3f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,28 +336,6 @@ POSSIBILITY OF SUCH DAMAGE.
</exclusions>
</dependency>

<!-- ANTLR -->
<dependency>
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>
<version>2.7.7</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
<version>3.2</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr</artifactId>
<version>3.4.1-preview-jbossorg-0</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>stringtemplate</artifactId>
<version>3.2</version>
</dependency>

<!-- Google -->
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 6bd2e3f

Please sign in to comment.