Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The axis2 osgi jar file created from the axis2 osgi module has been renamed from axis2-osgi.jar to org.apache.axis2.osgi.jar.
The integration module pom.xml file needs to updated to reflect this change.
The following is the diff of the needed change to the integration pom.xml file to correct the problem
— pom.xml (revision 670198)
+++ pom.xml (working copy)
@@ -215,7 +215,7 @@
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
- <artifactId>axis2-osgi</artifactId>
+ <artifactId>org.apache.axis2.osgi</artifactId>
<version>${version}</version>
<exclusions>
<exclusion>