Index: build.gradle =================================================================== diff -u -r16575 -r16599 --- build.gradle (.../build.gradle) (revision 16575) +++ build.gradle (.../build.gradle) (revision 16599) @@ -32,9 +32,11 @@ ext.struts2Version = '2.3.24.1' ext.cxfVersion = '3.1.5' ext.encoding = 'UTF-8' - ext.webAppLibDir = "../ssts-web/src/main/webapp/WEB-INF/lib" + ext.webInfDir = "../ssts-web/src/main/webapp/WEB-INF" + ext.webAppLibDir = webInfDir + "/lib" // 用ext方式定义变量,以便子项目进行引用 ext.projectName = projectName + ext.webProjectDir = webProjectDir compileJava { sourceCompatibility = jdkversion @@ -139,7 +141,7 @@ } - version = '4.1.116' + version = '4.1.160' group = 'com.forgon' /* @@ -691,7 +693,7 @@ } } -// 惠州市中心人民医院特有代码 +// 惠州市中心人民医院特有代码,SSO登录 project("ssts-client-hzszxrmyy-misc") { dependencies { compile (project(":ssts-basedata")) @@ -839,7 +841,6 @@ compile (project(":ssts-datasync")) compile (project(":ssts-datasync-default-impl")) - // ssts-web项目,具有条件依赖,根据发布项目的名称,依赖于不同的jar包 if (projectName == 'gyey'){ // 广医二院 compile (project(":ssts-datasync-settlement-gyey-impl"))