xieshengjie 3 years ago
parent
commit
19f94bf2ab
1 changed files with 11 additions and 0 deletions
  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>