Author: tolusha
Date: 2011-03-01 10:07:32 -0500 (Tue, 01 Mar 2011)
New Revision: 4031
Modified:
ws/trunk/exo.ws.commons/pom.xml
ws/trunk/exo.ws.rest.core/pom.xml
ws/trunk/exo.ws.rest.ext/pom.xml
ws/trunk/pom.xml
Log:
EXOJCR-1159: update libraries
Modified: ws/trunk/exo.ws.commons/pom.xml
===================================================================
--- ws/trunk/exo.ws.commons/pom.xml 2011-03-01 15:06:49 UTC (rev 4030)
+++ ws/trunk/exo.ws.commons/pom.xml 2011-03-01 15:07:32 UTC (rev 4031)
@@ -42,10 +42,6 @@
<artifactId>exo.kernel.commons.test</artifactId>
</dependency>
<dependency>
- <groupId>javax.xml.stream</groupId>
- <artifactId>stax-api</artifactId>
- </dependency>
- <dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
</dependency>
Modified: ws/trunk/exo.ws.rest.core/pom.xml
===================================================================
--- ws/trunk/exo.ws.rest.core/pom.xml 2011-03-01 15:06:49 UTC (rev 4030)
+++ ws/trunk/exo.ws.rest.core/pom.xml 2011-03-01 15:07:32 UTC (rev 4031)
@@ -64,10 +64,6 @@
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>
- <groupId>javax.xml.stream</groupId>
- <artifactId>stax-api</artifactId>
- </dependency>
- <dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
</dependency>
@@ -80,7 +76,7 @@
<artifactId>picocontainer</artifactId>
</dependency>
<dependency>
- <groupId>jtidy</groupId>
+ <groupId>net.sf.jtidy</groupId>
<artifactId>jtidy</artifactId>
</dependency>
<dependency>
@@ -101,6 +97,10 @@
<artifactId>jsr311-api</artifactId>
</dependency>
<dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </dependency>
+ <dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
</dependency>
Modified: ws/trunk/exo.ws.rest.ext/pom.xml
===================================================================
--- ws/trunk/exo.ws.rest.ext/pom.xml 2011-03-01 15:06:49 UTC (rev 4030)
+++ ws/trunk/exo.ws.rest.ext/pom.xml 2011-03-01 15:07:32 UTC (rev 4031)
@@ -71,7 +71,7 @@
<artifactId>jsr250-api</artifactId>
</dependency>
<dependency>
- <groupId>jtidy</groupId>
+ <groupId>net.sf.jtidy</groupId>
<artifactId>jtidy</artifactId>
</dependency>
<dependency>
@@ -84,11 +84,6 @@
<artifactId>jsr311-api</artifactId>
</dependency>
<dependency>
- <groupId>javax.xml.stream</groupId>
- <artifactId>stax-api</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
</dependency>
Modified: ws/trunk/pom.xml
===================================================================
--- ws/trunk/pom.xml 2011-03-01 15:06:49 UTC (rev 4030)
+++ ws/trunk/pom.xml 2011-03-01 15:07:32 UTC (rev 4031)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform</groupId>
<artifactId>foundation-parent</artifactId>
- <version>7</version>
+ <version>8-SNAPSHOT</version>
</parent>
<groupId>org.exoplatform.ws</groupId>
@@ -113,11 +113,6 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>javax.xml.stream</groupId>
- <artifactId>stax-api</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
@@ -125,12 +120,12 @@
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
- <version>1.4</version>
+ <version>1.4.4</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
- <version>1.1</version>
+ <version>1.1.1</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
@@ -143,19 +138,24 @@
<version>1.1</version>
</dependency>
<dependency>
- <groupId>jtidy</groupId>
+ <groupId>net.sf.jtidy</groupId>
<artifactId>jtidy</artifactId>
- <version>4aug2000r7-dev</version>
+ <version>r938</version>
</dependency>
<dependency>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
- <version>0.4</version>
+ <version>0.7.4</version>
</dependency>
<dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.4</version>
+ </dependency>
+ <dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
- <!-- <version>1.2.1</version>-->
+ <!-- version>1.2.1</version -->
<version>1.0</version>
</dependency>
<dependency>
@@ -171,18 +171,18 @@
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
- <version>1.1.3.4.O</version>
+ <version>1.1.4c</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.5.8</version>
+ <version>1.6.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
- <version>1.6.5</version>
+ <version>1.7.6</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
Show replies by date