We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea52b1d commit c963c1fCopy full SHA for c963c1f
1 file changed
pom.xml
@@ -194,6 +194,13 @@
194
<version>${hamcrest.jpa-matchers}</version>
195
<scope>test</scope>
196
</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>
204
</dependencies>
205
206
<distributionManagement>
0 commit comments