pom.xml 804 B

1234567891011121314151617181920212223
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <parent>
  4. <groupId>cn.com.qmth.examcloud.task</groupId>
  5. <artifactId>examcloud-task</artifactId>
  6. <version>v4.1.0-SNAPSHOT</version>
  7. </parent>
  8. <artifactId>examcloud-task-base</artifactId>
  9. <dependencies>
  10. <dependency>
  11. <groupId>cn.com.qmth.examcloud</groupId>
  12. <artifactId>examcloud-web</artifactId>
  13. <version>${examcloud.version}</version>
  14. </dependency>
  15. <dependency>
  16. <groupId>cn.com.qmth.examcloud</groupId>
  17. <artifactId>examcloud-support</artifactId>
  18. <version>${examcloud.version}</version>
  19. </dependency>
  20. </dependencies>
  21. </project>