wangwei 7 tahun lalu
induk
melakukan
11e7362922
2 mengubah file dengan 19 tambahan dan 9 penghapusan
  1. 2 7
      examcloud-exchange-base/pom.xml
  2. 17 2
      examcloud-outlet-domain/pom.xml

+ 2 - 7
examcloud-exchange-base/pom.xml

@@ -10,13 +10,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-outlet-api</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>
 

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

@@ -12,10 +12,25 @@
 
 	<dependencies>
 		<dependency>
-			<groupId>cn.com.qmth.examcloud.exchange</groupId>
-			<artifactId>examcloud-exchange-starter</artifactId>
+			<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>
+			<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>