version = '1.0' apply plugin: 'java' apply plugin: 'idea' apply plugin: 'war' repositories { mavenLocal() maven {url "http://maven.aliyun.com/nexus/content/groups/public/"} } dependencies { compile 'org.apache.velocity:velocity:1.7' compile 'org.codehaus.jackson:jackson-core-asl:1.9.9' compile 'org.codehaus.jackson:jackson-mapper-asl:1.9.9' compile 'net.sourceforge.jexcelapi:jxl:2.6.3' compile 'joda-time:joda-time:2.3' compile 'com.thoughtworks.xstream:xstream:1.4.8' compile 'commons-dbutils:commons-dbutils:1.6' compile 'commons-net:commons-net:3.3' compile 'org.jboss.netty:netty:3.1.0.GA' compile('jaxen:jaxen:1.1.6') { transitive = false } compile 'org.apache.cxf:cxf-rt-frontend-jaxws:3.1.11' compile 'org.apache.cxf:cxf-rt-transports-http:3.1.11' compile 'taglibs:standard:1.1.2' compile 'cglib:cglib:3.2.0' compile 'commons-jxpath:commons-jxpath:1.3' compile 'com.fasterxml.jackson.core:jackson-annotations:2.2.3' compile 'net.coobird:thumbnailator:0.4.8' compile 'org.apache.ws.security:wss4j:1.6.4' compile 'commons-httpclient:commons-httpclient:3.1-rc1' compile 'com.lowagie:itext:4.2.1' compile 'commons-beanutils:commons-beanutils-core:1.8.3' compile 'com.ibm.icu:icu4j:56.1' compile 'org.beanshell:bsh:2.0b5' compile 'avalon-framework:avalon-framework:4.1.5-RC2' compile 'xml-resolver:xml-resolver:1.2' compile 'org.codehaus.groovy:groovy-all:2.4.5' compile 'net.sourceforge.pjl-comp-filter:pjl-comp-filter:1.7' compile 'org.bouncycastle:bcprov-jdk16:1.46' compile 'javax.servlet:jstl:1.1.2' compile 'opensymphony:oscore:2.2.6' compile 'org.apache.httpcomponents:httpclient:4.3.5' compile 'org.apache.xmlgraphics:batik-bridge:1.7' compile 'org.apache.xmlgraphics:batik-svggen:1.7' compile('org.springframework.kafka:spring-kafka:1.1.1.RELEASE'){ transitive = false } compile 'org.apache.kafka:kafka_2.10:0.10.0.0' compile 'org.apache.kafka:kafka-clients:0.10.0.1' compile('org.codehaus.xfire:xfire-core:1.2.5'){ transitive = false } compile 'org.jdom:jdom:1.1.3' compile('jcifs:jcifs:1.3.17'){ transitive = false } compile 'com.alibaba:fastjson:1.2.23' compile 'com.dangdang:elastic-job-lite-core:2.1.1' compile ('com.dangdang:elastic-job-lite-spring:2.1.1'){ transitive = false } compile 'org.apache.axis:axis:1.4' compile 'javax.xml.rpc:javax.xml.rpc-api:1.1' compile 'org.apache.commons:commons-io:1.3.2' compile 'org.apache.commons:commons-io:1.3.2' compile 'commons-discovery:commons-discovery:0.5' compile 'org.apache.axis2:axis2:1.7.8' compile 'org.apache.ws.commons.axiom:axiom-api:1.2.13' compile 'org.apache.ws.commons.axiom:axiom-impl:1.2.13' compile 'org.apache.axis2:axis2-transport-local:1.7.8' compile 'org.apache.axis2:axis2-transport-http:1.7.8' compile 'org.apache.axis2:axis2-adb:1.7.8' compile 'org.zenframework.z8.dependencies.commons:mail-1.4.7:2.0' providedCompile "javax.servlet:javax.servlet-api:3.1.0" providedCompile "javax.servlet.jsp:jsp-api:2.2.1-b03" compile ( project(':model'), project(':common'), project(':interface'), project(':business') ) compile fileTree(dir: '../lib', include: '*.jar') } configurations.compile.resolutionStrategy{ failOnVersionConflict() force 'commons-collections:commons-collections:3.2' force 'commons-lang:commons-lang:2.5' force 'commons-beanutils:commons-beanutils:1.8.3' force 'commons-beanutils:commons-beanutils-core:1.8.3' force 'commons-logging:commons-logging:1.1.3' force 'commons-codec:commons-codec:1.5' force 'commons-digester:commons-digester:2.1' force 'commons-io:commons-io:2.2' force 'org.apache.commons:commons-lang3:3.4' force 'org.apache.kafka:kafka-clients:0.10.0.1' force 'dom4j:dom4j:1.6.1' force 'org.slf4j:slf4j-api:1.7.9' force 'org.hibernate:hibernate-core:3.6.9.Final' force 'log4j:log4j:1.2.17' force 'xml-apis:xml-apis:2.0.2' force 'com.fasterxml.jackson.core:jackson-annotations:2.2.3' force 'xerces:xercesImpl:2.8.1' force 'joda-time:joda-time:2.3' force 'org.apache.santuario:xmlsec:1.4.6' force 'com.lowagie:itext:4.2.1' force 'commons-collections:commons-collections:3.2' force 'org.springframework:spring-context:4.3.3.RELEASE' force 'org.springframework:spring-context-support:3.2.13.RELEASE' force 'org.springframework:spring-aop:4.3.3.RELEASE' force 'org.springframework:spring-expression:4.3.3.RELEASE' force 'org.springframework:spring-test:4.3.3.RELEASE' force 'org.springframework:spring-beans:4.3.3.RELEASE' force 'org.springframework:spring-core:4.3.3.RELEASE' force 'org.springframework:spring-web:3.2.13.RELEASE' force 'org.springframework:spring-webmvc:3.2.13.RELEASE' force 'org.springframework:spring-orm:3.2.13.RELEASE' force 'org.springframework:spring-tx:3.2.13.RELEASE' force 'org.springframework:spring-jdbc:3.2.13.RELEASE' force 'org.slf4j:slf4j-log4j12:1.7.21' force 'org.codehaus.jackson:jackson-mapper-asl:1.9.9' force 'commons-pool:commons-pool:1.3' force 'org.codehaus.woodstox:wstx-asl:3.2.9' force 'commons-httpclient:commons-httpclient:3.1-rc1' force 'org.apache.geronimo.specs:geronimo-activation_1.1_spec:1.1' force "jaxen:jaxen:1.1.6" force "org.apache.httpcomponents:httpcore:4.3.2" // force "org.apache.ws.commons.axiom:axiom-api:1.2.8" // force "org.apache.ws.commons.axiom:axiom-impl:1.2.8" force 'org.apache.ws.commons.axiom:axiom-api:1.2.13' force 'org.apache.ws.commons.axiom:axiom-impl:1.2.13' force "org.apache.ws.commons.schema:XmlSchema:1.4.3" force 'org.apache.httpcomponents:httpclient:4.3.6' force 'com.fasterxml.jackson.core:jackson-databind:2.7.6' force "org.apache.ant:ant:1.9.4" force "xalan:xalan:2.7.0" force "org.ow2.asm:asm:5.0.4" force 'com.google.guava:guava:18.0' force 'com.google.code.gson:gson:2.7' force 'wsdl4j:wsdl4j:1.6.3' } war { archiveName 'BH_EDI.war' }