Skip to content

Commit

Permalink
Added missing exclusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad45123 committed May 18, 2024
1 parent 980d2f3 commit fe26b92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-cassandra</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit fe26b92

Please sign in to comment.