
<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>it.tidalwave.geo</groupId>
        <artifactId>forceten</artifactId>
        <version>0.5.12</version>
        <relativePath>..</relativePath>
    </parent>

    <groupId>it.tidalwave.geo</groupId>
    <artifactId>forceten-modules</artifactId>
    <packaging>pom</packaging>
    <version>0.5.12</version>
    <name>forceTen (modules)</name>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>it.tidalwave.semantic</groupId>
                <artifactId>semantic</artifactId>
                <version>${semantic.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
            <dependency>
                <groupId>it.tidalwave.netbeans</groupId>
                <artifactId>openbluesky</artifactId>
                <version>${openbluesky.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
            <dependency>
                <groupId>it.tidalwave.superpom</groupId>
                <artifactId>platform11</artifactId>
                <version>${netbeans.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
            <dependency>
                <groupId>it.tidalwave.thesefoolishthings</groupId>
                <artifactId>thesefoolishthings</artifactId>
                <version>${thesefoolishthings.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
            <dependency>
                <groupId>it.tidalwave.superpom</groupId>
                <artifactId>libraries</artifactId>
                <version>${libraries.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>

            <!--==== PlatformX ====================================================================================-->
            <dependency>
                <groupId>com.kenai.nbpwr</groupId>
                <artifactId>org-netbeans-platformx-centrallookup</artifactId>
                <version>1.1.3</version>
            </dependency>
            <dependency>
                <groupId>com.kenai.nbpwr</groupId>
                <artifactId>org-netbeans-platformx-eventbus-api</artifactId>
                <version>1.0.4</version>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <dependencies>
        <dependency>
            <groupId>com.kenai.nbpwr</groupId>
            <artifactId>javax-annotation</artifactId>
        </dependency>

        <!-- TEST DEPENDENCIES -->
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-all</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-library</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>

    <modules>
        <module>Geo/Geo</module>
        <module>Geo/GeoCoding</module>
        <module>Geo/GeoExplorer</module>
        <module>Geo/GeoFinderSPI</module>
        <module>Geo/GeoNamesProvider</module>
        <module>Geo/GeoCodingNode</module>
        <module>Geo/GeoNodeWithFlags</module>
        <module>Geo/GeoSignalWWJProvider</module>
        <module>Geo/GeoViewer</module>
        <module>Geo/GeoTaggingDragAndDrop</module>
        <module>Geo/GeoLocation</module>
        <module>Geo/GeoLocationElmo</module>
        <module>Geo/GeoLocationNode</module>
        <module>Geo/JXMapViewerProvider</module>
        <module>Geo/MicrosoftVirtualEarthProvider</module>
        <module>Geo/NASAWorldWindProvider</module>
        <module>Geo/BRGMProvider</module>
        <module>Geo/OpenStreetMapProvider</module>
        <module>Application/Application</module>
        <module>Application/LookAndFeel</module>
        <module>Application/UpdateCenter</module>
    </modules>

</project>
