]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
Introduce httpd server manager
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index e2182a7342908ca8133a970340bc8ed223492e48..83056b2a8c641ea0e6e155db61b7e83d25d5917c 100644 (file)
                                <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>