Skip to content

Commit

Permalink
include org.apache.sling.contentparser.json which switched to jakarta…
Browse files Browse the repository at this point in the history
….json with latest version, compatible with johnzon 2.0
  • Loading branch information
stefanseifert committed Apr 10, 2024
1 parent d844d0d commit 8c39195
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,13 @@
<!-- update-aem-deps:derived-from=org.apache.sling.commons.johnzon:2.0.0 -->
<version>2.1.1</version>
</dependency>
<!-- Update to latest Sling JSON Content Parser for compatibility with Johnzon 2.0 (and switch from javax.json to jakarta.json) -->
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.contentparser.json</artifactId>
<!-- update-aem-deps:ignore -->
<version>2.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.commons.json</artifactId>
Expand Down

0 comments on commit 8c39195

Please sign in to comment.