Skip to content

Commit

Permalink
Merge pull request #336 from jboss-fuse/patch-sb-CVE-2023-20883
Browse files Browse the repository at this point in the history
Avoid issue with maven dependency plugin
  • Loading branch information
grgrzybek authored May 24, 2023
2 parents f938d12 + 1dc97e3 commit be04bea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fuse-springboot/fuse-springboot-patch-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-cassandra</artifactId>
<version>${project.update.spring-boot-dependencies}</version>
<exclusions>
<exclusion>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit be04bea

Please sign in to comment.