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 131
131
</distributionManagement >
132
132
133
133
<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>
138
134
<maven .compiler.testCompilerArgument>-parameters</maven .compiler.testCompilerArgument>
139
135
<clirr .comparisonVersion>3.3.1</clirr .comparisonVersion>
140
136
<spotbugs .onlyAnalyze>org.apache.ibatis.*</spotbugs .onlyAnalyze>
141
137
<osgi .export>org.apache.ibatis.*;version=${project.version} ;-noimport:=true</osgi .export>
142
138
<osgi .import>*;resolution:=optional</osgi .import>
143
139
<osgi .dynamicImport>*</osgi .dynamicImport>
144
140
<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>
149
141
</properties >
150
142
151
143
<dependencies >
204
196
<dependency >
205
197
<groupId >org.junit.vintage</groupId >
206
198
<artifactId >junit-vintage-engine</artifactId >
207
- <version >5.1.0 </version >
199
+ <version >${junit-engine.version} </version >
208
200
<scope >test</scope >
209
201
</dependency >
210
202
<dependency >
You can’t perform that action at this time.
0 commit comments