Skip to content

Commit b4e5113

Browse files
committed
Bump Jackson dependency and fix CoreNLP model issue
1 parent 52d2959 commit b4e5113

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swan-pipeline/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<groupId>edu.stanford.nlp</groupId>
112112
<artifactId>stanford-corenlp</artifactId>
113113
<version>4.4.0</version>
114-
<classifier>models-english</classifier>
114+
<classifier>models</classifier>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.jsoup</groupId>
@@ -192,7 +192,7 @@
192192
<dependency>
193193
<groupId>com.fasterxml.jackson.core</groupId>
194194
<artifactId>jackson-databind</artifactId>
195-
<version>2.13.1</version>
195+
<version>2.13.2.1</version>
196196
</dependency>
197197
<dependency>
198198
<groupId>net.sf.meka</groupId>

0 commit comments

Comments
 (0)