pom.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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_M7</version>
  13. </parent>
  14. <modelVersion>4.0.0</modelVersion>
  15. <artifactId>tip-service</artifactId>
  16. <packaging>pom</packaging>
  17. <name>tip-service</name>
  18. <description>tip基础平台</description>
  19. <properties>
  20. </properties>
  21. <dependencies>
  22. <dependency>
  23. <groupId>com.minto</groupId>
  24. <artifactId>minto-tip-api</artifactId>
  25. </dependency>
  26. <dependency>
  27. <groupId>com.minto</groupId>
  28. <artifactId>minto-tip-kernel</artifactId>
  29. </dependency>
  30. <dependency>
  31. <groupId>javax.servlet</groupId>
  32. <artifactId>javax.servlet-api</artifactId>
  33. </dependency>
  34. </dependencies>
  35. <modules>
  36. <module>tip-common</module>
  37. <module>tip-auth</module>
  38. <module>tip-index</module>
  39. <module>tip-report</module>
  40. <module>tip-workflow</module>
  41. <module>tip-portal</module>
  42. <module>tip-matrix</module>
  43. <module>tip-serial</module>
  44. <module>tip-schedule</module>
  45. </modules>
  46. </project>