|
@@ -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>
|