Skip to content

Commit

Permalink
Oops, address of new json library was incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Dec 11, 2024
1 parent 698d84b commit 9b1c058
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/corenlp/pom-full.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@

<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<artifactId>jakarta.json</artifactId>
<version>1.1.6</version>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom-java-11.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@

<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<artifactId>jakarta.json</artifactId>
<version>1.1.6</version>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom-java-17.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@

<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<artifactId>jakarta.json</artifactId>
<version>1.1.6</version>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@

<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<artifactId>jakarta.json</artifactId>
<version>1.1.6</version>
</dependency>

Expand Down

0 comments on commit 9b1c058

Please sign in to comment.