pom.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <parent>
  4. <artifactId>wx-java-solon-plugins</artifactId>
  5. <groupId>com.github.binarywang</groupId>
  6. <version>4.7.0</version>
  7. </parent>
  8. <modelVersion>4.0.0</modelVersion>
  9. <artifactId>wx-java-qidian-solon-plugin</artifactId>
  10. <name>WxJava - Solon Plugin for QiDian</name>
  11. <description>腾讯企点的 Solon Plugin</description>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.github.binarywang</groupId>
  15. <artifactId>weixin-java-qidian</artifactId>
  16. <version>${project.version}</version>
  17. </dependency>
  18. <dependency>
  19. <groupId>redis.clients</groupId>
  20. <artifactId>jedis</artifactId>
  21. <version>4.3.2</version>
  22. <scope>compile</scope>
  23. </dependency>
  24. <dependency>
  25. <groupId>org.jodd</groupId>
  26. <artifactId>jodd-http</artifactId>
  27. <scope>provided</scope>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.squareup.okhttp3</groupId>
  31. <artifactId>okhttp</artifactId>
  32. <scope>provided</scope>
  33. </dependency>
  34. </dependencies>
  35. </project>