pom.xml 931 B

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