|
@@ -1,33 +1,24 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<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">
|
|
|
- <modelVersion>4.0.0</modelVersion>
|
|
|
- <parent>
|
|
|
- <groupId>cn.com.qmth.examcloud</groupId>
|
|
|
- <artifactId>examcloud-parent</artifactId>
|
|
|
- <version>v3.0-RELEASE</version>
|
|
|
- </parent>
|
|
|
- <groupId>cn.com.qmth.examcloud.core.reports</groupId>
|
|
|
- <artifactId>examcloud-core-reports</artifactId>
|
|
|
- <version>v3.0-RELEASE</version>
|
|
|
- <packaging>pom</packaging>
|
|
|
+<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">
|
|
|
+ <modelVersion>4.0.0</modelVersion>
|
|
|
+ <groupId>cn.com.qmth.examcloud.core.reports</groupId>
|
|
|
+ <artifactId>examcloud-core-reports</artifactId>
|
|
|
+ <version>v4.0.1-RELEASE</version>
|
|
|
+ <packaging>pom</packaging>
|
|
|
|
|
|
+ <parent>
|
|
|
+ <groupId>cn.com.qmth.examcloud</groupId>
|
|
|
+ <artifactId>examcloud-parent</artifactId>
|
|
|
+ <version>v4.0.1-RELEASE</version>
|
|
|
+ </parent>
|
|
|
|
|
|
- <modules>
|
|
|
- <module>examcloud-core-reports-base</module>
|
|
|
- <module>examcloud-core-reports-dao</module>
|
|
|
- <module>examcloud-core-reports-service</module>
|
|
|
- <module>examcloud-core-reports-api-provider</module>
|
|
|
- <module>examcloud-core-reports-starter</module>
|
|
|
- </modules>
|
|
|
- <dependencyManagement>
|
|
|
- <dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>com.github.xiaoymin</groupId>
|
|
|
- <artifactId>swagger-bootstrap-ui</artifactId>
|
|
|
- <version>1.9.3</version>
|
|
|
- </dependency>
|
|
|
- </dependencies>
|
|
|
- </dependencyManagement>
|
|
|
-</project>
|
|
|
+ <modules>
|
|
|
+ <module>examcloud-core-reports-base</module>
|
|
|
+ <module>examcloud-core-reports-dao</module>
|
|
|
+ <module>examcloud-core-reports-service</module>
|
|
|
+ <module>examcloud-core-reports-api-provider</module>
|
|
|
+ <module>examcloud-core-reports-starter</module>
|
|
|
+ </modules>
|
|
|
+
|
|
|
+</project>
|