[java-identity-provider] branch main updated: Turn off dependency checking
Rod Widdowson
rdw at steadingsoftware.com
Wed Sep 28 08:28:00 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=0e06869843fe63ae76927b0fcf8d75b92333cb33
The following commit(s) were added to refs/heads/main by this push:
new 0e0686984 Turn off dependency checking
0e0686984 is described below
commit 0e06869843fe63ae76927b0fcf8d75b92333cb33
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Sep 28 09:27:52 2022 +0100
Turn off dependency checking
---
idp-distribution/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index c13824704..5865b0251 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -296,7 +296,7 @@
<zipFiles>${project.build.directory}/${idp.finalName}.zip</zipFiles>
<tgzFiles>${project.build.directory}/${idp.finalName}.tar.gz</tgzFiles>
<checkSignatures>false</checkSignatures>
- <checkDependencies>true</checkDependencies>
+ <checkDependencies>false</checkDependencies>
<compileRuntimeArtifactFatal>false</compileRuntimeArtifactFatal>
<versionExtensions>-SNAPSHOT -GA -jre -empty-to-avoid-conflict-with-guava -M6</versionExtensions>
<listJarSources>false</listJarSources>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list