X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=third-party%2Fatomix%2Fstorage%2Fpom.xml;h=07c2dd14dd9bf22b13f87da4738a9b9b15a15194;hb=0bacb5d7a91f1bc0fcd13763b1cdfcd74ed2e0e6;hp=d404373c07e72bf0d4827628e76b3e0ab47c49a7;hpb=7561eca547631ad4816b8f322b6aacb9e6a5ddb7;p=controller.git diff --git a/third-party/atomix/storage/pom.xml b/third-party/atomix/storage/pom.xml index d404373c07..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;resolution:=optional,sun.misc;resolution:=optional,* - - - + 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, + + + +