1
0

Add property project.build.outputTimestamp for build reproducibility

This commit is contained in:
Gary Gregory
2024-02-02 18:24:01 -05:00
parent 93b854064e
commit 21c9f8ca19

View File

@@ -726,12 +726,10 @@ under the License.
<commons.failsafe.version>3.2.1</commons.failsafe.version>
<!-- Allow default test run order to be changed -->
<failsafe.runorder>filesystem</failsafe.runorder>
<log4j2.version>2.22.1</log4j2.version>
<logback.version>1.3.11</logback.version>
<slf4j.version>2.0.10</slf4j.version>
<findsecbugs.version>1.12.0</findsecbugs.version>
<commons.osgi.import>
javax.servlet;version="[2.1.0, 3.0.0)";resolution:=optional,
org.apache.avalon.framework.logger;version="[4.1.3, 4.1.5]";resolution:=optional,
@@ -740,6 +738,7 @@ under the License.
org.apache.logging.log4j;version="[2.0, 4.0)";resolution:=optional,
org.slf4j;version="1.7.0, 3.0";resolution:=optional
</commons.osgi.import>
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
</properties>
</project>