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