pom.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  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>jjt</artifactId>
  7. <groupId>com.jjt</groupId>
  8. <version>3.8.6</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>jjt-system</artifactId>
  12. <description>
  13. system系统模块
  14. </description>
  15. <dependencies>
  16. <!--腾讯短信-->
  17. <dependency>
  18. <groupId>com.tencentcloudapi</groupId>
  19. <artifactId>tencentcloud-sdk-java</artifactId>
  20. <!-- go to https://search.maven.org/search?q=tencentcloud-sdk-java and get the latest version. -->
  21. <!-- 请到https://search.maven.org/search?q=tencentcloud-sdk-java查询所有版本,最新版本如下 -->
  22. <version>3.1.899</version>
  23. </dependency>
  24. <!-- 通用工具-->
  25. <dependency>
  26. <groupId>com.jjt</groupId>
  27. <artifactId>jjt-common</artifactId>
  28. </dependency>
  29. </dependencies>
  30. </project>