We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646688c commit e0a23b9Copy full SHA for e0a23b9
pom.xml
@@ -198,7 +198,7 @@
198
<dependency>
199
<groupId>org.hsqldb</groupId>
200
<artifactId>hsqldb</artifactId>
201
- <version>2.5.2</version>
+ <version>2.7.0</version>
202
<scope>test</scope>
203
</dependency>
204
@@ -309,6 +309,17 @@
309
310
<build>
311
<plugins>
312
+ <plugin>
313
+ <groupId>org.apache.maven.plugins</groupId>
314
+ <artifactId>maven-enforcer-plugin</artifactId>
315
+ <configuration>
316
+ <rules>
317
+ <enforceBytecodeVersion>
318
+ <ignoredScopes>test</ignoredScopes>
319
+ </enforceBytecodeVersion>
320
+ </rules>
321
+ </configuration>
322
+ </plugin>
323
<plugin>
324
<groupId>org.apache.maven.plugins</groupId>
325
<artifactId>maven-compiler-plugin</artifactId>
0 commit comments