Skip to content

Commit 9b1c058

Browse files
committed
Oops, address of new json library was incorrect
1 parent 698d84b commit 9b1c058

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/corenlp/pom-full.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128

129129
<dependency>
130130
<groupId>org.glassfish</groupId>
131-
<artifactId>javax.json</artifactId>
131+
<artifactId>jakarta.json</artifactId>
132132
<version>1.1.6</version>
133133
</dependency>
134134

pom-java-11.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126

127127
<dependency>
128128
<groupId>org.glassfish</groupId>
129-
<artifactId>javax.json</artifactId>
129+
<artifactId>jakarta.json</artifactId>
130130
<version>1.1.6</version>
131131
</dependency>
132132

pom-java-17.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126

127127
<dependency>
128128
<groupId>org.glassfish</groupId>
129-
<artifactId>javax.json</artifactId>
129+
<artifactId>jakarta.json</artifactId>
130130
<version>1.1.6</version>
131131
</dependency>
132132

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128

129129
<dependency>
130130
<groupId>org.glassfish</groupId>
131-
<artifactId>javax.json</artifactId>
131+
<artifactId>jakarta.json</artifactId>
132132
<version>1.1.6</version>
133133
</dependency>
134134

0 commit comments

Comments
 (0)