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 e033dae commit 9440545Copy full SHA for 9440545
spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/exclude-dependency.apt.vm
@@ -72,9 +72,7 @@
72
<artifactId>${project.artifactId}</artifactId>
73
<version>${project.version}</version>
74
<configuration>
75
- <excludes>
76
- <excludeArtifactIds>my-lib,another-lib</excludeArtifactIds>
77
- </excludes>
+ <excludeArtifactIds>my-lib,another-lib</excludeArtifactIds>
78
</configuration>
79
...
80
</plugin>
@@ -101,9 +99,7 @@
101
99
102
100
103
104
105
- <excludeGroupIds>com.foo</excludeGroupIds>
106
+ <excludeGroupIds>com.foo</excludeGroupIds>
107
108
109
0 commit comments