This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git
The following commit(s) were added to refs/heads/master by this push:
new b608dba [MSHARED-924] more precise relocation to Xpp3DomUtils class
b608dba is described below
commit b608dbaaa3806ebc0db3bb81c66bc5cff318cd78
Author: Hervé Boutemy <[email protected]>
AuthorDate: Thu Jun 11 08:21:06 2020 +0200
[MSHARED-924] more precise relocation to Xpp3DomUtils class
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index daff35c..87560fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -303,8 +303,8 @@
</filters>
<relocations>
<relocation>
- <pattern>org.codehaus.plexus.util.xml</pattern>
-
<shadedPattern>org.apache.maven.reporting.exec.xml</shadedPattern>
+ <pattern>org.codehaus.plexus.util.xml.Xpp3DomUtils</pattern>
+
<shadedPattern>org.apache.maven.reporting.exec.xml.Xpp3DomUtils</shadedPattern>
</relocation>
</relocations>
</configuration>