|
|
@@ -6,6 +6,8 @@ dependencies {
|
|
|
compile("org.springframework:spring-beans:4.3.3.RELEASE")
|
|
|
compile("org.springframework:spring-context:4.3.3.RELEASE")
|
|
|
compile("org.apache.tomcat.embed:tomcat-embed-core:8.5.5")
|
|
|
+ compile("com.alibaba:fastjson:1.2.15")
|
|
|
+ compile("org.codehaus.jackson:jackson-core-asl:1.9.13")
|
|
|
compile("net.sf.flexjson:flexjson:2.1")
|
|
|
|
|
|
testCompile("junit:junit:4.12")
|