<?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>
|
|
<parent>
|
<groupId>com.ximple.eofms</groupId>
|
<artifactId>ximple-dgnjobs</artifactId>
|
<version>1.2.2</version>
|
</parent>
|
|
<!-- =========================================================== -->
|
<!-- Module Description -->
|
<!-- =========================================================== -->
|
<groupId>com.ximple.eofms</groupId>
|
<artifactId>ximple-dgnio</artifactId>
|
<version>1.2.2</version>
|
<packaging>jar</packaging>
|
<name>ximple-dgnio</name>
|
<url>http://www.ximple.com.tw</url>
|
|
<scm>
|
<connection>
|
scm:svn:http://www.ximple.com.tw/svn/xeofms/xdgnio/truck/
|
</connection>
|
<url>http://www.ximple.com.tw/svn/xeofms/xdgnio/truck/</url>
|
</scm>
|
|
<description>
|
Ximple Dgn IO Library
|
</description>
|
|
<organization>
|
<name>Ximple</name>
|
<url>http://www.ximple.com.tw</url>
|
</organization>
|
|
<inceptionYear>2008</inceptionYear>
|
|
<developers>
|
<developer>
|
<name>Kuo-Feng Kao</name>
|
<id>ulysseskao</id>
|
<email>ulysseskao@ximple.com.tw</email>
|
<organization>Ximple</organization>
|
<roles>
|
<role>Java Developer</role>
|
</roles>
|
</developer>
|
</developers>
|
|
<contributors>
|
</contributors>
|
|
|
<!-- =========================================================== -->
|
<!-- Dependencies to be inherited by all modules. -->
|
<!-- =========================================================== -->
|
<dependencies>
|
<dependency>
|
<groupId>org.geotools</groupId>
|
<artifactId>gt-sample-data</artifactId>
|
<scope>test</scope>
|
</dependency>
|
<dependency>
|
<groupId>com.oracle</groupId>
|
<artifactId>ojdbc5</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.poi</groupId>
|
<artifactId>poi</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>commons-io</groupId>
|
<artifactId>commons-io</artifactId>
|
<version>2.1</version>
|
<scope>test</scope>
|
</dependency>
|
</dependencies>
|
|
<!-- =========================================================== -->
|
<!-- Build Configuration -->
|
<!-- =========================================================== -->
|
<build>
|
<plugins>
|
</plugins>
|
</build>
|
</project>
|