wangmh 8 سال پیش
والد
کامیت
161c5dfdf3
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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")