pom.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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>wx-java-solon-plugins</artifactId>
  7. <groupId>com.github.binarywang</groupId>
  8. <version>4.6.5.B</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>wx-java-mp-multi-solon-plugin</artifactId>
  12. <name>WxJava - Solon Plugin for MP::支持多账号配置</name>
  13. <description>微信公众号开发的 Solon Plugin::支持多账号配置</description>
  14. <dependencies>
  15. <dependency>
  16. <groupId>com.github.binarywang</groupId>
  17. <artifactId>weixin-java-mp</artifactId>
  18. <version>${project.version}</version>
  19. </dependency>
  20. <dependency>
  21. <groupId>redis.clients</groupId>
  22. <artifactId>jedis</artifactId>
  23. <scope>provided</scope>
  24. </dependency>
  25. <dependency>
  26. <groupId>org.redisson</groupId>
  27. <artifactId>redisson</artifactId>
  28. <scope>provided</scope>
  29. </dependency>
  30. <dependency>
  31. <groupId>org.jodd</groupId>
  32. <artifactId>jodd-http</artifactId>
  33. <scope>provided</scope>
  34. </dependency>
  35. <dependency>
  36. <groupId>com.squareup.okhttp3</groupId>
  37. <artifactId>okhttp</artifactId>
  38. <scope>provided</scope>
  39. </dependency>
  40. </dependencies>
  41. </project>