Update build.gradle

This commit is contained in:
Sébastien Clément 2018-01-12 14:56:36 +01:00 committed by GitHub
parent 2e31a4d4c1
commit fc35527b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,11 +35,11 @@ dependencies {
compile 'net.dv8tion:JDA:3.3.1_303'
compile group: 'org.json', name: 'json', version: '20160810'
// JPA Data (We are going to use Repositories, Entities, Hibernate, etc...)
compile("org.springframework.boot:spring-boot-starter-data-jpa") {
exclude group:"org.springframework.boot", module: "spring-boot-starter-logging"
}
//compile("org.springframework.boot:spring-boot-starter-data-jpa") {
// exclude group:"org.springframework.boot", module: "spring-boot-starter-logging"
//}
// Use MySQL Connector-J
compile 'mysql:mysql-connector-java'
//compile 'mysql:mysql-connector-java'
compile 'org.reflections:reflections:0.9.11'