48 lines
1.3 KiB
XML
48 lines
1.3 KiB
XML
<?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/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>com.xdadan</groupId>
|
|
<artifactId>emis</artifactId>
|
|
<version>1.0.2</version>
|
|
<relativePath>../pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>emis-biz</artifactId>
|
|
<version>1.0.2</version>
|
|
<description>emis模块</description>
|
|
|
|
<dependencies>
|
|
|
|
<!-- 通用工具-->
|
|
<dependency>
|
|
<groupId>com.xdadan</groupId>
|
|
<artifactId>emis-common</artifactId>
|
|
<version>1.0.3</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.xdadan</groupId>
|
|
<artifactId>emis-system</artifactId>
|
|
<version>1.0.2</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<groupId>mysql</groupId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.googlecode.aviator</groupId>
|
|
<artifactId>aviator</artifactId>
|
|
<version>5.2.4</version>
|
|
</dependency>
|
|
|
|
|
|
</dependencies>
|
|
|
|
</project> |