Skip to content

Commit 43774ee

Browse files
committed
change com.github.PreibischLab:FunctionFit:157ab01 dependency to net.imglib2.simulation:function-fit-mpicbg:0.0.6 to avoid 'could not find artifact' build errors
1 parent f4306d1 commit 43774ee

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

render-app/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,11 @@
217217
</dependency>
218218

219219
<dependency>
220-
<groupId>com.github.PreibischLab</groupId>
221-
<artifactId>FunctionFit</artifactId>
222-
<version>157ab01</version>
220+
<groupId>net.imglib2.simulation</groupId>
221+
<artifactId>function-fit-mpicbg</artifactId>
222+
<version>0.0.6</version>
223223
<exclusions>
224-
<!-- filter out unneeded google version of old ejml jar which causes duplicate class failures -->
224+
<!-- filter out unneeded Google version of old ejml jar which causes duplicate class failures -->
225225
<exclusion>
226226
<groupId>com.googlecode.efficient-java-matrix-library</groupId>
227227
<artifactId>ejml</artifactId>

0 commit comments

Comments
 (0)