Skip to content

Commit 1cb65b8

Browse files
committed
[pom] Bump to parent 35 and allow hsqldb at 2.7.0
1 parent a22723f commit 1cb65b8

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

pom.xml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2015-2021 the original author or authors.
4+
Copyright 2015-2022 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.mybatis</groupId>
2424
<artifactId>mybatis-parent</artifactId>
25-
<version>34</version>
25+
<version>35</version>
2626
<relativePath />
2727
</parent>
2828

@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>org.hsqldb</groupId>
107107
<artifactId>hsqldb</artifactId>
108-
<version>2.5.1</version>
108+
<version>2.7.0</version>
109109
<scope>test</scope>
110110
</dependency>
111111
</dependencies>
@@ -143,5 +143,19 @@
143143
</plugin>
144144
</plugins>
145145
</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>
146160
</build>
147161
</project>

0 commit comments

Comments
 (0)