pom.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  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.simuwang</groupId>
  7. <artifactId>data-daq</artifactId>
  8. <version>1.0.0</version>
  9. <description>私募排排网-数据采集系统</description>
  10. <packaging>pom</packaging>
  11. <properties>
  12. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  13. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  14. <maven.compiler.source>17</maven.compiler.source>
  15. <maven.compiler.target>17</maven.compiler.target>
  16. <pagehelper.boot.version>2.0.0</pagehelper.boot.version>
  17. <data-calc.version>1.0.0.1</data-calc.version>
  18. <joda-time.version>2.12.7</joda-time.version>
  19. <commons-math3.version>3.6.1</commons-math3.version>
  20. <hutool.version>5.8.31</hutool.version>
  21. <mybatis-plus-boot3.version>3.5.7</mybatis-plus-boot3.version>
  22. <dameng.version>8.1.3.62</dameng.version>
  23. <daq.version>1.0.0</daq.version>
  24. <apache-shiro.version>2.0.1</apache-shiro.version>
  25. <java-jwt.version>4.4.0</java-jwt.version>
  26. <jjwt.version>0.12.6</jjwt.version>
  27. <apahce-pdfbox.version>3.0.3</apahce-pdfbox.version>
  28. <tabula.version>1.0.5</tabula.version>
  29. <fastjson.version>1.2.83</fastjson.version>
  30. <httpcomponents.version>4.5.3</httpcomponents.version>
  31. </properties>
  32. <modules>
  33. <module>service-deploy</module>
  34. <module>service-base</module>
  35. <module>service-calc</module>
  36. <module>service-manage</module>
  37. <module>service-daq</module>
  38. </modules>
  39. <dependencyManagement>
  40. <dependencies>
  41. <dependency>
  42. <groupId>commons-codec</groupId>
  43. <artifactId>commons-codec</artifactId>
  44. <version>1.18.0</version>
  45. </dependency>
  46. <dependency>
  47. <groupId>commons-io</groupId>
  48. <artifactId>commons-io</artifactId>
  49. <version>2.16.1</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.apache.httpcomponents</groupId>
  53. <artifactId>httpclient</artifactId>
  54. <version>${httpcomponents.version}</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>org.apache.httpcomponents</groupId>
  58. <artifactId>httpmime</artifactId>
  59. <version>${httpcomponents.version}</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>com.alibaba</groupId>
  63. <artifactId>fastjson</artifactId>
  64. <version>${fastjson.version}</version>
  65. </dependency>
  66. <!-- SpringBoot的依赖配置-->
  67. <dependency>
  68. <groupId>org.springframework.boot</groupId>
  69. <artifactId>spring-boot-dependencies</artifactId>
  70. <version>3.3.3</version>
  71. <type>pom</type>
  72. <scope>import</scope>
  73. </dependency>
  74. <!-- pagehelper 分页插件 -->
  75. <dependency>
  76. <groupId>com.github.pagehelper</groupId>
  77. <artifactId>pagehelper-spring-boot-starter</artifactId>
  78. <version>${pagehelper.boot.version}</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>com.baomidou</groupId>
  82. <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
  83. <version>${mybatis-plus-boot3.version}</version>
  84. </dependency>
  85. <!-- 达梦数据库 -->
  86. <dependency>
  87. <groupId>com.dameng</groupId>
  88. <artifactId>DmJdbcDriver18</artifactId>
  89. <version>${dameng.version}</version>
  90. </dependency>
  91. <!-- shiro Jakarta兼容 -->
  92. <dependency>
  93. <groupId>org.apache.shiro</groupId>
  94. <artifactId>shiro-core</artifactId>
  95. <classifier>jakarta</classifier>
  96. <version>${apache-shiro.version}</version>
  97. </dependency>
  98. <dependency>
  99. <groupId>org.apache.shiro</groupId>
  100. <artifactId>shiro-web</artifactId>
  101. <classifier>jakarta</classifier>
  102. <version>${apache-shiro.version}</version>
  103. <exclusions>
  104. <exclusion>
  105. <groupId>org.apache.shiro</groupId>
  106. <artifactId>shiro-core</artifactId>
  107. </exclusion>
  108. </exclusions>
  109. </dependency>
  110. <dependency>
  111. <groupId>org.apache.shiro</groupId>
  112. <artifactId>shiro-spring</artifactId>
  113. <classifier>jakarta</classifier>
  114. <version>${apache-shiro.version}</version>
  115. <exclusions>
  116. <exclusion>
  117. <groupId>org.apache.shiro</groupId>
  118. <artifactId>shiro-core</artifactId>
  119. </exclusion>
  120. <exclusion>
  121. <groupId>org.apache.shiro</groupId>
  122. <artifactId>shiro-web</artifactId>
  123. </exclusion>
  124. </exclusions>
  125. </dependency>
  126. <!-- 私有库 -->
  127. <dependency>
  128. <groupId>com.smppw</groupId>
  129. <artifactId>data-calc</artifactId>
  130. <version>${data-calc.version}</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>org.apache.commons</groupId>
  134. <artifactId>commons-math3</artifactId>
  135. <version>${commons-math3.version}</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>joda-time</groupId>
  139. <artifactId>joda-time</artifactId>
  140. <version>${joda-time.version}</version>
  141. </dependency>
  142. <!-- hutool 工具,按需引入 -->
  143. <dependency>
  144. <groupId>cn.hutool</groupId>
  145. <artifactId>hutool-core</artifactId>
  146. <version>${hutool.version}</version>
  147. </dependency>
  148. <dependency>
  149. <groupId>cn.hutool</groupId>
  150. <artifactId>hutool-json</artifactId>
  151. <version>${hutool.version}</version>
  152. </dependency>
  153. <dependency>
  154. <groupId>cn.hutool</groupId>
  155. <artifactId>hutool-http</artifactId>
  156. <version>${hutool.version}</version>
  157. </dependency>
  158. <dependency>
  159. <groupId>cn.hutool</groupId>
  160. <artifactId>hutool-crypto</artifactId>
  161. <version>${hutool.version}</version>
  162. </dependency>
  163. <!-- jjwt依赖包 -->
  164. <dependency>
  165. <groupId>com.auth0</groupId>
  166. <artifactId>java-jwt</artifactId>
  167. <version>${java-jwt.version}</version>
  168. </dependency>
  169. <dependency>
  170. <groupId>io.jsonwebtoken</groupId>
  171. <artifactId>jjwt</artifactId>
  172. <version>${jjwt.version}</version>
  173. </dependency>
  174. <!-- pdf解析 -->
  175. <dependency>
  176. <groupId>org.apache.pdfbox</groupId>
  177. <artifactId>pdfbox</artifactId>
  178. <version>${apahce-pdfbox.version}</version>
  179. <exclusions>
  180. <exclusion>
  181. <groupId>org.slf4j</groupId>
  182. <artifactId>slf4j-simple</artifactId>
  183. </exclusion>
  184. </exclusions>
  185. </dependency>
  186. <dependency>
  187. <groupId>technology.tabula</groupId>
  188. <artifactId>tabula</artifactId>
  189. <version>${tabula.version}</version>
  190. <exclusions>
  191. <exclusion>
  192. <groupId>org.apache.pdfbox</groupId>
  193. <artifactId>pdfbox</artifactId>
  194. </exclusion>
  195. <exclusion>
  196. <groupId>org.apache.pdfbox</groupId>
  197. <artifactId>pdfbox-io</artifactId>
  198. </exclusion>
  199. <exclusion>
  200. <groupId>org.slf4j</groupId>
  201. <artifactId>slf4j-simple</artifactId>
  202. </exclusion>
  203. </exclusions>
  204. </dependency>
  205. <!-- 内部模块 -->
  206. <dependency>
  207. <groupId>com.simuwang</groupId>
  208. <artifactId>service-base</artifactId>
  209. <version>${daq.version}</version>
  210. </dependency>
  211. <dependency>
  212. <groupId>com.simuwang</groupId>
  213. <artifactId>service-calc</artifactId>
  214. <version>${daq.version}</version>
  215. </dependency>
  216. <dependency>
  217. <groupId>com.simuwang</groupId>
  218. <artifactId>service-manage</artifactId>
  219. <version>${daq.version}</version>
  220. </dependency>
  221. <dependency>
  222. <groupId>com.simuwang</groupId>
  223. <artifactId>service-daq</artifactId>
  224. <version>${daq.version}</version>
  225. </dependency>
  226. </dependencies>
  227. </dependencyManagement>
  228. <repositories>
  229. <repository>
  230. <id>public</id>
  231. <name>aliyun nexus</name>
  232. <url>https://maven.aliyun.com/repository/public</url>
  233. <releases>
  234. <enabled>true</enabled>
  235. </releases>
  236. </repository>
  237. <repository>
  238. <id>smppw-release</id>
  239. <url>http://120.24.213.180:8081/nexus/content/repositories/releases/</url>
  240. </repository>
  241. <!-- <repository>-->
  242. <!-- <id>smppw-snapshots</id>-->
  243. <!-- <url>http://120.24.213.180:8081/nexus/content/repositories/snapshots/</url>-->
  244. <!-- <snapshots>-->
  245. <!-- <enabled>true</enabled>-->
  246. <!-- </snapshots>-->
  247. <!-- </repository>-->
  248. </repositories>
  249. <pluginRepositories>
  250. <pluginRepository>
  251. <id>public</id>
  252. <name>aliyun nexus</name>
  253. <url>https://maven.aliyun.com/repository/public</url>
  254. <releases>
  255. <enabled>true</enabled>
  256. </releases>
  257. <snapshots>
  258. <enabled>false</enabled>
  259. </snapshots>
  260. </pluginRepository>
  261. </pluginRepositories>
  262. </project>