]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
Deactivate default log4j init
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index e2182a7342908ca8133a970340bc8ed223492e48..34060d27c47adbad6472d1acb3e98fd92f85147c 100644 (file)
@@ -7,7 +7,7 @@
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>0.9-SNAPSHOT</version>
+       <version>0.9.3-SNAPSHOT</version>
        <description>SLC Distribution</description>
        <url>
                http://www.argeo.org/projects/slc/${project.artfactId}/${project.version}
                                                                <maxIdleTime>60000</maxIdleTime>
                                                        </connector>
                                                </connectors>
+                                               <systemProperties>
+                                                       <systemProperty>
+                                                               <!-- some library (JExcelAPi) include log4j config in their jar -->
+                                                               <name>log4j.defaultInitOverride</name>
+                                                               <value>true</value>
+                                                       </systemProperty>
+                                               </systemProperties>
                                        </configuration>
                                </plugin>
                        </plugins>
                                <artifactId>hibernate</artifactId>
                                <version>3.2.6.ga</version>
                        </dependency>
+                       <dependency>
+                               <groupId>net.sf.ehcache</groupId>
+                               <artifactId>ehcache</artifactId>
+                               <version>1.4.1</version>
+                       </dependency>
 
                        <dependency>
                                <groupId>org.springframework</groupId>
                                <artifactId>spring-context</artifactId>
                                <version>${version.spring}</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>spring-context-support</artifactId>
+                               <version>${version.spring}</version>
+                       </dependency>
                        <dependency>
                                <groupId>org.springframework</groupId>
                                <artifactId>spring-orm</artifactId>
                                <artifactId>aspectjweaver</artifactId>
                                <version>1.6.0</version>
                        </dependency>
+
+                       <dependency>
+                               <groupId>net.sourceforge.jexcelapi</groupId>
+                               <artifactId>jxl</artifactId>
+                               <version>2.6.3</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>com.lowagie</groupId>
+                               <artifactId>itext</artifactId>
+                               <version>2.1.2</version>
+                       </dependency>
+
+
                </dependencies>
        </dependencyManagement>
        <repositories>