summaryrefslogtreecommitdiffstats
path: root/dependencies
diff options
context:
space:
mode:
authorMichael Dürre <michael.duerre@highstreet-technologies.com>2023-03-21 12:45:42 +0100
committerDan Timoney <dtimoney@att.com>2023-03-29 15:46:12 -0400
commit5a763149e6c57b72a4a59faf3300bb55c7c2279a (patch)
tree978390778c4900f5dcb0a3a6fa20e38d8ee4da41 /dependencies
parentd11b0692ca464fa2060f48d078577e59042e27b1 (diff)
fix odlsli base image
switch odlsli to chlorine base image Install missing packages as dependencies Issue-ID: CCSDK-3873 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I2346fe996aa57baff3f1a7fac3b328682772551b Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'dependencies')
-rwxr-xr-xdependencies/pom.xml16
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>