<?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.jvnet.ws.wadl</groupId>
        <artifactId>wadl</artifactId>
        <version>1.1.6</version>
    </parent>
    <artifactId>wadl-xslt</artifactId>
    <name>WADL XSLT</name>
    <description>
        A small module providing some XSLT extensions to deal with WADL
        URI templates in an XSLT stylesheet.
    </description>
    <developers>
        <developer>
            <id>wilfred</id>
            <name>Wilfred Springer</name>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>${junit.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-all</artifactId>
            <version>1.7</version>
            <scope>test</scope>
        </dependency>
<!--        <dependency>
            <groupId>xom</groupId>
            <artifactId>xom</artifactId>
            <version>1.1</version>
         </dependency> -->
    </dependencies>
</project>