Skip to content

Commit 46263cd

Browse files
committed
Add Automatic-Module-Name manigest entry
For JDK 9 module system interoperability. Automatic-Module-Name: com.rabbitmq.client Fixes #320
1 parent 2971199 commit 46263cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,9 @@
861861
<configuration>
862862
<archive>
863863
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
864+
<manifestEntries>
865+
<Automatic-Module-Name>com.rabbitmq.client</Automatic-Module-Name>
866+
</manifestEntries>
864867
</archive>
865868
</configuration>
866869
</plugin>

0 commit comments

Comments
 (0)