pom.xml 750 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/maven-v4_0_0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>cn.com.qmth.examcloud.starters</groupId>
  5. <artifactId>examcloud-starters</artifactId>
  6. <packaging>pom</packaging>
  7. <parent>
  8. <groupId>cn.com.qmth.examcloud</groupId>
  9. <artifactId>examcloud-components</artifactId>
  10. <version>${revision}</version>
  11. </parent>
  12. <modules>
  13. <module>examcloud-geetest-starter</module>
  14. <module>examcloud-crypto-starter</module>
  15. <module>examcloud-face-verify-starter</module>
  16. </modules>
  17. </project>