You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hise-commits@incubator.apache.org by rr...@apache.org on 2010/01/18 10:13:16 UTC

svn commit: r900326 - in /incubator/hise/trunk: hise-services/pom.xml pom.xml

Author: rr
Date: Mon Jan 18 10:13:16 2010
New Revision: 900326

URL: http://svn.apache.org/viewvc?rev=900326&view=rev
Log:
Fixed Saxon deps

Modified:
    incubator/hise/trunk/hise-services/pom.xml
    incubator/hise/trunk/pom.xml

Modified: incubator/hise/trunk/hise-services/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hise/trunk/hise-services/pom.xml?rev=900326&r1=900325&r2=900326&view=diff
==============================================================================
--- incubator/hise/trunk/hise-services/pom.xml (original)
+++ incubator/hise/trunk/hise-services/pom.xml Mon Jan 18 10:13:16 2010
@@ -218,22 +218,22 @@
         <dependency>
         	<groupId>net.sf.saxon</groupId>
         	<artifactId>saxon</artifactId>
-        	<version>9.x</version>
+        	<version>9.1.0.8</version>
         </dependency>
         <dependency>
         	<groupId>net.sf.saxon</groupId>
         	<artifactId>saxon-dom</artifactId>
-        	<version>9.x</version>
+        	<version>9.1.0.8</version>
         </dependency>
         <dependency>
           <groupId>net.sf.saxon</groupId>
           <artifactId>saxon-xpath</artifactId>
-          <version>9.x</version>
+          <version>9.1.0.8</version>
         </dependency>
         <dependency>
           <groupId>net.sf.saxon</groupId>
           <artifactId>saxon-xqj</artifactId>
-          <version>9.x</version>
+          <version>9.1.0.8</version>
         </dependency>
         <dependency>
         	<groupId>xerces</groupId>

Modified: incubator/hise/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hise/trunk/pom.xml?rev=900326&r1=900325&r2=900326&view=diff
==============================================================================
--- incubator/hise/trunk/pom.xml (original)
+++ incubator/hise/trunk/pom.xml Mon Jan 18 10:13:16 2010
@@ -33,7 +33,17 @@
 	<properties>
 		<cxf.version>2.2.4</cxf.version>
 		<spring.version>2.5.6</spring.version>
+		<saxon.version>9.1.0.8</saxon.version>
 	</properties>
+	<repositories>
+                <!-- Just for Saxon 9 -->
+		<repository>
+			<id>apache</id>
+			<name>apache</name>
+			<url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
+		</repository>
+	</repositories>
+
 	<build>
 		<pluginManagement>
 			<plugins>