X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=third-party%2Fatomix%2Fstorage%2Fpom.xml;h=07c2dd14dd9bf22b13f87da4738a9b9b15a15194;hb=0bacb5d7a91f1bc0fcd13763b1cdfcd74ed2e0e6;hp=fa3145c91ff298ea1cbe115b9d87308ef3b6fd54;hpb=64da33ff222387e2a3fc67e9c3fd891eacdd2d00;p=controller.git diff --git a/third-party/atomix/storage/pom.xml b/third-party/atomix/storage/pom.xml index fa3145c91f..07c2dd14dd 100644 --- a/third-party/atomix/storage/pom.xml +++ b/third-party/atomix/storage/pom.xml @@ -26,36 +26,79 @@ atomix-storage Atomix Storage + bundle true - true - true + false - org.opendaylight.controller - atomix-utils + com.google.guava + guava + + + com.esotericsoftware + kryo + 4.0.2 + provided + + + com.esotericsoftware + minlog + 1.3.1 + provided + + + com.esotericsoftware + reflectasm + 1.11.9 + provided + + + org.objenesis + objenesis + 2.6 + provided + + + + com.google.guava + guava-testlib + - org.apache.felix - maven-bundle-plugin - true - - - - io.atomix.storage.* - - - !sun.nio.ch,!sun.misc,* - - - + maven-dependency-plugin + + + unpack-license + + true + + + + + + maven-antrun-plugin + + + copy-license + prepare-package + + run + + + + + + + + maven-checkstyle-plugin @@ -66,12 +109,38 @@ check - true + + + org.apache.felix + maven-bundle-plugin + true + + + + io.atomix.storage.journal, + com.esotericsoftware.kryo.*;version=4.0.2 + + + sun.nio.ch;resolution:=optional, + sun.misc;resolution:=optional, + !COM.newmonics.*, + !android.os, + * + + + + + *;inline=true;groupId=com.esotericsoftware, + *;inline=true;groupId=org.objenesis, + + + +