Add utilities for performance testing infrastructure.

Includes com.google.apis.google-api-services-storage and
com.google.protobuf:protobuf-java-util:3.0.0.

Change-Id: I7ae2832c9121226ae5e221648335fe828b64900e
diff --git a/common/m2/repository/com/google/api-client/google-api-client-parent/1.22.0/google-api-client-parent-1.22.0.pom b/common/m2/repository/com/google/api-client/google-api-client-parent/1.22.0/google-api-client-parent-1.22.0.pom
new file mode 100644
index 0000000..0fdf372
--- /dev/null
+++ b/common/m2/repository/com/google/api-client/google-api-client-parent/1.22.0/google-api-client-parent-1.22.0.pom
@@ -0,0 +1,648 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.sonatype.oss</groupId>
+    <artifactId>oss-parent</artifactId>
+    <version>7</version>
+  </parent>
+  <groupId>com.google.api-client</groupId>
+  <artifactId>google-api-client-parent</artifactId>
+  <version>1.22.0</version>
+  <packaging>pom</packaging>
+  <name>Parent for the Google API Client Library for Java</name>
+
+  <url>https://github.com/google/google-api-java-client</url>
+
+  <issueManagement>
+    <system>GitHub</system>
+    <url>https://github.com/google/google-api-java-client/issues</url>
+  </issueManagement>
+
+  <inceptionYear>2010</inceptionYear>
+
+  <prerequisites>
+    <maven>2.0.9</maven>
+  </prerequisites>
+
+  <scm>
+    <connection>scm:git:https://github.com/google/google-api-java-client.git</connection>
+    <developerConnection>scm:git:ssh:git@github.com:google/google-api-java-client.git</developerConnection>
+    <url>https://github.com/google/google-api-java-client</url>
+  </scm>
+
+  <organization>
+    <name>Google</name>
+    <url>http://www.google.com/</url>
+  </organization>
+
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <developers>
+    <developer>
+      <id>yanivi</id>
+      <name>Yaniv Inbar</name>
+      <email>yanivi@google.com</email>
+      <organization>Google</organization>
+      <organizationUrl>http://www.google.com</organizationUrl>
+      <roles>
+        <role>owner</role>
+        <role>developer</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+  </developers>
+
+  <!--
+    If you add a new module, make sure to also add it in the following places:
+    * below in the dependencyManagement and maven-javadoc-plugin sections
+    * google-api-client-assembly/classpath-include
+    * google-api-client-assembly/pom.xml
+    * google-api-client-assembly/readme.html
+    * google-api-client-assembly/dependencies/<name>-dependencies.html
+        (use mvn project-info-reports:dependencies and copy from
+        google-api-client-<name>/target/site/dependencies.html)
+    * google-api-client-assembly/android-properties/*.properties
+  -->
+  <modules>
+    <module>google-api-client</module>
+    <module>google-api-client-servlet</module>
+    <module>google-api-client-android</module>
+    <module>google-api-client-appengine</module>
+    <module>google-api-client-assembly</module>
+    <module>google-api-client-gson</module>
+    <module>google-api-client-jackson2</module>
+    <module>google-api-client-java6</module>
+    <module>google-api-client-protobuf</module>
+    <module>google-api-client-xml</module>
+  </modules>
+
+  <pluginRepositories>
+    <pluginRepository>
+      <releases>
+        <updatePolicy>never</updatePolicy>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <id>central</id>
+      <name>Central Repository</name>
+      <url>https://repo.maven.apache.org/maven2</url>
+    </pluginRepository>
+    <pluginRepository>
+      <id>protoc-plugin</id>
+      <url>https://dl.bintray.com/sergei-ivanov/maven/</url>
+    </pluginRepository>
+  </pluginRepositories>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>4.8.2</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.appengine</groupId>
+        <artifactId>appengine-api-1.0-sdk</artifactId>
+        <version>${project.appengine.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.appengine</groupId>
+        <artifactId>appengine-testing</artifactId>
+        <version>${project.appengine.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.appengine</groupId>
+        <artifactId>appengine-api-labs</artifactId>
+        <version>${project.appengine.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.appengine</groupId>
+        <artifactId>appengine-api-stubs</artifactId>
+        <version>${project.appengine.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>xpp3</groupId>
+        <artifactId>xpp3</artifactId>
+        <version>${project.xpp3.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.httpcomponents</groupId>
+        <artifactId>httpclient</artifactId>
+        <version>${project.httpclient.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.guava</groupId>
+        <artifactId>guava-jdk5</artifactId>
+        <version>${project.guava.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.code.findbugs</groupId>
+        <artifactId>jsr305</artifactId>
+        <version>${project.jsr305.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>javax.jdo</groupId>
+        <artifactId>jdo2-api</artifactId>
+        <version>${project.jdo2-api.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>javax.servlet</groupId>
+        <artifactId>servlet-api</artifactId>
+        <version>2.5</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client</artifactId>
+        <version>${project.http.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-assembly</artifactId>
+        <version>${project.http.version}</version>
+        <type>pom</type>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-android</artifactId>
+        <version>${project.http.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-appengine</artifactId>
+        <version>${project.http.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-gson</artifactId>
+        <version>${project.http.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-jackson2</artifactId>
+        <version>${project.http.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-protobuf</artifactId>
+        <version>${project.http.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-jackson</artifactId>
+        <version>${project.http.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-xml</artifactId>
+        <version>${project.http.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.oauth-client</groupId>
+        <artifactId>google-oauth-client</artifactId>
+        <version>${project.oauth.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.oauth-client</groupId>
+        <artifactId>google-oauth-client-assembly</artifactId>
+        <version>${project.oauth.version}</version>
+        <type>pom</type>
+      </dependency>
+      <dependency>
+        <groupId>com.google.oauth-client</groupId>
+        <artifactId>google-oauth-client-appengine</artifactId>
+        <version>${project.oauth.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.oauth-client</groupId>
+        <artifactId>google-oauth-client-java6</artifactId>
+        <version>${project.oauth.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.oauth-client</groupId>
+        <artifactId>google-oauth-client-java7</artifactId>
+        <version>${project.oauth.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.oauth-client</groupId>
+        <artifactId>google-oauth-client-servlet</artifactId>
+        <version>${project.oauth.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.api-client</groupId>
+        <artifactId>google-api-client</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.api-client</groupId>
+        <artifactId>google-api-client-appengine</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.api-client</groupId>
+        <artifactId>google-api-client-servlet</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.api-client</groupId>
+        <artifactId>google-api-client-android</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.api-client</groupId>
+        <artifactId>google-api-client-java6</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.api-client</groupId>
+        <artifactId>google-api-client-gson</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.api-client</groupId>
+        <artifactId>google-api-client-jackson2</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.api-client</groupId>
+        <artifactId>google-api-client-protobuf</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.api-client</groupId>
+        <artifactId>google-api-client-xml</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <!-- mvn install:install-file \
+           -Dfile=$ANDROID_HOME/extras/google/google_play_services/libs/google-play-services.jar \
+           -DgroupId=com.google.android.google-play-services \
+           -DartifactId=google-play-services \
+           -Dversion=1 \
+           -Dpackaging=jar
+           -->
+      <dependency>
+        <groupId>com.google.android.google-play-services</groupId>
+        <artifactId>google-play-services</artifactId>
+        <version>1</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <build>
+    <!-- This is the parent, so only define pluginManagement, not plugins. -->
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+        <!--This plugin configuration is present to override the configuration specified in the
+          parent's pom.xml.
+          This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.1</version>
+          <configuration>
+            <mavenExecutorId>forked-path</mavenExecutorId>
+            <useReleaseProfile>true</useReleaseProfile>
+            <arguments>-Psonatype-oss-release ${arguments}</arguments>
+          </configuration>
+        </plugin>
+        <!--This plugin configuration is present to override the configuration specified in the
+          parent's pom.xml.
+          This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.1</version>
+          <configuration>
+            <mavenExecutorId>forked-path</mavenExecutorId>
+            <useReleaseProfile>true</useReleaseProfile>
+            <arguments>-Psonatype-oss-release ${arguments}</arguments>
+          </configuration>
+        </plugin>
+        <!--This plugin configuration is present to override the configuration specified in the
+          parent's pom.xml.
+          This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.1</version>
+          <configuration>
+            <mavenExecutorId>forked-path</mavenExecutorId>
+            <useReleaseProfile>true</useReleaseProfile>
+            <arguments>-Psonatype-oss-release ${arguments}</arguments>
+          </configuration>
+        </plugin>
+        <plugin>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>2.4.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>2.3.2</version>
+          <configuration>
+            <source>1.5</source>
+            <target>1.5</target>
+          </configuration>
+        </plugin>
+        <plugin>
+          <artifactId>maven-dependency-plugin</artifactId>
+          <version>2.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.5</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-ear-plugin</artifactId>
+          <version>2.4.2</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-ejb-plugin</artifactId>
+          <version>2.3</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-install-plugin</artifactId>
+          <version>2.3.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>2.3.1</version>
+          <configuration>
+            <archive>
+              <addMavenDescriptor>false</addMavenDescriptor>
+            </archive>
+          </configuration>
+        </plugin>
+        <plugin>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.7</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-plugin-plugin</artifactId>
+          <version>2.6</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-rar-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>2.4.3</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>2.1.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-source-plugin</artifactId>
+          <version>2.1.2</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.12.4</version>
+          <configuration>
+            <argLine>-Xmx1024m</argLine>
+          </configuration>
+        </plugin>
+        <plugin>
+          <artifactId>maven-war-plugin</artifactId>
+          <version>2.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-checkstyle-plugin</artifactId>
+          <version>2.6</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>findbugs-maven-plugin</artifactId>
+          <version>2.5.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>clirr-maven-plugin</artifactId>
+          <version>2.6</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-maven-plugin</artifactId>
+          <version>1.9</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-project-info-reports-plugin</artifactId>
+          <version>2.7</version>
+        </plugin>
+        <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-jar-plugin</artifactId>
+                    <versionRange>[2.3.1,)</versionRange>
+                    <goals>
+                      <goal>jar</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.datanucleus</groupId>
+                    <artifactId>maven-datanucleus-plugin</artifactId>
+                    <versionRange>[2.2.1,)</versionRange>
+                    <goals>
+                      <goal>enhance</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-enforcer-plugin</artifactId>
+                    <versionRange>[1.0,)</versionRange>
+                    <goals>
+                      <goal>enforce</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>aggregate</id>
+            <goals>
+              <goal>aggregate</goal>
+            </goals>
+            <phase>site</phase>
+            <configuration>
+              <links>
+                <link>http://download.oracle.com/javase/6/docs/api/</link>
+                <link>http://cloud.google.com/appengine/docs/java/javadoc</link>
+                <link>https://developers.google.com/api-client-library/java/google-http-java-client/reference/${project.http.version}</link>
+                <link>https://developers.google.com/api-client-library/java/google-http-java-client/reference/${project.oauth.version}</link>
+              </links>
+              <doctitle>Google API Client Library for Java ${project.version}</doctitle>
+              <overview>${basedir}/overview.html</overview>
+              <groups>
+                <group>
+                  <title>google-api-client</title>
+                  <packages>com.google.api.client.googleapis*</packages>
+                </group>
+                <group>
+                  <title>google-api-client-android</title>
+                  <packages>com.google.api.client.googleapis.extensions.android.*</packages>
+                </group>
+                <group>
+                  <title>google-api-client-appengine</title>
+                  <packages>com.google.api.client.googleapis.extensions.appengine*</packages>
+                </group>
+                <group>
+                  <title>google-api-client-gson</title>
+                  <packages>com.google.api.client.googleapis.notifications.json.gson.*</packages>
+                </group>
+                <group>
+                  <title>google-api-client-jackson2</title>
+                  <packages>com.google.api.client.googleapis.notifications.json.jackson2.*</packages>
+                </group>
+                <group>
+                  <title>google-api-client-java6</title>
+                  <packages>com.google.api.client.googleapis.extensions.java6.*</packages>
+                </group>
+                <group>
+                  <title>google-api-client-protobuf</title>
+                  <packages>com.google.api.client.googleapis.services.protobuf*:com.google.api.client.googleapis.testing.services.protobuf*</packages>
+                </group>
+                <group>
+                  <title>google-api-client-servlet</title>
+                  <packages>com.google.api.client.googleapis.extensions.servlet*</packages>
+                </group>
+                <group>
+                  <title>google-api-client-xml</title>
+                  <packages>com.google.api.client.googleapis.xml.*</packages>
+                </group>
+              </groups>
+              <windowtitle>google-api-java-client ${project.version}</windowtitle>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <configLocation>checkstyle.xml</configLocation>
+          <consoleOutput>true</consoleOutput>
+          <suppressionsLocation>${basedir}/../checkstyle-suppressions.xml</suppressionsLocation>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <configuration>
+          <excludeFilterFile>${basedir}/../findbugs-exclude.xml</excludeFilterFile>
+          <plugins>
+            <plugin>
+              <groupId>com.google.http-client</groupId>
+              <artifactId>google-http-client-findbugs</artifactId>
+              <version>${project.http.version}</version>
+            </plugin>
+          </plugins>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>clirr-maven-plugin</artifactId>
+        <configuration>
+          <comparisonVersion>1.21.0</comparisonVersion>
+          <ignoredDifferencesFile>${basedir}/../clirr-ignored-differences.xml</ignoredDifferencesFile>
+          <logResults>true</logResults>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>animal-sniffer-maven-plugin</artifactId>
+        <configuration>
+          <signature>
+            <groupId>org.codehaus.mojo.signature</groupId>
+            <artifactId>java15</artifactId>
+            <version>1.0</version>
+          </signature>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.http.version>1.22.0</project.http.version>
+    <project.oauth.version>1.22.0</project.oauth.version>
+    <project.jsr305.version>1.3.9</project.jsr305.version>
+    <project.gson.version>2.1</project.gson.version>
+    <project.jackson-core-asl.version>1.9.11</project.jackson-core-asl.version>
+    <project.jackson-core2.version>2.1.3</project.jackson-core2.version>
+    <project.protobuf-java.version>2.6.1</project.protobuf-java.version>
+    <project.guava.version>17.0</project.guava.version>
+    <project.appengine.version>1.7.7</project.appengine.version>
+    <project.xpp3.version>1.1.4c</project.xpp3.version>
+    <project.commons-logging.version>1.1.1</project.commons-logging.version>
+    <project.httpclient.version>4.0.1</project.httpclient.version>
+    <project.httpcore.version>4.0.1</project.httpcore.version>
+    <project.jdo2-api.version>2.3-eb</project.jdo2-api.version>
+    <project.transaction-api.version>1.1</project.transaction-api.version>
+  </properties>
+</project>
diff --git a/common/m2/repository/com/google/api-client/google-api-client-parent/1.22.0/google-api-client-parent-1.22.0.pom.sha1 b/common/m2/repository/com/google/api-client/google-api-client-parent/1.22.0/google-api-client-parent-1.22.0.pom.sha1
new file mode 100644
index 0000000..e99a7f0
--- /dev/null
+++ b/common/m2/repository/com/google/api-client/google-api-client-parent/1.22.0/google-api-client-parent-1.22.0.pom.sha1
@@ -0,0 +1 @@
+85a7e1e296c73b22fa1532d4ba9c4bcbbed0ac49
\ No newline at end of file
diff --git a/common/m2/repository/com/google/api-client/google-api-client/1.22.0/BUILD b/common/m2/repository/com/google/api-client/google-api-client/1.22.0/BUILD
new file mode 100644
index 0000000..925580e
--- /dev/null
+++ b/common/m2/repository/com/google/api-client/google-api-client/1.22.0/BUILD
@@ -0,0 +1,3 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+
+java_import(name = "jar", jars = ["google-api-client-1.22.0.jar"], visibility = ["//visibility:public"])
diff --git a/common/m2/repository/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.jar b/common/m2/repository/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.jar
new file mode 100644
index 0000000..b9c2b2d
--- /dev/null
+++ b/common/m2/repository/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.jar
Binary files differ
diff --git a/common/m2/repository/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.jar.sha1 b/common/m2/repository/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.jar.sha1
new file mode 100644
index 0000000..ba26d47
--- /dev/null
+++ b/common/m2/repository/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.jar.sha1
@@ -0,0 +1 @@
+0244350c0c845c583717ade13f5666a452fd0cfa
\ No newline at end of file
diff --git a/common/m2/repository/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.pom b/common/m2/repository/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.pom
new file mode 100644
index 0000000..a283348
--- /dev/null
+++ b/common/m2/repository/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.pom
@@ -0,0 +1,117 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.google.api-client</groupId>
+    <artifactId>google-api-client-parent</artifactId>
+    <version>1.22.0</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <artifactId>google-api-client</artifactId>
+  <name>Google APIs Client Library for Java</name>
+  <build>
+    <extensions>
+      <extension>
+        <groupId>kr.motd.maven</groupId>
+        <artifactId>os-maven-plugin</artifactId>
+        <version>1.4.0.Final</version>
+      </extension>
+    </extensions>
+    <plugins>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <links>
+            <link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
+            <link>http://code.google.com/appengine/docs/java/javadoc</link>
+            <link>http://javadoc.google-http-java-client.googlecode.com/hg/${project.http.version}</link>
+            <link>http://javadoc.google-oauth-java-client.googlecode.com/hg/${project.oauth.version}</link>
+          </links>
+          <doctitle>${project.name} ${project.version}</doctitle>
+          <windowtitle>${project.artifactId} ${project.version}</windowtitle>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+            </manifest>
+          </archive>
+        </configuration>
+        <executions>
+          <execution>
+            <id>jar</id>
+            <phase>compile</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>source-jar</id>
+            <phase>compile</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>com.google.protobuf.tools</groupId>
+        <artifactId>maven-protoc-plugin</artifactId>
+        <version>0.4.2</version>
+        <configuration>
+          <protocArtifact>com.google.protobuf:protoc:${project.protobuf-java.version}-build2:exe:${os.detected.classifier}</protocArtifact>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-compile</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>com.google.oauth-client</groupId>
+      <artifactId>google-oauth-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.http-client</groupId>
+      <artifactId>google-http-client-jackson2</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.http-client</groupId>
+      <artifactId>google-http-client-gson</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.http-client</groupId>
+      <artifactId>google-http-client-protobuf</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <scope>provided</scope>
+      <version>1.6</version>
+   </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava-jdk5</artifactId>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.pom.sha1 b/common/m2/repository/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.pom.sha1
new file mode 100644
index 0000000..14b6456
--- /dev/null
+++ b/common/m2/repository/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.pom.sha1
@@ -0,0 +1 @@
+56dd9157d12c69dc5a13ecb5db582aee34118803
\ No newline at end of file
diff --git a/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/BUILD b/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/BUILD
new file mode 100644
index 0000000..0a01fd9
--- /dev/null
+++ b/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/BUILD
@@ -0,0 +1,3 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+
+java_import(name = "jar", jars = ["google-api-services-storage-v1-rev82-1.22.0.jar"], visibility = ["//visibility:public"])
diff --git a/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/google-api-services-storage-v1-rev82-1.22.0.jar b/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/google-api-services-storage-v1-rev82-1.22.0.jar
new file mode 100644
index 0000000..767179e
--- /dev/null
+++ b/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/google-api-services-storage-v1-rev82-1.22.0.jar
Binary files differ
diff --git a/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/google-api-services-storage-v1-rev82-1.22.0.jar.sha1 b/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/google-api-services-storage-v1-rev82-1.22.0.jar.sha1
new file mode 100644
index 0000000..af82ebb
--- /dev/null
+++ b/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/google-api-services-storage-v1-rev82-1.22.0.jar.sha1
@@ -0,0 +1 @@
+7d06c6989206a6a076ecc579ad3fc4f8dbb41e0b
\ No newline at end of file
diff --git a/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/google-api-services-storage-v1-rev82-1.22.0.pom b/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/google-api-services-storage-v1-rev82-1.22.0.pom
new file mode 100644
index 0000000..ab36c47
--- /dev/null
+++ b/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/google-api-services-storage-v1-rev82-1.22.0.pom
@@ -0,0 +1,84 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.sonatype.oss</groupId>
+    <artifactId>oss-parent</artifactId>
+    <version>7</version>
+  </parent>
+
+  <groupId>com.google.apis</groupId>
+  <artifactId>google-api-services-storage</artifactId>
+  <version>v1-rev82-1.22.0</version>
+  <name>Cloud Storage JSON API v1-rev82-1.22.0</name>
+  <packaging>jar</packaging>
+
+  <inceptionYear>2011</inceptionYear>
+
+  <organization>
+    <name>Google</name>
+    <url>http://www.google.com/</url>
+  </organization>
+
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.3.1</version>
+        <configuration>
+          <archive>
+            <manifestEntries>
+              <Built-By>Google</Built-By>
+              <Build-Jdk>1.6.x</Build-Jdk>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.7</version>
+        <configuration>
+          <doctitle>Cloud Storage JSON API ${project.version}</doctitle>
+          <windowtitle>Cloud Storage JSON API ${project.version}</windowtitle>
+          <links>
+            <link>http://docs.oracle.com/javase/7/docs/api</link>
+          
+            <link>http://javadoc.google-http-java-client.googlecode.com/hg/1.22.0</link>
+          
+            <link>http://javadoc.google-oauth-java-client.googlecode.com/hg/1.22.0</link>
+          
+            <link>http://javadoc.google-api-java-client.googlecode.com/hg/1.22.0</link>
+          </links>
+        </configuration>
+      </plugin>
+    </plugins>
+    <sourceDirectory>.</sourceDirectory>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.google.api-client</groupId>
+      <artifactId>google-api-client</artifactId>
+      <version>1.22.0</version>
+    </dependency>
+  </dependencies>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+</project>
\ No newline at end of file
diff --git a/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/google-api-services-storage-v1-rev82-1.22.0.pom.sha1 b/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/google-api-services-storage-v1-rev82-1.22.0.pom.sha1
new file mode 100644
index 0000000..b397420
--- /dev/null
+++ b/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/google-api-services-storage-v1-rev82-1.22.0.pom.sha1
@@ -0,0 +1 @@
+15aa33d3737924c5d7baa2b5de1690ba1794a737
\ No newline at end of file
diff --git a/common/m2/repository/com/google/http-client/google-http-client-jackson2/1.22.0/BUILD b/common/m2/repository/com/google/http-client/google-http-client-jackson2/1.22.0/BUILD
new file mode 100644
index 0000000..b8980bb
--- /dev/null
+++ b/common/m2/repository/com/google/http-client/google-http-client-jackson2/1.22.0/BUILD
@@ -0,0 +1,3 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+
+java_import(name = "jar", jars = ["google-http-client-jackson2-1.22.0.jar"], visibility = ["//visibility:public"])
diff --git a/common/m2/repository/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0.jar b/common/m2/repository/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0.jar
new file mode 100644
index 0000000..64f0c15
--- /dev/null
+++ b/common/m2/repository/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0.jar
Binary files differ
diff --git a/common/m2/repository/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0.jar.sha1 b/common/m2/repository/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0.jar.sha1
new file mode 100644
index 0000000..146606d
--- /dev/null
+++ b/common/m2/repository/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0.jar.sha1
@@ -0,0 +1 @@
+cc014d64ae11117e159d334c99d9c246d9b36f44
\ No newline at end of file
diff --git a/common/m2/repository/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0.pom b/common/m2/repository/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0.pom
new file mode 100644
index 0000000..9c62d7e
--- /dev/null
+++ b/common/m2/repository/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0.pom
@@ -0,0 +1,84 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.google.http-client</groupId>
+    <artifactId>google-http-client-parent</artifactId>
+    <version>1.22.0</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <artifactId>google-http-client-jackson2</artifactId>
+  <name>Jackson 2 extensions to the Google HTTP Client Library for Java.</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <links>
+            <link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
+            <link>http://fasterxml.github.com/jackson-core/javadoc/2.0.5/</link>
+          </links>
+          <doctitle>${project.name} ${project.version}</doctitle>
+          <windowtitle>${project.artifactId} ${project.version}</windowtitle>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>source-jar</id>
+            <phase>compile</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.5</version>
+        <executions>
+          <execution>
+            <id>add-test-source</id>
+            <phase>generate-test-sources</phase>
+            <goals>
+              <goal>add-test-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>target/generated-test-sources</source>
+              </sources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>com.google.http-client</groupId>
+      <artifactId>google-http-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.http-client</groupId>
+      <artifactId>google-http-client-test</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava-jdk5</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0.pom.sha1 b/common/m2/repository/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0.pom.sha1
new file mode 100644
index 0000000..d32d21d
--- /dev/null
+++ b/common/m2/repository/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0.pom.sha1
@@ -0,0 +1 @@
+08d82fc79294edc062ac724fbc03534cb93a9a4d
\ No newline at end of file
diff --git a/common/m2/repository/com/google/http-client/google-http-client-parent/1.22.0/google-http-client-parent-1.22.0.pom b/common/m2/repository/com/google/http-client/google-http-client-parent/1.22.0/google-http-client-parent-1.22.0.pom
new file mode 100644
index 0000000..6d87fd6
--- /dev/null
+++ b/common/m2/repository/com/google/http-client/google-http-client-parent/1.22.0/google-http-client-parent-1.22.0.pom
@@ -0,0 +1,671 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.sonatype.oss</groupId>
+    <artifactId>oss-parent</artifactId>
+    <version>7</version>
+  </parent>
+  <groupId>com.google.http-client</groupId>
+  <artifactId>google-http-client-parent</artifactId>
+  <version>1.22.0</version>
+  <packaging>pom</packaging>
+  <name>Parent for the Google HTTP Client Library for Java</name>
+
+  <url>https://github.com/google/google-http-java-client</url>
+
+  <issueManagement>
+    <system>GitHub</system>
+    <url>https://github.com/google/google-http-java-client/issues</url>
+  </issueManagement>
+
+  <inceptionYear>2011</inceptionYear>
+
+  <prerequisites>
+    <maven>2.0.9</maven>
+  </prerequisites>
+
+  <scm>
+    <connection>scm:git:https://github.com/google/google-http-java-client.git</connection>
+    <developerConnection>scm:git:git@github.com:google/google-http-java-client.git</developerConnection>
+    <url>https://github.com/google/google-http-java-client</url>
+  </scm>
+
+  <organization>
+    <name>Google</name>
+    <url>http://www.google.com/</url>
+  </organization>
+
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <developers>
+    <developer>
+      <id>yanivi</id>
+      <name>Yaniv Inbar</name>
+      <email>yanivi@google.com</email>
+      <organization>Google</organization>
+      <organizationUrl>http://www.google.com</organizationUrl>
+      <roles>
+        <role>owner</role>
+        <role>developer</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+  </developers>
+
+  <!--
+    If you add a new module, make sure to also add it in the following places:
+    * below in the dependencyManagement and maven-javadoc-plugin sections
+    * google-http-client-assembly/classpath-include
+    * google-http-client-assembly/pom.xml
+    * google-http-client-assembly/readme.html
+    * google-http-client-assembly/dependencies/<name>-dependencies.html
+        (use mvn project-info-reports:dependencies and copy from
+        google-http-client-<name>/target/site/dependencies.html)
+    * google-http-client-assembly/android-properties/*.properties
+  -->
+  <modules>
+    <module>google-http-client</module>
+    <module>google-http-client-assembly</module>
+    <module>google-http-client-appengine</module>
+    <module>google-http-client-android</module>
+    <module>google-http-client-protobuf</module>
+    <module>google-http-client-gson</module>
+    <module>google-http-client-jackson</module>
+    <module>google-http-client-jackson2</module>
+    <module>google-http-client-jdo</module>
+    <module>google-http-client-xml</module>
+    <module>google-http-client-findbugs</module>
+    <module>google-http-client-test</module>
+    <module>samples/dailymotion-simple-cmdline-sample</module>
+    <module>samples/googleplus-simple-cmdline-sample</module>
+  </modules>
+
+  <pluginRepositories>
+    <pluginRepository>
+      <releases>
+        <updatePolicy>never</updatePolicy>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <id>central</id>
+      <name>Central Repository</name>
+      <url>https://repo.maven.apache.org/maven2</url>
+    </pluginRepository>
+    <pluginRepository>
+      <id>protoc-plugin</id>
+      <url>https://dl.bintray.com/sergei-ivanov/maven/</url>
+    </pluginRepository>
+  </pluginRepositories>
+
+  <!--
+    If you change the version of a dependency, make sure to update the javadoc
+    links if required, and any javadoc links of your dependency in the oauth and
+    api projects as well.
+  -->
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.codehaus.jackson</groupId>
+        <artifactId>jackson-core-asl</artifactId>
+        <version>${project.jackson-core-asl.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.fasterxml.jackson.core</groupId>
+        <artifactId>jackson-core</artifactId>
+        <version>${project.jackson-core2.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.code.gson</groupId>
+        <artifactId>gson</artifactId>
+        <version>${project.gson.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>4.8.2</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.appengine</groupId>
+        <artifactId>appengine-api-1.0-sdk</artifactId>
+        <version>${project.appengine.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.appengine</groupId>
+        <artifactId>appengine-testing</artifactId>
+        <version>${project.appengine.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.appengine</groupId>
+        <artifactId>appengine-api-stubs</artifactId>
+        <version>${project.appengine.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>xpp3</groupId>
+        <artifactId>xpp3</artifactId>
+        <version>${project.xpp3.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.httpcomponents</groupId>
+        <artifactId>httpclient</artifactId>
+        <version>${project.httpclient.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-codec</groupId>
+        <artifactId>commons-codec</artifactId>
+        <version>1.6</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.guava</groupId>
+        <artifactId>guava-jdk5</artifactId>
+        <version>${project.guava.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.code.findbugs</groupId>
+        <artifactId>jsr305</artifactId>
+        <version>${project.jsr305.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.protobuf</groupId>
+        <artifactId>protobuf-java</artifactId>
+        <version>${project.protobuf-java.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-appengine</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-android</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-protobuf</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-gson</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-jackson</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-jackson2</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-jdo</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-xml</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-findbugs</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-test</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.mockito</groupId>
+        <artifactId>mockito-all</artifactId>
+        <version>1.9.0</version>
+      </dependency>
+      <dependency>
+        <groupId>javax.jdo</groupId>
+        <artifactId>jdo2-api</artifactId>
+        <version>${project.jdo2-api.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.datanucleus</groupId>
+        <artifactId>datanucleus-core</artifactId>
+        <version>3.2.2</version>
+      </dependency>
+      <dependency>
+        <groupId>org.datanucleus</groupId>
+        <artifactId>datanucleus-api-jdo</artifactId>
+        <version>3.2.1</version>
+      </dependency>
+      <dependency>
+        <groupId>org.datanucleus</groupId>
+        <artifactId>datanucleus-rdbms</artifactId>
+        <version>3.2.1</version>
+      </dependency>
+      <dependency>
+        <groupId>mysql</groupId>
+        <artifactId>mysql-connector-java</artifactId>
+        <version>5.1.18</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <build>
+    <!-- This is the parent, so only define pluginManagement, not plugins. -->
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>build-helper-maven-plugin</artifactId>
+          <version>1.5</version>
+        </plugin>
+        <!--This plugin configuration is present to override the configuration specified in the
+          parent's pom.xml.
+          This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.1</version>
+          <configuration>
+            <mavenExecutorId>forked-path</mavenExecutorId>
+            <useReleaseProfile>true</useReleaseProfile>
+            <arguments>-Psonatype-oss-release ${arguments}</arguments>
+          </configuration>
+        </plugin>
+        <!--This plugin configuration is present to override the configuration specified in the
+          parent's pom.xml.
+          This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.1</version>
+          <configuration>
+            <mavenExecutorId>forked-path</mavenExecutorId>
+            <useReleaseProfile>true</useReleaseProfile>
+            <arguments>-Psonatype-oss-release ${arguments}</arguments>
+          </configuration>
+        </plugin>
+        <!--This plugin configuration is present to override the configuration specified in the
+          parent's pom.xml.
+          This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.1</version>
+          <configuration>
+            <mavenExecutorId>forked-path</mavenExecutorId>
+            <useReleaseProfile>true</useReleaseProfile>
+            <arguments>-Psonatype-oss-release ${arguments}</arguments>
+          </configuration>
+        </plugin>
+        <!--This plugin configuration is present to override the configuration specified in the
+          parent's pom.xml.
+          This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.1</version>
+          <configuration>
+            <mavenExecutorId>forked-path</mavenExecutorId>
+            <useReleaseProfile>true</useReleaseProfile>
+            <arguments>-Psonatype-oss-release ${arguments}</arguments>
+          </configuration>
+        </plugin>
+        <plugin>
+          <artifactId>maven-antrun-plugin</artifactId>
+          <version>1.6</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>2.4.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>2.3.2</version>
+          <configuration>
+            <source>1.5</source>
+            <target>1.5</target>
+          </configuration>
+        </plugin>
+        <plugin>
+          <artifactId>maven-dependency-plugin</artifactId>
+          <version>2.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.5</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-ear-plugin</artifactId>
+          <version>2.4.2</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-ejb-plugin</artifactId>
+          <version>2.3</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-install-plugin</artifactId>
+          <version>2.3.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>2.3.1</version>
+          <configuration>
+            <archive>
+              <addMavenDescriptor>false</addMavenDescriptor>
+              <manifest>
+                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+              </manifest>
+              <manifestEntries>
+                <Built-By>Google</Built-By>
+                <Build-Jdk>1.6.x</Build-Jdk>
+              </manifestEntries>
+            </archive>
+          </configuration>
+        </plugin>
+        <plugin>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.9</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-plugin-plugin</artifactId>
+          <version>2.6</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-rar-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>2.4.3</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>2.1.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-source-plugin</artifactId>
+          <version>2.1.2</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.12.4</version>
+          <configuration>
+            <argLine>-Xmx1024m</argLine>
+          </configuration>
+        </plugin>
+        <plugin>
+          <artifactId>maven-war-plugin</artifactId>
+          <version>2.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-checkstyle-plugin</artifactId>
+          <version>2.6</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>findbugs-maven-plugin</artifactId>
+          <version>2.5.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>clirr-maven-plugin</artifactId>
+          <version>2.6</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-maven-plugin</artifactId>
+          <version>1.9</version>
+        </plugin>
+        <plugin>
+          <groupId>org.sonatype.plugins</groupId>
+          <artifactId>jarjar-maven-plugin</artifactId>
+          <version>1.5</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-project-info-reports-plugin</artifactId>
+          <version>2.7</version>
+        </plugin>
+        <!--This plugin's configuration is used to store Eclipse m2e settings only. 
+          It has no influence on the Maven build itself. -->
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-antrun-plugin</artifactId>
+                    <versionRange>[1.6,)</versionRange>
+                    <goals>
+                      <goal>run</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>build-helper-maven-plugin</artifactId>
+                    <versionRange>[1.5,)</versionRange>
+                    <goals>
+                      <goal>add-test-source</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-resources-plugin</artifactId>
+                    <versionRange>[2.4.3,)</versionRange>
+                    <goals>
+                      <goal>resources</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-enforcer-plugin</artifactId>
+                    <versionRange>[1.0,)</versionRange>
+                    <goals>
+                      <goal>enforce</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.datanucleus</groupId>
+          <artifactId>maven-datanucleus-plugin</artifactId>
+          <version>2.2.1</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>aggregate</id>
+            <goals>
+              <goal>aggregate</goal>
+            </goals>
+            <phase>site</phase>
+            <configuration>
+              <links>
+                <link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
+                <link>http://cloud.google.com/appengine/docs/java/javadoc</link>
+                <link>http://jackson.codehaus.org/1.9.9/javadoc</link>
+                <link>http://fasterxml.github.com/jackson-core/javadoc/2.0.5/</link>
+                <link>http://google-gson.googlecode.com/svn/trunk/gson/docs/javadocs</link>
+                <link>http://docs.guava-libraries.googlecode.com/git-history/v13.0.1/javadoc</link>
+                <link>http://commons.apache.org/proper/commons-codec/javadocs/api-release</link>
+              </links>
+              <doctitle>Google HTTP Client Library for Java ${project.version}</doctitle>
+              <excludePackageNames>com.google.api.client.findbugs:com.google.api.client.test.:com.google.api.services</excludePackageNames>
+              <overview>${basedir}/overview.html</overview>
+              <groups>
+                <group>
+                  <title>google-http-client</title>
+                  <packages>com.google.api.client.http*:com.google.api.client.json*:com.google.api.client.testing*:com.google.api.client.util*</packages>
+                </group>
+                <group>
+                  <title>google-http-client-appengine</title>
+                  <packages>com.google.api.client.extensions.appengine*</packages>
+                </group>
+                <group>
+                  <title>google-http-client-android</title>
+                  <packages>com.google.api.client.extensions.android*</packages>
+                </group>
+                <group>
+                  <title>google-http-client-protobuf</title>
+                  <packages>com.google.api.client.protobuf*:com.google.api.client.http.protobuf*</packages>
+                </group>
+                <group>
+                  <title>google-http-client-gson</title>
+                  <packages>com.google.api.client.json.gson*</packages>
+                </group>
+                <group>
+                  <title>google-http-client-jackson</title>
+                  <packages>com.google.api.client.json.jackson.*</packages>
+                </group>
+                <group>
+                  <title>google-http-client-jackson2</title>
+                  <packages>com.google.api.client.json.jackson2.*</packages>
+                </group>
+                <group>
+                  <title>google-http-client-jdo</title>
+                  <packages>com.google.api.client.extensions.jdo*</packages>
+                </group>
+                <group>
+                  <title>google-http-client-xml</title>
+                  <packages>com.google.api.client.xml*:com.google.api.client.http.xml*</packages>
+                </group>
+              </groups>
+              <windowtitle>google-http-java-client ${project.version}</windowtitle>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <configLocation>checkstyle.xml</configLocation>
+          <consoleOutput>true</consoleOutput>
+          <suppressionsLocation>${basedir}/../checkstyle-suppressions.xml</suppressionsLocation>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <configuration>
+          <excludeFilterFile>${basedir}/../findbugs-exclude.xml</excludeFilterFile>
+          <plugins>
+            <plugin>
+              <groupId>com.google.http-client</groupId>
+              <artifactId>google-http-client-findbugs</artifactId>
+              <version>${project.version}</version>
+            </plugin>
+          </plugins>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>clirr-maven-plugin</artifactId>
+        <configuration>
+          <comparisonVersion>1.21.0</comparisonVersion>
+          <ignoredDifferencesFile>${basedir}/../clirr-ignored-differences.xml</ignoredDifferencesFile>
+          <logResults>true</logResults>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>animal-sniffer-maven-plugin</artifactId>
+        <configuration>
+          <signature>
+            <groupId>org.codehaus.mojo.signature</groupId>
+            <artifactId>java15</artifactId>
+            <version>1.0</version>
+          </signature>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <properties>
+    <project.appengine.version>1.7.7</project.appengine.version>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.jsr305.version>1.3.9</project.jsr305.version>
+    <project.gson.version>2.1</project.gson.version>
+    <project.jackson-core-asl.version>1.9.11</project.jackson-core-asl.version>
+    <project.jackson-core2.version>2.1.3</project.jackson-core2.version>
+    <project.protobuf-java.version>2.6.1</project.protobuf-java.version>
+    <project.guava.version>17.0</project.guava.version>
+    <project.xpp3.version>1.1.4c</project.xpp3.version>
+    <project.commons-logging.version>1.1.1</project.commons-logging.version>
+    <project.httpclient.version>4.0.1</project.httpclient.version>
+    <project.httpcore.version>4.0.1</project.httpcore.version>
+    <project.jdo2-api.version>2.3-eb</project.jdo2-api.version>
+  </properties>
+</project>
diff --git a/common/m2/repository/com/google/http-client/google-http-client-parent/1.22.0/google-http-client-parent-1.22.0.pom.sha1 b/common/m2/repository/com/google/http-client/google-http-client-parent/1.22.0/google-http-client-parent-1.22.0.pom.sha1
new file mode 100644
index 0000000..b67e3be
--- /dev/null
+++ b/common/m2/repository/com/google/http-client/google-http-client-parent/1.22.0/google-http-client-parent-1.22.0.pom.sha1
@@ -0,0 +1 @@
+d25d3295ba279d3bdeb763117a43463d849d571a
\ No newline at end of file
diff --git a/common/m2/repository/com/google/http-client/google-http-client/1.22.0/BUILD b/common/m2/repository/com/google/http-client/google-http-client/1.22.0/BUILD
new file mode 100644
index 0000000..f43c8e7
--- /dev/null
+++ b/common/m2/repository/com/google/http-client/google-http-client/1.22.0/BUILD
@@ -0,0 +1,3 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+
+java_import(name = "jar", jars = ["google-http-client-1.22.0.jar"], visibility = ["//visibility:public"])
diff --git a/common/m2/repository/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0.jar b/common/m2/repository/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0.jar
new file mode 100644
index 0000000..a31a9b1
--- /dev/null
+++ b/common/m2/repository/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0.jar
Binary files differ
diff --git a/common/m2/repository/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0.jar.sha1 b/common/m2/repository/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0.jar.sha1
new file mode 100644
index 0000000..955eb41
--- /dev/null
+++ b/common/m2/repository/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0.jar.sha1
@@ -0,0 +1 @@
+d441fc58329c4a4c067acec04ac361627f66ecc8
\ No newline at end of file
diff --git a/common/m2/repository/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0.pom b/common/m2/repository/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0.pom
new file mode 100644
index 0000000..bcf42cf
--- /dev/null
+++ b/common/m2/repository/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0.pom
@@ -0,0 +1,141 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.google.http-client</groupId>
+    <artifactId>google-http-client-parent</artifactId>
+    <version>1.22.0</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <artifactId>google-http-client</artifactId>
+  <name>Google HTTP Client Library for Java</name>
+  <description>
+    Google HTTP Client Library for Java. Functionality that works on all supported Java platforms,
+    including Java 5 (or higher) desktop (SE) and web (EE), Android, and Google App Engine.
+  </description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <links>
+            <link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
+            <link>http://docs.guava-libraries.googlecode.com/git-history/v13.0.1/javadoc</link>
+            <link>http://commons.apache.org/proper/commons-codec/javadocs/api-release</link>
+          </links>
+          <doctitle>${project.name} ${project.version}</doctitle>
+          <windowtitle>${project.artifactId} ${project.version}</windowtitle>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>source-jar</id>
+            <phase>compile</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <!-- Use jarjar to include a private copy of Apache Commons Codec library
+           to avoid a runtime dependency conflict with Android which includes
+           an older version of that library, as well as Guava JDK5. -->
+      <plugin>
+        <groupId>org.sonatype.plugins</groupId>
+        <artifactId>jarjar-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>jarjar</goal>
+            </goals>
+            <configuration>
+              <includes>
+                <include>commons-codec:commons-codec</include>
+                <include>com.google.guava:guava-jdk5</include>
+              </includes>
+              <rules>
+                <rule>
+                  <pattern>org.apache.commons.codec.**</pattern>
+                  <result>com.google.api.client.repackaged.org.apache.commons.codec.@1</result>
+                </rule>
+                <rule>
+                  <pattern>com.google.common.**</pattern>
+                  <result>com.google.api.client.repackaged.com.google.common.@1</result>
+                </rule>
+                <keep>
+                  <pattern>com.google.api.client.**</pattern>
+                </keep>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <!-- Remove extraneous files from the jarjar'ed Apache Commons Codec
+               Library. -->
+          <execution>
+            <id>scrub</id>
+            <phase>package</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <target>
+                <jar destfile="target/scrubbed.jar" filesetmanifest="merge">
+                  <zipfileset src="target/google-http-client-${project.version}.jar">
+                    <exclude name="**/org/apache/commons/codec/language/bm/*.txt"/>
+                    <exclude name="META-INF/*.txt"/>
+                    <exclude name="META-INF/maven/**"/>
+                  </zipfileset>
+                </jar>
+                <move file="target/scrubbed.jar" tofile="target/google-http-client-${project.version}.jar"/>
+              </target>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>com.google.android</groupId>
+      <artifactId>android</artifactId>
+      <version>1.5_r4</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.code.findbugs</groupId>
+      <artifactId>jsr305</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava-jdk5</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-all</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0.pom.sha1 b/common/m2/repository/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0.pom.sha1
new file mode 100644
index 0000000..640d1af
--- /dev/null
+++ b/common/m2/repository/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0.pom.sha1
@@ -0,0 +1 @@
+3c2ed2e452d55c766d63637c6e7a9ecf0f45e9f5
\ No newline at end of file
diff --git a/common/m2/repository/com/google/oauth-client/google-oauth-client-parent/1.22.0/google-oauth-client-parent-1.22.0.pom b/common/m2/repository/com/google/oauth-client/google-oauth-client-parent/1.22.0/google-oauth-client-parent-1.22.0.pom
new file mode 100644
index 0000000..ece418f
--- /dev/null
+++ b/common/m2/repository/com/google/oauth-client/google-oauth-client-parent/1.22.0/google-oauth-client-parent-1.22.0.pom
@@ -0,0 +1,566 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.sonatype.oss</groupId>
+    <artifactId>oss-parent</artifactId>
+    <version>7</version>
+  </parent>
+  <groupId>com.google.oauth-client</groupId>
+  <artifactId>google-oauth-client-parent</artifactId>
+  <version>1.22.0</version>
+  <packaging>pom</packaging>
+  <name>Parent for the Google OAuth Client Library for Java</name>
+
+  <url>https://github.com/google/google-oauth-java-client</url>
+
+  <issueManagement>
+    <system>GitHub</system>
+    <url>https://github.com/google/google-oauth-java-client/issues</url>
+  </issueManagement>
+
+  <inceptionYear>2011</inceptionYear>
+
+  <prerequisites>
+    <maven>2.0.9</maven>
+  </prerequisites>
+
+  <scm>
+    <connection>scm:git:https://github.com/google/google-oauth-java-client.git</connection>
+    <developerConnection>scm:git:git@github.com:google/google-oauth-java-client.git</developerConnection>
+    <url>https://github.com/google/google-oauth-java-client</url>
+  </scm>
+
+  <organization>
+    <name>Google</name>
+    <url>http://www.google.com/</url>
+  </organization>
+
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <developers>
+    <developer>
+      <id>yanivi</id>
+      <name>Yaniv Inbar</name>
+      <email>yanivi@google.com</email>
+      <organization>Google</organization>
+      <organizationUrl>http://www.google.com</organizationUrl>
+      <roles>
+        <role>owner</role>
+        <role>developer</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+  </developers>
+
+  <!--
+    If you add a new module, make sure to also add it in the following places:
+    * below in the dependencyManagement and maven-javadoc-plugin sections
+    * google-oauth-client-assembly/classpath-include
+    * google-oauth-client-assembly/pom.xml
+    * google-oauth-client-assembly/readme.html
+    * google-oauth-client-assembly/dependencies/<name>-dependencies.html
+        (use mvn project-info-reports:dependencies and copy from
+        google-oauth-client-<name>/target/site/dependencies.html)
+    * google-oauth-client-assembly/android-properties/*.properties
+  -->
+  <modules>
+    <module>google-oauth-client</module>
+    <module>google-oauth-client-assembly</module>
+    <module>google-oauth-client-appengine</module>
+    <module>google-oauth-client-servlet</module>
+    <module>google-oauth-client-java6</module>
+    <module>google-oauth-client-jetty</module>
+    <module>samples/dailymotion-cmdline-sample</module>
+  </modules>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>4.8.2</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.appengine</groupId>
+        <artifactId>appengine-api-1.0-sdk</artifactId>
+        <version>${project.appengine.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.appengine</groupId>
+        <artifactId>appengine-testing</artifactId>
+        <version>${project.appengine.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.appengine</groupId>
+        <artifactId>appengine-api-stubs</artifactId>
+        <version>${project.appengine.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.guava</groupId>
+        <artifactId>guava-jdk5</artifactId>
+        <version>${project.guava.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.code.findbugs</groupId>
+        <artifactId>jsr305</artifactId>
+        <version>${project.jsr305.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>javax.jdo</groupId>
+        <artifactId>jdo2-api</artifactId>
+        <version>${project.jdo2-api.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>javax.servlet</groupId>
+        <artifactId>servlet-api</artifactId>
+        <version>2.5</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-codec</groupId>
+        <artifactId>commons-codec</artifactId>
+        <scope>provided</scope>
+        <version>1.6</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client</artifactId>
+        <version>${project.http.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-assembly</artifactId>
+        <version>${project.http.version}</version>
+        <type>pom</type>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-appengine</artifactId>
+        <version>${project.http.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-jackson</artifactId>
+        <version>${project.http.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-jackson2</artifactId>
+        <version>${project.http.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.http-client</groupId>
+        <artifactId>google-http-client-jdo</artifactId>
+        <version>${project.http.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.oauth-client</groupId>
+        <artifactId>google-oauth-client</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.oauth-client</groupId>
+        <artifactId>google-oauth-client-appengine</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.oauth-client</groupId>
+        <artifactId>google-oauth-client-servlet</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.oauth-client</groupId>
+        <artifactId>google-oauth-client-java6</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.oauth-client</groupId>
+        <artifactId>google-oauth-client-jetty</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.mortbay.jetty</groupId>
+        <artifactId>jetty</artifactId>
+        <version>${project.jetty.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.datanucleus</groupId>
+        <artifactId>datanucleus-core</artifactId>
+        <version>3.2.2</version>
+      </dependency>
+      <dependency>
+        <groupId>org.datanucleus</groupId>
+        <artifactId>datanucleus-api-jdo</artifactId>
+        <version>3.2.1</version>
+      </dependency>
+      <dependency>
+        <groupId>org.datanucleus</groupId>
+        <artifactId>datanucleus-rdbms</artifactId>
+        <version>3.2.1</version>
+      </dependency>
+      <dependency>
+        <groupId>mysql</groupId>
+        <artifactId>mysql-connector-java</artifactId>
+        <version>5.1.18</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <build>
+    <!-- This is the parent, so only define pluginManagement, not plugins. -->
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-antrun-plugin</artifactId>
+          <version>1.6</version>
+        </plugin>
+        <!--This plugin configuration is present to override the configuration specified in the
+          parent's pom.xml.
+          This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.1</version>
+          <configuration>
+            <mavenExecutorId>forked-path</mavenExecutorId>
+            <useReleaseProfile>true</useReleaseProfile>
+            <arguments>-Psonatype-oss-release ${arguments}</arguments>
+          </configuration>
+        </plugin>
+        <!--This plugin configuration is present to override the configuration specified in the
+          parent's pom.xml.
+          This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.1</version>
+          <configuration>
+            <mavenExecutorId>forked-path</mavenExecutorId>
+            <useReleaseProfile>true</useReleaseProfile>
+            <arguments>-Psonatype-oss-release ${arguments}</arguments>
+          </configuration>
+        </plugin>
+        <!--This plugin configuration is present to override the configuration specified in the
+          parent's pom.xml.
+          This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.1</version>
+          <configuration>
+            <mavenExecutorId>forked-path</mavenExecutorId>
+            <useReleaseProfile>true</useReleaseProfile>
+            <arguments>-Psonatype-oss-release ${arguments}</arguments>
+          </configuration>
+        </plugin>
+        <!--This plugin configuration is present to override the configuration specified in the
+          parent's pom.xml.
+          This is a workaround for known bug: https://issues.sonatype.org/browse/CENTRALSRV-35 -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.1</version>
+          <configuration>
+            <mavenExecutorId>forked-path</mavenExecutorId>
+            <useReleaseProfile>true</useReleaseProfile>
+            <arguments>-Psonatype-oss-release ${arguments}</arguments>
+          </configuration>
+        </plugin>
+        <plugin>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>2.4.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>2.3.2</version>
+          <configuration>
+            <source>1.5</source>
+            <target>1.5</target>
+          </configuration>
+        </plugin>
+        <plugin>
+          <artifactId>maven-dependency-plugin</artifactId>
+          <version>2.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.5</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-ear-plugin</artifactId>
+          <version>2.4.2</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-ejb-plugin</artifactId>
+          <version>2.3</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-install-plugin</artifactId>
+          <version>2.3.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>2.3.1</version>
+          <configuration>
+            <archive>
+              <addMavenDescriptor>false</addMavenDescriptor>
+            </archive>
+          </configuration>
+        </plugin>
+        <plugin>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.7</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-plugin-plugin</artifactId>
+          <version>2.6</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-rar-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>2.4.3</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>2.1.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-source-plugin</artifactId>
+          <version>2.1.2</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.12.4</version>
+          <configuration>
+            <argLine>-Xmx1024m</argLine>
+          </configuration>
+        </plugin>
+        <plugin>
+          <artifactId>maven-war-plugin</artifactId>
+          <version>2.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-checkstyle-plugin</artifactId>
+          <version>2.6</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>findbugs-maven-plugin</artifactId>
+          <version>2.5.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>clirr-maven-plugin</artifactId>
+          <version>2.6</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-maven-plugin</artifactId>
+          <version>1.9</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-project-info-reports-plugin</artifactId>
+          <version>2.7</version>
+        </plugin>
+        <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-jar-plugin</artifactId>
+                    <versionRange>[2.3.1,)</versionRange>
+                    <goals>
+                      <goal>jar</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.datanucleus</groupId>
+                    <artifactId>maven-datanucleus-plugin</artifactId>
+                    <versionRange>[2.2.1,)</versionRange>
+                    <goals>
+                      <goal>enhance</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-enforcer-plugin</artifactId>
+                    <versionRange>[1.0,)</versionRange>
+                    <goals>
+                      <goal>enforce</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>aggregate</id>
+            <goals>
+              <goal>aggregate</goal>
+            </goals>
+            <phase>site</phase>
+            <configuration>
+              <links>
+                <link>http://docs.oracle.com/javase/7/docs/api/</link>
+                <link>http://cloud.google.com/appengine/docs/java/javadoc</link>
+                <link>https://developers.google.com/api-client-library/java/google-http-java-client/reference/${project.http.version}</link>
+              </links>
+              <doctitle>Google OAuth Client Library for Java ${project.version}</doctitle>
+              <excludePackageNames>com.google.api.services</excludePackageNames>
+              <overview>${basedir}/overview.html</overview>
+              <groups>
+                <group>
+                  <title>google-oauth-client</title>
+                  <packages>com.google.api.client.auth*</packages>
+                </group>
+                <group>
+                  <title>google-oauth-client-appengine</title>
+                  <packages>com.google.api.client.extensions.appengine.*</packages>
+                </group>
+                <group>
+                  <title>google-oauth-client-servlet</title>
+                  <packages>com.google.api.client.extensions.servlet.*:com.google.api.client.extensions.auth.*:com.google.api.client.extensions.jdo.*</packages>
+                </group>
+                <group>
+                  <title>google-oauth-client-java6</title>
+                  <packages>com.google.api.client.extensions.java6.*</packages>
+                </group>
+                <group>
+                  <title>google-oauth-client-jetty</title>
+                  <packages>com.google.api.client.extensions.jetty.*</packages>
+                </group>
+              </groups>
+              <windowtitle>google-oauth-java-client ${project.version}</windowtitle>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <configLocation>checkstyle.xml</configLocation>
+          <consoleOutput>true</consoleOutput>
+          <suppressionsLocation>${basedir}/../checkstyle-suppressions.xml</suppressionsLocation>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <configuration>
+          <excludeFilterFile>${basedir}/../findbugs-exclude.xml</excludeFilterFile>
+          <plugins>
+            <plugin>
+              <groupId>com.google.http-client</groupId>
+              <artifactId>google-http-client-findbugs</artifactId>
+              <version>${project.http.version}</version>
+            </plugin>
+          </plugins>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>clirr-maven-plugin</artifactId>
+        <configuration>
+          <comparisonVersion>1.21.0</comparisonVersion>
+          <ignoredDifferencesFile>${basedir}/../clirr-ignored-differences.xml</ignoredDifferencesFile>
+          <logResults>true</logResults>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>animal-sniffer-maven-plugin</artifactId>
+        <configuration>
+          <signature>
+            <groupId>org.codehaus.mojo.signature</groupId>
+            <artifactId>java15</artifactId>
+            <version>1.0</version>
+          </signature>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <properties>
+    <project.appengine.version>1.7.7</project.appengine.version>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.http.version>1.22.0</project.http.version>
+    <project.jsr305.version>1.3.9</project.jsr305.version>
+    <project.gson.version>2.1</project.gson.version>
+    <project.jackson-core-asl.version>1.9.11</project.jackson-core-asl.version>
+    <project.jackson-core2.version>2.1.3</project.jackson-core2.version>
+    <project.jetty.version>6.1.26</project.jetty.version>
+    <project.protobuf-java.version>2.4.1</project.protobuf-java.version>
+    <project.guava.version>17.0</project.guava.version>
+    <project.xpp3.version>1.1.4c</project.xpp3.version>
+    <project.commons-logging.version>1.1.1</project.commons-logging.version>
+    <project.httpclient.version>4.0.1</project.httpclient.version>
+    <project.httpcore.version>4.0.1</project.httpcore.version>
+    <project.jdo2-api.version>2.3-eb</project.jdo2-api.version>
+    <project.transaction-api.version>1.1</project.transaction-api.version>
+  </properties>
+</project>
diff --git a/common/m2/repository/com/google/oauth-client/google-oauth-client-parent/1.22.0/google-oauth-client-parent-1.22.0.pom.sha1 b/common/m2/repository/com/google/oauth-client/google-oauth-client-parent/1.22.0/google-oauth-client-parent-1.22.0.pom.sha1
new file mode 100644
index 0000000..5e7d5a1
--- /dev/null
+++ b/common/m2/repository/com/google/oauth-client/google-oauth-client-parent/1.22.0/google-oauth-client-parent-1.22.0.pom.sha1
@@ -0,0 +1 @@
+d6d43dac3e9cf6e7d8946fbb4676a1746b55f4bf
\ No newline at end of file
diff --git a/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/BUILD b/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/BUILD
new file mode 100644
index 0000000..019f38b
--- /dev/null
+++ b/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/BUILD
@@ -0,0 +1,3 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+
+java_import(name = "jar", jars = ["google-oauth-client-1.22.0.jar"], visibility = ["//visibility:public"])
diff --git a/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.jar b/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.jar
new file mode 100644
index 0000000..93d284d
--- /dev/null
+++ b/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.jar
Binary files differ
diff --git a/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.jar.sha1 b/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.jar.sha1
new file mode 100644
index 0000000..a7edcb1
--- /dev/null
+++ b/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.jar.sha1
@@ -0,0 +1 @@
+1d63f369ac78e4838a3197147012026e791008cb
\ No newline at end of file
diff --git a/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.pom b/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.pom
new file mode 100644
index 0000000..72fb837
--- /dev/null
+++ b/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.pom
@@ -0,0 +1,88 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.google.oauth-client</groupId>
+    <artifactId>google-oauth-client-parent</artifactId>
+    <version>1.22.0</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <artifactId>google-oauth-client</artifactId>
+  <name>Google OAuth Client Library for Java</name>
+  <description>
+    Google OAuth Client Library for Java. Functionality that works on all supported Java platforms,
+    including Java 5 (or higher) desktop (SE) and web (EE), Android, and Google App Engine.
+  </description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <links>
+            <link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
+            <link>http://javadoc.google-http-java-client.googlecode.com/hg/${project.http.version}</link>
+          </links>
+          <doctitle>${project.name} ${project.version}</doctitle>
+          <windowtitle>${project.artifactId} ${project.version}</windowtitle>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+            </manifest>
+          </archive>
+        </configuration>
+        <executions>
+          <execution>
+            <id>jar</id>
+            <phase>compile</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>source-jar</id>
+            <phase>compile</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>com.google.http-client</groupId>
+      <artifactId>google-http-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.code.findbugs</groupId>
+      <artifactId>jsr305</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.http-client</groupId>
+      <artifactId>google-http-client-jackson</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava-jdk5</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.pom.sha1 b/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.pom.sha1
new file mode 100644
index 0000000..3540d5c
--- /dev/null
+++ b/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.pom.sha1
@@ -0,0 +1 @@
+6b3445d14a59ed9b28316670d6ef4fa26b15c034
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/BUILD b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/BUILD
new file mode 100644
index 0000000..4672c44
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/BUILD
@@ -0,0 +1,3 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+
+java_import(name = "jar", jars = ["protobuf-java-util-3.0.0.jar"], visibility = ["//visibility:public"])
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/protobuf-java-util-3.0.0.jar b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/protobuf-java-util-3.0.0.jar
new file mode 100644
index 0000000..8136316
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/protobuf-java-util-3.0.0.jar
Binary files differ
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/protobuf-java-util-3.0.0.jar.sha1 b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/protobuf-java-util-3.0.0.jar.sha1
new file mode 100644
index 0000000..a6f4537
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/protobuf-java-util-3.0.0.jar.sha1
@@ -0,0 +1 @@
+b2828be88b6346489300069a052a1fe63f6a5dc5
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/protobuf-java-util-3.0.0.pom b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/protobuf-java-util-3.0.0.pom
new file mode 100644
index 0000000..0d5e8e3
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/protobuf-java-util-3.0.0.pom
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.google.protobuf</groupId>
+    <artifactId>protobuf-parent</artifactId>
+    <version>3.0.0</version>
+  </parent>
+
+  <artifactId>protobuf-java-util</artifactId>
+  <packaging>bundle</packaging>
+
+  <name>Protocol Buffers [Util]</name>
+  <description>Utilities for Protocol Buffers</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>protobuf-java</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.code.gson</groupId>
+      <artifactId>gson</artifactId>
+      <version>2.3</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.easymock</groupId>
+      <artifactId>easymock</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.easymock</groupId>
+      <artifactId>easymockclassextension</artifactId>
+    </dependency>
+  </dependencies>
+
+  <properties>
+    <!-- Use the core proto dir so that we can call the core generation script -->
+    <test.proto.dir>../core/src/test/proto</test.proto.dir>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <!-- Generate the test protos -->
+          <execution>
+            <id>generate-test-sources</id>
+            <phase>generate-test-sources</phase>
+            <configuration>
+              <target>
+                <!-- Generate all of the test protos from the core module -->
+                <ant antfile="../core/generate-test-sources-build.xml"/>
+
+                <!-- Generate additional test protos for this module -->
+                <exec executable="${protoc}">
+                  <arg value="--java_out=${generated.testsources.dir}" />
+                  <arg value="--proto_path=${protobuf.source.dir}" />
+                  <arg value="--proto_path=src/test/proto" />
+                  <arg value="src/test/proto/com/google/protobuf/util/json_test.proto" />
+                </exec>
+              </target>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <!-- Add the generated test sources to the build -->
+          <generatedTestSourcesDirectory>${generated.testsources.dir}</generatedTestSourcesDirectory>
+        </configuration>
+      </plugin>
+
+      <!-- Configure the OSGI bundle -->
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Bundle-DocURL>https://developers.google.com/protocol-buffers/</Bundle-DocURL>
+            <Bundle-SymbolicName>com.google.protobuf.util</Bundle-SymbolicName>
+            <Export-Package>com.google.protobuf.util;version=${project.version}</Export-Package>
+          </instructions>
+        </configuration>
+      </plugin>
+
+      <!-- Configure the fat jar to include all dependencies -->
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptorRefs>
+            <descriptorRef>jar-with-dependencies</descriptorRef>
+          </descriptorRefs>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/protobuf-java-util-3.0.0.pom.sha1 b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/protobuf-java-util-3.0.0.pom.sha1
new file mode 100644
index 0000000..00fb61e
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/protobuf-java-util-3.0.0.pom.sha1
@@ -0,0 +1 @@
+a2cedc06cd206886715e52bd8af4e535227581f7
\ No newline at end of file