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 2020/06/09 12:10:30 UTC

[karaf-decanter] branch master updated: [KARAF-6751] Upgrade to orientdb 3.1.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 61f58bf  [KARAF-6751] Upgrade to orientdb 3.1.0
     new 287cbb9  Merge pull request #173 from jbonofre/KARAF-6751
61f58bf is described below

commit 61f58bffbaa100a6d43e4816a6e2c6dc96e7271f
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Jun 8 16:35:16 2020 +0200

    [KARAF-6751] Upgrade to orientdb 3.1.0
---
 appender/orientdb/pom.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/appender/orientdb/pom.xml b/appender/orientdb/pom.xml
index 4ed8775..0ee3b9d 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.0.29</version>
+            <version>3.1.0</version>
         </dependency>
 
         <!-- test -->
@@ -81,11 +81,14 @@
                             !net.jpountz.xxhash,
                             com.sun.jna*;resolution:=optional,
                             jdk.nashorn*;resolution:=optional,
+                            sun.nio*;resolution:=optional,
                             *
                         </Import-Package>
                         <Private-Package>
                             org.apache.karaf.decanter.appender.orientdb,
                             org.apache.karaf.decanter.appender.utils,
+                            com.kenai.jffi,
+                            jnr*,
                             com.orientechnologies*,
                             com.googlecode.concurrentlinkedhashmap,
                             net.jpountz.lz4,
@@ -119,4 +122,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>