Skip to content

Commit

Permalink
Update shaded package to org.eclipse.tags.shaded
Browse files Browse the repository at this point in the history
  • Loading branch information
volosied committed Feb 8, 2022
1 parent 72fb7d5 commit c72ee06
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,31 +289,31 @@
<relocations>
<relocation>
<pattern>org.apache.xpath</pattern>
<shadedPattern>org.eclipse.shaded.org.apache.xpath</shadedPattern>
<shadedPattern>org.eclipse.tags.shaded.org.apache.xpath</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.xml</pattern>
<shadedPattern>org.eclipse.shaded.org.apache.xml</shadedPattern>
<shadedPattern>org.eclipse.tags.shaded.org.apache.xml</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.xalan</pattern>
<shadedPattern>org.eclipse.shaded.org.apache.xalan</shadedPattern>
<shadedPattern>org.eclipse.tags.shaded.org.apache.xalan</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.regexp</pattern>
<shadedPattern>org.eclipse.shaded.org.apache.regexp</shadedPattern>
<shadedPattern>org.eclipse.tags.shaded.org.apache.regexp</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.bcel</pattern>
<shadedPattern>org.eclipse.shaded.org.apache.bcel</shadedPattern>
<shadedPattern>org.eclipse.tags.shaded.org.apache.bcel</shadedPattern>
</relocation>
<relocation>
<pattern>java_cup.runtime</pattern>
<shadedPattern>org.eclipse.shaded.java_cup.runtime</shadedPattern>
<shadedPattern>org.eclipse.tags.shaded.java_cup.runtime</shadedPattern>
</relocation>
<relocation>
<pattern>trax</pattern>
<shadedPattern>org.eclipse.shaded.trax</shadedPattern>
<shadedPattern>org.eclipse.tags.shaded.trax</shadedPattern>
</relocation>
</relocations>
</configuration>
Expand Down

0 comments on commit c72ee06

Please sign in to comment.