Skip to content

Commit

Permalink
JAVA-2521: Remove Automatic-Module-Name from mongo-java-driver jar
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed Jan 26, 2018
1 parent 2d4edb1 commit b7ff3c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mongo-java-driver/build.gradle
Expand Up @@ -42,7 +42,6 @@ sourceSets {
// copied from driver-core
jar {
manifest {
instruction 'Automatic-Module-Name', 'org.mongodb.driver.legacy.client'
instruction 'Build-Version', getGitVersion()
instruction 'Import-Package',
'javax.xml.bind.*',
Expand Down

0 comments on commit b7ff3c7

Please sign in to comment.