Skip to content

Commit

Permalink
chore(tomcat-runtime): Fix webapp-IT-tomcat-10-h2 failing tests
Browse files Browse the repository at this point in the history
Related-to: #4434
  • Loading branch information
psavidis committed Jul 26, 2024
1 parent 23c7ef0 commit 7a5c37f
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions qa/tomcat-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.jboss.weld.servlet</groupId>
<artifactId>weld-servlet-shaded</artifactId>
<version>5.1.2.Final</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.camunda.bpm.qa</groupId>
<artifactId>camunda-qa-ensure-clean-db</artifactId>
Expand Down Expand Up @@ -145,5 +138,17 @@
</plugins>
</build>
</profile>

<profile>
<id>engine-integration-jakarta</id>
<dependencies>
<dependency>
<groupId>org.jboss.weld.servlet</groupId>
<artifactId>weld-servlet-shaded</artifactId>
<version>5.1.2.Final</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</profile>
</profiles>
</project>

0 comments on commit 7a5c37f

Please sign in to comment.