Skip to content

Commit

Permalink
add exclusion in javadoc module
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Feb 22, 2022
1 parent 315fce7 commit 2bab887
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions javadoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,12 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jspc-maven-plugin</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down

0 comments on commit 2bab887

Please sign in to comment.