Skip to content

Commit e57238f

Browse files
committed
Directly import JSR305 jar.
Closes #2385
1 parent 9242b2c commit e57238f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@
8383
<optional>true</optional>
8484
</dependency>
8585

86+
<dependency>
87+
<groupId>com.google.code.findbugs</groupId>
88+
<artifactId>jsr305</artifactId>
89+
<version>2.0.1</version>
90+
<optional>true</optional>
91+
</dependency>
92+
8693
<dependency>
8794
<groupId>joda-time</groupId>
8895
<artifactId>joda-time</artifactId>

0 commit comments

Comments
 (0)