Update build.gradle
This commit is contained in:
parent
2e31a4d4c1
commit
fc35527b98
@ -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'
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user