Skip to content

Commit

Permalink
Merge pull request #149 from axtimwalde/develop
Browse files Browse the repository at this point in the history
fix: limit relocation of net.imglib2.realtransform classes to those in n5-imglib2
  • Loading branch information
tischi authored Aug 18, 2023
2 parents cff4c31 + 6e51b35 commit 8ed7d86
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 8ed7d86

Please sign in to comment.