pom.xml 905 B

12345678910111213141516171819202122
  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-student</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-student-base</module>
  14. <module>examcloud-core-oe-student-dao</module>
  15. <module>examcloud-core-oe-student-service</module>
  16. <module>examcloud-core-oe-student-api-provider</module>
  17. <module>examcloud-core-oe-student-starter</module>
  18. </modules>
  19. </project>