Skip to content

Commit

Permalink
fix(deps): exclusion spring
Browse files Browse the repository at this point in the history
  • Loading branch information
infantesimone committed Feb 28, 2023
1 parent dceece4 commit d2398af
Showing 1 changed file with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,28 @@
<groupId>it.pagopa</groupId>
<artifactId>pagopa-ecommerce-commons</artifactId>
<version>${pagopa-ecommerce-commons.version}</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb-reactive</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</exclusion>
<exclusion>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-dependencies</artifactId>
</exclusion>
<exclusion>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-starter</artifactId>
</exclusion>
<exclusion>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-starter-data-cosmos</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -162,24 +184,6 @@
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb-reactive</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</exclusion>
<exclusion>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-starter</artifactId>
</exclusion>
<exclusion>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-starter-data-cosmos</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>it.pagopa</groupId>
Expand Down

0 comments on commit d2398af

Please sign in to comment.