pom.xml 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <groupId>com.jay.monitor.data</groupId>
  7. <artifactId>jay-monitor-data-web</artifactId>
  8. <version>1.1-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>jay-monitor-data-server</artifactId>
  12. <properties>
  13. <!-- <thymeleaf.version>3.0
  14. .11.RELEASE</thymeleaf.version>-->
  15. <elasticsearch.version>7.3.1</elasticsearch.version>
  16. </properties>
  17. <dependencies>
  18. <dependency>
  19. <groupId>com.jay.monitor.data</groupId>
  20. <artifactId>jay-monitor-data-api</artifactId>
  21. <version>${project.version}</version>
  22. </dependency>
  23. <dependency>
  24. <groupId>com.cat.file.message</groupId>
  25. <artifactId>spring-cat-file</artifactId>
  26. <version>1.0-SNAPSHOT</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>cn.zxporz</groupId>
  30. <artifactId>esclientrhl</artifactId>
  31. <version>7.0.0</version>
  32. </dependency>
  33. <dependency>
  34. <groupId>org.apache.commons</groupId>
  35. <artifactId>commons-lang3</artifactId>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.jay.monitor.data</groupId>
  39. <artifactId>jay-monitor-data-core</artifactId>
  40. <version>${project.version}</version>
  41. </dependency>
  42. <dependency>
  43. <groupId>org.springframework.boot</groupId>
  44. <artifactId>spring-boot-starter-logging</artifactId>
  45. </dependency>
  46. <!-- <dependency>-->
  47. <!-- <groupId>com.elab.marketing</groupId>-->
  48. <!-- <artifactId>elab-marketing-core</artifactId>-->
  49. <!-- </dependency>-->
  50. <dependency>
  51. <groupId>cn.hutool</groupId>
  52. <artifactId>hutool-all</artifactId>
  53. </dependency>
  54. <!-- <dependency>-->
  55. <!-- <groupId>com.vladsch.flexmark</groupId>-->
  56. <!-- <artifactId>flexmark-all</artifactId>-->
  57. <!-- <version>0.62.2</version>-->
  58. <!-- </dependency>-->
  59. <!-- spring boot web -->
  60. <dependency>
  61. <groupId>org.springframework.boot</groupId>
  62. <artifactId>spring-boot-starter-web</artifactId>
  63. </dependency>
  64. <dependency>
  65. <groupId>org.springframework.boot</groupId>
  66. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  67. </dependency>
  68. <dependency>
  69. <groupId>nz.net.ultraq.thymeleaf</groupId>
  70. <artifactId>thymeleaf-layout-dialect</artifactId>
  71. <version>2.3.0</version>
  72. </dependency>
  73. <dependency>
  74. <groupId>com.github.xiaoymin</groupId>
  75. <artifactId>swagger-bootstrap-ui</artifactId>
  76. </dependency>
  77. <dependency>
  78. <groupId>org.springframework</groupId>
  79. <artifactId>spring-test</artifactId>
  80. </dependency>
  81. <dependency>
  82. <groupId>org.springframework.boot</groupId>
  83. <artifactId>spring-boot-starter-test</artifactId>
  84. <scope>test</scope>
  85. </dependency>
  86. <dependency>
  87. <groupId>org.springframework.boot</groupId>
  88. <artifactId>spring-boot-configuration-processor</artifactId>
  89. <optional>true</optional>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.aliyun.oss</groupId>
  93. <artifactId>aliyun-sdk-oss</artifactId>
  94. <version>3.10.2</version>
  95. </dependency>
  96. <!-- <dependency>-->
  97. <!-- <groupId>org.springframework.cloud</groupId>-->
  98. <!-- <artifactId>spring-cloud-starter-eureka</artifactId>-->
  99. <!-- <version>1.4.7.RELEASE</version>-->
  100. <!-- </dependency>-->
  101. <!-- <dependency>-->
  102. <!-- <groupId>org.springframework.cloud</groupId>-->
  103. <!-- <artifactId>spring-cloud-starter</artifactId>-->
  104. <!-- <version>2.1.3.RELEASE</version>-->
  105. <!-- </dependency>-->
  106. <!-- <dependency>-->
  107. <!-- <groupId>org.mybatis.spring.boot</groupId>-->
  108. <!-- <artifactId>mybatis-spring-boot-starter</artifactId>-->
  109. <!-- </dependency>-->
  110. <dependency>
  111. <groupId>mysql</groupId>
  112. <artifactId>mysql-connector-java</artifactId>
  113. <version>5.1.47</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>com.baomidou</groupId>
  117. <artifactId>mybatis-plus-boot-starter</artifactId>
  118. </dependency>
  119. <!-- 请注意groupId和github的方式有一些区别哦 -->
  120. <dependency>
  121. <groupId>com.github.liuyueyi.quick-media</groupId>
  122. <artifactId>markdown-plugin</artifactId>
  123. <version>2.5.2</version>
  124. <!-- <exclusions>-->
  125. <!-- <exclusion>-->
  126. <!-- <artifactId>flexmark</artifactId>-->
  127. <!-- <groupId>com.vladsch.flexmark</groupId>-->
  128. <!-- </exclusion>-->
  129. <!-- <exclusion>-->
  130. <!-- <artifactId>flexmark-ext-tables</artifactId>-->
  131. <!-- <groupId>com.vladsch.flexmark</groupId>-->
  132. <!-- </exclusion>-->
  133. <!-- </exclusions>-->
  134. </dependency>
  135. <!-- <dependency>-->
  136. <!-- <groupId>org.springframework.boot</groupId>-->
  137. <!-- <artifactId>spring-boot-starter-quartz</artifactId>-->
  138. <!-- </dependency>-->
  139. <!-- <dependency>-->
  140. <!-- <groupId>org.mybatis.caches</groupId>-->
  141. <!-- <artifactId>mybatis-ehcache</artifactId>-->
  142. <!-- </dependency>-->
  143. </dependencies>
  144. <build>
  145. <finalName>jay-monitor-data-server</finalName>
  146. <plugins>
  147. <plugin>
  148. <groupId>org.springframework.boot</groupId>
  149. <artifactId>spring-boot-maven-plugin</artifactId>
  150. </plugin>
  151. </plugins>
  152. <resources>
  153. <resource>
  154. <directory>src/main/resources</directory>
  155. <filtering>true</filtering>
  156. <excludes>
  157. <exclude>**/*.woff</exclude>
  158. <exclude>**/*.woff2</exclude>
  159. <exclude>**/*.ttf</exclude>
  160. <!-- <exclude>**/*.svg</exclude>-->
  161. </excludes>
  162. </resource>
  163. <resource>
  164. <directory>src/main/resources</directory>
  165. <filtering>false</filtering>
  166. <includes>
  167. <include>**/*.woff</include>
  168. <include>**/*.woff2</include>
  169. <include>**/*.ttf</include>
  170. <!-- <include>**/*.svg</include>-->
  171. </includes>
  172. </resource>
  173. </resources>
  174. </build>
  175. <repositories>
  176. <!-- 仅仅针对 markdown-plugin 这个jar包的下载镜像文件 -->
  177. <repository>
  178. <id>jitpack.io</id>
  179. <url>http://jitpack.io</url>
  180. </repository>
  181. <repository>
  182. <id>yihui-maven-repo</id>
  183. <url>https://raw.githubusercontent.com/liuyueyi/maven-repository/master/repository</url>
  184. </repository>
  185. </repositories>
  186. </project>