Skip to content

Commit 41c19e2

Browse files
committed
Removed unecessary spotbugs-annotations dependency
1 parent 98b01d4 commit 41c19e2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,12 @@
146146
<version>${mockito.version}</version>
147147
<scope>test</scope>
148148
</dependency>
149-
<dependency>
150-
<groupId>com.github.spotbugs</groupId>
151-
<artifactId>spotbugs-annotations</artifactId>
152-
<version>${spotbugs.version}</version>
153-
<scope>compile</scope>
154-
</dependency>
149+
<!-- <dependency>-->
150+
<!-- <groupId>com.github.spotbugs</groupId>-->
151+
<!-- <artifactId>spotbugs-annotations</artifactId>-->
152+
<!-- <version>${spotbugs.version}</version>-->
153+
<!-- <scope>compile</scope>-->
154+
<!-- </dependency>-->
155155
<!-- Logging -->
156156
<dependency>
157157
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)