Subversion Repositories SmartDukaan

Rev

Rev 32729 | Rev 36416 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32729 Rev 36244
Line 49... Line 49...
49
   // compile group: 'log4j', name: 'apache-log4j-extras', version: '1.2.17'
49
   // compile group: 'log4j', name: 'apache-log4j-extras', version: '1.2.17'
50
   compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.8.2'
50
   compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.8.2'
51
    compile(group: 'com.auth0', name: 'java-jwt', version:'3.1.0') {
51
    compile(group: 'com.auth0', name: 'java-jwt', version:'3.1.0') {
52
		exclude(module: 'jackson-databind')
52
		exclude(module: 'jackson-databind')
53
    }
53
    }
54
    compile group: 'javax.mail', name: 'mail', version:'1.4'
54
    compile group: 'com.sun.mail', name: 'javax.mail', version:'1.6.2'
55
    compile group: 'commons-io', name: 'commons-io', version:'2.5'
55
    compile group: 'commons-io', name: 'commons-io', version:'2.5'
56
    compile (group: 'org.apache.httpcomponents', name: 'httpclient', version:'4.5.3'){ 
56
    compile (group: 'org.apache.httpcomponents', name: 'httpclient', version:'4.5.3'){ 
57
    	exclude(module: 'commons-codec')
57
    	exclude(module: 'commons-codec')
58
    }
58
    }
59
    compile group: 'org.json', name: 'json', version:'20131018'
59
    compile group: 'org.json', name: 'json', version:'20131018'