Use lighty-core build rather than package dep 44/99244/3
authorguillaume.lambert <guillaume.lambert@orange.com>
Mon, 10 Jan 2022 10:32:47 +0000 (11:32 +0100)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Mon, 10 Jan 2022 13:21:56 +0000 (13:21 +0000)
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"
 
 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
 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 d45ac6fb365db0905ef8803f54bea78bba429ffa..78e56e86a149a4daa438a5bfab3a6cdf9939a5d4 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>io.lighty.core</groupId>
         <artifactId>lighty-app-parent</artifactId>
     <parent>
         <groupId>io.lighty.core</groupId>
         <artifactId>lighty-app-parent</artifactId>
-        <version>15.1.0</version>
+        <version>15.1.1-SNAPSHOT</version>
         <relativePath />
     </parent>
 
         <relativePath />
     </parent>