Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
<exclusion> <!-- TODO pending https://github.com/kohsuke/github-api/pull/378 -->
<groupId>com.infradna.tool</groupId>
<artifactId>bridge-method-annotation</artifactId>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hub4j/github-api#378; causes upper bounds problems

</exclusion>
<exclusion> <!-- provided by core -->
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plugin was needlessly bundling an unused redundant copy.

</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down