From 7e6240d611929e3e0e7be87e367af85989848ab2 Mon Sep 17 00:00:00 2001 From: Rustam_Lotsmanenko <rustam_lotsmanenko@epam.com> Date: Thu, 6 Apr 2023 13:57:53 +0300 Subject: [PATCH] fix snakeyaml\spring-boot compatibility issue --- provider/register-gc/pom.xml | 7 ------- provider/register-ibm/pom.xml | 7 ------- 2 files changed, 14 deletions(-) diff --git a/provider/register-gc/pom.xml b/provider/register-gc/pom.xml index 6e0f46bb4..2bf1fffea 100644 --- a/provider/register-gc/pom.xml +++ b/provider/register-gc/pom.xml @@ -28,13 +28,6 @@ <dependencyManagement> <dependencies> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-dependencies</artifactId> - <version>2.7.7</version> - <type>pom</type> - <scope>import</scope> - </dependency> <dependency> <groupId>com.google.cloud</groupId> <artifactId>libraries-bom</artifactId> diff --git a/provider/register-ibm/pom.xml b/provider/register-ibm/pom.xml index bdd036b91..83aeaf404 100644 --- a/provider/register-ibm/pom.xml +++ b/provider/register-ibm/pom.xml @@ -35,13 +35,6 @@ <dependencyManagement> <dependencies> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-dependencies</artifactId> - <version>2.7.7</version> - <type>pom</type> - <scope>import</scope> - </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> -- GitLab