Skip to content

Commit

Permalink
Start work on #70 again; first step: comment out rngconverter package
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 4, 2019
1 parent 5f0bbc9 commit 5575368
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,20 @@
<scope>provided</scope>
<optional>true</optional>
</dependency>
<!-- 03-Jun-2019, tatu: Not sure why this is added as a dep as it's only one class,
`com.sun.msv.writer.relaxng.Driver`, and some metadata. I assumed it was needed by MSV
but at least unit tests do not cache issues. So, will remove from 5.3.0
-->

<!--
<dependency>
<groupId>net.java.dev.msv</groupId>
<artifactId>msv-rngconverter</artifactId>
<version>${version.msv}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
-->
<dependency>
<groupId>net.java.dev.msv</groupId>
<artifactId>xsdlib</artifactId>
Expand Down Expand Up @@ -179,9 +186,11 @@
</configuration>
</plugin>

<!-- 12-Mar-2019, tatu: Add rudimentary JDK9+ module info. To build with JDK 8
<!-- 03-Jun-2019, tatu: Trying to rudimentary JDK9+ module info. To build with JDK 8
will have to use `moduleInfoFile` which is crappy but anything else requires
JDK 9+. With Jackson 3.0 will upgrade.
JDK 9+.
... does not yet work tho, commented out
-->
<!--
<plugin>
Expand Down Expand Up @@ -209,13 +218,13 @@

<reporting>
<plugins>
<!--
<plugin>
<artifactId>maven-changelog-plugin</artifactId>
</plugin>
-->
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<!--
<plugin>
<artifactId>maven-changelog-plugin</artifactId>
</plugin>
-->
<configuration>
<show>private</show>
<serialwarn>true</serialwarn>
Expand Down

0 comments on commit 5575368

Please sign in to comment.