updated pom file

This commit is contained in:
ori agranat
2019-09-15 22:05:19 +03:00
parent 3f7f589dc9
commit 4178b3d6de

View File

@@ -84,12 +84,6 @@
<artifactId>wpiutil-java</artifactId>
<version>RELEASE</version>
</dependency>
<!-- <dependency>-->
<!-- &lt;!&ndash;opencv libs for java&ndash;&gt;-->
<!-- <groupId>org.opencv</groupId>-->
<!-- <artifactId>opencv-java</artifactId>-->
<!-- <version>RELEASE</version>-->
<!-- </dependency>-->
<dependency>
<!--apache common classes libs-->
<groupId>org.apache.commons</groupId>
@@ -130,6 +124,10 @@
<version>3.4.4-5</version>
<classifier>linuxraspbian</classifier>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>5.1.9.RELEASE</version>
</dependency>
</dependencies>
</project>