Skip to content

Commit 419b022

Browse files
committed
[pom] Remove old pre java 17 derby usage as we only work with java 17 or better to build
1 parent eb65d5a commit 419b022

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -383,15 +383,6 @@
383383
</build>
384384

385385
<profiles>
386-
<profile>
387-
<id>pre16</id>
388-
<activation>
389-
<jdk>(,16)</jdk>
390-
</activation>
391-
<properties>
392-
<derby.version>10.15.2.0</derby.version>
393-
</properties>
394-
</profile>
395386
<profile>
396387
<id>17</id>
397388
<activation>

0 commit comments

Comments
 (0)