From 859ee4572a521445ade8aaecfa2461e5a9fca11a Mon Sep 17 00:00:00 2001 From: "bartlomiej.zylinski" Date: Thu, 6 Jun 2024 13:59:59 +0200 Subject: [PATCH] Removed unused dependencies --- .gitignore | 18 ---------- pom.xml | 97 +++++++++++++++++++++++------------------------------- 2 files changed, 42 insertions(+), 73 deletions(-) diff --git a/.gitignore b/.gitignore index ff7a4f6..7a5ba5e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,24 +6,6 @@ target/ ### IntelliJ IDEA ### .idea -### Eclipse ### -.apt_generated -.classpath -.factorypath -.project -.settings -.springBeans -.sts4-cache - -### NetBeans ### -/nbproject/private/ -/nbbuild/ -/dist/ -/nbdist/ -/.nb-gradle/ -build/ -!**/src/main/**/build/ -!**/src/test/**/build/ ### VS Code ### .vscode/ diff --git a/pom.xml b/pom.xml index fbe00ce..0de8efc 100644 --- a/pom.xml +++ b/pom.xml @@ -16,8 +16,8 @@ 17 2.41.1 1.19.3 - 3.2.0 - 2023.0.0 + 3.3.0 + 2023.0.2 @@ -48,57 +48,6 @@ - - com.google.protobuf - protobuf-java-util - 3.21.5 - - - com.fasterxml.jackson.module - jackson-module-jakarta-xmlbind-annotations - 2.16.0 - - - io.grpc - grpc-protobuf - 1.59.0 - - - com.google.protobuf - protobuf-java - 3.25.1 - - - io.envoyproxy.protoc-gen-validate - pgv-java-stub - 0.6.13 - - - javax.annotation - javax.annotation-api - 1.3.2 - - - io.grpc - grpc-stub - 1.59.0 - - - io.nats - jnats - 2.17.1 - - - org.slf4j - slf4j-api - 2.0.9 - - - javax - javaee-web-api - 7.0 - provided - org.springframework.boot spring-boot-starter-web @@ -131,6 +80,43 @@ io.github.openfeign feign-jackson + + com.google.protobuf + protobuf-java-util + 3.21.5 + + + com.google.protobuf + protobuf-java + 3.25.1 + + + io.grpc + grpc-stub + 1.59.0 + + + io.grpc + grpc-protobuf + 1.59.0 + + + io.nats + jnats + 2.18.1 + + + org.slf4j + slf4j-api + 2.0.9 + + + javax + javaee-web-api + 7.0 + provided + + org.springframework.boot spring-boot-starter-test @@ -153,13 +139,13 @@ 20231013 test - org.springframework.boot spring-boot-maven-plugin + 3.3.0 repackage @@ -186,8 +172,9 @@ + org.apache.maven.plugins maven-surefire-plugin - 3.2.1 + 3.2.5