From 14a48ca003928a7a6f431d6de18c641fa3607103 Mon Sep 17 00:00:00 2001 From: Dawid Malinowski Date: Thu, 17 Oct 2024 21:43:34 +0200 Subject: [PATCH] fix: problems encountered while building the effective model (#1418) --- api/pom.xml | 20 -------------------- pom.xml | 2 +- registry/pom.xml | 10 ---------- 3 files changed, 1 insertion(+), 31 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index dc2f5d324..0b6ad54d5 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -107,10 +107,6 @@ org.springframework.boot spring-boot-starter-data-redis - - org.springframework.boot - spring-boot-starter-test - org.springframework.boot spring-boot-starter-validation @@ -139,16 +135,6 @@ h2 runtime - - com.microsoft.sqlserver - mssql-jdbc - runtime - - - org.projectlombok - lombok - true - org.liquibase liquibase-core @@ -311,12 +297,6 @@ 9.41.2 compile - - com.nimbusds - nimbus-jose-jwt - 9.41.2 - compile - io.fabric8 kubernetes-client diff --git a/pom.xml b/pom.xml index f8bbe2feb..e197109aa 100644 --- a/pom.xml +++ b/pom.xml @@ -104,7 +104,7 @@ org.springframework.boot spring-boot-maven-plugin - ${parent.version} + ${project.parent.version} org.terrakube.api.ServerApplication diff --git a/registry/pom.xml b/registry/pom.xml index 85e8abc6b..2069c3831 100644 --- a/registry/pom.xml +++ b/registry/pom.xml @@ -73,10 +73,6 @@ org.springframework.boot spring-boot-starter-actuator - - org.springframework.boot - spring-boot-starter-test - org.projectlombok lombok @@ -91,12 +87,6 @@ org.terrakube.client terrakube-spring-boot-starter ${terrakube-client-starter.version} - - - com.squareup.okio:okio-jvm - 3.0.0 - - org.eclipse.jgit