Skip to content

Commit

Permalink
[jwtk#519] module-info into META-INF/versions for legacy groovy compa…
Browse files Browse the repository at this point in the history
…tiblilty.
  • Loading branch information
bmarwell committed Apr 20, 2022
1 parent f323491 commit c9936a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<goal>add-module-info</goal>
</goals>
<configuration>
<jvmVersion>9</jvmVersion>
<module>
<moduleInfoSource>
module io.jsonwebtoken.jjwt.api {
Expand Down
1 change: 1 addition & 0 deletions extensions/gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<goal>add-module-info</goal>
</goals>
<configuration>
<jvmVersion>9</jvmVersion>
<module>
<moduleInfoSource>
module io.jsonwebtoken.jjwt.ext.gson {
Expand Down
1 change: 1 addition & 0 deletions extensions/jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
<goal>add-module-info</goal>
</goals>
<configuration>
<jvmVersion>9</jvmVersion>
<module>
<moduleInfoSource>
module io.jsonwebtoken.jjwt.ext.jackson {
Expand Down
1 change: 1 addition & 0 deletions extensions/orgjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
<goal>add-module-info</goal>
</goals>
<configuration>
<jvmVersion>9</jvmVersion>
<module>
<moduleInfoSource>
module io.jsonwebtoken.jjwt.ext.orgjson {
Expand Down
1 change: 1 addition & 0 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<goal>add-module-info</goal>
</goals>
<configuration>
<jvmVersion>9</jvmVersion>
<module>
<moduleInfoSource>
module io.jsonwebtoken.jjwt.impl {
Expand Down

0 comments on commit c9936a6

Please sign in to comment.