From eb90a5893e55e679a11697a9c09db58eb51f12b4 Mon Sep 17 00:00:00 2001 From: doinkythederp Date: Wed, 15 Jan 2025 11:05:37 -0800 Subject: [PATCH] fix: correct JSON syntax issues --- vendordeps/maple-sim.json | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/vendordeps/maple-sim.json b/vendordeps/maple-sim.json index be62dbd..d431d61 100644 --- a/vendordeps/maple-sim.json +++ b/vendordeps/maple-sim.json @@ -1,10 +1,4 @@ { - "fileName": "maple-sim.json", - "name": "maplesim", - "version": "0.3.1", - "frcYear": "2025", - "uuid": "c39481e8-4a63-4a4c-9df6-48d91e4da37b", - "mavenUrls": [{ "fileName": "maple-sim.json", "name": "maplesim", "version": "0.3.2", @@ -34,26 +28,3 @@ ] } - "https://shenzhen-robotics-alliance.github.io/maple-sim/vendordep/repos/releases", - "https://repo1.maven.org/maven2" - ], - "jsonUrl": "https://shenzhen-robotics-alliance.github.io/maple-sim/vendordep/maple-sim.json", - "javaDependencies": [ - { - "groupId": "org.ironmaple", - "artifactId": "maplesim-java", - "version": "0.3.1" - }, - { - "groupId": "org.dyn4j", - "artifactId": "dyn4j", - "version": "5.0.2" - } - ], - "jniDependencies": [ - - ], - "cppDependencies": [ - - ] -}