ACE-740 Upgrade gdata dependencies from 1.45 to 1.47.1

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@63583 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Samuel Langlois
2014-03-04 12:22:24 +00:00
parent 55f4ec41e7
commit e28a06cdee

28
pom.xml
View File

@@ -684,38 +684,38 @@
<!-- GData --> <!-- GData -->
<dependency> <dependency>
<groupId>com.google.gdata</groupId> <groupId>com.google.gdata</groupId>
<artifactId>com.google.gdata.gdata-core</artifactId> <artifactId>gdata-core-1.0</artifactId>
<version>1.0</version> <version>1.47.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.gdata</groupId> <groupId>com.google.gdata</groupId>
<artifactId>com.google.gdata.gdata-media</artifactId> <artifactId>gdata-media-1.0</artifactId>
<version>1.0</version> <version>1.47.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.gdata</groupId> <groupId>com.google.gdata</groupId>
<artifactId>com.google.gdata.gdata-client</artifactId> <artifactId>gdata-client-1.0</artifactId>
<version>1.0</version> <version>1.47.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.gdata</groupId> <groupId>com.google.gdata</groupId>
<artifactId>com.google.gdata.gdata-client-meta</artifactId> <artifactId>gdata-client-meta-1.0</artifactId>
<version>1.0</version> <version>1.47.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.gdata</groupId> <groupId>com.google.gdata</groupId>
<artifactId>com.google.gdata.gdata-docs</artifactId> <artifactId>gdata-docs-3.0</artifactId>
<version>3.0</version> <version>1.47.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.gdata</groupId> <groupId>com.google.gdata</groupId>
<artifactId>com.google.gdata.gdata-docs-meta</artifactId> <artifactId>gdata-docs-meta-3.0</artifactId>
<version>3.0</version> <version>1.47.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.gdata</groupId> <groupId>com.google.gdata</groupId>
<artifactId>gdata-youtube</artifactId> <artifactId>gdata-youtube-2.0</artifactId>
<version>2.0</version> <version>1.47.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.guava</groupId> <groupId>com.google.guava</groupId>