From 60550a9334b9c49c134843d706277e3fe8272cca Mon Sep 17 00:00:00 2001 From: venturechan Date: Thu, 24 May 2018 20:12:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9cache-POM=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/taoshop-common/pom.xml | 67 +++++++++++++++++++ .../taoshop-common-cache/pom.xml | 27 +++++++- 2 files changed, 93 insertions(+), 1 deletion(-) diff --git a/src/taoshop-common/pom.xml b/src/taoshop-common/pom.xml index df60934..6ce54f3 100644 --- a/src/taoshop-common/pom.xml +++ b/src/taoshop-common/pom.xml @@ -32,6 +32,72 @@ + + org.apache.httpcomponents + httpclient + + + org.apache.commons + commons-lang3 + + + org.apache.commons + commons-collections4 + + + com.alibaba + fastjson + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-annotations + + + org.springframework.boot + spring-boot-starter + + + org.springframework.boot + spring-boot-starter-logging + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-jdbc + + + org.springframework.data + spring-data-commons + + + com.maxmind.geoip2 + geoip2 + + + commons-io + commons-io + + + org.aspectj + aspectjrt + + + org.aspectj + aspectjweaver + junit junit @@ -40,6 +106,7 @@ + diff --git a/src/taoshop-common/taoshop-common-cache/pom.xml b/src/taoshop-common/taoshop-common-cache/pom.xml index 470d4d7..19499a6 100644 --- a/src/taoshop-common/taoshop-common-cache/pom.xml +++ b/src/taoshop-common/taoshop-common-cache/pom.xml @@ -9,9 +9,34 @@ 1.0-SNAPSHOT 4.0.0 + org.muses.commo taoshop-common-cache - 1.0-SNAPSHOT + jar + + + UTF-8 + + + + + + org.springframework.boot + spring-boot-starter-cache + + + org.springframework.boot + spring-boot-starter-data-redis + + + com.github.ben-manes.caffeine + caffeine + + \ No newline at end of file -- GitLab