|
@@ -1,109 +1,110 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?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>
|
|
|
|
- <artifactId>examcloud-core-questions</artifactId>
|
|
|
|
- <groupId>cn.com.qmth.examcloud.core.questions</groupId>
|
|
|
|
- <version>master-SNAPSHOT</version>
|
|
|
|
- </parent>
|
|
|
|
|
|
+<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>
|
|
|
|
+ <artifactId>examcloud-core-questions</artifactId>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud.core.questions</groupId>
|
|
|
|
+ <version>2019-SNAPSHOT</version>
|
|
|
|
+ </parent>
|
|
|
|
|
|
- <artifactId>examcloud-core-questions-base</artifactId>
|
|
|
|
|
|
+ <artifactId>examcloud-core-questions-base</artifactId>
|
|
|
|
|
|
- <dependencies>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>cn.com.qmth.examcloud.commons</groupId>
|
|
|
|
- <artifactId>examcloud-commons-web</artifactId>
|
|
|
|
- <version>${examcloud.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.docx4j</groupId>
|
|
|
|
- <artifactId>docx4j</artifactId>
|
|
|
|
- <version>3.3.3</version>
|
|
|
|
- <exclusions>
|
|
|
|
- <exclusion>
|
|
|
|
- <groupId>org.slf4j</groupId>
|
|
|
|
- <artifactId>slf4j-api</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
- <exclusion>
|
|
|
|
- <groupId>org.slf4j</groupId>
|
|
|
|
- <artifactId>slf4j-log4j12</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
- </exclusions>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.docx4j</groupId>
|
|
|
|
- <artifactId>docx4j-ImportXHTML</artifactId>
|
|
|
|
- <version>3.3.1</version>
|
|
|
|
- <exclusions>
|
|
|
|
- <exclusion>
|
|
|
|
- <groupId>org.slf4j</groupId>
|
|
|
|
- <artifactId>slf4j-api</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
- <exclusion>
|
|
|
|
- <groupId>org.slf4j</groupId>
|
|
|
|
- <artifactId>slf4j-log4j12</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
- </exclusions>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.jsoup</groupId>
|
|
|
|
- <artifactId>jsoup</artifactId>
|
|
|
|
- <version>1.10.2</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.freemarker</groupId>
|
|
|
|
- <artifactId>freemarker</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>net.sourceforge.jeuclid</groupId>
|
|
|
|
- <artifactId>jeuclid-core</artifactId>
|
|
|
|
- <version>3.1.9</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>net.sf.saxon</groupId>
|
|
|
|
- <artifactId>Saxon-HE</artifactId>
|
|
|
|
- <version>9.7.0-15</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter-data-mongodb</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.ansj</groupId>
|
|
|
|
- <artifactId>ansj_seg</artifactId>
|
|
|
|
- <version>5.1.1</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.upyun</groupId>
|
|
|
|
- <artifactId>java-sdk</artifactId>
|
|
|
|
- <version>3.16</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <!-- jsoup HTML parser library @ https://jsoup.org/ -->
|
|
|
|
- <groupId>org.jsoup</groupId>
|
|
|
|
- <artifactId>jsoup</artifactId>
|
|
|
|
- <version>1.11.3</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>cn.com.qmth.examcloud.question</groupId>
|
|
|
|
- <artifactId>examcloud-question-commons</artifactId>
|
|
|
|
- <version>${examcloud.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>cn.com.qmth.examcloud.rmi</groupId>
|
|
|
|
- <artifactId>examcloud-core-examwork-api-client</artifactId>
|
|
|
|
- <version>${examcloud.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>cn.com.qmth.examcloud.rmi</groupId>
|
|
|
|
- <artifactId>examcloud-core-basic-api-client</artifactId>
|
|
|
|
- <version>${examcloud.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>cn.com.qmth.examcloud.rmi</groupId>
|
|
|
|
- <artifactId>examcloud-core-print-api-client</artifactId>
|
|
|
|
- <version>${examcloud.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- </dependencies>
|
|
|
|
|
|
+ <dependencies>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud</groupId>
|
|
|
|
+ <artifactId>examcloud-web</artifactId>
|
|
|
|
+ <version>${examcloud.version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.docx4j</groupId>
|
|
|
|
+ <artifactId>docx4j</artifactId>
|
|
|
|
+ <version>3.3.3</version>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
|
+ <artifactId>slf4j-api</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
|
+ <artifactId>slf4j-log4j12</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.docx4j</groupId>
|
|
|
|
+ <artifactId>docx4j-ImportXHTML</artifactId>
|
|
|
|
+ <version>3.3.1</version>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
|
+ <artifactId>slf4j-api</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
|
+ <artifactId>slf4j-log4j12</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.jsoup</groupId>
|
|
|
|
+ <artifactId>jsoup</artifactId>
|
|
|
|
+ <version>1.10.2</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.freemarker</groupId>
|
|
|
|
+ <artifactId>freemarker</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>net.sourceforge.jeuclid</groupId>
|
|
|
|
+ <artifactId>jeuclid-core</artifactId>
|
|
|
|
+ <version>3.1.9</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>net.sf.saxon</groupId>
|
|
|
|
+ <artifactId>Saxon-HE</artifactId>
|
|
|
|
+ <version>9.7.0-15</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-starter-data-mongodb</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.ansj</groupId>
|
|
|
|
+ <artifactId>ansj_seg</artifactId>
|
|
|
|
+ <version>5.1.1</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.upyun</groupId>
|
|
|
|
+ <artifactId>java-sdk</artifactId>
|
|
|
|
+ <version>3.16</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <!-- jsoup HTML parser library @ https://jsoup.org/ -->
|
|
|
|
+ <groupId>org.jsoup</groupId>
|
|
|
|
+ <artifactId>jsoup</artifactId>
|
|
|
|
+ <version>1.11.3</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud.question</groupId>
|
|
|
|
+ <artifactId>examcloud-question-commons</artifactId>
|
|
|
|
+ <version>${examcloud.version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
+ <artifactId>examcloud-core-examwork-api-client</artifactId>
|
|
|
|
+ <version>${examcloud.version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
+ <artifactId>examcloud-core-basic-api-client</artifactId>
|
|
|
|
+ <version>${examcloud.version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
+ <artifactId>examcloud-core-print-api-client</artifactId>
|
|
|
|
+ <version>${examcloud.version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ </dependencies>
|
|
|
|
|
|
</project>
|
|
</project>
|