This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new fb1063e change OSGi commons-fileupload classpath to new MANIFEST.MF formt fb1063e is described below commit fb1063eaf4da9febff95083e8de176963263f41f Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Mon Nov 23 18:47:20 2020 -0500 change OSGi commons-fileupload classpath to new MANIFEST.MF formt --- modules/osgi-tests/src/test/java/OSGiTest.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/osgi-tests/src/test/java/OSGiTest.java b/modules/osgi-tests/src/test/java/OSGiTest.java index bfe9e15..b1bb0d9 100644 --- a/modules/osgi-tests/src/test/java/OSGiTest.java +++ b/modules/osgi-tests/src/test/java/OSGiTest.java @@ -67,7 +67,11 @@ public class OSGiTest { url("link:classpath:org.apache.james.apache-mime4j-core.link"), url("link:classpath:org.apache.ws.commons.axiom.axiom-api.link"), url("link:classpath:org.apache.ws.commons.axiom.axiom-impl.link"), - url("link:classpath:org.apache.commons.fileupload.link"), + // commons-file upload 1.4 changed the MANIFEST.MF file from: + // Bundle-SymbolicName: org.apache.commons.fileupload + // to: + // Bundle-SymbolicName: org.apache.commons.commons-fileupload + url("link:classpath:org.apache.commons.commons-fileupload.link"), url("link:classpath:org.apache.commons.io.link"), url("link:classpath:org.apache.servicemix.bundles.commons-httpclient.link"), // TODO: still necessary??? url("link:classpath:org.apache.servicemix.bundles.commons-codec.link"), // TODO: still necessary???