From 9de29eafe51f5e5588be6cff237c413720bab79b Mon Sep 17 00:00:00 2001 From: Janardhan Pulivarthi Date: Wed, 3 Nov 2021 09:11:29 +0000 Subject: [PATCH 1/2] update parent pom to 24, and enable outputTimestamp [1] https://maven.apache.org/guides/mini/guide-reproducible-builds.html [2] https://lists.apache.org/thread/9wk97dwjlcoxlk1onxotfo8k98b2v0sk [3] https://github.com/apache/maven-apache-parent/compare/apache-18...apache-24#diff --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0b230a8fde5..1e88b60fbd2 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.apache apache - 18 + 24 org.apache.systemds 2.3.0-SNAPSHOT @@ -45,6 +45,7 @@ 2.12.0 2.12 yyyy-MM-dd HH:mm:ss z + 1 false provided 10.2.0 From ce30d44abe38b5763eea2120136a0b6f92899d21 Mon Sep 17 00:00:00 2001 From: Janardhan Pulivarthi Date: Wed, 3 Nov 2021 09:44:09 +0000 Subject: [PATCH 2/2] resolve warning with inclusion filter about *:commons-httpclient* --- src/assembly/bin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml index ff2c4b4764b..049e273731a 100644 --- a/src/assembly/bin.xml +++ b/src/assembly/bin.xml @@ -85,7 +85,7 @@ *:commons-cli* *:commons-collections* *:commons-configuration* - *:commons-httpclient* + *:commons-io* *:commons-lang *:commons-lang3