update jms for API changes

This commit is contained in:
Jonathan Shook
2022-05-18 12:26:32 -05:00
parent 88d5fd5c75
commit 818cb914cf
11 changed files with 21 additions and 1971 deletions

View File

@@ -29,7 +29,6 @@
<!-- properties for package versions -->
<ascii.data.version>1.2.0</ascii.data.version>
<antlr4.version>4.9.3</antlr4.version>
<commons.compress.version>1.21</commons.compress.version>
<commons.codec.version>1.15</commons.codec.version>
<commons.csv.version>1.9.0</commons.csv.version>
@@ -316,7 +315,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>${antlr4.version}</version>
<version>4.10.1</version>
</dependency>
<dependency>