Fix library issue. mojang auth requests newer libs, so we get them at dev time. But the

mojang json doesn't refer them at runtime. So there's a lib mismatch. Fortunately all are
available at mojang, so we can update the json.
This commit is contained in:
cpw 2014-06-25 18:28:50 -04:00
parent b9db002614
commit 7cafaed696
2 changed files with 5 additions and 5 deletions

View file

@ -76,10 +76,10 @@
"name": "io.netty:netty-all:4.0.10.Final"
},
{
"name": "com.google.guava:guava:15.0"
"name": "com.google.guava:guava:16.0"
},
{
"name": "org.apache.commons:commons-lang3:3.1"
"name": "org.apache.commons:commons-lang3:3.2.1"
},
{
"name": "commons-io:commons-io:2.4"

View file

@ -54,7 +54,7 @@
"serverreq":true
},
{
"name": "com.mojang:realms:1.2.3"
"name": "com.mojang:realms:1.2.4"
},
{
"name": "org.apache.commons:commons-compress:1.8.1"
@ -96,10 +96,10 @@
"name": "io.netty:netty-all:4.0.10.Final"
},
{
"name": "com.google.guava:guava:15.0"
"name": "com.google.guava:guava:16.0"
},
{
"name": "org.apache.commons:commons-lang3:3.1"
"name": "org.apache.commons:commons-lang3:3.2.1"
},
{
"name": "commons-io:commons-io:2.4"