pom.xml 782 B

1234567891011121314151617181920
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <artifactId>examcloud-core-oe-task</artifactId>
  5. <packaging>pom</packaging>
  6. <parent>
  7. <groupId>cn.com.qmth.examcloud</groupId>
  8. <artifactId>examcloud-parent</artifactId>
  9. <version>${revision}</version>
  10. <relativePath>../examcloud-parent/pom.xml</relativePath>
  11. </parent>
  12. <modules>
  13. <module>examcloud-core-oe-task-service</module>
  14. <module>examcloud-core-oe-task-api-provider</module>
  15. <module>examcloud-core-oe-task-starter</module>
  16. </modules>
  17. </project>