We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a57047 commit 388478eCopy full SHA for 388478e
1 file changed
pom.xml
@@ -221,13 +221,14 @@
221
<scope>import</scope>
222
</dependency>
223
224
- <!-- 测试所用依赖 -->
+ <!-- 仅做版本管理,scope 由各子模块在自身 dependencies 中声明,以避免覆盖下游项目依赖范围 -->
225
<dependency>
226
<groupId>joda-time</groupId>
227
<artifactId>joda-time</artifactId>
228
<version>2.10.6</version>
229
- <scope>test</scope>
230
+
231
+ <!-- 测试所用依赖 -->
232
233
<groupId>ch.qos.logback</groupId>
234
<artifactId>logback-classic</artifactId>
0 commit comments