pom.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" 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. <artifactId>ssj</artifactId>
  6. <groupId>com.ssj</groupId>
  7. <version>0.0.1-SNAPSHOT</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <artifactId>ssj-kmt-exercise-service-impl</artifactId>
  11. <packaging>war</packaging>
  12. <name>ssj-kmt-exercise-service-impl</name>
  13. <description>私塾家kmt服务实现</description>
  14. <properties>
  15. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  16. <elasticsearch.version>7.2.0</elasticsearch.version>
  17. </properties>
  18. <dependencies>
  19. <dependency>
  20. <groupId>com.ssj</groupId>
  21. <artifactId>ssj-kmt-exercise-service</artifactId>
  22. <version>0.0.1-SNAPSHOT</version>
  23. </dependency>
  24. <dependency>
  25. <groupId>com.ssj</groupId>
  26. <artifactId>ssj-aijia-service</artifactId>
  27. <version>0.0.1-SNAPSHOT</version>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.ssj</groupId>
  31. <artifactId>ssj-sys-service</artifactId>
  32. <version>0.0.1-SNAPSHOT</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>com.ssj</groupId>
  36. <artifactId>ssj-dao</artifactId>
  37. <version>0.0.1-SNAPSHOT</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>com.ssj</groupId>
  41. <artifactId>ssj-mybatis-service-impl</artifactId>
  42. <version>0.0.1-SNAPSHOT</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>com.ssj</groupId>
  46. <artifactId>ssj-common-rabbitmq</artifactId>
  47. <version>0.0.1-SNAPSHOT</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>com.ssj</groupId>
  51. <artifactId>ssj-common-baidu-aipface</artifactId>
  52. <version>0.0.1-SNAPSHOT</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>com.ssj</groupId>
  56. <artifactId>ssj-common-weixin</artifactId>
  57. <version>0.0.1-SNAPSHOT</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>com.ssj</groupId>
  61. <artifactId>ssj-common-weixin-pay</artifactId>
  62. <version>0.0.1-SNAPSHOT</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>com.ssj</groupId>
  66. <artifactId>ssj-common-aliyun-sms</artifactId>
  67. <version>0.0.1-SNAPSHOT</version>
  68. </dependency>
  69. <dependency>
  70. <groupId>com.ssj</groupId>
  71. <artifactId>ssj-common-alipay</artifactId>
  72. <version>0.0.1-SNAPSHOT</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>com.ssj</groupId>
  76. <artifactId>ssj-common-easemob</artifactId>
  77. <version>0.0.1-SNAPSHOT</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>com.ssj</groupId>
  81. <artifactId>ssj-common-xunfei</artifactId>
  82. <version>0.0.1-SNAPSHOT</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>com.ssj</groupId>
  86. <artifactId>ssj-common-jiguang</artifactId>
  87. <version>0.0.1-SNAPSHOT</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>com.ssj</groupId>
  91. <artifactId>ssj-common-cmb</artifactId>
  92. <version>0.0.1-SNAPSHOT</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>com.ssj</groupId>
  96. <artifactId>ssj-common-config</artifactId>
  97. <version>0.0.1-SNAPSHOT</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>com.ssj</groupId>
  101. <artifactId>ssj-common-weixin</artifactId>
  102. </dependency>
  103. <dependency>
  104. <groupId>com.ssj</groupId>
  105. <artifactId>ssj-common-file</artifactId>
  106. </dependency>
  107. </dependencies>
  108. </project>