Author: ningjiang
Date: Thu Jul 10 23:10:15 2008
New Revision: 675835

URL: http://svn.apache.org/viewvc?rev=675835&view=rev
Log:
CAMEL-673 Moved the saxon version dependencies into camel parent pom

Modified:
    activemq/camel/trunk/components/camel-saxon/pom.xml
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/components/camel-saxon/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-saxon/pom.xml?rev=675835&r1=675834&r2=675835&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-saxon/pom.xml (original)
+++ activemq/camel/trunk/components/camel-saxon/pom.xml Thu Jul 10 23:10:15 2008
@@ -7,9 +7,9 @@
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at
-  
+
   http://www.apache.org/licenses/LICENSE-2.0
-  
+
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -34,7 +34,6 @@
   <description>Camel SAXON support</description>
 
   <properties>
-    <saxon-version>9.0</saxon-version>
     
<camel.osgi.export.pkg>org.apache.camel.component.xquery.*</camel.osgi.export.pkg>
   </properties>
 
@@ -57,17 +56,14 @@
     <dependency>
       <groupId>net.sf.saxon</groupId>
       <artifactId>saxon</artifactId>
-      <version>${saxon-version}</version>
     </dependency>
     <dependency>
       <groupId>net.sf.saxon</groupId>
       <artifactId>saxon-dom</artifactId>
-      <version>${saxon-version}</version>
     </dependency>
     <dependency>
       <groupId>net.sf.saxon</groupId>
       <artifactId>saxon-sql</artifactId>
-      <version>${saxon-version}</version>
     </dependency>
 
     <!-- testing -->

Modified: activemq/camel/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=675835&r1=675834&r2=675835&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Thu Jul 10 23:10:15 2008
@@ -68,6 +68,7 @@
     <junit-version>3.8.2</junit-version>
     <testng-version>5.7</testng-version>
     <hamcrest-version>1.1</hamcrest-version>
+    <saxon-version>9.0</saxon-version>
 
     <!-- Repositories -->
     
<m1-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m1-snapshot-repository</m1-repo-url>
@@ -833,6 +834,23 @@
         <version>20070112</version>
       </dependency>
 
+      <!-- optional Saxon support-->
+      <dependency>
+        <groupId>net.sf.saxon</groupId>
+        <artifactId>saxon</artifactId>
+        <version>${saxon-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>net.sf.saxon</groupId>
+        <artifactId>saxon-dom</artifactId>
+        <version>${saxon-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>net.sf.saxon</groupId>
+        <artifactId>saxon-sql</artifactId>
+        <version>${saxon-version}</version>
+      </dependency>
+
       <!-- optional CXF support -->
       <dependency>
         <groupId>org.apache.cxf</groupId>


Reply via email to