File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 146146 <groupId >com.fasterxml.jackson.datatype</groupId >
147147 <artifactId >jackson-datatype-jsr310</artifactId >
148148 </dependency >
149+ <dependency >
150+ <groupId >com.github.spotbugs</groupId >
151+ <artifactId >spotbugs-annotations</artifactId >
152+ <version >${spotbugs.version} </version >
153+ </dependency >
149154 <dependency >
150155 <groupId >com.infradna.tool</groupId >
151156 <artifactId >bridge-method-annotation</artifactId >
152157 <version >1.31</version >
153- <optional >true</optional >
154158 </dependency >
155159 <dependency >
156160 <groupId >com.squareup.okhttp3</groupId >
192196 <artifactId >commons-lang3</artifactId >
193197 <version >3.18.0</version >
194198 </dependency >
195- <dependency >
196- <groupId >com.github.spotbugs</groupId >
197- <artifactId >spotbugs-annotations</artifactId >
198- <version >${spotbugs.version} </version >
199- <scope >provided</scope >
200- </dependency >
201199 <dependency >
202200 <groupId >com.github.npathai</groupId >
203201 <artifactId >hamcrest-optional</artifactId >
494492 <importOrder >
495493 <file >${basedir} /src/build/eclipse/eclipse.importorder</file >
496494 </importOrder >
497-
495+
498496 <removeUnusedImports ></removeUnusedImports >
499- <formatAnnotations / >
500-
497+ <formatAnnotations ></ formatAnnotations >
498+
501499 <trimTrailingWhitespace ></trimTrailingWhitespace >
502500 <endWithNewline ></endWithNewline >
503501
You can’t perform that action at this time.
0 commit comments