You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2009/01/05 18:42:33 UTC

svn commit: r731632 - /webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml

Author: veithen
Date: Mon Jan  5 09:42:33 2009
New Revision: 731632

URL: http://svn.apache.org/viewvc?rev=731632&view=rev
Log:
Added repository for Saxon 8.9.

Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml?rev=731632&r1=731631&r2=731632&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml Mon Jan  5 09:42:33 2009
@@ -111,4 +111,18 @@
             </plugin>
         </plugins>
     </build>
+    <repositories>
+        <!-- This is used for Saxon 8.9 -->
+        <repository>
+            <id>wso2-m2</id>
+            <name>WSO2 Maven 2 Repository</name>
+            <url>http://dist.wso2.org/maven2/</url>
+            <releases>
+                <updatePolicy>never</updatePolicy>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+    </repositories>
 </project>