Author: azeez Date: Tue May 12 12:37:33 2009 New Revision: 35621 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=35621
Log: Removing unnecessary dependencies Modified: trunk/wsas/java/modules/distribution/LICENSE.txt trunk/wsas/java/modules/distribution/dist.xml trunk/wsas/java/modules/distribution/pom.xml Modified: trunk/wsas/java/modules/distribution/LICENSE.txt URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/LICENSE.txt?rev=35621&r1=35620&r2=35621&view=diff ============================================================================== --- trunk/wsas/java/modules/distribution/LICENSE.txt (original) +++ trunk/wsas/java/modules/distribution/LICENSE.txt Tue May 12 12:37:33 2009 @@ -229,7 +229,6 @@ org.wso2.carbon.ui.menu.tools-1.5.jar bundle apache2 org.wso2.carbon.user.core-1.5.jar bundle apache2 org.wso2.carbon.user.mgt-1.5.jar bundle apache2 -org.wso2.carbon.user.mgt.stub-1.5.jar bundle apache2 org.wso2.carbon.user.mgt.ui-1.5.jar bundle apache2 org.wso2.carbon.utils-1.5.jar bundle apache2 org.wso2.carbon.validator-1.5.jar bundle apache2 Modified: trunk/wsas/java/modules/distribution/dist.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/dist.xml?rev=35621&r1=35620&r2=35621&view=diff ============================================================================== --- trunk/wsas/java/modules/distribution/dist.xml (original) +++ trunk/wsas/java/modules/distribution/dist.xml Tue May 12 12:37:33 2009 @@ -24,7 +24,6 @@ <include>org.wso2.carbon:org.wso2.carbon.tryit.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.service.mgt.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.operation.mgt.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.server.admin.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.statistics.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.module.mgt.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.viewflows.ui:jar</include> @@ -40,8 +39,6 @@ <include>org.wso2.carbon:org.wso2.carbon.wsdlconverter.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.sts.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.policyeditor.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.user.mgt.stub:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.user.mgt.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.aarservices.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.jarservices.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.eventing.ui:jar</include> @@ -79,7 +76,6 @@ <include>org.wso2.carbon:org.wso2.carbon.tryit:jar</include> <include>org.wso2.carbon:org.wso2.carbon.service.mgt:jar</include> <include>org.wso2.carbon:org.wso2.carbon.operation.mgt:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.server.admin:jar</include> <include>org.wso2.carbon:org.wso2.carbon.statistics:jar</include> <include>org.wso2.carbon:org.wso2.carbon.module.mgt:jar</include> <include>org.wso2.carbon:org.wso2.carbon.viewflows:jar</include> @@ -108,7 +104,6 @@ <include>org.wso2.carbon:org.wso2.carbon.security.rampart:jar</include> <include>org.springframework.ws.wso2:spring.framework:jar</include> <include>org.apache.axis.wso2:axis:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.user.mgt:jar</include> <include>org.apache.axis2.wso2:axis2-jibx:jar</include> <include>org.jibx.wso2:jibx:jar</include> <include>org.apache.axis2.wso2:axis2-jaxbri:jar</include> Modified: trunk/wsas/java/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/pom.xml?rev=35621&r1=35620&r2=35621&view=diff ============================================================================== --- trunk/wsas/java/modules/distribution/pom.xml (original) +++ trunk/wsas/java/modules/distribution/pom.xml Tue May 12 12:37:33 2009 @@ -349,18 +349,6 @@ <dependency> <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.server.admin</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.server.admin.ui</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.caching</artifactId> <version>${carbon.version}</version> </dependency> @@ -497,24 +485,6 @@ <version>${carbon.version}</version> </dependency> - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.user.mgt</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.user.mgt.stub</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.user.mgt.ui</artifactId> - <version>${carbon.version}</version> - </dependency> - <!-- Orbit dependency foe axis1service component --> <dependency> <groupId>org.apache.axis.wso2</groupId> _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
