blob: 03ed8732df9f25458df30d715d731cd76884e70b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.lenya</groupId>
<artifactId>lenya-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../org.apache.lenya.parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.lenya</groupId>
<artifactId>lenya-module-sitetree</artifactId>
<packaging>jar</packaging>
<name>Apache Lenya Module Sitetree</name>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-xml-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-xml-impl</artifactId>
<scope>runtime</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.apache.lenya</groupId>-->
<!-- <artifactId>lenya-core-linking</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>org.apache.lenya</groupId>
<artifactId>lenya-core-repository-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.lenya</groupId>
<artifactId>lenya-core-sitemanagement</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.apache.lenya</groupId>-->
<!-- <artifactId>lenya-core-usecase</artifactId>-->
<!-- </dependency>-->
</dependencies>
</project>