Skip to content

Commit

Permalink
Fixup vendordep file
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Jan 2, 2024
1 parent e5a5365 commit 2ba7938
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion snobotsim_vendordep_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,22 @@
"javaDependencies": [
{
"groupId": "org.snobotv2",
"artifactId": "snobot_sim_java",
"artifactId": "snobot_sim_java_base",
"version": "$VERSION"
},
{
"groupId": "org.snobotv2",
"artifactId": "snobot_sim_java_navx",
"version": "$VERSION"
},
{
"groupId": "org.snobotv2",
"artifactId": "snobot_sim_java_phoenix5",
"version": "$VERSION"
},
{
"groupId": "org.snobotv2",
"artifactId": "snobot_sim_java_revlib",
"version": "$VERSION"
},
{
Expand Down

0 comments on commit 2ba7938

Please sign in to comment.