xieshengjie hace 3 años
padre
commit
19f94bf2ab
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  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>