<?xml version="1.0"?>
<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.sakaiproject.jsf2</groupId>
        <artifactId>jsf2</artifactId>
        <version>21.2</version>
    </parent>

    <name>Sakai JSF 2 widget dependencies for Sun's RI (sakai-depend-jsf2-widgets-sun)</name>
    <groupId>org.sakaiproject.jsf2</groupId>
    <artifactId>jsf2-widgets-sun-depend</artifactId>
    <packaging>pom</packaging>

    <description>
        This pom defines dependencies for a Sun based JSF 2 Widget Set.
    </description>

    <dependencies>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>jsf2-widgets-sun</artifactId>
        </dependency>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>jsf2-widgets</artifactId>
            <exclusions>
                <exclusion>
                    <groupId>org.apache.myfaces.tomahawk</groupId>
                    <artifactId>tomahawk21</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
    </dependencies>
</project>
