Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,14 @@
<scope>import</scope>
</dependency>

<!-- 测试所用依赖 -->
<!-- 仅做版本管理,scope 由各子模块在自身 dependencies 中声明,以避免覆盖下游项目依赖范围 -->
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.10.6</version>
<scope>test</scope>
</dependency>
Comment thread
binarywang marked this conversation as resolved.

<!-- 测试所用依赖 -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
Expand Down