File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 131131 </distributionManagement >
132132
133133 <properties >
134- <maven .compiler.source>1.8</maven .compiler.source>
135- <maven .compiler.target>1.8</maven .compiler.target>
136- <maven .compiler.testTarget>1.8</maven .compiler.testTarget>
137- <maven .compiler.testSource>1.8</maven .compiler.testSource>
138134 <maven .compiler.testCompilerArgument>-parameters</maven .compiler.testCompilerArgument>
139135 <clirr .comparisonVersion>3.3.1</clirr .comparisonVersion>
140136 <spotbugs .onlyAnalyze>org.apache.ibatis.*</spotbugs .onlyAnalyze>
141137 <osgi .export>org.apache.ibatis.*;version=${project.version} ;-noimport:=true</osgi .export>
142138 <osgi .import>*;resolution:=optional</osgi .import>
143139 <osgi .dynamicImport>*</osgi .dynamicImport>
144140 <maven .surefire.excludeGroups>org.apache.ibatis.test.SlowTests</maven .surefire.excludeGroups>
145-
146- <!-- Override: Animal Sniffer Signature -->
147- <signature .artifact>java18</signature .artifact>
148- <signature .version>1.0</signature .version>
149141 </properties >
150142
151143 <dependencies >
204196 <dependency >
205197 <groupId >org.junit.vintage</groupId >
206198 <artifactId >junit-vintage-engine</artifactId >
207- <version >5.1.0 </version >
199+ <version >${junit-engine.version} </version >
208200 <scope >test</scope >
209201 </dependency >
210202 <dependency >
You can’t perform that action at this time.
0 commit comments