소스 검색

Log4j should be included in WAR bundles.

Ben Alex 20 년 전
부모
커밋
f23e2d7145
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      project.xml

+ 3 - 0
project.xml

@@ -231,6 +231,9 @@
       <artifactId>log4j</artifactId>
       <version>1.2.8</version>
       <type>jar</type>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
     </dependency>
     <dependency>
       <groupId>junit</groupId>