|
@@ -1,28 +1,28 @@
|
|
|
-<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.task</groupId>
|
|
|
- <artifactId>examcloud-task</artifactId>
|
|
|
- <version>2.0-SNAPSHOT</version>
|
|
|
- </parent>
|
|
|
- <artifactId>examcloud-task-base</artifactId>
|
|
|
-
|
|
|
- <dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>cn.com.qmth.examcloud.commons</groupId>
|
|
|
- <artifactId>examcloud-commons-web</artifactId>
|
|
|
- <version>${examcloud.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.quartz-scheduler</groupId>
|
|
|
- <artifactId>quartz</artifactId>
|
|
|
- <version>2.2.1</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.quartz-scheduler</groupId>
|
|
|
- <artifactId>quartz-jobs</artifactId>
|
|
|
- <version>2.2.1</version>
|
|
|
- </dependency>
|
|
|
- </dependencies>
|
|
|
-
|
|
|
+<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.task</groupId>
|
|
|
+ <artifactId>examcloud-task</artifactId>
|
|
|
+ <version>2.0-SNAPSHOT</version>
|
|
|
+ </parent>
|
|
|
+ <artifactId>examcloud-task-base</artifactId>
|
|
|
+
|
|
|
+ <dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>cn.com.qmth.examcloud.commons</groupId>
|
|
|
+ <artifactId>examcloud-commons-web</artifactId>
|
|
|
+ <version>${examcloud.version}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.quartz-scheduler</groupId>
|
|
|
+ <artifactId>quartz</artifactId>
|
|
|
+ <version>2.2.1</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.quartz-scheduler</groupId>
|
|
|
+ <artifactId>quartz-jobs</artifactId>
|
|
|
+ <version>2.2.1</version>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
+
|
|
|
</project>
|