gradle.rst
changeset 2363 f71d7d499489
parent 2356 f4b0cdaf07db
child 2364 3ae6885e729f
equal deleted inserted replaced
2362:6bd37f28f8c9 2363:f71d7d499489
   353 
   353 
   354   compile 'org.springframework:spring-web:4.3.10.RELEASE' {
   354   compile 'org.springframework:spring-web:4.3.10.RELEASE' {
   355       exclude group: 'com.google.code.gson', module: 'gson'
   355       exclude group: 'com.google.code.gson', module: 'gson'
   356   }
   356   }
   357 
   357 
       
   358   implementation project(':core'), {
       
   359       exclude group: 'org.quartz-scheduler'
       
   360   }
       
   361 
   358   configurations.all {
   362   configurations.all {
   359       exclude group: 'com.google.code.gson', module: 'gson'
   363       exclude group: 'com.google.code.gson', module: 'gson'
   360   }
   364   }
   361 
   365 
   362   configurations.runtime {
   366   configurations.runtime {