Browse Source

Removed Automatic-Module-Name from carrier and geocoder. Classes in these modules belong to the same package as core libphonenumber library, which leads to the split package problem with Java modules.

pull/3758/head
tijanavg 1 year ago
parent
commit
5273bf665e
2 changed files with 0 additions and 8 deletions
  1. +0
    -4
      java/carrier/pom.xml
  2. +0
    -4
      java/geocoder/pom.xml

+ 0
- 4
java/carrier/pom.xml View File

@ -52,10 +52,6 @@
<manifestFile>
${project.build.outputDirectory}/META-INF/MANIFEST.MF
</manifestFile>
<manifestEntries>
<Automatic-Module-Name>com.google.i18n.phonenumbers.carrier
</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</execution>


+ 0
- 4
java/geocoder/pom.xml View File

@ -62,10 +62,6 @@
<manifestFile>
${project.build.outputDirectory}/META-INF/MANIFEST.MF
</manifestFile>
<manifestEntries>
<Automatic-Module-Name>com.google.i18n.phonenumbers.geocoder
</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</execution>


Loading…
Cancel
Save