From: Magnusen, Drew (dm741q) Date: Wed, 26 Jul 2017 19:01:25 +0000 (-0500) Subject: [POLICY-81] Modified site-manager pom.xml to prevent superfluous warnings during... X-Git-Tag: v1.1.0~26 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e7bd0934d383c811b0b7302c42991aa1d61941c4;p=policy%2Fcommon.git [POLICY-81] Modified site-manager pom.xml to prevent superfluous warnings during maven build. The addition of a stub was added to the site-manager pom.xml. The stub excludes the org.eclipse.persitence:javax.persistence artifact from the uber-jar created by the maven-shade-plugin. The artifact was a duplicate and maven was throwing an excessive amount of warnings. Change-Id: I1eaeeb569f67aea5578af68d277f44577a20b379 Signed-off-by: Magnusen, Drew (dm741q) --- diff --git a/site-manager/pom.xml b/site-manager/pom.xml index 82750743..2671a848 100644 --- a/site-manager/pom.xml +++ b/site-manager/pom.xml @@ -70,6 +70,13 @@ shade + + + + org.eclipse.persistence:javax.persistence + + +