Author: thilinab Date: Tue Apr 28 05:55:55 2009 New Revision: 34279 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=34279
Log: Added dependencies in the pom.xml for Smack and Smackx bundles. Modified: trunk/solutions/identity/modules/distribution/pom.xml Modified: trunk/solutions/identity/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/distribution/pom.xml?rev=34279&r1=34278&r2=34279&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/pom.xml (original) +++ trunk/solutions/identity/modules/distribution/pom.xml Tue Apr 28 05:55:55 2009 @@ -266,30 +266,6 @@ <version>${carbon.version}</version> </dependency> - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.profile.mgt</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.profile.ui</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.claim.mgt</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.claim.mgt.ui</artifactId> - <version>${carbon.version}</version> - </dependency> - <!-- Orbit dependency foe axis1service component --> <dependency> <groupId>org.apache.axis.wso2</groupId> @@ -369,7 +345,6 @@ </fileset> </unzip> - <replace file="target/wso2carbon-${carbon.version}/conf/carbon.xml" token="${product.name}" value="Identity Server"/> <replace file="target/wso2carbon-${carbon.version}/conf/carbon.xml" token="<ServerURL>https://${carbon.local.ip}" value="<ServerURL>https://localhost"/> <replace file="target/wso2carbon-${carbon.version}/conf/carbon.xml" token="<!--HostName>www.wso2.org</HostName-->" value="<HostName>localhost</HostName>"/> _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
