Commit c96ad258 authored by Gary Gregory's avatar Gary Gregory
Browse files

Update comments and dependencies to match.

parent 7a8e164e
Showing with 3 additions and 3 deletions
+3 -3
......@@ -96,11 +96,11 @@
<artifactId>jackson-dataformat-xml</artifactId>
<optional>true</optional>
</dependency>
<!-- POM for jackson-dataformat-xml 2.8.3 depends on woodstox-core 5.0.2 -->
<!-- POM for jackson-dataformat-xml 2.9.2 depends on woodstox-core 5.0.3 -->
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>5.0.2</version>
<version>5.0.3</version>
<optional>true</optional>
</dependency>
......
......@@ -87,7 +87,7 @@
<artifactId>jackson-dataformat-xml</artifactId>
<optional>true</optional>
</dependency>
<!-- POM for jackson-dataformat-xml 2.9.1 depends on woodstox-core 5.0.3 -->
<!-- POM for jackson-dataformat-xml 2.9.2 depends on woodstox-core 5.0.3 -->
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment