You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2022/03/09 11:43:39 UTC

[rocketmq-mqtt] branch main updated: [ISSUE #10] remove duplicated caffeine dependency in pom.xml (#11)

This is an automated email from the ASF dual-hosted git repository.

duhengforever pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-mqtt.git


The following commit(s) were added to refs/heads/main by this push:
     new b081013  [ISSUE #10] remove duplicated caffeine dependency in pom.xml (#11)
b081013 is described below

commit b081013f2ee4d7e14453de6caa5efd3fb9c74f75
Author: ChangingFond <fc...@hotmail.com>
AuthorDate: Wed Mar 9 19:43:36 2022 +0800

    [ISSUE #10] remove duplicated caffeine dependency in pom.xml (#11)
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2fbc370..5b41946 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,11 +108,6 @@
                 <version>3.0.2</version>
             </dependency>
             <dependency>
-                <groupId>com.github.ben-manes.caffeine</groupId>
-                <artifactId>caffeine</artifactId>
-                <version>2.6.2</version>
-            </dependency>
-            <dependency>
                 <groupId>commons-codec</groupId>
                 <artifactId>commons-codec</artifactId>
                 <version>1.15</version>