[java-parent-project] branch master updated: IDP-1465 - Update Jakarta JSON processing artifacts
Ian Young
ian at iay.org.uk
Fri Jan 24 13:02:59 EST 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=43595897f50870ec6d4e66eb85c775688216c35b
The following commit(s) were added to refs/heads/master by this push:
new 4359589 IDP-1465 - Update Jakarta JSON processing artifacts
4359589 is described below
commit 43595897f50870ec6d4e66eb85c775688216c35b
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Jan 24 18:00:30 2020 +0000
IDP-1465 - Update Jakarta JSON processing artifacts
https://issues.shibboleth.net/jira/browse/IDP-1465
---
pom.xml | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 913a694..92a4523 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,8 +26,9 @@
<httpclient.version>4.5.11</httpclient.version>
<httpclient.httpcore.version>4.4.13</httpclient.httpcore.version>
<guava.version>28.2-jre</guava.version>
- <jakarta.mail.version>1.6.4</jakarta.mail.version>
<jakarta.activation.version>1.2.1</jakarta.activation.version>
+ <jakarta.json.version>1.1.6</jakarta.json.version>
+ <jakarta.mail.version>1.6.4</jakarta.mail.version>
<jetty.groupId>org.eclipse.jetty</jetty.groupId>
<jetty.version>9.4.19.v20190610</jetty.version>
<ldaptive.version>1.3.0-SNAPSHOT</ldaptive.version>
@@ -306,11 +307,6 @@
<artifactId>joda-time</artifactId>
<version>2.10.5</version>
</dependency>
- <dependency>
- <groupId>javax.json</groupId>
- <artifactId>javax.json-api</artifactId>
- <version>1.0</version>
- </dependency>
<!-- Needed for JAXB support. -->
<dependency>
@@ -431,6 +427,12 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>jakarta.json</groupId>
+ <artifactId>jakarta.json-api</artifactId>
+ <version>${jakarta.json.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>jakarta.mail</groupId>
<artifactId>jakarta.mail-api</artifactId>
<version>${jakarta.mail.version}</version>
@@ -524,8 +526,8 @@
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
- <artifactId>javax.json</artifactId>
- <version>1.0.4</version>
+ <artifactId>jakarta.json</artifactId>
+ <version>${jakarta.json.version}</version>
<scope>runtime</scope>
</dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list