Skip to content

Commit 0c43e35

Browse files
committed
update to 4.2.2
1 parent 2d5c9c9 commit 0c43e35

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom-java-11.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>edu.stanford.nlp</groupId>
44
<artifactId>stanford-corenlp</artifactId>
5-
<version>4.2.0</version>
5+
<version>4.2.2</version>
66
<packaging>jar</packaging>
77
<name>Stanford CoreNLP</name>
88
<description>Stanford CoreNLP provides a set of natural language analysis tools which can take raw English language text input and give the base forms of words, their parts of speech, whether they are names of companies, people, etc., normalize dates, times, and numeric quantities, mark up the structure of sentences in terms of phrases and word dependencies, and indicate which noun phrases refer to the same entities. It provides the foundational building blocks for higher level text understanding applications.</description>
@@ -14,8 +14,8 @@
1414
</license>
1515
</licenses>
1616
<scm>
17-
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.2.0.zip</url>
18-
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.2.0.zip</connection>
17+
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.2.2.zip</url>
18+
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.2.2.zip</connection>
1919
</scm>
2020
<developers>
2121
<developer>
@@ -161,11 +161,11 @@
161161
<artifactId>jaxb-api</artifactId>
162162
<version>2.4.0-b180830.0359</version>
163163
</dependency>
164-
164+
165165
<dependency>
166-
<groupId>com.sun.istack</groupId>
167-
<artifactId>istack-commons-runtime</artifactId>
168-
<version>3.0.7</version>
166+
<groupId>com.sun.xml.bind</groupId>
167+
<artifactId>jaxb-core</artifactId>
168+
<version>2.3.0.1</version>
169169
</dependency>
170170

171171
<dependency>
@@ -193,7 +193,7 @@
193193
<configuration>
194194
<artifacts>
195195
<artifact>
196-
<file>${project.basedir}/stanford-corenlp-4.2.0-models.jar</file>
196+
<file>${project.basedir}/stanford-corenlp-4.2.2-models.jar</file>
197197
<type>jar</type>
198198
<classifier>models</classifier>
199199
</artifact>

0 commit comments

Comments
 (0)