pom.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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>tip-root</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>tc-service</artifactId>
  16. <packaging>pom</packaging>
  17. <properties>
  18. </properties>
  19. <modules>
  20. <!-- tap -->
  21. <module>tap-common</module>
  22. <module>tap-task</module>
  23. <module>tap-bulletin</module>
  24. <module>tap-edoc</module>
  25. <module>tap-systemhelp</module>
  26. <module>tap-ext-seeyon</module>
  27. <module>tap-huaweicloud</module>
  28. <module>tap-integration</module>
  29. <module>tap-performance</module>
  30. <module>tap-goal</module>
  31. <module>tap-ied</module>
  32. <module>tap-collaboration</module>
  33. <module>tap-crm</module>
  34. <module>tap-project</module>
  35. <module>tap-work</module>
  36. <module>tap-datareport</module>
  37. <module>tap-datacenter</module>
  38. <module>tap-workbrain</module>
  39. </modules>
  40. <dependencies>
  41. <dependency>
  42. <groupId>com.minto</groupId>
  43. <artifactId>minto-tip-api</artifactId>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.minto</groupId>
  47. <artifactId>minto-tip-kernel</artifactId>
  48. </dependency>
  49. <dependency>
  50. <groupId>javax.servlet</groupId>
  51. <artifactId>javax.servlet-api</artifactId>
  52. </dependency>
  53. </dependencies>
  54. </project>