pom.xml 758 B

1234567891011121314151617181920
  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" 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. <parent>
  5. <artifactId>examcloud-core-questions</artifactId>
  6. <groupId>cn.com.qmth.examcloud.core.questions</groupId>
  7. <version>2.0-SNAPSHOT</version>
  8. </parent>
  9. <artifactId>examcloud-core-questions-dao</artifactId>
  10. <dependencies>
  11. <dependency>
  12. <groupId>cn.com.qmth.examcloud.core.questions</groupId>
  13. <artifactId>examcloud-core-questions-base</artifactId>
  14. <version>${examcloud.version}</version>
  15. </dependency>
  16. </dependencies>
  17. </project>