Skip to content

Commit b1122f8

Browse files
committed
Polishing See #1209
1 parent 7282f76 commit b1122f8

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,21 +131,13 @@
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>
@@ -204,7 +196,7 @@
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>

0 commit comments

Comments
 (0)