Author: chintana
Date: Tue Dec 15 09:17:48 2009
New Revision: 890703

URL: http://svn.apache.org/viewvc?rev=890703&view=rev
Log:
Fixing dependencies.

Modified:
    incubator/stonehenge/trunk/stocktrader/wsas/common/pom.xml

Modified: incubator/stonehenge/trunk/stocktrader/wsas/common/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/wsas/common/pom.xml?rev=890703&r1=890702&r2=890703&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/wsas/common/pom.xml (original)
+++ incubator/stonehenge/trunk/stocktrader/wsas/common/pom.xml Tue Dec 15 
09:17:48 2009
@@ -28,7 +28,7 @@
        <name>Apache Stonehenge WSAS Stock Trader Common</name>
        <version>m1</version>
        <properties>
-               <axis2.version>1.4.1</axis2.version>
+               <axis2.version>1.5-wso2v1</axis2.version>
                <!-- The build failing if tests are skipped is very annoying -->
                <failIfNoTests>false</failIfNoTests>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -61,6 +61,12 @@
                                <enabled>true</enabled>
                        </snapshots>
                </repository>
+
+        <repository>
+            <id>wso2-maven2-repository</id>
+            <url>http://dist.wso2.org/maven2</url>
+        </repository>
+
        </repositories>
        <build>
                <sourceDirectory>src</sourceDirectory>


Reply via email to