Skip to content

Commit

Permalink
issue #723 Public API incompatibility: NamedEntity class was accide…
Browse files Browse the repository at this point in the history
…ntally shaded in the bundle. Partially revert commit ead3233 (#715). 'za.com.absa.commons' package must not be relocated.
  • Loading branch information
wajda committed Aug 1, 2023
1 parent 84154b6 commit 3dbe6dc
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -288,22 +288,9 @@
<include>**</include>
</includes>
</filter>
<filter>
<artifact>za.co.absa.commons:commons_${scala.binary.version}</artifact>
<includes>
<include>**</include>
</includes>
</filter>
</filters>
<relocations>

<!-- za.co.absa.commons:commons -->

<relocation>
<pattern>za.co.absa.commons</pattern>
<shadedPattern>za.co.absa.spline.shaded.za.co.absa.commons</shadedPattern>
</relocation>

<!-- io.github.classgraph:glassgraph -->

<relocation>
Expand Down

0 comments on commit 3dbe6dc

Please sign in to comment.