Skip to content

Commit

Permalink
Exclude tomcat-jdbc dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwinther committed Jul 2, 2024
1 parent a513384 commit 4c67d7e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions klass-forvaltning/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,26 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<!-- Potential cause of DPMETA-287 -->
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<!-- Potential cause of DPMETA-287 -->
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
</exclusion>
</exclusions>
</dependency>

<!--VAADIN-->
Expand Down

0 comments on commit 4c67d7e

Please sign in to comment.