Просмотр исходного кода

Log4j should be included in WAR bundles.

Ben Alex 20 лет назад
Родитель
Сommit
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>