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":[
{
"317-api-minified":[
{"groupId": "org.parabot"},
{"artifactId": "317-api-minified"},
{"version": "1.1"}
{
"groupId":"org.parabot"
},
{
"artifactId":"317-api-minified"
},
{
"version":"1.1"
}
]
},
{
"client":[
{"groupId": "org.parabot"},
{"artifactId": "client},
{"version": "2.2"}
{
"groupId":"org.parabot"
},
{
"artifactId":"client"
},
{
"version":"2.2"
}
]
}
]