Fixed JSON parsing error

This commit is contained in:
Jeroen Ketelaar
2015-09-14 12:53:26 +02:00
parent f6f9d5c16f
commit e876f2ca68
+18 -6
View File
@@ -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"
}
] ]
} }
] ]