You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2013/03/22 11:30:05 UTC

svn commit: r1459697 - /clerezza/trunk/platform.xhtml2html/pom.xml

Author: reto
Date: Fri Mar 22 10:30:05 2013
New Revision: 1459697

URL: http://svn.apache.org/r1459697
Log:
reverted accidental r1459516

Modified:
    clerezza/trunk/platform.xhtml2html/pom.xml

Modified: clerezza/trunk/platform.xhtml2html/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.xhtml2html/pom.xml?rev=1459697&r1=1459696&r2=1459697&view=diff
==============================================================================
--- clerezza/trunk/platform.xhtml2html/pom.xml (original)
+++ clerezza/trunk/platform.xhtml2html/pom.xml Fri Mar 22 10:30:05 2013
@@ -30,14 +30,14 @@
     <packaging>bundle</packaging>
     <version>0.6-SNAPSHOT</version>
     <name>Clerezza - Filter for browsers that do not support XHTML</name>
-    <description>Provides a servlet filter that changes the content-type of the
+    <description>Provides a wrhapi filter that changes the content-type of the
     response from application/xhtml+xml to text/html
     </description>
     <dependencies>
         <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.5</version>
+            <groupId>org.wymiwyg</groupId>
+            <artifactId>wrhapi</artifactId>
+            <version>0.9</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>