Skip to content

Commit b52b79b

Browse files
authored
Merge pull request #874 from ascopes/task/GH-873-docs
GH-873: Fix typo in documentation for dependency exclusions
2 parents b7d5cf7 + a625b86 commit b52b79b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

protobuf-maven-plugin/src/site/markdown/dependencies.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@ exclusion mechanism.
119119
<classifier>zip</classifier>
120120
<scope>compile</scope>
121121

122-
<excludes>
123-
<exclude>
122+
<exclusions>
123+
<exclusion>
124124
<groupId>org.example</groupId>
125125
<artifactId>ticketsystem-beta-user-protos</artifactId>
126-
</exclude>
127-
</excludes>
126+
</exclusion>
127+
</exclusions>
128128
</dependency>
129129
```
130130

0 commit comments

Comments
 (0)