From 4f970635b7d1653a2569c107873be38ae999c2e7 Mon Sep 17 00:00:00 2001 From: caTrixLiu Date: Thu, 24 Oct 2024 11:26:23 +0800 Subject: [PATCH] updated maple sim vendordep --- vendordeps/maple-sim.json | 60 ++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 33 deletions(-) diff --git a/vendordeps/maple-sim.json b/vendordeps/maple-sim.json index 6c17837..65b3d3e 100644 --- a/vendordeps/maple-sim.json +++ b/vendordeps/maple-sim.json @@ -1,35 +1,29 @@ { - "fileName": "maple-sim.json", - "name": "MapleSim", - "version": "0.0.1", - "uuid": "123e4567-e89b-12d3-a456-426614174000", - "frcYear": "2024", - "mavenUrls": [ - "https://3015rangerrobotics.github.io/pathplannerlib/repo" - ], - "jsonUrl": "", - "javaDependencies": [ - { - "groupId": "junit", - "artifactId": "junit", - "version": "4.13.1" - }, - { - "groupId": "org.dyn4j", - "artifactId": "dyn4j", - "version": "5.0.2" - }, - { - "groupId": "com.pathplanner.lib", - "artifactId": "PathplannerLib-java", - "version": "2024.2.8" - }, - { - "groupId": "org.ironmaple", - "artifactId": "maple-sim", - "version": "0.1.0" - } - ], - "jniDependencies": [], - "cppDependencies": [] + "fileName": "maple-sim.json", + "name": "maplesim", + "version": "0.1.3", + "frcYear": "2024", + "uuid": "c39481e8-4a63-4a4c-9df6-48d91e4da37b", + "mavenUrls": [ + "https://thenetworkgrinch.github.io/maple-sim/maplesim/repos/releases" + ], + "jsonUrl": "https://thenetworkgrinch.github.io/maple-sim/maplesim/maple-sim.json", + "javaDependencies": [ + { + "groupId": "org.ironmaple", + "artifactId": "maplesim-java", + "version": "0.1.3" + }, + { + "groupId": "org.dyn4j", + "artifactId": "dyn4j", + "version": "5.0.2" + } + ], + "jniDependencies": [ + + ], + "cppDependencies": [ + + ] }