From 1c7c717eb03fd488bd527234f18541c7c737f513 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sat, 29 Jul 2017 11:48:45 +0200 Subject: [PATCH] Activate protocol-framework artifacts This adds protocol-framework to compilation Change-Id: I979961389495d1c7ea0ac045f94576307a170697 Signed-off-by: Robert Varga --- features/netconf/odl-netconf-api/pom.xml | 11 ++++++++--- features/pom.xml | 1 + .../features-protocol-framework/pom.xml | 8 ++++---- .../odl-protocol-framework/pom.xml | 8 ++++---- features/protocol-framework/pom.xml | 4 ++-- netconf/netconf-api/pom.xml | 7 +++---- netconf/netconf-artifacts/pom.xml | 19 +++++++++++++++++++ pom.xml | 1 + protocol-framework/pom.xml | 4 ++-- 9 files changed, 44 insertions(+), 19 deletions(-) diff --git a/features/netconf/odl-netconf-api/pom.xml b/features/netconf/odl-netconf-api/pom.xml index 4d32db212d..89ccc49389 100644 --- a/features/netconf/odl-netconf-api/pom.xml +++ b/features/netconf/odl-netconf-api/pom.xml @@ -34,21 +34,26 @@ pom import + + org.opendaylight.yangtools + yangtools-artifacts + 1.2.0-SNAPSHOT + pom + import + - org.opendaylight.controller + org.opendaylight.netconf odl-protocol-framework - 0.10.0-SNAPSHOT xml features org.opendaylight.yangtools odl-yangtools-yang-data - 1.2.0-SNAPSHOT xml features diff --git a/features/pom.xml b/features/pom.xml index 3b183f224d..2372f0dfe0 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -23,6 +23,7 @@ netconf netconf-connector + protocol-framework restconf yanglib diff --git a/features/protocol-framework/features-protocol-framework/pom.xml b/features/protocol-framework/features-protocol-framework/pom.xml index 5b904ec00c..0c829e52d0 100644 --- a/features/protocol-framework/features-protocol-framework/pom.xml +++ b/features/protocol-framework/features-protocol-framework/pom.xml @@ -18,16 +18,16 @@ - org.opendaylight.controller + org.opendaylight.netconf features-protocol-framework - 0.10.0-SNAPSHOT + 1.0.0-SNAPSHOT feature - org.opendaylight.controller + org.opendaylight.netconf odl-protocol-framework - 0.10.0-SNAPSHOT + 1.0.0-SNAPSHOT xml features diff --git a/features/protocol-framework/odl-protocol-framework/pom.xml b/features/protocol-framework/odl-protocol-framework/pom.xml index e348b4ac60..d11a8b1850 100644 --- a/features/protocol-framework/odl-protocol-framework/pom.xml +++ b/features/protocol-framework/odl-protocol-framework/pom.xml @@ -18,9 +18,9 @@ - org.opendaylight.controller + org.opendaylight.netconf odl-protocol-framework - 0.10.0-SNAPSHOT + 1.0.0-SNAPSHOT feature OpenDaylight :: Protocol Framework @@ -41,10 +41,10 @@ features - org.opendaylight.controller + org.opendaylight.netconf protocol-framework ${project.version} - \ No newline at end of file + diff --git a/features/protocol-framework/pom.xml b/features/protocol-framework/pom.xml index 5678ac842e..cac7eb20aa 100644 --- a/features/protocol-framework/pom.xml +++ b/features/protocol-framework/pom.xml @@ -16,9 +16,9 @@ - org.opendaylight.controller + org.opendaylight.netconf features-protocol-framework-aggregator - 0.10.0-SNAPSHOT + 1.0.0-SNAPSHOT pom diff --git a/netconf/netconf-api/pom.xml b/netconf/netconf-api/pom.xml index 33d61e9d4e..74bbe3508d 100644 --- a/netconf/netconf-api/pom.xml +++ b/netconf/netconf-api/pom.xml @@ -65,13 +65,12 @@ ietf-netconf-monitoring-extension - org.opendaylight.controller - config-util + ${project.groupId} + protocol-framework org.opendaylight.controller - protocol-framework - 0.10.0-SNAPSHOT + config-util org.opendaylight.mdsal.model diff --git a/netconf/netconf-artifacts/pom.xml b/netconf/netconf-artifacts/pom.xml index 761b103960..02d9ae1350 100644 --- a/netconf/netconf-artifacts/pom.xml +++ b/netconf/netconf-artifacts/pom.xml @@ -273,8 +273,27 @@ netconf-topology-singleton ${project.version} + + ${project.groupId} + protocol-framework + 1.0.0-SNAPSHOT + + + ${project.groupId} + features-protocol-framework + 1.0.0-SNAPSHOT + xml + features + + + ${project.groupId} + odl-protocol-framework + 1.0.0-SNAPSHOT + xml + features + ${project.groupId} features-netconf diff --git a/pom.xml b/pom.xml index 7085fbbf3f..5bdade4d62 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,7 @@ ${project.artifactId} + protocol-framework netconf restconf diff --git a/protocol-framework/pom.xml b/protocol-framework/pom.xml index a5124b39d8..5b2b68658b 100644 --- a/protocol-framework/pom.xml +++ b/protocol-framework/pom.xml @@ -11,9 +11,9 @@ - org.opendaylight.controller + org.opendaylight.netconf protocol-framework - 0.10.0-SNAPSHOT + 1.0.0-SNAPSHOT bundle ${project.artifactId} Common protocol framework -- 2.36.6