File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2015-2021 the original author or authors.
4
+ Copyright 2015-2022 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
22
22
<parent >
23
23
<groupId >org.mybatis</groupId >
24
24
<artifactId >mybatis-parent</artifactId >
25
- <version >34 </version >
25
+ <version >35 </version >
26
26
<relativePath />
27
27
</parent >
28
28
105
105
<dependency >
106
106
<groupId >org.hsqldb</groupId >
107
107
<artifactId >hsqldb</artifactId >
108
- <version >2.5.1 </version >
108
+ <version >2.7.0 </version >
109
109
<scope >test</scope >
110
110
</dependency >
111
111
</dependencies >
143
143
</plugin >
144
144
</plugins >
145
145
</pluginManagement >
146
+
147
+ <plugins >
148
+ <plugin >
149
+ <groupId >org.apache.maven.plugins</groupId >
150
+ <artifactId >maven-enforcer-plugin</artifactId >
151
+ <configuration >
152
+ <rules >
153
+ <enforceBytecodeVersion >
154
+ <ignoredScopes >test</ignoredScopes >
155
+ </enforceBytecodeVersion >
156
+ </rules >
157
+ </configuration >
158
+ </plugin >
159
+ </plugins >
146
160
</build >
147
161
</project >
You can’t perform that action at this time.
0 commit comments