Skip to content

Commit

Permalink
[MRESOLVER-27] Turn resolver api, spi and utils into Java 9 modules
Browse files Browse the repository at this point in the history
  • Loading branch information
iils-hwellmann committed Jun 21, 2024
1 parent 090b690 commit 8c70b60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion maven-resolver-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<properties>
<bnd.instructions.additions><![CDATA[
Automatic-Module-Name: org.apache.maven.resolver
-jpms-module-info: org.apache.maven.resolver
]]></bnd.instructions.additions>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion maven-resolver-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<properties>
<bnd.instructions.additions><![CDATA[
Automatic-Module-Name: ${Bundle-SymbolicName}
-jpms-module-info
]]></bnd.instructions.additions>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion maven-resolver-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<properties>
<bnd.instructions.additions><![CDATA[
Automatic-Module-Name: ${Bundle-SymbolicName}
-jpms-module-info
]]></bnd.instructions.additions>
</properties>

Expand Down

0 comments on commit 8c70b60

Please sign in to comment.