You are viewing a plain text version of this content. The canonical link for it is here.
Posted to stonehenge-commits@incubator.apache.org by ch...@apache.org on 2009/11/05 06:06:06 UTC

svn commit: r833007 - /incubator/stonehenge/trunk/stocktrader/wsas/identity/org.wso2.carbon.identity.stonehenge.attributeservice/pom.xml

Author: chintana
Date: Thu Nov  5 06:06:05 2009
New Revision: 833007

URL: http://svn.apache.org/viewvc?rev=833007&view=rev
Log:
Taking the dependencies from the maven repo. No more manual copying of jar files in order to compile.

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=833007&r1=833006&r2=833007&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 Thu Nov  5 06:06:05 2009
@@ -79,35 +79,11 @@
 
     <dependencies>
 
-            <dependency>
-                <groupId>org.eclipse.osgi</groupId>
-                <artifactId>org.eclipse.osgi</artifactId>
-                <version>3.5.0.v20090520</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.eclipse.osgi</groupId>
-                <artifactId>org.eclipse.osgi.services</artifactId>
-                <version>3.2.0.v20090520-1800</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.eclipse.equinox</groupId>
-                <artifactId>org.eclipse.equinox.common</artifactId>
-                <version>3.5.0.v20090520-1800</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.eclipse.equinox</groupId>
-                <artifactId>org.eclipse.equinox.ds</artifactId>
-                <version>1.1.0.v20090520-1800</version>
-            </dependency>
-
-            <dependency>
-                <groupId>opensaml</groupId>
-                <artifactId>opensaml</artifactId>
-                <version>1.1.406</version>
-            </dependency>
+	  <dependency>
+	    <groupId>opensaml.wso2</groupId>
+	    <artifactId>opensaml2</artifactId>
+	    <version>2.0.0.alpha1-wso2v1</version>
+	  </dependency>
 
             <dependency>
                 <groupId>commons-logging</groupId>
@@ -119,48 +95,36 @@
                 <groupId>org.wso2.carbon</groupId>
                 <artifactId>org.wso2.carbon.identity.provider</artifactId>
                 <version>2.0.0</version>
-                <scope>system</scope>        
-	        <systemPath>${basedir}/../lib/org.wso2.carbon.identity.provider-2.0.1.jar</systemPath>
             </dependency>
 
            <dependency>
               <groupId>org.wso2.carbon</groupId>
               <artifactId>org.wso2.carbon.security.rampart</artifactId>
               <version>2.0.0</version>
-              <scope>system</scope>        
-	        <systemPath>${basedir}/../lib/org.wso2.carbon.security.rampart-2.0.1.jar</systemPath>
            </dependency>
 
            <dependency>
               <groupId>org.apache.ws.commons.axiom.wso2</groupId>
               <artifactId>axiom</artifactId>
               <version>1.2.7.wso2v1</version>
-              <scope>system</scope>        
-	        <systemPath>${basedir}/../lib/axiom-1.2.7.wso2v1.jar</systemPath>
            </dependency>
 
            <dependency>
               <groupId>opensaml.wso2</groupId>
               <artifactId>opensaml2</artifactId>
               <version>2.0.0.alpha1-wso2v1</version>
-              <scope>system</scope>
-              <systemPath>${basedir}/../lib/opensaml2-2.0.0.alpha1-wso2v1.jar</systemPath>
            </dependency>
 
            <dependency>
               <groupId>org.apache.axis2.wso2</groupId>
               <artifactId>axis2</artifactId>
               <version>1.5.0.wso2v1</version>
-              <scope>system</scope>        
-	        <systemPath>${basedir}/../lib/axis2-1.5.0.wso2v2.jar</systemPath>
            </dependency>
 
            <dependency>
              <groupId>org.wso2.carbon</groupId>
              <artifactId>org.wso2.carbon.security.rahas</artifactId>
-             <version>2.0.0</version>
-              <scope>system</scope>        
-	    <systemPath>${basedir}/../lib/org.wso2.carbon.security.rahas-2.0.1.jar</systemPath>
+             <version>2.0.1</version>
         </dependency>
     </dependencies>