Skip to content

Commit

Permalink
Update Scijava version to 38.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
minnerbe committed Aug 16, 2024
1 parent 1689901 commit 6a1efd7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId>
<version>37.0.0</version> <!-- 37.0.0 was released on 2023-10-12, see https://mvnrepository.com/artifact/org.scijava/pom-scijava -->
<version>38.0.1</version> <!-- 38.0.1 was released on 2024-07-08, see https://mvnrepository.com/artifact/org.scijava/pom-scijava -->
<relativePath />
</parent>

Expand Down
7 changes: 7 additions & 0 deletions render-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,13 @@
<groupId>com.github.PreibischLab</groupId>
<artifactId>FunctionFit</artifactId>
<version>157ab01</version>
<exclusions>
<!-- filter out unneeded google version of old ejml jar which causes duplicate class failures -->
<exclusion>
<groupId>com.googlecode.efficient-java-matrix-library</groupId>
<artifactId>ejml</artifactId>
</exclusion>
</exclusions>
</dependency>

</dependencies>
Expand Down
6 changes: 5 additions & 1 deletion render-ws-spark-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo</artifactId>
</exclusion>
<exclusion>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</exclusion>
<!-- filter out unneeded google-http-client jar which causes overlap issue in shaded jar -->
<exclusion>
<groupId>com.google.http-client</groupId>
Expand Down Expand Up @@ -238,4 +242,4 @@
<license.copyrightOwners>Howard Hughes Medical Institute</license.copyrightOwners>
</properties>

</project>
</project>

0 comments on commit 6a1efd7

Please sign in to comment.