pom.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. <modelVersion>4.0.0</modelVersion>
  10. <parent>
  11. <artifactId>tip-root</artifactId>
  12. <groupId>com.minto</groupId>
  13. <version>standard_V8.0_SP1_feature_M12</version>
  14. </parent>
  15. <artifactId>tc-public</artifactId>
  16. <packaging>pom</packaging>
  17. <modules>
  18. <module>system-api</module>
  19. <module>system-model</module>
  20. <module>task-api</module>
  21. <module>matrix-api</module>
  22. </modules>
  23. <dependencies>
  24. <dependency>
  25. <groupId>io.swagger.core.v3</groupId>
  26. <artifactId>swagger-annotations</artifactId>
  27. <version>2.2.9</version>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.google.guava</groupId>
  31. <artifactId>guava</artifactId>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.minto</groupId>
  35. <artifactId>tip-core</artifactId>
  36. </dependency>
  37. <dependency>
  38. <groupId>org.springframework.cloud</groupId>
  39. <artifactId>spring-cloud-openfeign-core</artifactId>
  40. </dependency>
  41. </dependencies>
  42. </project>