Skip to content

Commit

Permalink
Fixes #4079 - Update Yasson to 3.0.4 (#4080)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Oct 20, 2024
1 parent b7ac687 commit 932b9e1
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 86 deletions.
3 changes: 2 additions & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ used by Piranha to deliver various bits and pieces of functionality.
| Eclipse Parsson | 1.1.7 |
| Eclipse Soteria | 4.0.0-M3 |
| Eclipse Tyrus | 2.2.0-M1 |
| Eclipse Yasson | 3.0.4 |
| EclipseLink | 5.0.0-B02 |
| Hazelcast | 5.4.0 |
| Jakarta CDI | 4.1.0 |
| Jakarta JSON Binding | 3.0.1 |
| Jakarta REST | 4.0.0 |
| Jersey | 4.0.0-M1 |
| Netty | 4.1.112.Final |
Expand All @@ -35,3 +35,4 @@ used by Piranha to deliver various bits and pieces of functionality.
| Spring Boot | 3.3.0 |
| Undertow | 2.3.14.Final |
| Weld | 6.0.0.Beta4 |
| Yasson | 3.0.4 |
2 changes: 1 addition & 1 deletion extension/coreprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-yasson</artifactId>
<artifactId>piranha-extension-yasson</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion extension/micro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-yasson</artifactId>
<artifactId>piranha-extension-yasson</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion extension/microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-yasson</artifactId>
<artifactId>piranha-extension-yasson</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion extension/platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-yasson</artifactId>
<artifactId>piranha-extension-yasson</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<module>eclipse-parsson</module>
<module>eclipse-soteria</module>
<module>eclipse-tyrus</module>
<module>eclipse-yasson</module>
<module>eclipse-wasp</module>
<module>eclipselink</module>
<module>hazelcast</module>
Expand Down Expand Up @@ -63,6 +62,7 @@
<module>webxml</module>
<module>welcomefile</module>
<module>weld</module>
<module>yasson</module>
</modules>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions extension/eclipse-yasson/pom.xml → extension/yasson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<version>24.11.0-SNAPSHOT</version>
</parent>

<artifactId>piranha-extension-eclipse-yasson</artifactId>
<artifactId>piranha-extension-yasson</artifactId>
<packaging>jar</packaging>

<name>Piranha - Extension - Eclipse Yasson</name>
<name>Piranha - Extension - Yasson</name>
<dependencies>
<!-- compile -->
<dependency>
Expand Down
76 changes: 0 additions & 76 deletions external/webprofile-tck/faces/pom.xml

This file was deleted.

2 changes: 1 addition & 1 deletion test/debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-yasson</artifactId>
<artifactId>piranha-extension-yasson</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion test/embedded/eclipselink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-yasson</artifactId>
<artifactId>piranha-extension-yasson</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 932b9e1

Please sign in to comment.