update integration module pom.xml with renamed axis2 osgi jar file
-------------------------------------------------------------------
Key: AXIS2-3869
URL: https://issues.apache.org/jira/browse/AXIS2-3869
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: Integration
Reporter: Richard Slade
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>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]