From b16cea20258ba537db7c0755208c82ab93331ff7 Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Mon, 8 Apr 2019 11:37:45 +0200 Subject: HONEYCOMB-443: ODL bump to Neon - bumps ODL dependencies to neon - migrates guava optional to java.utils.optional Change-Id: Ibdaa365c7e21a341103aba88dfd67277e40d2969 Signed-off-by: Michal Cmarada --- .../src/main/resources/honeycomb-checkstyle.xml | 5 +---- common/honeycomb-parent/pom.xml | 25 ++++++++++++---------- common/scripts-parent/pom.xml | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) (limited to 'common') diff --git a/common/checkstyle/src/main/resources/honeycomb-checkstyle.xml b/common/checkstyle/src/main/resources/honeycomb-checkstyle.xml index e3a220742..fec708a37 100644 --- a/common/checkstyle/src/main/resources/honeycomb-checkstyle.xml +++ b/common/checkstyle/src/main/resources/honeycomb-checkstyle.xml @@ -43,10 +43,7 @@ - - - - + diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml index 530235637..1a13b07cb 100644 --- a/common/honeycomb-parent/pom.xml +++ b/common/honeycomb-parent/pom.xml @@ -46,14 +46,14 @@ UTF-8 - 2.0.11 - 2.5.0 - 1.8.0 - 0.13.0 - 1.5.0 - 1.8.0 - 0.13.0 - 0.10.0 + 2.1.8 + 3.0.6 + 1.9.0 + 0.13.2 + 1.6.0 + 1.9.0 + 0.13.2 + 0.11.0 target/generated-sources/mdsal-binding @@ -66,8 +66,8 @@ 2.1.150 - 2.17 - 7.1.2 + 3.0.0 + 8.18 2.10.3 0.7.9 1.4 @@ -275,7 +275,10 @@ process-sources honeycomb-checkstyle-logging.xml - ${project.basedir} + + ${project.basedir} + + ${project.build.directory}/checkstyle-logging-result.xml diff --git a/common/scripts-parent/pom.xml b/common/scripts-parent/pom.xml index a454b02f9..82bbf4fa9 100644 --- a/common/scripts-parent/pom.xml +++ b/common/scripts-parent/pom.xml @@ -32,7 +32,7 @@ 2.4.7 2.9.2-01 2.4.3-01 - 0.13.0 + 0.13.2 -- cgit 1.2.3-korg