forked from I3-YF/i3plus-mes-yfai
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
264 lines
9.8 KiB
XML
264 lines
9.8 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>
|
|
|
|
<groupId>i3plus.ext.mes</groupId>
|
|
<artifactId>i3plus-ext-mes</artifactId>
|
|
<version>1.0.0-yfai</version>
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
|
<module>modules/i3plus-ext-mes-api</module>
|
|
<module>modules/i3plus-ext-mes-apiservice</module>
|
|
<module>modules/i3plus-ext-mes-pojo</module>
|
|
<module>modules/i3plus-ext-mes-icloud</module>
|
|
</modules>
|
|
|
|
<parent>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<version>2.0.3.RELEASE</version>
|
|
<!-- <relativePath/>-->
|
|
</parent>
|
|
|
|
<properties>
|
|
<project.name>i3plus-ext-mes</project.name>
|
|
<java.version>1.8</java.version>
|
|
<log4j2.level>INFO</log4j2.level>
|
|
<skipTests>true</skipTests>
|
|
<app.charset>UTF-8</app.charset>
|
|
<impp.framework.version>1.0.1-YZ</impp.framework.version>
|
|
<!-- <impp.framework.version>1.0.0.4-patch</impp.framework.version>-->
|
|
<i3plus.pojo.version>1.0.0-yfai</i3plus.pojo.version>
|
|
<i3plus.platform.version>1.0.0.1-patch</i3plus.platform.version>
|
|
<i3plus.icloud.version>1.0.0.1-patch</i3plus.icloud.version>
|
|
<i3plus.mes.version>1.0.0-yfai</i3plus.mes.version>
|
|
<log4j2.version>2.17.1</log4j2.version>
|
|
</properties>
|
|
|
|
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<!-- CXF依赖 -->
|
|
<dependency>
|
|
<groupId>org.apache.cxf</groupId>
|
|
<artifactId>cxf-spring-boot-starter-jaxws</artifactId>
|
|
<version>3.4.1</version>
|
|
<exclusions><!-- CXF uses java.util.logging by default -->
|
|
<exclusion>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-logging</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-web</artifactId>
|
|
<version>5.0.16.RELEASE</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-webmvc</artifactId>
|
|
<version>5.0.16.RELEASE</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>i3plus.icloud</groupId>
|
|
<artifactId>i3plus-icloud</artifactId>
|
|
<version>${i3plus.icloud.version}</version>
|
|
<type>pom</type>
|
|
<scope>import</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>i3plus.pojo</groupId>
|
|
<artifactId>i3plus-pojo</artifactId>
|
|
<version>${i3plus.pojo.version}</version>
|
|
<type>pom</type>
|
|
<scope>import</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>i3plus.platform</groupId>
|
|
<artifactId>i3plus-platform</artifactId>
|
|
<version>${i3plus.platform.version}</version>
|
|
<type>pom</type>
|
|
<scope>import</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>i3plus.mes</groupId>
|
|
<artifactId>i3plus-mes</artifactId>
|
|
<version>${i3plus.mes.version}</version>
|
|
<type>pom</type>
|
|
<scope>import</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>i3plus.icloud</groupId>
|
|
<artifactId>i3plus-icloud-wms</artifactId>
|
|
<version>${i3plus.icloud.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>i3plus.mes</groupId>
|
|
<artifactId>i3plus-mes-apiservice</artifactId>
|
|
<version>${i3plus.mes.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>i3plus.mes</groupId>
|
|
<artifactId>i3plus-mes-api</artifactId>
|
|
<version>${i3plus.mes.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>i3plus.ext.mes</groupId>
|
|
<artifactId>i3plus-ext-mes-api</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>i3plus.ext.mes</groupId>
|
|
<artifactId>i3plus-ext-mes-pojo</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>i3plus.ext.mes</groupId>
|
|
<artifactId>i3plus-ext-mes-icloud</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>impp.framework</groupId>
|
|
<artifactId>impp-framework-boot</artifactId>
|
|
<version>${impp.framework.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.elasticsearch.client</groupId>
|
|
<artifactId>elasticsearch-rest-client</artifactId>
|
|
<version>7.5.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.elasticsearch</groupId>
|
|
<artifactId>elasticsearch</artifactId>
|
|
<version>7.5.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.elasticsearch.client</groupId>
|
|
<artifactId>elasticsearch-rest-high-level-client</artifactId>
|
|
<version>7.5.1</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi-ooxml-schemas</artifactId>
|
|
<version>4.1.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>i3plus.pojo</groupId>
|
|
<artifactId>i3plus-pojo-mes</artifactId>
|
|
<version>${i3plus.pojo.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>i3plus.pojo</groupId>
|
|
<artifactId>i3plus-pojo-base</artifactId>
|
|
<version>${i3plus.pojo.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>i3plus.pojo</groupId>
|
|
<artifactId>i3plus-pojo-model</artifactId>
|
|
<version>${i3plus.pojo.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>i3plus.platform</groupId>
|
|
<artifactId>i3plus-platform-common</artifactId>
|
|
<version>${i3plus.platform.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>i3plus.platform</groupId>
|
|
<artifactId>i3plus-platform-plugin</artifactId>
|
|
<version>${i3plus.platform.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>i3plus.icloud</groupId>
|
|
<artifactId>i3plus-icloud-core</artifactId>
|
|
<version>${i3plus.icloud.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>i3plus.icloud</groupId>
|
|
<artifactId>i3plus-icloud-andon</artifactId>
|
|
<version>${i3plus.icloud.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>i3plus.icloud</groupId>
|
|
<artifactId>i3plus-icloud-softswitch</artifactId>
|
|
<version>${i3plus.icloud.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.itextpdf</groupId>
|
|
<artifactId>itextpdf</artifactId>
|
|
<version>5.5.13.2</version>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
|
|
<!-- 私有仓库引用配置 -->
|
|
<repositories>
|
|
<repository>
|
|
<id>nexus</id>
|
|
<url>http://mvn.estsh.com/repository/maven-public/</url>
|
|
</repository>
|
|
</repositories>
|
|
|
|
<!-- 私有仓库Jar 包更新配置 -->
|
|
<distributionManagement>
|
|
<repository>
|
|
<id>maven-releases</id>
|
|
<name>Nexus ReleaseRepository</name>
|
|
<url>http://mvn.estsh.com/repository/maven-releases/</url>
|
|
</repository>
|
|
<snapshotRepository>
|
|
<id>maven-snapshots</id>
|
|
<name>Nexus SnapshotRepository</name>
|
|
<url>http://mvn.estsh.com/repository/maven-snapshots/</url>
|
|
</snapshotRepository>
|
|
</distributionManagement>
|
|
|
|
<build>
|
|
<plugins>
|
|
<!-- maven编译的一些插件 -->
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
<version>${maven-jar-plugin.version}</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<version>${maven-compiler-plugin.version}</version>
|
|
<configuration>
|
|
<source>${java.version}</source>
|
|
<target>${java.version}</target>
|
|
<encoding>${app.charset}</encoding>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<version>${maven-surefire-plugin.version}</version>
|
|
</plugin>
|
|
</plugins>
|
|
|
|
<finalName>${project.artifactId}-${project.version}</finalName>
|
|
</build>
|
|
|
|
</project>
|