44 lines
1.2 KiB
XML
44 lines
1.2 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>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<artifactId>emis-oms2c-web</artifactId>
|
|
<version>1.0.2</version>
|
|
|
|
<description>emis oms2c服务入口</description>
|
|
|
|
<properties>
|
|
<java.version>8</java.version>
|
|
<target.dir>pub</target.dir>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
|
|
<!-- 核心模块-->
|
|
<dependency>
|
|
<groupId>com.xdadan</groupId>
|
|
<artifactId>emis-oms-framework</artifactId>
|
|
<version>1.0.4</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.xdadan</groupId>
|
|
<artifactId>emis-oms2c</artifactId>
|
|
<version>1.0.2</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
</project> |