|
88 | 88 | <!-- library versions -->
|
89 | 89 | <assertj.version>3.24.2</assertj.version>
|
90 | 90 | <awaitility.version>4.2.0</awaitility.version>
|
91 |
| - <bndtools.version>7.0.0</bndtools.version> |
92 | 91 | <embedded-redis.version>0.8.3</embedded-redis.version>
|
93 | 92 | <errorprone.version>2.15.0</errorprone.version>
|
94 | 93 | <jedis.version>5.1.0</jedis.version>
|
95 | 94 | <junit5.version>5.10.1</junit5.version>
|
96 | 95 | <log4j2.version>2.22.0</log4j2.version>
|
97 | 96 | <resilience4j.version>1.7.1</resilience4j.version>
|
98 | 97 | <slf4j.version>2.0.9</slf4j.version>
|
99 |
| - <spotbugs.version>4.8.2</spotbugs.version> |
100 | 98 |
|
101 | 99 | <!-- plugin versions -->
|
102 | 100 | <flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
|
|
162 | 160 | <version>${slf4j.version}</version>
|
163 | 161 | </dependency>
|
164 | 162 |
|
165 |
| - <dependency> |
166 |
| - <groupId>com.github.spotbugs</groupId> |
167 |
| - <artifactId>spotbugs-annotations</artifactId> |
168 |
| - <version>${spotbugs.version}</version> |
169 |
| - </dependency> |
170 |
| - |
171 |
| - <dependency> |
172 |
| - <groupId>biz.aQute.bnd</groupId> |
173 |
| - <artifactId>biz.aQute.bnd.annotation</artifactId> |
174 |
| - <version>${bndtools.version}</version> |
175 |
| - </dependency> |
176 |
| - |
177 | 163 | <dependency>
|
178 | 164 | <groupId>org.awaitility</groupId>
|
179 | 165 | <artifactId>awaitility</artifactId>
|
|
204 | 190 | <arg>-Xlint:-options</arg>
|
205 | 191 | <arg>-Xlint:-processing</arg>
|
206 | 192 | <arg>-Xlint:-serial</arg>
|
| 193 | + <arg>-Xlint:-classfile</arg> |
207 | 194 | </compilerArgs>
|
208 | 195 | <showDeprecation>true</showDeprecation>
|
209 | 196 | <annotationProcessorPaths>
|
|
0 commit comments