mirror of
https://github.com/2006-Scape/Maven.git
synced 2026-07-03 00:37:52 +00:00
Fixed JSON parsing error
This commit is contained in:
+18
-6
@@ -3,16 +3,28 @@
|
|||||||
"dependencies":[
|
"dependencies":[
|
||||||
{
|
{
|
||||||
"317-api-minified":[
|
"317-api-minified":[
|
||||||
{"groupId": "org.parabot"},
|
{
|
||||||
{"artifactId": "317-api-minified"},
|
"groupId":"org.parabot"
|
||||||
{"version": "1.1"}
|
},
|
||||||
|
{
|
||||||
|
"artifactId":"317-api-minified"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version":"1.1"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"client":[
|
"client":[
|
||||||
{"groupId": "org.parabot"},
|
{
|
||||||
{"artifactId": "client},
|
"groupId":"org.parabot"
|
||||||
{"version": "2.2"}
|
},
|
||||||
|
{
|
||||||
|
"artifactId":"client"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version":"2.2"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user