Skip to content

Commit

Permalink
Update commons-codec to 1.16.0
Browse files Browse the repository at this point in the history
Benefits are:
* Use upstream bundle id
* No longer refer to 4.29 updates
* Move to latest version of commons-codec
  • Loading branch information
akurtakov authored and rgrunber committed Nov 21, 2023
1 parent 45aeb8d commit 9dcc017
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.product/languageServer.product
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<plugin id="ch.qos.logback.classic"/>
<plugin id="ch.qos.logback.core"/>
<plugin id="jakarta.servlet-api" version="5.0.0"/>
<plugin id="org.apache.commons.codec"/>
<plugin id="org.apache.commons.commons-codec"/>
<plugin id="org.apache.felix.scr"/>
<plugin id="org.eclipse.ant.core"/>
<plugin id="org.eclipse.buildship.core"/>
Expand Down
10 changes: 6 additions & 4 deletions org.eclipse.jdt.ls.target/org.eclipse.jdt.ls.tp.target
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
<unit id="ch.qos.logback.classic" version="0.0.0"/>
<repository location="https://download.eclipse.org/technology/m2e/releases/2.4.0/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.apache.commons.codec" version="0.0.0"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.29/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.equinox.core.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.equinox.core.sdk.feature.group" version="0.0.0"/>
Expand Down Expand Up @@ -47,6 +43,12 @@
<version>3.8.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.0</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
<location includeDependencyDepth="infinite" includeDependencyScopes="compile" includeSource="true" label="Logging" missingManifest="generate" type="Maven">
Expand Down

0 comments on commit 9dcc017

Please sign in to comment.