We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eea23f commit 34db2faCopy full SHA for 34db2fa
pom.xml
@@ -202,6 +202,7 @@ Jean-Yves Tinevez and Michael Zinsmaier.</license.copyrightOwners>
202
203
<imglib2-realtransform.version>2.0.0-beta-39</imglib2-realtransform.version>
204
<jitk-tps.version>3.0.0</jitk-tps.version>
205
+ <ojalgo.version>43.0</ojalgo.version>
206
</properties>
207
208
<repositories>
@@ -239,7 +240,7 @@ Jean-Yves Tinevez and Michael Zinsmaier.</license.copyrightOwners>
239
240
<dependency>
241
<groupId>org.ojalgo</groupId>
242
<artifactId>ojalgo</artifactId>
- <version>43.0</version>
243
+ <version>${ojalgo.version}</version>
244
</dependency>
245
246
<!-- Test dependencies -->
0 commit comments