Skip to content

Commit a871869

Browse files
authored
Work around commons-compress' change to bundle-symbolicname (#3546)
Due to https://issues.apache.org/jira/browse/COMPRESS-498
1 parent 01866e4 commit a871869

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

eclipse/ide-target-platform/category.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<bundle id="com.google.guava" version="28.1.0.jre"/>
3434
<bundle id="com.google.gson" version="2.8.2"/>
3535
<bundle id="com.google.cloud.tools.appengine" version="0.0.0"/>
36-
<bundle id="org.apache.commons.compress" version="0.0.0"/>
36+
<bundle id="org.apache.commons.commons-compress" version="0.0.0"/>
3737
<bundle id="jackson-core-asl" version="1.9.13"/>
3838
<bundle id="com.fasterxml.jackson.core.jackson-core" version="0.0.0"/>
3939
<bundle id="org.yaml.snakeyaml" version="1.21"/>

features/com.google.cloud.tools.eclipse.3rdparty.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
unpack="false"/>
4141

4242
<plugin
43-
id="org.apache.commons.compress"
43+
id="org.apache.commons.commons-compress"
4444
download-size="0"
4545
install-size="0"
4646
version="0.0.0"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
</dependency>
104104
<dependency>
105105
<!--
106-
bundle: org.apache.commons.compress
106+
bundle: org.apache.commons.commons-compress
107107
dependency used by appengine-plugins-core
108108
-->
109109
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)