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 fc70395 commit fc63406Copy full SHA for fc63406
pom.xml
@@ -109,6 +109,8 @@
109
<!-- Maven compiler options -->
110
<java.version>17</java.version>
111
<java.release.version>17</java.release.version>
112
+ <java.test.version>17</java.test.version>
113
+ <java.test.release.version>17</java.test.release.version>
114
115
<derby.version>10.17.1.0</derby.version>
116
<mybatis.version>3.5.16</mybatis.version>
@@ -475,15 +477,6 @@
475
477
</build>
476
478
479
<profiles>
- <profile>
- <id>pre16</id>
480
- <activation>
481
- <jdk>(,16)</jdk>
482
- </activation>
483
- <properties>
484
- <derby.version>10.15.2.0</derby.version>
485
- </properties>
486
- </profile>
487
<profile>
488
<id>17</id>
489
<activation>
0 commit comments