From 9bb79c6878859fe9205d292838a0b4e53fe12707 Mon Sep 17 00:00:00 2001 From: Michal Polkorab Date: Tue, 20 May 2014 15:26:09 +0200 Subject: [PATCH] Bug 1048 - Removed dependency on model-flow-service Change-Id: Ie2065b47e02b7cd203227213b66050957f0760a9 Signed-off-by: Michal Polkorab --- openflow-protocol-api/pom.xml | 4 ++-- pom.xml | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/openflow-protocol-api/pom.xml b/openflow-protocol-api/pom.xml index 9670e71e..bb85ec56 100644 --- a/openflow-protocol-api/pom.xml +++ b/openflow-protocol-api/pom.xml @@ -135,8 +135,8 @@ ietf-yang-types - org.opendaylight.controller.model - model-flow-service + org.opendaylight.yangtools.model + yang-ext io.netty diff --git a/pom.xml b/pom.xml index 7e78ede8..4c1a5e6b 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,7 @@ 1.7.2 1.1-SNAPSHOT 2010.09.24.4-SNAPSHOT + 2013.09.07.4-SNAPSHOT 2.4.0 14.0.1 4.0.17.Final @@ -138,16 +139,16 @@ ietf-yang-types ${ietf.model.version} + + org.opendaylight.yangtools.model + yang-ext + ${yang.ext.version} + org.osgi org.osgi.core 5.0.0 - - org.opendaylight.controller.model - model-flow-service - 1.1-SNAPSHOT - junit junit -- 2.36.6