pom.xml 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.jeesite</groupId>
  7. <artifactId>jeesite-parent</artifactId>
  8. <version>5.2.0-SNAPSHOT</version>
  9. <relativePath>../parent/pom.xml</relativePath>
  10. </parent>
  11. <artifactId>jee-mes-X13</artifactId>
  12. <packaging>jar</packaging>
  13. <description>Web 服务,也可为分离端提供接口服务</description>
  14. <name>JeeSite Web</name>
  15. <url>http://jeesite.com</url>
  16. <inceptionYear>2013-Now</inceptionYear>
  17. <properties>
  18. <finalName>web</finalName><!-- war or jar 包的名称 -->
  19. <start-class>com.jeesite.modules.Application</start-class>
  20. <!-- environment setting -->
  21. <eclipse-plugin-download-sources>false</eclipse-plugin-download-sources>
  22. <eclipse-plugin-download-javadocs>false</eclipse-plugin-download-javadocs>
  23. <!-- docker setting -->
  24. <docker.run.port>8980:8980</docker.run.port>
  25. </properties>
  26. <dependencies>
  27. <!-- 核心模块 -->
  28. <dependency>
  29. <groupId>com.jeesite</groupId>
  30. <artifactId>jeesite-module-core</artifactId>
  31. <version>${project.parent.version}</version>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.alibaba</groupId>
  35. <artifactId>fastjson</artifactId>
  36. <version>1.2.68</version>
  37. </dependency>
  38. <!-- 在线文档接口 -->
  39. <dependency>
  40. <groupId>com.jeesite</groupId>
  41. <artifactId>jeesite-module-swagger</artifactId>
  42. <version>${project.parent.version}</version>
  43. </dependency>
  44. <!-- 内容管理模块 -->
  45. <!-- <dependency>-->
  46. <!-- <groupId>com.jeesite</groupId>-->
  47. <!-- <artifactId>jeesite-module-cms</artifactId>-->
  48. <!-- <version>${project.parent.version}</version>-->
  49. <!-- </dependency>-->
  50. <!-- 移动端模块 -->
  51. <!-- <dependency>-->
  52. <!-- <groupId>com.jeesite</groupId>-->
  53. <!-- <artifactId>jeesite-module-app</artifactId>-->
  54. <!-- <version>${project.parent.version}</version>-->
  55. <!-- </dependency>-->
  56. <!-- 文件管理共享(标准版)
  57. <dependency>
  58. <groupId>com.jeesite</groupId>
  59. <artifactId>jeesite-module-filemanager</artifactId>
  60. <version>${project.parent.version}</version>
  61. </dependency> -->
  62. <!-- 文件在线预览(标准版)
  63. <dependency>
  64. <groupId>com.jeesite</groupId>
  65. <artifactId>jeesite-module-filepreview</artifactId>
  66. <version>${project.parent.version}</version>
  67. </dependency> -->
  68. <!-- Spring Boot Tomcat
  69. <dependency>
  70. <groupId>org.springframework.boot</groupId>
  71. <artifactId>spring-boot-starter-tomcat</artifactId>
  72. <scope>provided</scope>
  73. </dependency> -->
  74. <dependency>
  75. <groupId>org.elasticsearch.client</groupId>
  76. <artifactId>elasticsearch-rest-high-level-client</artifactId>
  77. <version>7.17.6</version>
  78. <exclusions>
  79. <exclusion>
  80. <groupId>org.elasticsearch</groupId>
  81. <artifactId>elasticsearch</artifactId>
  82. </exclusion>
  83. </exclusions>
  84. </dependency>
  85. <dependency>
  86. <groupId>org.elasticsearch</groupId>
  87. <artifactId>elasticsearch</artifactId>
  88. <version>7.17.6</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>org.apache.commons</groupId>
  92. <artifactId>commons-lang3</artifactId>
  93. <version>3.9</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>junit</groupId>
  97. <artifactId>junit</artifactId>
  98. <version>4.12</version>
  99. <scope>test</scope>
  100. </dependency>
  101. <dependency>
  102. <groupId>io.netty</groupId>
  103. <artifactId>netty-all</artifactId>
  104. <version>4.1.48.Final</version>
  105. </dependency>
  106. <dependency>
  107. <groupId>com.github.s7connector</groupId>
  108. <artifactId>s7connector</artifactId>
  109. <version>2.1</version>
  110. </dependency>
  111. <!-- <dependency>-->
  112. <!-- <groupId>com.github.dathlin</groupId>-->
  113. <!-- <artifactId>HslCommunication</artifactId>-->
  114. <!-- <version>3.1.1</version>-->
  115. <!-- </dependency>-->
  116. <!-- https://mvnrepository.com/artifact/com.github.dathlin/HslCommunication -->
  117. <dependency>
  118. <groupId>com.github.dathlin</groupId>
  119. <artifactId>HslCommunication</artifactId>
  120. <version>3.3.1</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>com.github.xingshuangs</groupId>
  124. <artifactId>iot-communication</artifactId>
  125. <version>1.4.4</version>
  126. </dependency>
  127. <dependency>
  128. <groupId>org.eclipse.milo</groupId>
  129. <artifactId>sdk-client</artifactId>
  130. <version>0.6.9</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>org.eclipse.milo</groupId>
  134. <artifactId>sdk-server</artifactId>
  135. <version>0.6.9</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>org.bouncycastle</groupId>
  139. <artifactId>bcprov-jdk15on</artifactId>
  140. <version>1.70</version>
  141. </dependency>
  142. <dependency>
  143. <groupId>commons-net</groupId>
  144. <artifactId>commons-net</artifactId>
  145. <version>3.9.0</version>
  146. </dependency>
  147. <dependency>
  148. <groupId>com.univocity</groupId>
  149. <artifactId>univocity-parsers</artifactId>
  150. <version>2.9.1</version>
  151. </dependency>
  152. <!--okhttp3 依赖-->
  153. <dependency>
  154. <groupId>com.squareup.okhttp3</groupId>
  155. <artifactId>okhttp</artifactId>
  156. <version>4.9.3</version>
  157. </dependency>
  158. <dependency>
  159. <groupId>org.apache.commons</groupId>
  160. <artifactId>commons-csv</artifactId>
  161. <version>1.8</version>
  162. </dependency>
  163. <dependency>
  164. <groupId>cn.hutool</groupId>
  165. <artifactId>hutool-all</artifactId>
  166. <version>5.8.26</version>
  167. </dependency>
  168. <dependency>
  169. <groupId>com.intelligt.modbus</groupId>
  170. <artifactId>jlibmodbus</artifactId>
  171. <version>1.2.9.7</version>
  172. </dependency>
  173. <dependency>
  174. <groupId>com.fazecast</groupId>
  175. <artifactId>jSerialComm</artifactId>
  176. <version>2.6.2</version>
  177. </dependency>
  178. <!-- <dependency>-->
  179. <!-- <groupId>com.github.purejavacomm</groupId>-->
  180. <!-- <artifactId>purejavacomm</artifactId>-->
  181. <!-- <version>1.0.1.RELEASE</version>-->
  182. <!-- </dependency>-->
  183. <!-- <dependency>-->
  184. <!-- <groupId>org.rxtx</groupId>-->
  185. <!-- <artifactId>rxtx</artifactId>-->
  186. <!-- <version>2.1.7</version>-->
  187. <!-- </dependency>-->
  188. <!-- <dependency>-->
  189. <!-- <groupId>io.github.java-native</groupId>-->
  190. <!-- <artifactId>jssc</artifactId>-->
  191. <!-- <version>2.9.4</version>-->
  192. <!-- </dependency>-->
  193. <!-- <dependency>-->
  194. <!-- <groupId>com.github.purejavacomm</groupId>-->
  195. <!-- <artifactId>purejavacomm</artifactId>-->
  196. <!-- <version>1.0.4</version>-->
  197. <!-- </dependency>-->
  198. <!-- <dependency>-->
  199. <!-- <groupId>org.apache.poi</groupId>-->
  200. <!-- <artifactId>poi</artifactId>-->
  201. <!-- <version>5.2.3</version>-->
  202. <!-- </dependency>-->
  203. <!-- <dependency>-->
  204. <!-- <groupId>org.apache.poi</groupId>-->
  205. <!-- <artifactId>poi-ooxml</artifactId>-->
  206. <!-- <version>5.2.3</version>-->
  207. <!-- </dependency>-->
  208. </dependencies>
  209. <build>
  210. <finalName>${finalName}</finalName>
  211. <outputDirectory>${project.basedir}/src/main/webapp/WEB-INF/classes/</outputDirectory>
  212. <plugins>
  213. <!-- Spring Boot -->
  214. <plugin>
  215. <groupId>org.springframework.boot</groupId>
  216. <artifactId>spring-boot-maven-plugin</artifactId>
  217. <configuration>
  218. <includeSystemScope>true</includeSystemScope>
  219. </configuration>
  220. </plugin>
  221. <!-- war插件,war包名称不带版本号 -->
  222. <plugin>
  223. <groupId>org.apache.maven.plugins</groupId>
  224. <artifactId>maven-war-plugin</artifactId>
  225. <configuration>
  226. <warName>${finalName}</warName>
  227. </configuration>
  228. </plugin>
  229. <!-- Eclipse 插件 -->
  230. <plugin>
  231. <groupId>org.apache.maven.plugins</groupId>
  232. <artifactId>maven-eclipse-plugin</artifactId>
  233. <configuration>
  234. <downloadSources>${eclipse-plugin-download-sources}</downloadSources>
  235. <downloadJavadocs>${eclipse-plugin-download-javadocs}</downloadJavadocs>
  236. <wtpContextName>${finalName}</wtpContextName>
  237. <wtpversion>2.0</wtpversion>
  238. <jeeversion>6.0</jeeversion>
  239. </configuration>
  240. </plugin>
  241. </plugins>
  242. </build>
  243. <developers>
  244. <developer>
  245. <id>thinkgem</id>
  246. <name>WangZhen</name>
  247. <email>thinkgem at 163.com</email>
  248. <roles><role>Project lead</role></roles>
  249. <timezone>+8</timezone>
  250. </developer>
  251. </developers>
  252. <organization>
  253. <name>JeeSite</name>
  254. <url>http://jeesite.com</url>
  255. </organization>
  256. <repositories>
  257. <repository>
  258. <id>aliyun-repos</id>
  259. <url>https://maven.aliyun.com/repository/public</url>
  260. <releases><enabled>true</enabled></releases>
  261. <snapshots><enabled>false</enabled></snapshots>
  262. </repository>
  263. <repository>
  264. <id>jeesite-repos</id>
  265. <url>http://maven.jeesite.net/repository/maven-public</url>
  266. </repository>
  267. </repositories>
  268. <pluginRepositories>
  269. <pluginRepository>
  270. <id>aliyun-repos</id>
  271. <url>https://maven.aliyun.com/repository/public</url>
  272. <releases><enabled>true</enabled></releases>
  273. <snapshots><enabled>false</enabled></snapshots>
  274. </pluginRepository>
  275. <pluginRepository>
  276. <id>jeesite-repos</id>
  277. <url>http://maven.jeesite.net/repository/maven-public</url>
  278. </pluginRepository>
  279. </pluginRepositories>
  280. </project>