mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-02 02:51:40 +00:00
Merge branch 'folderStructure' into Java
# Conflicts: # Main/pom.xml # Main/src/main/java/com/chameleonvision/web/Server.java
This commit is contained in:
31
Main/pom.xml
31
Main/pom.xml
@@ -103,9 +103,40 @@
|
||||
<version>RELEASE</version>
|
||||
</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>
|
||||
<artifactId>opencv-java</artifactId>
|
||||
<version>3.4.4-5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>edu.wpi.first.thirdparty.frc2019.opencv</groupId>
|
||||
<artifactId>opencv-jni</artifactId>
|
||||
<version>3.4.4-5</version>
|
||||
<classifier>windowsx86-64</classifier>
|
||||
</dependency> <dependency>
|
||||
<groupId>edu.wpi.first.thirdparty.frc2019.opencv</groupId>
|
||||
<artifactId>opencv-jni</artifactId>
|
||||
<version>3.4.4-5</version>
|
||||
<classifier>linuxx86-64</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>edu.wpi.first.thirdparty.frc2019.opencv</groupId>
|
||||
<artifactId>opencv-jni</artifactId>
|
||||
<version>3.4.4-5</version>
|
||||
<classifier>linuxathena</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>edu.wpi.first.thirdparty.frc2019.opencv</groupId>
|
||||
<artifactId>opencv-jni</artifactId>
|
||||
<version>3.4.4-5</version>
|
||||
<classifier>linuxraspbian</classifier>
|
||||
</dependency>
|
||||
|
||||
>>>>>>> folderStructure
|
||||
</dependencies>
|
||||
</project>
|
||||
Reference in New Issue
Block a user