<?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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.oracle.ozark</groupId>
        <artifactId>parent</artifactId>
        <version>1.0.0-m01</version>
    </parent>
    <groupId>com.oracle.ozark.ext</groupId>
    <artifactId>parent</artifactId>
    <version>1.0.0-m01</version>
    <packaging>pom</packaging>
    <name>Ozark ${project.version} Extensions</name>
    <dependencies>
        <dependency>
            <groupId>javax.mvc</groupId>
            <artifactId>javax.mvc-api</artifactId>
            <version>1.0-edr1</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.oracle.ozark</groupId>
            <artifactId>ozark</artifactId>
            <version>1.0.0-m01</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>javax</groupId>
            <artifactId>javaee-web-api</artifactId>
            <version>7.0</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
    <modules>
        <module>freemarker</module>
        <module>handlebars</module>
        <module>mustache</module>
        <module>velocity</module>
	    <module>thymeleaf</module>
    </modules>
</project>
