Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skodapetr committed Jul 22, 2024
1 parent a8ed77b commit 042bd20
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion deploy-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,13 @@
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
<version>2.1.3</version>
<version>2.0.1</version>
<outputDirectory>${deploy.directory}/osgi/libs</outputDirectory>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
<version>2.0.1</version>
<outputDirectory>${deploy.directory}/osgi/libs</outputDirectory>
</dependency>
<dependency>
Expand Down

0 comments on commit 042bd20

Please sign in to comment.