aboutsummaryrefslogtreecommitdiff
path: root/slf4j-api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'slf4j-api/pom.xml')
-rwxr-xr-xslf4j-api/pom.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/slf4j-api/pom.xml b/slf4j-api/pom.xml
index 60846014..84d453d6 100755
--- a/slf4j-api/pom.xml
+++ b/slf4j-api/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
- <version>1.7.9-SNAPSHOT</version>
+ <version>1.7.9</version>
</parent>
<artifactId>slf4j-api</artifactId>
@@ -19,12 +19,6 @@
<url>http://www.slf4j.org</url>
<dependencies>
- <dependency>
- <groupId>com.google.code.findbugs</groupId>
- <artifactId>jsr305</artifactId>
- <version>2.0.1</version>
- <optional>true</optional>
- </dependency>
</dependencies>
<build>