Skip to content

Commit

Permalink
Work around commons-compress' change to bundle-symbolicname (#3546)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandealwis authored Nov 19, 2019
1 parent 01866e4 commit a871869
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eclipse/ide-target-platform/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<bundle id="com.google.guava" version="28.1.0.jre"/>
<bundle id="com.google.gson" version="2.8.2"/>
<bundle id="com.google.cloud.tools.appengine" version="0.0.0"/>
<bundle id="org.apache.commons.compress" version="0.0.0"/>
<bundle id="org.apache.commons.commons-compress" version="0.0.0"/>
<bundle id="jackson-core-asl" version="1.9.13"/>
<bundle id="com.fasterxml.jackson.core.jackson-core" version="0.0.0"/>
<bundle id="org.yaml.snakeyaml" version="1.21"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
unpack="false"/>

<plugin
id="org.apache.commons.compress"
id="org.apache.commons.commons-compress"
download-size="0"
install-size="0"
version="0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
</dependency>
<dependency>
<!--
bundle: org.apache.commons.compress
bundle: org.apache.commons.commons-compress
dependency used by appengine-plugins-core
-->
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit a871869

Please sign in to comment.