Skip to content

Commit

Permalink
fix: limit relocation of net.imglib2.realtransform classes to those in
Browse files Browse the repository at this point in the history
     n5-imglib2
  • Loading branch information
axtimwalde committed Aug 18, 2023
1 parent cff4c31 commit 6e51b35
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@
<relocation>
<pattern>net.imglib2.realtransform</pattern>
<shadedPattern>org.embl.mobie.io.n5.shaded</shadedPattern>
<includes>
<include>net.imglib2.realtransform.AxisSelectionTransform</include>
<include>net.imglib2.realtransform.RealComponentMappingTransform</include>
<include>net.imglib2.realtransform.RealInvertibleComponentMappingTransform</include>
<include>net.imglib2.realtransform.StackedInvertibleRealTransform</include>
<include>net.imglib2.realtransform.StackedRealTransform</include>
</includes>
</relocation>
</relocations>
</configuration>
Expand Down

0 comments on commit 6e51b35

Please sign in to comment.