From baac58c7c50e6f89eb0520e3f5b0e83a69839bd3 Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Wed, 11 Nov 2015 14:39:51 -0800 Subject: Updating onos src to commit id ec0425c18cbe49d368c600160f033acf9fe344ca Change-Id: Iec2815bf7771080f25272842b852bd9d33f908ff Signed-off-by: Ashlee Young --- framework/src/onos/utils/catalyst/pom.xml | 64 +++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 framework/src/onos/utils/catalyst/pom.xml (limited to 'framework/src/onos/utils/catalyst') diff --git a/framework/src/onos/utils/catalyst/pom.xml b/framework/src/onos/utils/catalyst/pom.xml new file mode 100644 index 00000000..26508f7b --- /dev/null +++ b/framework/src/onos/utils/catalyst/pom.xml @@ -0,0 +1,64 @@ + + + + onlab-utils + org.onosproject + 1.4.0-SNAPSHOT + + 4.0.0 + + utils.catalyst + bundle + + ONLab catalyst dependency + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + true + + + io.atomix.catalyst.* + + + + + + package + + shade + + + + + + + org.apache.felix + maven-bundle-plugin + + + + io.atomix.catalyst.serializer;version="1.0.0-rc4", + io.atomix.catalyst.buffer;version="1.0.0-rc4", + io.atomix.catalyst.transport;version="1.0.0-rc4", + + + io.atomix.catalyst.*;version="1.0.0-rc4" + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg