X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=third-party%2Fatomix%2Futils%2Fpom.xml;fp=third-party%2Fatomix%2Futils%2Fpom.xml;h=6867591f2d557f0922536bbfd30af36f370fb2f1;hb=5417df1af08aa5eba93a7fc602c73e81e6767ab8;hp=0000000000000000000000000000000000000000;hpb=9d54b1eee0fad545f720eebbbf6634bdab14bd80;p=controller.git diff --git a/third-party/atomix/utils/pom.xml b/third-party/atomix/utils/pom.xml new file mode 100644 index 0000000000..6867591f2d --- /dev/null +++ b/third-party/atomix/utils/pom.xml @@ -0,0 +1,81 @@ + + + 4.0.0 + + + io.atomix + atomix-parent + 3.2.0-SNAPSHOT + + + bundle + atomix-utils + Atomix Utilities + + + + com.google.guava + guava + ${guava.version} + + + org.apache.commons + commons-lang3 + ${commons.lang3.version} + + + org.apache.commons + commons-math3 + ${commons.math3.version} + + + com.esotericsoftware + kryo + ${kryo.version} + + + com.typesafe + config + ${config.version} + + + io.github.classgraph + classgraph + ${classgraph.version} + + + + + + + org.apache.felix + maven-bundle-plugin + true + + + + io.atomix.utils.* + + + sun.nio.ch;resolution:=optional,sun.misc;resolution:=optional,* + + + + + + +