Skip to content

Commit

Permalink
JBIDE-27151: update SpringIDE (#353)
Browse files Browse the repository at this point in the history
* JBIDE-27151: update SpringIDE
* Update commons-codec to 1.13

Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
  • Loading branch information
sbouchet committed Apr 14, 2020
1 parent dd89377 commit ce12855
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jbosstools/multiple/jbosstools-multiple.target
Expand Up @@ -106,6 +106,7 @@
<unit id="com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider" version="2.9.9.v20190906-1522"/>
<unit id="org.codehaus.jackson.core" version="1.6.0.v20101005-0925"/> <!-- needed by SpringIDE -->
<unit id="org.codehaus.jackson.mapper" version="1.6.0.v20101005-0925"/> <!-- needed by SpringIDE -->
<unit id="org.apache.commons.codec" version="1.13.0.v20200108-0001"/> <!-- needed by SpringIDE -->
<unit id="com.github.jnr.constants" version="0.9.8.v20180207-1730"/>
<unit id="com.github.jnr.enxio" version="0.16.0.v20180207-1730"/>
<unit id="com.github.jnr.ffi" version="2.1.4.v20180207-1730"/>
Expand Down Expand Up @@ -677,7 +678,7 @@

<!-- JBIDE-21377 YAML Editor -->
<location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<repository location="https://download.jboss.org/jbosstools/updates/requirements/springide/3.9.10.201909171046-RELEASE/"/>
<repository location="https://download.jboss.org/jbosstools/updates/requirements/springide/3.9.12.202003180620-RELEASE/"/>
<unit id="org.dadacoalition.yedit" version="1.0.18.201602092025-RELEASE-SIGNED"/>
</location>

Expand Down

0 comments on commit ce12855

Please sign in to comment.