Skip to content

Commit 9a5f864

Browse files
authored
Merge pull request #2079 from coolapker/patch-1
correct word
2 parents b672502 + 77a685d commit 9a5f864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tools/maven/maven-core-concepts.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,10 @@ Maven 在遇到这种问题的时候,会遵循 **路径最短优先** 和 **
201201

202202
现在知道为什么你的 Maven 项目总是会报`NoClassDefFoundError``NoSuchMethodError`错误了吧?
203203

204-
**如何解决呢?** 我们可以通过`exclusive`标签手动将 X(1.0) 给排除。
204+
**如何解决呢?** 我们可以通过`exclusion`标签手动将 X(1.0) 给排除。
205205

206206
```xml
207-
<dependencyD>
207+
<dependency>
208208
......
209209
<exclusions>
210210
<exclusion>

0 commit comments

Comments
 (0)