Skip to content

Commit 963e955

Browse files
committed
Revert "Bump org.eclipse:yasson from 2.0.3 to 3.0.3 (#346)"
This reverts commit 8c03174.
1 parent b917371 commit 963e955

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

cloud/docker-image/src/main/docker/assembly.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
<include>org/leadpony/justify/**</include>
4848
<include>org/leadpony/joy/**</include>
4949
<include>org/snakeyaml/snakeyaml-engine/**</include>
50-
<include>org/eclipse/parsson/**</include>
5150
<include>org/eclipse/yasson/**</include>
5251
<include>org/glassfish/**</include>
5352
<include>com/github/rvesse/**</include>

manager/NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ This project includes:
1717
Apache Commons Collections under Apache License, Version 2.0
1818
Apache Commons Lang under Apache License, Version 2.0
1919
Apache Ivy under The Apache Software License, Version 2.0
20-
Eclipse Parsson under Eclipse Public License 2.0 or GNU General Public License, version 2 with the GNU Classpath Exception
2120
Jakarta Dependency Injection under The Apache Software License, Version 2.0
2221
Jakarta JSON Processing API under Eclipse Public License 2.0 or GNU General Public License, version 2 with the GNU Classpath Exception
2322
javax.annotation API under CDDL + GPLv2 with classpath exception
2423
JSON-B API under Eclipse Public License 2.0 or GNU General Public License, version 2 with the GNU Classpath Exception
24+
JSON-P Default Provider under Eclipse Public License 2.0 or GNU General Public License, version 2 with the GNU Classpath Exception
2525
org.eclipse.sisu.inject under Eclipse Public License, Version 1.0
2626
org.eclipse.sisu.plexus under Eclipse Public License, Version 1.0
27+
org.eclipse.yasson under Eclipse Public License v. 2.0 or Eclipse Distribution License v. 1.0
2728
Plexus :: Component Annotations under Apache License, Version 2.0
2829
Plexus Cipher: encryption/decryption Component under Apache Public License 2.0
2930
Plexus Classworlds under Apache License, Version 2.0
3031
Plexus Common Utilities under Apache License, Version 2.0
3132
Plexus Security Dispatcher Component under Apache Public License 2.0
3233
Sisu-Inject-Plexus : legacy wrapper under Eclipse Public License, Version 1.0
33-
Yasson under Eclipse Public License v. 2.0 or Eclipse Distribution License v. 1.0
3434

3535

3636
This project also includes code under copyright of the following entities:

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>jakarta.json.bind</groupId>
8282
<artifactId>jakarta.json.bind-api</artifactId>
83-
<version>3.0.0</version>
83+
<version>2.0.0</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>org.leadpony.joy</groupId>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.eclipse</groupId>
9292
<artifactId>yasson</artifactId>
93-
<version>3.0.3</version>
93+
<version>2.0.3</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>org.leadpony.justify</groupId>

0 commit comments

Comments
 (0)