Luke Taylor пре 17 година
родитељ
комит
d5a751e784
1 измењених фајлова са 6 додато и 1 уклоњено
  1. 6 1
      samples/contacts/pom.xml

+ 6 - 1
samples/contacts/pom.xml

@@ -76,6 +76,11 @@
             <artifactId>hessian</artifactId>
             <version>3.0.1</version>
         </dependency>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <scope>runtime</scope>
+        </dependency>
     </dependencies>
 
     <build>
@@ -100,4 +105,4 @@
         </plugins>
     </build>
 
-</project>
+</project>