Skip to content

Commit 20afde1

Browse files
committed
Bump version.xom from 1.1 to 1.2.5
1 parent 3a28a0b commit 20afde1

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,8 @@
578578
<version>${version.xom}</version>
579579
<exclusions>
580580
<exclusion>
581-
<groupId>xerces</groupId>
582-
<artifactId>xmlParserAPIs</artifactId>
581+
<groupId>xml-apis</groupId>
582+
<artifactId>xml-apis</artifactId>
583583
</exclusion>
584584
<exclusion>
585585
<groupId>xerces</groupId>
@@ -589,10 +589,6 @@
589589
<groupId>xalan</groupId>
590590
<artifactId>xalan</artifactId>
591591
</exclusion>
592-
<exclusion>
593-
<groupId>jaxen</groupId>
594-
<artifactId>jaxen</artifactId>
595-
</exclusion>
596592
</exclusions>
597593
</dependency>
598594

@@ -1230,7 +1226,7 @@
12301226
<version.xerces.impl>2.8.1</version.xerces.impl>
12311227
<version.xml-apis>1.3.04</version.xml-apis>
12321228
<version.xmlpull>1.1.3.4a</version.xmlpull>
1233-
<version.xom>1.1</version.xom>
1229+
<version.xom>1.2.5</version.xom><!-- Java 1.4 -->
12341230
<version.xpp3>1.1.4c</version.xpp3>
12351231

12361232
<javadoc.link.javase>http://docs.oracle.com/javase/8/docs/api/</javadoc.link.javase>

xstream-distribution/src/content/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h1 id="optional-deps">Optional Dependencies</h1>
7777
<li>StaX, the <a href="https://repo1.maven.org/maven2/stax/stax/1.2.0/stax-1.2.0.jar">reference implementation</a> of the <a href="https://repo1.maven.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar">Streaming API for XML</a>.</li>
7878
<li><a href="https://repo1.maven.org/maven2/com/fasterxml/woodstox-core/5.4.0/woodstox-core-5.4.0.jar">Woodstox</a>, an alternate open source StaX implementation, requires Java 6 or higher.</li>
7979
<li><a href="https://repo1.maven.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.jar">Woodstox</a>, an alternate open source StaX implementation, for use with Java 1.4 and 5.</li>
80-
<li><a href="http://www.cafeconleche.org/XOM/xom-1.1.jar">XOM</a>, another alternative XML API.</li>
80+
<li><a href="https://repo1.maven.org/maven2/xom/xom/1.2.5/xom-1.2.5.jar">XOM</a>, another alternative XML API.</li>
8181
</ul>
8282
</li>
8383
<li>Other optional 3rd party dependencies:

0 commit comments

Comments
 (0)