Skip to content

Commit c8772b7

Browse files
committed
Update xom to 1.3.9, as it no longer has potentially unwanted transitive dependencies
1 parent b577597 commit c8772b7

9 files changed

+13
-13
lines changed

.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<classpathentry exported="true" kind="lib" path="lib/javax.servlet.jar" sourcepath="libsrc/tomcat/apache-tomcat-7.0.12-src.zip"/>
1717
<classpathentry exported="true" kind="lib" path="lib/AppleJavaExtensions.jar"/>
1818
<classpathentry exported="true" kind="lib" path="lib/jflex-full-1.8.2.jar" sourcepath="libsrc/jflex-1.8.2.zip"/>
19-
<classpathentry exported="true" kind="lib" path="lib/xom-1.3.8.jar" sourcepath="libsrc/xom-1.3.8-sources.jar"/>
19+
<classpathentry exported="true" kind="lib" path="lib/xom-1.3.9.jar" sourcepath="libsrc/xom-1.3.9-sources.jar"/>
2020
<classpathentry exported="true" kind="lib" path="lib/joda-time.jar" sourcepath="libsrc/joda-time-2.10.5-sources.jar"/>
2121
<classpathentry exported="true" kind="lib" path="lib/jollyday-0.4.9.jar" sourcepath="libsrc/jollyday-0.4.9-sources.jar"/>
2222
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.1.jar" sourcepath="libsrc/commons-lang3-3.1-sources.jar"/>

doc/corenlp/pom-full.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>xom</groupId>
8888
<artifactId>xom</artifactId>
89-
<version>1.3.8</version>
89+
<version>1.3.9</version>
9090
</dependency>
9191

9292
<dependency>

lib/README

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ This directory is intended to contain only *current and necessary*
88
.jar files used with CoreNLP.
99

1010
Each file here should have a name that includes a version number,
11-
such as lib/xom-1.3.8.jar and should have a corresponding sources
12-
archive such as libsrc/xom-1.3.8-src.{zip,jar}.
11+
such as lib/xom-1.3.9.jar and should have a corresponding sources
12+
archive such as libsrc/xom-1.3.9-src.{zip,jar}.
1313

1414
Our original model was that each jar file in lib should be without
1515
its version number but include a corresponding source .zip/.jar file
1616
with a full version number in the libsrc folder. For example, if
1717
there is a file lib/xom.jar there should be a corresponding and
18-
up-to-date libsrc/xom-1.3.8-src.{zip,jar}. That model had some good
18+
up-to-date libsrc/xom-1.3.9-src.{zip,jar}. That model had some good
1919
properties but can also be a nuisance in the modern world, and so
2020
doing this is now deprecated but not quite yet eliminated.
2121

@@ -201,13 +201,13 @@ LAST UPDATE: 2007/09/18
201201
LAST UPDATE BY: Anna Rafferty.
202202

203203
-----------------------------------------------------------------------
204-
xom-1.3.8.jar
204+
xom-1.3.9.jar
205205

206-
ORIGINAL JAR NAME: xom-1.3.8.jar
206+
ORIGINAL JAR NAME: xom-1.3.9.jar
207207

208-
VERSION: 1.3.8
208+
VERSION: 1.3.9
209209

210-
RELEASE DATE: 2022-09-11
210+
RELEASE DATE: 2023-05-14
211211

212212
SOURCE AVAILABLE: yes
213213

@@ -218,7 +218,7 @@ URL: http://www.xom.nu/
218218
USED BY: StanfordCoreNLP.java
219219
Needed by CoreNLP distributions
220220

221-
LAST UPDATE: 2023-01-04
221+
LAST UPDATE: 2023-05-16
222222

223223
LAST UPDATE BY: John Bauer
224224

Binary file not shown.

libsrc/xom-1.3.8-sources.jar

-309 KB
Binary file not shown.

libsrc/xom-1.3.9-sources.jar

305 KB
Binary file not shown.

pom-java-11.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>xom</groupId>
8686
<artifactId>xom</artifactId>
87-
<version>1.3.8</version>
87+
<version>1.3.9</version>
8888
</dependency>
8989

9090
<dependency>

pom-java-17.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>xom</groupId>
8686
<artifactId>xom</artifactId>
87-
<version>1.3.8</version>
87+
<version>1.3.9</version>
8888
</dependency>
8989

9090
<dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>xom</groupId>
8888
<artifactId>xom</artifactId>
89-
<version>1.3.8</version>
89+
<version>1.3.9</version>
9090
</dependency>
9191

9292
<dependency>

0 commit comments

Comments
 (0)