blob: b42ce8d1f776c5216be6563d98c5b6cd3ca08ba1 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>parent</artifactId>
<groupId>org.apache.clerezza</groupId>
<version>0.2-incubating-SNAPSHOT</version>
</parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>platform.xhtml2html</artifactId>
<packaging>bundle</packaging>
<version>0.5-incubating-SNAPSHOT</version>
<name>Clerezza - Filter for browsers that do not support XHTML</name>
<description>Provides a wrhapi filter that changes the content-type of the
response from application/xhtml+xml to text/html
</description>
<dependencies>
<dependency>
<groupId>org.wymiwyg</groupId>
<artifactId>wrhapi</artifactId>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>