pom.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  3. <parent>
  4. <groupId>com.xmzs</groupId>
  5. <artifactId>ruoyi-common</artifactId>
  6. <version>${revision}</version>
  7. <relativePath>../pom.xml</relativePath>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <artifactId>ruoyi-common-wechat</artifactId>
  11. <description>
  12. ruoyi-common-wechat 微信服务
  13. </description>
  14. <properties>
  15. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  16. </properties>
  17. <dependencies>
  18. <!-- emoji -->
  19. <dependency>
  20. <groupId>com.vdurmont</groupId>
  21. <artifactId>emoji-java</artifactId>
  22. <version>3.2.0</version>
  23. </dependency>
  24. <!-- https://mvnrepository.com/artifact/javax.activation/activation -->
  25. <dependency>
  26. <groupId>javax.activation</groupId>
  27. <artifactId>activation</artifactId>
  28. <version>1.1.1</version>
  29. </dependency>
  30. <!-- qq -->
  31. <dependency>
  32. <groupId>net.mamoe</groupId>
  33. <artifactId>mirai-core-jvm</artifactId>
  34. <version>2.16.0</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>com.xmzs</groupId>
  38. <artifactId>ruoyi-common-json</artifactId>
  39. </dependency>
  40. </dependencies>
  41. </project>