Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cloud/docker-image/src/main/docker/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<include>org/leadpony/justify/**</include>
<include>org/leadpony/joy/**</include>
<include>org/snakeyaml/snakeyaml-engine/**</include>
<include>org/eclipse/parsson/**</include>
<include>org/eclipse/yasson/**</include>
<include>org/glassfish/**</include>
<include>com/github/rvesse/**</include>
Expand Down
4 changes: 2 additions & 2 deletions manager/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ This project includes:
Apache Commons Collections under Apache License, Version 2.0
Apache Commons Lang under Apache License, Version 2.0
Apache Ivy under The Apache Software License, Version 2.0
Eclipse Parsson under Eclipse Public License 2.0 or GNU General Public License, version 2 with the GNU Classpath Exception
Jakarta Dependency Injection under The Apache Software License, Version 2.0
Jakarta JSON Processing API under Eclipse Public License 2.0 or GNU General Public License, version 2 with the GNU Classpath Exception
JSON-B API under Eclipse Public License 2.0 or GNU General Public License, version 2 with the GNU Classpath Exception
JSON-P Default Provider under Eclipse Public License 2.0 or GNU General Public License, version 2 with the GNU Classpath Exception
org.eclipse.yasson under Eclipse Public License v. 2.0 or Eclipse Distribution License v. 1.0
Plexus :: Component Annotations under Apache License, Version 2.0
Plexus Cipher: encryption/decryption Component under Apache Public License 2.0
Plexus Classworlds under Apache License, Version 2.0
Plexus Common Utilities under Apache License, Version 2.0
Plexus Security Dispatcher Component under Apache Public License 2.0
Sisu-Inject-Plexus : Aggregate OSGi bundle under Eclipse Public License, Version 1.0
Yasson under Eclipse Public License v. 2.0 or Eclipse Distribution License v. 1.0


This project also includes code under copyright of the following entities:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>jakarta.json.bind</groupId>
<artifactId>jakarta.json.bind-api</artifactId>
<version>2.0.0</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.leadpony.joy</groupId>
Expand All @@ -90,7 +90,7 @@
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>yasson</artifactId>
<version>2.0.3</version>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>org.leadpony.justify</groupId>
Expand Down