Skip to content

Commit 2d5c9c9

Browse files
committed
update to 4.2.2
1 parent c495e74 commit 2d5c9c9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 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>
@@ -165,9 +165,9 @@
165165
</dependency>
166166

167167
<dependency>
168-
<groupId>com.sun.istack</groupId>
169-
<artifactId>istack-commons-runtime</artifactId>
170-
<version>3.0.7</version>
168+
<groupId>com.sun.xml.bind</groupId>
169+
<artifactId>jaxb-core</artifactId>
170+
<version>2.3.0.1</version>
171171
</dependency>
172172

173173
<dependency>
@@ -195,7 +195,7 @@
195195
<configuration>
196196
<artifacts>
197197
<artifact>
198-
<file>${project.basedir}/stanford-corenlp-4.2.0-models.jar</file>
198+
<file>${project.basedir}/stanford-corenlp-4.2.2-models.jar</file>
199199
<type>jar</type>
200200
<classifier>models</classifier>
201201
</artifact>

0 commit comments

Comments
 (0)