Skip to content

Commit fc63406

Browse files
committed
[pom] Make sure tests are java 17 as well and remove pre java 17 profile as only java 17+ allowed now
1 parent fc70395 commit fc63406

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@
109109
<!-- Maven compiler options -->
110110
<java.version>17</java.version>
111111
<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>
112114

113115
<derby.version>10.17.1.0</derby.version>
114116
<mybatis.version>3.5.16</mybatis.version>
@@ -475,15 +477,6 @@
475477
</build>
476478

477479
<profiles>
478-
<profile>
479-
<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>
487480
<profile>
488481
<id>17</id>
489482
<activation>

0 commit comments

Comments
 (0)