8000 Removing android-1.5_r4 and opengl-api-gl1.1 from the download zip · sdecima/google-http-java-client@f54c47f · GitHub
[go: up one dir, main page]

Skip to content

Commit f54c47f

Browse files
committed
Removing android-1.5_r4 and opengl-api-gl1.1 from the download zip
1 parent f078360 commit f54c47f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google-http-client-assembly/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<configuration>
4646
<failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact>
4747
<outputDirectory>${project.build.directory}/dependencies</outputDirectory>
48+
<excludeArtifactIds>android,opengl-api</excludeArtifactIds>
4849
</configuration>
4950
</execution>
5051
<execution>
@@ -57,6 +58,7 @@
5758
<classifier>sources</classifier>
5859
<failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact>
5960
<outputDirectory>${project.build.directory}/dependencies</outputDirectory>
61+
<excludeArtifactIds>android,opengl-api</excludeArtifactIds>
6062
</configuration>
6163
</execution>
6264
</executions>

0 commit comments

Comments
 (0)
0