From 49a3ff73578259504f1e71369450901f5b1cbedc Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Fri, 2 Jan 2026 23:08:17 +0000
Subject: [PATCH 1/3] Initial plan
From ee73530204665f5597c881741dc7f112cf158925 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Fri, 2 Jan 2026 23:19:07 +0000
Subject: [PATCH 2/3] Fix duplicate dependency declarations in POM files
Co-authored-by: phrocker <1781585+phrocker@users.noreply.github.com>
---
agent-proxy/pom.xml | 5 -----
analytics/pom.xml | 6 ------
api/pom.xml | 5 -----
enterprise-agent/pom.xml | 5 -----
integration-proxy/pom.xml | 5 -----
pom.xml | 28 +---------------------------
6 files changed, 1 insertion(+), 53 deletions(-)
diff --git a/agent-proxy/pom.xml b/agent-proxy/pom.xml
index 037a857a..94dc1a6f 100644
--- a/agent-proxy/pom.xml
+++ b/agent-proxy/pom.xml
@@ -128,11 +128,6 @@
true
-
- org.springframework.boot
- spring-boot-starter-actuator
-
-
org.springframework.boot
spring-boot-starter-security
diff --git a/analytics/pom.xml b/analytics/pom.xml
index d0324dc6..e39ad7ee 100644
--- a/analytics/pom.xml
+++ b/analytics/pom.xml
@@ -89,12 +89,6 @@
org.springframework.boot
spring-boot-starter-websocket
-
- io.sentrius
- sentrius-dataplane
- 1.0.0-SNAPSHOT
- compile
-
diff --git a/api/pom.xml b/api/pom.xml
index 86373f22..08505479 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -101,11 +101,6 @@
true
-
- org.springframework.boot
- spring-boot-starter-actuator
-
-
org.springframework.boot
spring-boot-starter-security
diff --git a/enterprise-agent/pom.xml b/enterprise-agent/pom.xml
index 8985d099..32d84a7d 100644
--- a/enterprise-agent/pom.xml
+++ b/enterprise-agent/pom.xml
@@ -134,11 +134,6 @@
junit-jupiter-engine
test
-
- org.junit.jupiter
- junit-jupiter-api
- test
-
diff --git a/integration-proxy/pom.xml b/integration-proxy/pom.xml
index 79005d0a..075f2fb7 100644
--- a/integration-proxy/pom.xml
+++ b/integration-proxy/pom.xml
@@ -98,11 +98,6 @@
true
-
- org.springframework.boot
- spring-boot-starter-actuator
-
-
org.springframework.boot
spring-boot-starter-security
diff --git a/pom.xml b/pom.xml
index d2edd8e2..bc6f00f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,11 +89,7 @@
accumulo-access
1.0.0-beta
-
- org.apache.commons
- commons-collections4
- 4.4
-
+
org.projectlombok
lombok
@@ -117,12 +113,6 @@
${spring-boot.version}
pom
import
-
-
- org.projectlombok
- lombok
- ${lombok.version}
- provided