Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mcculls committed Apr 3, 2018
1 parent 70ccf66 commit 5678a90
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions PATCHES/GUICE_1172_mark_jsr305_as_optional.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Description: Mark JSR305 dependency as optional for throwingproviders
Author: Stuart McCulloch <mcculls@gmail.com>
Bug-Google: https://github.com/google/guice/issues/1172
Last-Update: 2018-04-03

diff --git a/extensions/throwingproviders/pom.xml b/extensions/throwingproviders/pom.xml
index 2ef89f38..762d5b7c 100644
--- a/extensions/throwingproviders/pom.xml
+++ b/extensions/throwingproviders/pom.xml
@@ -44,6 +44,7 @@
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
+ <optional>true</optional>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions extensions/throwingproviders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>

0 comments on commit 5678a90

Please sign in to comment.