92 lines
3.3 KiB
XML
92 lines
3.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">
|
|
<parent>
|
|
<artifactId>mes-service</artifactId>
|
|
<groupId>com.songyue</groupId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>mes-logistics-materiel</artifactId>
|
|
<packaging>jar</packaging>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.songyue</groupId>
|
|
<artifactId>jy-system-api</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.songyue</groupId>
|
|
<artifactId>jy-system</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.songyue</groupId>
|
|
<artifactId>mes-logistics-materiel-api</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.songyue</groupId>
|
|
<artifactId>mes-plan-manage-api</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.songyue</groupId>
|
|
<artifactId>mes-production-manage-api</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.songyue</groupId>
|
|
<artifactId>mes-erp-manage-api</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.songyue</groupId>
|
|
<artifactId>mes-quality-manage-api</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
|
|
<!--<!–事物处理–>-->
|
|
<!--<dependency>-->
|
|
<!--<groupId>com.codingapi.txlcn</groupId>-->
|
|
<!--<artifactId>txlcn-tc</artifactId>-->
|
|
<!--<version>5.0.2.RELEASE</version>-->
|
|
<!--<exclusions>-->
|
|
<!--<exclusion>-->
|
|
<!--<groupId>com.google.guava</groupId>-->
|
|
<!--<artifactId>guava</artifactId>-->
|
|
<!--</exclusion>-->
|
|
<!--</exclusions>-->
|
|
<!--</dependency>-->
|
|
<!--<dependency>-->
|
|
<!--<groupId>com.codingapi.txlcn</groupId>-->
|
|
<!--<artifactId>txlcn-txmsg-netty</artifactId>-->
|
|
<!--<version>5.0.2.RELEASE</version>-->
|
|
<!--<exclusions>-->
|
|
<!--<exclusion>-->
|
|
<!--<groupId>com.google.guava</groupId>-->
|
|
<!--<artifactId>guava</artifactId>-->
|
|
<!--</exclusion>-->
|
|
<!--</exclusions>-->
|
|
<!--</dependency>-->
|
|
</dependencies>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
</project> |