From fc35527b9811062efa6f052bbe9811cd535e692b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Cl=C3=A9ment?= Date: Fri, 12 Jan 2018 14:56:36 +0100 Subject: [PATCH] Update build.gradle --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'