Skip to content

Commit 8bdeea2

Browse files
committed
removed no longer used profiles
1 parent ee82d5b commit 8bdeea2

6 files changed

Lines changed: 4 additions & 55 deletions

File tree

core-tests/e2e-tests/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,5 @@
5656
</pluginManagement>
5757
</build>
5858

59-
<profiles>
60-
<profile>
61-
<id>Configs for JDK >= 17</id>
62-
<activation>
63-
<jdk>[17,)</jdk>
64-
</activation>
65-
<!--
66-
This module should be enabled after Spring2 dependencies
67-
are pulled down to each e2e project
68-
-->
69-
<!-- <modules>-->
70-
<!-- <module>spring-rest-jakarta</module>-->
71-
<!-- </modules>-->
72-
</profile>
73-
</profiles>
7459

7560
</project>

core-tests/e2e-tests/spring/spring-rest-h2-v1/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,6 @@
177177
</plugins>
178178
</build>
179179

180-
<profiles>
181-
<profile>
182-
<id>skipE2E_V2</id>
183-
<properties>
184-
<maven.test.skip>true</maven.test.skip>
185-
</properties>
186-
</profile>
187-
</profiles>
180+
188181

189182
</project>

core-tests/e2e-tests/spring/spring-rest-h2-v2/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,6 @@
180180
</plugins>
181181
</build>
182182

183-
<profiles>
184-
<profile>
185-
<id>skipE2E_V2</id>
186-
<properties>
187-
<maven.test.skip>true</maven.test.skip>
188-
</properties>
189-
</profile>
190-
</profiles>
183+
191184

192185
</project>

core-tests/e2e-tests/spring/spring-rest-h2-z3solver/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,6 @@
180180
</plugins>
181181
</build>
182182

183-
<profiles>
184-
<profile>
185-
<id>skipE2E_V2</id>
186-
<properties>
187-
<maven.test.skip>true</maven.test.skip>
188-
</properties>
189-
</profile>
190-
</profiles>
183+
191184

192185
</project>

core-tests/e2e-tests/spring/spring-rest-jakarta/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,5 @@
6262
</dependencies>
6363

6464

65-
<profiles>
66-
<profile>
67-
<id>skipE2E_V2</id>
68-
<properties>
69-
<maven.test.skip>true</maven.test.skip>
70-
</properties>
71-
</profile>
72-
</profiles>
7365

7466
</project>

core-tests/e2e-tests/spring/spring-web/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,6 @@
122122
</plugins>
123123
</build>
124124

125-
<profiles>
126-
<profile>
127-
<id>skipE2E_V2</id>
128-
<properties>
129-
<maven.test.skip>true</maven.test.skip>
130-
</properties>
131-
</profile>
132-
</profiles>
125+
133126

134127
</project>

0 commit comments

Comments
 (0)