[java-idp-testbed] branch master updated: IDP-1465 - Update Jakarta JSONP artifacts
Ian Young
ian at iay.org.uk
Fri Jan 24 13:03:08 EST 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=9b2488d79b65183cdb0795aa7ea3b7e0ed35801c
The following commit(s) were added to refs/heads/master by this push:
new 9b2488d IDP-1465 - Update Jakarta JSONP artifacts
9b2488d is described below
commit 9b2488d79b65183cdb0795aa7ea3b7e0ed35801c
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Jan 24 18:02:08 2020 +0000
IDP-1465 - Update Jakarta JSONP artifacts
https://issues.shibboleth.net/jira/browse/IDP-1465
---
pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/pom.xml b/pom.xml
index 524a0a2..b674bef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,6 +182,11 @@
<!-- Provided scope -->
<dependency>
+ <groupId>jakarta.json</groupId>
+ <artifactId>jakarta.json-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>javax.servlet.jsp-api</artifactId>
<scope>provided</scope>
@@ -234,6 +239,12 @@
</dependency>
<dependency>
+ <groupId>org.glassfish</groupId>
+ <artifactId>jakarta.json</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
<groupId>net.shibboleth.utilities.jetty9</groupId>
<artifactId>jetty9-dta-ssl</artifactId>
<version>1.0.0</version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list