mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-04 03:11:40 +00:00
Merge branch 'Java' of https://gitlab.com/chameleon-vision/Chameleon-Vision into Java
# Conflicts: # Main/pom.xml
This commit is contained in:
19
Main/pom.xml
19
Main/pom.xml
@@ -84,12 +84,6 @@
|
|||||||
<artifactId>wpiutil-java</artifactId>
|
<artifactId>wpiutil-java</artifactId>
|
||||||
<version>RELEASE</version>
|
<version>RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- <dependency>-->
|
|
||||||
<!-- <!–opencv libs for java–>-->
|
|
||||||
<!-- <groupId>org.opencv</groupId>-->
|
|
||||||
<!-- <artifactId>opencv-java</artifactId>-->
|
|
||||||
<!-- <version>RELEASE</version>-->
|
|
||||||
<!-- </dependency>-->
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<!--apache common classes libs-->
|
<!--apache common classes libs-->
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
@@ -103,12 +97,6 @@
|
|||||||
<version>RELEASE</version>
|
<version>RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<<<<<<< HEAD
|
|
||||||
<groupId>org.springframework</groupId>
|
|
||||||
<artifactId>spring-beans</artifactId>
|
|
||||||
<version>5.1.9.RELEASE</version>
|
|
||||||
</dependency>
|
|
||||||
=======
|
|
||||||
<groupId>edu.wpi.first.thirdparty.frc2019.opencv</groupId>
|
<groupId>edu.wpi.first.thirdparty.frc2019.opencv</groupId>
|
||||||
<artifactId>opencv-java</artifactId>
|
<artifactId>opencv-java</artifactId>
|
||||||
<version>3.4.4-5</version>
|
<version>3.4.4-5</version>
|
||||||
@@ -136,7 +124,10 @@
|
|||||||
<version>3.4.4-5</version>
|
<version>3.4.4-5</version>
|
||||||
<classifier>linuxraspbian</classifier>
|
<classifier>linuxraspbian</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
>>>>>>> folderStructure
|
<groupId>org.springframework</groupId>
|
||||||
|
<artifactId>spring-beans</artifactId>
|
||||||
|
<version>5.1.9.RELEASE</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
Reference in New Issue
Block a user