From c26e3905f4d9a9950282e6e7f4dcc1ee82c0e961 Mon Sep 17 00:00:00 2001 From: Michal Polkorab Date: Wed, 12 Feb 2014 18:32:17 -0800 Subject: [PATCH] Bumped to SNAPSHOT dependencies - some dependencies moved to - also bumped netty version to 4.0.15 Final (as there was a lot of fixes since 4.0.10 Final) Signed-off-by: Michal Polkorab Change-Id: Ib636921c0dd099b90f451c44d33ab1d00e4455bb --- openflow-protocol-api/pom.xml | 9 ++---- openflow-protocol-impl/pom.xml | 14 +++++++-- pom.xml | 53 +++++++++++++++++++++++++--------- 3 files changed, 54 insertions(+), 22 deletions(-) diff --git a/openflow-protocol-api/pom.xml b/openflow-protocol-api/pom.xml index 2655d244..eb6615a9 100644 --- a/openflow-protocol-api/pom.xml +++ b/openflow-protocol-api/pom.xml @@ -14,9 +14,9 @@ - 0.6.1 - 0.6.1 - 0.6.1 + 0.6.2-SNAPSHOT + 0.6.2-SNAPSHOT + 0.6.2-SNAPSHOT @@ -132,17 +132,14 @@ org.opendaylight.yangtools.model ietf-inet-types - 2010.09.24.3 org.opendaylight.yangtools.model ietf-yang-types - 2010.09.24.3 org.opendaylight.controller.model model-flow-service - 1.0 junit diff --git a/openflow-protocol-impl/pom.xml b/openflow-protocol-impl/pom.xml index 9e07d102..ad813c8c 100644 --- a/openflow-protocol-impl/pom.xml +++ b/openflow-protocol-impl/pom.xml @@ -45,6 +45,16 @@ org.opendaylight.controller sal-common-util ${yang.prototype.version} + + + org.opendaylight.controller + sal-common-api + + + org.opendaylight.yangtools + concepts + + io.netty @@ -53,12 +63,12 @@ org.osgi org.osgi.core - 5.0.0 org.slf4j slf4j-log4j12 ${slf4j.version} + test com.google.guava @@ -72,8 +82,6 @@ org.mockito mockito-all - 1.9.5 - test diff --git a/pom.xml b/pom.xml index 1c938958..e07e7c9b 100644 --- a/pom.xml +++ b/pom.xml @@ -34,10 +34,11 @@ org.openflow.openflowj,net.sf.jung2 1.0.9 1.7.2 - 1.0 + 1.1-SNAPSHOT + 2010.09.24.4-SNAPSHOT 2.4.0 14.0.1 - 4.0.10.Final + 4.0.15.Final 2.3.2 @@ -103,13 +104,6 @@ - - junit - junit - 4.10 - test - true - org.slf4j slf4j-api @@ -121,10 +115,43 @@ ${netty.version} - com.google.guava - guava - ${guava.version} - + com.google.guava + guava + ${guava.version} + + + org.opendaylight.yangtools.model + ietf-inet-types + ${ietf.model.version} + + + org.opendaylight.yangtools.model + ietf-yang-types + ${ietf.model.version} + + + org.osgi + org.osgi.core + 5.0.0 + + + org.opendaylight.controller.model + model-flow-service + 1.1-SNAPSHOT + + + junit + junit + 4.10 + test + true + + + org.mockito + mockito-all + 1.9.5 + test + -- 2.36.6