diff options
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r-- | sonar-plugin-api/pom.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index b3c4449a78b..0755b50c910 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -110,14 +110,6 @@ <artifactId>staxmate</artifactId> </dependency> - - <dependency> - <groupId>jfree</groupId> - <artifactId>jfreechart</artifactId> - <scope>provided</scope> - </dependency> - - <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> |