File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 127
127
</distributionManagement >
128
128
129
129
<properties >
130
- <clirr .comparisonVersion>3.2.8 </clirr .comparisonVersion>
130
+ <clirr .comparisonVersion>3.3.0 </clirr .comparisonVersion>
131
131
<findbugs .onlyAnalyze>org.apache.ibatis.*</findbugs .onlyAnalyze>
132
132
<osgi .export>org.apache.ibatis.*;version=${project.version} ;-noimport:=true</osgi .export>
133
133
<osgi .import>*;resolution:=optional</osgi .import>
218
218
<version >1.10.19</version >
219
219
<scope >test</scope >
220
220
</dependency >
221
+ <!-- Do not go to 2.x until we are on jdk7 -->
221
222
<dependency >
222
223
<groupId >commons-dbcp</groupId >
223
224
<artifactId >commons-dbcp</artifactId >
251
252
<groupId >org.apache.maven.plugins</groupId >
252
253
<artifactId >maven-surefire-plugin</artifactId >
253
254
<configuration >
254
- <argLine >-Xmx1024m</argLine >
255
+ <argLine >${argLine} -Xmx1024m</argLine >
255
256
<systemProperties >
256
257
<property >
257
258
<name >derby.stream.error.file</name >
307
308
<groupId >org.jacoco</groupId >
308
309
<artifactId >jacoco-maven-plugin</artifactId >
309
310
<configuration >
310
- <exclude >org.apache.ibatis.ognl.*</exclude >
311
- <exclude >org.apache.ibatis.javassist.*</exclude >
311
+ <excludes >
312
+ <exclude >org.apache.ibatis.ognl.*</exclude >
313
+ <exclude >org.apache.ibatis.javassist.*</exclude >
314
+ </excludes >
312
315
</configuration >
313
316
</plugin >
314
317
</plugins >
You can’t perform that action at this time.
0 commit comments