]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
Finalize release
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index e2182a7342908ca8133a970340bc8ed223492e48..30b1f4375219ad3d4de5e451204bdb45fc622f96 100644 (file)
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -7,7 +6,7 @@
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>0.9-SNAPSHOT</version>
+       <version>0.9.4-SNAPSHOT</version>
        <description>SLC Distribution</description>
        <url>
                http://www.argeo.org/projects/slc/${project.artfactId}/${project.version}
@@ -17,6 +16,7 @@
                <version.spring-ws>1.5.2</version.spring-ws>
                <version.maven>2.0.9</version.maven>
                <version.ant>1.7.0</version.ant>
+               <version.jetty>6.1.11</version.jetty>
        </properties>
        <scm>
                <connection>
@@ -94,7 +94,7 @@
                                <plugin>
                                        <groupId>org.mortbay.jetty</groupId>
                                        <artifactId>maven-jetty-plugin</artifactId>
-                                       <version>6.1.10</version>
+                                       <version>${version.jetty}</version>
                                        <configuration>
                                                <contextPath>org.argeo.slc.webapp</contextPath>
                                                <stopKey>stopKey</stopKey>
                                                        </connector>
                                                </connectors>
                                        </configuration>
+                                       <dependencies>
+                                               <dependency>
+                                                       <groupId>hsqldb</groupId>
+                                                       <artifactId>hsqldb</artifactId>
+                                                       <version>1.8.0.9</version>
+                                               </dependency>
+                                               <dependency>
+                                                       <groupId>org.mortbay.jetty</groupId>
+                                                       <artifactId>jetty-plus</artifactId>
+                                                       <version>${version.jetty}</version>
+                                               </dependency>
+                                               <dependency>
+                                                       <groupId>org.mortbay.jetty</groupId>
+                                                       <artifactId>jetty-naming</artifactId>
+                                                       <version>${version.jetty}</version>
+                                               </dependency>
+                                               <dependency>
+                                                       <groupId>log4j</groupId>
+                                                       <artifactId>log4j</artifactId>
+                                                       <version>1.2.14</version>
+                                                       <type>jar</type>
+                                               </dependency>
+                                       </dependencies>
                                </plugin>
                        </plugins>
                </pluginManagement>
                                <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>
                                <version>1.1</version>
                        </dependency>
 
+                       <!-- DB Drivers -->
                        <dependency>
                                <groupId>hsqldb</groupId>
                                <artifactId>hsqldb</artifactId>
                                <artifactId>servlet-api</artifactId>
                                <version>2.5</version>
                        </dependency>
-                       <dependency>
-                               <groupId>c3p0</groupId>
-                               <artifactId>c3p0</artifactId>
-                               <version>0.9.1.2</version>
-                       </dependency>
 
                        <dependency>
                                <groupId>org.apache.maven</groupId>
                                <artifactId>aspectjweaver</artifactId>
                                <version>1.6.0</version>
                        </dependency>
+
+                       <dependency>
+                               <groupId>net.sourceforge.jexcelapi</groupId>
+                               <artifactId>jxl</artifactId>
+                               <version>2.6.8</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>com.lowagie</groupId>
+                               <artifactId>itext</artifactId>
+                               <version>2.1.2</version>
+                       </dependency>
+
+
                </dependencies>
        </dependencyManagement>
        <repositories>