From fd692c20d9dc48529aa7d545397f1b009d3bd479 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Fri, 21 Jul 2017 15:26:10 +0200 Subject: HONEYCOMB-362: bump ODL dependencies to Carbon Change-Id: I63fa239e34178ab03c4eecd421bf19d80303d30e Signed-off-by: Marek Gradzki --- common/api-parent/pom.xml | 2 +- common/common-scripts/pom.xml | 2 +- common/honeycomb-parent/pom.xml | 30 +++++++++++++++++++++--------- 3 files changed, 23 insertions(+), 11 deletions(-) (limited to 'common') diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml index 9f5239286..c5562b368 100644 --- a/common/api-parent/pom.xml +++ b/common/api-parent/pom.xml @@ -53,7 +53,7 @@ - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + org.opendaylight.mdsal.binding.maven.api.gen.plugin.CodeGeneratorImpl ${salGeneratorPath} diff --git a/common/common-scripts/pom.xml b/common/common-scripts/pom.xml index 9e818d7cb..5469efd69 100644 --- a/common/common-scripts/pom.xml +++ b/common/common-scripts/pom.xml @@ -32,7 +32,7 @@ 2.9.2-01 2.4.3-01 2.5 - 0.9.3-Boron-SR3 + 0.10.1-Carbon diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml index 869641dac..ae19c5972 100644 --- a/common/honeycomb-parent/pom.xml +++ b/common/honeycomb-parent/pom.xml @@ -43,21 +43,23 @@ UTF-8 - 1.0.4-Boron-SR4 - 2.1.4-Boron-SR4 - 1.4.4-Boron-SR4 - 0.9.4-Boron-SR4 - 1.1.4-Boron-SR4 - 1.4.4-Boron-SR4 - 0.9.4-Boron-SR4 - 0.6.4-Boron-SR4 + 1.1.1-Carbon + 2.2.1-Carbon + 1.5.1-Carbon + 0.10.1-Carbon + 1.2.1-Carbon + 1.5.1-Carbon + 0.10.1-Carbon + 0.7.1-Carbon target/generated-sources/mdsal-binding - + 4.11 2.2.9 1.3 18.0 + 3.0.0 + 1.7.21 2.17 @@ -181,6 +183,16 @@ guava ${guava.version} + + com.google.code.findbugs + jsr305 + ${jsr305.version} + + + org.slf4j + slf4j-api + ${slf4j.version} + -- cgit