pom.xml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. 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. <parent>
  5. <groupId>org.jeecgframework.boot</groupId>
  6. <artifactId>jeecg-boot-parent</artifactId>
  7. <version>2.4.2</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <artifactId>jeecg-boot-module-system</artifactId>
  11. <repositories>
  12. <repository>
  13. <id>aliyun</id>
  14. <name>aliyun Repository</name>
  15. <url>http://maven.aliyun.com/nexus/content/groups/public</url>
  16. <snapshots>
  17. <enabled>false</enabled>
  18. </snapshots>
  19. </repository>
  20. <repository>
  21. <id>jeecg</id>
  22. <name>jeecg Repository</name>
  23. <url>http://maven.jeecg.org/nexus/content/repositories/jeecg</url>
  24. <snapshots>
  25. <enabled>false</enabled>
  26. </snapshots>
  27. </repository>
  28. </repositories>
  29. <dependencies>
  30. <!-- sqlserver-->
  31. <dependency>
  32. <groupId>com.microsoft.sqlserver</groupId>
  33. <artifactId>sqljdbc4</artifactId>
  34. <version>4.0</version>
  35. <scope>runtime</scope>
  36. </dependency>
  37. <dependency>
  38. <groupId>javax.mail</groupId>
  39. <artifactId>mail</artifactId>
  40. <version>1.4.7</version>
  41. </dependency>
  42. <dependency>
  43. <groupId>org.apache.commons</groupId>
  44. <artifactId>commons-email</artifactId>
  45. <version>1.4</version>
  46. </dependency>
  47. <dependency>
  48. <groupId>com.google.code.gson</groupId>
  49. <artifactId>gson</artifactId>
  50. <version>2.8.2</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>org.apache.httpcomponents</groupId>
  54. <artifactId>httpclient</artifactId>
  55. <version>4.5.2</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>org.apache.httpcomponents</groupId>
  59. <artifactId>httpcore</artifactId>
  60. <version>4.4.5</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>com.belerweb</groupId>
  64. <artifactId>pinyin4j</artifactId>
  65. <version>2.5.0</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>org.codehaus.jackson</groupId>
  69. <artifactId>jackson-mapper-asl</artifactId>
  70. <version>1.9.9</version>
  71. </dependency>
  72. <!--<dependency>
  73. <groupId>com.alipay.sdk</groupId>
  74. <artifactId>alipay-sdk-java</artifactId>
  75. <version>3.7.4.ALL</version>
  76. </dependency>-->
  77. <dependency>
  78. <groupId>org.bouncycastle</groupId>
  79. <artifactId>bcprov-jdk15on</artifactId>
  80. <version>1.59</version>
  81. </dependency>
  82. <!-- <dependency>-->
  83. <!-- <groupId>cn.hutool</groupId>-->
  84. <!-- <artifactId>hutool-all</artifactId>-->
  85. <!-- <version>4.4.5</version>-->
  86. <!-- </dependency>-->
  87. <dependency>
  88. <groupId>org.jeecgframework.boot</groupId>
  89. <artifactId>jeecg-system-local-api</artifactId>
  90. </dependency>
  91. <dependency>
  92. <groupId>org.jeecgframework.boot</groupId>
  93. <artifactId>jeecg-boot-starter-redis</artifactId>
  94. </dependency>
  95. <dependency>
  96. <groupId>org.jeecgframework.boot</groupId>
  97. <artifactId>jeecg-boot-module-demo</artifactId>
  98. <version>${jeecgboot.version}</version>
  99. </dependency>
  100. <dependency>
  101. <groupId>org.jeecgframework</groupId>
  102. <artifactId>autopoi-web</artifactId>
  103. <version>1.3.6</version>
  104. </dependency>
  105. <dependency>
  106. <groupId>com.alibaba</groupId>
  107. <artifactId>easyexcel</artifactId>
  108. <version>3.1.0</version>
  109. </dependency>
  110. <dependency>
  111. <groupId>net.sf.json-lib</groupId>
  112. <artifactId>json-lib</artifactId>
  113. <version>2.4</version>
  114. <classifier>jdk15</classifier>
  115. </dependency>
  116. <!-- 积木报表 -->
  117. <!-- <dependency>
  118. <groupId>com.jimureport</groupId>
  119. <artifactId>spring-boot-starter-jimureport</artifactId>
  120. <version>1.1.09-beta</version>
  121. <exclusions>
  122. <exclusion>
  123. <artifactId>autopoi-web</artifactId>
  124. <groupId>org.jeecgframework</groupId>
  125. </exclusion>
  126. </exclusions>
  127. </dependency>-->
  128. <!-- 支付接口配置 -->
  129. <!--<dependency>
  130. <groupId>com.alipay.sdk</groupId>
  131. <artifactId>alipay-easysdk</artifactId>
  132. <version>2.0.2</version>
  133. </dependency>-->
  134. <dependency>
  135. <groupId>com.alipay.sdk</groupId>
  136. <artifactId>alipay-easysdk</artifactId>
  137. <version>2.1.2</version>
  138. </dependency>
  139. <!-- 支付接口需要依赖commons-logging:jar:1.1.1 -->
  140. <!-- https://mvnrepository.com/artifact/commons-logging/commons-logging -->
  141. <dependency>
  142. <groupId>commons-logging</groupId>
  143. <artifactId>commons-logging</artifactId>
  144. <version>1.1.1</version>
  145. </dependency>
  146. <!-- 生成支付二维码需要jar -->
  147. <!-- https://mvnrepository.com/artifact/com.google.zxing/core -->
  148. <dependency>
  149. <groupId>com.google.zxing</groupId>
  150. <artifactId>core</artifactId>
  151. <version>3.3.3</version>
  152. </dependency>
  153. <dependency>
  154. <groupId>org.jeecgframework.jimureport</groupId>
  155. <artifactId>spring-boot-starter-jimureport</artifactId>
  156. <version>1.3.4-beta</version>
  157. </dependency>
  158. </dependencies>
  159. <build>
  160. <plugins>
  161. <plugin>
  162. <groupId>org.springframework.boot</groupId>
  163. <artifactId>spring-boot-maven-plugin</artifactId>
  164. <configuration>
  165. <!--微服务模式下修改为true,跳过此打包插件,否则微服务模块无法引用-->
  166. <skip>false</skip>
  167. </configuration>
  168. </plugin>
  169. </plugins>
  170. </build>
  171. </project>