Skip to content
Snippets Groups Projects
Commit b6cd6832 authored by Curtis Rueden's avatar Curtis Rueden
Browse files

Fix the build

This pins to old bigdataviewer-core and imglib2 versions.
The proper fix will be to update to the latest versions,
so that this component can continue to work with Fiji etc.
parent c51af01b
Branches
No related tags found
No related merge requests found
......@@ -82,6 +82,13 @@
<!-- NB: Deploy releases to the SciJava Maven repository. -->
<releaseProfiles>deploy-to-scijava</releaseProfiles>
<commons-cli.version>1.2</commons-cli.version>
<stringtemplate.version>3.2.1</stringtemplate.version>
<!-- TODO: Remove these version pins and update the code. -->
<bigdataviewer-core.version>3.0.3</bigdataviewer-core.version>
<imglib2.version>3.3.0</imglib2.version>
</properties>
<repositories>
......@@ -103,12 +110,12 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>stringtemplate</artifactId>
<version>3.2.1</version>
<version>${stringtemplate.version}</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.2</version>
<version>${commons-cli.version}</version>
</dependency>
</dependencies>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment