summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/pom.xml
diff options
context:
space:
mode:
authoredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2011-01-21 14:33:50 +0000
committeredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2011-01-21 14:33:50 +0000
commitc6487e93930ab5d2a7d273eb3155394c1ec03882 (patch)
tree61e9faf9501d816f36c1e30627e91e8010f2b0da /sca-java-2.x/trunk/pom.xml
parent2a4f059db71f8d1d00af5cb86296dca555d50b38 (diff)
Adding the OASIS MVN Repo to the list of repos in the base POM - used for some OASIS standard JARs
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1061823 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/pom.xml')
-rw-r--r--sca-java-2.x/trunk/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml
index e4d9ce78b7..3721d961b1 100644
--- a/sca-java-2.x/trunk/pom.xml
+++ b/sca-java-2.x/trunk/pom.xml
@@ -105,6 +105,18 @@
<enabled>false</enabled>
</snapshots>
</repository>
+ <!-- Material for the OASIS SVN repo which holds the standard versions of some JARs -->
+ <repository>
+ <id>oasis.svn</id>
+ <url>http://tools.oasis-open.org/version-control/svn/sca-j/Release/</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ <!-- End of material for OASIS SVN repo -->
<repository>
<id>apache.ws.zone</id>
<name>Apache WS Zone Repository</name>