initial project setup and updated git ignore

This commit is contained in:
ori agranat
2019-09-10 23:47:06 +03:00
parent b2486cc4a7
commit e72bb51308
10 changed files with 142 additions and 2 deletions

View File

@@ -40,6 +40,12 @@
<artifactId>json</artifactId>
<version>RELEASE</version>
</dependency>
<dependency>
<!--slf4j for javalin -->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.26</version>
</dependency>
<dependency>
<!--frc cscore libs-->
<groupId>edu.wpi.first.cscore</groupId>