<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">
    <parent>
        <groupId>cn.miniants</groupId>
        <artifactId>parent</artifactId>
        <version>1.0.0</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>boot</artifactId>
    <packaging>war</packaging>
    <version>1.0.0</version>

    <scm>
        <connection>scm:git:git@git.oschina.net:miniarch/mini-boot.git</connection>
        <developerConnection>scm:git:git@git.oschina.net:miniarch/mini-boot.git</developerConnection>
        <url>git@git.oschina.net:miniarch/mini-boot.git</url>
      <tag>boot-1.0.0</tag>
  </scm>

    <dependencies>
        <!--<dependency>-->
            <!--<groupId>cn.miniants</groupId>-->
            <!--<artifactId>core</artifactId>-->
            <!--<version>1.0.0</version>-->
        <!--</dependency>-->
        <!--remex db -->
        <dependency>
            <groupId>cn.remex2</groupId>
            <artifactId>ojdbc5_g_remex</artifactId>
            <scope>system</scope>
            <systemPath>${basedir}/lib/ojdbc5_g_remex-0.1.jar</systemPath>
            <version>0.1</version>
        </dependency>
	</dependencies>
</project>