完善了服务器配置,实现自动解析oss-url,自定义tracker响应
Change-Id: I2bf0848547427095bf898f2252c5020641764b21
diff --git a/pom.xml b/pom.xml
index 3b58690..af34658 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,6 +127,14 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>javax.servlet-api</artifactId>
+ <version>4.0.1</version>
+ <scope>provided</scope>
+ </dependency>
+
<dependency>
<groupId>com.turn</groupId>
<artifactId>ttorrent-core</artifactId>
@@ -134,7 +142,6 @@
<classifier>javadoc</classifier>
<type>javadoc</type>
</dependency>
-
<dependency>
<groupId>com.turn</groupId>
<artifactId>ttorrent-core</artifactId>
@@ -147,6 +154,7 @@
<artifactId>ttorrent-core</artifactId>
<version>1.5</version>
</dependency>
+
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>