diff options
Diffstat (limited to 'sonar-check-api/pom.xml')
-rw-r--r-- | sonar-check-api/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index 0ab319c4546..3db3d1b2ffc 100644 --- a/sonar-check-api/pom.xml +++ b/sonar-check-api/pom.xml @@ -13,6 +13,11 @@ <dependencies> <dependency> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + <scope>provided</scope> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> |