Skip to content

Commit 9fc0f28

Browse files
authored
Removed Automatic-Module-Name from carrier and geocoder... (#3758)
* Added Automatic-Module-Name to published jars. Context: https://b.corp.google.com/issues/308334884 * 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.
1 parent 462cea9 commit 9fc0f28

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

java/carrier/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@
5252
<manifestFile>
5353
${project.build.outputDirectory}/META-INF/MANIFEST.MF
5454
</manifestFile>
55-
<manifestEntries>
56-
<Automatic-Module-Name>com.google.i18n.phonenumbers.carrier
57-
</Automatic-Module-Name>
58-
</manifestEntries>
5955
</archive>
6056
</configuration>
6157
</execution>

java/geocoder/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@
6262
<manifestFile>
6363
${project.build.outputDirectory}/META-INF/MANIFEST.MF
6464
</manifestFile>
65-
<manifestEntries>
66-
<Automatic-Module-Name>com.google.i18n.phonenumbers.geocoder
67-
</Automatic-Module-Name>
68-
</manifestEntries>
6965
</archive>
7066
</configuration>
7167
</execution>

0 commit comments

Comments
 (0)