<?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>

    <groupId>org.openwfe</groupId>
    <artifactId>openwfe-applic</artifactId>
    <name>OpenWFE applic</name>

    <version>1.7.1pre10</version>
    <packaging>pom</packaging>
    <licenses>
        <license>
            <name>BSD License</name>
            <url>http://www.opensource.org/licenses/bsd-license.php</url>
        </license>
    </licenses>
    <scm>
        <url>http://svn.sourceforge.net/viewcvs.cgi/openwfe/</url>
    </scm>

    <description>
Core libraries common to all OpenWFE components
    </description>

    <url>http://www.openwfe.org</url>

    <inceptionYear>2001</inceptionYear>

    <parent>
        <groupId>org.openwfe</groupId>
        <artifactId>openwfe</artifactId>
        <version>1.7.1pre10</version>
    </parent>

    <!-- will it inherit the dependencies of the core project ?
    <dependencies>
        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <version>1.2.8</version>
        </dependency>
    </dependencies>
    -->

</project>
