Use lighty-core build rather than package dep 86/99386/1 OFC22
authorguillaume.lambert <guillaume.lambert@orange.com>
Mon, 10 Jan 2022 10:32:47 +0000 (11:32 +0100)
committerGilles Thouenon <gilles.thouenon@orange.com>
Wed, 19 Jan 2022 13:17:02 +0000 (14:17 +0100)
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 <guillaume.lambert@orange.com>
Change-Id: I6dc33698b084232c67a7f9f6e1f7bebd7e3f9545

lighty/build.sh
lighty/pom.xml

index a3bcef4d0865d736f97ed0182d59b599cd53e5e8..02b52d49f94d1a229140669f17823b14e8b4afe8 100755 (executable)
@@ -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
index a6124cbdf77559bef2a800c92832b731ebaee211..cc9f2315081393cd12ba3f1d19be925b0595fca3 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>io.lighty.core</groupId>
         <artifactId>lighty-app-parent</artifactId>
-        <version>15.1.0</version>
+        <version>15.1.1-SNAPSHOT</version>
         <relativePath />
     </parent>