We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c3c153 + 06563f4 commit 88d30d4Copy full SHA for 88d30d4
1 file changed
image-processing/pom.xml
@@ -39,7 +39,7 @@
39
<dependency>
40
<groupId>org.openpnp</groupId>
41
<artifactId>opencv</artifactId>
42
- <version>3.4.2-0</version>
+ <version>${opencv.version}</version>
43
</dependency>
44
45
<groupId>com.twelvemonkeys.imageio</groupId>
@@ -93,5 +93,6 @@
93
<imgscalr-version>4.2</imgscalr-version>
94
<thumbnailator-version>0.4.11</thumbnailator-version>
95
<marvin-version>1.5.5</marvin-version>
96
+ <opencv.version>3.4.2-0</opencv.version>
97
</properties>
98
</project>
0 commit comments