Author: tyrell Date: Thu Oct 30 09:53:39 2008 New Revision: 23136 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=23136
Log: Adding Policy editor dependencies. Modified: trunk/wsas/java/carbon/distribution/pom.xml Modified: trunk/wsas/java/carbon/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/pom.xml?rev=23136&r1=23135&r2=23136&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/pom.xml (original) +++ trunk/wsas/java/carbon/distribution/pom.xml Thu Oct 30 09:53:39 2008 @@ -382,7 +382,19 @@ <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.sts.ui</artifactId> <version>SNAPSHOT</version> - </dependency> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.policyeditor</artifactId> + <version>SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.policyeditor.ui</artifactId> + <version>SNAPSHOT</version> + </dependency> <!-- Orbit dependency foe axis1service component --> <dependency> _______________________________________________ Wsas-java-dev mailing list [email protected] http://mailman.wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
