We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ddc57 commit b8a1deeCopy full SHA for b8a1dee
1 file changed
pom.xml
@@ -96,6 +96,7 @@ Wisconsin-Madison and University of Konstanz.</license.copyrightOwners>
96
<!-- NB: Deploy releases to the SciJava Maven repository. -->
97
<releaseProfiles>deploy-to-scijava</releaseProfiles>
98
<scijava-table.version>0.6.0</scijava-table.version>
99
+ <scijava-optional.version>1.0.0</scijava-optional.version>
100
</properties>
101
102
<dependencies>
@@ -110,7 +111,7 @@ Wisconsin-Madison and University of Konstanz.</license.copyrightOwners>
110
111
<dependency>
112
<groupId>org.scijava</groupId>
113
<artifactId>scijava-optional</artifactId>
- <version>1.0.0</version>
114
+ <version>${scijava-optional.version}</version>
115
</dependency>
116
117
<!-- Test scope dependencies -->
0 commit comments