wangwei před 7 roky
rodič
revize
8260d17330

+ 11 - 0
examcloud-exchange-base/pom.xml

@@ -19,5 +19,16 @@
 			<artifactId>examcloud-commons-dto</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>
+
+		<dependency>
+			<groupId>com.upyun</groupId>
+			<artifactId>java-sdk</artifactId>
+			<version>3.14</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.httpcomponents</groupId>
+			<artifactId>httpclient</artifactId>
+		</dependency>
+
 	</dependencies>
 </project>

+ 1 - 9
examcloud-outlet-api/pom.xml

@@ -16,15 +16,7 @@
 			<artifactId>examcloud-outlet-domain</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>
-		<dependency>
-			<groupId>com.upyun</groupId>
-			<artifactId>java-sdk</artifactId>
-			<version>3.14</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.httpcomponents</groupId>
-			<artifactId>httpclient</artifactId>
-		</dependency>
+
 	</dependencies>
 
 

+ 2 - 7
examcloud-outlet-domain/pom.xml

@@ -12,13 +12,8 @@
 
 	<dependencies>
 		<dependency>
-			<groupId>cn.com.qmth.examcloud.commons</groupId>
-			<artifactId>examcloud-commons-web</artifactId>
-			<version>${examcloud.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>cn.com.qmth.examcloud.commons</groupId>
-			<artifactId>examcloud-commons-dto</artifactId>
+			<groupId>cn.com.qmth.examcloud.exchange</groupId>
+			<artifactId>examcloud-exchange-starter</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>
 	</dependencies>