[java-identity-provider] branch master updated: IDP-1620: Fix POM for JDK-15
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 9 10:15:52 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=0dcff2af66252d5d6444d380c23504f1716f2133
The following commit(s) were added to refs/heads/master by this push:
new 0dcff2af6 IDP-1620: Fix POM for JDK-15
0dcff2af6 is described below
commit 0dcff2af66252d5d6444d380c23504f1716f2133
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jul 9 11:15:00 2020 +0100
IDP-1620: Fix POM for JDK-15
https://issues.shibboleth.net/jira/browse/IDP-1620
For now we need the java-support test jar (for scripting).
---
idp-profile-api/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/idp-profile-api/pom.xml b/idp-profile-api/pom.xml
index fb767bf89..d1eebe5f8 100644
--- a/idp-profile-api/pom.xml
+++ b/idp-profile-api/pom.xml
@@ -110,7 +110,14 @@
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
+
<!-- We need these even if mvn dependency:analyze says we don't - loaded by service interface -->
+ <dependency>
+ <groupId>net.shibboleth.utilities</groupId>
+ <artifactId>java-support</artifactId>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list