From 318c8970774f16d6cac12faaf82404d3e8086d91 Mon Sep 17 00:00:00 2001
From: "Doroszlai, Attila" <6454655+adoroszlai@users.noreply.github.com>
Date: Sat, 21 Dec 2024 15:33:58 +0100
Subject: [PATCH] RATIS-2216. Bump maven-shade-plugin to 3.6.0 (#1191)
---
pom.xml | 6 ++++++
ratis-examples/pom.xml | 2 +-
ratis-experiments/pom.xml | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 43d15e321d..73fa427568 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,6 +172,7 @@
3.3.0
4.0.6
1.6.1
+ 3.6.0
3.0.0-M4
3.5.3
3.4.0
@@ -494,6 +495,11 @@
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+ ${maven-shade-plugin.version}
+
com.github.spotbugs
spotbugs-maven-plugin
diff --git a/ratis-examples/pom.xml b/ratis-examples/pom.xml
index 3353e8908a..a0e861ed63 100644
--- a/ratis-examples/pom.xml
+++ b/ratis-examples/pom.xml
@@ -150,7 +150,7 @@
shade
- ${project.build.directory}/dependency-reduced-pom.xml
+ false
true
diff --git a/ratis-experiments/pom.xml b/ratis-experiments/pom.xml
index 7851518bd4..3ea72f6e0c 100644
--- a/ratis-experiments/pom.xml
+++ b/ratis-experiments/pom.xml
@@ -120,7 +120,7 @@
shade
- ${project.build.directory}/dependency-reduced-pom.xml
+ false
true