[java-idp-integration-tests] branch master updated: Workaround mixed OpenSAML versions
Tom Zeller
tzeller at dragonacea.biz
Mon Jun 25 18:02:50 EDT 2018
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=1fc3b81b6b40b93eff6c705ee00155957be72a84
The following commit(s) were added to refs/heads/master by this push:
new 1fc3b81 Workaround mixed OpenSAML versions
1fc3b81 is described below
commit 1fc3b81b6b40b93eff6c705ee00155957be72a84
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Jun 25 17:02:48 2018 -0500
Workaround mixed OpenSAML versions
IDP-1217 introduced support for RequestedAttribute which triggers :
java.lang.NoClassDefFoundError:
org/opensaml/saml/ext/reqattr/RequestedAttributes
because the test (Maven Surefire) classpath sometimes has mixed (3.3 and
3.4) versions of OpenSAML.
See also OSJ-242
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index f717cdf..eb42a14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,6 +413,7 @@
<id>idp-current</id>
<properties>
<idp.version>${idp-current.version}</idp.version>
+ <opensaml.version>${opensaml-maint-3.3.version}</opensaml.version>
</properties>
</profile>
<!--
@@ -422,6 +423,7 @@
<id>idp-next-patch</id>
<properties>
<idp.version>${idp-next-patch.version}</idp.version>
+ <opensaml.version>${opensaml-maint-3.3.version}</opensaml.version>
</properties>
</profile>
<!--
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list