pom.xml 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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. <artifactId>transaction-service</artifactId>
  7. <groupId>com.unis.transaction</groupId>
  8. <version>1.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>transaction-server</artifactId>
  12. <packaging>jar</packaging>
  13. <name>transaction-server</name>
  14. <description>transaction-server</description>
  15. <dependencies>
  16. <dependency>
  17. <groupId>com.alibaba</groupId>
  18. <artifactId>druid-spring-boot-starter</artifactId>
  19. <version>1.1.10</version>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.oracle</groupId>
  23. <artifactId>ojdbc14</artifactId>
  24. <version>10.2.0.5.0</version>
  25. </dependency>
  26. <dependency>
  27. <groupId>com.unis.transaction</groupId>
  28. <artifactId>transaction-client</artifactId>
  29. <version>1.0</version>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.unis.transaction</groupId>
  33. <artifactId>transaction-common</artifactId>
  34. <version>1.0</version>
  35. <exclusions>
  36. <exclusion>
  37. <groupId>javax.persistence</groupId>
  38. <artifactId>persistence-api</artifactId>
  39. </exclusion>
  40. </exclusions>
  41. </dependency>
  42. <dependency>
  43. <groupId>org.springframework.cloud</groupId>
  44. <artifactId>spring-cloud-config-client</artifactId>
  45. </dependency>
  46. <dependency>
  47. <groupId>org.springframework.cloud</groupId>
  48. <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
  49. </dependency>
  50. <dependency>
  51. <groupId>org.springframework.boot</groupId>
  52. <artifactId>spring-boot-devtools</artifactId>
  53. <scope>runtime</scope>
  54. <optional>true</optional>
  55. </dependency>
  56. <dependency>
  57. <groupId>org.projectlombok</groupId>
  58. <artifactId>lombok</artifactId>
  59. <optional>true</optional>
  60. </dependency>
  61. <dependency>
  62. <groupId>org.springframework.boot</groupId>
  63. <artifactId>spring-boot-starter-test</artifactId>
  64. <scope>test</scope>
  65. </dependency>
  66. <dependency>
  67. <groupId>org.mybatis.spring.boot</groupId>
  68. <artifactId>mybatis-spring-boot-starter</artifactId>
  69. <version>${mybatis.version}</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>tk.mybatis</groupId>
  73. <artifactId>mapper-spring-boot-starter</artifactId>
  74. <version>${tk.mybatis.version}</version>
  75. <exclusions>
  76. <exclusion>
  77. <groupId>javax.persistence</groupId>
  78. <artifactId>persistence-api</artifactId>
  79. </exclusion>
  80. </exclusions>
  81. </dependency>
  82. <!--<dependency>
  83. <groupId>org.springframework.boot</groupId>
  84. <artifactId>spring-boot-starter-tomcat</artifactId>
  85. <scope>provided</scope>
  86. </dependency>-->
  87. <dependency>
  88. <groupId>com.alibaba</groupId>
  89. <artifactId>fastjson</artifactId>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.github.pagehelper</groupId>
  93. <artifactId>pagehelper-spring-boot-starter</artifactId>
  94. </dependency>
  95. <dependency>
  96. <groupId>org.springframework.boot</groupId>
  97. <artifactId>spring-boot-starter-data-jpa</artifactId>
  98. </dependency>
  99. <dependency>
  100. <groupId>org.springframework</groupId>
  101. <artifactId>spring-web</artifactId>
  102. <version>5.0.8.RELEASE</version>
  103. <scope>compile</scope>
  104. </dependency>
  105. <dependency>
  106. <groupId>org.springframework.boot</groupId>
  107. <artifactId>spring-boot-starter-data-redis</artifactId>
  108. </dependency>
  109. <!-- https://mvnrepository.com/artifact/com.github.pagehelper/pagehelper -->
  110. <dependency>
  111. <groupId>com.github.pagehelper</groupId>
  112. <artifactId>pagehelper</artifactId>
  113. <version>5.1.9</version>
  114. </dependency>
  115. <!-- <dependency>-->
  116. <!-- <groupId>com.gbase8s</groupId>-->
  117. <!-- <artifactId>ifxjdbc</artifactId>-->
  118. <!-- <version>1.0</version>-->
  119. <!-- </dependency>-->
  120. <!-- <dependency>-->
  121. <!-- <groupId>com.gbase</groupId>-->
  122. <!-- <artifactId>druid</artifactId>-->
  123. <!-- <version>1.0.28</version>-->
  124. <!-- </dependency>-->
  125. <dependency>
  126. <groupId>commons-logging</groupId>
  127. <artifactId>commons-logging</artifactId>
  128. <version>1.0.4</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>commons-httpclient</groupId>
  132. <artifactId>commons-httpclient</artifactId>
  133. <version>3.0</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>apache-log4j</groupId>
  137. <artifactId>log4j</artifactId>
  138. <version>1.2.8</version>
  139. </dependency>
  140. <!--
  141. <dependency>
  142. <groupId>com.alibaba</groupId>
  143. <artifactId>druid-spring-boot-starter</artifactId>
  144. <version>1.1.10</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>com.oracle</groupId>
  148. <artifactId>ojdbc14</artifactId>
  149. <version>10.2.0.5.0</version>
  150. </dependency> -->
  151. <!-- https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-impl -->
  152. <dependency>
  153. <groupId>com.sun.xml.bind</groupId>
  154. <artifactId>jaxb-impl</artifactId>
  155. <version>2.2.11</version>
  156. </dependency>
  157. <dependency>
  158. <groupId>cn.afterturn</groupId>
  159. <artifactId>easypoi-base</artifactId>
  160. <version>3.2.0</version>
  161. <exclusions>
  162. <exclusion>
  163. <groupId>com.google.guava</groupId>
  164. <artifactId>guava</artifactId>
  165. </exclusion>
  166. </exclusions>
  167. </dependency>
  168. <!-- feign远程调用 -->
  169. <dependency>
  170. <groupId>org.springframework.cloud</groupId>
  171. <artifactId>spring-cloud-starter-openfeign</artifactId>
  172. </dependency>
  173. <dependency>
  174. <groupId>org.springframework.cloud</groupId>
  175. <artifactId>spring-cloud-starter-stream-rabbit</artifactId>
  176. </dependency>
  177. <dependency>
  178. <artifactId>common</artifactId>
  179. <groupId>com.unis.springcloud</groupId>
  180. <version>1.0.1</version>
  181. </dependency>
  182. <dependency>
  183. <groupId>com.trs.web2frame</groupId>
  184. <artifactId>wcm-data-exchange</artifactId>
  185. <version>1.0</version>
  186. </dependency>
  187. </dependencies>
  188. <build>
  189. <plugins>
  190. <plugin>
  191. <groupId>org.springframework.boot</groupId>
  192. <artifactId>spring-boot-maven-plugin</artifactId>
  193. <!-- <configuration> <layout>ZIP</layout> <includes> <include> <groupId>com.unis.integration.server</groupId>
  194. <artifactId>integration-server</artifactId> </include> </includes> </configuration> -->
  195. <configuration>
  196. <fork>true</fork>
  197. <!-- <compilerArguments> &lt;!&ndash; 是否输出所有的编译信息(包括类的加载等)&ndash;&gt;
  198. &lt;!&ndash;<verbose />&ndash;&gt; &lt;!&ndash; 解决maven命令编译报错,因为rt.jar 和jce.jar在jre的lib下面,不在jdk的lib下面,
  199. 导致maven找不到(java7以后会出现这个问题),将这2个jar包拷贝到jdk的lib下面估计也好使&ndash;&gt; <bootclasspath>${java.home}\lib\rt.jar;${java.home}\lib\jce.jar</bootclasspath>
  200. </compilerArguments> -->
  201. </configuration>
  202. </plugin>
  203. </plugins>
  204. <finalName>transaction-service</finalName>
  205. </build>
  206. <repositories>
  207. <repository>
  208. <id>spring-milestones</id>
  209. <name>Spring Milestones</name>
  210. <url>https://repo.spring.io/milestone</url>
  211. <snapshots>
  212. <enabled>false</enabled>
  213. </snapshots>
  214. </repository>
  215. </repositories>
  216. </project>