Skip to content

Commit 98fe043

Browse files
committed
Directly import JSR305 jar.
Closes #3672
1 parent c217618 commit 98fe043

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spring-data-mongodb/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,13 @@
8787
<optional>true</optional>
8888
</dependency>
8989

90+
<dependency>
91+
<groupId>com.google.code.findbugs</groupId>
92+
<artifactId>jsr305</artifactId>
93+
<version>3.0.2</version>
94+
<optional>true</optional>
95+
</dependency>
96+
9097
<!-- reactive -->
9198

9299
<dependency>

0 commit comments

Comments
 (0)