Skip to content

Commit d4f8e36

Browse files
committed
[pom] Drop java 16 from build profile
1 parent 2dfbc5e commit d4f8e36

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
@@ -270,15 +270,6 @@
270270

271271
<!-- NOTE: Do not add back 'cdi-2.0', clirr needs it defined to look back to old poms. That is javax namespace. It is not intended to be present now. -->
272272
<profiles>
273-
<profile>
274-
<id>pre16</id>
275-
<activation>
276-
<jdk>(,16)</jdk>
277-
</activation>
278-
<properties>
279-
<derby.version>10.15.2.0</derby.version>
280-
</properties>
281-
</profile>
282273
<profile>
283274
<id>17</id>
284275
<activation>

0 commit comments

Comments
 (0)