From 59a88517d0dd789d5b49cfb6d4d8ea2163939d93 Mon Sep 17 00:00:00 2001
From: ascopes <73482956+ascopes@users.noreply.github.com>
Date: Sat, 5 Aug 2023 08:25:56 +0100
Subject: [PATCH] Remove Maven Enforcer
The plugin is not actually enforcing the right versions by the looks, and it is not really needed anyway.
Signed-off-by: ascopes <73482956+ascopes@users.noreply.github.com>
---
pom.xml | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0b17bca70..cbfb64f94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,6 @@
3.3.0
3.11.0
3.1.1
- 3.3.0
3.1.2
3.1.0
3.1.1
@@ -576,23 +575,6 @@
-
- org.apache.maven.plugins
- maven-enforcer-plugin
- ${maven-enforcer-plugin.version}
-
-
-
-
- 3.9.2
-
-
-
-
-
com.mycila