소스 검색

Added log4j dependency

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>