X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=third-party%2Fatomix%2Fstorage%2Fpom.xml;h=07c2dd14dd9bf22b13f87da4738a9b9b15a15194;hb=0bacb5d7a91f1bc0fcd13763b1cdfcd74ed2e0e6;hp=c077f156f49b2538bc1827a412368291da0d29c6;hpb=88b2fe8c90d9c5b2bd6b811d88396cafc5427011;p=controller.git diff --git a/third-party/atomix/storage/pom.xml b/third-party/atomix/storage/pom.xml index c077f156f4..07c2dd14dd 100644 --- a/third-party/atomix/storage/pom.xml +++ b/third-party/atomix/storage/pom.xml @@ -26,11 +26,11 @@ atomix-storage Atomix Storage + bundle true - true - true + false @@ -38,14 +38,29 @@ com.google.guava guava - - org.apache.commons - commons-lang3 - 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 @@ -56,21 +71,34 @@ + - org.apache.felix - maven-bundle-plugin - true - - - - io.atomix.storage.*, - io.atomix.utils.* - - - 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 @@ -81,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, + + + +