diff --git a/build.gradle b/build.gradle index c295e5e..324379e 100644 --- a/build.gradle +++ b/build.gradle @@ -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'