Forget dependency

This commit is contained in:
BrokenFire 2018-02-27 12:16:34 +01:00
parent aede68e521
commit 7354971f55

View File

@ -42,7 +42,7 @@ dependencies {
// Use MySQL Connector-J
compile 'mysql:mysql-connector-java'
compile 'org.reflections:reflections:0.9.11'
compile 'org.apache.commons:commons-lang3:3.7'
testCompile('org.springframework.boot:spring-boot-starter-test')
testCompile('com.jayway.jsonpath:json-path')