Skip to content

Commit c963c1f

Browse files
committed
Add FindBugs annotations
1 parent ea52b1d commit c963c1f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,13 @@
194194
<version>${hamcrest.jpa-matchers}</version>
195195
<scope>test</scope>
196196
</dependency>
197+
198+
<dependency>
199+
<groupId>com.google.code.findbugs</groupId>
200+
<artifactId>annotations</artifactId>
201+
<version>3.0.0</version>
202+
<scope>provided</scope>
203+
</dependency>
197204
</dependencies>
198205

199206
<distributionManagement>

0 commit comments

Comments
 (0)