[tuxdroid-svn] r5706 - software_suite_v3/software/plugin/plugin-facebook/branches/october_release
Status: Beta
Brought to you by:
ks156
|
From: jerome <c2m...@c2...> - 2009-10-16 08:44:57
|
Author: jerome
Date: 2009-10-16 10:44:43 +0200 (Fri, 16 Oct 2009)
New Revision: 5706
Modified:
software_suite_v3/software/plugin/plugin-facebook/branches/october_release/pom.xml
Log:
* Updated dependencies.
Modified: software_suite_v3/software/plugin/plugin-facebook/branches/october_release/pom.xml
===================================================================
--- software_suite_v3/software/plugin/plugin-facebook/branches/october_release/pom.xml 2009-10-16 08:38:37 UTC (rev 5705)
+++ software_suite_v3/software/plugin/plugin-facebook/branches/october_release/pom.xml 2009-10-16 08:44:43 UTC (rev 5706)
@@ -38,7 +38,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
- <version>2.1.3</version>
+ <version>2.1.9</version>
</dependency>
<dependency>
@@ -52,6 +52,11 @@
<version>2.1.1</version>
</dependency>
<dependency>
+ <groupId>com.google.code.facebookapi</groupId>
+ <artifactId>facebook-java-api-schema</artifactId>
+ <version>2.1.1</version>
+ </dependency>
+ <dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
|