Browse Source

bug修复

wangmh 7 years ago
parent
commit
161c5dfdf3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      sso-common/build.gradle

+ 2 - 0
sso-common/build.gradle

@@ -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")