dependencies {
compile project(':crm-commons')
compile 'org.springframework.boot:spring-boot-starter-web'
compile 'org.springframework.boot:spring-boot-starter-log4j2'
compile 'org.springframework.boot:spring-boot-starter-actuator'
compile 'org.springframework.boot:spring-boot-starter-security'
compile 'com.google.guava:guava:25.1-jre'
compile 'org.apache.httpcomponents:httpclient'
compile 'org.springframework.boot:spring-boot-starter-thymeleaf'
compile 'org.thymeleaf.extras:thymeleaf-extras-springsecurity4:2.1.2.RELEASE'
compile 'org.passay:passay:1.0'
compile 'io.jsonwebtoken:jjwt:0.9.1'
compile 'com.liqpay:liqpay-sdk:0.6'
compile '
org.springframework.cloud:spring-cloud-starter-config:2.2.1.RELEASE'
testCompile 'org.springframework.boot:spring-boot-starter-test'
testCompile 'com.openpojo:openpojo:0.8.10'
testCompile 'org.hamcrest:hamcrest-library:1.3'
testCompile '
org.springframework.security:spring-security-test:5.0.7.RELEASE'
}