Skip to content

Commit

Permalink
HSEARCH-4522 Enable Spring-based ITs on JDK 17/18
Browse files Browse the repository at this point in the history
Spring seems to be working fine on JDK 17/18 now.
  • Loading branch information
yrodiere committed Apr 1, 2022
1 parent 2255512 commit 732749a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Expand Up @@ -2410,10 +2410,6 @@
<value>17</value>
</property>
</activation>
<properties>
<!-- Spring isn't ready for JDK17 yet -->
<failsafe.spring.skip>true</failsafe.spring.skip>
</properties>
</profile>

<profile>
Expand All @@ -2424,10 +2420,6 @@
<value>18</value>
</property>
</activation>
<properties>
<!-- Spring isn't ready for JDK18 yet -->
<failsafe.spring.skip>true</failsafe.spring.skip>
</properties>
</profile>

<profile>
Expand Down

0 comments on commit 732749a

Please sign in to comment.