pom.xml 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  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. <modelVersion>4.0.0</modelVersion>
  6. <groupId>com.jay.monitor.data</groupId>
  7. <artifactId>jay-monitor-data-web</artifactId>
  8. <packaging>pom</packaging>
  9. <version>1.1-SNAPSHOT</version>
  10. <parent>
  11. <groupId>org.springframework.boot</groupId>
  12. <artifactId>spring-boot-starter-parent</artifactId>
  13. <version>2.1.3.RELEASE</version>
  14. <relativePath/> <!-- lookup parent from repository -->
  15. </parent>
  16. <modules>
  17. <module>jay-monitor-data-api</module>
  18. <module>jay-monitor-data-server</module>
  19. <module>jay-monitor-data-client</module>
  20. <module>jay-monitor-data-core</module>
  21. </modules>
  22. <properties>
  23. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  24. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  25. <java.version>1.8</java.version>
  26. <elab.version>2.0.4.10-SNAPSHOT</elab.version>
  27. <skipTests>true</skipTests>
  28. <protostuff.version>1.6.0</protostuff.version>
  29. <mybatis-plus-boot-starter.version>3.2.0</mybatis-plus-boot-starter.version>
  30. <mybatis-spring-boot-starter.version>1.3.2</mybatis-spring-boot-starter.version>
  31. <mybatis.ehcache.version>1.1.0</mybatis.ehcache.version>
  32. </properties>
  33. <dependencyManagement>
  34. <dependencies>
  35. <dependency>
  36. <groupId>com.ruoyi.avue</groupId>
  37. <artifactId>ruoyi-avue-client</artifactId>
  38. <version>3.6.0</version>
  39. </dependency>
  40. <dependency>
  41. <groupId>com.alipay.sofa</groupId>
  42. <artifactId>hessian</artifactId>
  43. <version>3.3.6</version>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.alipay.sofa</groupId>
  47. <artifactId>bolt</artifactId>
  48. <version>1.6.2</version>
  49. </dependency>
  50. <dependency>
  51. <groupId>com.alipay.sofa.common</groupId>
  52. <artifactId>sofa-common-tools</artifactId>
  53. <version>1.0.12</version>
  54. </dependency>
  55. <!-- <dependency>-->
  56. <!-- <groupId>com.github.xiaoymin</groupId>-->
  57. <!-- <artifactId>swagger-bootstrap-ui</artifactId>-->
  58. <!-- <version>1.7.3.1</version>-->
  59. <!-- </dependency>-->
  60. <dependency>
  61. <groupId>io.netty</groupId>
  62. <artifactId>netty-all</artifactId>
  63. <version>4.1.30.Final</version>
  64. </dependency>
  65. <!-- 数据传输序列化的包 -->
  66. <dependency>
  67. <groupId>io.protostuff</groupId>
  68. <artifactId>protostuff-core</artifactId>
  69. <version>${protostuff.version}</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>io.protostuff</groupId>
  73. <artifactId>protostuff-runtime</artifactId>
  74. <version>${protostuff.version}</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>org.slf4j</groupId>
  78. <artifactId>slf4j-api</artifactId>
  79. <version>1.7.25</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>org.slf4j</groupId>
  83. <artifactId>slf4j-log4j12</artifactId>
  84. <version>1.7.25</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>ch.qos.logback</groupId>
  88. <artifactId>logback-classic</artifactId>
  89. <version>1.2.3</version>
  90. <!--<scope>provided</scope>-->
  91. </dependency>
  92. <dependency>
  93. <groupId>com.alibaba</groupId>
  94. <artifactId>druid</artifactId>
  95. <version>1.1.10</version>
  96. </dependency>
  97. <!-- mybatis 依赖 -->
  98. <!-- <dependency>-->
  99. <!-- <groupId>org.mybatis.spring.boot</groupId>-->
  100. <!-- <artifactId>mybatis-spring-boot-starter</artifactId>-->
  101. <!-- <version>${mybatis-spring-boot-starter.version}</version>-->
  102. <!-- </dependency>-->
  103. <dependency>
  104. <groupId>com.baomidou</groupId>
  105. <artifactId>mybatis-plus-boot-starter</artifactId>
  106. <version>${mybatis-plus-boot-starter.version}</version>
  107. </dependency>
  108. <!-- <dependency>-->
  109. <!-- <groupId>org.mybatis.caches</groupId>-->
  110. <!-- <artifactId>mybatis-ehcache</artifactId>-->
  111. <!-- <version>${mybatis.ehcache.version}</version>-->
  112. <!-- </dependency>-->
  113. <dependency>
  114. <groupId>com.alibaba</groupId>
  115. <artifactId>fastjson</artifactId>
  116. <version>1.2.55</version>
  117. </dependency>
  118. <dependency>
  119. <groupId>com.xiaoleilu</groupId>
  120. <artifactId>hutool-all</artifactId>
  121. <version>3.2.0</version>
  122. </dependency>
  123. <dependency>
  124. <groupId>commons-beanutils</groupId>
  125. <artifactId>commons-beanutils</artifactId>
  126. <version>1.9.3</version>
  127. </dependency>
  128. <dependency>
  129. <groupId>org.apache.commons</groupId>
  130. <artifactId>commons-lang3</artifactId>
  131. <version>3.8.1</version>
  132. </dependency>
  133. <dependency>
  134. <groupId>com.netflix.zuul</groupId>
  135. <artifactId>zuul-core</artifactId>
  136. <version>1.3.1</version>
  137. </dependency>
  138. <dependency>
  139. <groupId>commons-io</groupId>
  140. <artifactId>commons-io</artifactId>
  141. <version>2.6</version>
  142. </dependency>
  143. <dependency>
  144. <groupId>cn.hutool</groupId>
  145. <artifactId>hutool-all</artifactId>
  146. <version>5.3.5</version>
  147. </dependency>
  148. </dependencies>
  149. </dependencyManagement>
  150. <build>
  151. <plugins>
  152. <plugin>
  153. <groupId>org.apache.maven.plugins</groupId>
  154. <artifactId>maven-compiler-plugin</artifactId>
  155. <configuration>
  156. <source>${java.version}</source>
  157. <target>${java.version}</target>
  158. </configuration>
  159. </plugin>
  160. <!-- 打包源码插件 -->
  161. <plugin>
  162. <groupId>org.apache.maven.plugins</groupId>
  163. <artifactId>maven-source-plugin</artifactId>
  164. <executions>
  165. <execution>
  166. <id>attach-sources</id>
  167. <goals>
  168. <goal>jar</goal>
  169. </goals>
  170. </execution>
  171. </executions>
  172. </plugin>
  173. <!-- 打包javadoc插件 -->
  174. <plugin>
  175. <groupId>org.apache.maven.plugins</groupId>
  176. <artifactId>maven-javadoc-plugin</artifactId>
  177. <version>3.0.1</version>
  178. <executions>
  179. <execution>
  180. <id>attach-javadocs</id>
  181. <goals>
  182. <goal>jar</goal>
  183. </goals>
  184. <configuration>
  185. <!--<additionalparam>-Xdoclint:none</additionalparam>-->
  186. <charset>UTF-8</charset>
  187. <encoding>UTF-8</encoding>
  188. <docencoding>UTF-8</docencoding>
  189. <doclint>none</doclint>
  190. </configuration>
  191. </execution>
  192. </executions>
  193. </plugin>
  194. </plugins>
  195. </build>
  196. <distributionManagement>
  197. <!--<repository>-->
  198. <!--<id>releases</id>-->
  199. <!--<name>Nexus Release Repository</name>-->
  200. <!--<url>http://192.168.0.11:8081/nexus/content/repositories/elab/</url>-->
  201. <!--</repository>-->
  202. <!-- <snapshotRepository>-->
  203. <!-- <id>snapshots</id>-->
  204. <!-- <name>User Project SNAPSHOTS</name>-->
  205. <!-- <url>http://192.168.0.11:8081/repository/maven-snapshots/</url>-->
  206. <!-- </snapshotRepository>-->
  207. </distributionManagement>
  208. </project>