symes-api/mes-service/pom.xml

77 lines
2.6 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>jy-parent</artifactId>
<groupId>com.songyue</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>../jy-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mes-service</artifactId>
<packaging>pom</packaging>
<modules>
<module>mes-master-data</module>
<module>mes-plan-manage</module>
<module>mes-erp-manage</module>
<module>mes-production-manage</module>
<module>mes-logistics-materiel</module>
<module>mes-quality-manage</module>
<module>mes-equipment-manage</module>
<module>mes-energy-manage</module>
<module>mes-data-acquisition</module>
<module>mes-report-forms</module>
<module>mes-upload-manage</module>
<module>mes-craft</module>
</modules>
<dependencies>
<!--jy-starter-->
<dependency>
<groupId>com.songyue</groupId>
<artifactId>jy-starter</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<!--jy-core-->
<dependency>
<groupId>com.songyue</groupId>
<artifactId>jy-core</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<!--JDBC-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
<!--Oracle JDBC驱动-->
<!--<dependency>
<groupId>cn.easyproject</groupId>
<artifactId>ojdbc7</artifactId>
<version>12.1.0.2.0</version>
<scope>runtime</scope>
</dependency>-->
<!--MySQL JDBC驱动-->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.27</version>
<scope>runtime</scope>
</dependency>
<!--SqlServer-->
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<scope>runtime</scope>
</dependency>
<!--阿里 Druid Spring Boot Starter依赖-->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>${druid.version}</version>
</dependency>
</dependencies>
</project>