wangwei пре 6 година
родитељ
комит
85d6688cd6

+ 2 - 2
examcloud-commons-api/pom.xml

@@ -10,8 +10,8 @@
 
 	<dependencies>
 		<dependency>
-			<groupId>cn.com.qmth.examcloud.commons</groupId>
-			<artifactId>examcloud-commons-web</artifactId>
+			<groupId>cn.com.qmth.examcloud</groupId>
+			<artifactId>examcloud-web</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>
 	</dependencies>

+ 2 - 2
examcloud-core-basic-api/pom.xml

@@ -10,8 +10,8 @@
 
 	<dependencies>
 		<dependency>
-			<groupId>cn.com.qmth.examcloud.commons</groupId>
-			<artifactId>examcloud-commons-web</artifactId>
+			<groupId>cn.com.qmth.examcloud</groupId>
+			<artifactId>examcloud-web</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>
 	</dependencies>

+ 2 - 2
examcloud-core-examwork-api/pom.xml

@@ -10,8 +10,8 @@
 	<packaging>jar</packaging>
 	<dependencies>
 		<dependency>
-			<groupId>cn.com.qmth.examcloud.commons</groupId>
-			<artifactId>examcloud-commons-web</artifactId>
+			<groupId>cn.com.qmth.examcloud</groupId>
+			<artifactId>examcloud-web</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>
 	</dependencies>

+ 16 - 18
examcloud-core-marking-api/pom.xml

@@ -1,24 +1,22 @@
 <?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">
-    <parent>
-        <artifactId>examcloud-rpc</artifactId>
-        <groupId>cn.com.qmth.examcloud.rpc</groupId>
-        <version>2019-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
+<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">
+	<parent>
+		<artifactId>examcloud-rpc</artifactId>
+		<groupId>cn.com.qmth.examcloud.rpc</groupId>
+		<version>2019-SNAPSHOT</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
 
-    <artifactId>examcloud-core-marking-api</artifactId>
-    <packaging>jar</packaging>
+	<artifactId>examcloud-core-marking-api</artifactId>
+	<packaging>jar</packaging>
 
-    <dependencies>
-        <dependency>
-            <groupId>cn.com.qmth.examcloud.commons</groupId>
-            <artifactId>examcloud-commons-web</artifactId>
-            <version>${examcloud.version}</version>
-        </dependency>
-    </dependencies>
+	<dependencies>
+		<dependency>
+			<groupId>cn.com.qmth.examcloud</groupId>
+			<artifactId>examcloud-web</artifactId>
+			<version>${examcloud.version}</version>
+		</dependency>
+	</dependencies>
 
 
 </project>

+ 16 - 17
examcloud-core-oe-admin-api/pom.xml

@@ -1,22 +1,21 @@
 <?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>
-    <artifactId>examcloud-core-oe-admin-api</artifactId>
-    <packaging>jar</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>
+	<artifactId>examcloud-core-oe-admin-api</artifactId>
+	<packaging>jar</packaging>
 
-    <parent>
-        <groupId>cn.com.qmth.examcloud.rpc</groupId>
-        <artifactId>examcloud-rpc</artifactId>
-        <version>2019-SNAPSHOT</version>
-    </parent>
+	<parent>
+		<groupId>cn.com.qmth.examcloud.rpc</groupId>
+		<artifactId>examcloud-rpc</artifactId>
+		<version>2019-SNAPSHOT</version>
+	</parent>
 
-    <dependencies>
-        <dependency>
-            <groupId>cn.com.qmth.examcloud.commons</groupId>
-            <artifactId>examcloud-commons-web</artifactId>
-            <version>${examcloud.version}</version>
-        </dependency>
-    </dependencies>
+	<dependencies>
+		<dependency>
+			<groupId>cn.com.qmth.examcloud</groupId>
+			<artifactId>examcloud-web</artifactId>
+			<version>${examcloud.version}</version>
+		</dependency>
+	</dependencies>
 
 </project>

+ 8 - 9
examcloud-core-oe-student-api/pom.xml

@@ -1,17 +1,16 @@
-<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>
+<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.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
 		<version>2019-SNAPSHOT</version>
 	</parent>
-    <artifactId>examcloud-core-oe-student-api</artifactId>
-    
-    <dependencies>
+	<artifactId>examcloud-core-oe-student-api</artifactId>
+
+	<dependencies>
 		<dependency>
-			<groupId>cn.com.qmth.examcloud.commons</groupId>
-			<artifactId>examcloud-commons-web</artifactId>
+			<groupId>cn.com.qmth.examcloud</groupId>
+			<artifactId>examcloud-web</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>
 	</dependencies>

