Skip to content

Commit

Permalink
Fixes piranhacloud#4081 - Update to Parsson 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Oct 20, 2024
1 parent 20bcd73 commit 66c586c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,18 @@ used by Piranha to deliver various bits and pieces of functionality.
| Eclipse Jersey | 3.1.7 |
| Eclipse JSTL | 3.0.1 |
| Eclipse Mojarra | 4.1.0 |
| 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 Processing | 2.1.3 |
| Netty | 4.1.112.Final |
| OmniFaces Services | 0.4 |
| OmniFish OmniBeans | 0.3 |
| OmniFish Transact | 1.0.1 |
| Parsson | 1.1.7 |
| Project CRaC | 0.1.3 |
| Spring Boot | 3.3.0 |
| Undertow | 2.3.14.Final |
Expand Down
2 changes: 1 addition & 1 deletion extension/micro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</dependency>
<dependency>
<groupId>cloud.piranha.extension</groupId>
<artifactId>piranha-extension-eclipse-parsson</artifactId>
<artifactId>piranha-extension-parsson</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<artifactId>project</artifactId>
<version>24.11.0-SNAPSHOT</version>
</parent>
<artifactId>piranha-extension-eclipse-parsson</artifactId>
<artifactId>piranha-extension-parsson</artifactId>
<packaging>jar</packaging>
<name>Piranha - Extension - Eclipse Parsson</name>
<name>Piranha - Extension - Parsson</name>
<dependencies>
<!-- compile -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
<module>eclipse-jersey</module>
<module>eclipse-jstl</module>
<module>eclipse-mojarra</module>
<module>eclipse-parsson</module>
<module>eclipse-soteria</module>
<module>eclipse-tyrus</module>
<module>eclipse-yasson</module>
Expand Down Expand Up @@ -63,6 +62,7 @@
<module>webxml</module>
<module>welcomefile</module>
<module>weld</module>
<module>parsson</module>
</modules>

<dependencyManagement>
Expand Down

0 comments on commit 66c586c

Please sign in to comment.