]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
Update version flags
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index cc01e71412448dc24e57d76f6be681b1237041b3..02f4aa600ee3f1831e29f412a35b85ed834a680f 100644 (file)
@@ -7,13 +7,13 @@
        <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}
        </url>
        <properties>
-               <version.spring>2.5.4</version.spring>
+               <version.spring>2.5.5</version.spring>
                <version.spring-ws>1.5.2</version.spring-ws>
                <version.maven>2.0.9</version.maven>
                <version.ant>1.7.0</version.ant>
                        <dependency>
                                <groupId>org.dbunit</groupId>
                                <artifactId>dbunit</artifactId>
-                               <version>2.2</version>
+                               <version>2.2.3</version>
                                <exclusions>
                                        <exclusion>
                                                <groupId>junit-addons</groupId>
                        <dependency>
                                <groupId>log4j</groupId>
                                <artifactId>log4j</artifactId>
-                               <version>1.2.14</version>
+                               <version>1.2.15</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>com.sun.jmx</groupId>
+                                               <artifactId>jmxri</artifactId>
+                                       </exclusion>
+                                       <exclusion>
+                                               <groupId>com.sun.jdmk</groupId>
+                                               <artifactId>jmxtools</artifactId>
+                                       </exclusion>
+                                       <exclusion>
+                                               <groupId>javax.mail</groupId>
+                                               <artifactId>mail</artifactId>
+                                       </exclusion>
+                                       <exclusion>
+                                               <groupId>javax.jms</groupId>
+                                               <artifactId>jms</artifactId>
+                                       </exclusion>
+                               </exclusions>
                        </dependency>
                        <dependency>
                                <groupId>commons-logging</groupId>
                                <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>
                        </dependency>
 
                        <dependency>
-                               <groupId>org.apache.commons</groupId>
+                               <groupId>commons-io</groupId>
                                <artifactId>commons-io</artifactId>
-                               <version>1.3.2</version>
+                               <version>1.4</version>
                        </dependency>
                        <dependency>
                                <groupId>commons-cli</groupId>
                                <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>