diff options
author | Michael DÜrre <michael.duerre@highstreet-technologies.com> | 2021-04-14 10:41:24 +0200 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-14 11:36:45 -0400 |
commit | d783f849b949e551f00febe14b5b944db378d4cc (patch) | |
tree | a8d146fea378f5b4545fb6ead56922e933a8d16d | |
parent | 8b86f34f6ea29728e31c4f6799009e8562ef3b6f (diff) |
migrate odlsli to silicon
add silicon image and fix odlsli dist
Issue-ID: CCSDK-3268
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Change-Id: Ib425beb04b2908d1c6fad138be736f31d3c9a2ba
-rwxr-xr-x | dependencies/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 5d02b381..41934a25 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -183,6 +183,11 @@ <artifactId>org.apache.servicemix.specs.jaxws-api-2.3</artifactId> <version>2.3_1</version> </dependency> + <dependency> + <groupId>com.google.j2objc</groupId> + <artifactId>j2objc-annotations</artifactId> + <version>1.3</version> + </dependency> <!-- Below is required by com.google.guava : guava : jar : 28.2-jre --> <dependency> <groupId>com.google.guava</groupId> |