Author: michiel
Date: 2009-05-18 13:34:01 +0200 (Mon, 18 May 2009)
New Revision: 35245

Modified:
   mmbase/trunk/applications/richtext/pom.xml
Log:
The scope of saxon is obviously only runtime. A more modern xalan would suffice 
too.

Modified: mmbase/trunk/applications/richtext/pom.xml
===================================================================
--- mmbase/trunk/applications/richtext/pom.xml  2009-05-18 11:27:42 UTC (rev 
35244)
+++ mmbase/trunk/applications/richtext/pom.xml  2009-05-18 11:34:01 UTC (rev 
35245)
@@ -18,6 +18,10 @@
     Richtext provides utilities to use rich content in MMBase, with embedded 
links etc.
   </description>
 
+  <properties>
+    <saxon.version>8.7</saxon.version>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>org.oscom</groupId>
@@ -34,12 +38,14 @@
     <dependency>
       <groupId>net.sf.saxon</groupId>
       <artifactId>saxon-dom</artifactId>
-      <version>8.7</version>
+      <version>${saxon.version}</version>
+      <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>net.sf.saxon</groupId>
       <artifactId>saxon-dom</artifactId>
-      <version>8.7</version>
+      <version>${saxon.version}</version>
+      <scope>runtime</scope>
     </dependency>
   </dependencies>
 

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to