Skip to content

Commit

Permalink
Remove automatic-module-name override
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 25, 2019
1 parent 11e128e commit a1ab6e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ com.fasterxml.jackson.core.*;version=${project.version}
<!-- Generate PackageVersion.java into this directory. -->
<packageVersion.dir>com/fasterxml/jackson/core/json</packageVersion.dir>
<packageVersion.package>${project.groupId}.json</packageVersion.package>
<!-- usually above is fine for Automatic Module Name, but not here: -->
<jdk.module.name>com.fasterxml.jackson.core</jdk.module.name>
</properties>

<!-- Alas, need to include snapshot reference since otherwise can not find
Expand Down

0 comments on commit a1ab6e3

Please # to comment.