Author: chintana
Date: Tue Dec 15 06:13:32 2009
New Revision: 890657
URL: http://svn.apache.org/viewvc?rev=890657&view=rev
Log:
Fixing dependencies.
Modified:
incubator/stonehenge/trunk/stocktrader/wsas/identity/org.wso2.carbon.identity.stonehenge.attributeservice/pom.xml
Modified:
incubator/stonehenge/trunk/stocktrader/wsas/identity/org.wso2.carbon.identity.stonehenge.attributeservice/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/identity/org.wso2.carbon.identity.stonehenge.attributeservice/pom.xml?rev=890657&r1=890656&r2=890657&view=diff
==============================================================================
---
incubator/stonehenge/trunk/stocktrader/wsas/identity/org.wso2.carbon.identity.stonehenge.attributeservice/pom.xml
(original)
+++
incubator/stonehenge/trunk/stocktrader/wsas/identity/org.wso2.carbon.identity.stonehenge.attributeservice/pom.xml
Tue Dec 15 06:13:32 2009
@@ -82,50 +82,33 @@
<dependency>
<groupId>opensaml.wso2</groupId>
<artifactId>opensaml2</artifactId>
- <version>2.0.0.alpha1-wso2v1</version>
+ <version>2.0.1.alpha1-wso2v1</version>
</dependency>
-
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.1.1</version>
- </dependency>
-
- <dependency>
- <groupId>org.wso2.carbon</groupId>
- <artifactId>org.wso2.carbon.identity.provider</artifactId>
- <version>2.0.0</version>
- </dependency>
-
- <dependency>
- <groupId>org.wso2.carbon</groupId>
- <artifactId>org.wso2.carbon.security.rampart</artifactId>
- <version>2.0.0</version>
- </dependency>
-
- <dependency>
+
+ <dependency>
<groupId>org.apache.ws.commons.axiom.wso2</groupId>
<artifactId>axiom</artifactId>
- <version>1.2.7.wso2v1</version>
- </dependency>
-
- <dependency>
- <groupId>opensaml.wso2</groupId>
- <artifactId>opensaml2</artifactId>
- <version>2.0.0.alpha1-wso2v1</version>
- </dependency>
+ <version>1.2.9.wso2v1-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.apache.axis2.wso2</groupId>
<artifactId>axis2</artifactId>
- <version>1.5.0.wso2v1</version>
+ <version>1.5.0.wso2v3</version>
</dependency>
- <dependency>
+ <dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.security.rahas</artifactId>
<version>2.0.1</version>
- </dependency>
+ </dependency>
+
+ <dependency>
+ <groupId>org.wso2.carbon</groupId>
+ <artifactId>org.wso2.carbon.identity.provider</artifactId>
+ <version>2.0.0</version>
+ </dependency>
+
</dependencies>
</project>