[java-opensaml] branch master updated: IDP-1465 - Update Jakarta JSONP artifacts
Ian Young
ian at iay.org.uk
Fri Jan 24 13:02:44 EST 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=46268f553b9759f057b47914d231b94eac0fb0a3
The following commit(s) were added to refs/heads/master by this push:
new 46268f5 IDP-1465 - Update Jakarta JSONP artifacts
46268f5 is described below
commit 46268f553b9759f057b47914d231b94eac0fb0a3
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Jan 24 18:00:59 2020 +0000
IDP-1465 - Update Jakarta JSONP artifacts
https://issues.shibboleth.net/jira/browse/IDP-1465
---
opensaml-storage-impl/pom.xml | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/opensaml-storage-impl/pom.xml b/opensaml-storage-impl/pom.xml
index 40672f8..b4885a6 100644
--- a/opensaml-storage-impl/pom.xml
+++ b/opensaml-storage-impl/pom.xml
@@ -66,11 +66,6 @@
</dependency>
<dependency>
- <groupId>javax.json</groupId>
- <artifactId>javax.json-api</artifactId>
- </dependency>
-
- <dependency>
<groupId>net.spy</groupId>
<artifactId>spymemcached</artifactId>
</dependency>
@@ -87,6 +82,11 @@
<!-- Provided Dependencies -->
<dependency>
+ <groupId>jakarta.json</groupId>
+ <artifactId>jakarta.json-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
@@ -94,7 +94,8 @@
<!-- Runtime Dependencies -->
<dependency>
<groupId>org.glassfish</groupId>
- <artifactId>javax.json</artifactId>
+ <artifactId>jakarta.json</artifactId>
+ <scope>runtime</scope>
</dependency>
<dependency>
<groupId>${spring.groupId}</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list