From c6daaa73e56cbd649f90c722498de2d6773ac209 Mon Sep 17 00:00:00 2001 From: alexy Date: Tue, 20 Oct 2020 09:22:00 -0700 Subject: [PATCH] Remove unnecessary dependencies --- pom.xml | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/pom.xml b/pom.xml index d749c0b2..00d3bfb5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.crazycake shiro-redis - 3.3.1 + 3.3.2 jar shiro-redis @@ -78,32 +78,6 @@ 2.2 test - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 3.1.0 - runtime - - - org.apache.maven.plugins - maven-source-plugin - 3.2.1 - runtime - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.2.0 - runtime - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.0 - runtime -