diff options
Diffstat (limited to 'dependencies/pom.xml')
-rwxr-xr-x | dependencies/pom.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 01778ffc..d3919e58 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -95,6 +95,11 @@ <groupId>javax</groupId> <artifactId>javaee-api</artifactId> </dependency> + <dependency> + <groupId>javax.annotation</groupId> + <artifactId>javax.annotation-api</artifactId> + <version>1.3.1</version> + </dependency> <dependency> <groupId>org.antlr</groupId> <artifactId>antlr4-runtime</artifactId> @@ -131,6 +136,10 @@ <groupId>org.dom4j</groupId> <artifactId>dom4j</artifactId> </dependency> + <dependency> + <groupId>org.glassfish.jaxb</groupId> + <artifactId>jaxb-runtime</artifactId> + </dependency> <dependency> <groupId>org.glassfish.jersey.bundles.repackaged</groupId> <artifactId>jersey-guava</artifactId> @@ -151,6 +160,11 @@ <groupId>org.glassfish.jersey.security</groupId> <artifactId>oauth1-client</artifactId> </dependency> + <dependency> + <groupId>org.json</groupId> + <artifactId>json</artifactId> + <version>20201115</version> + </dependency> <dependency> <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</artifactId> @@ -202,7 +216,7 @@ <dependency> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_annotations</artifactId> - <version>2.11.0</version> + <version>2.16</version> </dependency> </dependencies> |