+ 7 - 9
examcloud-core-oe-student-face-api/pom.xml

@@ -1,21 +1,19 @@
 <?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>
+<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.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
 		<version>2019-SNAPSHOT</version>
 	</parent>
 
-    <artifactId>examcloud-core-oe-student-face-api</artifactId>
+	<artifactId>examcloud-core-oe-student-face-api</artifactId>
 	<packaging>jar</packaging>
-	
+
 	<dependencies>
 		<dependency>
-			<groupId>cn.com.qmth.examcloud.commons</groupId>
-			<artifactId>examcloud-commons-web</artifactId>
+			<groupId>cn.com.qmth.examcloud</groupId>
+			<artifactId>examcloud-web</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>
 	</dependencies>

+ 10 - 10
examcloud-core-oe-websocket-api/pom.xml

@@ -1,18 +1,18 @@
 <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>
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
 		<version>2019-SNAPSHOT</version>
-  </parent>
-  
-  <artifactId>examcloud-core-oe-websocket-api</artifactId>
-  
-  <dependencies>
+	</parent>
+
+	<artifactId>examcloud-core-oe-websocket-api</artifactId>
+
+	<dependencies>
 		<dependency>
-			<groupId>cn.com.qmth.examcloud.commons</groupId>
-			<artifactId>examcloud-commons-web</artifactId>
+			<groupId>cn.com.qmth.examcloud</groupId>
+			<artifactId>examcloud-web</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>
 	</dependencies>

+ 16 - 17
examcloud-core-print-api/pom.xml

@@ -1,22 +1,21 @@
 <?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>
-    <artifactId>examcloud-core-print-api</artifactId>
-    <packaging>jar</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>
+	<artifactId>examcloud-core-print-api</artifactId>
+	<packaging>jar</packaging>
 
-    <parent>
-        <groupId>cn.com.qmth.examcloud.rpc</groupId>
-        <artifactId>examcloud-rpc</artifactId>
-        <version>2019-SNAPSHOT</version>
-    </parent>
+	<parent>
+		<groupId>cn.com.qmth.examcloud.rpc</groupId>
+		<artifactId>examcloud-rpc</artifactId>
+		<version>2019-SNAPSHOT</version>
+	</parent>
 
-    <dependencies>
-        <dependency>
-            <groupId>cn.com.qmth.examcloud.commons</groupId>
-            <artifactId>examcloud-commons-web</artifactId>
-            <version>${examcloud.version}</version>
-        </dependency>
-    </dependencies>
+	<dependencies>
+		<dependency>
+			<groupId>cn.com.qmth.examcloud</groupId>
+			<artifactId>examcloud-web</artifactId>
+			<version>${examcloud.version}</version>
+		</dependency>
+	</dependencies>
 
 </project>

+ 8 - 8
examcloud-core-questions-api/pom.xml

@@ -1,17 +1,17 @@
 <?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>
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
 		<groupId>cn.com.qmth.examcloud.rpc</groupId>
 		<artifactId>examcloud-rpc</artifactId>
 		<version>2019-SNAPSHOT</version>
 	</parent>
-  <artifactId>examcloud-core-questions-api</artifactId>
+	<artifactId>examcloud-core-questions-api</artifactId>
 
-  <dependencies>
-    	<dependency>
-			<groupId>cn.com.qmth.examcloud.commons</groupId>
-			<artifactId>examcloud-commons-web</artifactId>
+	<dependencies>
+		<dependency>
+			<groupId>cn.com.qmth.examcloud</groupId>
+			<artifactId>examcloud-web</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>
 		<dependency>
@@ -19,6 +19,6 @@
 			<artifactId>examcloud-question-commons</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>
-  </dependencies>
+	</dependencies>
 
 </project>

+ 2 - 2
examcloud-exchange-inner-api/pom.xml

@@ -10,8 +10,8 @@
 
 	<dependencies>
 		<dependency>
-			<groupId>cn.com.qmth.examcloud.commons</groupId>
-			<artifactId>examcloud-commons-web</artifactId>
+			<groupId>cn.com.qmth.examcloud</groupId>
+			<artifactId>examcloud-web</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>
 	</dependencies>

+ 2 - 2
examcloud-task-api/pom.xml

@@ -9,8 +9,8 @@
 
 	<dependencies>
 		<dependency>
-			<groupId>cn.com.qmth.examcloud.commons</groupId>
-			<artifactId>examcloud-commons-web</artifactId>
+			<groupId>cn.com.qmth.examcloud</groupId>
+			<artifactId>examcloud-web</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>
 	</dependencies>