We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b672502 + 77a685d commit 9a5f864Copy full SHA for 9a5f864
docs/tools/maven/maven-core-concepts.md
@@ -201,10 +201,10 @@ Maven 在遇到这种问题的时候,会遵循 **路径最短优先** 和 **
201
202
现在知道为什么你的 Maven 项目总是会报`NoClassDefFoundError`和`NoSuchMethodError`错误了吧?
203
204
-**如何解决呢?** 我们可以通过`exclusive`标签手动将 X(1.0) 给排除。
+**如何解决呢?** 我们可以通过`exclusion`标签手动将 X(1.0) 给排除。
205
206
```xml
207
-<dependencyD>
+<dependency>
208
......
209
<exclusions>
210
<exclusion>
0 commit comments