pom.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Copyright (c) 2014, 2023, Chengdu Minto Technology Co.,LTD. All rights reserved.
  4. ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  5. -->
  6. <project xmlns="http://maven.apache.org/POM/4.0.0"
  7. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  8. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  9. <parent>
  10. <artifactId>tc-service</artifactId>
  11. <groupId>com.minto</groupId>
  12. <version>standard_V8.0_SP1_feature_M12</version>
  13. </parent>
  14. <modelVersion>4.0.0</modelVersion>
  15. <artifactId>minto-tap-integration</artifactId>
  16. <dependencies>
  17. <!-- 钉钉 -->
  18. <dependency>
  19. <groupId>com.dingtalk.open</groupId>
  20. <artifactId>taobao-sdk-java-auto</artifactId>
  21. </dependency>
  22. <dependency>
  23. <groupId>com.dingtalk.open</groupId>
  24. <artifactId>client-sdk-api</artifactId>
  25. </dependency>
  26. <dependency>
  27. <groupId>com.dingtalk.open</groupId>
  28. <artifactId>client-sdk-core</artifactId>
  29. </dependency>
  30. <dependency>
  31. <groupId>com.dingtalk.open</groupId>
  32. <artifactId>client-sdk-common</artifactId>
  33. </dependency>
  34. <dependency>
  35. <groupId>com.laiwang.lippi</groupId>
  36. <artifactId>lippi.oapi.encryt</artifactId>
  37. </dependency>
  38. </dependencies>
  39. </project>