We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac0fb4 commit 70bc45fCopy full SHA for 70bc45f
pom.xml
@@ -137,7 +137,7 @@
137
<maven.compiler.testSource>1.8</maven.compiler.testSource>
138
<maven.compiler.testCompilerArgument>-parameters</maven.compiler.testCompilerArgument>
139
<clirr.comparisonVersion>3.3.1</clirr.comparisonVersion>
140
- <findbugs.onlyAnalyze>org.apache.ibatis.*</findbugs.onlyAnalyze>
+ <spotbugs.onlyAnalyze>org.apache.ibatis.*</spotbugs.onlyAnalyze>
141
<osgi.export>org.apache.ibatis.*;version=${project.version};-noimport:=true</osgi.export>
142
<osgi.import>*;resolution:=optional</osgi.import>
143
<osgi.dynamicImport>*</osgi.dynamicImport>
0 commit comments