From 027c227e558164f77be204152fb47023850b543f Mon Sep 17 00:00:00 2001 From: Suraj Dhamecha <48670070+suraj-qlogic@users.noreply.github.com> Date: Fri, 13 Mar 2020 19:22:57 +0530 Subject: [PATCH] fix: add linkage monitor plugin (#1000) --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 2eb09433d..400da2d58 100644 --- a/pom.xml +++ b/pom.xml @@ -376,6 +376,11 @@ maven-resources-plugin 3.1.0 + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M3 + @@ -393,6 +398,10 @@ [3.5.2,4.0.0) + + [1.7,) + +