Skip to content

Commit 967a3aa

Browse files
authored
chore(tomcat-runtime): Fix webapp-IT-tomcat-10-h2 failing tests
Related-to: #4434
1 parent 23c7ef0 commit 967a3aa

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

qa/tomcat-runtime/pom.xml

+12-7
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,6 @@
5353
<scope>runtime</scope>
5454
</dependency>
5555

56-
<dependency>
57-
<groupId>org.jboss.weld.servlet</groupId>
58-
<artifactId>weld-servlet-shaded</artifactId>
59-
<version>5.1.2.Final</version>
60-
<scope>runtime</scope>
61-
</dependency>
62-
6356
<dependency>
6457
<groupId>org.camunda.bpm.qa</groupId>
6558
<artifactId>camunda-qa-ensure-clean-db</artifactId>
@@ -145,5 +138,17 @@
145138
</plugins>
146139
</build>
147140
</profile>
141+
142+
<profile>
143+
<id>engine-integration-jakarta</id>
144+
<dependencies>
145+
<dependency>
146+
<groupId>org.jboss.weld.servlet</groupId>
147+
<artifactId>weld-servlet-shaded</artifactId>
148+
<version>5.1.2.Final</version>
149+
<scope>runtime</scope>
150+
</dependency>
151+
</dependencies>
152+
</profile>
148153
</profiles>
149154
</project>

0 commit comments

Comments
 (0)