You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2021/09/07 11:41:39 UTC

[karaf-decanter] branch main updated: [KARAF-7213] Upgrade to orientdb-client 3.2.0

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new 3709975  [KARAF-7213] Upgrade to orientdb-client 3.2.0
     new e096344  Merge pull request #262 from jbonofre/KARAF-7213
3709975 is described below

commit 3709975aadd8cf8efadc53e6873c9d4c153b60c6
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Sep 7 10:01:24 2021 +0200

    [KARAF-7213] Upgrade to orientdb-client 3.2.0
---
 appender/orientdb/pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/appender/orientdb/pom.xml b/appender/orientdb/pom.xml
index cf00b95..dcff757 100644
--- a/appender/orientdb/pom.xml
+++ b/appender/orientdb/pom.xml
@@ -45,7 +45,7 @@
         <dependency>
             <groupId>com.orientechnologies</groupId>
             <artifactId>orientdb-client</artifactId>
-            <version>3.1.7</version>
+            <version>3.2.0</version>
         </dependency>
 
         <!-- test -->
@@ -79,14 +79,17 @@
                             !net.jpountz.lz4,
                             !net.jpountz.util,
                             !net.jpountz.xxhash,
+			    !org.eclipse.collections*,
                             com.sun.jna*;resolution:=optional,
                             jdk.nashorn*;resolution:=optional,
                             sun.nio*;resolution:=optional,
+			    org.graalvm.polyglot;resolution:=optional,
                             *
                         </Import-Package>
                         <Private-Package>
                             org.apache.karaf.decanter.appender.orientdb,
                             org.apache.karaf.decanter.appender.utils,
+			    org.eclipse.collections*,
                             com.kenai.jffi,
                             jnr*,
                             com.orientechnologies*,