xieshengjie 3 年之前
父節點
當前提交
19f94bf2ab
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      histroy/benchmarking-histroy-hb/pom.xml

+ 11 - 0
histroy/benchmarking-histroy-hb/pom.xml

@@ -70,7 +70,18 @@
         </dependency>
 
 
+        <dependency>
+            <groupId>com.gyee</groupId>
+            <artifactId>mr</artifactId>
+            <version>0.0.1-SNAPSHOT</version>
+            <exclusions>
+                <exclusion>
+                    <artifactId>slf4j-log4j12</artifactId>
+                    <groupId>org.slf4j</groupId>
+                </exclusion>
+            </exclusions>
 
+        </dependency>
 
     </dependencies>
     <build>