| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329 |
- <?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.jeesite</groupId>
- <artifactId>jeesite-parent</artifactId>
- <version>5.2.0-SNAPSHOT</version>
- <relativePath>../parent/pom.xml</relativePath>
- </parent>
- <artifactId>jee-mes-X13</artifactId>
- <packaging>jar</packaging>
-
- <description>Web 服务,也可为分离端提供接口服务</description>
-
- <name>JeeSite Web</name>
- <url>http://jeesite.com</url>
- <inceptionYear>2013-Now</inceptionYear>
-
- <properties>
-
- <finalName>web</finalName><!-- war or jar 包的名称 -->
- <start-class>com.jeesite.modules.Application</start-class>
-
- <!-- environment setting -->
- <eclipse-plugin-download-sources>false</eclipse-plugin-download-sources>
- <eclipse-plugin-download-javadocs>false</eclipse-plugin-download-javadocs>
-
- <!-- docker setting -->
- <docker.run.port>8980:8980</docker.run.port>
-
- </properties>
- <dependencies>
- <!-- 核心模块 -->
- <dependency>
- <groupId>com.jeesite</groupId>
- <artifactId>jeesite-module-core</artifactId>
- <version>${project.parent.version}</version>
- </dependency>
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
- <version>1.2.68</version>
- </dependency>
- <!-- 在线文档接口 -->
- <dependency>
- <groupId>com.jeesite</groupId>
- <artifactId>jeesite-module-swagger</artifactId>
- <version>${project.parent.version}</version>
- </dependency>
- <!-- 内容管理模块 -->
- <!-- <dependency>-->
- <!-- <groupId>com.jeesite</groupId>-->
- <!-- <artifactId>jeesite-module-cms</artifactId>-->
- <!-- <version>${project.parent.version}</version>-->
- <!-- </dependency>-->
- <!-- 移动端模块 -->
- <!-- <dependency>-->
- <!-- <groupId>com.jeesite</groupId>-->
- <!-- <artifactId>jeesite-module-app</artifactId>-->
- <!-- <version>${project.parent.version}</version>-->
- <!-- </dependency>-->
-
- <!-- 文件管理共享(标准版)
- <dependency>
- <groupId>com.jeesite</groupId>
- <artifactId>jeesite-module-filemanager</artifactId>
- <version>${project.parent.version}</version>
- </dependency> -->
-
- <!-- 文件在线预览(标准版)
- <dependency>
- <groupId>com.jeesite</groupId>
- <artifactId>jeesite-module-filepreview</artifactId>
- <version>${project.parent.version}</version>
- </dependency> -->
-
- <!-- Spring Boot Tomcat
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-tomcat</artifactId>
- <scope>provided</scope>
- </dependency> -->
- <dependency>
- <groupId>org.elasticsearch.client</groupId>
- <artifactId>elasticsearch-rest-high-level-client</artifactId>
- <version>7.17.6</version>
- <exclusions>
- <exclusion>
- <groupId>org.elasticsearch</groupId>
- <artifactId>elasticsearch</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.elasticsearch</groupId>
- <artifactId>elasticsearch</artifactId>
- <version>7.17.6</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>3.9</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.12</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>io.netty</groupId>
- <artifactId>netty-all</artifactId>
- <version>4.1.48.Final</version>
- </dependency>
- <dependency>
- <groupId>com.github.s7connector</groupId>
- <artifactId>s7connector</artifactId>
- <version>2.1</version>
- </dependency>
- <!-- <dependency>-->
- <!-- <groupId>com.github.dathlin</groupId>-->
- <!-- <artifactId>HslCommunication</artifactId>-->
- <!-- <version>3.1.1</version>-->
- <!-- </dependency>-->
- <!-- https://mvnrepository.com/artifact/com.github.dathlin/HslCommunication -->
- <dependency>
- <groupId>com.github.dathlin</groupId>
- <artifactId>HslCommunication</artifactId>
- <version>3.3.1</version>
- </dependency>
- <dependency>
- <groupId>com.github.xingshuangs</groupId>
- <artifactId>iot-communication</artifactId>
- <version>1.4.4</version>
- </dependency>
- <dependency>
- <groupId>org.eclipse.milo</groupId>
- <artifactId>sdk-client</artifactId>
- <version>0.6.9</version>
- </dependency>
- <dependency>
- <groupId>org.eclipse.milo</groupId>
- <artifactId>sdk-server</artifactId>
- <version>0.6.9</version>
- </dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- <version>1.70</version>
- </dependency>
- <dependency>
- <groupId>commons-net</groupId>
- <artifactId>commons-net</artifactId>
- <version>3.9.0</version>
- </dependency>
- <dependency>
- <groupId>com.univocity</groupId>
- <artifactId>univocity-parsers</artifactId>
- <version>2.9.1</version>
- </dependency>
- <!--okhttp3 依赖-->
- <dependency>
- <groupId>com.squareup.okhttp3</groupId>
- <artifactId>okhttp</artifactId>
- <version>4.9.3</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-csv</artifactId>
- <version>1.8</version>
- </dependency>
- <dependency>
- <groupId>cn.hutool</groupId>
- <artifactId>hutool-all</artifactId>
- <version>5.8.26</version>
- </dependency>
- <dependency>
- <groupId>com.intelligt.modbus</groupId>
- <artifactId>jlibmodbus</artifactId>
- <version>1.2.9.7</version>
- </dependency>
- <dependency>
- <groupId>com.fazecast</groupId>
- <artifactId>jSerialComm</artifactId>
- <version>2.6.2</version>
- </dependency>
- <!-- <dependency>-->
- <!-- <groupId>com.github.purejavacomm</groupId>-->
- <!-- <artifactId>purejavacomm</artifactId>-->
- <!-- <version>1.0.1.RELEASE</version>-->
- <!-- </dependency>-->
- <!-- <dependency>-->
- <!-- <groupId>org.rxtx</groupId>-->
- <!-- <artifactId>rxtx</artifactId>-->
- <!-- <version>2.1.7</version>-->
- <!-- </dependency>-->
- <!-- <dependency>-->
- <!-- <groupId>io.github.java-native</groupId>-->
- <!-- <artifactId>jssc</artifactId>-->
- <!-- <version>2.9.4</version>-->
- <!-- </dependency>-->
- <!-- <dependency>-->
- <!-- <groupId>com.github.purejavacomm</groupId>-->
- <!-- <artifactId>purejavacomm</artifactId>-->
- <!-- <version>1.0.4</version>-->
- <!-- </dependency>-->
- <!-- <dependency>-->
- <!-- <groupId>org.apache.poi</groupId>-->
- <!-- <artifactId>poi</artifactId>-->
- <!-- <version>5.2.3</version>-->
- <!-- </dependency>-->
- <!-- <dependency>-->
- <!-- <groupId>org.apache.poi</groupId>-->
- <!-- <artifactId>poi-ooxml</artifactId>-->
- <!-- <version>5.2.3</version>-->
- <!-- </dependency>-->
- </dependencies>
-
- <build>
- <finalName>${finalName}</finalName>
- <outputDirectory>${project.basedir}/src/main/webapp/WEB-INF/classes/</outputDirectory>
- <plugins>
-
- <!-- Spring Boot -->
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <includeSystemScope>true</includeSystemScope>
- </configuration>
- </plugin>
- <!-- war插件,war包名称不带版本号 -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-war-plugin</artifactId>
- <configuration>
- <warName>${finalName}</warName>
- </configuration>
- </plugin>
-
- <!-- Eclipse 插件 -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-eclipse-plugin</artifactId>
- <configuration>
- <downloadSources>${eclipse-plugin-download-sources}</downloadSources>
- <downloadJavadocs>${eclipse-plugin-download-javadocs}</downloadJavadocs>
- <wtpContextName>${finalName}</wtpContextName>
- <wtpversion>2.0</wtpversion>
- <jeeversion>6.0</jeeversion>
- </configuration>
- </plugin>
-
- </plugins>
- </build>
-
- <developers>
- <developer>
- <id>thinkgem</id>
- <name>WangZhen</name>
- <email>thinkgem at 163.com</email>
- <roles><role>Project lead</role></roles>
- <timezone>+8</timezone>
- </developer>
- </developers>
-
- <organization>
- <name>JeeSite</name>
- <url>http://jeesite.com</url>
- </organization>
-
- <repositories>
- <repository>
- <id>aliyun-repos</id>
- <url>https://maven.aliyun.com/repository/public</url>
- <releases><enabled>true</enabled></releases>
- <snapshots><enabled>false</enabled></snapshots>
- </repository>
- <repository>
- <id>jeesite-repos</id>
- <url>http://maven.jeesite.net/repository/maven-public</url>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>aliyun-repos</id>
- <url>https://maven.aliyun.com/repository/public</url>
- <releases><enabled>true</enabled></releases>
- <snapshots><enabled>false</enabled></snapshots>
- </pluginRepository>
- <pluginRepository>
- <id>jeesite-repos</id>
- <url>http://maven.jeesite.net/repository/maven-public</url>
- </pluginRepository>
- </pluginRepositories>
-
- </project>
|