pom.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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>tcl_web_api</artifactId>
  7. <groupId>com.cretin</groupId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>web-notice</artifactId>
  12. <dependencies>
  13. <!--钉钉机器人-->
  14. <dependency>
  15. <groupId>com.taobao</groupId>
  16. <artifactId>taobao-sdk-</artifactId>
  17. <version>1.0</version>
  18. <scope>system</scope>
  19. <systemPath>${project.basedir}/src/main/resources/jar/taobao-sdk-java-auto_1479188381469-20210413.jar</systemPath>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.cretin</groupId>
  23. <artifactId>web-entity</artifactId>
  24. <version>0.0.1-SNAPSHOT</version>
  25. </dependency>
  26. <dependency>
  27. <groupId>com.cretin</groupId>
  28. <artifactId>web-core</artifactId>
  29. <version>0.0.1-SNAPSHOT</version>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.cretin</groupId>
  33. <artifactId>web-db</artifactId>
  34. <version>0.0.1-SNAPSHOT</version>
  35. </dependency>
  36. </dependencies>
  37. </project>