<?xml version="1.0" encoding="ISO-8859-1"?>
<project
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://maven.apache.org/POM/4.0.0">
    <!-- @version $Revision: 1668 $ ($Author: vlads $) $Date: 2008-03-25 15:19:11 -0400 (Tue, 25 Mar 2008) $ -->
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.microemu</groupId>
        <artifactId>microemu</artifactId>
        <version>2.0.2</version><!--me-version-->
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>api</artifactId>
    <name>api</name>
    <packaging>pom</packaging>

    <description>MicroEmulator SDK stub API modules</description>

    <modules>
        <module>cldcapi10</module>
        <module>cldcapi11</module>
        <module>midpapi20</module>
    </modules>

    <dependencies>

       <dependency>
           <groupId>junit</groupId>
           <artifactId>junit</artifactId>
           <scope>test</scope>
           <optional>true</optional>
       </dependency>

       <dependency>
           <groupId>net.sf.jour</groupId>
           <artifactId>jour-instrument</artifactId>
           <scope>test</scope>
           <optional>true</optional>
       </dependency>

    </dependencies>

</project>