T9正式环境d
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
huaxingt9-root/huaxing-wcs/pom.xml

165 lines
5.9 KiB

<?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>huaxing</artifactId>
<groupId>com.huaxing</groupId>
<version>3.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>huaxing-wcs</artifactId>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>com.huaxing</groupId>
<artifactId>huaxing-common</artifactId>
</dependency>
<dependency>
<groupId>com.huaxing</groupId>
<artifactId>huaxing-framework</artifactId>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-generator</artifactId>
<version>3.5.1</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.7</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.plc</groupId>-->
<!-- <artifactId>plc-1.0</artifactId>-->
<!-- <version>1.0</version>-->
<!--&lt;!&ndash; <scope>system</scope>&ndash;&gt;-->
<!--&lt;!&ndash; <systemPath>${project.basedir}/lib/plc-sdk-1.0.jar</systemPath>&ndash;&gt;-->
<!-- </dependency>-->
<dependency>
<groupId>huaxing.plc</groupId>
<artifactId>plc-sdk</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/plc-sdk-1.0.jar</systemPath>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.github.dathlin</groupId>-->
<!-- <artifactId>HslCommunication</artifactId>-->
<!-- <version>3.1.1</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>com.github.dathlin</groupId>-->
<!-- <artifactId>HslCommunication</artifactId>-->
<!-- <version>3.4.0</version>-->
<!-- </dependency>-->
<dependency>
<groupId>com.github.dathlin</groupId>
<artifactId>HslCommunication</artifactId>
<version>2.0.2</version>
</dependency>
<!--mcs 通信依赖-->
<!--以下后面不再需要引用 begin BY PingKu-->
<dependency>
<groupId>com.ycxk</groupId>
<artifactId>communication</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/communication-1.0-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>com.ycxk</groupId>
<artifactId>protocol</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/protocol-1.0-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
<!--以下后面不再需要引用 end BY PingKu-->
<dependency>
<groupId>jp.co.daifuku.cim</groupId>
<artifactId>cim-common</artifactId>
<version>1.1.2-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/cim-common-1.1.2-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>72.1</version>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.5.4</version>
</dependency>
<dependency>
<groupId>com.hsemi</groupId>
<artifactId>jdom</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/jdom.jar</systemPath>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.0.31</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>com.hsemi</groupId>
<artifactId>SEMI</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/SEMI.jar</systemPath>
</dependency>
<dependency>
<groupId>com.hsemi.huaxing.wcs</groupId>
<artifactId>huaxing-wcs-host-if</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/huaxing-wcs-host-if-1.0.0.jar</systemPath>
</dependency>
</dependencies>
</project>