From 99bb88ce55f53fc189f707a50a104be422966088 Mon Sep 17 00:00:00 2001 From: Avgustin Marinov Date: Thu, 13 Feb 2025 14:36:13 +0200 Subject: [PATCH] Remove deprecated REST Mgmt Methods (2) (#2279) Signed-off-by: Avgustin Marinov --- hawkbit-mgmt/hawkbit-mgmt-resource/pom.xml | 17 ----------------- hawkbit-mgmt/hawkbit-mgmt-starter/pom.xml | 7 ------- 2 files changed, 24 deletions(-) diff --git a/hawkbit-mgmt/hawkbit-mgmt-resource/pom.xml b/hawkbit-mgmt/hawkbit-mgmt-resource/pom.xml index 1b4c4dd082..4cfc4d3fe1 100644 --- a/hawkbit-mgmt/hawkbit-mgmt-resource/pom.xml +++ b/hawkbit-mgmt/hawkbit-mgmt-resource/pom.xml @@ -99,21 +99,4 @@ test - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - - test-jar - - - - - - \ No newline at end of file diff --git a/hawkbit-mgmt/hawkbit-mgmt-starter/pom.xml b/hawkbit-mgmt/hawkbit-mgmt-starter/pom.xml index 06c397f0f9..f89391022d 100644 --- a/hawkbit-mgmt/hawkbit-mgmt-starter/pom.xml +++ b/hawkbit-mgmt/hawkbit-mgmt-starter/pom.xml @@ -53,13 +53,6 @@ hawkbit-autoconfigure ${project.version} - - - - org.eclipse.hawkbit - hawkbit-mgmt-resource-deprecated - ${project.version} -