修改增加上传量下载量逻辑
Change-Id: I5dc30fd08feabca1e2acffb647966e4060d76bd3
diff --git a/pom.xml b/pom.xml
index f93819e..b24c1ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,14 @@
</repositories>
-->
+ <!-- 添加 JitPack 仓库,支持 com.dampcake:bencode2 发布 -->
+ <repositories>
+ <repository>
+ <id>jitpack.io</id>
+ <url>https://jitpack.io</url>
+ </repository>
+ </repositories>
+
<!-- 添加依赖 -->
<dependencies>
<!-- Apache Commons Lang3,用于 Pair 等工具类 -->
@@ -122,6 +130,12 @@
<artifactId>simple</artifactId>
<version>5.1.6</version>
</dependency>
+
+ <dependency>
+ <groupId>com.dampcake</groupId>
+ <artifactId>bencode</artifactId>
+ <version>1.4.1</version>
+ </dependency>
</dependencies>
<!-- 构建配置 -->