From 44167f1f0ee64f8fe3d5f260a91ee9bf00e0f90c Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Mon, 10 Jan 2022 11:32:47 +0100 Subject: [PATCH] Use lighty-core build rather than package dep Ligthy-core package available on maven central still consumes netconf version 2.0.9 with a bug making part of logs totally unreadable (hexadecimal log messages). Current repo now consumes version 2.0.11 that fixes this bug. https://github.com/PANTHEONtech/lighty/issues/888 JIRA: TRNSPRTPCE-579 NETCONF-835 Signed-off-by: guillaume.lambert Change-Id: I6dc33698b084232c67a7f9f6e1f7bebd7e3f9545 --- lighty/build.sh | 2 +- lighty/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty/build.sh b/lighty/build.sh index a3bcef4d0..02b52d49f 100755 --- a/lighty/build.sh +++ b/lighty/build.sh @@ -2,6 +2,6 @@ cd $(dirname "$0") export JDK_JAVA_OPTIONS="--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED" -#./build_lighty_core.sh +./build_lighty_core.sh mvn clean install -B -U -Dmaven.javadoc.skip=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn unzip -q target/tpce-bin.zip -d target diff --git a/lighty/pom.xml b/lighty/pom.xml index a6124cbdf..cc9f23150 100644 --- a/lighty/pom.xml +++ b/lighty/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-app-parent - 15.1.0 + 15.1.1-SNAPSHOT -- 2.36.6