Skip to content
This repository was archived by the owner on Jan 8, 2018. It is now read-only.

Commit acc8102

Browse files
committed
downgraded dependency
1 parent d8f2ae0 commit acc8102

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@
9494
<artifactId>jsr305</artifactId>
9595
<version>3.0.1</version>
9696
</dependency>
97+
<dependency>
98+
<groupId>com.google.code.findbugs</groupId>
99+
<artifactId>annotations</artifactId>
100+
<version>3.0.1</version>
101+
<scope>provided</scope>
102+
</dependency>
97103
<dependency>
98104
<groupId>joda-time</groupId>
99105
<artifactId>joda-time</artifactId>
@@ -136,12 +142,7 @@
136142
<version>1.7.25</version>
137143
<scope>test</scope>
138144
</dependency>
139-
<dependency>
140-
<groupId>com.google.code.findbugs</groupId>
141-
<artifactId>annotations</artifactId>
142-
<version>3.0.1u2</version>
143-
<scope>provided</scope>
144-
</dependency>
145+
145146
</dependencies>
146147

147148
<build>

0 commit comments

Comments
 (0)