pom.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  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>BladeX</artifactId>
  7. <groupId>org.springblade</groupId>
  8. <version>2.9.1.RELEASE</version>
  9. <relativePath>../../pom.xml</relativePath>
  10. </parent>
  11. <modelVersion>4.0.0</modelVersion>
  12. <artifactId>blade-e-visa</artifactId>
  13. <repositories>
  14. <repository>
  15. <id>com.e-iceblue</id>
  16. <name>e-iceblue</name>
  17. <url>https://repo.e-iceblue.cn/repository/maven-public/</url>
  18. </repository>
  19. </repositories>
  20. <dependencies>
  21. <dependency>
  22. <groupId>org.springblade</groupId>
  23. <artifactId>blade-core-boot</artifactId>
  24. </dependency>
  25. <dependency>
  26. <groupId>org.springblade</groupId>
  27. <artifactId>blade-starter-swagger</artifactId>
  28. </dependency>
  29. <dependency>
  30. <groupId>org.springblade</groupId>
  31. <artifactId>blade-e-visa-api</artifactId>
  32. <version>${bladex.project.version}</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.springblade</groupId>
  36. <artifactId>blade-core-cloud</artifactId>
  37. </dependency>
  38. <dependency>
  39. <groupId>log4j</groupId>
  40. <artifactId>log4j</artifactId>
  41. <version>1.2.17</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>org.springblade</groupId>
  45. <artifactId>blade-business-api</artifactId>
  46. <version>2.9.1.RELEASE</version>
  47. <scope>compile</scope>
  48. </dependency>
  49. <dependency>
  50. <groupId>org.springblade</groupId>
  51. <artifactId>blade-manager-api</artifactId>
  52. <version>2.9.1.RELEASE</version>
  53. <scope>compile</scope>
  54. </dependency>
  55. <!-- 电签相关 start -->
  56. <dependency>
  57. <groupId>com.e.visa</groupId>
  58. <artifactId>commons.codec</artifactId>
  59. <version>1.10</version>
  60. <scope>system</scope>
  61. <systemPath>${basedir}/../../doc/lib/eVisaLib/commons-codec-1.10.jar</systemPath>
  62. </dependency>
  63. <dependency>
  64. <groupId>com.e.visa</groupId>
  65. <artifactId>commons.compress</artifactId>
  66. <version>1.16.1</version>
  67. <scope>system</scope>
  68. <systemPath>${basedir}/../../doc/lib/eVisaLib/commons-compress-1.16.1.jar</systemPath>
  69. </dependency>
  70. <dependency>
  71. <groupId>com.e.visa</groupId>
  72. <artifactId>commons.io</artifactId>
  73. <version>2.5</version>
  74. <scope>system</scope>
  75. <systemPath>${basedir}/../../doc/lib/eVisaLib/commons-io-2.5.jar</systemPath>
  76. </dependency>
  77. <dependency>
  78. <groupId>com.e.visa</groupId>
  79. <artifactId>commons.lang</artifactId>
  80. <version>2.6</version>
  81. <scope>system</scope>
  82. <systemPath>${basedir}/../../doc/lib/eVisaLib/commons-lang-2.6.jar</systemPath>
  83. </dependency>
  84. <dependency>
  85. <groupId>com.e.visa</groupId>
  86. <artifactId>commons.logging</artifactId>
  87. <version>1.2</version>
  88. <scope>system</scope>
  89. <systemPath>${basedir}/../../doc/lib/eVisaLib/commons-logging-1.2.jar</systemPath>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.e.visa</groupId>
  93. <artifactId>device.tls</artifactId>
  94. <version>3.3.1.0</version>
  95. <scope>system</scope>
  96. <systemPath>${basedir}/../../doc/lib/eVisaLib/DeviceTLS-3.3.1.0.jar</systemPath>
  97. </dependency>
  98. <dependency>
  99. <groupId>com.e.visa</groupId>
  100. <artifactId>gson</artifactId>
  101. <version>2.8.5</version>
  102. <scope>system</scope>
  103. <systemPath>${basedir}/../../doc/lib/eVisaLib/gson-2.8.5.jar</systemPath>
  104. </dependency>
  105. <dependency>
  106. <groupId>com.e.visa</groupId>
  107. <artifactId>httpclient</artifactId>
  108. <version>4.5.9</version>
  109. <scope>system</scope>
  110. <systemPath>${basedir}/../../doc/lib/eVisaLib/httpclient-4.5.9.jar</systemPath>
  111. </dependency>
  112. <dependency>
  113. <groupId>com.e.visa</groupId>
  114. <artifactId>httpcore</artifactId>
  115. <version>4.4.11</version>
  116. <scope>system</scope>
  117. <systemPath>${basedir}/../../doc/lib/eVisaLib/httpcore-4.4.11.jar</systemPath>
  118. </dependency>
  119. <dependency>
  120. <groupId>com.e.visa</groupId>
  121. <artifactId>logback.cfca</artifactId>
  122. <version>4.2.1.0</version>
  123. <scope>system</scope>
  124. <systemPath>${basedir}/../../doc/lib/eVisaLib/logback.cfca-4.2.1.0.jar</systemPath>
  125. </dependency>
  126. <dependency>
  127. <groupId>com.e.visa</groupId>
  128. <artifactId>logback.classic</artifactId>
  129. <version>1.2.3</version>
  130. <scope>system</scope>
  131. <systemPath>${basedir}/../../doc/lib/eVisaLib/logback-classic-1.2.3.jar</systemPath>
  132. </dependency>
  133. <dependency>
  134. <groupId>com.e.visa</groupId>
  135. <artifactId>logback.core</artifactId>
  136. <version>1.2.3</version>
  137. <scope>system</scope>
  138. <systemPath>${basedir}/../../doc/lib/eVisaLib/logback-core-1.2.3.jar</systemPath>
  139. </dependency>
  140. <dependency>
  141. <groupId>com.e.visa</groupId>
  142. <artifactId>objenesis</artifactId>
  143. <version>2.6</version>
  144. <scope>system</scope>
  145. <systemPath>${basedir}/../../doc/lib/eVisaLib/objenesis-2.6.jar</systemPath>
  146. </dependency>
  147. <dependency>
  148. <groupId>com.e.visa</groupId>
  149. <artifactId>ofd.seal.sadk</artifactId>
  150. <version>3.4.2.2</version>
  151. <scope>system</scope>
  152. <systemPath>${basedir}/../../doc/lib/eVisaLib/OFDSealSADK-3.4.2.2.jar</systemPath>
  153. </dependency>
  154. <dependency>
  155. <groupId>com.e.visa</groupId>
  156. <artifactId>paperless.base</artifactId>
  157. <version>4.6.0.2</version>
  158. <scope>system</scope>
  159. <systemPath>${basedir}/../../doc/lib/eVisaLib/PaperlessBase-4.6.0.2.jar</systemPath>
  160. </dependency>
  161. <dependency>
  162. <groupId>com.e.visa</groupId>
  163. <artifactId>paperless.client</artifactId>
  164. <version>4.6.0.2</version>
  165. <scope>system</scope>
  166. <systemPath>${basedir}/../../doc/lib/eVisaLib/PaperlessClient-4.6.0.2.jar</systemPath>
  167. </dependency>
  168. <dependency>
  169. <groupId>com.e.visa</groupId>
  170. <artifactId>paperless.dto</artifactId>
  171. <version>4.6.0.2</version>
  172. <scope>system</scope>
  173. <systemPath>${basedir}/../../doc/lib/eVisaLib/PaperlessDTO-4.6.0.2.jar</systemPath>
  174. </dependency>
  175. <dependency>
  176. <groupId>com.e.visa</groupId>
  177. <artifactId>paperless.http.framework</artifactId>
  178. <version>4.6.0.2</version>
  179. <scope>system</scope>
  180. <systemPath>${basedir}/../../doc/lib/eVisaLib/PaperlessHttpFramework-4.6.0.2.jar</systemPath>
  181. </dependency>
  182. <dependency>
  183. <groupId>commons-net</groupId>
  184. <artifactId>commons-net</artifactId>
  185. <version>3.8.0</version>
  186. </dependency>
  187. <dependency>
  188. <groupId>com.e.visa</groupId>
  189. <artifactId>paperless.sadk.ext</artifactId>
  190. <version>3.1.0.0</version>
  191. <scope>system</scope>
  192. <systemPath>${basedir}/../../doc/lib/eVisaLib/paperless-sadk-ext-3.1.0.0.jar</systemPath>
  193. </dependency>
  194. <dependency>
  195. <groupId>com.e.visa</groupId>
  196. <artifactId>pdf.jni.kit</artifactId>
  197. <version>3.2.0.1</version>
  198. <scope>system</scope>
  199. <systemPath>${basedir}/../../doc/lib/eVisaLib/PDFJniKit-3.2.0.1.jar</systemPath>
  200. </dependency>
  201. <dependency>
  202. <groupId>com.e.visa</groupId>
  203. <artifactId>sadk</artifactId>
  204. <version>3.7.1.0</version>
  205. <scope>system</scope>
  206. <systemPath>${basedir}/../../doc/lib/eVisaLib/SADK-3.7.1.0.jar</systemPath>
  207. </dependency>
  208. <dependency>
  209. <groupId>com.e.visa</groupId>
  210. <artifactId>Seal.SADK</artifactId>
  211. <version>3.1.4.3</version>
  212. <scope>system</scope>
  213. <systemPath>${basedir}/../../doc/lib/eVisaLib/SealSADK-3.1.4.3.jar</systemPath>
  214. </dependency>
  215. <dependency>
  216. <groupId>com.e.visa</groupId>
  217. <artifactId>Seal.SADK7</artifactId>
  218. <version>5.6.4.2</version>
  219. <scope>system</scope>
  220. <systemPath>${basedir}/../../doc/lib/eVisaLib/SealSADK7-5.6.4.2.jar</systemPath>
  221. </dependency>
  222. <dependency>
  223. <groupId>com.e.visa</groupId>
  224. <artifactId>slf4j.api</artifactId>
  225. <version>1.7.28</version>
  226. <scope>system</scope>
  227. <systemPath>${basedir}/../../doc/lib/eVisaLib/slf4j-api-1.7.28.jar</systemPath>
  228. </dependency>
  229. <dependency>
  230. <groupId>com.e.visa</groupId>
  231. <artifactId>timestamp.API</artifactId>
  232. <version>4.2.1.0</version>
  233. <scope>system</scope>
  234. <systemPath>${basedir}/../../doc/lib/eVisaLib/TimestampAPI-4.2.1.0.jar</systemPath>
  235. </dependency>
  236. <dependency>
  237. <groupId>com.e.visa</groupId>
  238. <artifactId>UARC</artifactId>
  239. <version>3.0.1.1</version>
  240. <scope>system</scope>
  241. <systemPath>${basedir}/../../doc/lib/eVisaLib/UARC-3.0.1.1.jar</systemPath>
  242. </dependency>
  243. <dependency>
  244. <groupId>org.springblade</groupId>
  245. <artifactId>blade-resource-api</artifactId>
  246. <version>2.9.1.RELEASE</version>
  247. <scope>compile</scope>
  248. </dependency>
  249. <dependency>
  250. <groupId>org.springframework</groupId>
  251. <artifactId>spring-test</artifactId>
  252. </dependency>
  253. <dependency>
  254. <groupId>commons-net</groupId>
  255. <artifactId>commons-net</artifactId>
  256. <version>3.8.0</version>
  257. </dependency>
  258. <dependency>
  259. <groupId>org.apache.pdfbox</groupId>
  260. <artifactId>pdfbox</artifactId>
  261. <version>2.0.24</version>
  262. </dependency>
  263. <dependency>
  264. <groupId>com.itextpdf</groupId>
  265. <artifactId>itextpdf</artifactId>
  266. <version>5.5.13</version>
  267. <scope>compile</scope>
  268. </dependency>
  269. <dependency>
  270. <groupId>org.springblade</groupId>
  271. <artifactId>blade-system-api</artifactId>
  272. <version>2.9.1.RELEASE</version>
  273. <scope>compile</scope>
  274. </dependency>
  275. <dependency>
  276. <groupId>org.jsoup</groupId>
  277. <artifactId>jsoup</artifactId>
  278. </dependency>
  279. <!-- 电签相关 end -->
  280. </dependencies>
  281. </project>