From 63f30974dc8b2e03215473165e9dd76741ed8da6 Mon Sep 17 00:00:00 2001 From: richie Date: Tue, 2 Jun 2020 19:21:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BE=9D=E8=B5=96=EF=BC=8C?= =?UTF-8?q?=E7=A1=AE=E4=BF=9D=E4=B8=8D=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index 525d838..c9184f9 100644 --- a/build.gradle +++ b/build.gradle @@ -45,9 +45,12 @@ dependencies { implementation 'org.swingexplorer:swexpl:2.0' implementation 'org.swingexplorer:swag:1.0' implementation 'org.apache.tomcat:tomcat-catalina:8.5.32' + implementation 'org.apache.tomcat:tomcat-jasper:8.5.32' implementation 'mysql:mysql-connector-java:5.1.44' implementation 'com.fr.third:jxbrowser:6.23.1' implementation 'com.fr.third:jxbrowser-mac:6.23.1' + implementation 'org.slf4j:slf4j-api:1.7.30' + implementation 'org.slf4j:slf4j-simple:1.7.30' testImplementation 'junit:junit:4.12' testImplementation 'org.easymock:easymock:3.5.1' }