pom.xml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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>toktok-parent</artifactId>
  7. <groupId>com.sp.toktok</groupId>
  8. <version>1.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>toktok-core</artifactId>
  12. <properties>
  13. <maven.compiler.source>8</maven.compiler.source>
  14. <maven.compiler.target>8</maven.compiler.target>
  15. </properties>
  16. <dependencies>
  17. <dependency>
  18. <groupId>com.github.wechatpay-apiv3</groupId>
  19. <artifactId>wechatpay-java</artifactId>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.sp.toktok-parent</groupId>
  23. <artifactId>sp-manager-pay-starter</artifactId>
  24. </dependency>
  25. <dependency>
  26. <groupId>com.sp.toktok-parent</groupId>
  27. <artifactId>sp-common</artifactId>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.sp.toktok-parent</groupId>
  31. <artifactId>sp-module-account-core</artifactId>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.sp.toktok-parent</groupId>
  35. <artifactId>sp-manager-realname-starter</artifactId>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.sp.toktok-parent</groupId>
  39. <artifactId>sp-manager-pay-starter</artifactId>
  40. </dependency>
  41. <dependency>
  42. <groupId>com.sp.toktok-parent</groupId>
  43. <artifactId>sp-manager-push-starter</artifactId>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.alipay.api</groupId>
  47. <artifactId>alipay-pay-system</artifactId>
  48. <version>1.0</version>
  49. <scope>system</scope>
  50. <systemPath>${pom.basedir}/lib/alipay-sdk-java-3.3.1.jar</systemPath>
  51. </dependency>
  52. <dependency>
  53. <groupId>com.sf.csim</groupId>
  54. <artifactId>SF-CSIM-EXPRESS</artifactId>
  55. <version>1.0</version>
  56. <scope>system</scope>
  57. <systemPath>${pom.basedir}/lib/SF-CSIM-EXPRESS-SDK-V2.1.7.jar</systemPath>
  58. </dependency>
  59. <dependency>
  60. <groupId>com.sp.toktok-parent</groupId>
  61. <artifactId>sp-manager-im-starter</artifactId>
  62. </dependency>
  63. <dependency>
  64. <groupId>com.sp.toktok-parent</groupId>
  65. <artifactId>sp-manager-oss-starter</artifactId>
  66. </dependency>
  67. <dependency>
  68. <groupId>com.sp.toktok-parent</groupId>
  69. <artifactId>sp-manager-third-aliyun-starter</artifactId>
  70. </dependency>
  71. <dependency>
  72. <groupId>org.projectlombok</groupId>
  73. <artifactId>lombok</artifactId>
  74. <scope>provided</scope>
  75. </dependency>
  76. <dependency>
  77. <groupId>com.squareup.okhttp3</groupId>
  78. <artifactId>okhttp</artifactId>
  79. <version>3.8.1</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>com.jthinking.common</groupId>
  83. <artifactId>ip-info</artifactId>
  84. </dependency>
  85. </dependencies>
  86. </project>