From dc13d39f47f5237d64ce79f2bf10d7666475efd3 Mon Sep 17 00:00:00 2001 From: Yuta HIGUCHI Date: Wed, 21 Jun 2017 17:42:13 -0700 Subject: [PATCH] Fixing pom.xml - onos-core-net was failing due to dependency to incubator-bmv2-model Change-Id: I3ae0989b1f601c754af495a59e6be88bc474e78d --- core/net/pom.xml | 7 +++++++ incubator/bmv2/model/pom.xml | 6 +++--- incubator/bmv2/pom.xml | 36 ++++++++++++++++++++++++++++++++++++ incubator/pom.xml | 1 + 4 files changed, 47 insertions(+), 3 deletions(-) create mode 100644 incubator/bmv2/pom.xml diff --git a/core/net/pom.xml b/core/net/pom.xml index 9487190f09..eaad6e877d 100644 --- a/core/net/pom.xml +++ b/core/net/pom.xml @@ -78,6 +78,13 @@ ${project.version} + + org.onosproject + onos-incubator-bmv2-model + ${project.version} + test + + org.easymock easymock diff --git a/incubator/bmv2/model/pom.xml b/incubator/bmv2/model/pom.xml index 0186416445..479f5311d2 100644 --- a/incubator/bmv2/model/pom.xml +++ b/incubator/bmv2/model/pom.xml @@ -19,11 +19,11 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - onos-bmv2-model + onos-incubator-bmv2 org.onosproject 1.11.0-SNAPSHOT 4.0.0 bundle - onos-bmv2-model - \ No newline at end of file + onos-incubator-bmv2-model + diff --git a/incubator/bmv2/pom.xml b/incubator/bmv2/pom.xml new file mode 100644 index 0000000000..3c3bc38b8e --- /dev/null +++ b/incubator/bmv2/pom.xml @@ -0,0 +1,36 @@ + + + + 4.0.0 + + + org.onosproject + onos-incubator + 1.11.0-SNAPSHOT + + + onos-incubator-bmv2 + pom + + + + model + + + diff --git a/incubator/pom.xml b/incubator/pom.xml index 9148a6e122..310dc18c20 100644 --- a/incubator/pom.xml +++ b/incubator/pom.xml @@ -43,6 +43,7 @@ rpc-nb protobuf-nb grpc + bmv2