Skip to content

Commit

Permalink
Use commons-codec and commons-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Jul 6, 2024
1 parent 6f34f5e commit 42a6f71
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
org.eclipse.equinox.jsp.jasper.registry;bundle-version="[1.0.0,3.0.0)",
org.eclipse.equinox.http.registry;bundle-version="[1.0.0,3.0.0)",
javax.xml.rpc;bundle-version="[1.1.0,2.0.0)",
org.apache.commons.codec;bundle-version="[1.2.0,2.0.0)",
org.apache.commons.commons-codec;bundle-version="[1.2.0,2.0.0)",
com.ibm.icu;bundle-version="73.1.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: javax.servlet;version="2.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Require-Bundle: org.eclipse.wst.wsdl;bundle-version="[1.2.0,2.0.0)",
org.uddi4j;bundle-version="[2.0.4,2.1.0)",
org.eclipse.wst.command.env.core;bundle-version="[1.0.101,2.0.0)",
org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
org.apache.commons.codec;bundle-version="[1.2.0,2.0.0)"
org.apache.commons.commons-codec;bundle-version="[1.2.0,2.0.0)"
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
4 changes: 2 additions & 2 deletions core/bundles/org.eclipse.wst.wsi/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.17.0,4.0.0)",
javax.wsdl;bundle-version="[1.6.2,1.7.0)",
org.uddi4j;bundle-version="[2.0.4,2.1.0)",
org.apache.axis;bundle-version="[1.3.0,2.0.0)",
org.apache.commons.logging,
org.apache.commons.commons-logging,
org.apache.xerces;bundle-version="[2.12.1,3.0.0)",
org.apache.commons.codec;bundle-version="[1.2.0,2.0.0)",
org.apache.commons.commons-codec;bundle-version="[1.2.0,2.0.0)",
com.ibm.icu;bundle-version="73.1.0"
Import-Package: org.apache.http,
org.apache.http.config,
Expand Down
4 changes: 2 additions & 2 deletions core/features/org.eclipse.wst.ws_core.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<import plugin="javax.wsdl" version="1.6.2" match="greaterOrEqual"/>
<import plugin="org.apache.axis"/>
<import plugin="org.apache.axis.ant"/>
<import plugin="org.apache.commons.codec"/>
<import plugin="org.apache.commons.commons-codec"/>
<import plugin="org.apache.commons.discovery"/>
<import plugin="org.apache.commons.logging" version="1.0.4" match="greaterOrEqual"/>
<import plugin="org.apache.commons.commons-logging" version="1.0.4" match="greaterOrEqual"/>
<import plugin="org.apache.wsil4j"/>
<import plugin="org.uddi4j"/>
</requires>
Expand Down

0 comments on commit 42a6f71

Please sign in to comment.