Author: julien_viet
Date: 2011-08-13 03:47:35 -0400 (Sat, 13 Aug 2011)
New Revision: 7066
Modified:
maven/dep/trunk/pom.xml
Log:
GTNMAVEN-31 : Adding missing dependencies in gatein-dep
Modified: maven/dep/trunk/pom.xml
===================================================================
--- maven/dep/trunk/pom.xml 2011-08-13 06:32:51 UTC (rev 7065)
+++ maven/dep/trunk/pom.xml 2011-08-13 07:47:35 UTC (rev 7066)
@@ -64,6 +64,7 @@
<version.oauth.core_oauth-provider>20100527</version.oauth.core_oauth-provider>
<version.oauth.core_oauth-httpclient4>20090913</version.oauth.core_oauth-httpclient4>
<version.caja.caja>r4251</version.caja.caja>
+ <version.caja.json>r1</version.caja.json>
<version.caja.htmlparser>r4209</version.caja.htmlparser>
<version.jibx>1.2.2</version.jibx>
<version.antlr>2.7.6rc1</version.antlr>
@@ -334,6 +335,11 @@
<version>${version.apache.commons-httpclient}</version>
</dependency>
<dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcore</artifactId>
+ <version>${version.apache.commons-httpclient}</version>
+ </dependency>
+ <dependency>
<artifactId>commons-betwixt</artifactId>
<groupId>commons-betwixt</groupId>
<version>${version.apache.commons-betwixt}</version>
@@ -667,6 +673,11 @@
</dependency>
<dependency>
<groupId>caja</groupId>
+ <artifactId>json_simple</artifactId>
+ <version>${version.caja.json}</version>
+ </dependency>
+ <dependency>
+ <groupId>caja</groupId>
<artifactId>htmlparser</artifactId>
<version>${version.caja.htmlparser}</version>
<exclusions>
Show replies by date