We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c660f commit 2777514Copy full SHA for 2777514
google-http-client-jackson/pom.xml
@@ -59,6 +59,9 @@
59
<configuration>
60
<archive>
61
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
62
+ <manifestEntries>
63
+ <Automatic-Module-Name>com.google.api.client.json.jackson</Automatic-Module-Name>
64
+ </manifestEntries>
65
</archive>
66
</configuration>
67
</plugin>
google-http-client/pom.xml
@@ -105,6 +105,9 @@
105
106
107
108
109
+ <Automatic-Module-Name>com.google.api.client</Automatic-Module-Name>
110
111
112
113
0 commit comments