Updated Branches:
  refs/heads/master 4a143c508 -> 9433fbc86

fixing NoClassDefFoundError for SendInstanceCleanupNotificationForMember due to 
export issue in the pom


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/9433fbc8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/9433fbc8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/9433fbc8

Branch: refs/heads/master
Commit: 9433fbc86378e68f157c8161feb0d12a9c6271fd
Parents: 4a143c5
Author: rekathiru <[email protected]>
Authored: Tue Jan 14 00:11:04 2014 +0530
Committer: rekathiru <[email protected]>
Committed: Tue Jan 14 00:11:04 2014 +0530

----------------------------------------------------------------------
 .../pom.xml                                                     | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9433fbc8/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml
----------------------------------------------------------------------
diff --git 
a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml 
b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml
index c57b0a9..844f880 100644
--- a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml
+++ b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml
@@ -96,6 +96,7 @@
                         <Export-Package>
                             
org.apache.stratos.manager.cleanup.notification.stub.*; 
version="${project.version}",
                             org.apache.stratos.manager.service.*; 
version="${project.version}",
+                           axis2.apache.org.xsd.*; 
version="${project.version}",
                         </Export-Package>
                         <Import-Package>
                             
!org.apache.stratos.manager.cleanup.notification.stub.*
@@ -120,7 +121,7 @@
             <groupId>wsdl4j.wso2</groupId>
             <artifactId>wsdl4j</artifactId>
         </dependency>
-        <!--dependency>
+        <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
        </dependency>
@@ -135,7 +136,7 @@
        <dependency>
             <groupId>org.apache.neethi.wso2</groupId>
             <artifactId>neethi</artifactId>
-       </dependency-->
+       </dependency>
     </dependencies>
 
 </project>

Reply via email to