Add dependencies for large performance test project.

Test: LargeGradleProjectPerformanceMatrixTest.
Change-Id: Ia944759b56f852e5488e0a0e35e3b73a8e624d5a
diff --git a/common/m2/repository/ccom/lovedise/permissiongen/0.0.6/permissiongen-0.0.6.pom.part b/common/m2/repository/ccom/lovedise/permissiongen/0.0.6/permissiongen-0.0.6.pom.part
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/common/m2/repository/ccom/lovedise/permissiongen/0.0.6/permissiongen-0.0.6.pom.part
diff --git a/common/m2/repository/ccom/lovedise/permissiongen/0.0.6/permissiongen-0.0.6.pom.part.lock b/common/m2/repository/ccom/lovedise/permissiongen/0.0.6/permissiongen-0.0.6.pom.part.lock
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/common/m2/repository/ccom/lovedise/permissiongen/0.0.6/permissiongen-0.0.6.pom.part.lock
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-acm/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-acm/1.11.18/BUILD
new file mode 100644
index 0000000..f96af08
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-acm/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-acm-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-acm-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-acm/1.11.18/aws-java-sdk-acm-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-acm/1.11.18/aws-java-sdk-acm-1.11.18.jar
new file mode 100644
index 0000000..3297bc1
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-acm/1.11.18/aws-java-sdk-acm-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-acm/1.11.18/aws-java-sdk-acm-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-acm/1.11.18/aws-java-sdk-acm-1.11.18.jar.sha1
new file mode 100644
index 0000000..355ef2f
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-acm/1.11.18/aws-java-sdk-acm-1.11.18.jar.sha1
@@ -0,0 +1 @@
+f1f93f2db6a9ba05cd6da73794184a22fc4497c5
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-acm/1.11.18/aws-java-sdk-acm-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-acm/1.11.18/aws-java-sdk-acm-1.11.18.pom
new file mode 100644
index 0000000..0af58f6
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-acm/1.11.18/aws-java-sdk-acm-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-acm</artifactId>
+  <name>AWS Java SDK for AWS Certificate Manager</name>
+  <description>The AWS Java SDK for AWS Certificate Manager module holds the client classes that are used for communicating with AWS Certificate Manager service.</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-acm</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-acm/1.11.18/aws-java-sdk-acm-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-acm/1.11.18/aws-java-sdk-acm-1.11.18.pom.sha1
new file mode 100644
index 0000000..8f36f30
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-acm/1.11.18/aws-java-sdk-acm-1.11.18.pom.sha1
@@ -0,0 +1 @@
+bbf0d0455db7e77073c66adf05d9bc371de5ef22
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-api-gateway/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-api-gateway/1.11.18/BUILD
new file mode 100644
index 0000000..edaa9fc
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-api-gateway/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-api-gateway-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-api-gateway-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-api-gateway/1.11.18/aws-java-sdk-api-gateway-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-api-gateway/1.11.18/aws-java-sdk-api-gateway-1.11.18.jar
new file mode 100644
index 0000000..e525552
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-api-gateway/1.11.18/aws-java-sdk-api-gateway-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-api-gateway/1.11.18/aws-java-sdk-api-gateway-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-api-gateway/1.11.18/aws-java-sdk-api-gateway-1.11.18.jar.sha1
new file mode 100644
index 0000000..14c75c2
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-api-gateway/1.11.18/aws-java-sdk-api-gateway-1.11.18.jar.sha1
@@ -0,0 +1 @@
+9709aa36f562ad671df4ef478dccf1efd703f07f
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-api-gateway/1.11.18/aws-java-sdk-api-gateway-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-api-gateway/1.11.18/aws-java-sdk-api-gateway-1.11.18.pom
new file mode 100644
index 0000000..d4de6b4
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-api-gateway/1.11.18/aws-java-sdk-api-gateway-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-api-gateway</artifactId>
+  <name>AWS Java SDK for Amazon API Gateway</name>
+  <description>The AWS Java SDK for Amazon API Gateway module holds the client classes that are used for communicating with Amazon API Gateway</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-api-gateway</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-api-gateway/1.11.18/aws-java-sdk-api-gateway-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-api-gateway/1.11.18/aws-java-sdk-api-gateway-1.11.18.pom.sha1
new file mode 100644
index 0000000..76e825d
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-api-gateway/1.11.18/aws-java-sdk-api-gateway-1.11.18.pom.sha1
@@ -0,0 +1 @@
+440b4dcc744b184d159f2c2d66547b829987dbe8
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-applicationautoscaling/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-applicationautoscaling/1.11.18/BUILD
new file mode 100644
index 0000000..32b79cc
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-applicationautoscaling/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-applicationautoscaling-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-applicationautoscaling-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-applicationautoscaling/1.11.18/aws-java-sdk-applicationautoscaling-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-applicationautoscaling/1.11.18/aws-java-sdk-applicationautoscaling-1.11.18.jar
new file mode 100644
index 0000000..e413fc2
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-applicationautoscaling/1.11.18/aws-java-sdk-applicationautoscaling-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-applicationautoscaling/1.11.18/aws-java-sdk-applicationautoscaling-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-applicationautoscaling/1.11.18/aws-java-sdk-applicationautoscaling-1.11.18.jar.sha1
new file mode 100644
index 0000000..39b551d
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-applicationautoscaling/1.11.18/aws-java-sdk-applicationautoscaling-1.11.18.jar.sha1
@@ -0,0 +1 @@
+8905336c681b207ef74dff4507820557eb314d09
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-applicationautoscaling/1.11.18/aws-java-sdk-applicationautoscaling-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-applicationautoscaling/1.11.18/aws-java-sdk-applicationautoscaling-1.11.18.pom
new file mode 100644
index 0000000..1651c71
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-applicationautoscaling/1.11.18/aws-java-sdk-applicationautoscaling-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-applicationautoscaling</artifactId>
+  <name>AWS Java SDK for AWS Application Auto Scaling</name>
+  <description>The AWS Java SDK for AWS Application Auto Scaling module holds the client classes that are used for communicating with AWS Application Auto Scaling service.</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-applicationautoscaling</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-applicationautoscaling/1.11.18/aws-java-sdk-applicationautoscaling-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-applicationautoscaling/1.11.18/aws-java-sdk-applicationautoscaling-1.11.18.pom.sha1
new file mode 100644
index 0000000..db09ffa
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-applicationautoscaling/1.11.18/aws-java-sdk-applicationautoscaling-1.11.18.pom.sha1
@@ -0,0 +1 @@
+692031fe892b62c41bd8ddf6aa7b6ff1c393ad39
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-autoscaling/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-autoscaling/1.11.18/BUILD
new file mode 100644
index 0000000..36641f0
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-autoscaling/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-autoscaling-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-autoscaling-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-autoscaling/1.11.18/aws-java-sdk-autoscaling-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-autoscaling/1.11.18/aws-java-sdk-autoscaling-1.11.18.jar
new file mode 100644
index 0000000..3364869
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-autoscaling/1.11.18/aws-java-sdk-autoscaling-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-autoscaling/1.11.18/aws-java-sdk-autoscaling-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-autoscaling/1.11.18/aws-java-sdk-autoscaling-1.11.18.jar.sha1
new file mode 100644
index 0000000..4ed76ad
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-autoscaling/1.11.18/aws-java-sdk-autoscaling-1.11.18.jar.sha1
@@ -0,0 +1 @@
+e2fdfc56efe23a633510c75e5d14f89ac0c55cd9
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-autoscaling/1.11.18/aws-java-sdk-autoscaling-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-autoscaling/1.11.18/aws-java-sdk-autoscaling-1.11.18.pom
new file mode 100644
index 0000000..d18d789
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-autoscaling/1.11.18/aws-java-sdk-autoscaling-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-autoscaling</artifactId>
+  <name>AWS Java SDK for Auto Scaling</name>
+  <description>The AWS Java SDK for Auto Scaling module holds the client classes that are used for communicating with Auto Scaling Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-autoscaling</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-autoscaling/1.11.18/aws-java-sdk-autoscaling-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-autoscaling/1.11.18/aws-java-sdk-autoscaling-1.11.18.pom.sha1
new file mode 100644
index 0000000..091d4a6
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-autoscaling/1.11.18/aws-java-sdk-autoscaling-1.11.18.pom.sha1
@@ -0,0 +1 @@
+41101a493c92780d64d709ae2ea7c8cdfb557f16
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudformation/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudformation/1.11.18/BUILD
new file mode 100644
index 0000000..c298e42
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudformation/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-cloudformation-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-cloudformation-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudformation/1.11.18/aws-java-sdk-cloudformation-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudformation/1.11.18/aws-java-sdk-cloudformation-1.11.18.jar
new file mode 100644
index 0000000..a7dce04
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudformation/1.11.18/aws-java-sdk-cloudformation-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudformation/1.11.18/aws-java-sdk-cloudformation-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudformation/1.11.18/aws-java-sdk-cloudformation-1.11.18.jar.sha1
new file mode 100644
index 0000000..5cdea50
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudformation/1.11.18/aws-java-sdk-cloudformation-1.11.18.jar.sha1
@@ -0,0 +1 @@
+c80373b4023148bc8e5873fc34eb37740cc8c820
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudformation/1.11.18/aws-java-sdk-cloudformation-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudformation/1.11.18/aws-java-sdk-cloudformation-1.11.18.pom
new file mode 100644
index 0000000..60df54a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudformation/1.11.18/aws-java-sdk-cloudformation-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-cloudformation</artifactId>
+  <name>AWS Java SDK for AWS CloudFormation</name>
+  <description>The AWS Java SDK for AWS CloudFormation module holds the client classes that are used for communicating with AWS CloudFormation Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-cloudformation</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudformation/1.11.18/aws-java-sdk-cloudformation-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudformation/1.11.18/aws-java-sdk-cloudformation-1.11.18.pom.sha1
new file mode 100644
index 0000000..d3fae02
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudformation/1.11.18/aws-java-sdk-cloudformation-1.11.18.pom.sha1
@@ -0,0 +1 @@
+7ee8b144a67b3d6b5614a731ab39ed6ace6d0bc0
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/BUILD
new file mode 100644
index 0000000..bbf7aab
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-cloudfront-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-cloudfront-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/aws-java-sdk-cloudfront-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/aws-java-sdk-cloudfront-1.11.18.jar
new file mode 100644
index 0000000..c73abd1
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/aws-java-sdk-cloudfront-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/aws-java-sdk-cloudfront-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/aws-java-sdk-cloudfront-1.11.18.jar.sha1
new file mode 100644
index 0000000..a8cbfd1
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/aws-java-sdk-cloudfront-1.11.18.jar.sha1
@@ -0,0 +1 @@
+6f311340b1aa9221010e26801cc78f77f2645492
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/aws-java-sdk-cloudfront-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/aws-java-sdk-cloudfront-1.11.18.pom
new file mode 100644
index 0000000..eefdf5d
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/aws-java-sdk-cloudfront-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-cloudfront</artifactId>
+  <name>AWS Java SDK for Amazon CloudFront</name>
+  <description>The AWS Java SDK for Amazon CloudFront module holds the client classes that are used for communicating with Amazon CloudFront Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-cloudfront</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/aws-java-sdk-cloudfront-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/aws-java-sdk-cloudfront-1.11.18.pom.sha1
new file mode 100644
index 0000000..61f41ff
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/aws-java-sdk-cloudfront-1.11.18.pom.sha1
@@ -0,0 +1 @@
+c315050c81143c7aaef41c604d70991f0df80201
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudhsm/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudhsm/1.11.18/BUILD
new file mode 100644
index 0000000..428603f
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudhsm/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-cloudhsm-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-cloudhsm-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudhsm/1.11.18/aws-java-sdk-cloudhsm-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudhsm/1.11.18/aws-java-sdk-cloudhsm-1.11.18.jar
new file mode 100644
index 0000000..fb2386c
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudhsm/1.11.18/aws-java-sdk-cloudhsm-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudhsm/1.11.18/aws-java-sdk-cloudhsm-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudhsm/1.11.18/aws-java-sdk-cloudhsm-1.11.18.jar.sha1
new file mode 100644
index 0000000..dd95c6e
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudhsm/1.11.18/aws-java-sdk-cloudhsm-1.11.18.jar.sha1
@@ -0,0 +1 @@
+679bb5e9daf103f2ded7d0de8bc9b2f40accbd75
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudhsm/1.11.18/aws-java-sdk-cloudhsm-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudhsm/1.11.18/aws-java-sdk-cloudhsm-1.11.18.pom
new file mode 100644
index 0000000..89830d1
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudhsm/1.11.18/aws-java-sdk-cloudhsm-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-cloudhsm</artifactId>
+  <name>AWS Java SDK for the AWS CloudHSM</name>
+  <description>The AWS Java SDK for AWS CloudHSM holds the client classes that are used for communicating with the AWS CloudHSM Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-cloudhsm</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudhsm/1.11.18/aws-java-sdk-cloudhsm-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudhsm/1.11.18/aws-java-sdk-cloudhsm-1.11.18.pom.sha1
new file mode 100644
index 0000000..6067ae4
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudhsm/1.11.18/aws-java-sdk-cloudhsm-1.11.18.pom.sha1
@@ -0,0 +1 @@
+f1db99662ad69c2a4cd48fb054acd9b4d56462fd
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/BUILD
new file mode 100644
index 0000000..f31fe06
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-cloudsearch-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-cloudsearch-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/aws-java-sdk-cloudsearch-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/aws-java-sdk-cloudsearch-1.11.18.jar
new file mode 100644
index 0000000..daef58a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/aws-java-sdk-cloudsearch-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/aws-java-sdk-cloudsearch-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/aws-java-sdk-cloudsearch-1.11.18.jar.sha1
new file mode 100644
index 0000000..b0a7c11
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/aws-java-sdk-cloudsearch-1.11.18.jar.sha1
@@ -0,0 +1 @@
+b9ed1da88a681afd5cb516bd9e3520c137540cc9
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/aws-java-sdk-cloudsearch-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/aws-java-sdk-cloudsearch-1.11.18.pom
new file mode 100644
index 0000000..0fdbe06
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/aws-java-sdk-cloudsearch-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-cloudsearch</artifactId>
+  <name>AWS Java SDK for Amazon CloudSearch</name>
+  <description>The AWS Java SDK for Amazon CloudSearch module holds the client classes that are used for communicating with Amazon CloudSearch Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-cloudsearch</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/aws-java-sdk-cloudsearch-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/aws-java-sdk-cloudsearch-1.11.18.pom.sha1
new file mode 100644
index 0000000..cceb06a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/aws-java-sdk-cloudsearch-1.11.18.pom.sha1
@@ -0,0 +1 @@
+f9537084286b7b281f198d1b1ff334861396ec0d
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudtrail/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudtrail/1.11.18/BUILD
new file mode 100644
index 0000000..cf6af83
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudtrail/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-cloudtrail-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-cloudtrail-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudtrail/1.11.18/aws-java-sdk-cloudtrail-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudtrail/1.11.18/aws-java-sdk-cloudtrail-1.11.18.jar
new file mode 100644
index 0000000..ecc48e1
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudtrail/1.11.18/aws-java-sdk-cloudtrail-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudtrail/1.11.18/aws-java-sdk-cloudtrail-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudtrail/1.11.18/aws-java-sdk-cloudtrail-1.11.18.jar.sha1
new file mode 100644
index 0000000..f8124e1
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudtrail/1.11.18/aws-java-sdk-cloudtrail-1.11.18.jar.sha1
@@ -0,0 +1 @@
+f1436995df78a560d9ef721efe82ed84a47e5541
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudtrail/1.11.18/aws-java-sdk-cloudtrail-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudtrail/1.11.18/aws-java-sdk-cloudtrail-1.11.18.pom
new file mode 100644
index 0000000..af5cf2c
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudtrail/1.11.18/aws-java-sdk-cloudtrail-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-cloudtrail</artifactId>
+  <name>AWS Java SDK for AWS CloudTrail</name>
+  <description>The AWS Java SDK for AWS CloudTrail module holds the client classes that are used for communicating with AWS CloudTrail Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-cloudtrail</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudtrail/1.11.18/aws-java-sdk-cloudtrail-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudtrail/1.11.18/aws-java-sdk-cloudtrail-1.11.18.pom.sha1
new file mode 100644
index 0000000..51e5306
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudtrail/1.11.18/aws-java-sdk-cloudtrail-1.11.18.pom.sha1
@@ -0,0 +1 @@
+f0a0f58203816e3538505f196728c79eaaeb7986
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatch/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatch/1.11.18/BUILD
new file mode 100644
index 0000000..9b5cded
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatch/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-cloudwatch-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-cloudwatch-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatch/1.11.18/aws-java-sdk-cloudwatch-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatch/1.11.18/aws-java-sdk-cloudwatch-1.11.18.jar
new file mode 100644
index 0000000..0c9d9f4
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatch/1.11.18/aws-java-sdk-cloudwatch-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatch/1.11.18/aws-java-sdk-cloudwatch-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatch/1.11.18/aws-java-sdk-cloudwatch-1.11.18.jar.sha1
new file mode 100644
index 0000000..1b45ea5
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatch/1.11.18/aws-java-sdk-cloudwatch-1.11.18.jar.sha1
@@ -0,0 +1 @@
+d7508be063c83a2706b4824fc7849c95453043f6
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatch/1.11.18/aws-java-sdk-cloudwatch-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatch/1.11.18/aws-java-sdk-cloudwatch-1.11.18.pom
new file mode 100644
index 0000000..3f9cbfc
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatch/1.11.18/aws-java-sdk-cloudwatch-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-cloudwatch</artifactId>
+  <name>AWS Java SDK for Amazon CloudWatch</name>
+  <description>The AWS Java SDK for Amazon CloudWatch module holds the client classes that are used for communicating with Amazon CloudWatch Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-cloudwatch</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatch/1.11.18/aws-java-sdk-cloudwatch-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatch/1.11.18/aws-java-sdk-cloudwatch-1.11.18.pom.sha1
new file mode 100644
index 0000000..2172b76
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatch/1.11.18/aws-java-sdk-cloudwatch-1.11.18.pom.sha1
@@ -0,0 +1 @@
+4277a5cfd4cd35587c0a068b31c22c26a6d5619a
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/BUILD
new file mode 100644
index 0000000..61bea71
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-cloudwatchmetrics-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-cloudwatchmetrics-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/aws-java-sdk-cloudwatchmetrics-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/aws-java-sdk-cloudwatchmetrics-1.11.18.jar
new file mode 100644
index 0000000..2a7df9a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/aws-java-sdk-cloudwatchmetrics-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/aws-java-sdk-cloudwatchmetrics-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/aws-java-sdk-cloudwatchmetrics-1.11.18.jar.sha1
new file mode 100644
index 0000000..6499dba
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/aws-java-sdk-cloudwatchmetrics-1.11.18.jar.sha1
@@ -0,0 +1 @@
+91695f5b1b344707e02b8e5ef0d4e65aa268fea4
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/aws-java-sdk-cloudwatchmetrics-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/aws-java-sdk-cloudwatchmetrics-1.11.18.pom
new file mode 100644
index 0000000..298ffb8
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/aws-java-sdk-cloudwatchmetrics-1.11.18.pom
@@ -0,0 +1,97 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-cloudwatchmetrics</artifactId>
+  <name>CloudWatch Metrics for AWS Java SDK</name>
+  <description>This package holds the classes for uploading the clientside metrics collected from AWS Java SDK to Amazon CloudWatch</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-cloudwatch</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-dynamodb</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-cloudwatchmetrics</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/aws-java-sdk-cloudwatchmetrics-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/aws-java-sdk-cloudwatchmetrics-1.11.18.pom.sha1
new file mode 100644
index 0000000..a706d61
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/aws-java-sdk-cloudwatchmetrics-1.11.18.pom.sha1
@@ -0,0 +1 @@
+4e470ee980d3f506f900434ddd943ab26b7cf25e
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-codecommit/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-codecommit/1.11.18/BUILD
new file mode 100644
index 0000000..54ce1e4
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-codecommit/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-codecommit-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-codecommit-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-codecommit/1.11.18/aws-java-sdk-codecommit-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-codecommit/1.11.18/aws-java-sdk-codecommit-1.11.18.jar
new file mode 100644
index 0000000..fec6878
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-codecommit/1.11.18/aws-java-sdk-codecommit-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-codecommit/1.11.18/aws-java-sdk-codecommit-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-codecommit/1.11.18/aws-java-sdk-codecommit-1.11.18.jar.sha1
new file mode 100644
index 0000000..c804819
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-codecommit/1.11.18/aws-java-sdk-codecommit-1.11.18.jar.sha1
@@ -0,0 +1 @@
+a1c224f7869f3c682a3420a22b9d5ca596107e15
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-codecommit/1.11.18/aws-java-sdk-codecommit-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-codecommit/1.11.18/aws-java-sdk-codecommit-1.11.18.pom
new file mode 100644
index 0000000..754c982
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-codecommit/1.11.18/aws-java-sdk-codecommit-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-codecommit</artifactId>
+  <name>AWS Java SDK for AWS CodeCommit</name>
+  <description>The AWS Java SDK for AWS CodeCommit module holds the client classes that are used for communicating with AWS CodeCommit</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-codecommit</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-codecommit/1.11.18/aws-java-sdk-codecommit-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-codecommit/1.11.18/aws-java-sdk-codecommit-1.11.18.pom.sha1
new file mode 100644
index 0000000..e380fd7
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-codecommit/1.11.18/aws-java-sdk-codecommit-1.11.18.pom.sha1
@@ -0,0 +1 @@
+ee0c5724fd27d1e1a35d2c62a7e8df40a33871a2
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-codedeploy/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-codedeploy/1.11.18/BUILD
new file mode 100644
index 0000000..349f84b
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-codedeploy/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-codedeploy-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-codedeploy-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-codedeploy/1.11.18/aws-java-sdk-codedeploy-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-codedeploy/1.11.18/aws-java-sdk-codedeploy-1.11.18.jar
new file mode 100644
index 0000000..84bc6df
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-codedeploy/1.11.18/aws-java-sdk-codedeploy-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-codedeploy/1.11.18/aws-java-sdk-codedeploy-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-codedeploy/1.11.18/aws-java-sdk-codedeploy-1.11.18.jar.sha1
new file mode 100644
index 0000000..d5bfb14
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-codedeploy/1.11.18/aws-java-sdk-codedeploy-1.11.18.jar.sha1
@@ -0,0 +1 @@
+ded7507c19fe5c0a8dea01167d568838199bbd56
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-codedeploy/1.11.18/aws-java-sdk-codedeploy-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-codedeploy/1.11.18/aws-java-sdk-codedeploy-1.11.18.pom
new file mode 100644
index 0000000..d7a7079
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-codedeploy/1.11.18/aws-java-sdk-codedeploy-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-codedeploy</artifactId>
+  <name>AWS Java SDK for AWS CodeDeploy</name>
+  <description>The AWS Java SDK for AWS CodeDeploy module holds the client classes that are used for communicating with AWS CodeDeploy Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-codedeploy</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-codedeploy/1.11.18/aws-java-sdk-codedeploy-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-codedeploy/1.11.18/aws-java-sdk-codedeploy-1.11.18.pom.sha1
new file mode 100644
index 0000000..3429f38
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-codedeploy/1.11.18/aws-java-sdk-codedeploy-1.11.18.pom.sha1
@@ -0,0 +1 @@
+e7f377dbfaee581e35551c58635a43269743986c
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-codepipeline/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-codepipeline/1.11.18/BUILD
new file mode 100644
index 0000000..32cd739
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-codepipeline/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-codepipeline-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-codepipeline-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-codepipeline/1.11.18/aws-java-sdk-codepipeline-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-codepipeline/1.11.18/aws-java-sdk-codepipeline-1.11.18.jar
new file mode 100644
index 0000000..5d7ef72
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-codepipeline/1.11.18/aws-java-sdk-codepipeline-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-codepipeline/1.11.18/aws-java-sdk-codepipeline-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-codepipeline/1.11.18/aws-java-sdk-codepipeline-1.11.18.jar.sha1
new file mode 100644
index 0000000..9758ddd
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-codepipeline/1.11.18/aws-java-sdk-codepipeline-1.11.18.jar.sha1
@@ -0,0 +1 @@
+a2a9b04098c42df04ca8e1a95835f458a5d566a8
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-codepipeline/1.11.18/aws-java-sdk-codepipeline-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-codepipeline/1.11.18/aws-java-sdk-codepipeline-1.11.18.pom
new file mode 100644
index 0000000..4490160
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-codepipeline/1.11.18/aws-java-sdk-codepipeline-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-codepipeline</artifactId>
+  <name>AWS Java SDK for AWS CodePipeline</name>
+  <description>The AWS Java SDK for AWS CodePipeline module holds the client classes that are used for communicating with AWS CodePipeline</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-codepipeline</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-codepipeline/1.11.18/aws-java-sdk-codepipeline-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-codepipeline/1.11.18/aws-java-sdk-codepipeline-1.11.18.pom.sha1
new file mode 100644
index 0000000..85a6450
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-codepipeline/1.11.18/aws-java-sdk-codepipeline-1.11.18.pom.sha1
@@ -0,0 +1 @@
+95fe18b964069b9f9a08b8299218a5b0b4ba73d6
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidentity/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidentity/1.11.18/BUILD
new file mode 100644
index 0000000..0d7b0a2
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidentity/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-cognitoidentity-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-cognitoidentity-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidentity/1.11.18/aws-java-sdk-cognitoidentity-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidentity/1.11.18/aws-java-sdk-cognitoidentity-1.11.18.jar
new file mode 100644
index 0000000..ffa15e1
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidentity/1.11.18/aws-java-sdk-cognitoidentity-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidentity/1.11.18/aws-java-sdk-cognitoidentity-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidentity/1.11.18/aws-java-sdk-cognitoidentity-1.11.18.jar.sha1
new file mode 100644
index 0000000..c3ff4d3
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidentity/1.11.18/aws-java-sdk-cognitoidentity-1.11.18.jar.sha1
@@ -0,0 +1 @@
+004915e71b5933a660261e2165509ff74b967589
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidentity/1.11.18/aws-java-sdk-cognitoidentity-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidentity/1.11.18/aws-java-sdk-cognitoidentity-1.11.18.pom
new file mode 100644
index 0000000..14233f7
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidentity/1.11.18/aws-java-sdk-cognitoidentity-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-cognitoidentity</artifactId>
+  <name>AWS Java SDK for Amazon Cognito Identity</name>
+  <description>The AWS Java SDK for Amazon Cognito Identity module holds the client classes that are used for communicating with Amazon Cognito Identity Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-cognitoidentity</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidentity/1.11.18/aws-java-sdk-cognitoidentity-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidentity/1.11.18/aws-java-sdk-cognitoidentity-1.11.18.pom.sha1
new file mode 100644
index 0000000..d9607a3
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidentity/1.11.18/aws-java-sdk-cognitoidentity-1.11.18.pom.sha1
@@ -0,0 +1 @@
+bfa616859b39c18054c192b234d6a4e64f149b5c
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidp/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidp/1.11.18/BUILD
new file mode 100644
index 0000000..6895546
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidp/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-cognitoidp-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-cognitoidp-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidp/1.11.18/aws-java-sdk-cognitoidp-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidp/1.11.18/aws-java-sdk-cognitoidp-1.11.18.jar
new file mode 100644
index 0000000..b2628da
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidp/1.11.18/aws-java-sdk-cognitoidp-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidp/1.11.18/aws-java-sdk-cognitoidp-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidp/1.11.18/aws-java-sdk-cognitoidp-1.11.18.jar.sha1
new file mode 100644
index 0000000..09abb3b
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidp/1.11.18/aws-java-sdk-cognitoidp-1.11.18.jar.sha1
@@ -0,0 +1 @@
+84e1476dcaba9d1178f12f94b2b23737a10ed99e
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidp/1.11.18/aws-java-sdk-cognitoidp-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidp/1.11.18/aws-java-sdk-cognitoidp-1.11.18.pom
new file mode 100644
index 0000000..660788b
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidp/1.11.18/aws-java-sdk-cognitoidp-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-cognitoidp</artifactId>
+  <name>AWS Java SDK for Amazon Cognito Identity Provider Service</name>
+  <description>The AWS Java SDK for Amazon Cognito Identity Provider Service module holds the client classes that are used for communicating with Amazon Cognito Identity Provider Service.</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-cognitoidp</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidp/1.11.18/aws-java-sdk-cognitoidp-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidp/1.11.18/aws-java-sdk-cognitoidp-1.11.18.pom.sha1
new file mode 100644
index 0000000..56241d2
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidp/1.11.18/aws-java-sdk-cognitoidp-1.11.18.pom.sha1
@@ -0,0 +1 @@
+b7f2e261fd0e41118330bc08950bc431eb46a24f
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cognitosync/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitosync/1.11.18/BUILD
new file mode 100644
index 0000000..8b682cf
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitosync/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-cognitosync-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-cognitosync-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cognitosync/1.11.18/aws-java-sdk-cognitosync-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitosync/1.11.18/aws-java-sdk-cognitosync-1.11.18.jar
new file mode 100644
index 0000000..46e319a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitosync/1.11.18/aws-java-sdk-cognitosync-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cognitosync/1.11.18/aws-java-sdk-cognitosync-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitosync/1.11.18/aws-java-sdk-cognitosync-1.11.18.jar.sha1
new file mode 100644
index 0000000..ed03511
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitosync/1.11.18/aws-java-sdk-cognitosync-1.11.18.jar.sha1
@@ -0,0 +1 @@
+baa42763139912f320437cbed08a5abe2c323ede
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cognitosync/1.11.18/aws-java-sdk-cognitosync-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitosync/1.11.18/aws-java-sdk-cognitosync-1.11.18.pom
new file mode 100644
index 0000000..30a8682
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitosync/1.11.18/aws-java-sdk-cognitosync-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-cognitosync</artifactId>
+  <name>AWS Java SDK for Amazon Cognito Sync</name>
+  <description>The AWS Java SDK for Amazon Cognito Sync module holds the client classes that are used for communicating with Amazon Cognito Sync Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-cognitosync</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-cognitosync/1.11.18/aws-java-sdk-cognitosync-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitosync/1.11.18/aws-java-sdk-cognitosync-1.11.18.pom.sha1
new file mode 100644
index 0000000..15f10a4
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-cognitosync/1.11.18/aws-java-sdk-cognitosync-1.11.18.pom.sha1
@@ -0,0 +1 @@
+09dee1bf3103225c6e7c8d8100da8c02dee27bb8
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-config/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-config/1.11.18/BUILD
new file mode 100644
index 0000000..8c432f9
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-config/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-config-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-config-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-config/1.11.18/aws-java-sdk-config-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-config/1.11.18/aws-java-sdk-config-1.11.18.jar
new file mode 100644
index 0000000..5db99f7
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-config/1.11.18/aws-java-sdk-config-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-config/1.11.18/aws-java-sdk-config-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-config/1.11.18/aws-java-sdk-config-1.11.18.jar.sha1
new file mode 100644
index 0000000..0be3b2c
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-config/1.11.18/aws-java-sdk-config-1.11.18.jar.sha1
@@ -0,0 +1 @@
+0694e7d6be7305b6ceecee25bd9da5f7ec864fdb
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-config/1.11.18/aws-java-sdk-config-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-config/1.11.18/aws-java-sdk-config-1.11.18.pom
new file mode 100644
index 0000000..6cefaae
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-config/1.11.18/aws-java-sdk-config-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-config</artifactId>
+  <name>AWS Java SDK for AWS Config</name>
+  <description>The AWS Java SDK for AWS Config module holds the client classes that are used for communicating with AWS Config Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-config</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-config/1.11.18/aws-java-sdk-config-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-config/1.11.18/aws-java-sdk-config-1.11.18.pom.sha1
new file mode 100644
index 0000000..93d5219
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-config/1.11.18/aws-java-sdk-config-1.11.18.pom.sha1
@@ -0,0 +1 @@
+5b4faeb8b6a87d9ed2cc4a9a3699ffbc77b64804
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/BUILD
new file mode 100644
index 0000000..7db209d
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-core-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-core-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/aws-java-sdk-core-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/aws-java-sdk-core-1.11.18.jar
new file mode 100644
index 0000000..bd3007f
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/aws-java-sdk-core-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/aws-java-sdk-core-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/aws-java-sdk-core-1.11.18.jar.sha1
new file mode 100644
index 0000000..ae64809
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/aws-java-sdk-core-1.11.18.jar.sha1
@@ -0,0 +1 @@
+883d35cc2dcc0f2141422909a62db70d758dc3d8
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/aws-java-sdk-core-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/aws-java-sdk-core-1.11.18.pom
new file mode 100644
index 0000000..59172f1
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/aws-java-sdk-core-1.11.18.pom
@@ -0,0 +1,100 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-core</artifactId>
+  <name>AWS SDK for Java - Core</name>
+  <description>The AWS SDK for Java - Core module holds the classes that is used by the individual service clients to interact with Amazon Web Services. Users need to depend on aws-java-sdk artifact for accessing individual client classes.</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+  <dependencies>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.1.3</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>${httpcomponents.httpclient.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+      <version>${jackson.version}</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-cbor</artifactId>
+      <version>${jackson.version}</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+      <version>2.8.1</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.github.tomakehurst</groupId>
+      <artifactId>wiremock</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest-all</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.easymock</groupId>
+      <artifactId>easymock</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-all</artifactId>
+      <scope>test</scope>
+      <version>1.10.19</version>
+    </dependency>
+    <dependency>
+      <groupId>nl.jqno.equalsverifier</groupId>
+      <artifactId>equalsverifier</artifactId>
+      <version>1.7.5</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/aws-java-sdk-core-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/aws-java-sdk-core-1.11.18.pom.sha1
new file mode 100644
index 0000000..a5055cf
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/aws-java-sdk-core-1.11.18.pom.sha1
@@ -0,0 +1 @@
+4aefe652c5da6412f7c341193baaab133c198df0
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-datapipeline/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-datapipeline/1.11.18/BUILD
new file mode 100644
index 0000000..0714196
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-datapipeline/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-datapipeline-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-datapipeline-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-datapipeline/1.11.18/aws-java-sdk-datapipeline-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-datapipeline/1.11.18/aws-java-sdk-datapipeline-1.11.18.jar
new file mode 100644
index 0000000..e6eedb7
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-datapipeline/1.11.18/aws-java-sdk-datapipeline-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-datapipeline/1.11.18/aws-java-sdk-datapipeline-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-datapipeline/1.11.18/aws-java-sdk-datapipeline-1.11.18.jar.sha1
new file mode 100644
index 0000000..ff8aed0
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-datapipeline/1.11.18/aws-java-sdk-datapipeline-1.11.18.jar.sha1
@@ -0,0 +1 @@
+73129abe166d925c882086e455340401220847d0
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-datapipeline/1.11.18/aws-java-sdk-datapipeline-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-datapipeline/1.11.18/aws-java-sdk-datapipeline-1.11.18.pom
new file mode 100644
index 0000000..a09c558
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-datapipeline/1.11.18/aws-java-sdk-datapipeline-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-datapipeline</artifactId>
+  <name>AWS Java SDK for AWS Data Pipeline</name>
+  <description>The AWS Java SDK for AWS Data Pipeline module holds the client classes that are used for communicating with AWS Data Pipeline Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-datapipeline</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-datapipeline/1.11.18/aws-java-sdk-datapipeline-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-datapipeline/1.11.18/aws-java-sdk-datapipeline-1.11.18.pom.sha1
new file mode 100644
index 0000000..6910a33
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-datapipeline/1.11.18/aws-java-sdk-datapipeline-1.11.18.pom.sha1
@@ -0,0 +1 @@
+19364fa1c03147b9f745102b5f5830bccfc370bc
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-devicefarm/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-devicefarm/1.11.18/BUILD
new file mode 100644
index 0000000..4bd695c
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-devicefarm/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-devicefarm-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-devicefarm-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-devicefarm/1.11.18/aws-java-sdk-devicefarm-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-devicefarm/1.11.18/aws-java-sdk-devicefarm-1.11.18.jar
new file mode 100644
index 0000000..aa72126
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-devicefarm/1.11.18/aws-java-sdk-devicefarm-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-devicefarm/1.11.18/aws-java-sdk-devicefarm-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-devicefarm/1.11.18/aws-java-sdk-devicefarm-1.11.18.jar.sha1
new file mode 100644
index 0000000..6141436
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-devicefarm/1.11.18/aws-java-sdk-devicefarm-1.11.18.jar.sha1
@@ -0,0 +1 @@
+b975d857fd5818dde3eeef4730a08a2a32e9b0f9
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-devicefarm/1.11.18/aws-java-sdk-devicefarm-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-devicefarm/1.11.18/aws-java-sdk-devicefarm-1.11.18.pom
new file mode 100644
index 0000000..91498fc
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-devicefarm/1.11.18/aws-java-sdk-devicefarm-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-devicefarm</artifactId>
+  <name>AWS Java SDK for AWS Device Farm</name>
+  <description>The AWS Java SDK for AWS Device Farm module holds the client classes that are used for communicating with AWS Device Farm</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-devicefarm</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-devicefarm/1.11.18/aws-java-sdk-devicefarm-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-devicefarm/1.11.18/aws-java-sdk-devicefarm-1.11.18.pom.sha1
new file mode 100644
index 0000000..b9d37ed
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-devicefarm/1.11.18/aws-java-sdk-devicefarm-1.11.18.pom.sha1
@@ -0,0 +1 @@
+56a687633ec8eb9474961d3432be0ecd5069bc40
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-directconnect/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-directconnect/1.11.18/BUILD
new file mode 100644
index 0000000..6dc19f3
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-directconnect/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-directconnect-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-directconnect-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-directconnect/1.11.18/aws-java-sdk-directconnect-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-directconnect/1.11.18/aws-java-sdk-directconnect-1.11.18.jar
new file mode 100644
index 0000000..97ecd09
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-directconnect/1.11.18/aws-java-sdk-directconnect-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-directconnect/1.11.18/aws-java-sdk-directconnect-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-directconnect/1.11.18/aws-java-sdk-directconnect-1.11.18.jar.sha1
new file mode 100644
index 0000000..08a80c4
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-directconnect/1.11.18/aws-java-sdk-directconnect-1.11.18.jar.sha1
@@ -0,0 +1 @@
+81649b7be876b04aaac62ab17d2a978b87c80d0c
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-directconnect/1.11.18/aws-java-sdk-directconnect-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-directconnect/1.11.18/aws-java-sdk-directconnect-1.11.18.pom
new file mode 100644
index 0000000..581b83a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-directconnect/1.11.18/aws-java-sdk-directconnect-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-directconnect</artifactId>
+  <name>AWS Java SDK for AWS Direct Connect</name>
+  <description>The AWS Java SDK for AWS Direct Connect module holds the client classes that are used for communicating with AWS Direct Connect Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-directconnect</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-directconnect/1.11.18/aws-java-sdk-directconnect-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-directconnect/1.11.18/aws-java-sdk-directconnect-1.11.18.pom.sha1
new file mode 100644
index 0000000..9acf4d3
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-directconnect/1.11.18/aws-java-sdk-directconnect-1.11.18.pom.sha1
@@ -0,0 +1 @@
+21b8cd26820c2cb3746a58c9442927ead4965a9f
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-directory/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-directory/1.11.18/BUILD
new file mode 100644
index 0000000..dd11043
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-directory/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-directory-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-directory-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-directory/1.11.18/aws-java-sdk-directory-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-directory/1.11.18/aws-java-sdk-directory-1.11.18.jar
new file mode 100644
index 0000000..f45fdb1
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-directory/1.11.18/aws-java-sdk-directory-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-directory/1.11.18/aws-java-sdk-directory-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-directory/1.11.18/aws-java-sdk-directory-1.11.18.jar.sha1
new file mode 100644
index 0000000..c380128
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-directory/1.11.18/aws-java-sdk-directory-1.11.18.jar.sha1
@@ -0,0 +1 @@
+07de569386c1ef7e935fdd7e70cdb043e648d3fc
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-directory/1.11.18/aws-java-sdk-directory-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-directory/1.11.18/aws-java-sdk-directory-1.11.18.pom
new file mode 100644
index 0000000..7123603
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-directory/1.11.18/aws-java-sdk-directory-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-directory</artifactId>
+  <name>AWS Java SDK for AWS Directory Service</name>
+  <description>The AWS Java SDK for AWS Directory Service module holds the client classes that is used for communicating with AWS Directory Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-directory</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-directory/1.11.18/aws-java-sdk-directory-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-directory/1.11.18/aws-java-sdk-directory-1.11.18.pom.sha1
new file mode 100644
index 0000000..6ced3df
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-directory/1.11.18/aws-java-sdk-directory-1.11.18.pom.sha1
@@ -0,0 +1 @@
+77d1feea7c570ae731c0e44643e7e9ea595ffb65
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-discovery/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-discovery/1.11.18/BUILD
new file mode 100644
index 0000000..1b95e57
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-discovery/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-discovery-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-discovery-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-discovery/1.11.18/aws-java-sdk-discovery-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-discovery/1.11.18/aws-java-sdk-discovery-1.11.18.jar
new file mode 100644
index 0000000..ca4d906
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-discovery/1.11.18/aws-java-sdk-discovery-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-discovery/1.11.18/aws-java-sdk-discovery-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-discovery/1.11.18/aws-java-sdk-discovery-1.11.18.jar.sha1
new file mode 100644
index 0000000..b55b58a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-discovery/1.11.18/aws-java-sdk-discovery-1.11.18.jar.sha1
@@ -0,0 +1 @@
+e6065a3c65559625277d0c2c320a5e7e6fe2362b
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-discovery/1.11.18/aws-java-sdk-discovery-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-discovery/1.11.18/aws-java-sdk-discovery-1.11.18.pom
new file mode 100644
index 0000000..9c94095
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-discovery/1.11.18/aws-java-sdk-discovery-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-discovery</artifactId>
+  <name>AWS Java SDK for AWS Application Discovery Service</name>
+  <description>The AWS Java SDK for AWS Application Discovery Service module holds the client classes that are used for communicating with AWS Application Discovery Service.</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-discovery</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-discovery/1.11.18/aws-java-sdk-discovery-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-discovery/1.11.18/aws-java-sdk-discovery-1.11.18.pom.sha1
new file mode 100644
index 0000000..a51ee99
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-discovery/1.11.18/aws-java-sdk-discovery-1.11.18.pom.sha1
@@ -0,0 +1 @@
+d275a776b54bb7198f702f1ba64c739f646fa81e
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-dms/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-dms/1.11.18/BUILD
new file mode 100644
index 0000000..710027d
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-dms/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-dms-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-dms-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-dms/1.11.18/aws-java-sdk-dms-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-dms/1.11.18/aws-java-sdk-dms-1.11.18.jar
new file mode 100644
index 0000000..d0de695
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-dms/1.11.18/aws-java-sdk-dms-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-dms/1.11.18/aws-java-sdk-dms-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-dms/1.11.18/aws-java-sdk-dms-1.11.18.jar.sha1
new file mode 100644
index 0000000..97c2e30
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-dms/1.11.18/aws-java-sdk-dms-1.11.18.jar.sha1
@@ -0,0 +1 @@
+dfe1e26ddeac4a43705475c05be8f7588ca519c7
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-dms/1.11.18/aws-java-sdk-dms-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-dms/1.11.18/aws-java-sdk-dms-1.11.18.pom
new file mode 100644
index 0000000..bfa61d1
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-dms/1.11.18/aws-java-sdk-dms-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-dms</artifactId>
+  <name>AWS Java SDK for AWS Database Migration Service</name>
+  <description>The AWS Java SDK for AWS Database Migration Service module holds the client classes that are used for communicating with AWS Database Migration Service.</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-dms</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-dms/1.11.18/aws-java-sdk-dms-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-dms/1.11.18/aws-java-sdk-dms-1.11.18.pom.sha1
new file mode 100644
index 0000000..fa660ea
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-dms/1.11.18/aws-java-sdk-dms-1.11.18.pom.sha1
@@ -0,0 +1 @@
+558e77745a7a4c6cd2b3b10f21df5f7820e600e3
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/BUILD
new file mode 100644
index 0000000..e2ae721
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-dynamodb-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-dynamodb-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/aws-java-sdk-dynamodb-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/aws-java-sdk-dynamodb-1.11.18.jar
new file mode 100644
index 0000000..60bfe7f
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/aws-java-sdk-dynamodb-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/aws-java-sdk-dynamodb-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/aws-java-sdk-dynamodb-1.11.18.jar.sha1
new file mode 100644
index 0000000..da198e6
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/aws-java-sdk-dynamodb-1.11.18.jar.sha1
@@ -0,0 +1 @@
+2a54dd6d5ee9d8d7122058eecff2f137201c515d
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/aws-java-sdk-dynamodb-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/aws-java-sdk-dynamodb-1.11.18.pom
new file mode 100644
index 0000000..c42babe
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/aws-java-sdk-dynamodb-1.11.18.pom
@@ -0,0 +1,104 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-dynamodb</artifactId>
+  <name>AWS Java SDK for Amazon DynamoDB</name>
+  <description>The AWS Java SDK for Amazon DynamoDB module holds the client classes that are used for communicating with Amazon DynamoDB Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-s3</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>junit</artifactId>
+        <groupId>junit</groupId>
+        <optional>false</optional>
+        <scope>test</scope>
+    </dependency>
+    <dependency>
+        <artifactId>easymock</artifactId>
+        <groupId>org.easymock</groupId>
+        <optional>false</optional>
+        <scope>test</scope>
+        <version>3.2</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-dynamodb</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/aws-java-sdk-dynamodb-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/aws-java-sdk-dynamodb-1.11.18.pom.sha1
new file mode 100644
index 0000000..e3db139
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/aws-java-sdk-dynamodb-1.11.18.pom.sha1
@@ -0,0 +1 @@
+436eb70951ef2f8cc7c424840bfed06d193e7755
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/BUILD
new file mode 100644
index 0000000..b3da8f4
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-ec2-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-ec2-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/aws-java-sdk-ec2-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/aws-java-sdk-ec2-1.11.18.jar
new file mode 100644
index 0000000..2c64403
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/aws-java-sdk-ec2-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/aws-java-sdk-ec2-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/aws-java-sdk-ec2-1.11.18.jar.sha1
new file mode 100644
index 0000000..a33c349
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/aws-java-sdk-ec2-1.11.18.jar.sha1
@@ -0,0 +1 @@
+9ed3a7923831609f7dbd7d4f0fc5a237d498a500
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/aws-java-sdk-ec2-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/aws-java-sdk-ec2-1.11.18.pom
new file mode 100644
index 0000000..0b9f6ef
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/aws-java-sdk-ec2-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-ec2</artifactId>
+  <name>AWS Java SDK for Amazon EC2</name>
+  <description>The AWS Java SDK for Amazon EC2 module holds the client classes that are used for communicating with Amazon EC2 Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-ec2</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/aws-java-sdk-ec2-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/aws-java-sdk-ec2-1.11.18.pom.sha1
new file mode 100644
index 0000000..09d6b2d
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/aws-java-sdk-ec2-1.11.18.pom.sha1
@@ -0,0 +1 @@
+4579e591dcf288071baa00319ac96b152f27e425
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ecr/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-ecr/1.11.18/BUILD
new file mode 100644
index 0000000..89ca097
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ecr/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-ecr-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-ecr-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ecr/1.11.18/aws-java-sdk-ecr-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-ecr/1.11.18/aws-java-sdk-ecr-1.11.18.jar
new file mode 100644
index 0000000..95c4eee
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ecr/1.11.18/aws-java-sdk-ecr-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ecr/1.11.18/aws-java-sdk-ecr-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-ecr/1.11.18/aws-java-sdk-ecr-1.11.18.jar.sha1
new file mode 100644
index 0000000..ac3a136
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ecr/1.11.18/aws-java-sdk-ecr-1.11.18.jar.sha1
@@ -0,0 +1 @@
+08ab70287171cfff7dca9f41ed045077ad5ec956
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ecr/1.11.18/aws-java-sdk-ecr-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-ecr/1.11.18/aws-java-sdk-ecr-1.11.18.pom
new file mode 100644
index 0000000..878f6c3
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ecr/1.11.18/aws-java-sdk-ecr-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-ecr</artifactId>
+  <name>AWS Java SDK for the Amazon EC2 Container Registry</name>
+  <description>The AWS Java SDK for the Amazon EC2 Container Registry holds the client classes that are used for communicating with the Amazon EC2 Container Registry Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-ecr</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ecr/1.11.18/aws-java-sdk-ecr-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-ecr/1.11.18/aws-java-sdk-ecr-1.11.18.pom.sha1
new file mode 100644
index 0000000..8d990ca
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ecr/1.11.18/aws-java-sdk-ecr-1.11.18.pom.sha1
@@ -0,0 +1 @@
+521ff9917334a2761659dbb948f7d654b15ac53d
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ecs/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-ecs/1.11.18/BUILD
new file mode 100644
index 0000000..6d30418
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ecs/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-ecs-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-ecs-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ecs/1.11.18/aws-java-sdk-ecs-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-ecs/1.11.18/aws-java-sdk-ecs-1.11.18.jar
new file mode 100644
index 0000000..7be780a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ecs/1.11.18/aws-java-sdk-ecs-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ecs/1.11.18/aws-java-sdk-ecs-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-ecs/1.11.18/aws-java-sdk-ecs-1.11.18.jar.sha1
new file mode 100644
index 0000000..b874ef0
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ecs/1.11.18/aws-java-sdk-ecs-1.11.18.jar.sha1
@@ -0,0 +1 @@
+9a7da503d9db8161ddc4de23772fc9a516daaf36
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ecs/1.11.18/aws-java-sdk-ecs-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-ecs/1.11.18/aws-java-sdk-ecs-1.11.18.pom
new file mode 100644
index 0000000..e442847
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ecs/1.11.18/aws-java-sdk-ecs-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-ecs</artifactId>
+  <name>AWS Java SDK for the Amazon EC2 Container Service</name>
+  <description>The AWS Java SDK for the Amazon EC2 Container Service holds the client classes that are used for communicating with the Amazon EC2 Container Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-ecs</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ecs/1.11.18/aws-java-sdk-ecs-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-ecs/1.11.18/aws-java-sdk-ecs-1.11.18.pom.sha1
new file mode 100644
index 0000000..0a5daa5
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ecs/1.11.18/aws-java-sdk-ecs-1.11.18.pom.sha1
@@ -0,0 +1 @@
+fcdc2a45a16ea84d1a7bcb3126b4af7562b4686a
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-efs/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-efs/1.11.18/BUILD
new file mode 100644
index 0000000..13e0534
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-efs/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-efs-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-efs-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-efs/1.11.18/aws-java-sdk-efs-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-efs/1.11.18/aws-java-sdk-efs-1.11.18.jar
new file mode 100644
index 0000000..7335a9f
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-efs/1.11.18/aws-java-sdk-efs-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-efs/1.11.18/aws-java-sdk-efs-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-efs/1.11.18/aws-java-sdk-efs-1.11.18.jar.sha1
new file mode 100644
index 0000000..4e521e5
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-efs/1.11.18/aws-java-sdk-efs-1.11.18.jar.sha1
@@ -0,0 +1 @@
+055a75c2c4c277ab4bf8bcbf97cb9973977f1360
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-efs/1.11.18/aws-java-sdk-efs-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-efs/1.11.18/aws-java-sdk-efs-1.11.18.pom
new file mode 100644
index 0000000..dd3f238
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-efs/1.11.18/aws-java-sdk-efs-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-efs</artifactId>
+  <name>AWS Java SDK for Amazon Elastic File System</name>
+  <description>The AWS Java SDK for Amazon Elastic File System module holds the client classes that are used for communicating with Amazon Elastic File System</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-efs</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-efs/1.11.18/aws-java-sdk-efs-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-efs/1.11.18/aws-java-sdk-efs-1.11.18.pom.sha1
new file mode 100644
index 0000000..7cc370d
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-efs/1.11.18/aws-java-sdk-efs-1.11.18.pom.sha1
@@ -0,0 +1 @@
+cc773e5f4c2c10cf07a331b17e6676d526a75cd5
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elasticache/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticache/1.11.18/BUILD
new file mode 100644
index 0000000..bed1481
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticache/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-elasticache-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-elasticache-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elasticache/1.11.18/aws-java-sdk-elasticache-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticache/1.11.18/aws-java-sdk-elasticache-1.11.18.jar
new file mode 100644
index 0000000..7e0d556
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticache/1.11.18/aws-java-sdk-elasticache-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elasticache/1.11.18/aws-java-sdk-elasticache-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticache/1.11.18/aws-java-sdk-elasticache-1.11.18.jar.sha1
new file mode 100644
index 0000000..3047de4
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticache/1.11.18/aws-java-sdk-elasticache-1.11.18.jar.sha1
@@ -0,0 +1 @@
+fbfd7f80abec1b1d25594ad991f22a74545d6d9e
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elasticache/1.11.18/aws-java-sdk-elasticache-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticache/1.11.18/aws-java-sdk-elasticache-1.11.18.pom
new file mode 100644
index 0000000..2a8cae7
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticache/1.11.18/aws-java-sdk-elasticache-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-elasticache</artifactId>
+  <name>AWS Java SDK for Amazon ElastiCache</name>
+  <description>The AWS Java SDK for Amazon ElastiCache module holds the client classes that are used for communicating with Amazon ElastiCache Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-elasticache</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elasticache/1.11.18/aws-java-sdk-elasticache-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticache/1.11.18/aws-java-sdk-elasticache-1.11.18.pom.sha1
new file mode 100644
index 0000000..e1f7a82
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticache/1.11.18/aws-java-sdk-elasticache-1.11.18.pom.sha1
@@ -0,0 +1 @@
+7f83dc62d30f2a1796a7d52a615c9b488882a028
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elasticbeanstalk/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticbeanstalk/1.11.18/BUILD
new file mode 100644
index 0000000..57c930d
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticbeanstalk/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-elasticbeanstalk-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-elasticbeanstalk-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elasticbeanstalk/1.11.18/aws-java-sdk-elasticbeanstalk-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticbeanstalk/1.11.18/aws-java-sdk-elasticbeanstalk-1.11.18.jar
new file mode 100644
index 0000000..985f3a7
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticbeanstalk/1.11.18/aws-java-sdk-elasticbeanstalk-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elasticbeanstalk/1.11.18/aws-java-sdk-elasticbeanstalk-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticbeanstalk/1.11.18/aws-java-sdk-elasticbeanstalk-1.11.18.jar.sha1
new file mode 100644
index 0000000..37ddf5a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticbeanstalk/1.11.18/aws-java-sdk-elasticbeanstalk-1.11.18.jar.sha1
@@ -0,0 +1 @@
+6d17ae766305eea3515e5dcd6c8e1f05fa745e17
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elasticbeanstalk/1.11.18/aws-java-sdk-elasticbeanstalk-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticbeanstalk/1.11.18/aws-java-sdk-elasticbeanstalk-1.11.18.pom
new file mode 100644
index 0000000..fc096ab
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticbeanstalk/1.11.18/aws-java-sdk-elasticbeanstalk-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-elasticbeanstalk</artifactId>
+  <name>AWS Java SDK for AWS Elastic Beanstalk</name>
+  <description>The AWS Java SDK for AWS Elastic Beanstalk module holds the client classes that are used for communicating with AWS Elastic Beanstalk Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-elasticbeanstalk</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elasticbeanstalk/1.11.18/aws-java-sdk-elasticbeanstalk-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticbeanstalk/1.11.18/aws-java-sdk-elasticbeanstalk-1.11.18.pom.sha1
new file mode 100644
index 0000000..5488ba8
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticbeanstalk/1.11.18/aws-java-sdk-elasticbeanstalk-1.11.18.pom.sha1
@@ -0,0 +1 @@
+eab1fff8af6ab9cbfe603c04c4b357b68da22210
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elasticloadbalancing/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticloadbalancing/1.11.18/BUILD
new file mode 100644
index 0000000..628fb80
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticloadbalancing/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-elasticloadbalancing-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-elasticloadbalancing-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elasticloadbalancing/1.11.18/aws-java-sdk-elasticloadbalancing-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticloadbalancing/1.11.18/aws-java-sdk-elasticloadbalancing-1.11.18.jar
new file mode 100644
index 0000000..cc234d0
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticloadbalancing/1.11.18/aws-java-sdk-elasticloadbalancing-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elasticloadbalancing/1.11.18/aws-java-sdk-elasticloadbalancing-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticloadbalancing/1.11.18/aws-java-sdk-elasticloadbalancing-1.11.18.jar.sha1
new file mode 100644
index 0000000..f2a8f41
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticloadbalancing/1.11.18/aws-java-sdk-elasticloadbalancing-1.11.18.jar.sha1
@@ -0,0 +1 @@
+6e0719a4d1a450a54e0215403057dcd0507e36c8
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elasticloadbalancing/1.11.18/aws-java-sdk-elasticloadbalancing-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticloadbalancing/1.11.18/aws-java-sdk-elasticloadbalancing-1.11.18.pom
new file mode 100644
index 0000000..b9a0066
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticloadbalancing/1.11.18/aws-java-sdk-elasticloadbalancing-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-elasticloadbalancing</artifactId>
+  <name>AWS Java SDK for Elastic Load Balancing</name>
+  <description>The AWS Java SDK for Elastic Load Balancing module holds the client classes that are used for communicating with Elastic Load Balancing Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-elasticloadbalancing</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elasticloadbalancing/1.11.18/aws-java-sdk-elasticloadbalancing-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticloadbalancing/1.11.18/aws-java-sdk-elasticloadbalancing-1.11.18.pom.sha1
new file mode 100644
index 0000000..3e9456d
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticloadbalancing/1.11.18/aws-java-sdk-elasticloadbalancing-1.11.18.pom.sha1
@@ -0,0 +1 @@
+ef90b3d60ce19d7c8caafe3369a44bb371f7d36d
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elasticsearch/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticsearch/1.11.18/BUILD
new file mode 100644
index 0000000..7cf95e9
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticsearch/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-elasticsearch-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-elasticsearch-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elasticsearch/1.11.18/aws-java-sdk-elasticsearch-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticsearch/1.11.18/aws-java-sdk-elasticsearch-1.11.18.jar
new file mode 100644
index 0000000..49ca56a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticsearch/1.11.18/aws-java-sdk-elasticsearch-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elasticsearch/1.11.18/aws-java-sdk-elasticsearch-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticsearch/1.11.18/aws-java-sdk-elasticsearch-1.11.18.jar.sha1
new file mode 100644
index 0000000..6a00a23
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticsearch/1.11.18/aws-java-sdk-elasticsearch-1.11.18.jar.sha1
@@ -0,0 +1 @@
+aabbaae52d20441a3a25c76b52dbecef03f715e7
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elasticsearch/1.11.18/aws-java-sdk-elasticsearch-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticsearch/1.11.18/aws-java-sdk-elasticsearch-1.11.18.pom
new file mode 100644
index 0000000..ea5f551
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticsearch/1.11.18/aws-java-sdk-elasticsearch-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-elasticsearch</artifactId>
+  <name>AWS Java SDK for Amazon Elasticsearch Service</name>
+  <description>The AWS Java SDK for Amazon Elasticsearch Service module holds the client classes that are used for communicating with Amazon Elasticsearch Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-elasticsearch</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elasticsearch/1.11.18/aws-java-sdk-elasticsearch-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticsearch/1.11.18/aws-java-sdk-elasticsearch-1.11.18.pom.sha1
new file mode 100644
index 0000000..86ef237
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elasticsearch/1.11.18/aws-java-sdk-elasticsearch-1.11.18.pom.sha1
@@ -0,0 +1 @@
+26ce9d1647847a421743d9bed1ee434c09930c9e
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/BUILD
new file mode 100644
index 0000000..8bf4911
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-elastictranscoder-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-elastictranscoder-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/aws-java-sdk-elastictranscoder-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/aws-java-sdk-elastictranscoder-1.11.18.jar
new file mode 100644
index 0000000..fb6e8ae
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/aws-java-sdk-elastictranscoder-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/aws-java-sdk-elastictranscoder-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/aws-java-sdk-elastictranscoder-1.11.18.jar.sha1
new file mode 100644
index 0000000..37239e1
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/aws-java-sdk-elastictranscoder-1.11.18.jar.sha1
@@ -0,0 +1 @@
+dbc910a512c432cbde9aa51f22a2966b6965cfad
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/aws-java-sdk-elastictranscoder-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/aws-java-sdk-elastictranscoder-1.11.18.pom
new file mode 100644
index 0000000..0972e58
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/aws-java-sdk-elastictranscoder-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-elastictranscoder</artifactId>
+  <name>AWS Java SDK for Amazon Elastic Transcoder</name>
+  <description>The AWS Java SDK for Amazon Elastic Transcoder module holds the client classes that are used for communicating with Amazon Elastic Transcoder Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-elastictranscoder</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/aws-java-sdk-elastictranscoder-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/aws-java-sdk-elastictranscoder-1.11.18.pom.sha1
new file mode 100644
index 0000000..138d946
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/aws-java-sdk-elastictranscoder-1.11.18.pom.sha1
@@ -0,0 +1 @@
+980e0b64b6250d624f58fa28e1e2532fba1fac04
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-emr/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-emr/1.11.18/BUILD
new file mode 100644
index 0000000..e3b1690
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-emr/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-emr-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-emr-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-emr/1.11.18/aws-java-sdk-emr-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-emr/1.11.18/aws-java-sdk-emr-1.11.18.jar
new file mode 100644
index 0000000..da03f75
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-emr/1.11.18/aws-java-sdk-emr-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-emr/1.11.18/aws-java-sdk-emr-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-emr/1.11.18/aws-java-sdk-emr-1.11.18.jar.sha1
new file mode 100644
index 0000000..4cecdb1
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-emr/1.11.18/aws-java-sdk-emr-1.11.18.jar.sha1
@@ -0,0 +1 @@
+43b391bfefecfcea0ddefed0321f0fb8b07a7baf
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-emr/1.11.18/aws-java-sdk-emr-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-emr/1.11.18/aws-java-sdk-emr-1.11.18.pom
new file mode 100644
index 0000000..528f2dd
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-emr/1.11.18/aws-java-sdk-emr-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-emr</artifactId>
+  <name>AWS Java SDK for Amazon EMR</name>
+  <description>The AWS Java SDK for Amazon EMR module holds the client classes that are used for communicating with Amazon Elastic MapReduce Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-emr</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-emr/1.11.18/aws-java-sdk-emr-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-emr/1.11.18/aws-java-sdk-emr-1.11.18.pom.sha1
new file mode 100644
index 0000000..9a6cb7a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-emr/1.11.18/aws-java-sdk-emr-1.11.18.pom.sha1
@@ -0,0 +1 @@
+a78046c65c8b51aeb99490838e471febba2a4972
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-events/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-events/1.11.18/BUILD
new file mode 100644
index 0000000..0f04812
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-events/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-events-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-events-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-events/1.11.18/aws-java-sdk-events-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-events/1.11.18/aws-java-sdk-events-1.11.18.jar
new file mode 100644
index 0000000..03dc6e8
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-events/1.11.18/aws-java-sdk-events-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-events/1.11.18/aws-java-sdk-events-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-events/1.11.18/aws-java-sdk-events-1.11.18.jar.sha1
new file mode 100644
index 0000000..7fb1fa1
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-events/1.11.18/aws-java-sdk-events-1.11.18.jar.sha1
@@ -0,0 +1 @@
+3ad5e97af209c8dd22682c8af011c0400d9adfed
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-events/1.11.18/aws-java-sdk-events-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-events/1.11.18/aws-java-sdk-events-1.11.18.pom
new file mode 100644
index 0000000..d98e4a6
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-events/1.11.18/aws-java-sdk-events-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-events</artifactId>
+  <name>AWS Java SDK for Amazon CloudWatch Events</name>
+  <description>The AWS Java SDK for Amazon CloudWatch Events module holds the client classes that are used for communicating with Amazon CloudWatch Events Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-events</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-events/1.11.18/aws-java-sdk-events-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-events/1.11.18/aws-java-sdk-events-1.11.18.pom.sha1
new file mode 100644
index 0000000..71a4096
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-events/1.11.18/aws-java-sdk-events-1.11.18.pom.sha1
@@ -0,0 +1 @@
+7c18fd6301d8c8623f42bbf77666631555a54831
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-gamelift/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-gamelift/1.11.18/BUILD
new file mode 100644
index 0000000..cb2c89f
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-gamelift/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-gamelift-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-gamelift-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-gamelift/1.11.18/aws-java-sdk-gamelift-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-gamelift/1.11.18/aws-java-sdk-gamelift-1.11.18.jar
new file mode 100644
index 0000000..a64a778
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-gamelift/1.11.18/aws-java-sdk-gamelift-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-gamelift/1.11.18/aws-java-sdk-gamelift-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-gamelift/1.11.18/aws-java-sdk-gamelift-1.11.18.jar.sha1
new file mode 100644
index 0000000..43bcaab
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-gamelift/1.11.18/aws-java-sdk-gamelift-1.11.18.jar.sha1
@@ -0,0 +1 @@
+83c232ed27a093ca87603b18ea287363c023405f
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-gamelift/1.11.18/aws-java-sdk-gamelift-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-gamelift/1.11.18/aws-java-sdk-gamelift-1.11.18.pom
new file mode 100644
index 0000000..04fc8fa
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-gamelift/1.11.18/aws-java-sdk-gamelift-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-gamelift</artifactId>
+  <name>AWS Java SDK for AWS GameLift</name>
+  <description>The AWS Java SDK for AWS GameLift module holds the client classes that are used for communicating with AWS GameLift service.</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-gamelift</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-gamelift/1.11.18/aws-java-sdk-gamelift-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-gamelift/1.11.18/aws-java-sdk-gamelift-1.11.18.pom.sha1
new file mode 100644
index 0000000..dfd6358
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-gamelift/1.11.18/aws-java-sdk-gamelift-1.11.18.pom.sha1
@@ -0,0 +1 @@
+03511b9c3726b9d7a94186601860c26091fb398a
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-glacier/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-glacier/1.11.18/BUILD
new file mode 100644
index 0000000..00a0e20
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-glacier/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-glacier-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-glacier-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-glacier/1.11.18/aws-java-sdk-glacier-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-glacier/1.11.18/aws-java-sdk-glacier-1.11.18.jar
new file mode 100644
index 0000000..9ecce1a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-glacier/1.11.18/aws-java-sdk-glacier-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-glacier/1.11.18/aws-java-sdk-glacier-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-glacier/1.11.18/aws-java-sdk-glacier-1.11.18.jar.sha1
new file mode 100644
index 0000000..c8dd2ac
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-glacier/1.11.18/aws-java-sdk-glacier-1.11.18.jar.sha1
@@ -0,0 +1 @@
+7cf7bcb891beedb95c422931ce83c855b3e462e0
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-glacier/1.11.18/aws-java-sdk-glacier-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-glacier/1.11.18/aws-java-sdk-glacier-1.11.18.pom
new file mode 100644
index 0000000..90c147a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-glacier/1.11.18/aws-java-sdk-glacier-1.11.18.pom
@@ -0,0 +1,103 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-glacier</artifactId>
+  <name>AWS Java SDK for Amazon Glacier</name>
+  <description>The AWS Java SDK for Amazon Glacier module holds the client classes that are used for communicating with Amazon Glacier Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-sqs</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-sns</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-s3</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-glacier</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-glacier/1.11.18/aws-java-sdk-glacier-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-glacier/1.11.18/aws-java-sdk-glacier-1.11.18.pom.sha1
new file mode 100644
index 0000000..e7d0dbd
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-glacier/1.11.18/aws-java-sdk-glacier-1.11.18.pom.sha1
@@ -0,0 +1 @@
+2f7aa8a58058382e39d2f828f5be9be00686744e
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-iam/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-iam/1.11.18/BUILD
new file mode 100644
index 0000000..cbc2322
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-iam/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-iam-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-iam-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-iam/1.11.18/aws-java-sdk-iam-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-iam/1.11.18/aws-java-sdk-iam-1.11.18.jar
new file mode 100644
index 0000000..088df3c
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-iam/1.11.18/aws-java-sdk-iam-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-iam/1.11.18/aws-java-sdk-iam-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-iam/1.11.18/aws-java-sdk-iam-1.11.18.jar.sha1
new file mode 100644
index 0000000..93f1d64
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-iam/1.11.18/aws-java-sdk-iam-1.11.18.jar.sha1
@@ -0,0 +1 @@
+54e17a871fd425df55148c06131acb76395b0012
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-iam/1.11.18/aws-java-sdk-iam-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-iam/1.11.18/aws-java-sdk-iam-1.11.18.pom
new file mode 100644
index 0000000..882341b
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-iam/1.11.18/aws-java-sdk-iam-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-iam</artifactId>
+  <name>AWS Java SDK for AWS IAM</name>
+  <description>The AWS Java SDK for AWS IAM module holds the client classes that are used for communicating with AWS Identity and Access Management Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-iam</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-iam/1.11.18/aws-java-sdk-iam-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-iam/1.11.18/aws-java-sdk-iam-1.11.18.pom.sha1
new file mode 100644
index 0000000..e1e666e
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-iam/1.11.18/aws-java-sdk-iam-1.11.18.pom.sha1
@@ -0,0 +1 @@
+9e02560fb6964b2b284fb6e2386e3d6c01398d0c
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-importexport/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-importexport/1.11.18/BUILD
new file mode 100644
index 0000000..68b16ee
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-importexport/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-importexport-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-importexport-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-importexport/1.11.18/aws-java-sdk-importexport-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-importexport/1.11.18/aws-java-sdk-importexport-1.11.18.jar
new file mode 100644
index 0000000..cbbcc91
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-importexport/1.11.18/aws-java-sdk-importexport-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-importexport/1.11.18/aws-java-sdk-importexport-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-importexport/1.11.18/aws-java-sdk-importexport-1.11.18.jar.sha1
new file mode 100644
index 0000000..8e54617
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-importexport/1.11.18/aws-java-sdk-importexport-1.11.18.jar.sha1
@@ -0,0 +1 @@
+4c8aa408e691acf0b2012bae201a10c0028abca1
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-importexport/1.11.18/aws-java-sdk-importexport-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-importexport/1.11.18/aws-java-sdk-importexport-1.11.18.pom
new file mode 100644
index 0000000..a543b30
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-importexport/1.11.18/aws-java-sdk-importexport-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-importexport</artifactId>
+  <name>AWS Java SDK for AWS Import/Export</name>
+  <description>The AWS Java SDK for AWS Import/Export module holds the client classes that are used for communicating with AWS Import/Export Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-importexport</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-importexport/1.11.18/aws-java-sdk-importexport-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-importexport/1.11.18/aws-java-sdk-importexport-1.11.18.pom.sha1
new file mode 100644
index 0000000..cd144c8
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-importexport/1.11.18/aws-java-sdk-importexport-1.11.18.pom.sha1
@@ -0,0 +1 @@
+fcb3a7042fdeaca90aaf83e412a7ff2bccb4ea24
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-inspector/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-inspector/1.11.18/BUILD
new file mode 100644
index 0000000..789cfe5
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-inspector/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-inspector-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-inspector-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-inspector/1.11.18/aws-java-sdk-inspector-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-inspector/1.11.18/aws-java-sdk-inspector-1.11.18.jar
new file mode 100644
index 0000000..3a7596d
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-inspector/1.11.18/aws-java-sdk-inspector-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-inspector/1.11.18/aws-java-sdk-inspector-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-inspector/1.11.18/aws-java-sdk-inspector-1.11.18.jar.sha1
new file mode 100644
index 0000000..13beb68
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-inspector/1.11.18/aws-java-sdk-inspector-1.11.18.jar.sha1
@@ -0,0 +1 @@
+3991920debb28f68398599eb1ccb459a375302a2
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-inspector/1.11.18/aws-java-sdk-inspector-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-inspector/1.11.18/aws-java-sdk-inspector-1.11.18.pom
new file mode 100644
index 0000000..e753544
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-inspector/1.11.18/aws-java-sdk-inspector-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-inspector</artifactId>
+  <name>AWS Java SDK for Amazon Inspector Service</name>
+  <description>The AWS Java SDK for Amazon Inspector Service module holds the client classes that are used for communicating with Amazon Inspector Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-inspector</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-inspector/1.11.18/aws-java-sdk-inspector-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-inspector/1.11.18/aws-java-sdk-inspector-1.11.18.pom.sha1
new file mode 100644
index 0000000..f07a1c3
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-inspector/1.11.18/aws-java-sdk-inspector-1.11.18.pom.sha1
@@ -0,0 +1 @@
+0720f798b443d434ada66b5d85b5a716fcc404d7
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-iot/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-iot/1.11.18/BUILD
new file mode 100644
index 0000000..45d3400
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-iot/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-iot-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-iot-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-iot/1.11.18/aws-java-sdk-iot-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-iot/1.11.18/aws-java-sdk-iot-1.11.18.jar
new file mode 100644
index 0000000..4847b88
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-iot/1.11.18/aws-java-sdk-iot-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-iot/1.11.18/aws-java-sdk-iot-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-iot/1.11.18/aws-java-sdk-iot-1.11.18.jar.sha1
new file mode 100644
index 0000000..ecced94
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-iot/1.11.18/aws-java-sdk-iot-1.11.18.jar.sha1
@@ -0,0 +1 @@
+b58231c407cd5417aff591a82bf8efb3eeba605d
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-iot/1.11.18/aws-java-sdk-iot-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-iot/1.11.18/aws-java-sdk-iot-1.11.18.pom
new file mode 100644
index 0000000..aabc7d5
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-iot/1.11.18/aws-java-sdk-iot-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-iot</artifactId>
+  <name>AWS Java SDK for AWS IoT</name>
+  <description>The AWS Java SDK for AWS Iot Service module holds the client classes that are used for communicating with AWS IoT Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-iot</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-iot/1.11.18/aws-java-sdk-iot-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-iot/1.11.18/aws-java-sdk-iot-1.11.18.pom.sha1
new file mode 100644
index 0000000..b5e21a9
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-iot/1.11.18/aws-java-sdk-iot-1.11.18.pom.sha1
@@ -0,0 +1 @@
+3f2d3bd9c0716d7e535caa2709792ebbd695e177
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-kinesis/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-kinesis/1.11.18/BUILD
new file mode 100644
index 0000000..b4b1e7e
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-kinesis/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-kinesis-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-kinesis-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-kinesis/1.11.18/aws-java-sdk-kinesis-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-kinesis/1.11.18/aws-java-sdk-kinesis-1.11.18.jar
new file mode 100644
index 0000000..de41f11
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-kinesis/1.11.18/aws-java-sdk-kinesis-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-kinesis/1.11.18/aws-java-sdk-kinesis-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-kinesis/1.11.18/aws-java-sdk-kinesis-1.11.18.jar.sha1
new file mode 100644
index 0000000..2a2f95b
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-kinesis/1.11.18/aws-java-sdk-kinesis-1.11.18.jar.sha1
@@ -0,0 +1 @@
+57c5bb8e1bd945f9af007efdb862fd5f8f78e9d9
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-kinesis/1.11.18/aws-java-sdk-kinesis-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-kinesis/1.11.18/aws-java-sdk-kinesis-1.11.18.pom
new file mode 100644
index 0000000..7b18c22
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-kinesis/1.11.18/aws-java-sdk-kinesis-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-kinesis</artifactId>
+  <name>AWS Java SDK for Amazon Kinesis</name>
+  <description>The AWS Java SDK for Amazon Kinesis module holds the client classes that are used for communicating with Amazon Kinesis Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-kinesis</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-kinesis/1.11.18/aws-java-sdk-kinesis-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-kinesis/1.11.18/aws-java-sdk-kinesis-1.11.18.pom.sha1
new file mode 100644
index 0000000..93deef6
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-kinesis/1.11.18/aws-java-sdk-kinesis-1.11.18.pom.sha1
@@ -0,0 +1 @@
+16c5328387ebb053d8b09322d7058b6f54d6c6e8
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-kms/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-kms/1.11.18/BUILD
new file mode 100644
index 0000000..b85d17e
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-kms/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-kms-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-kms-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-kms/1.11.18/aws-java-sdk-kms-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-kms/1.11.18/aws-java-sdk-kms-1.11.18.jar
new file mode 100644
index 0000000..daae03d
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-kms/1.11.18/aws-java-sdk-kms-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-kms/1.11.18/aws-java-sdk-kms-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-kms/1.11.18/aws-java-sdk-kms-1.11.18.jar.sha1
new file mode 100644
index 0000000..b158899
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-kms/1.11.18/aws-java-sdk-kms-1.11.18.jar.sha1
@@ -0,0 +1 @@
+4f291a633ec2b00d03f900b029378a2635af96c7
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-kms/1.11.18/aws-java-sdk-kms-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-kms/1.11.18/aws-java-sdk-kms-1.11.18.pom
new file mode 100644
index 0000000..8c002e7
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-kms/1.11.18/aws-java-sdk-kms-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-kms</artifactId>
+  <name>AWS Java SDK for AWS KMS</name>
+  <description>The AWS Java SDK for AWS KMS module holds the client classes that are used for communicating with AWS Key Management Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-kms</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-kms/1.11.18/aws-java-sdk-kms-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-kms/1.11.18/aws-java-sdk-kms-1.11.18.pom.sha1
new file mode 100644
index 0000000..c6431c0
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-kms/1.11.18/aws-java-sdk-kms-1.11.18.pom.sha1
@@ -0,0 +1 @@
+ac39f74a1ee1c3bed2b6dc94fa9206805968bc0d
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-lambda/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-lambda/1.11.18/BUILD
new file mode 100644
index 0000000..40b5f49
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-lambda/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-lambda-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-lambda-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-lambda/1.11.18/aws-java-sdk-lambda-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-lambda/1.11.18/aws-java-sdk-lambda-1.11.18.jar
new file mode 100644
index 0000000..be937de
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-lambda/1.11.18/aws-java-sdk-lambda-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-lambda/1.11.18/aws-java-sdk-lambda-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-lambda/1.11.18/aws-java-sdk-lambda-1.11.18.jar.sha1
new file mode 100644
index 0000000..ede5dc4
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-lambda/1.11.18/aws-java-sdk-lambda-1.11.18.jar.sha1
@@ -0,0 +1 @@
+bf75828edc2b1551558e0d91193447c833e4cfae
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-lambda/1.11.18/aws-java-sdk-lambda-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-lambda/1.11.18/aws-java-sdk-lambda-1.11.18.pom
new file mode 100644
index 0000000..0e9fdd7
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-lambda/1.11.18/aws-java-sdk-lambda-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-lambda</artifactId>
+  <name>AWS Java SDK for AWS Lambda</name>
+  <description>The AWS Java SDK for AWS Lambda module holds the client classes that are used for communicating with AWS Lambda Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-lambda</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-lambda/1.11.18/aws-java-sdk-lambda-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-lambda/1.11.18/aws-java-sdk-lambda-1.11.18.pom.sha1
new file mode 100644
index 0000000..fda168e
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-lambda/1.11.18/aws-java-sdk-lambda-1.11.18.pom.sha1
@@ -0,0 +1 @@
+5f214acd730438179e7e223c057ae79e98b84e57
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-logs/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-logs/1.11.18/BUILD
new file mode 100644
index 0000000..2a069d1
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-logs/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-logs-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-logs-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-logs/1.11.18/aws-java-sdk-logs-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-logs/1.11.18/aws-java-sdk-logs-1.11.18.jar
new file mode 100644
index 0000000..c042269
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-logs/1.11.18/aws-java-sdk-logs-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-logs/1.11.18/aws-java-sdk-logs-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-logs/1.11.18/aws-java-sdk-logs-1.11.18.jar.sha1
new file mode 100644
index 0000000..0e80b4e
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-logs/1.11.18/aws-java-sdk-logs-1.11.18.jar.sha1
@@ -0,0 +1 @@
+4adad2fee91df2ec2fdeb7a2120e76b0ffd5e15e
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-logs/1.11.18/aws-java-sdk-logs-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-logs/1.11.18/aws-java-sdk-logs-1.11.18.pom
new file mode 100644
index 0000000..24ae807
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-logs/1.11.18/aws-java-sdk-logs-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-logs</artifactId>
+  <name>AWS Java SDK for Amazon CloudWatch Logs</name>
+  <description>The AWS Java SDK for Amazon CloudWatch Logs module holds the client classes that are used for communicating with Amazon CloudWatch Logs Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-logs</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-logs/1.11.18/aws-java-sdk-logs-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-logs/1.11.18/aws-java-sdk-logs-1.11.18.pom.sha1
new file mode 100644
index 0000000..a7216ac
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-logs/1.11.18/aws-java-sdk-logs-1.11.18.pom.sha1
@@ -0,0 +1 @@
+10904035a3701b449d28591fc15715e06e9cb4c1
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-machinelearning/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-machinelearning/1.11.18/BUILD
new file mode 100644
index 0000000..4924149
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-machinelearning/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-machinelearning-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-machinelearning-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-machinelearning/1.11.18/aws-java-sdk-machinelearning-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-machinelearning/1.11.18/aws-java-sdk-machinelearning-1.11.18.jar
new file mode 100644
index 0000000..b5793e6
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-machinelearning/1.11.18/aws-java-sdk-machinelearning-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-machinelearning/1.11.18/aws-java-sdk-machinelearning-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-machinelearning/1.11.18/aws-java-sdk-machinelearning-1.11.18.jar.sha1
new file mode 100644
index 0000000..98f341f
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-machinelearning/1.11.18/aws-java-sdk-machinelearning-1.11.18.jar.sha1
@@ -0,0 +1 @@
+55bf16183e5c4d32618d4b1bf59447720387ea72
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-machinelearning/1.11.18/aws-java-sdk-machinelearning-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-machinelearning/1.11.18/aws-java-sdk-machinelearning-1.11.18.pom
new file mode 100644
index 0000000..f59689a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-machinelearning/1.11.18/aws-java-sdk-machinelearning-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-machinelearning</artifactId>
+  <name>AWS Java SDK for Amazon Machine Learning</name>
+  <description>The AWS Java SDK for Amazon Machine Learning module holds the client classes that is used for communicating with Amazon Machine Learning Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-machinelearning</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-machinelearning/1.11.18/aws-java-sdk-machinelearning-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-machinelearning/1.11.18/aws-java-sdk-machinelearning-1.11.18.pom.sha1
new file mode 100644
index 0000000..7ca12ad
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-machinelearning/1.11.18/aws-java-sdk-machinelearning-1.11.18.pom.sha1
@@ -0,0 +1 @@
+af10158d2703b3146a6d6aed17280ce1e4c3cc8e
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacecommerceanalytics/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacecommerceanalytics/1.11.18/BUILD
new file mode 100644
index 0000000..3aee17d
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacecommerceanalytics/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-marketplacecommerceanalytics-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-marketplacecommerceanalytics-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacecommerceanalytics/1.11.18/aws-java-sdk-marketplacecommerceanalytics-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacecommerceanalytics/1.11.18/aws-java-sdk-marketplacecommerceanalytics-1.11.18.jar
new file mode 100644
index 0000000..0e47925
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacecommerceanalytics/1.11.18/aws-java-sdk-marketplacecommerceanalytics-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacecommerceanalytics/1.11.18/aws-java-sdk-marketplacecommerceanalytics-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacecommerceanalytics/1.11.18/aws-java-sdk-marketplacecommerceanalytics-1.11.18.jar.sha1
new file mode 100644
index 0000000..fc700b0
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacecommerceanalytics/1.11.18/aws-java-sdk-marketplacecommerceanalytics-1.11.18.jar.sha1
@@ -0,0 +1 @@
+538b88472cde82a70b944880b4fb8eb4571f2506
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacecommerceanalytics/1.11.18/aws-java-sdk-marketplacecommerceanalytics-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacecommerceanalytics/1.11.18/aws-java-sdk-marketplacecommerceanalytics-1.11.18.pom
new file mode 100644
index 0000000..a42ff89
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacecommerceanalytics/1.11.18/aws-java-sdk-marketplacecommerceanalytics-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-marketplacecommerceanalytics</artifactId>
+  <name>AWS Java SDK for AWS Marketplace Commerce Analytics</name>
+  <description>The AWS Java SDK for AWS Marketplace Commerce Analytics Service module holds the client classes that are used for communicating with AWS Marketplace Commerce Analytics Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-marketplacecommerceanalytics</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacecommerceanalytics/1.11.18/aws-java-sdk-marketplacecommerceanalytics-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacecommerceanalytics/1.11.18/aws-java-sdk-marketplacecommerceanalytics-1.11.18.pom.sha1
new file mode 100644
index 0000000..db8fa41
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacecommerceanalytics/1.11.18/aws-java-sdk-marketplacecommerceanalytics-1.11.18.pom.sha1
@@ -0,0 +1 @@
+b09bc561f7387fc5d437d09cd8564791742a788d
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacemeteringservice/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacemeteringservice/1.11.18/BUILD
new file mode 100644
index 0000000..7717986
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacemeteringservice/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-marketplacemeteringservice-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-marketplacemeteringservice-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacemeteringservice/1.11.18/aws-java-sdk-marketplacemeteringservice-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacemeteringservice/1.11.18/aws-java-sdk-marketplacemeteringservice-1.11.18.jar
new file mode 100644
index 0000000..2ff961a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacemeteringservice/1.11.18/aws-java-sdk-marketplacemeteringservice-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacemeteringservice/1.11.18/aws-java-sdk-marketplacemeteringservice-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacemeteringservice/1.11.18/aws-java-sdk-marketplacemeteringservice-1.11.18.jar.sha1
new file mode 100644
index 0000000..ccf5c68
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacemeteringservice/1.11.18/aws-java-sdk-marketplacemeteringservice-1.11.18.jar.sha1
@@ -0,0 +1 @@
+b5c7f3f4d5715f97f5645b452fc87fb581a24321
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacemeteringservice/1.11.18/aws-java-sdk-marketplacemeteringservice-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacemeteringservice/1.11.18/aws-java-sdk-marketplacemeteringservice-1.11.18.pom
new file mode 100644
index 0000000..fb47bb1
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacemeteringservice/1.11.18/aws-java-sdk-marketplacemeteringservice-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-marketplacemeteringservice</artifactId>
+  <name>AWS Java SDK for AWS Marketplace Metering Service</name>
+  <description>The AWS Java SDK for AWS Marketplace Metering Service module holds the client classes that are used for communicating with AWS Marketplace Metering Service.</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-marketplacemeteringservice</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacemeteringservice/1.11.18/aws-java-sdk-marketplacemeteringservice-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacemeteringservice/1.11.18/aws-java-sdk-marketplacemeteringservice-1.11.18.pom.sha1
new file mode 100644
index 0000000..24addea
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacemeteringservice/1.11.18/aws-java-sdk-marketplacemeteringservice-1.11.18.pom.sha1
@@ -0,0 +1 @@
+073a6f9544c3a3161785c55f31a65fe3cad947bd
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-opsworks/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-opsworks/1.11.18/BUILD
new file mode 100644
index 0000000..c744ef0
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-opsworks/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-opsworks-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-opsworks-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-opsworks/1.11.18/aws-java-sdk-opsworks-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-opsworks/1.11.18/aws-java-sdk-opsworks-1.11.18.jar
new file mode 100644
index 0000000..49d7fc3
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-opsworks/1.11.18/aws-java-sdk-opsworks-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-opsworks/1.11.18/aws-java-sdk-opsworks-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-opsworks/1.11.18/aws-java-sdk-opsworks-1.11.18.jar.sha1
new file mode 100644
index 0000000..42ae3cf
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-opsworks/1.11.18/aws-java-sdk-opsworks-1.11.18.jar.sha1
@@ -0,0 +1 @@
+eaab6f5841f74492cfcc49c2359d54c8c117f369
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-opsworks/1.11.18/aws-java-sdk-opsworks-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-opsworks/1.11.18/aws-java-sdk-opsworks-1.11.18.pom
new file mode 100644
index 0000000..1a3a71f
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-opsworks/1.11.18/aws-java-sdk-opsworks-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-opsworks</artifactId>
+  <name>AWS Java SDK for AWS OpsWorks</name>
+  <description>The AWS Java SDK for AWS OpsWorks module holds the client classes that are used for communicating with AWS OpsWorks Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-opsworks</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-opsworks/1.11.18/aws-java-sdk-opsworks-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-opsworks/1.11.18/aws-java-sdk-opsworks-1.11.18.pom.sha1
new file mode 100644
index 0000000..e19bdb8
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-opsworks/1.11.18/aws-java-sdk-opsworks-1.11.18.pom.sha1
@@ -0,0 +1 @@
+298f6a3e28c89e3b181a3676ac5f29bc94cb8d1e
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18/BUILD
new file mode 100644
index 0000000..c755307
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18/BUILD
@@ -0,0 +1,8 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    source = "aws-java-sdk-pom-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18/aws-java-sdk-pom-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18/aws-java-sdk-pom-1.11.18.pom
new file mode 100644
index 0000000..f07a387
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18/aws-java-sdk-pom-1.11.18.pom
@@ -0,0 +1,231 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-pom</artifactId>
+  <version>1.11.18</version>
+  <packaging>pom</packaging>
+  <name>AWS SDK for Java</name>
+  <description>The Amazon Web Services SDK for Java provides Java APIs
+    for building software on AWS' cost-effective, scalable, and reliable
+    infrastructure products. The AWS Java SDK allows developers to code
+    against APIs for all of Amazon's infrastructure web services (Amazon
+    S3, Amazon EC2, Amazon SQS, Amazon Relational Database Service, Amazon
+    AutoScaling, etc).</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>https://aws.amazon.com/apache2.0</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>amazonwebservices</id>
+      <organization>Amazon Web Services</organization>
+      <organizationUrl>https://aws.amazon.com</organizationUrl>
+      <roles>
+        <role>developer</role>
+      </roles>
+    </developer>
+  </developers>
+  <!-- The module section in pom.xml is auto generated. No manual changes are allowed -->
+  <modules>
+    <module>aws-java-sdk-support</module>
+    <module>aws-java-sdk-simpledb</module>
+    <module>aws-java-sdk-servicecatalog</module>
+    <module>aws-java-sdk-simpleworkflow</module>
+    <module>aws-java-sdk-storagegateway</module>
+    <module>aws-java-sdk-route53</module>
+    <module>aws-java-sdk-s3</module>
+    <module>aws-java-sdk-importexport</module>
+    <module>aws-java-sdk-sts</module>
+    <module>aws-java-sdk-sqs</module>
+    <module>aws-java-sdk-rds</module>
+    <module>aws-java-sdk-redshift</module>
+    <module>aws-java-sdk-elasticbeanstalk</module>
+    <module>aws-java-sdk-glacier</module>
+    <module>aws-java-sdk-iam</module>
+    <module>aws-java-sdk-datapipeline</module>
+    <module>aws-java-sdk-elasticloadbalancing</module>
+    <module>aws-java-sdk-emr</module>
+    <module>aws-java-sdk-elasticache</module>
+    <module>aws-java-sdk-elastictranscoder</module>
+    <module>aws-java-sdk-ec2</module>
+    <module>aws-java-sdk-dynamodb</module>
+    <module>aws-java-sdk-sns</module>
+    <module>aws-java-sdk-cloudtrail</module>
+    <module>aws-java-sdk-cloudwatch</module>
+    <module>aws-java-sdk-logs</module>
+    <module>aws-java-sdk-events</module>
+    <module>aws-java-sdk-cognitoidentity</module>
+    <module>aws-java-sdk-cognitosync</module>
+    <module>aws-java-sdk-directconnect</module>
+    <module>aws-java-sdk-cloudformation</module>
+    <module>aws-java-sdk-cloudfront</module>
+    <module>aws-java-sdk-kinesis</module>
+    <module>aws-java-sdk-opsworks</module>
+    <module>aws-java-sdk-ses</module>
+    <module>aws-java-sdk-autoscaling</module>
+    <module>aws-java-sdk-cloudsearch</module>
+    <module>aws-java-sdk-cloudwatchmetrics</module>
+    <module>aws-java-sdk-swf-libraries</module>
+    <module>aws-java-sdk-codedeploy</module>
+    <module>aws-java-sdk-codepipeline</module>
+    <module>aws-java-sdk-kms</module>
+    <module>aws-java-sdk-config</module>
+    <module>aws-java-sdk-lambda</module>
+    <module>aws-java-sdk-ecs</module>
+    <module>aws-java-sdk-ecr</module>
+    <module>aws-java-sdk-cloudhsm</module>
+    <module>aws-java-sdk-ssm</module>
+    <module>aws-java-sdk-workspaces</module>
+    <module>aws-java-sdk-machinelearning</module>
+    <module>aws-java-sdk-directory</module>
+    <module>aws-java-sdk-efs</module>
+    <module>aws-java-sdk-codecommit</module>
+    <module>aws-java-sdk-devicefarm</module>
+    <module>aws-java-sdk-elasticsearch</module>
+    <module>aws-java-sdk-waf</module>
+    <module>aws-java-sdk-marketplacecommerceanalytics</module>
+    <module>aws-java-sdk-inspector</module>
+    <module>aws-java-sdk-iot</module>
+    <module>aws-java-sdk-api-gateway</module>
+    <module>aws-java-sdk-acm</module>
+    <module>aws-java-sdk-gamelift</module>
+    <module>aws-java-sdk-dms</module>
+    <module>aws-java-sdk-marketplacemeteringservice</module>
+    <module>aws-java-sdk-cognitoidp</module>
+    <module>aws-java-sdk-discovery</module>
+    <module>aws-java-sdk-applicationautoscaling</module>
+    <module>aws-java-sdk</module>
+    <module>aws-java-sdk-osgi</module>
+    <module>aws-java-sdk-core</module>
+    <module>aws-java-sdk-bom</module>
+    <module>aws-java-sdk-test-utils</module>
+    <module>aws-java-sdk-code-generator</module>
+    <module>aws-java-sdk-codegen-maven-plugin</module>
+</modules>
+  <scm>
+    <url>https://github.com/aws/aws-sdk-java.git</url>
+  </scm>
+  <properties>
+      <jackson.version>2.6.6</jackson.version>
+      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+      <!-- These properties are used by SWF for it's dependencies and also in the OSGI build to
+        generate the aggregate ZIP artifact -->
+      <spring.version>3.0.7.RELEASE</spring.version>
+      <freemarker.version>2.3.9</freemarker.version>
+      <aspectj.version>1.8.2</aspectj.version>
+      <!-- This property is used by SES for it's optional dependency and also in the OSGI build to generate
+        the aggregate ZIP artifact -->
+      <javax.mail.version>1.4.6</javax.mail.version>
+      <jre.version>1.6</jre.version>
+      <httpcomponents.httpclient.version>4.5.2</httpcomponents.httpclient.version>
+  </properties>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>4.12</version>
+      </dependency>
+      <dependency>
+        <groupId>com.github.tomakehurst</groupId>
+        <artifactId>wiremock</artifactId>
+        <version>1.55</version>
+      </dependency>
+      <dependency>
+        <groupId>log4j</groupId>
+        <artifactId>log4j</artifactId>
+        <version>1.2.17</version>
+      </dependency>
+      <dependency>
+        <groupId>org.hamcrest</groupId>
+        <artifactId>hamcrest-all</artifactId>
+        <version>1.3</version>
+      </dependency>
+      <dependency>
+        <groupId>org.easymock</groupId>
+        <artifactId>easymock</artifactId>
+        <version>3.1</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-io</groupId>
+        <artifactId>commons-io</artifactId>
+        <version>2.4</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>2.3</version>
+          <configuration>
+            <source>${jre.version}</source>
+            <target>${jre.version}</target>
+            <encoding>UTF-8</encoding>
+            <forceJavacCompilerUse>true</forceJavacCompilerUse>
+          </configuration>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.9.1</version>
+          <configuration>
+            <excludePackageNames>*.internal:*.transform</excludePackageNames>
+            <minmemory>128m</minmemory>
+            <maxmemory>1024m</maxmemory>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+  <profiles>
+    <profile>
+      <id>publishing</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <groupId>org.sonatype.plugins</groupId>
+            <artifactId>nexus-staging-maven-plugin</artifactId>
+            <version>1.5.1</version>
+            <extensions>true</extensions>
+            <configuration>
+              <serverId>sonatype-nexus-staging</serverId>
+              <nexusUrl>https://oss.sonatype.org</nexusUrl>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
+      <id>disable-java8-doclint</id>
+        <activation>
+          <jdk>[1.8,)</jdk>
+        </activation>
+        <properties>
+          <additionalparam>-Xdoclint:none</additionalparam>
+        </properties>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18/aws-java-sdk-pom-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18/aws-java-sdk-pom-1.11.18.pom.sha1
new file mode 100644
index 0000000..0a4322e
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18/aws-java-sdk-pom-1.11.18.pom.sha1
@@ -0,0 +1 @@
+dda8f53e70c4b8ae9ae968e6af85114c687a9744
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-rds/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-rds/1.11.18/BUILD
new file mode 100644
index 0000000..2c91abb
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-rds/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-rds-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-rds-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-rds/1.11.18/aws-java-sdk-rds-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-rds/1.11.18/aws-java-sdk-rds-1.11.18.jar
new file mode 100644
index 0000000..ea6f800
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-rds/1.11.18/aws-java-sdk-rds-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-rds/1.11.18/aws-java-sdk-rds-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-rds/1.11.18/aws-java-sdk-rds-1.11.18.jar.sha1
new file mode 100644
index 0000000..3bd505a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-rds/1.11.18/aws-java-sdk-rds-1.11.18.jar.sha1
@@ -0,0 +1 @@
+c6ab89e0c7b7b2708e58964704b55349e6a26725
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-rds/1.11.18/aws-java-sdk-rds-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-rds/1.11.18/aws-java-sdk-rds-1.11.18.pom
new file mode 100644
index 0000000..7d91dd7
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-rds/1.11.18/aws-java-sdk-rds-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-rds</artifactId>
+  <name>AWS Java SDK for Amazon RDS</name>
+  <description>The AWS Java SDK for Amazon RDS module holds the client classes that are used for communicating with Amazon Relational Database Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-rds</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-rds/1.11.18/aws-java-sdk-rds-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-rds/1.11.18/aws-java-sdk-rds-1.11.18.pom.sha1
new file mode 100644
index 0000000..52bffcf
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-rds/1.11.18/aws-java-sdk-rds-1.11.18.pom.sha1
@@ -0,0 +1 @@
+78297a1ae067bbb6d69715c525bb8d3293c147f4
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-redshift/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-redshift/1.11.18/BUILD
new file mode 100644
index 0000000..6954b87
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-redshift/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-redshift-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-redshift-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-redshift/1.11.18/aws-java-sdk-redshift-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-redshift/1.11.18/aws-java-sdk-redshift-1.11.18.jar
new file mode 100644
index 0000000..913aba5
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-redshift/1.11.18/aws-java-sdk-redshift-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-redshift/1.11.18/aws-java-sdk-redshift-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-redshift/1.11.18/aws-java-sdk-redshift-1.11.18.jar.sha1
new file mode 100644
index 0000000..03900d0
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-redshift/1.11.18/aws-java-sdk-redshift-1.11.18.jar.sha1
@@ -0,0 +1 @@
+afa8b3e0f26beb510bbab7df366fedef6153db48
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-redshift/1.11.18/aws-java-sdk-redshift-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-redshift/1.11.18/aws-java-sdk-redshift-1.11.18.pom
new file mode 100644
index 0000000..e752803
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-redshift/1.11.18/aws-java-sdk-redshift-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-redshift</artifactId>
+  <name>AWS Java SDK for Amazon Redshift</name>
+  <description>The AWS Java SDK for Amazon Redshift module holds the client classes that are used for communicating with Amazon Redshift Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-redshift</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-redshift/1.11.18/aws-java-sdk-redshift-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-redshift/1.11.18/aws-java-sdk-redshift-1.11.18.pom.sha1
new file mode 100644
index 0000000..24a814d
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-redshift/1.11.18/aws-java-sdk-redshift-1.11.18.pom.sha1
@@ -0,0 +1 @@
+0e041bbc45bdeae863450fa0536565f43eaef030
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/BUILD
new file mode 100644
index 0000000..2588474
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-route53-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-route53-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/aws-java-sdk-route53-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/aws-java-sdk-route53-1.11.18.jar
new file mode 100644
index 0000000..84f205f
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/aws-java-sdk-route53-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/aws-java-sdk-route53-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/aws-java-sdk-route53-1.11.18.jar.sha1
new file mode 100644
index 0000000..53e1340
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/aws-java-sdk-route53-1.11.18.jar.sha1
@@ -0,0 +1 @@
+3193fb20a9544d8d7edbf55ab25dcb33ed090677
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/aws-java-sdk-route53-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/aws-java-sdk-route53-1.11.18.pom
new file mode 100644
index 0000000..3eb229f
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/aws-java-sdk-route53-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-route53</artifactId>
+  <name>AWS Java SDK for Amazon Route53</name>
+  <description>The AWS Java SDK for Amazon Route53 module holds the client classes that are used for communicating with Amazon Route53 Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-route53</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/aws-java-sdk-route53-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/aws-java-sdk-route53-1.11.18.pom.sha1
new file mode 100644
index 0000000..a9156a1
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/aws-java-sdk-route53-1.11.18.pom.sha1
@@ -0,0 +1 @@
+fc3ee8831e121eddd06c09d4a962e1a5ff7c4a88
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/BUILD
new file mode 100644
index 0000000..a1dc4da
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-s3-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-s3-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/aws-java-sdk-s3-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/aws-java-sdk-s3-1.11.18.jar
new file mode 100644
index 0000000..d885a65
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/aws-java-sdk-s3-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/aws-java-sdk-s3-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/aws-java-sdk-s3-1.11.18.jar.sha1
new file mode 100644
index 0000000..f8b95a2
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/aws-java-sdk-s3-1.11.18.jar.sha1
@@ -0,0 +1 @@
+5dbf96ab643832ee2892f82b77178b2028a98dc6
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/aws-java-sdk-s3-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/aws-java-sdk-s3-1.11.18.pom
new file mode 100644
index 0000000..aae0407
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/aws-java-sdk-s3-1.11.18.pom
@@ -0,0 +1,91 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-s3</artifactId>
+  <name>AWS Java SDK for Amazon S3</name>
+  <description>The AWS Java SDK for Amazon S3 module holds the client classes that are used for communicating with Amazon Simple Storage Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-kms</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-s3</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/aws-java-sdk-s3-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/aws-java-sdk-s3-1.11.18.pom.sha1
new file mode 100644
index 0000000..ea48538
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/aws-java-sdk-s3-1.11.18.pom.sha1
@@ -0,0 +1 @@
+0f721fad1e0d5d8a3a15e02f2116d824300e7f3c
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-servicecatalog/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-servicecatalog/1.11.18/BUILD
new file mode 100644
index 0000000..409f836
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-servicecatalog/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-servicecatalog-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-servicecatalog-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-servicecatalog/1.11.18/aws-java-sdk-servicecatalog-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-servicecatalog/1.11.18/aws-java-sdk-servicecatalog-1.11.18.jar
new file mode 100644
index 0000000..9752394
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-servicecatalog/1.11.18/aws-java-sdk-servicecatalog-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-servicecatalog/1.11.18/aws-java-sdk-servicecatalog-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-servicecatalog/1.11.18/aws-java-sdk-servicecatalog-1.11.18.jar.sha1
new file mode 100644
index 0000000..e85e2d2
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-servicecatalog/1.11.18/aws-java-sdk-servicecatalog-1.11.18.jar.sha1
@@ -0,0 +1 @@
+e46882a2e8b607a8e6d8f4749439076a81d7a21a
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-servicecatalog/1.11.18/aws-java-sdk-servicecatalog-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-servicecatalog/1.11.18/aws-java-sdk-servicecatalog-1.11.18.pom
new file mode 100644
index 0000000..70b8890
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-servicecatalog/1.11.18/aws-java-sdk-servicecatalog-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-servicecatalog</artifactId>
+  <name>AWS Java SDK for AWS Service Catalog</name>
+  <description>The AWS Java SDK for AWS Service Catalog module holds the client classes that are used for communicating with AWS Service Catalog</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-servicecatalog</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-servicecatalog/1.11.18/aws-java-sdk-servicecatalog-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-servicecatalog/1.11.18/aws-java-sdk-servicecatalog-1.11.18.pom.sha1
new file mode 100644
index 0000000..07a6000
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-servicecatalog/1.11.18/aws-java-sdk-servicecatalog-1.11.18.pom.sha1
@@ -0,0 +1 @@
+5ab9174b6de17a317a98dfb0289a17b33557c74e
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ses/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-ses/1.11.18/BUILD
new file mode 100644
index 0000000..46bea7c
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ses/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-ses-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-ses-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ses/1.11.18/aws-java-sdk-ses-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-ses/1.11.18/aws-java-sdk-ses-1.11.18.jar
new file mode 100644
index 0000000..305f54d
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ses/1.11.18/aws-java-sdk-ses-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ses/1.11.18/aws-java-sdk-ses-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-ses/1.11.18/aws-java-sdk-ses-1.11.18.jar.sha1
new file mode 100644
index 0000000..7457178
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ses/1.11.18/aws-java-sdk-ses-1.11.18.jar.sha1
@@ -0,0 +1 @@
+034f997d59942707968b7592b49d37f80f968de8
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ses/1.11.18/aws-java-sdk-ses-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-ses/1.11.18/aws-java-sdk-ses-1.11.18.pom
new file mode 100644
index 0000000..7c0f596
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ses/1.11.18/aws-java-sdk-ses-1.11.18.pom
@@ -0,0 +1,91 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-ses</artifactId>
+  <name>AWS Java SDK for Amazon SES</name>
+  <description>The AWS Java SDK for Amazon SES module holds the client classes that are used for communicating with Amazon Simple Email Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>javax.mail-api</artifactId>
+        <groupId>javax.mail</groupId>
+        <optional>true</optional>
+        <version>${javax.mail.version}</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-ses</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ses/1.11.18/aws-java-sdk-ses-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-ses/1.11.18/aws-java-sdk-ses-1.11.18.pom.sha1
new file mode 100644
index 0000000..b6629c5
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ses/1.11.18/aws-java-sdk-ses-1.11.18.pom.sha1
@@ -0,0 +1 @@
+833f8565ed6c21c726bfa54dae68760b20ff98ec
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-simpledb/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-simpledb/1.11.18/BUILD
new file mode 100644
index 0000000..936966d
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-simpledb/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-simpledb-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-simpledb-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-simpledb/1.11.18/aws-java-sdk-simpledb-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-simpledb/1.11.18/aws-java-sdk-simpledb-1.11.18.jar
new file mode 100644
index 0000000..02b1016
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-simpledb/1.11.18/aws-java-sdk-simpledb-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-simpledb/1.11.18/aws-java-sdk-simpledb-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-simpledb/1.11.18/aws-java-sdk-simpledb-1.11.18.jar.sha1
new file mode 100644
index 0000000..fe34bce
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-simpledb/1.11.18/aws-java-sdk-simpledb-1.11.18.jar.sha1
@@ -0,0 +1 @@
+079f2aef167396da9d1df119e8bf68303d781128
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-simpledb/1.11.18/aws-java-sdk-simpledb-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-simpledb/1.11.18/aws-java-sdk-simpledb-1.11.18.pom
new file mode 100644
index 0000000..b628497
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-simpledb/1.11.18/aws-java-sdk-simpledb-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-simpledb</artifactId>
+  <name>AWS Java SDK for Amazon SimpleDB</name>
+  <description>The AWS Java SDK for Amazon SimpleDB module holds the client classes that are used for communicating with Amazon SimpleDB Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-simpledb</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-simpledb/1.11.18/aws-java-sdk-simpledb-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-simpledb/1.11.18/aws-java-sdk-simpledb-1.11.18.pom.sha1
new file mode 100644
index 0000000..ce05ed1
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-simpledb/1.11.18/aws-java-sdk-simpledb-1.11.18.pom.sha1
@@ -0,0 +1 @@
+4cd15d7851b20e04d0ba92c0a9657c0a0ea26bef
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-simpleworkflow/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-simpleworkflow/1.11.18/BUILD
new file mode 100644
index 0000000..2ecc13a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-simpleworkflow/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-simpleworkflow-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-simpleworkflow-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-simpleworkflow/1.11.18/aws-java-sdk-simpleworkflow-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-simpleworkflow/1.11.18/aws-java-sdk-simpleworkflow-1.11.18.jar
new file mode 100644
index 0000000..73a499a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-simpleworkflow/1.11.18/aws-java-sdk-simpleworkflow-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-simpleworkflow/1.11.18/aws-java-sdk-simpleworkflow-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-simpleworkflow/1.11.18/aws-java-sdk-simpleworkflow-1.11.18.jar.sha1
new file mode 100644
index 0000000..701522f
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-simpleworkflow/1.11.18/aws-java-sdk-simpleworkflow-1.11.18.jar.sha1
@@ -0,0 +1 @@
+9e8c99c05b518215d71c0a5300d94f8518e0786a
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-simpleworkflow/1.11.18/aws-java-sdk-simpleworkflow-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-simpleworkflow/1.11.18/aws-java-sdk-simpleworkflow-1.11.18.pom
new file mode 100644
index 0000000..de05ae0
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-simpleworkflow/1.11.18/aws-java-sdk-simpleworkflow-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-simpleworkflow</artifactId>
+  <name>AWS Java SDK for Amazon SWF</name>
+  <description>The AWS Java SDK for Amazon SWF module holds the client classes that are used for communicating with Amazon Simple Workflow Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-simpleworkflow</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-simpleworkflow/1.11.18/aws-java-sdk-simpleworkflow-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-simpleworkflow/1.11.18/aws-java-sdk-simpleworkflow-1.11.18.pom.sha1
new file mode 100644
index 0000000..413a6d3
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-simpleworkflow/1.11.18/aws-java-sdk-simpleworkflow-1.11.18.pom.sha1
@@ -0,0 +1 @@
+714b065c8ef13947278ac077443a04c09722e7ee
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-sns/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-sns/1.11.18/BUILD
new file mode 100644
index 0000000..63c610a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-sns/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-sns-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-sns-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-sns/1.11.18/aws-java-sdk-sns-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-sns/1.11.18/aws-java-sdk-sns-1.11.18.jar
new file mode 100644
index 0000000..e4e3109
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-sns/1.11.18/aws-java-sdk-sns-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-sns/1.11.18/aws-java-sdk-sns-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-sns/1.11.18/aws-java-sdk-sns-1.11.18.jar.sha1
new file mode 100644
index 0000000..c21f1b9
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-sns/1.11.18/aws-java-sdk-sns-1.11.18.jar.sha1
@@ -0,0 +1 @@
+4a41455499738bc69dc324d3aab557b6ce8ca2a6
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-sns/1.11.18/aws-java-sdk-sns-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-sns/1.11.18/aws-java-sdk-sns-1.11.18.pom
new file mode 100644
index 0000000..f6a4c1c
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-sns/1.11.18/aws-java-sdk-sns-1.11.18.pom
@@ -0,0 +1,91 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-sns</artifactId>
+  <name>AWS Java SDK for Amazon SNS</name>
+  <description>The AWS Java SDK for Amazon SNS module holds the client classes that are used for communicating with Amazon Simple Notification Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-sqs</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-sns</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-sns/1.11.18/aws-java-sdk-sns-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-sns/1.11.18/aws-java-sdk-sns-1.11.18.pom.sha1
new file mode 100644
index 0000000..3f73559
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-sns/1.11.18/aws-java-sdk-sns-1.11.18.pom.sha1
@@ -0,0 +1 @@
+ab88317c0f91ecdcd14e9da4c104091dd194c2b7
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-sqs/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-sqs/1.11.18/BUILD
new file mode 100644
index 0000000..02c99a6
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-sqs/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-sqs-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-sqs-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-sqs/1.11.18/aws-java-sdk-sqs-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-sqs/1.11.18/aws-java-sdk-sqs-1.11.18.jar
new file mode 100644
index 0000000..ca7ccc9
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-sqs/1.11.18/aws-java-sdk-sqs-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-sqs/1.11.18/aws-java-sdk-sqs-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-sqs/1.11.18/aws-java-sdk-sqs-1.11.18.jar.sha1
new file mode 100644
index 0000000..224a4e4
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-sqs/1.11.18/aws-java-sdk-sqs-1.11.18.jar.sha1
@@ -0,0 +1 @@
+5225b6356361b3ce2d633698a66de59e6002398a
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-sqs/1.11.18/aws-java-sdk-sqs-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-sqs/1.11.18/aws-java-sdk-sqs-1.11.18.pom
new file mode 100644
index 0000000..eff83ce
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-sqs/1.11.18/aws-java-sdk-sqs-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-sqs</artifactId>
+  <name>AWS Java SDK for Amazon SQS</name>
+  <description>The AWS Java SDK for Amazon SQS module holds the client classes that are used for communicating with Amazon Simple Queue Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-sqs</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-sqs/1.11.18/aws-java-sdk-sqs-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-sqs/1.11.18/aws-java-sdk-sqs-1.11.18.pom.sha1
new file mode 100644
index 0000000..21d0f81
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-sqs/1.11.18/aws-java-sdk-sqs-1.11.18.pom.sha1
@@ -0,0 +1 @@
+6d2d0be5a179403cc70a3b7713e8d3a84233df0b
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ssm/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-ssm/1.11.18/BUILD
new file mode 100644
index 0000000..ada5719
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ssm/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-ssm-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-ssm-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ssm/1.11.18/aws-java-sdk-ssm-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-ssm/1.11.18/aws-java-sdk-ssm-1.11.18.jar
new file mode 100644
index 0000000..7f3fdba
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ssm/1.11.18/aws-java-sdk-ssm-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ssm/1.11.18/aws-java-sdk-ssm-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-ssm/1.11.18/aws-java-sdk-ssm-1.11.18.jar.sha1
new file mode 100644
index 0000000..f243b1e
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ssm/1.11.18/aws-java-sdk-ssm-1.11.18.jar.sha1
@@ -0,0 +1 @@
+d5121d1288a6e2e5715a8c222185a757a95c6c1e
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ssm/1.11.18/aws-java-sdk-ssm-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-ssm/1.11.18/aws-java-sdk-ssm-1.11.18.pom
new file mode 100644
index 0000000..11f329f
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ssm/1.11.18/aws-java-sdk-ssm-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-ssm</artifactId>
+  <name>AWS Java SDK for the AWS Simple Systems Management (SSM) Service</name>
+  <description>The AWS Java SDK for AWS Simple Systems Management Service holds the client classes that are used for communicating with the AWS Simple Systems Management Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-ssm</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-ssm/1.11.18/aws-java-sdk-ssm-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-ssm/1.11.18/aws-java-sdk-ssm-1.11.18.pom.sha1
new file mode 100644
index 0000000..adac368
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-ssm/1.11.18/aws-java-sdk-ssm-1.11.18.pom.sha1
@@ -0,0 +1 @@
+558c3174f4817224d0f3cd5225e749ac31141d38
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-storagegateway/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-storagegateway/1.11.18/BUILD
new file mode 100644
index 0000000..e0f5ee6
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-storagegateway/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-storagegateway-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-storagegateway-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-storagegateway/1.11.18/aws-java-sdk-storagegateway-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-storagegateway/1.11.18/aws-java-sdk-storagegateway-1.11.18.jar
new file mode 100644
index 0000000..07cfdde
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-storagegateway/1.11.18/aws-java-sdk-storagegateway-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-storagegateway/1.11.18/aws-java-sdk-storagegateway-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-storagegateway/1.11.18/aws-java-sdk-storagegateway-1.11.18.jar.sha1
new file mode 100644
index 0000000..54b9426
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-storagegateway/1.11.18/aws-java-sdk-storagegateway-1.11.18.jar.sha1
@@ -0,0 +1 @@
+04e7f909fd044ae51bca5d83b3d6d4e46cc2f541
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-storagegateway/1.11.18/aws-java-sdk-storagegateway-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-storagegateway/1.11.18/aws-java-sdk-storagegateway-1.11.18.pom
new file mode 100644
index 0000000..bdc6777
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-storagegateway/1.11.18/aws-java-sdk-storagegateway-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-storagegateway</artifactId>
+  <name>AWS Java SDK for AWS Storage Gateway</name>
+  <description>The AWS Java SDK for AWS Storage Gateway module holds the client classes that are used for communicating with AWS Storage Gateway Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-storagegateway</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-storagegateway/1.11.18/aws-java-sdk-storagegateway-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-storagegateway/1.11.18/aws-java-sdk-storagegateway-1.11.18.pom.sha1
new file mode 100644
index 0000000..fa7126b
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-storagegateway/1.11.18/aws-java-sdk-storagegateway-1.11.18.pom.sha1
@@ -0,0 +1 @@
+0473eab9315ee06dd3c457a0b75025be49a7e41a
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-sts/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-sts/1.11.18/BUILD
new file mode 100644
index 0000000..903d20f
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-sts/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-sts-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-sts-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-sts/1.11.18/aws-java-sdk-sts-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-sts/1.11.18/aws-java-sdk-sts-1.11.18.jar
new file mode 100644
index 0000000..5cd45b4
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-sts/1.11.18/aws-java-sdk-sts-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-sts/1.11.18/aws-java-sdk-sts-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-sts/1.11.18/aws-java-sdk-sts-1.11.18.jar.sha1
new file mode 100644
index 0000000..8e2ec99
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-sts/1.11.18/aws-java-sdk-sts-1.11.18.jar.sha1
@@ -0,0 +1 @@
+3ac1ed532855d595b39b90e3b30cba2db52c2ffc
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-sts/1.11.18/aws-java-sdk-sts-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-sts/1.11.18/aws-java-sdk-sts-1.11.18.pom
new file mode 100644
index 0000000..aec1864
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-sts/1.11.18/aws-java-sdk-sts-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-sts</artifactId>
+  <name>AWS Java SDK for AWS STS</name>
+  <description>The AWS Java SDK for AWS STS module holds the client classes that are used for communicating with AWS Security Token Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-sts</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-sts/1.11.18/aws-java-sdk-sts-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-sts/1.11.18/aws-java-sdk-sts-1.11.18.pom.sha1
new file mode 100644
index 0000000..9dc571a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-sts/1.11.18/aws-java-sdk-sts-1.11.18.pom.sha1
@@ -0,0 +1 @@
+b8a54b38f0217d2b9b28d482bd9de7640939d56c
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-support/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-support/1.11.18/BUILD
new file mode 100644
index 0000000..1a407ba
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-support/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-support-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-support-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-support/1.11.18/aws-java-sdk-support-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-support/1.11.18/aws-java-sdk-support-1.11.18.jar
new file mode 100644
index 0000000..47913b5
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-support/1.11.18/aws-java-sdk-support-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-support/1.11.18/aws-java-sdk-support-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-support/1.11.18/aws-java-sdk-support-1.11.18.jar.sha1
new file mode 100644
index 0000000..ec385d0
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-support/1.11.18/aws-java-sdk-support-1.11.18.jar.sha1
@@ -0,0 +1 @@
+c372d55e8b2fd1fb64fbe98fa8fab8f9447dd709
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-support/1.11.18/aws-java-sdk-support-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-support/1.11.18/aws-java-sdk-support-1.11.18.pom
new file mode 100644
index 0000000..56d46b1
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-support/1.11.18/aws-java-sdk-support-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-support</artifactId>
+  <name>AWS Java SDK for AWS Support</name>
+  <description>The AWS Java SDK for AWS Support module holds the client classes that are used for communicating with AWS Support Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-support</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-support/1.11.18/aws-java-sdk-support-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-support/1.11.18/aws-java-sdk-support-1.11.18.pom.sha1
new file mode 100644
index 0000000..bfec2ff
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-support/1.11.18/aws-java-sdk-support-1.11.18.pom.sha1
@@ -0,0 +1 @@
+7814373f401244294842c6d635d72313d96a28b6
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/BUILD
new file mode 100644
index 0000000..2b55c25
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-swf-libraries-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-swf-libraries-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/aws-java-sdk-swf-libraries-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/aws-java-sdk-swf-libraries-1.11.18.jar
new file mode 100644
index 0000000..437789d
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/aws-java-sdk-swf-libraries-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/aws-java-sdk-swf-libraries-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/aws-java-sdk-swf-libraries-1.11.18.jar.sha1
new file mode 100644
index 0000000..cba1a65
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/aws-java-sdk-swf-libraries-1.11.18.jar.sha1
@@ -0,0 +1 @@
+4c25fa937cb6fcbf0b435f595403cf260943b60c
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/aws-java-sdk-swf-libraries-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/aws-java-sdk-swf-libraries-1.11.18.pom
new file mode 100644
index 0000000..5181802
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/aws-java-sdk-swf-libraries-1.11.18.pom
@@ -0,0 +1,103 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-swf-libraries</artifactId>
+  <packaging>jar</packaging>
+  <name>Java Libraries for Amazon Simple WorkFlow</name>
+  <description>This artifact contains the higher level libraries that can be used in Amazon Simple WorkFlow Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+  <properties>
+    <spring.version>3.0.7.RELEASE</spring.version>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.amazonaws</groupId>
+      <artifactId>aws-java-sdk-simpleworkflow</artifactId>
+      <version>1.11.18</version>
+    </dependency>
+    <dependency>
+      <groupId>org.freemarker</groupId>
+      <artifactId>freemarker</artifactId>
+      <version>${freemarker.version}</version>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-beans</artifactId>
+      <version>${spring.version}</version>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-core</artifactId>
+      <version>${spring.version}</version>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-context</artifactId>
+      <version>${spring.version}</version>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-test</artifactId>
+      <version>${spring.version}</version>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.aspectj</groupId>
+      <artifactId>aspectjrt</artifactId>
+      <version>${aspectj.version}</version>
+      <optional>true</optional>
+    </dependency>
+   <!-- JUnit is needed to compile the support classes for the workflow service -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>aspectj-maven-plugin</artifactId>
+        <version>1.7</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>compile</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <complianceLevel>1.6</complianceLevel>
+          <source>1.6</source>
+          <target>1.6</target>
+          <encoding>UTF-8</encoding>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.9.1</version>
+        <configuration>
+          <excludePackageNames>*.internal:*.transform</excludePackageNames>
+          <minmemory>128m</minmemory>
+          <maxmemory>1024m</maxmemory>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/aws-java-sdk-swf-libraries-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/aws-java-sdk-swf-libraries-1.11.18.pom.sha1
new file mode 100644
index 0000000..f091612
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/aws-java-sdk-swf-libraries-1.11.18.pom.sha1
@@ -0,0 +1 @@
+7bb221fb17ba71fc13b41c6fee215a5bbd754dd2
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-waf/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-waf/1.11.18/BUILD
new file mode 100644
index 0000000..08f9e0c
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-waf/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-waf-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-waf-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-waf/1.11.18/aws-java-sdk-waf-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-waf/1.11.18/aws-java-sdk-waf-1.11.18.jar
new file mode 100644
index 0000000..b546500
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-waf/1.11.18/aws-java-sdk-waf-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-waf/1.11.18/aws-java-sdk-waf-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-waf/1.11.18/aws-java-sdk-waf-1.11.18.jar.sha1
new file mode 100644
index 0000000..a8c2d3a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-waf/1.11.18/aws-java-sdk-waf-1.11.18.jar.sha1
@@ -0,0 +1 @@
+6d34f23923b7b29167aaa5521cab18260a0adee4
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-waf/1.11.18/aws-java-sdk-waf-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-waf/1.11.18/aws-java-sdk-waf-1.11.18.pom
new file mode 100644
index 0000000..1c1980a
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-waf/1.11.18/aws-java-sdk-waf-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-waf</artifactId>
+  <name>AWS Java SDK for AWS WAF</name>
+  <description>The AWS Java SDK for AWS WAF Service module holds the client classes that are used for communicating with AWS WAF Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-waf</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-waf/1.11.18/aws-java-sdk-waf-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-waf/1.11.18/aws-java-sdk-waf-1.11.18.pom.sha1
new file mode 100644
index 0000000..2ca5292
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-waf/1.11.18/aws-java-sdk-waf-1.11.18.pom.sha1
@@ -0,0 +1 @@
+38215462abfdb4e7aef02feaf2fbeca63a276b46
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-workspaces/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk-workspaces/1.11.18/BUILD
new file mode 100644
index 0000000..09afd59
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-workspaces/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-workspaces-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-workspaces-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-workspaces/1.11.18/aws-java-sdk-workspaces-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk-workspaces/1.11.18/aws-java-sdk-workspaces-1.11.18.jar
new file mode 100644
index 0000000..ee72bfb
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-workspaces/1.11.18/aws-java-sdk-workspaces-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-workspaces/1.11.18/aws-java-sdk-workspaces-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-workspaces/1.11.18/aws-java-sdk-workspaces-1.11.18.jar.sha1
new file mode 100644
index 0000000..ca59b2d
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-workspaces/1.11.18/aws-java-sdk-workspaces-1.11.18.jar.sha1
@@ -0,0 +1 @@
+db42b4db76cab07548634d8078342cac2a75c285
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-workspaces/1.11.18/aws-java-sdk-workspaces-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk-workspaces/1.11.18/aws-java-sdk-workspaces-1.11.18.pom
new file mode 100644
index 0000000..4cffa28
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-workspaces/1.11.18/aws-java-sdk-workspaces-1.11.18.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk-workspaces</artifactId>
+  <name>AWS Java SDK for Amazon WorkSpaces</name>
+  <description>The AWS Java SDK for Amazon WorkSpaces module holds the client classes that are used for communicating with Amazon WorkSpaces Service</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk-workspaces</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk-workspaces/1.11.18/aws-java-sdk-workspaces-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk-workspaces/1.11.18/aws-java-sdk-workspaces-1.11.18.pom.sha1
new file mode 100644
index 0000000..f8ec415
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk-workspaces/1.11.18/aws-java-sdk-workspaces-1.11.18.pom.sha1
@@ -0,0 +1 @@
+abdc4405d2e44e58008428bc2bc1c0c13d21384d
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk/1.11.18/BUILD b/common/m2/repository/com/amazonaws/aws-java-sdk/1.11.18/BUILD
new file mode 100644
index 0000000..87dd225
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk/1.11.18/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["aws-java-sdk-1.11.18.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-pom/1.11.18:pom",
+    source = "aws-java-sdk-1.11.18.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk/1.11.18/aws-java-sdk-1.11.18.jar b/common/m2/repository/com/amazonaws/aws-java-sdk/1.11.18/aws-java-sdk-1.11.18.jar
new file mode 100644
index 0000000..4487be4
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk/1.11.18/aws-java-sdk-1.11.18.jar
Binary files differ
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk/1.11.18/aws-java-sdk-1.11.18.jar.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk/1.11.18/aws-java-sdk-1.11.18.jar.sha1
new file mode 100644
index 0000000..099ea8c
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk/1.11.18/aws-java-sdk-1.11.18.jar.sha1
@@ -0,0 +1 @@
+78372ec8280ff57f8e39555bcb0f7660d5be9edc
\ No newline at end of file
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk/1.11.18/aws-java-sdk-1.11.18.pom b/common/m2/repository/com/amazonaws/aws-java-sdk/1.11.18/aws-java-sdk-1.11.18.pom
new file mode 100644
index 0000000..3c816e0
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk/1.11.18/aws-java-sdk-1.11.18.pom
@@ -0,0 +1,487 @@
+<?xml version="1.0"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.amazonaws</groupId>
+    <artifactId>aws-java-sdk-pom</artifactId>
+    <version>1.11.18</version>
+  </parent>
+  <groupId>com.amazonaws</groupId>
+  <artifactId>aws-java-sdk</artifactId>
+  <name>AWS SDK For Java</name>
+  <description>The Amazon Web Services SDK for Java provides Java APIs for building software on AWS' cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Relational Database Service, Amazon AutoScaling, etc).</description>
+  <url>https://aws.amazon.com/sdkforjava</url>
+
+  <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
+  <dependencies>
+    <dependency>
+        <artifactId>aws-java-sdk-support</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-simpledb</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-servicecatalog</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-simpleworkflow</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-storagegateway</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-route53</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-s3</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-importexport</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-sts</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-sqs</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-rds</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-redshift</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-elasticbeanstalk</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-glacier</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-iam</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-datapipeline</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-elasticloadbalancing</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-emr</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-elasticache</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-elastictranscoder</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-ec2</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-dynamodb</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-sns</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-cloudtrail</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-cloudwatch</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-logs</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-events</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-cognitoidentity</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-cognitosync</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-directconnect</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-cloudformation</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-cloudfront</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-kinesis</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-opsworks</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-ses</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-autoscaling</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-cloudsearch</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-cloudwatchmetrics</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-swf-libraries</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-codedeploy</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-codepipeline</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-kms</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-config</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-lambda</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-ecs</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-ecr</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-cloudhsm</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-ssm</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-workspaces</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-machinelearning</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-directory</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-efs</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-codecommit</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-devicefarm</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-elasticsearch</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-waf</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-marketplacecommerceanalytics</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-inspector</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-iot</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-api-gateway</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-acm</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-gamelift</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-dms</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-marketplacemeteringservice</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-cognitoidp</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-discovery</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-applicationautoscaling</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+    <dependency>
+        <artifactId>aws-java-sdk-core</artifactId>
+        <groupId>com.amazonaws</groupId>
+        <optional>false</optional>
+        <version>1.11.18</version>
+    </dependency>
+</dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
+  <!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
+  <profiles>
+    <profile>
+      <id>versiondiff</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.github.siom79.japicmp</groupId>
+            <artifactId>japicmp-maven-plugin</artifactId>
+            <version>0.5.0</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>cmp</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <oldVersion>
+                <dependency>
+                  <groupId>com.amazonaws</groupId>
+                  <artifactId>aws-java-sdk</artifactId>
+                  <version>RELEASE</version>
+                </dependency>
+              </oldVersion>
+              <newVersion>
+                <file>
+                  <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
+                </file>
+              </newVersion>
+              <parameter>
+                <onlyModified>true</onlyModified>
+                <accessModifier>public</accessModifier>
+                <breakBuildOnModifications>false</breakBuildOnModifications>
+                <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+                <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
+              </parameter>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/amazonaws/aws-java-sdk/1.11.18/aws-java-sdk-1.11.18.pom.sha1 b/common/m2/repository/com/amazonaws/aws-java-sdk/1.11.18/aws-java-sdk-1.11.18.pom.sha1
new file mode 100644
index 0000000..80982d6
--- /dev/null
+++ b/common/m2/repository/com/amazonaws/aws-java-sdk/1.11.18/aws-java-sdk-1.11.18.pom.sha1
@@ -0,0 +1 @@
+33b74cc18e603b20c4b32b60d35753eb5b5ae35d
\ No newline at end of file
diff --git a/common/m2/repository/com/andkulikov/transitionseverywhere/1.6.9/BUILD b/common/m2/repository/com/andkulikov/transitionseverywhere/1.6.9/BUILD
new file mode 100644
index 0000000..67c5bcd
--- /dev/null
+++ b/common/m2/repository/com/andkulikov/transitionseverywhere/1.6.9/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_aar(
+    name = "aar",
+    aar = "transitionseverywhere-1.6.9.aar",
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "transitionseverywhere-1.6.9.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/andkulikov/transitionseverywhere/1.6.9/transitionseverywhere-1.6.9.aar b/common/m2/repository/com/andkulikov/transitionseverywhere/1.6.9/transitionseverywhere-1.6.9.aar
new file mode 100644
index 0000000..d6de8f7
--- /dev/null
+++ b/common/m2/repository/com/andkulikov/transitionseverywhere/1.6.9/transitionseverywhere-1.6.9.aar
Binary files differ
diff --git a/common/m2/repository/com/andkulikov/transitionseverywhere/1.6.9/transitionseverywhere-1.6.9.aar.sha1 b/common/m2/repository/com/andkulikov/transitionseverywhere/1.6.9/transitionseverywhere-1.6.9.aar.sha1
new file mode 100644
index 0000000..f437196
--- /dev/null
+++ b/common/m2/repository/com/andkulikov/transitionseverywhere/1.6.9/transitionseverywhere-1.6.9.aar.sha1
@@ -0,0 +1 @@
+d9b8f6ce0357c750ced8f2fcb89c75b451608513
\ No newline at end of file
diff --git a/common/m2/repository/com/andkulikov/transitionseverywhere/1.6.9/transitionseverywhere-1.6.9.pom b/common/m2/repository/com/andkulikov/transitionseverywhere/1.6.9/transitionseverywhere-1.6.9.pom
new file mode 100644
index 0000000..95b01ec
--- /dev/null
+++ b/common/m2/repository/com/andkulikov/transitionseverywhere/1.6.9/transitionseverywhere-1.6.9.pom
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.andkulikov</groupId>
+  <artifactId>transitionseverywhere</artifactId>
+  <version>1.6.9</version>
+  <packaging>aar</packaging>
+  <name>Transitions Everywhere</name>
+  <description>Backport of Android Transitions API</description>
+  <url>https://github.com/andkulikov/transitions-everywhere</url>
+  <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>andkulikov</id>
+      <name>Andrey Kulikov</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>https://github.com/andkulikov/transitions-everywhere.git</connection>
+    <developerConnection>scm:git@github.com:andkulikov/transitions-everywhere.git</developerConnection>
+    <url>https://github.com/andkulikov/transitions-everywhere</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-v4</artifactId>
+      <version>22.2.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/andkulikov/transitionseverywhere/1.6.9/transitionseverywhere-1.6.9.pom.sha1 b/common/m2/repository/com/andkulikov/transitionseverywhere/1.6.9/transitionseverywhere-1.6.9.pom.sha1
new file mode 100644
index 0000000..476f270
--- /dev/null
+++ b/common/m2/repository/com/andkulikov/transitionseverywhere/1.6.9/transitionseverywhere-1.6.9.pom.sha1
@@ -0,0 +1 @@
+ce07e52367b6a8e7ed73a9cfb297f087bf35e0cb
\ No newline at end of file
diff --git a/common/m2/repository/com/braintreepayments/api/braintree/2.3.6/braintree-2.3.6.aar b/common/m2/repository/com/braintreepayments/api/braintree/2.3.6/braintree-2.3.6.aar
new file mode 100644
index 0000000..dc2c1c1
--- /dev/null
+++ b/common/m2/repository/com/braintreepayments/api/braintree/2.3.6/braintree-2.3.6.aar
Binary files differ
diff --git a/common/m2/repository/com/braintreepayments/api/braintree/2.3.6/braintree-2.3.6.aar.sha1 b/common/m2/repository/com/braintreepayments/api/braintree/2.3.6/braintree-2.3.6.aar.sha1
new file mode 100644
index 0000000..4dd8a6a
--- /dev/null
+++ b/common/m2/repository/com/braintreepayments/api/braintree/2.3.6/braintree-2.3.6.aar.sha1
@@ -0,0 +1 @@
+9d9f2ce6070f55789526efd056d6887c448dc0d2
\ No newline at end of file
diff --git a/common/m2/repository/com/braintreepayments/api/braintree/2.3.6/braintree-2.3.6.pom b/common/m2/repository/com/braintreepayments/api/braintree/2.3.6/braintree-2.3.6.pom
new file mode 100644
index 0000000..0278b91
--- /dev/null
+++ b/common/m2/repository/com/braintreepayments/api/braintree/2.3.6/braintree-2.3.6.pom
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.braintreepayments.api</groupId>
+  <artifactId>braintree</artifactId>
+  <version>2.3.6</version>
+  <packaging>aar</packaging>
+  <name>braintree</name>
+  <description>This is Braintree's v.zero SDK for Android. Integrate this library to accept payments in your Android app.</description>
+  <url>https://github.com/braintree/braintree_android</url>
+  <licenses>
+    <license>
+      <name>MIT</name>
+      <url>http://opensource.org/licenses/MIT</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>devs</id>
+      <name>Braintree Payments</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git@github.com:braintree/braintree_android.git</connection>
+    <developerConnection>scm:git@github.com:braintree/braintree_android.git</developerConnection>
+    <url>scm:git@github.com:braintree/braintree_android.git</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-annotations</artifactId>
+      <version>[24.0.0,25.0.0)</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>com.paypal.android.sdk</groupId>
+      <artifactId>paypal-one-touch</artifactId>
+      <version>2.3.6</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.braintreepayments.api</groupId>
+      <artifactId>core</artifactId>
+      <version>2.3.6</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.braintreepayments.api</groupId>
+      <artifactId>data-collector</artifactId>
+      <version>2.3.6</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>com.google.android.gms</groupId>
+      <artifactId>play-services-wallet</artifactId>
+      <version>[9.0.0,10.0.0)</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/braintreepayments/api/braintree/2.3.6/braintree-2.3.6.pom.sha1 b/common/m2/repository/com/braintreepayments/api/braintree/2.3.6/braintree-2.3.6.pom.sha1
new file mode 100644
index 0000000..4887bac
--- /dev/null
+++ b/common/m2/repository/com/braintreepayments/api/braintree/2.3.6/braintree-2.3.6.pom.sha1
@@ -0,0 +1 @@
+977d34defca36f0bf2b874b93404e508958f3717
\ No newline at end of file
diff --git a/common/m2/repository/com/braintreepayments/api/core/2.3.6/BUILD b/common/m2/repository/com/braintreepayments/api/core/2.3.6/BUILD
new file mode 100644
index 0000000..9f96003
--- /dev/null
+++ b/common/m2/repository/com/braintreepayments/api/core/2.3.6/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_aar(
+    name = "aar",
+    aar = "core-2.3.6.aar",
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "core-2.3.6.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/braintreepayments/api/core/2.3.6/core-2.3.6.aar b/common/m2/repository/com/braintreepayments/api/core/2.3.6/core-2.3.6.aar
new file mode 100644
index 0000000..effa320
--- /dev/null
+++ b/common/m2/repository/com/braintreepayments/api/core/2.3.6/core-2.3.6.aar
Binary files differ
diff --git a/common/m2/repository/com/braintreepayments/api/core/2.3.6/core-2.3.6.aar.sha1 b/common/m2/repository/com/braintreepayments/api/core/2.3.6/core-2.3.6.aar.sha1
new file mode 100644
index 0000000..07574e4
--- /dev/null
+++ b/common/m2/repository/com/braintreepayments/api/core/2.3.6/core-2.3.6.aar.sha1
@@ -0,0 +1 @@
+3e138f793be37653d72c93838c2fda272239775e
\ No newline at end of file
diff --git a/common/m2/repository/com/braintreepayments/api/core/2.3.6/core-2.3.6.pom b/common/m2/repository/com/braintreepayments/api/core/2.3.6/core-2.3.6.pom
new file mode 100644
index 0000000..9dc5c6c
--- /dev/null
+++ b/common/m2/repository/com/braintreepayments/api/core/2.3.6/core-2.3.6.pom
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.braintreepayments.api</groupId>
+  <artifactId>core</artifactId>
+  <version>2.3.6</version>
+  <packaging>aar</packaging>
+  <name>core</name>
+  <description>Library containing shared components used across Braintree's Android SDKs.</description>
+  <url>https://github.com/braintree/braintree_android</url>
+  <licenses>
+    <license>
+      <name>MIT</name>
+      <url>http://opensource.org/licenses/MIT</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>devs</id>
+      <name>Braintree Payments</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git@github.com:braintree/braintree_android.git</connection>
+    <developerConnection>scm:git@github.com:braintree/braintree_android.git</developerConnection>
+    <url>scm:git@github.com:braintree/braintree_android.git</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-annotations</artifactId>
+      <version>[24.0.0,25.0.0)</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/braintreepayments/api/core/2.3.6/core-2.3.6.pom.sha1 b/common/m2/repository/com/braintreepayments/api/core/2.3.6/core-2.3.6.pom.sha1
new file mode 100644
index 0000000..1c70c31
--- /dev/null
+++ b/common/m2/repository/com/braintreepayments/api/core/2.3.6/core-2.3.6.pom.sha1
@@ -0,0 +1 @@
+7f3c471f0d9af5ec451074183c235c124b067a31
\ No newline at end of file
diff --git a/common/m2/repository/com/braintreepayments/encryption/2.1.0/BUILD b/common/m2/repository/com/braintreepayments/encryption/2.1.0/BUILD
new file mode 100644
index 0000000..5344164
--- /dev/null
+++ b/common/m2/repository/com/braintreepayments/encryption/2.1.0/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["encryption-2.1.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "encryption-2.1.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/braintreepayments/encryption/2.1.0/encryption-2.1.0.jar b/common/m2/repository/com/braintreepayments/encryption/2.1.0/encryption-2.1.0.jar
new file mode 100644
index 0000000..ba5d86b
--- /dev/null
+++ b/common/m2/repository/com/braintreepayments/encryption/2.1.0/encryption-2.1.0.jar
Binary files differ
diff --git a/common/m2/repository/com/braintreepayments/encryption/2.1.0/encryption-2.1.0.jar.sha1 b/common/m2/repository/com/braintreepayments/encryption/2.1.0/encryption-2.1.0.jar.sha1
new file mode 100644
index 0000000..d4a8097
--- /dev/null
+++ b/common/m2/repository/com/braintreepayments/encryption/2.1.0/encryption-2.1.0.jar.sha1
@@ -0,0 +1 @@
+31275c36a7bbeb3cd2e7a698758376dcb4011e74
\ No newline at end of file
diff --git a/common/m2/repository/com/braintreepayments/encryption/2.1.0/encryption-2.1.0.pom b/common/m2/repository/com/braintreepayments/encryption/2.1.0/encryption-2.1.0.pom
new file mode 100644
index 0000000..6f1d282
--- /dev/null
+++ b/common/m2/repository/com/braintreepayments/encryption/2.1.0/encryption-2.1.0.pom
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.braintreepayments</groupId>
+  <artifactId>encryption</artifactId>
+  <version>2.1.0</version>
+  <name>encryption</name>
+  <description>Client side encryption for Braintree integrations on Android.</description>
+  <url>https://github.com/braintree/braintree_android_encryption</url>
+  <licenses>
+    <license>
+      <name>MIT</name>
+      <url>http://opensource.org/licenses/MIT</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>devs</id>
+      <name>Braintree Payments</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git@github.com:braintree/braintree_android_encryption.git</connection>
+    <developerConnection>scm:git@github.com:braintree/braintree_android_encryption.git</developerConnection>
+    <url>scm:git@github.com:braintree/braintree_android_encryption.git</url>
+  </scm>
+</project>
diff --git a/common/m2/repository/com/braintreepayments/encryption/2.1.0/encryption-2.1.0.pom.sha1 b/common/m2/repository/com/braintreepayments/encryption/2.1.0/encryption-2.1.0.pom.sha1
new file mode 100644
index 0000000..118ed9c
--- /dev/null
+++ b/common/m2/repository/com/braintreepayments/encryption/2.1.0/encryption-2.1.0.pom.sha1
@@ -0,0 +1 @@
+ea39e4603b2ff0598105781242f8eb7fdf9b8f48
\ No newline at end of file
diff --git a/common/m2/repository/com/cedarsoftware/java-util/1.24.0/BUILD b/common/m2/repository/com/cedarsoftware/java-util/1.24.0/BUILD
new file mode 100644
index 0000000..3db9e4f
--- /dev/null
+++ b/common/m2/repository/com/cedarsoftware/java-util/1.24.0/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["java-util-1.24.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "java-util-1.24.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/cedarsoftware/java-util/1.24.0/java-util-1.24.0.jar b/common/m2/repository/com/cedarsoftware/java-util/1.24.0/java-util-1.24.0.jar
new file mode 100644
index 0000000..5fe6aef
--- /dev/null
+++ b/common/m2/repository/com/cedarsoftware/java-util/1.24.0/java-util-1.24.0.jar
Binary files differ
diff --git a/common/m2/repository/com/cedarsoftware/java-util/1.24.0/java-util-1.24.0.jar.sha1 b/common/m2/repository/com/cedarsoftware/java-util/1.24.0/java-util-1.24.0.jar.sha1
new file mode 100644
index 0000000..4a766f9
--- /dev/null
+++ b/common/m2/repository/com/cedarsoftware/java-util/1.24.0/java-util-1.24.0.jar.sha1
@@ -0,0 +1 @@
+7c4e6a50584430094271c89e0be006904de29e37
\ No newline at end of file
diff --git a/common/m2/repository/com/cedarsoftware/java-util/1.24.0/java-util-1.24.0.pom b/common/m2/repository/com/cedarsoftware/java-util/1.24.0/java-util-1.24.0.pom
new file mode 100644
index 0000000..cec88b6
--- /dev/null
+++ b/common/m2/repository/com/cedarsoftware/java-util/1.24.0/java-util-1.24.0.pom
@@ -0,0 +1,237 @@
+<?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/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <name>java-util</name>
+    <groupId>com.cedarsoftware</groupId>
+    <artifactId>java-util</artifactId>
+    <packaging>jar</packaging>
+    <version>1.24.0</version>
+    <description>Java Utilities</description>
+    <url>https://github.com/jdereg/java-util</url>
+    <profiles>
+        <profile>
+            <id>doclint-java8-disable</id>
+            <activation>
+                <jdk>[1.8,)</jdk>
+            </activation>
+            <properties>
+                <javadoc.opts>-Xdoclint:none</javadoc.opts>
+            </properties>
+        </profile>
+
+        <profile>
+            <id>release-sign-artifacts</id>
+            <activation>
+                <property>
+                    <name>performRelease</name>
+                    <value>true</value>
+                </property>
+            </activation>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-gpg-plugin</artifactId>
+                        <version>${version.plugin.gpg}</version>
+                        <executions>
+                            <execution>
+                                <id>sign-artifacts</id>
+                                <phase>verify</phase>
+                                <goals>
+                                    <goal>sign</goal>
+                                </goals>
+                                <configuration>
+                                    <keyname>${gpg.keyname}</keyname>
+                                    <passphrase>${gpg.passphrase}</passphrase>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+
+    <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>
+
+    <scm>
+        <url>https://github.com/jdereg/java-util</url>
+        <connection>scm:git:git://github.com/jdereg/java-util.git</connection>
+        <developerConnection>scm:git:git@github.com:jdereg/java-util.git</developerConnection>
+      <tag>HEAD</tag>
+  </scm>
+
+    <developers>
+        <developer>
+            <id>jdereg</id>
+            <name>John DeRegnaucourt</name>
+            <email>john@cedarsoftware.com</email>
+        </developer>
+    </developers>
+
+    <properties>
+        <version.log4j>2.5</version.log4j>
+        <version.junit>4.12</version.junit>
+        <version.guava>19.0</version.guava>                 <!-- testing only -->
+        <version.json.io>4.4.0</version.json.io>            <!-- testing only -->
+        <version.powermock>1.6.4</version.powermock>
+        <version.mockito>1.10.19</version.mockito>
+        <version.java>1.7</version.java>
+        <version.plugin.compiler>3.5.1</version.plugin.compiler>
+        <version.plugin.deploy>2.8.2</version.plugin.deploy>
+        <version.plugin.gpg>1.6</version.plugin.gpg>
+        <version.plugin.javadoc>2.10.3</version.plugin.javadoc>
+        <version.plugin.nexus>1.6.6</version.plugin.nexus>
+        <version.plugin.release>2.5.3</version.plugin.release>
+        <version.plugin.source>3.0.0</version.plugin.source>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+
+    <pluginRepositories>
+        <pluginRepository>
+            <id>central</id>
+            <name>Maven Plugin Repository</name>
+            <url>http://repo1.maven.org/maven2</url>
+            <layout>default</layout>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <updatePolicy>never</updatePolicy>
+            </releases>
+        </pluginRepository>
+    </pluginRepositories>
+
+    <distributionManagement>
+        <snapshotRepository>
+            <id>ossrh</id>
+            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+        </snapshotRepository>
+        <repository>
+            <id>ossrh</id>
+            <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+        </repository>
+    </distributionManagement>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>${version.plugin.compiler}</version>
+                <configuration>
+                    <source>${version.java}</source>
+                    <target>${version.java}</target>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-source-plugin</artifactId>
+                <version>${version.plugin.source}</version>
+                <executions>
+                    <execution>
+                        <id>attach-sources</id>
+                        <goals>
+                            <goal>jar-no-fork</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>${version.plugin.javadoc}</version>
+                <configuration>
+                    <additionalparam>${javadoc.opts}</additionalparam>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>attach-javadocs</id>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.sonatype.plugins</groupId>
+                <artifactId>nexus-staging-maven-plugin</artifactId>
+                <version>${version.plugin.nexus}</version>
+                <extensions>true</extensions>
+                <configuration>
+                    <serverId>ossrh</serverId>
+                    <nexusUrl>https://oss.sonatype.org/</nexusUrl>
+                    <autoReleaseAfterClose>true</autoReleaseAfterClose>
+                </configuration>
+            </plugin>
+
+        </plugins>
+    </build>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-api</artifactId>
+            <version>${version.log4j}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-core</artifactId>
+            <version>${version.log4j}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>${version.junit}</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+            <version>${version.guava}</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-all</artifactId>
+            <version>${version.mockito}</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.powermock</groupId>
+            <artifactId>powermock-module-junit4</artifactId>
+            <version>${version.powermock}</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.powermock</groupId>
+            <artifactId>powermock-api-mockito</artifactId>
+            <version>${version.powermock}</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>com.cedarsoftware</groupId>
+            <artifactId>json-io</artifactId>
+            <version>${version.json.io}</version>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+</project>
diff --git a/common/m2/repository/com/cedarsoftware/java-util/1.24.0/java-util-1.24.0.pom.sha1 b/common/m2/repository/com/cedarsoftware/java-util/1.24.0/java-util-1.24.0.pom.sha1
new file mode 100644
index 0000000..220a6ed
--- /dev/null
+++ b/common/m2/repository/com/cedarsoftware/java-util/1.24.0/java-util-1.24.0.pom.sha1
@@ -0,0 +1 @@
+c5a6049a2dfee63a15b31c29247fdd950f2adbd0
\ No newline at end of file
diff --git a/common/m2/repository/com/cocoahero/android/geojson/1.0.1/BUILD b/common/m2/repository/com/cocoahero/android/geojson/1.0.1/BUILD
new file mode 100644
index 0000000..9d91db3
--- /dev/null
+++ b/common/m2/repository/com/cocoahero/android/geojson/1.0.1/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["geojson-1.0.1.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "geojson-1.0.1.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/cocoahero/android/geojson/1.0.1/geojson-1.0.1.jar b/common/m2/repository/com/cocoahero/android/geojson/1.0.1/geojson-1.0.1.jar
new file mode 100644
index 0000000..ddab7d6
--- /dev/null
+++ b/common/m2/repository/com/cocoahero/android/geojson/1.0.1/geojson-1.0.1.jar
Binary files differ
diff --git a/common/m2/repository/com/cocoahero/android/geojson/1.0.1/geojson-1.0.1.jar.sha1 b/common/m2/repository/com/cocoahero/android/geojson/1.0.1/geojson-1.0.1.jar.sha1
new file mode 100644
index 0000000..52a5bbc
--- /dev/null
+++ b/common/m2/repository/com/cocoahero/android/geojson/1.0.1/geojson-1.0.1.jar.sha1
@@ -0,0 +1 @@
+5ac9c72666b11d5817e8c3c1145e0b020725e7de
\ No newline at end of file
diff --git a/common/m2/repository/com/cocoahero/android/geojson/1.0.1/geojson-1.0.1.pom b/common/m2/repository/com/cocoahero/android/geojson/1.0.1/geojson-1.0.1.pom
new file mode 100644
index 0000000..3332173
--- /dev/null
+++ b/common/m2/repository/com/cocoahero/android/geojson/1.0.1/geojson-1.0.1.pom
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.cocoahero.android</groupId>
+  <artifactId>geojson</artifactId>
+  <version>1.0.1</version>
+  <name>Android GeoJSON Library</name>
+  <description>Android GeoJSON Library</description>
+  <url>https://github.com/cocoahero/android-geojson</url>
+  <licenses>
+    <license>
+      <name>The MIT License</name>
+      <url>https://github.com/cocoahero/android-geojson/blob/master/LICENSE.md</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>cocoahero</id>
+      <name>Jonathan Baker</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:git@github.com:cocoahero/android-geojson</connection>
+    <developerConnection>scm:git:git@github.com:cocoahero/android-geojson</developerConnection>
+    <url>https://github.com/cocoahero/android-geojson</url>
+  </scm>
+</project>
diff --git a/common/m2/repository/com/cocoahero/android/geojson/1.0.1/geojson-1.0.1.pom.sha1 b/common/m2/repository/com/cocoahero/android/geojson/1.0.1/geojson-1.0.1.pom.sha1
new file mode 100644
index 0000000..9c351bd
--- /dev/null
+++ b/common/m2/repository/com/cocoahero/android/geojson/1.0.1/geojson-1.0.1.pom.sha1
@@ -0,0 +1 @@
+1a4055873b3dae5417e462c84ec2e0fa44209c14
\ No newline at end of file
diff --git a/common/m2/repository/com/crittercism/crittercism-android-agent/5.6.4/BUILD b/common/m2/repository/com/crittercism/crittercism-android-agent/5.6.4/BUILD
new file mode 100644
index 0000000..409b624
--- /dev/null
+++ b/common/m2/repository/com/crittercism/crittercism-android-agent/5.6.4/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["crittercism-android-agent-5.6.4.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "crittercism-android-agent-5.6.4.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/crittercism/crittercism-android-agent/5.6.4/crittercism-android-agent-5.6.4.jar b/common/m2/repository/com/crittercism/crittercism-android-agent/5.6.4/crittercism-android-agent-5.6.4.jar
new file mode 100644
index 0000000..973f1d0
--- /dev/null
+++ b/common/m2/repository/com/crittercism/crittercism-android-agent/5.6.4/crittercism-android-agent-5.6.4.jar
Binary files differ
diff --git a/common/m2/repository/com/crittercism/crittercism-android-agent/5.6.4/crittercism-android-agent-5.6.4.jar.sha1 b/common/m2/repository/com/crittercism/crittercism-android-agent/5.6.4/crittercism-android-agent-5.6.4.jar.sha1
new file mode 100644
index 0000000..0718c63
--- /dev/null
+++ b/common/m2/repository/com/crittercism/crittercism-android-agent/5.6.4/crittercism-android-agent-5.6.4.jar.sha1
@@ -0,0 +1 @@
+a2caa746ff4290e55c0c5d928f09a9fe1d710114
\ No newline at end of file
diff --git a/common/m2/repository/com/crittercism/crittercism-android-agent/5.6.4/crittercism-android-agent-5.6.4.pom b/common/m2/repository/com/crittercism/crittercism-android-agent/5.6.4/crittercism-android-agent-5.6.4.pom
new file mode 100644
index 0000000..91b7801
--- /dev/null
+++ b/common/m2/repository/com/crittercism/crittercism-android-agent/5.6.4/crittercism-android-agent-5.6.4.pom
@@ -0,0 +1,33 @@
+<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>
+  <groupId>com.crittercism</groupId>
+  <artifactId>crittercism-android-agent</artifactId>
+  <packaging>jar</packaging>
+  <name>Crittercism Agent for Android</name>
+  <version>5.6.4</version>
+  <description>!DESCRIPTION</description>
+  <url>http://www.crittercism.com</url>
+  <licenses>
+      <license>
+          <name>Crittercism Integration Code License</name>
+          <url>http://www.crittercism.com/terms-services/</url>
+      </license>
+  </licenses>
+
+
+  <scm>
+    <url>https://raw.githubusercontent.com/crittercism/crittercism-android-agent/master/</url>
+    <connection>
+        scm:git@github.com:crittercism/crittercism-android-agent.git
+    </connection>
+  </scm>
+  <developers>
+    <developer>
+      <id>crittercism</id>
+      <name>Crittercism</name>
+    </developer>
+  </developers>
+ 
+</project>
diff --git a/common/m2/repository/com/crittercism/crittercism-android-agent/5.6.4/crittercism-android-agent-5.6.4.pom.sha1 b/common/m2/repository/com/crittercism/crittercism-android-agent/5.6.4/crittercism-android-agent-5.6.4.pom.sha1
new file mode 100644
index 0000000..dcfbf7e
--- /dev/null
+++ b/common/m2/repository/com/crittercism/crittercism-android-agent/5.6.4/crittercism-android-agent-5.6.4.pom.sha1
@@ -0,0 +1 @@
+0a722c82acfced47e7ceb6b0d3409f9cc1ab85b4
\ No newline at end of file
diff --git a/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/BUILD b/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/BUILD
new file mode 100644
index 0000000..8a3b29b
--- /dev/null
+++ b/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["kryo-2.24.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/sonatype/oss/oss-parent/7:pom",
+    source = "kryo-2.24.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/kryo-2.24.0.jar b/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/kryo-2.24.0.jar
new file mode 100644
index 0000000..4d18180
--- /dev/null
+++ b/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/kryo-2.24.0.jar
Binary files differ
diff --git a/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/kryo-2.24.0.jar.sha1 b/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/kryo-2.24.0.jar.sha1
new file mode 100644
index 0000000..056e3b4
--- /dev/null
+++ b/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/kryo-2.24.0.jar.sha1
@@ -0,0 +1 @@
+0c6b206e80cfd97e66a1364003724491c757b92f
\ No newline at end of file
diff --git a/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/kryo-2.24.0.pom b/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/kryo-2.24.0.pom
new file mode 100644
index 0000000..ad35653
--- /dev/null
+++ b/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/kryo-2.24.0.pom
@@ -0,0 +1,192 @@
+<?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">

+  <parent>

+    <artifactId>oss-parent</artifactId>

+    <groupId>org.sonatype.oss</groupId>

+    <version>7</version>

+    <relativePath>../pom.xml/pom.xml</relativePath>

+  </parent>

+  <modelVersion>4.0.0</modelVersion>

+  <groupId>com.esotericsoftware.kryo</groupId>

+  <artifactId>kryo</artifactId>

+  <packaging>bundle</packaging>

+  <name>Kryo</name>

+  <version>2.24.0</version>

+  <description>Fast, efficient Java serialization</description>

+  <url>https://github.com/EsotericSoftware/kryo</url>

+  <developers>

+    <developer>

+      <id>nathan.sweet</id>

+      <name>Nathan Sweet</name>

+      <email>nathan.sweet@gmail.com</email>

+    </developer>

+  </developers>

+  <licenses>

+    <license>

+      <name>New BSD License</name>

+      <url>http://www.opensource.org/licenses/bsd-license.php</url>

+      <distribution>repo</distribution>

+    </license>

+  </licenses>

+  <scm>

+    <connection>scm:git:git@github.com:EsotericSoftware/kryo.git</connection>

+    <developerConnection>scm:git:git@github.com:EsotericSoftware/kryo.git</developerConnection>

+    <url>https://github.com/EsotericSoftware/kryo</url>

+  </scm>

+  <build>

+    <sourceDirectory>src</sourceDirectory>

+    <testSourceDirectory>test</testSourceDirectory>

+    <pluginManagement>

+      <plugins>

+        <plugin>

+          <artifactId>maven-compiler-plugin</artifactId>

+          <inherited>true</inherited>

+          <configuration>

+            <source>1.5</source>

+            <target>1.5</target>

+            <encoding>utf-8</encoding>

+          </configuration>

+        </plugin>

+      </plugins>

+    </pluginManagement>

+    <plugins>

+      <plugin>

+        <artifactId>maven-resources-plugin</artifactId>

+        <version>2.5</version>

+        <executions>

+          <execution>

+            <id>default-resources</id>

+            <phase>none</phase>

+          </execution>

+          <execution>

+            <id>default-testResources</id>

+            <phase>none</phase>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <artifactId>maven-jar-plugin</artifactId>

+        <version>2.4</version>

+        <configuration>

+          <excludes>

+            <exclude>**/.svn/*</exclude>

+          </excludes>

+        </configuration>

+      </plugin>

+      <plugin>

+        <artifactId>maven-shade-plugin</artifactId>

+        <version>2.1</version>

+        <executions>

+          <execution>

+            <phase>package</phase>

+            <goals>

+              <goal>shade</goal>

+            </goals>

+          </execution>

+        </executions>

+        <configuration>

+          <minimizeJar>true</minimizeJar>

+          <shadedArtifactAttached>false</shadedArtifactAttached>

+          <artifactSet>

+            <includes>

+              <include>com.esotericsoftware.reflectasm:reflectasm:shaded</include>

+            </includes>

+          </artifactSet>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.felix</groupId>

+        <artifactId>maven-bundle-plugin</artifactId>

+        <version>2.4.0</version>

+        <extensions>true</extensions>

+        <configuration>

+          <instructions>

+            <Import-Package>COM.jrockit*;resolution:=optional,

+						COM.newmonics*;resolution:=optional,

+						jrockit*;resolution:=optional,

+						sun.reflect;resolution:=optional,

+						sun.misc;resolution:=optional,

+						sun.nio.ch;resolution:=optional,

+						*</Import-Package>

+            <Export-Package>com.esotericsoftware.kryo*,com.esotericsoftware.reflectasm*</Export-Package>

+          </instructions>

+        </configuration>

+      </plugin>

+      <plugin>

+        <artifactId>maven-assembly-plugin</artifactId>

+        <version>2.4</version>

+        <executions>

+          <execution>

+            <id>dist-assembly</id>

+            <phase>package</phase>

+            <goals>

+              <goal>single</goal>

+            </goals>

+          </execution>

+        </executions>

+        <configuration>

+          <descriptor>etc/assembly-all.xml</descriptor>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+  <profiles>

+    <profile>

+      <id>requireSnapshot</id>

+      <build>

+        <plugins>

+          <plugin>

+            <artifactId>maven-enforcer-plugin</artifactId>

+            <executions>

+              <execution>

+                <goals>

+                  <goal>enforce</goal>

+                </goals>

+                <configuration>

+                  <rules>

+                    <evaluateBeanshell>

+                      <condition>"${project.version}".endsWith("-SNAPSHOT")</condition>

+                      <message>Jenkins should only build -SNAPSHOT versions</message>

+                    </evaluateBeanshell>

+                  </rules>

+                  <fail>true</fail>

+                </configuration>

+              </execution>

+            </executions>

+          </plugin>

+        </plugins>

+      </build>

+    </profile>

+  </profiles>

+  <repositories>

+    <repository>

+      <id>sonatype-releases</id>

+      <name>sonatype releases repo</name>

+      <url>https://oss.sonatype.org/content/repositories/releases</url>

+    </repository>

+  </repositories>

+  <dependencies>

+    <dependency>

+      <groupId>com.esotericsoftware.minlog</groupId>

+      <artifactId>minlog</artifactId>

+      <version>1.2</version>

+      <scope>compile</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.objenesis</groupId>

+      <artifactId>objenesis</artifactId>

+      <version>2.1</version>

+      <scope>compile</scope>

+    </dependency>

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <version>4.8.2</version>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+  <properties>

+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

+  </properties>

+</project>

+

diff --git a/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/kryo-2.24.0.pom.sha1 b/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/kryo-2.24.0.pom.sha1
new file mode 100644
index 0000000..8dea291
--- /dev/null
+++ b/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/kryo-2.24.0.pom.sha1
@@ -0,0 +1 @@
+e4578fa780bb2ce71ffa98a0ec6e7f9f8ec38f7f
\ No newline at end of file
diff --git a/common/m2/repository/com/esotericsoftware/minlog/minlog/1.2/BUILD b/common/m2/repository/com/esotericsoftware/minlog/minlog/1.2/BUILD
new file mode 100644
index 0000000..4aad252
--- /dev/null
+++ b/common/m2/repository/com/esotericsoftware/minlog/minlog/1.2/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["minlog-1.2.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "minlog-1.2.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.jar b/common/m2/repository/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.jar
new file mode 100644
index 0000000..3d174a6
--- /dev/null
+++ b/common/m2/repository/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.jar
Binary files differ
diff --git a/common/m2/repository/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.jar.sha1 b/common/m2/repository/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.jar.sha1
new file mode 100644
index 0000000..c4b8318
--- /dev/null
+++ b/common/m2/repository/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.jar.sha1
@@ -0,0 +1 @@
+59bfcd171d82f9981a5e242b9e840191f650e209
\ No newline at end of file
diff --git a/common/m2/repository/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.pom b/common/m2/repository/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.pom
new file mode 100644
index 0000000..9aa776e
--- /dev/null
+++ b/common/m2/repository/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.pom
@@ -0,0 +1,61 @@
+<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>
+	<groupId>com.esotericsoftware.minlog</groupId>
+	<artifactId>minlog</artifactId>
+	<version>1.2</version>
+	<packaging>jar</packaging>
+	<name>MinLog</name>
+	<description>Minimal overhead Java logging</description>
+	<url>http://code.google.com/p/minlog/</url>
+
+	<licenses>
+		<license>
+			<name>New BSD License</name>
+			<url>http://www.opensource.org/licenses/bsd-license.php</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+
+	<scm>
+		<url>http://minlog.googlecode.com/svn/</url>
+		<connection>scm:svn:http://minlog.googlecode.com/svn/</connection>
+	</scm>
+
+	<developers>
+		<developer>
+			<id>nathan.sweet</id>
+			<name>Nathan Sweet</name>
+			<email>nathan.sweet@gmail.com</email>
+		</developer>
+	</developers>
+
+	<properties>
+		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+	</properties>
+
+	<build>
+		<!-- Set nonstandard source dir -->
+		<sourceDirectory>src</sourceDirectory>
+
+		<plugins>
+			<!-- Disable resources (project has none) -->
+			<plugin>
+				<artifactId>maven-resources-plugin</artifactId>
+				<version>2.5</version>
+				<executions>
+					<execution>
+						<id>default-resources</id>
+						<phase>none</phase>
+					</execution>
+					<execution>
+						<id>default-testResources</id>
+						<phase>none</phase>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+</project>
diff --git a/common/m2/repository/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.pom.sha1 b/common/m2/repository/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.pom.sha1
new file mode 100644
index 0000000..2056c8f
--- /dev/null
+++ b/common/m2/repository/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.pom.sha1
@@ -0,0 +1 @@
+67d00f6a12cac438eb96f12fa4e3b32ba452b810
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/android/facebook-android-sdk/4.14.0/BUILD b/common/m2/repository/com/facebook/android/facebook-android-sdk/4.14.0/BUILD
new file mode 100644
index 0000000..1ec0f55
--- /dev/null
+++ b/common/m2/repository/com/facebook/android/facebook-android-sdk/4.14.0/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_aar(
+    name = "aar",
+    aar = "facebook-android-sdk-4.14.0.aar",
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "facebook-android-sdk-4.14.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/facebook/android/facebook-android-sdk/4.14.0/facebook-android-sdk-4.14.0.aar b/common/m2/repository/com/facebook/android/facebook-android-sdk/4.14.0/facebook-android-sdk-4.14.0.aar
new file mode 100644
index 0000000..66e8ab3
--- /dev/null
+++ b/common/m2/repository/com/facebook/android/facebook-android-sdk/4.14.0/facebook-android-sdk-4.14.0.aar
Binary files differ
diff --git a/common/m2/repository/com/facebook/android/facebook-android-sdk/4.14.0/facebook-android-sdk-4.14.0.aar.sha1 b/common/m2/repository/com/facebook/android/facebook-android-sdk/4.14.0/facebook-android-sdk-4.14.0.aar.sha1
new file mode 100644
index 0000000..b33a84b
--- /dev/null
+++ b/common/m2/repository/com/facebook/android/facebook-android-sdk/4.14.0/facebook-android-sdk-4.14.0.aar.sha1
@@ -0,0 +1 @@
+90532636035a42be7f9d956e46807c52f5ae4e27
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/android/facebook-android-sdk/4.14.0/facebook-android-sdk-4.14.0.pom b/common/m2/repository/com/facebook/android/facebook-android-sdk/4.14.0/facebook-android-sdk-4.14.0.pom
new file mode 100644
index 0000000..f1797eb
--- /dev/null
+++ b/common/m2/repository/com/facebook/android/facebook-android-sdk/4.14.0/facebook-android-sdk-4.14.0.pom
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.facebook.android</groupId>
+  <artifactId>facebook-android-sdk</artifactId>
+  <version>4.14.0</version>
+  <packaging>aar</packaging>
+  <name>Facebook-Android-SDK</name>
+  <description>Facebook Android SDK</description>
+  <url>https://github.com/facebook/facebook-android-sdk</url>
+  <licenses>
+    <license>
+      <name>Facebook Platform License</name>
+      <url>https://github.com/facebook/facebook-android-sdk/blob/master/LICENSE.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>facebook</id>
+      <name>Facebook</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git@github.com:facebook/facebook-android-sdk.git</connection>
+    <developerConnection>scm:git@github.com:facebook/facebook-android-sdk.git</developerConnection>
+    <url>https://github.com/facebook/facebook-android-sdk</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.parse.bolts</groupId>
+      <artifactId>bolts-android</artifactId>
+      <version>1.4.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>cardview-v7</artifactId>
+      <version>23.4.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-v4</artifactId>
+      <version>23.4.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>customtabs</artifactId>
+      <version>23.4.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/facebook/android/facebook-android-sdk/4.14.0/facebook-android-sdk-4.14.0.pom.sha1 b/common/m2/repository/com/facebook/android/facebook-android-sdk/4.14.0/facebook-android-sdk-4.14.0.pom.sha1
new file mode 100644
index 0000000..7da3843
--- /dev/null
+++ b/common/m2/repository/com/facebook/android/facebook-android-sdk/4.14.0/facebook-android-sdk-4.14.0.pom.sha1
@@ -0,0 +1 @@
+02949251c4700cc2a2c4dac2597af87aebf735bd
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/BUILD b/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/BUILD
new file mode 100644
index 0000000..59e3e18
--- /dev/null
+++ b/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/BUILD
@@ -0,0 +1,8 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    source = "yearclass-1.0.1.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/yearclass-1.0.1.aar b/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/yearclass-1.0.1.aar
new file mode 100644
index 0000000..fec5993
--- /dev/null
+++ b/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/yearclass-1.0.1.aar
Binary files differ
diff --git a/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/yearclass-1.0.1.aar.sha1 b/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/yearclass-1.0.1.aar.sha1
new file mode 100644
index 0000000..309db8d
--- /dev/null
+++ b/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/yearclass-1.0.1.aar.sha1
@@ -0,0 +1 @@
+5fa3689fa3be1495953e7c91c9228bac542b213b
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/yearclass-1.0.1.jar b/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/yearclass-1.0.1.jar
new file mode 100644
index 0000000..66812b1
--- /dev/null
+++ b/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/yearclass-1.0.1.jar
Binary files differ
diff --git a/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/yearclass-1.0.1.jar.sha1 b/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/yearclass-1.0.1.jar.sha1
new file mode 100644
index 0000000..1c8f10b
--- /dev/null
+++ b/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/yearclass-1.0.1.jar.sha1
@@ -0,0 +1 @@
+adfc67ed7e13d1648f20c2a5d6cb757ce43d9c22
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/yearclass-1.0.1.pom b/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/yearclass-1.0.1.pom
new file mode 100644
index 0000000..6cf2e3a
--- /dev/null
+++ b/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/yearclass-1.0.1.pom
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.facebook.device.yearclass</groupId>
+  <artifactId>yearclass</artifactId>
+  <version>1.0.1</version>
+  <name>Device Year Class</name>
+  <description>Android Device Year Class Library</description>
+  <url>https://github.com/facebook/device-year-class</url>
+  <licenses>
+    <license>
+      <name>BSD License</name>
+      <url>https://github.com/facebook/device-year-class/blob/master/LICENSE</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>facebook</id>
+      <name>Facebook</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://github.com/facebook/device-year-class.git</connection>
+    <developerConnection>scm:git:git@github.com:facebook/device-year-class.git</developerConnection>
+    <url>https://github.com/facebook/device-year-class.git</url>
+  </scm>
+</project>
diff --git a/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/yearclass-1.0.1.pom.sha1 b/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/yearclass-1.0.1.pom.sha1
new file mode 100644
index 0000000..b68d044
--- /dev/null
+++ b/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/yearclass-1.0.1.pom.sha1
@@ -0,0 +1 @@
+a2a15197574d4e619c0e9b742a07c0bcf20d8bbf
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/fresco/drawee/0.13.0/drawee-0.13.0.aar b/common/m2/repository/com/facebook/fresco/drawee/0.13.0/drawee-0.13.0.aar
new file mode 100644
index 0000000..7d84f7e
--- /dev/null
+++ b/common/m2/repository/com/facebook/fresco/drawee/0.13.0/drawee-0.13.0.aar
Binary files differ
diff --git a/common/m2/repository/com/facebook/fresco/drawee/0.13.0/drawee-0.13.0.aar.sha1 b/common/m2/repository/com/facebook/fresco/drawee/0.13.0/drawee-0.13.0.aar.sha1
new file mode 100644
index 0000000..7efae04
--- /dev/null
+++ b/common/m2/repository/com/facebook/fresco/drawee/0.13.0/drawee-0.13.0.aar.sha1
@@ -0,0 +1 @@
+3cc1f310eb72e4e281fb90003efaf7a6c31c8c63
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/fresco/drawee/0.13.0/drawee-0.13.0.pom b/common/m2/repository/com/facebook/fresco/drawee/0.13.0/drawee-0.13.0.pom
new file mode 100644
index 0000000..f74e850
--- /dev/null
+++ b/common/m2/repository/com/facebook/fresco/drawee/0.13.0/drawee-0.13.0.pom
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.facebook.fresco</groupId>
+  <artifactId>drawee</artifactId>
+  <version>0.13.0</version>
+  <packaging>aar</packaging>
+  <name>Drawee</name>
+  <description>A fast, feature-rich image display library for Android</description>
+  <url>https://github.com/facebook/fresco</url>
+  <licenses>
+    <license>
+      <name>BSD License</name>
+      <url>https://github.com/facebook/fresco/blob/master/LICENSE</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>facebook</id>
+      <name>Facebook</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://github.com/facebook/fresco.git</connection>
+    <developerConnection>scm:git:git@github.com:facebook/fresco.git</developerConnection>
+    <url>https://github.com/facebook/fresco.git</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-v4</artifactId>
+      <version>23.2.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.facebook.fresco</groupId>
+      <artifactId>fbcore</artifactId>
+      <version>0.13.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/facebook/fresco/drawee/0.13.0/drawee-0.13.0.pom.sha1 b/common/m2/repository/com/facebook/fresco/drawee/0.13.0/drawee-0.13.0.pom.sha1
new file mode 100644
index 0000000..f6fe121
--- /dev/null
+++ b/common/m2/repository/com/facebook/fresco/drawee/0.13.0/drawee-0.13.0.pom.sha1
@@ -0,0 +1 @@
+51f01e49d9612aaf35c4abba120dc7d4f560c90e
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/fresco/fbcore/0.13.0/BUILD b/common/m2/repository/com/facebook/fresco/fbcore/0.13.0/BUILD
new file mode 100644
index 0000000..ec3f2d3
--- /dev/null
+++ b/common/m2/repository/com/facebook/fresco/fbcore/0.13.0/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_aar(
+    name = "aar",
+    aar = "fbcore-0.13.0.aar",
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "fbcore-0.13.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/facebook/fresco/fbcore/0.13.0/fbcore-0.13.0.aar b/common/m2/repository/com/facebook/fresco/fbcore/0.13.0/fbcore-0.13.0.aar
new file mode 100644
index 0000000..6b45d45
--- /dev/null
+++ b/common/m2/repository/com/facebook/fresco/fbcore/0.13.0/fbcore-0.13.0.aar
Binary files differ
diff --git a/common/m2/repository/com/facebook/fresco/fbcore/0.13.0/fbcore-0.13.0.aar.sha1 b/common/m2/repository/com/facebook/fresco/fbcore/0.13.0/fbcore-0.13.0.aar.sha1
new file mode 100644
index 0000000..0cc9bcd
--- /dev/null
+++ b/common/m2/repository/com/facebook/fresco/fbcore/0.13.0/fbcore-0.13.0.aar.sha1
@@ -0,0 +1 @@
+ac10c8dd1161f2a21b6c63b3703a3eceffbf8c4a
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/fresco/fbcore/0.13.0/fbcore-0.13.0.pom b/common/m2/repository/com/facebook/fresco/fbcore/0.13.0/fbcore-0.13.0.pom
new file mode 100644
index 0000000..ed4e47b
--- /dev/null
+++ b/common/m2/repository/com/facebook/fresco/fbcore/0.13.0/fbcore-0.13.0.pom
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.facebook.fresco</groupId>
+  <artifactId>fbcore</artifactId>
+  <version>0.13.0</version>
+  <packaging>aar</packaging>
+  <name>Facebook Core</name>
+  <description>A general-purpose Android utility library</description>
+  <url>https://github.com/facebook/fresco</url>
+  <licenses>
+    <license>
+      <name>BSD License</name>
+      <url>https://github.com/facebook/fresco/blob/master/LICENSE</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>facebook</id>
+      <name>Facebook</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://github.com/facebook/fresco.git</connection>
+    <developerConnection>scm:git:git@github.com:facebook/fresco.git</developerConnection>
+    <url>https://github.com/facebook/fresco.git</url>
+  </scm>
+</project>
diff --git a/common/m2/repository/com/facebook/fresco/fbcore/0.13.0/fbcore-0.13.0.pom.sha1 b/common/m2/repository/com/facebook/fresco/fbcore/0.13.0/fbcore-0.13.0.pom.sha1
new file mode 100644
index 0000000..6d24e4f
--- /dev/null
+++ b/common/m2/repository/com/facebook/fresco/fbcore/0.13.0/fbcore-0.13.0.pom.sha1
@@ -0,0 +1 @@
+58e1c88d48ba96861fe3732866866dcccf6769e5
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/fresco/fresco/0.13.0/fresco-0.13.0.aar b/common/m2/repository/com/facebook/fresco/fresco/0.13.0/fresco-0.13.0.aar
new file mode 100644
index 0000000..b550805
--- /dev/null
+++ b/common/m2/repository/com/facebook/fresco/fresco/0.13.0/fresco-0.13.0.aar
Binary files differ
diff --git a/common/m2/repository/com/facebook/fresco/fresco/0.13.0/fresco-0.13.0.aar.sha1 b/common/m2/repository/com/facebook/fresco/fresco/0.13.0/fresco-0.13.0.aar.sha1
new file mode 100644
index 0000000..6ffaed7
--- /dev/null
+++ b/common/m2/repository/com/facebook/fresco/fresco/0.13.0/fresco-0.13.0.aar.sha1
@@ -0,0 +1 @@
+3c9fca7292b7df96dc33b4d552c994c135b93ecb
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/fresco/fresco/0.13.0/fresco-0.13.0.pom b/common/m2/repository/com/facebook/fresco/fresco/0.13.0/fresco-0.13.0.pom
new file mode 100644
index 0000000..1c98afe
--- /dev/null
+++ b/common/m2/repository/com/facebook/fresco/fresco/0.13.0/fresco-0.13.0.pom
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.facebook.fresco</groupId>
+  <artifactId>fresco</artifactId>
+  <version>0.13.0</version>
+  <packaging>aar</packaging>
+  <name>Fresco</name>
+  <description>A system to load and display images and manage their memory on Android</description>
+  <url>https://github.com/facebook/fresco</url>
+  <licenses>
+    <license>
+      <name>BSD License</name>
+      <url>https://github.com/facebook/fresco/blob/master/LICENSE</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>facebook</id>
+      <name>Facebook</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://github.com/facebook/fresco.git</connection>
+    <developerConnection>scm:git:git@github.com:facebook/fresco.git</developerConnection>
+    <url>https://github.com/facebook/fresco.git</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.facebook.fresco</groupId>
+      <artifactId>drawee</artifactId>
+      <version>0.13.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.facebook.fresco</groupId>
+      <artifactId>fbcore</artifactId>
+      <version>0.13.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.facebook.fresco</groupId>
+      <artifactId>imagepipeline</artifactId>
+      <version>0.13.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/facebook/fresco/fresco/0.13.0/fresco-0.13.0.pom.sha1 b/common/m2/repository/com/facebook/fresco/fresco/0.13.0/fresco-0.13.0.pom.sha1
new file mode 100644
index 0000000..f556bdc
--- /dev/null
+++ b/common/m2/repository/com/facebook/fresco/fresco/0.13.0/fresco-0.13.0.pom.sha1
@@ -0,0 +1 @@
+3371ab0ef0dc8babaffa2b1bb5ffee4c34421bb8
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/fresco/imagepipeline-base/0.13.0/imagepipeline-base-0.13.0.aar b/common/m2/repository/com/facebook/fresco/imagepipeline-base/0.13.0/imagepipeline-base-0.13.0.aar
new file mode 100644
index 0000000..33af600
--- /dev/null
+++ b/common/m2/repository/com/facebook/fresco/imagepipeline-base/0.13.0/imagepipeline-base-0.13.0.aar
Binary files differ
diff --git a/common/m2/repository/com/facebook/fresco/imagepipeline-base/0.13.0/imagepipeline-base-0.13.0.aar.sha1 b/common/m2/repository/com/facebook/fresco/imagepipeline-base/0.13.0/imagepipeline-base-0.13.0.aar.sha1
new file mode 100644
index 0000000..6761209
--- /dev/null
+++ b/common/m2/repository/com/facebook/fresco/imagepipeline-base/0.13.0/imagepipeline-base-0.13.0.aar.sha1
@@ -0,0 +1 @@
+36f60f92fab015b9afdda26869addfab51a0b11e
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/fresco/imagepipeline-base/0.13.0/imagepipeline-base-0.13.0.pom b/common/m2/repository/com/facebook/fresco/imagepipeline-base/0.13.0/imagepipeline-base-0.13.0.pom
new file mode 100644
index 0000000..53b0e6a
--- /dev/null
+++ b/common/m2/repository/com/facebook/fresco/imagepipeline-base/0.13.0/imagepipeline-base-0.13.0.pom
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.facebook.fresco</groupId>
+  <artifactId>imagepipeline-base</artifactId>
+  <version>0.13.0</version>
+  <packaging>aar</packaging>
+  <name>ImagePipelineBase</name>
+  <description>The library with common code between imagepipeline modules</description>
+  <url>https://github.com/facebook/fresco</url>
+  <licenses>
+    <license>
+      <name>BSD License</name>
+      <url>https://github.com/facebook/fresco/blob/master/LICENSE</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>facebook</id>
+      <name>Facebook</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://github.com/facebook/fresco.git</connection>
+    <developerConnection>scm:git:git@github.com:facebook/fresco.git</developerConnection>
+    <url>https://github.com/facebook/fresco.git</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-v4</artifactId>
+      <version>23.2.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.parse.bolts</groupId>
+      <artifactId>bolts-tasks</artifactId>
+      <version>1.4.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.facebook.fresco</groupId>
+      <artifactId>fbcore</artifactId>
+      <version>0.13.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/facebook/fresco/imagepipeline-base/0.13.0/imagepipeline-base-0.13.0.pom.sha1 b/common/m2/repository/com/facebook/fresco/imagepipeline-base/0.13.0/imagepipeline-base-0.13.0.pom.sha1
new file mode 100644
index 0000000..cb34d19
--- /dev/null
+++ b/common/m2/repository/com/facebook/fresco/imagepipeline-base/0.13.0/imagepipeline-base-0.13.0.pom.sha1
@@ -0,0 +1 @@
+41c71f34db2c6fb493257ded479c67c41210234e
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/fresco/imagepipeline/0.13.0/imagepipeline-0.13.0.aar b/common/m2/repository/com/facebook/fresco/imagepipeline/0.13.0/imagepipeline-0.13.0.aar
new file mode 100644
index 0000000..a1c5198
--- /dev/null
+++ b/common/m2/repository/com/facebook/fresco/imagepipeline/0.13.0/imagepipeline-0.13.0.aar
Binary files differ
diff --git a/common/m2/repository/com/facebook/fresco/imagepipeline/0.13.0/imagepipeline-0.13.0.aar.sha1 b/common/m2/repository/com/facebook/fresco/imagepipeline/0.13.0/imagepipeline-0.13.0.aar.sha1
new file mode 100644
index 0000000..b9ee8d2
--- /dev/null
+++ b/common/m2/repository/com/facebook/fresco/imagepipeline/0.13.0/imagepipeline-0.13.0.aar.sha1
@@ -0,0 +1 @@
+2e578af1f34ca0393f3c564973251f92ec666b42
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/fresco/imagepipeline/0.13.0/imagepipeline-0.13.0.pom b/common/m2/repository/com/facebook/fresco/imagepipeline/0.13.0/imagepipeline-0.13.0.pom
new file mode 100644
index 0000000..2c7766e
--- /dev/null
+++ b/common/m2/repository/com/facebook/fresco/imagepipeline/0.13.0/imagepipeline-0.13.0.pom
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.facebook.fresco</groupId>
+  <artifactId>imagepipeline</artifactId>
+  <version>0.13.0</version>
+  <packaging>aar</packaging>
+  <name>ImagePipeline</name>
+  <description>The underlying image loading mechanism of the Fresco library</description>
+  <url>https://github.com/facebook/fresco</url>
+  <licenses>
+    <license>
+      <name>BSD License</name>
+      <url>https://github.com/facebook/fresco/blob/master/LICENSE</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>facebook</id>
+      <name>Facebook</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://github.com/facebook/fresco.git</connection>
+    <developerConnection>scm:git:git@github.com:facebook/fresco.git</developerConnection>
+    <url>https://github.com/facebook/fresco.git</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-v4</artifactId>
+      <version>23.2.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.facebook.fresco</groupId>
+      <artifactId>imagepipeline-base</artifactId>
+      <version>0.13.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.parse.bolts</groupId>
+      <artifactId>bolts-tasks</artifactId>
+      <version>1.4.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.facebook.fresco</groupId>
+      <artifactId>fbcore</artifactId>
+      <version>0.13.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/facebook/fresco/imagepipeline/0.13.0/imagepipeline-0.13.0.pom.sha1 b/common/m2/repository/com/facebook/fresco/imagepipeline/0.13.0/imagepipeline-0.13.0.pom.sha1
new file mode 100644
index 0000000..bd6cd07
--- /dev/null
+++ b/common/m2/repository/com/facebook/fresco/imagepipeline/0.13.0/imagepipeline-0.13.0.pom.sha1
@@ -0,0 +1 @@
+bf6c19379225c26b460b2e8d3b61a26bf2f29706
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/rebound/rebound/0.3.8/BUILD b/common/m2/repository/com/facebook/rebound/rebound/0.3.8/BUILD
new file mode 100644
index 0000000..5c67d8b
--- /dev/null
+++ b/common/m2/repository/com/facebook/rebound/rebound/0.3.8/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["rebound-0.3.8.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "rebound-0.3.8.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/facebook/rebound/rebound/0.3.8/rebound-0.3.8.jar b/common/m2/repository/com/facebook/rebound/rebound/0.3.8/rebound-0.3.8.jar
new file mode 100644
index 0000000..b5817a2
--- /dev/null
+++ b/common/m2/repository/com/facebook/rebound/rebound/0.3.8/rebound-0.3.8.jar
Binary files differ
diff --git a/common/m2/repository/com/facebook/rebound/rebound/0.3.8/rebound-0.3.8.jar.sha1 b/common/m2/repository/com/facebook/rebound/rebound/0.3.8/rebound-0.3.8.jar.sha1
new file mode 100644
index 0000000..824a921
--- /dev/null
+++ b/common/m2/repository/com/facebook/rebound/rebound/0.3.8/rebound-0.3.8.jar.sha1
@@ -0,0 +1 @@
+c8b90640dddaf1e7ad75d7cb00b09a44b3788f7e
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/rebound/rebound/0.3.8/rebound-0.3.8.pom b/common/m2/repository/com/facebook/rebound/rebound/0.3.8/rebound-0.3.8.pom
new file mode 100644
index 0000000..d3a694b
--- /dev/null
+++ b/common/m2/repository/com/facebook/rebound/rebound/0.3.8/rebound-0.3.8.pom
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.facebook.rebound</groupId>
+  <artifactId>rebound</artifactId>
+  <version>0.3.8</version>
+  <name>Rebound</name>
+  <description>Rebound is a simple spring dynamics animation library for Java and Android applications.</description>
+  <url>http://facebook.github.io/rebound</url>
+  <licenses>
+    <license>
+      <name>BSD 2-Clause License</name>
+      <url>https://github.com/facebook/rebound/blob/master/LICENSE</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>will.bailey</id>
+      <name>Will Bailey</name>
+      <email>will.bailey@gmail.com</email>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git@github.com:facebook/rebound.git</connection>
+    <developerConnection>scm:git@github.com:facebook/rebound.git</developerConnection>
+    <url>scm:git@github.com:facebook/rebound.git</url>
+  </scm>
+</project>
diff --git a/common/m2/repository/com/facebook/rebound/rebound/0.3.8/rebound-0.3.8.pom.sha1 b/common/m2/repository/com/facebook/rebound/rebound/0.3.8/rebound-0.3.8.pom.sha1
new file mode 100644
index 0000000..992eb68
--- /dev/null
+++ b/common/m2/repository/com/facebook/rebound/rebound/0.3.8/rebound-0.3.8.pom.sha1
@@ -0,0 +1 @@
+7fc0f7a9bd876ecc287929e4f49bb3c671de2c1a
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/stetho/stetho-okhttp/1.4.0/stetho-okhttp-1.4.0.aar b/common/m2/repository/com/facebook/stetho/stetho-okhttp/1.4.0/stetho-okhttp-1.4.0.aar
new file mode 100644
index 0000000..2f82a65
--- /dev/null
+++ b/common/m2/repository/com/facebook/stetho/stetho-okhttp/1.4.0/stetho-okhttp-1.4.0.aar
Binary files differ
diff --git a/common/m2/repository/com/facebook/stetho/stetho-okhttp/1.4.0/stetho-okhttp-1.4.0.aar.sha1 b/common/m2/repository/com/facebook/stetho/stetho-okhttp/1.4.0/stetho-okhttp-1.4.0.aar.sha1
new file mode 100644
index 0000000..9054110
--- /dev/null
+++ b/common/m2/repository/com/facebook/stetho/stetho-okhttp/1.4.0/stetho-okhttp-1.4.0.aar.sha1
@@ -0,0 +1 @@
+9731226e29c71e7c3b9ef1f4c4a47bf0542e3f3b
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/stetho/stetho-okhttp/1.4.0/stetho-okhttp-1.4.0.pom b/common/m2/repository/com/facebook/stetho/stetho-okhttp/1.4.0/stetho-okhttp-1.4.0.pom
new file mode 100644
index 0000000..f21379b
--- /dev/null
+++ b/common/m2/repository/com/facebook/stetho/stetho-okhttp/1.4.0/stetho-okhttp-1.4.0.pom
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.facebook.stetho</groupId>
+  <artifactId>stetho-okhttp</artifactId>
+  <version>1.4.0</version>
+  <packaging>aar</packaging>
+  <name>Stetho OkHttp module</name>
+  <description>Stetho Debugging Platform for Android</description>
+  <url>https://github.com/facebook/stetho</url>
+  <licenses>
+    <license>
+      <name>BSD License</name>
+      <url>https://github.com/facebook/stetho/blob/master/LICENSE</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>facebook</id>
+      <name>Facebook</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://github.com/facebook/stetho.git</connection>
+    <developerConnection>scm:git:git@github.com:facebook/stetho.git</developerConnection>
+    <url>https://github.com/facebook/stetho.git</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.facebook.stetho</groupId>
+      <artifactId>stetho</artifactId>
+      <version>1.4.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.code.findbugs</groupId>
+      <artifactId>jsr305</artifactId>
+      <version>2.0.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.squareup.okhttp</groupId>
+      <artifactId>okhttp</artifactId>
+      <version>2.7.2</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/facebook/stetho/stetho-okhttp/1.4.0/stetho-okhttp-1.4.0.pom.sha1 b/common/m2/repository/com/facebook/stetho/stetho-okhttp/1.4.0/stetho-okhttp-1.4.0.pom.sha1
new file mode 100644
index 0000000..491fae5
--- /dev/null
+++ b/common/m2/repository/com/facebook/stetho/stetho-okhttp/1.4.0/stetho-okhttp-1.4.0.pom.sha1
@@ -0,0 +1 @@
+96cdab915df19a3a8db568a9d15c70d13e2604ef
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/stetho/stetho-timber/1.4.0/stetho-timber-1.4.0.aar b/common/m2/repository/com/facebook/stetho/stetho-timber/1.4.0/stetho-timber-1.4.0.aar
new file mode 100644
index 0000000..3b27e14
--- /dev/null
+++ b/common/m2/repository/com/facebook/stetho/stetho-timber/1.4.0/stetho-timber-1.4.0.aar
Binary files differ
diff --git a/common/m2/repository/com/facebook/stetho/stetho-timber/1.4.0/stetho-timber-1.4.0.aar.sha1 b/common/m2/repository/com/facebook/stetho/stetho-timber/1.4.0/stetho-timber-1.4.0.aar.sha1
new file mode 100644
index 0000000..33e4d70
--- /dev/null
+++ b/common/m2/repository/com/facebook/stetho/stetho-timber/1.4.0/stetho-timber-1.4.0.aar.sha1
@@ -0,0 +1 @@
+81c06767f353bc7cb8be86896cab5f8f59d347a5
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/stetho/stetho-timber/1.4.0/stetho-timber-1.4.0.pom b/common/m2/repository/com/facebook/stetho/stetho-timber/1.4.0/stetho-timber-1.4.0.pom
new file mode 100644
index 0000000..e26347e
--- /dev/null
+++ b/common/m2/repository/com/facebook/stetho/stetho-timber/1.4.0/stetho-timber-1.4.0.pom
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.facebook.stetho</groupId>
+  <artifactId>stetho-timber</artifactId>
+  <version>1.4.0</version>
+  <packaging>aar</packaging>
+  <name>Stetho Timber module</name>
+  <description>Stetho Debugging Platform for Android</description>
+  <url>https://github.com/facebook/stetho</url>
+  <licenses>
+    <license>
+      <name>BSD License</name>
+      <url>https://github.com/facebook/stetho/blob/master/LICENSE</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>facebook</id>
+      <name>Facebook</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://github.com/facebook/stetho.git</connection>
+    <developerConnection>scm:git:git@github.com:facebook/stetho.git</developerConnection>
+    <url>https://github.com/facebook/stetho.git</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.facebook.stetho</groupId>
+      <artifactId>stetho</artifactId>
+      <version>1.4.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.jakewharton.timber</groupId>
+      <artifactId>timber</artifactId>
+      <version>4.1.2</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/facebook/stetho/stetho-timber/1.4.0/stetho-timber-1.4.0.pom.sha1 b/common/m2/repository/com/facebook/stetho/stetho-timber/1.4.0/stetho-timber-1.4.0.pom.sha1
new file mode 100644
index 0000000..7f0b1a8
--- /dev/null
+++ b/common/m2/repository/com/facebook/stetho/stetho-timber/1.4.0/stetho-timber-1.4.0.pom.sha1
@@ -0,0 +1 @@
+c83eabb9c330ab0b02675adc1a79546968ebdfe0
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/stetho/stetho/1.4.0/BUILD b/common/m2/repository/com/facebook/stetho/stetho/1.4.0/BUILD
new file mode 100644
index 0000000..023ba8a
--- /dev/null
+++ b/common/m2/repository/com/facebook/stetho/stetho/1.4.0/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_aar(
+    name = "aar",
+    aar = "stetho-1.4.0.aar",
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "stetho-1.4.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/facebook/stetho/stetho/1.4.0/stetho-1.4.0.aar b/common/m2/repository/com/facebook/stetho/stetho/1.4.0/stetho-1.4.0.aar
new file mode 100644
index 0000000..51e661b
--- /dev/null
+++ b/common/m2/repository/com/facebook/stetho/stetho/1.4.0/stetho-1.4.0.aar
Binary files differ
diff --git a/common/m2/repository/com/facebook/stetho/stetho/1.4.0/stetho-1.4.0.aar.sha1 b/common/m2/repository/com/facebook/stetho/stetho/1.4.0/stetho-1.4.0.aar.sha1
new file mode 100644
index 0000000..ed34c97
--- /dev/null
+++ b/common/m2/repository/com/facebook/stetho/stetho/1.4.0/stetho-1.4.0.aar.sha1
@@ -0,0 +1 @@
+91358c5d309eb60d8d70b630365b1091ee59f92f
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/stetho/stetho/1.4.0/stetho-1.4.0.pom b/common/m2/repository/com/facebook/stetho/stetho/1.4.0/stetho-1.4.0.pom
new file mode 100644
index 0000000..14fb53a
--- /dev/null
+++ b/common/m2/repository/com/facebook/stetho/stetho/1.4.0/stetho-1.4.0.pom
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.facebook.stetho</groupId>
+  <artifactId>stetho</artifactId>
+  <version>1.4.0</version>
+  <packaging>aar</packaging>
+  <name>Stetho</name>
+  <description>Stetho Debugging Platform for Android</description>
+  <url>https://github.com/facebook/stetho</url>
+  <licenses>
+    <license>
+      <name>BSD License</name>
+      <url>https://github.com/facebook/stetho/blob/master/LICENSE</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>facebook</id>
+      <name>Facebook</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://github.com/facebook/stetho.git</connection>
+    <developerConnection>scm:git:git@github.com:facebook/stetho.git</developerConnection>
+    <url>https://github.com/facebook/stetho.git</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+      <version>1.2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.code.findbugs</groupId>
+      <artifactId>jsr305</artifactId>
+      <version>2.0.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>appcompat-v7</artifactId>
+      <version>23.0.1</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/facebook/stetho/stetho/1.4.0/stetho-1.4.0.pom.sha1 b/common/m2/repository/com/facebook/stetho/stetho/1.4.0/stetho-1.4.0.pom.sha1
new file mode 100644
index 0000000..f139587
--- /dev/null
+++ b/common/m2/repository/com/facebook/stetho/stetho/1.4.0/stetho-1.4.0.pom.sha1
@@ -0,0 +1 @@
+5e0faabb29ac31e6155e089652a58ab0ec1004ca
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/BUILD b/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/BUILD
new file mode 100644
index 0000000..850178d
--- /dev/null
+++ b/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/BUILD
@@ -0,0 +1,8 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    source = "core-0.2.3.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/core-0.2.3.aar b/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/core-0.2.3.aar
new file mode 100644
index 0000000..89e8f62
--- /dev/null
+++ b/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/core-0.2.3.aar
Binary files differ
diff --git a/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/core-0.2.3.aar.sha1 b/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/core-0.2.3.aar.sha1
new file mode 100644
index 0000000..9ffd5bf
--- /dev/null
+++ b/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/core-0.2.3.aar.sha1
@@ -0,0 +1 @@
+e04203e0a25c5d0d73d774791a124abd5d3ab74a
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/core-0.2.3.jar b/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/core-0.2.3.jar
new file mode 100644
index 0000000..e1dfd17
--- /dev/null
+++ b/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/core-0.2.3.jar
Binary files differ
diff --git a/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/core-0.2.3.jar.sha1 b/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/core-0.2.3.jar.sha1
new file mode 100644
index 0000000..0c8482a
--- /dev/null
+++ b/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/core-0.2.3.jar.sha1
@@ -0,0 +1 @@
+0c0cafe121d99cee42ac349dfe120b15e679dfab
\ No newline at end of file
diff --git a/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/core-0.2.3.pom b/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/core-0.2.3.pom
new file mode 100644
index 0000000..6d2dd8c
--- /dev/null
+++ b/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/core-0.2.3.pom
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.facebook.testing.screenshot</groupId>
+  <artifactId>core</artifactId>
+  <version>0.2.3</version>
+  <name>Screenshot tests core android library</name>
+  <description>Screenshot Tests for Android</description>
+  <url>https://github.com/facebook/screenshot-tests-for-android</url>
+  <licenses>
+    <license>
+      <name>BSD License</name>
+      <url>https://github.com/facebook/screenshot-tests-for-android/blob/master/LICENSE</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>facebook</id>
+      <name>Facebook</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://github.com/facebook/screenshot-tests-for-android.git</connection>
+    <developerConnection>scm:git:git@github.com:facebook/screenshot-tests-for-android.git</developerConnection>
+    <url>https://github.com/facebook/screenshot-tests-for-android.git</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.google.dexmaker</groupId>
+      <artifactId>dexmaker</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <version>1.10.19</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.dexmaker</groupId>
+      <artifactId>dexmaker-mockito</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/core-0.2.3.pom.sha1 b/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/core-0.2.3.pom.sha1
new file mode 100644
index 0000000..481bb95
--- /dev/null
+++ b/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/core-0.2.3.pom.sha1
@@ -0,0 +1 @@
+7ddec8acd437527bfe7c83202a806e98dae50788
\ No newline at end of file
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/BUILD b/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/BUILD
new file mode 100644
index 0000000..51feca4
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["jackson-annotations-2.2.2.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/fasterxml/oss-parent/10:pom",
+    source = "jackson-annotations-2.2.2.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.jar b/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.jar
new file mode 100644
index 0000000..c7a2521
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.jar
Binary files differ
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.jar.sha1 b/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.jar.sha1
new file mode 100644
index 0000000..3cf4ae2
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.jar.sha1
@@ -0,0 +1 @@
+285cb9c666f0f0f3dd8a1be04e1f457eb7b15113
\ No newline at end of file
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.pom b/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.pom
new file mode 100644
index 0000000..08dc9ca
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.pom
@@ -0,0 +1,32 @@
+<?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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion> 
+  <parent>
+    <groupId>com.fasterxml</groupId>
+    <artifactId>oss-parent</artifactId>
+    <version>10</version>
+  </parent>
+
+  <groupId>com.fasterxml.jackson.core</groupId>
+  <artifactId>jackson-annotations</artifactId>
+  <name>Jackson-annotations</name>
+  <version>2.2.2</version>
+  <description>Core annotations used for value types, used by Jackson data binding package.
+  </description>
+
+  <url>http://wiki.fasterxml.com/JacksonHome</url>
+  <scm>
+    <connection>scm:git:git@github.com:FasterXML/jackson-annotations.git</connection>
+    <developerConnection>scm:git:git@github.com:FasterXML/jackson-annotations.git</developerConnection>
+    <url>http://github.com/FasterXML/jackson-annotations</url>
+    <tag>jackson-annotations-2.2.2</tag>
+  </scm>
+
+  <properties>
+    <!--
+     | Configuration properties for the OSGi maven-bundle-plugin
+    -->
+    <osgi.export>com.fasterxml.jackson.annotation.*;version=${project.version}</osgi.export>
+  </properties>
+
+</project>
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.pom.sha1 b/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.pom.sha1
new file mode 100644
index 0000000..bae72fe
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/jackson-annotations-2.2.2.pom.sha1
@@ -0,0 +1 @@
+e076430b44527d1cc50b44e2aaf1b037273e4b45
\ No newline at end of file
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.0/BUILD b/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.0/BUILD
new file mode 100644
index 0000000..69ef45e
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.0/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["jackson-annotations-2.6.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.1:pom",
+    source = "jackson-annotations-2.6.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.jar b/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.jar
new file mode 100644
index 0000000..0a18c34
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.jar
Binary files differ
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.jar.sha1 b/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.jar.sha1
new file mode 100644
index 0000000..bc4cae4
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.jar.sha1
@@ -0,0 +1 @@
+a0990e2e812ac6639b6ce955c91b13228500476e
\ No newline at end of file
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.pom b/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.pom
new file mode 100644
index 0000000..4b9a0b4
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.pom
@@ -0,0 +1,29 @@
+<?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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion> 
+  <parent>
+    <groupId>com.fasterxml.jackson</groupId>
+    <artifactId>jackson-parent</artifactId>
+    <version>2.6.1</version>
+  </parent>
+
+  <groupId>com.fasterxml.jackson.core</groupId>
+  <artifactId>jackson-annotations</artifactId>
+  <name>Jackson-annotations</name>
+  <version>2.6.0</version>
+  <packaging>bundle</packaging>
+  <description>Core annotations used for value types, used by Jackson data binding package.
+  </description>
+
+  <url>http://github.com/FasterXML/jackson</url>
+  <scm>
+    <connection>scm:git:git@github.com:FasterXML/jackson-annotations.git</connection>
+    <developerConnection>scm:git:git@github.com:FasterXML/jackson-annotations.git</developerConnection>
+    <url>http://github.com/FasterXML/jackson-annotations</url>
+    <tag>jackson-annotations-2.6.0</tag>
+  </scm>
+
+  <properties>
+    <osgi.export>com.fasterxml.jackson.annotation.*;version=${project.version}</osgi.export>
+  </properties>
+</project>
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.pom.sha1 b/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.pom.sha1
new file mode 100644
index 0000000..ed1cd75
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.pom.sha1
@@ -0,0 +1 @@
+74f0cf17283e921a4b78ce5a0588d22ffa26d832
\ No newline at end of file
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/BUILD b/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/BUILD
new file mode 100644
index 0000000..fdf4fa3
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["jackson-core-2.2.2.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/fasterxml/oss-parent/10:pom",
+    source = "jackson-core-2.2.2.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/jackson-core-2.2.2.jar b/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/jackson-core-2.2.2.jar
new file mode 100644
index 0000000..508117e
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/jackson-core-2.2.2.jar
Binary files differ
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/jackson-core-2.2.2.jar.sha1 b/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/jackson-core-2.2.2.jar.sha1
new file mode 100644
index 0000000..3cc2d7b
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/jackson-core-2.2.2.jar.sha1
@@ -0,0 +1 @@
+d20be6a5ddd6f8cfd36ebf6dea329873a1c41f1b
\ No newline at end of file
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/jackson-core-2.2.2.pom b/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/jackson-core-2.2.2.pom
new file mode 100644
index 0000000..c34fc1d
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/jackson-core-2.2.2.pom
@@ -0,0 +1,164 @@
+<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.fasterxml</groupId>
+    <artifactId>oss-parent</artifactId>
+    <version>10</version>
+  </parent>
+
+  <groupId>com.fasterxml.jackson.core</groupId>
+  <artifactId>jackson-core</artifactId>
+  <name>Jackson-core</name>
+  <version>2.2.2</version>
+  <description>Core Jackson abstractions, basic JSON streaming API implementation
+  </description>
+
+  <url>http://wiki.fasterxml.com/JacksonHome</url>
+  <scm>
+    <connection>scm:git:git@github.com:FasterXML/jackson-core.git</connection>
+    <developerConnection>scm:git:git@github.com:FasterXML/jackson-core.git</developerConnection>
+    <url>http://github.com/FasterXML/jackson-core</url>    
+    <tag>jackson-core-2.2.2</tag>
+  </scm>
+
+  <properties>
+    <!--
+     | Configuration properties for the OSGi maven-bundle-plugin
+    -->
+    <osgi.export>com.fasterxml.jackson.core;version=${project.version},
+com.fasterxml.jackson.core.*;version=${project.version}
+    </osgi.export>
+
+    <!-- Generate PackageVersion.java into this directory. -->
+    <packageVersion.dir>com/fasterxml/jackson/core/json</packageVersion.dir>
+    <packageVersion.package>com.fasterxml.jackson.core.json</packageVersion.package>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.8.2</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.8.1</version>
+          <configuration>
+            <source>1.6</source>
+            <target>1.6</target>
+            <encoding>UTF-8</encoding>
+            <maxmemory>512m</maxmemory>
+            <links>
+              <link>http://docs.oracle.com/javase/6/docs/api/</link>
+            </links>
+          </configuration>
+          <executions>
+                    <execution>
+                        <id>attach-javadocs</id>
+                        <phase>verify</phase>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals>
+                    </execution>
+          </executions>
+        </plugin>
+        <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-site-plugin</artifactId>
+            <version>3.1</version>
+        </plugin>
+        <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <version>${surefire.version}</version>
+            <configuration>
+                <redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
+            </configuration>
+        </plugin>
+      <plugin>
+        <!-- Inherited from oss-base. Generate PackageVersion.java.-->
+        <groupId>com.google.code.maven-replacer-plugin</groupId>
+        <artifactId>replacer</artifactId>
+        <executions>
+          <execution>
+            <id>process-packageVersion</id>
+            <phase>generate-sources</phase>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+    <extensions>
+        <!-- Enabling the use of SSH -->
+        <extension>
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-ssh-external</artifactId>
+            <version>1.0-beta-6</version>
+        </extension>
+        <extension>
+            <groupId>org.apache.maven.scm</groupId>
+            <artifactId>maven-scm-provider-gitexe</artifactId>
+            <version>1.6</version>
+        </extension>
+        <extension>
+            <groupId>org.apache.maven.scm</groupId>
+            <artifactId>maven-scm-manager-plexus</artifactId>
+            <version>1.6</version>
+        </extension>
+        <extension>
+            <groupId>org.kathrynhuxtable.maven.wagon</groupId>
+            <artifactId>wagon-gitsite</artifactId>
+            <version>0.3.1</version>
+        </extension>
+    </extensions>
+  </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.8.1</version>
+          <configuration>
+              <aggregate>true</aggregate>
+              <source>1.6</source>
+              <encoding>UTF-8</encoding>
+              <maxmemory>1g</maxmemory>
+              <links>
+                  <!-- JDK, other Jackson pkgs -->
+                  <link>http://docs.oracle.com/javase/6/docs/api/</link>
+                  <link>http://fasterxml.github.com/jackson-core/javadoc/2.2.0/</link>
+              </links>
+              <excludePackageNames>${javadoc.package.exclude}</excludePackageNames>
+              <bootclasspath>${sun.boot.class.path}</bootclasspath>
+              <doclet>com.google.doclava.Doclava</doclet>
+              <useStandardDocletOptions>false</useStandardDocletOptions>
+              <additionalJOption>-J-Xmx1024m</additionalJOption>
+              <docletArtifact>
+                  <groupId>com.google.doclava</groupId>
+                  <artifactId>doclava</artifactId>
+                  <version>1.0.3</version>
+              </docletArtifact>
+              <additionalparam>
+                  -hdf project.name "${project.name} ${project.version}"
+                  -d ${project.reporting.outputDirectory}/apidocs
+              </additionalparam>
+          </configuration>
+          <reportSets>
+              <reportSet>
+                  <id>default</id>
+                  <reports>
+                      <report>javadoc</report>
+                  </reports>
+              </reportSet>
+          </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
+
+</project>
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/jackson-core-2.2.2.pom.sha1 b/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/jackson-core-2.2.2.pom.sha1
new file mode 100644
index 0000000..c8b960b
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/jackson-core-2.2.2.pom.sha1
@@ -0,0 +1 @@
+74a5158e7ee5bc9beb80f671f6400de3b8570321
\ No newline at end of file
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/BUILD b/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/BUILD
new file mode 100644
index 0000000..20311c5
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["jackson-core-2.6.6.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.2:pom",
+    source = "jackson-core-2.6.6.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/jackson-core-2.6.6.jar b/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/jackson-core-2.6.6.jar
new file mode 100644
index 0000000..cbec17c
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/jackson-core-2.6.6.jar
Binary files differ
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/jackson-core-2.6.6.jar.sha1 b/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/jackson-core-2.6.6.jar.sha1
new file mode 100644
index 0000000..c45378c
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/jackson-core-2.6.6.jar.sha1
@@ -0,0 +1 @@
+02eb801df67aacaf5b1deb4ac626e1964508e47b
\ No newline at end of file
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/jackson-core-2.6.6.pom b/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/jackson-core-2.6.6.pom
new file mode 100644
index 0000000..1e3f038
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/jackson-core-2.6.6.pom
@@ -0,0 +1,132 @@
+<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.fasterxml.jackson</groupId>
+    <artifactId>jackson-parent</artifactId>
+    <version>2.6.2</version>
+  </parent>
+
+  <groupId>com.fasterxml.jackson.core</groupId>
+  <artifactId>jackson-core</artifactId>
+  <name>Jackson-core</name>
+  <version>2.6.6</version>
+  <packaging>bundle</packaging>
+  <description>Core Jackson abstractions, basic JSON streaming API implementation</description>
+  <inceptionYear>2008</inceptionYear>
+
+  <url>https://github.com/FasterXML/jackson-core</url>
+  <scm>
+    <connection>scm:git:git@github.com:FasterXML/jackson-core.git</connection>
+    <developerConnection>scm:git:git@github.com:FasterXML/jackson-core.git</developerConnection>
+    <url>http://github.com/FasterXML/jackson-core</url>    
+    <tag>jackson-core-2.6.6</tag>
+  </scm>
+
+  <properties>
+    <osgi.export>com.fasterxml.jackson.core;version=${project.version},
+com.fasterxml.jackson.core.*;version=${project.version}
+    </osgi.export>
+
+    <!-- Generate PackageVersion.java into this directory. -->
+    <packageVersion.dir>com/fasterxml/jackson/core/json</packageVersion.dir>
+    <packageVersion.package>${project.groupId}.json</packageVersion.package>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.8.1</version>
+          <configuration>
+            <source>${javac.src.version}</source>
+            <target>${javac.target.version}</target>
+            <encoding>UTF-8</encoding>
+            <maxmemory>512m</maxmemory>
+            <links>
+              <link>http://docs.oracle.com/javase/6/docs/api/</link>
+            </links>
+          </configuration>
+          <executions>
+            <execution>
+              <id>attach-javadocs</id>
+              <phase>verify</phase>
+              <goals>
+                <goal>jar</goal>
+              </goals>
+            </execution>
+          </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>3.1</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>${version.plugin.surefire}</version>
+        <configuration>
+          <redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
+          <excludes>
+            <exclude>**/failing/*.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <!-- Inherited from oss-base. Generate PackageVersion.java.-->
+        <groupId>com.google.code.maven-replacer-plugin</groupId>
+        <artifactId>replacer</artifactId>
+        <executions>
+          <execution>
+            <id>process-packageVersion</id>
+            <phase>generate-sources</phase>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.8.1</version>
+          <configuration>
+              <aggregate>true</aggregate>
+              <source>1.6</source>
+              <encoding>UTF-8</encoding>
+              <maxmemory>1g</maxmemory>
+              <links>
+                  <!-- JDK, other Jackson pkgs -->
+                  <link>http://docs.oracle.com/javase/6/docs/api/</link>
+              </links>
+              <excludePackageNames>${javadoc.package.exclude}</excludePackageNames>
+              <bootclasspath>${sun.boot.class.path}</bootclasspath>
+              <doclet>com.google.doclava.Doclava</doclet>
+              <useStandardDocletOptions>false</useStandardDocletOptions>
+              <additionalJOption>-J-Xmx1024m</additionalJOption>
+              <docletArtifact>
+                  <groupId>com.google.doclava</groupId>
+                  <artifactId>doclava</artifactId>
+                  <version>1.0.3</version>
+              </docletArtifact>
+              <additionalparam>
+                  -hdf project.name "${project.name} ${project.version}"
+                  -d ${project.reporting.outputDirectory}/apidocs
+              </additionalparam>
+          </configuration>
+          <reportSets>
+              <reportSet>
+                  <id>default</id>
+                  <reports>
+                      <report>javadoc</report>
+                  </reports>
+              </reportSet>
+          </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
+
+</project>
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/jackson-core-2.6.6.pom.sha1 b/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/jackson-core-2.6.6.pom.sha1
new file mode 100644
index 0000000..fb8a1e1
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/jackson-core-2.6.6.pom.sha1
@@ -0,0 +1 @@
+3bbe4552671bc6c44eb0d4eb194b383dd6dfdb88
\ No newline at end of file
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/BUILD b/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/BUILD
new file mode 100644
index 0000000..3c9a7d9
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["jackson-databind-2.2.2.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/fasterxml/oss-parent/10:pom",
+    source = "jackson-databind-2.2.2.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.jar b/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.jar
new file mode 100644
index 0000000..193627c
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.jar
Binary files differ
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.jar.sha1 b/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.jar.sha1
new file mode 100644
index 0000000..7a9cee0
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.jar.sha1
@@ -0,0 +1 @@
+3c8f6018eaa72d43b261181e801e6f8676c16ef6
\ No newline at end of file
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.pom b/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.pom
new file mode 100644
index 0000000..635395e
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.pom
@@ -0,0 +1,158 @@
+<?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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>com.fasterxml</groupId>
+    <artifactId>oss-parent</artifactId>
+    <version>10</version>
+  </parent>
+
+  <groupId>com.fasterxml.jackson.core</groupId>
+  <artifactId>jackson-databind</artifactId>
+  <version>2.2.2</version>
+
+  <name>jackson-databind</name>
+  <description>General data-binding functionality for Jackson: works on core streaming API</description>
+  <url>http://wiki.fasterxml.com/JacksonHome</url>
+
+  <scm>
+    <connection>scm:git:git@github.com:FasterXML/jackson-databind.git</connection>
+    <developerConnection>scm:git:git@github.com:FasterXML/jackson-databind.git</developerConnection>
+    <url>http://github.com/FasterXML/jackson-databind</url>
+    <tag>jackson-databind-2.2.2</tag>
+  </scm>
+
+  <properties>
+    <osgi.export>
+com.fasterxml.jackson.databind,
+com.fasterxml.jackson.databind.annotation,
+com.fasterxml.jackson.databind.cfg,
+com.fasterxml.jackson.databind.deser,
+com.fasterxml.jackson.databind.deser.impl,
+com.fasterxml.jackson.databind.deser.std,
+com.fasterxml.jackson.databind.exc,
+com.fasterxml.jackson.databind.ext,
+com.fasterxml.jackson.databind.introspect,
+com.fasterxml.jackson.databind.jsonschema,
+com.fasterxml.jackson.databind.jsonFormatVisitors,
+com.fasterxml.jackson.databind.jsontype,
+com.fasterxml.jackson.databind.jsontype.impl,
+com.fasterxml.jackson.databind.module,
+com.fasterxml.jackson.databind.node,
+com.fasterxml.jackson.databind.ser,
+com.fasterxml.jackson.databind.ser.impl,
+com.fasterxml.jackson.databind.ser.std,
+com.fasterxml.jackson.databind.type,
+com.fasterxml.jackson.databind.util
+    </osgi.export>
+    <osgi.import>
+com.fasterxml.jackson.annotation,
+com.fasterxml.jackson.core,
+com.fasterxml.jackson.core.base,
+com.fasterxml.jackson.core.format,
+com.fasterxml.jackson.core.json,
+com.fasterxml.jackson.core.io,
+com.fasterxml.jackson.core.util,
+com.fasterxml.jackson.core.type,
+org.xml.sax,org.w3c.dom, org.w3c.dom.bootstrap, org.w3c.dom.ls,
+javax.xml.datatype, javax.xml.namespace, javax.xml.parsers
+</osgi.import>
+
+    <!-- Generate PackageVersion.java into this directory. -->
+    <packageVersion.dir>com/fasterxml/jackson/databind/cfg</packageVersion.dir>
+    <packageVersion.package>com.fasterxml.jackson.databind.cfg</packageVersion.package>
+  </properties>
+
+  <dependencies>
+    <!-- Builds on core streaming API; also needs core annotations -->
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+      <version>2.2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+      <version>2.2.2</version>
+    </dependency>
+
+    <!-- and for testing, JUnit is needed, as well as quite a few
+         libs for which we use reflection for code, but direct dep for testing
+      -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.10</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>cglib</groupId>
+      <artifactId>cglib</artifactId>
+      <version>2.2.2</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy</artifactId>
+      <version>1.7.9</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency> <!--  from core we just test for repackaged cglib, not hibernate proper -->
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-cglib-repack</artifactId>
+      <version>2.1_3</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>${surefire.version}</version>
+        <configuration>
+          <excludes>
+            <exclude>com/fasterxml/jackson/failing/*.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>${javadoc.version}</version>
+        <configuration>
+          <links>
+            <link>http://docs.oracle.com/javase/6/docs/api/</link>
+            <link>http://fasterxml.github.com/jackson-annotations/javadoc/2.1.1/</link>
+            <link>http://fasterxml.github.com/jackson-core/javadoc/2.1.1/</link>
+          </links>
+        </configuration>
+      </plugin>
+      <plugin>
+        <!-- Inherited from oss-base. Generate PackageVersion.java.-->
+        <groupId>com.google.code.maven-replacer-plugin</groupId>
+        <artifactId>replacer</artifactId>
+        <executions>
+          <execution>
+            <id>process-packageVersion</id>
+            <phase>process-sources</phase>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <profiles>
+    <profile>
+      <id>release</id>
+      <properties>
+        <maven.test.skip>true</maven.test.skip>
+        <skipTests>true</skipTests>
+      </properties>
+    </profile>
+  </profiles>
+
+</project>
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.pom.sha1 b/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.pom.sha1
new file mode 100644
index 0000000..b93bd7b
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/jackson-databind-2.2.2.pom.sha1
@@ -0,0 +1 @@
+749cf8c370a9b49fd2469a3bd3ea1b282c606945
\ No newline at end of file
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/BUILD b/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/BUILD
new file mode 100644
index 0000000..0a68e2a
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["jackson-databind-2.6.6.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.2:pom",
+    source = "jackson-databind-2.6.6.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/jackson-databind-2.6.6.jar b/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/jackson-databind-2.6.6.jar
new file mode 100644
index 0000000..3e6aaae
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/jackson-databind-2.6.6.jar
Binary files differ
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/jackson-databind-2.6.6.jar.sha1 b/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/jackson-databind-2.6.6.jar.sha1
new file mode 100644
index 0000000..c628558
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/jackson-databind-2.6.6.jar.sha1
@@ -0,0 +1 @@
+5108dde6049374ba980b360e1ecff49847baba4a
\ No newline at end of file
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/jackson-databind-2.6.6.pom b/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/jackson-databind-2.6.6.pom
new file mode 100644
index 0000000..4341067
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/jackson-databind-2.6.6.pom
@@ -0,0 +1,181 @@
+<?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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>com.fasterxml.jackson</groupId>
+    <artifactId>jackson-parent</artifactId>
+    <version>2.6.2</version>
+  </parent>
+
+  <groupId>com.fasterxml.jackson.core</groupId>
+  <artifactId>jackson-databind</artifactId>
+  <version>2.6.6</version>
+  <name>jackson-databind</name>
+  <packaging>bundle</packaging>
+  <description>General data-binding functionality for Jackson: works on core streaming API</description>
+  <url>http://github.com/FasterXML/jackson</url>
+  <inceptionYear>2008</inceptionYear>
+
+  <scm>
+    <connection>scm:git:git@github.com:FasterXML/jackson-databind.git</connection>
+    <developerConnection>scm:git:git@github.com:FasterXML/jackson-databind.git</developerConnection>
+    <url>http://github.com/FasterXML/jackson-databind</url>
+    <tag>jackson-databind-2.6.6</tag>
+  </scm>
+
+  <properties>
+    <osgi.export>
+com.fasterxml.jackson.databind,
+com.fasterxml.jackson.databind.annotation,
+com.fasterxml.jackson.databind.cfg,
+com.fasterxml.jackson.databind.deser,
+com.fasterxml.jackson.databind.deser.impl,
+com.fasterxml.jackson.databind.deser.std,
+com.fasterxml.jackson.databind.exc,
+com.fasterxml.jackson.databind.ext,
+com.fasterxml.jackson.databind.introspect,
+com.fasterxml.jackson.databind.jsonschema,
+com.fasterxml.jackson.databind.jsonFormatVisitors,
+com.fasterxml.jackson.databind.jsontype,
+com.fasterxml.jackson.databind.jsontype.impl,
+com.fasterxml.jackson.databind.module,
+com.fasterxml.jackson.databind.node,
+com.fasterxml.jackson.databind.ser,
+com.fasterxml.jackson.databind.ser.impl,
+com.fasterxml.jackson.databind.ser.std,
+com.fasterxml.jackson.databind.type,
+com.fasterxml.jackson.databind.util
+    </osgi.export>
+    <osgi.import>
+com.fasterxml.jackson.annotation,
+com.fasterxml.jackson.core,
+com.fasterxml.jackson.core.base,
+com.fasterxml.jackson.core.filter,
+com.fasterxml.jackson.core.format,
+com.fasterxml.jackson.core.json,
+com.fasterxml.jackson.core.io,
+com.fasterxml.jackson.core.util,
+com.fasterxml.jackson.core.type,
+org.xml.sax,org.w3c.dom, org.w3c.dom.bootstrap, org.w3c.dom.ls,
+javax.xml.datatype, javax.xml.namespace, javax.xml.parsers
+</osgi.import>
+
+    <!-- Generate PackageVersion.java into this directory. -->
+    <packageVersion.dir>com/fasterxml/jackson/databind/cfg</packageVersion.dir>
+    <packageVersion.package>com.fasterxml.jackson.databind.cfg</packageVersion.package>
+  </properties>
+
+  <dependencies>
+    <!-- Builds on core streaming API; also needs core annotations -->
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+      <version>2.6.0</version>
+    </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+      <version>2.6.6</version>
+    </dependency>
+
+    <!-- and for testing we need a few libraries
+         libs for which we use reflection for code, but direct dep for testing
+      -->
+		<!-- Mock -->
+   <dependency>
+      <groupId>org.powermock</groupId>
+      <artifactId>powermock-module-junit4</artifactId>
+      <version>1.6.2</version>
+      <scope>test</scope>
+   </dependency>
+   <dependency>
+      <groupId>org.powermock</groupId>
+      <artifactId>powermock-api-mockito</artifactId>
+      <version>1.6.2</version>
+      <scope>test</scope>
+   </dependency>
+    <!-- For testing TestNoClassDefFoundDeserializer -->
+    <dependency>
+      <groupId>javax.measure</groupId>
+      <artifactId>jsr-275</artifactId>
+      <version>0.9.2</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+        <groupId>com.google.guava</groupId>
+        <artifactId>guava</artifactId>
+        <version>18.0</version>
+        <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+     <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <version>${version.plugin.surefire}</version>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <classpathDependencyExcludes>
+            <exclude>javax.measure:jsr-275</exclude>
+          </classpathDependencyExcludes>
+          <excludes>
+            <exclude>com/fasterxml/jackson/failing/*.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>${version.plugin.javadoc}</version>
+        <configuration>
+<!-- Only works on Java 8:
+          <additionalparam>-Xdoclint:none</additionalparam>
+-->
+<!-- so with Java 7, use this: -->
+          <failOnError>false</failOnError>
+          <links>
+            <link>http://docs.oracle.com/javase/7/docs/api/</link>
+            <link>http://fasterxml.github.com/jackson-annotations/javadoc/2.6</link>
+            <link>http://fasterxml.github.com/jackson-core/javadoc/2.6</link>
+          </links>
+        </configuration>
+      </plugin>
+
+      <!-- May want to configure debug info -->
+      <plugin>
+        <!-- Inherited from oss-base. Generate PackageVersion.java.-->
+        <groupId>com.google.code.maven-replacer-plugin</groupId>
+        <artifactId>replacer</artifactId>
+        <executions>
+          <execution>
+            <id>process-packageVersion</id>
+            <phase>process-sources</phase>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+
+  <profiles>
+    <profile>
+      <id>release</id>
+      <properties>
+        <maven.test.skip>true</maven.test.skip>
+        <skipTests>true</skipTests>
+      </properties>
+    </profile>
+  </profiles>
+
+</project>
diff --git a/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/jackson-databind-2.6.6.pom.sha1 b/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/jackson-databind-2.6.6.pom.sha1
new file mode 100644
index 0000000..d0c6731
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/jackson-databind-2.6.6.pom.sha1
@@ -0,0 +1 @@
+32698733d34d0c3bf27904a1549c9dd2a9555dbe
\ No newline at end of file
diff --git a/common/m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/BUILD b/common/m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/BUILD
new file mode 100644
index 0000000..d54a66f
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["jackson-dataformat-cbor-2.6.6.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.2:pom",
+    source = "jackson-dataformat-cbor-2.6.6.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.jar b/common/m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.jar
new file mode 100644
index 0000000..f5f6541
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.jar
Binary files differ
diff --git a/common/m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.jar.sha1 b/common/m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.jar.sha1
new file mode 100644
index 0000000..32ac947
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.jar.sha1
@@ -0,0 +1 @@
+34c7b7ff495fc6b049612bdc9db0900a68e112f8
\ No newline at end of file
diff --git a/common/m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.pom b/common/m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.pom
new file mode 100644
index 0000000..61601d6
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.pom
@@ -0,0 +1,79 @@
+<?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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion> 
+  <parent>
+    <groupId>com.fasterxml.jackson</groupId>
+    <artifactId>jackson-parent</artifactId>
+    <version>2.6.2</version>
+  </parent>
+  <groupId>com.fasterxml.jackson.dataformat</groupId>
+  <artifactId>jackson-dataformat-cbor</artifactId>
+  <version>2.6.6</version>
+  <name>Jackson-dataformat-CBOR</name>
+  <packaging>bundle</packaging>
+  <description>Support for reading and writing Concise Binary Object Representation
+([CBOR](https://www.rfc-editor.org/info/rfc7049)
+encoded data using Jackson abstractions (streaming API, data binding, tree model)
+  </description>
+  <url>http://wiki.fasterxml.com/JacksonForCbor</url>
+
+  <scm>
+    <connection>scm:git:git@github.com:FasterXML/jackson-dataformat-cbor.git</connection>
+    <developerConnection>scm:git:git@github.com:FasterXML/jackson-dataformat-cbor.git</developerConnection>
+    <url>http://github.com/FasterXML/jackson-dataformat-cbor</url>    
+    <tag>jackson-dataformat-cbor-2.6.6</tag>
+  </scm>
+
+  <properties>
+    <version.jackson.core>2.6.6</version.jackson.core>
+    <!-- Generate PackageVersion.java into this directory. -->
+    <packageVersion.dir>com/fasterxml/jackson/dataformat/cbor</packageVersion.dir>
+    <packageVersion.package>${project.groupId}.cbor</packageVersion.package>
+    <!--
+     | Configuration properties for the OSGi maven-bundle-plugin
+    -->
+    <osgi.export>${project.groupId}.cbor.*;version=${project.version}
+</osgi.export>
+    <osgi.import>com.fasterxml.jackson.core
+,com.fasterxml.jackson.core.base
+,com.fasterxml.jackson.core.format
+,com.fasterxml.jackson.core.io
+,com.fasterxml.jackson.core.json
+,com.fasterxml.jackson.core.sym
+,com.fasterxml.jackson.core.util
+    </osgi.import>
+  </properties>
+
+  <dependencies>
+    <!-- Extends Jackson core -->
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+      <version>${version.jackson.core}</version>
+    </dependency>
+
+    <!-- and for testing we need databind -->
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+      <version>${version.jackson.core}</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <!-- Inherited from oss-base. Generate PackageVersion.java.-->
+        <groupId>com.google.code.maven-replacer-plugin</groupId>
+        <artifactId>replacer</artifactId>
+        <executions>
+          <execution>
+            <id>process-packageVersion</id>
+            <phase>generate-sources</phase>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/common/m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.pom.sha1 b/common/m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.pom.sha1
new file mode 100644
index 0000000..513f8a5
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.pom.sha1
@@ -0,0 +1 @@
+41621b57be660f734089aa44f95152232a21cceb
\ No newline at end of file
diff --git a/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.1/BUILD b/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.1/BUILD
new file mode 100644
index 0000000..dc3d621
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.1/BUILD
@@ -0,0 +1,9 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/fasterxml/oss-parent/23:pom",
+    source = "jackson-parent-2.6.1.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.1/jackson-parent-2.6.1.pom b/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.1/jackson-parent-2.6.1.pom
new file mode 100644
index 0000000..7dc73af
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.1/jackson-parent-2.6.1.pom
@@ -0,0 +1,215 @@
+<?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.fasterxml</groupId>
+    <artifactId>oss-parent</artifactId>
+    <version>23</version>
+  </parent>
+
+  <groupId>com.fasterxml.jackson</groupId>
+  <artifactId>jackson-parent</artifactId>
+  <version>2.6.1</version>
+  <packaging>pom</packaging>
+
+  <name>Jackson parent poms</name>
+  <description>Parent pom for all Jackson components</description>
+  <url>http://github.com/FasterXML/</url>
+  <inceptionYear>2014</inceptionYear>
+  <organization>
+    <name>FasterXML</name>
+    <url>http://fasterxml.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>christophercurrie</id>
+      <name>Christopher Currie</name>
+      <email />
+    </developer>
+    <developer>
+      <id>prb</id>
+      <name>Paul Brown</name>
+      <email>prb@fasterxml.com</email>
+    </developer>
+    <developer>
+      <id>cowtowncoder</id>
+      <name>Tatu Saloranta</name>
+      <email>tatu@fasterxml.com</email>
+    </developer>
+  </developers>
+  <contributors>
+    <contributor>
+      <name>Simone Tripodi</name>
+      <email>simonetripodi@apache.org</email>
+    </contributor>
+  </contributors>
+
+  <scm>
+    <connection>scm:git:git@github.com:FasterXML/jackson-parent.git</connection>
+    <developerConnection>scm:git:git@github.com:FasterXML/jackson-parent.git</developerConnection>
+    <url>http://github.com/FasterXML/jackson-parent</url>
+    <tag>jackson-parent-2.6.1</tag>
+  </scm>
+
+  <properties>
+    <version.jackson.annotations>2.6.0</version.jackson.annotations>
+
+    <!-- 10-Jan-2013, tatu: Jackson 2.4 and above will be Java 6
+        (earlier versions Java 5)
+      -->
+    <javac.src.version>1.6</javac.src.version>
+    <javac.target.version>1.6</javac.target.version>
+    <!-- With 2.4+, include all debug info for the main executable; need to figure
+         out a way to build "non-debug" variants as well
+      -->
+    <javac.debuglevel>lines,source,vars</javac.debuglevel>
+
+    <!-- Versions for other dependencies -->
+    <version.junit>4.11</version.junit>
+
+    <!--
+     | For automatically generating PackageVersion.java. Your child pom.xml must define
+     | packageVersion.dir and packageVersion.package, and must set the phase of the
+     | process-packageVersion execution of maven-replacer-plugin to 'generate-sources'.
+    -->
+    <packageVersion.template.input>${basedir}/src/main/java/${packageVersion.dir}/PackageVersion.java.in</packageVersion.template.input>
+    <packageVersion.template.output>${generatedSourcesDir}/${packageVersion.dir}/PackageVersion.java</packageVersion.template.output>
+
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${version.junit}</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+
+        <!-- Jackson has stricter enforced requirements than parent pom -->
+        <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-enforcer-plugin</artifactId>
+         <version>1.4</version>
+         <executions>
+          <execution>
+            <id>enforce-java</id>
+            <phase>validate</phase>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireJavaVersion>
+                  <version>[1.6,)</version>
+                  <message>[ERROR] The currently supported version of Java is 1.6 or higher</message>
+                </requireJavaVersion>
+                <requireMavenVersion>
+                  <version>[3.0,)</version>
+                  <message>[ERROR] The currently supported version of Maven is 3.0 or higher</message>
+                </requireMavenVersion>
+                <requirePluginVersions>
+                  <banLatest>true</banLatest>
+                  <banRelease>true</banRelease>
+                  <banSnapshots>true</banSnapshots>
+                  <phases>clean,deploy,site</phases>
+                  <message>[ERROR] Best Practice is to always define plugin versions!</message>
+                </requirePluginVersions>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+        </plugin>
+        <!-- use of replacer plug-in specific to Jackson -->
+        <plugin>
+          <groupId>com.google.code.maven-replacer-plugin</groupId>
+          <artifactId>replacer</artifactId>
+          <version>${version.plugin.replacer}</version>
+          <executions>
+            <execution>
+              <id>process-packageVersion</id>
+              <goals>
+                <goal>replace</goal>
+              </goals>
+              <!--
+               | We explicitly omit 'phase' here so child poms can opt in to
+               | generating their PackageVersion.java file.
+               |
+               | If your child pom wants a PackageVersion.java file, define
+               | the 'packageVersion.dir' and 'packageVersion.package' properties
+               | and include the commented-out section in your child pom's plugin
+               | for this execution ID.
+               <phase>generate-sources</phase>
+              -->
+            </execution>
+          </executions>
+          <configuration>
+            <file>${packageVersion.template.input}</file>
+            <outputFile>${packageVersion.template.output}</outputFile>
+            <replacements>
+              <replacement>
+                <token>@package@</token>
+                <value>${packageVersion.package}</value>
+              </replacement>
+              <replacement>
+                <token>@projectversion@</token>
+                <value>${project.version}</value>
+              </replacement>
+              <replacement>
+                <token>@projectgroupid@</token>
+                <value>${project.groupId}</value>
+              </replacement>
+              <replacement>
+                <token>@projectartifactid@</token>
+                <value>${project.artifactId}</value>
+              </replacement>
+            </replacements>
+          </configuration>
+        </plugin>
+        <plugin>
+          <!-- Work around Eclipse incompatibility (http://code.google.com/p/maven-replacer-plugin/issues/detail?id=66) -->
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>com.google.code.maven-replacer-plugin</groupId>
+                    <artifactId>replacer</artifactId>
+                    <versionRange>[${version.plugin.replacer},)</versionRange>
+                    <goals>
+                      <goal>replace</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <execute>
+                      <runOnIncremental>false</runOnIncremental>
+                    </execute>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+
+  </build>
+
+</project>
diff --git a/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.1/jackson-parent-2.6.1.pom.sha1 b/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.1/jackson-parent-2.6.1.pom.sha1
new file mode 100644
index 0000000..cfcce93
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.1/jackson-parent-2.6.1.pom.sha1
@@ -0,0 +1 @@
+d9178b7012e394e8c631f98167deca4f85a2cfde
\ No newline at end of file
diff --git a/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.2/BUILD b/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.2/BUILD
new file mode 100644
index 0000000..988eb3c
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.2/BUILD
@@ -0,0 +1,9 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/fasterxml/oss-parent/24:pom",
+    source = "jackson-parent-2.6.2.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.2/jackson-parent-2.6.2.pom b/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.2/jackson-parent-2.6.2.pom
new file mode 100644
index 0000000..86065fd
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.2/jackson-parent-2.6.2.pom
@@ -0,0 +1,213 @@
+<?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.fasterxml</groupId>
+    <artifactId>oss-parent</artifactId>
+    <version>24</version>
+  </parent>
+
+  <groupId>com.fasterxml.jackson</groupId>
+  <artifactId>jackson-parent</artifactId>
+  <version>2.6.2</version>
+  <packaging>pom</packaging>
+
+  <name>Jackson parent poms</name>
+  <description>Parent pom for all Jackson components</description>
+  <url>http://github.com/FasterXML/</url>
+  <inceptionYear>2014</inceptionYear>
+  <organization>
+    <name>FasterXML</name>
+    <url>http://fasterxml.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>christophercurrie</id>
+      <name>Christopher Currie</name>
+      <email />
+    </developer>
+    <developer>
+      <id>prb</id>
+      <name>Paul Brown</name>
+      <email>prb@fasterxml.com</email>
+    </developer>
+    <developer>
+      <id>cowtowncoder</id>
+      <name>Tatu Saloranta</name>
+      <email>tatu@fasterxml.com</email>
+    </developer>
+  </developers>
+  <contributors>
+    <contributor>
+      <name>Simone Tripodi</name>
+      <email>simonetripodi@apache.org</email>
+    </contributor>
+  </contributors>
+
+  <scm>
+    <connection>scm:git:git@github.com:FasterXML/jackson-parent.git</connection>
+    <developerConnection>scm:git:git@github.com:FasterXML/jackson-parent.git</developerConnection>
+    <url>http://github.com/FasterXML/jackson-parent</url>
+    <tag>jackson-parent-2.6.2</tag>
+  </scm>
+
+  <properties>
+    <version.jackson.annotations>2.6.0</version.jackson.annotations>
+
+    <!-- 10-Jan-2013, tatu: Jackson 2.4 and above are Java 6
+        (earlier versions Java 5)
+      -->
+    <javac.src.version>1.6</javac.src.version>
+    <javac.target.version>1.6</javac.target.version>
+    <!-- With 2.4+, include all debug info for the main executable; need to figure
+         out a way to build "non-debug" variants as well
+      -->
+    <javac.debuglevel>lines,source,vars</javac.debuglevel>
+
+    <!-- Versions for other dependencies -->
+    <version.junit>4.12</version.junit>
+
+    <!--
+     | For automatically generating PackageVersion.java. Your child pom.xml must define
+     | packageVersion.dir and packageVersion.package, and must set the phase of the
+     | process-packageVersion execution of maven-replacer-plugin to 'generate-sources'.
+    -->
+    <packageVersion.template.input>${basedir}/src/main/java/${packageVersion.dir}/PackageVersion.java.in</packageVersion.template.input>
+    <packageVersion.template.output>${generatedSourcesDir}/${packageVersion.dir}/PackageVersion.java</packageVersion.template.output>
+
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${version.junit}</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+
+        <!-- Jackson has stricter enforced requirements than parent pom -->
+        <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-enforcer-plugin</artifactId>
+         <version>1.4.1</version>
+         <executions>
+          <execution>
+            <id>enforce-java</id>
+            <phase>validate</phase>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireJavaVersion>
+                  <version>[1.6,)</version>
+                  <message>[ERROR] The currently supported version of Java is 1.6 or higher</message>
+                </requireJavaVersion>
+                <requireMavenVersion>
+                  <version>[3.0,)</version>
+                  <message>[ERROR] The currently supported version of Maven is 3.0 or higher</message>
+                </requireMavenVersion>
+                <requirePluginVersions>
+                  <banLatest>true</banLatest>
+                  <banRelease>true</banRelease>
+                  <banSnapshots>true</banSnapshots>
+                  <phases>clean,deploy,site</phases>
+                  <message>[ERROR] Best Practice is to always define plugin versions!</message>
+                </requirePluginVersions>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+        </plugin>
+        <!-- use of replacer plug-in specific to Jackson -->
+        <plugin>
+          <groupId>com.google.code.maven-replacer-plugin</groupId>
+          <artifactId>replacer</artifactId>
+          <version>${version.plugin.replacer}</version>
+          <executions>
+            <execution>
+              <id>process-packageVersion</id>
+              <goals>
+                <goal>replace</goal>
+              </goals>
+              <!--
+               | We explicitly omit 'phase' here so child poms can opt in to
+               | generating their PackageVersion.java file.
+               |
+               | If your child pom wants a PackageVersion.java file, define
+               | the 'packageVersion.dir' and 'packageVersion.package' properties
+               | and include the commented-out section in your child pom's plugin
+               | for this execution ID.
+               <phase>generate-sources</phase>
+              -->
+            </execution>
+          </executions>
+          <configuration>
+            <file>${packageVersion.template.input}</file>
+            <outputFile>${packageVersion.template.output}</outputFile>
+            <replacements>
+              <replacement>
+                <token>@package@</token>
+                <value>${packageVersion.package}</value>
+              </replacement>
+              <replacement>
+                <token>@projectversion@</token>
+                <value>${project.version}</value>
+              </replacement>
+              <replacement>
+                <token>@projectgroupid@</token>
+                <value>${project.groupId}</value>
+              </replacement>
+              <replacement>
+                <token>@projectartifactid@</token>
+                <value>${project.artifactId}</value>
+              </replacement>
+            </replacements>
+          </configuration>
+        </plugin>
+        <plugin>
+          <!-- Work around Eclipse incompatibility (http://code.google.com/p/maven-replacer-plugin/issues/detail?id=66) -->
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>com.google.code.maven-replacer-plugin</groupId>
+                    <artifactId>replacer</artifactId>
+                    <versionRange>[${version.plugin.replacer},)</versionRange>
+                    <goals>
+                      <goal>replace</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <execute>
+                      <runOnIncremental>false</runOnIncremental>
+                    </execute>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+</project>
diff --git a/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.2/jackson-parent-2.6.2.pom.sha1 b/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.2/jackson-parent-2.6.2.pom.sha1
new file mode 100644
index 0000000..506a21c
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.2/jackson-parent-2.6.2.pom.sha1
@@ -0,0 +1 @@
+b232d48541db046aa1245c27bfa7398ea737d2ad
\ No newline at end of file
diff --git a/common/m2/repository/com/fasterxml/oss-parent/10/BUILD b/common/m2/repository/com/fasterxml/oss-parent/10/BUILD
new file mode 100644
index 0000000..40a45fc
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/oss-parent/10/BUILD
@@ -0,0 +1,8 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    source = "oss-parent-10.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/fasterxml/oss-parent/10/oss-parent-10.pom b/common/m2/repository/com/fasterxml/oss-parent/10/oss-parent-10.pom
new file mode 100644
index 0000000..dd1f8df
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/oss-parent/10/oss-parent-10.pom
@@ -0,0 +1,656 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ |  Copyright 2012 FasterXML.com
+ |
+ |  Licensed under the Apache License, Version 2.0 (the "License");
+ |  you may not use this file except in compliance with the License.
+ |  You may obtain a copy of the License at
+ |
+ |    http://www.apache.org/licenses/LICENSE-2.0
+ |
+ |  Unless required by applicable law or agreed to in writing, software
+ |  distributed under the License is distributed on an "AS IS" BASIS,
+ |  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ |  See the License for the specific language governing permissions and
+ |  limitations under the License.
+-->
+<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>
+
+  <groupId>com.fasterxml</groupId>
+  <artifactId>oss-parent</artifactId>
+  <version>10</version>
+  <packaging>pom</packaging>
+
+  <name>FasterXML.com parent pom</name>
+  <description>FasterXML.com parent pom</description>
+  <url>http://github.com/FasterXML/</url>
+  <inceptionYear>2012</inceptionYear>
+  <organization>
+    <name>FasterXML</name>
+    <url>http://fasterxml.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>
+    <license>
+      <name>GNU Lesser General Public License, Version 2.1</name>
+      <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <developers>
+    <developer>
+      <id>christophercurrie</id>
+      <name>Christopher Currie</name>
+      <email />
+    </developer>
+    <developer>
+      <id>prb</id>
+      <name>Paul Brown</name>
+      <email>prb@fasterxml.com</email>
+    </developer>
+    <developer>
+      <id>cowtowncoder</id>
+      <name>Tatu Saloranta</name>
+      <email>tatu@fasterxml.com</email>
+    </developer>
+  </developers>
+  <contributors>
+    <contributor>
+      <name>Simone Tripodi</name>
+      <email>simonetripodi@apache.org</email>
+    </contributor>
+  </contributors>
+
+  <scm>
+    <url>http://github.com/FasterXML/oss-parent</url>
+    <connection>scm:git:ssh://github.com/FasterXML/oss-parent.git</connection>
+    <developerConnection>scm:git:git+ssh://git@github.com/FasterXML/oss-parent.git</developerConnection>
+    <tag>oss-parent-10</tag>
+  </scm>
+  <issueManagement>
+    <system>GitHub Issue Management</system>
+    <url>https://github.com/FasterXML/${project.artifactId}/issues</url>
+  </issueManagement>
+
+  <distributionManagement>
+    <snapshotRepository>
+      <id>sonatype-nexus-snapshots</id>
+      <name>Sonatype Nexus Snapshots</name>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+    </snapshotRepository>
+
+    <repository>
+      <id>sonatype-nexus-staging</id>
+      <name>Nexus Release Repository</name>
+      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+    </repository>
+  </distributionManagement>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+    <!-- 10-Jan-2013, tatu: Jackson 2.2 and above will be Java 6
+        (earlier versions Java 5)
+      -->
+    <javac.src.version>1.6</javac.src.version>
+    <javac.target.version>1.6</javac.target.version>
+    <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssZ</maven.build.timestamp.format>
+    <!--
+     | Configuration properties for the OSGi maven-bundle-plugin
+    -->
+    <osgi.export>${project.groupId}.*;version=${project.version};-noimport:=true</osgi.export>
+    <osgi.import>*</osgi.import>
+    <osgi.dynamicImport />
+    <osgi.private />
+    <osgi.requiredExecutionEnvironment />
+    <!--
+     | shared build/report plugins version
+    -->
+    <surefire.version>2.12</surefire.version>
+    <javadoc.version>2.8.1</javadoc.version>
+    <javadoc.maxmemory>1g</javadoc.maxmemory>
+    <replacer.version>1.5.2</replacer.version>
+
+    <!--
+     | For automatically generating PackageVersion.java. Your child pom.xml must define
+     | packageVersion.dir and packageVersion.package, and must set the phase of the
+     | process-packageVersion execution of maven-replacer-plugin to 'generate-sources'.
+    -->
+    <generatedSourcesDir>${project.build.directory}/generated-sources</generatedSourcesDir>
+    <packageVersion.template.input>${basedir}/src/main/java/${packageVersion.dir}/PackageVersion.java.in</packageVersion.template.input>
+    <packageVersion.template.output>${generatedSourcesDir}/${packageVersion.dir}/PackageVersion.java</packageVersion.template.output>
+
+  </properties>
+
+  <repositories>
+    <repository>
+      <id>sonatype-nexus-snapshots</id>
+      <name>Sonatype Nexus Snapshots</name>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>2.5</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>2.6</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-install-plugin</artifactId>
+          <version>2.3.1</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.7</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.1</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>cobertura-maven-plugin</artifactId>
+          <version>2.5.1</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.4.1</version>
+          <configuration>
+            <mavenExecutorId>forked-path</mavenExecutorId>
+            <useReleaseProfile>false</useReleaseProfile>
+            <arguments>-Prelease</arguments>
+          </configuration>
+        </plugin>
+
+        <plugin>
+          <groupId>org.sonatype.plugins</groupId>
+          <artifactId>nexus-maven-plugin</artifactId>
+          <version>1.9.2.4</version>
+          <configuration>
+            <nexusUrl>https://oss.sonatype.org/</nexusUrl>
+            <serverAuthId>sonatype-nexus-staging</serverAuthId>
+          </configuration>
+        </plugin>
+
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>build-helper-maven-plugin</artifactId>
+          <version>1.7</version>
+        </plugin>
+
+        <plugin>
+          <groupId>com.google.code.maven-replacer-plugin</groupId>
+          <artifactId>replacer</artifactId>
+          <version>${replacer.version}</version>
+          <executions>
+            <execution>
+              <id>process-packageVersion</id>
+              <goals>
+                <goal>replace</goal>
+              </goals>
+              <!--
+               | We explicitly omit 'phase' here so child poms can opt in to
+               | generating their PackageVersion.java file.
+               |
+               | If your child pom wants a PackageVersion.java file, define
+               | the 'packageVersion.dir' and 'packageVersion.package' properties
+               | and include the commented-out section in your child pom's plugin
+               | for this execution ID.
+               <phase>generate-sources</phase>
+              -->
+            </execution>
+          </executions>
+          <configuration>
+            <file>${packageVersion.template.input}</file>
+            <outputFile>${packageVersion.template.output}</outputFile>
+            <replacements>
+              <replacement>
+                <token>@package@</token>
+                <value>${packageVersion.package}</value>
+              </replacement>
+              <replacement>
+                <token>@projectversion@</token>
+                <value>${project.version}</value>
+              </replacement>
+              <replacement>
+                <token>@projectgroupid@</token>
+                <value>${project.groupId}</value>
+              </replacement>
+              <replacement>
+                <token>@projectartifactid@</token>
+                <value>${project.artifactId}</value>
+              </replacement>
+            </replacements>
+          </configuration>
+        </plugin>
+        <plugin>
+          <!-- Work around Eclipse incompatibility (http://code.google.com/p/maven-replacer-plugin/issues/detail?id=66) -->
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>com.google.code.maven-replacer-plugin</groupId>
+                    <artifactId>replacer</artifactId>
+                    <versionRange>[${replacer.version},)</versionRange>
+                    <goals>
+                      <goal>replace</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <execute>
+                      <runOnIncremental>false</runOnIncremental>
+                    </execute>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>1.1.1</version>
+        <executions>
+          <execution>
+            <id>enforce-java</id>
+            <phase>validate</phase>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireJavaVersion>
+                  <version>[1.5,)</version>
+                  <message>[ERROR] The currently supported version of Java is 1.5 or higher</message>
+                </requireJavaVersion>
+                <requireMavenVersion>
+                  <version>[3.0,)</version>
+                  <message>[ERROR] The currently supported version of Maven is 3.0 or higher</message>
+                </requireMavenVersion>
+                <requirePluginVersions>
+                  <banLatest>true</banLatest>
+                  <banRelease>true</banRelease>
+                  <banSnapshots>true</banSnapshots>
+                  <phases>clean,deploy,site</phases>
+                  <message>[ERROR] Best Practice is to always define plugin versions!</message>
+                </requirePluginVersions>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.5.1</version>
+        <configuration>
+          <source>${javac.src.version}</source>
+          <target>${javac.target.version}</target>
+          <showDeprecation>true</showDeprecation>
+          <showWarnings>true</showWarnings>
+          <optimize>true</optimize>
+          <!-- 16-Apr-2013, tatu: As per Nick W's suggestions, let's
+              use these to reduce jar size
+            -->
+          <debug>true</debug>
+          <debuglevel>lines,source</debuglevel>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>add-generated-sources</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${generatedSourcesDir}</source>
+              </sources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>${surefire.version}</version>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.7</version>
+        <configuration>
+          <!--
+           | dummy entry to stop bundle plugin from picking up jar config and reporting
+           | WARNING: Duplicate name in Manifest
+           | See http://markmail.org/message/mpkl24wk3jrjhhjg
+          -->
+          <archive>
+            <forced>true</forced>
+          </archive>
+          <excludeDependencies>true</excludeDependencies>
+          <manifestLocation>${project.build.directory}/osgi</manifestLocation>
+          <instructions>
+            <!--
+             | stops the "uses" clauses being added to "Export-Package" manifest entry
+            -->
+            <_nouses>true</_nouses>
+            <!--
+             | Stop the JAVA_1_n_HOME variables from being treated as headers by Bnd
+            -->
+            <_removeheaders>JAVA_1_3_HOME,JAVA_1_4_HOME,JAVA_1_5_HOME,JAVA_1_6_HOME,JAVA_1_7_HOME</_removeheaders>
+            <Bundle-Name>${project.name}</Bundle-Name>
+            <Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
+            <Bundle-Description>${project.description}</Bundle-Description>
+            <Export-Package>${osgi.export}</Export-Package>
+            <Private-Package>${osgi.private}</Private-Package>
+            <Import-Package>${osgi.import}</Import-Package>
+            <DynamicImport-Package>${osgi.dynamicImport}</DynamicImport-Package>
+            <Bundle-DocURL>${project.url}</Bundle-DocURL>
+            <Bundle-RequiredExecutionEnvironment>${osgi.requiredExecutionEnvironment}</Bundle-RequiredExecutionEnvironment>
+          </instructions>
+        </configuration>
+        <executions>
+          <execution>
+            <id>bundle-manifest</id>
+            <phase>process-classes</phase>
+            <goals>
+              <goal>manifest</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.4</version>
+        <configuration>
+          <archive>
+            <manifestFile>${project.build.directory}/osgi/MANIFEST.MF</manifestFile>
+            <manifest>
+              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+              <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+            </manifest>
+            <manifestEntries>
+              <Implementation-Build-Date>${maven.build.timestamp}</Implementation-Build-Date>
+              <X-Compile-Source-JDK>${javac.src.version}</X-Compile-Source-JDK>
+              <X-Compile-Target-JDK>${javac.target.version}</X-Compile-Target-JDK>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-descriptor</id>
+            <goals>
+              <goal>attach-descriptor</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-scm-plugin</artifactId>
+        <version>1.7</version>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.maven.scm</groupId>
+            <artifactId>maven-scm-provider-gitexe</artifactId>
+            <version>1.7</version>
+          </dependency>
+        </dependencies>
+      </plugin>
+    </plugins>
+
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.scm</groupId>
+        <artifactId>maven-scm-provider-gitexe</artifactId>
+        <version>1.7</version>
+      </extension>
+
+      <extension>
+        <groupId>org.apache.maven.scm</groupId>
+        <artifactId>maven-scm-manager-plexus</artifactId>
+        <version>1.7</version>
+      </extension>
+
+      <extension>
+        <groupId>org.kathrynhuxtable.maven.wagon</groupId>
+        <artifactId>wagon-gitsite</artifactId>
+        <version>0.3.1</version>
+      </extension>
+    </extensions>
+  </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>${javadoc.version}</version>
+        <configuration>
+          <bootclasspath>${sun.boot.class.path}</bootclasspath>
+          <doclet>com.google.doclava.Doclava</doclet>
+          <useStandardDocletOptions>false</useStandardDocletOptions>
+          <additionalJOption>-J-Xmx1024m</additionalJOption>
+          <maxmemory>${javadoc.maxmemory}</maxmemory>
+          <links>
+            <link>http://docs.oracle.com/javase/6/docs/api/</link>
+          </links>
+          <docletArtifact>
+            <groupId>com.google.doclava</groupId>
+            <artifactId>doclava</artifactId>
+            <version>1.0.3</version>
+          </docletArtifact>
+          <additionalparam>
+            -hdf project.name "${project.name}"
+            -d ${project.reporting.outputDirectory}/apidocs
+          </additionalparam>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <id>default</id>
+            <reports>
+              <report>javadoc</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.5</version>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+        <version>2.3</version>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jdepend-maven-plugin</artifactId>
+        <version>2.0-beta-2</version>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+        <version>${surefire.version}</version>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <version>2.7.1</version>
+        <configuration>
+          <linkXref>true</linkXref>
+          <minimumTokens>100</minimumTokens>
+          <targetJdk>1.5</targetJdk>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+        <version>2.4</version>
+        <configuration>
+          <tagListOptions>
+            <tagClasses>
+              <tagClass>
+                <displayName>Todo Work</displayName>
+                <tags>
+                  <tag>
+                    <matchString>TODO</matchString>
+                    <matchType>ignoreCase</matchType>
+                  </tag>
+                  <tag>
+                    <matchString>FIXME</matchString>
+                    <matchType>ignoreCase</matchType>
+                  </tag>
+                </tags>
+              </tagClass>
+            </tagClasses>
+          </tagListOptions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
+  <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-source-plugin</artifactId>
+            <!-- 2.2 has a bug, revert to 2.1.2 -->
+            <version>2.1.2</version>
+            <executions>
+              <execution>
+                <id>attach-sources</id>
+                <goals>
+                  <goal>jar-no-fork</goal>
+                </goals>
+                <configuration>
+                  <archive>
+                    <manifest>
+                      <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                      <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                    </manifest>
+                    <manifestEntries>
+                      <Implementation-Build-Date>${maven.build.timestamp}</Implementation-Build-Date>
+                      <X-Compile-Source-JDK>${javac.src.version}</X-Compile-Source-JDK>
+                      <X-Compile-Target-JDK>${javac.target.version}</X-Compile-Target-JDK>
+                    </manifestEntries>
+                  </archive>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <version>${javadoc.version}</version>
+            <executions>
+              <execution>
+                <id>attach-javadocs</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+                <configuration>
+                  <quiet>true</quiet>
+                  <archive>
+                    <manifest>
+                      <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                      <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                    </manifest>
+                    <manifestEntries>
+                      <Implementation-Build-Date>${maven.build.timestamp}</Implementation-Build-Date>
+                      <X-Compile-Source-JDK>${javac.src.version}</X-Compile-Source-JDK>
+                      <X-Compile-Target-JDK>${javac.target.version}</X-Compile-Target-JDK>
+                    </manifestEntries>
+                  </archive>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <version>1.4</version>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
+</project>
diff --git a/common/m2/repository/com/fasterxml/oss-parent/10/oss-parent-10.pom.sha1 b/common/m2/repository/com/fasterxml/oss-parent/10/oss-parent-10.pom.sha1
new file mode 100644
index 0000000..05e6b7a
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/oss-parent/10/oss-parent-10.pom.sha1
@@ -0,0 +1 @@
+c47d01efe6c71fc7cc476c2a4a97b575dcd5bb9c
\ No newline at end of file
diff --git a/common/m2/repository/com/fasterxml/oss-parent/23/BUILD b/common/m2/repository/com/fasterxml/oss-parent/23/BUILD
new file mode 100644
index 0000000..4e723b9
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/oss-parent/23/BUILD
@@ -0,0 +1,8 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    source = "oss-parent-23.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/fasterxml/oss-parent/23/oss-parent-23.pom b/common/m2/repository/com/fasterxml/oss-parent/23/oss-parent-23.pom
new file mode 100644
index 0000000..ea35fbd
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/oss-parent/23/oss-parent-23.pom
@@ -0,0 +1,549 @@
+<?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>
+
+  <groupId>com.fasterxml</groupId>
+  <artifactId>oss-parent</artifactId>
+  <version>23</version>
+  <packaging>pom</packaging>
+
+  <name>FasterXML.com parent pom</name>
+  <description>FasterXML.com parent pom</description>
+  <url>http://github.com/FasterXML/</url>
+  <inceptionYear>2012</inceptionYear>
+  <organization>
+    <name>FasterXML</name>
+    <url>http://fasterxml.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>
+
+  <!-- to fill in mostly by children, but stupid Sonatype REQUIRES
+       one developer already here
+    -->
+  <developers>
+    <developer>
+      <id>cowtowncoder</id>
+      <name>Tatu Saloranta</name>
+      <email>tatu@fasterxml.com</email>
+    </developer>
+  </developers>
+
+  <scm>
+    <connection>scm:git:git@github.com:FasterXML/oss-parent.git</connection>
+    <developerConnection>scm:git:git@github.com:FasterXML/oss-parent.git</developerConnection>
+    <url>http://github.com/FasterXML/oss-parent</url>
+    <tag>oss-parent-23</tag>
+  </scm>
+  <issueManagement>
+    <system>GitHub Issue Management</system>
+    <url>https://github.com/FasterXML/${project.artifactId}/issues</url>
+  </issueManagement>
+
+  <distributionManagement>
+    <snapshotRepository>
+      <id>sonatype-nexus-snapshots</id>
+      <name>Sonatype Nexus Snapshots</name>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+    </snapshotRepository>
+
+    <repository>
+      <id>sonatype-nexus-staging</id>
+      <name>Nexus Release Repository</name>
+      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+    </repository>
+  </distributionManagement>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+
+    <!-- Use 1.6 as default baseline -->
+    <javac.src.version>1.6</javac.src.version>
+    <javac.target.version>1.6</javac.target.version>
+
+    <!-- By default, include all debug info; "vars" and "lines" both add 10-15% in size,
+         "source" very little
+     -->
+    <javac.debuglevel>lines,source,vars</javac.debuglevel>
+    <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssZ</maven.build.timestamp.format>
+    <!--
+     | Configuration properties for the OSGi maven-bundle-plugin
+    -->
+    <osgi.export>${project.groupId}.*;version=${project.version}</osgi.export>
+    <osgi.import>*</osgi.import>
+    <osgi.dynamicImport />
+    <osgi.private />
+    <osgi.requiredExecutionEnvironment />
+    <osgi.versionpolicy>${range;[===,=+);${@}}</osgi.versionpolicy>
+
+    <!--
+     | shared build/report plugins version
+    -->
+
+    <!-- 11-Jul-2015, tatu: For some reason version 2.5.4 fails when
+       used with Shade plugin (2.2 - 2.4); hence 2.5.3 is still used for Jackson 2.6
+      -->
+    <version.plugin.bundle>2.5.3</version.plugin.bundle>
+
+    <version.plugin.jar>2.5</version.plugin.jar>
+    <version.plugin.javadoc>2.9.1</version.plugin.javadoc>
+    <!-- 2.4.2 had issues in releasing non-snapshot versions -->
+    <version.plugin.release>2.5.2</version.plugin.release>
+    <version.plugin.replacer>1.5.2</version.plugin.replacer>
+    <version.plugin.shade>2.4</version.plugin.shade>
+    <version.plugin.surefire>2.17</version.plugin.surefire>
+
+    <javadoc.maxmemory>1g</javadoc.maxmemory>
+
+    <generatedSourcesDir>${project.build.directory}/generated-sources</generatedSourcesDir>
+
+  </properties>
+
+  <repositories>
+    <repository>
+      <id>sonatype-nexus-snapshots</id>
+      <name>Sonatype Nexus Snapshots</name>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>2.5</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>2.6</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-install-plugin</artifactId>
+          <version>2.3.1</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.7</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.1</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>cobertura-maven-plugin</artifactId>
+          <version>2.6</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.felix</groupId>
+          <artifactId>maven-bundle-plugin</artifactId>
+          <version>${version.plugin.bundle}</version>
+          <configuration>
+            <instructions>
+              <!--
+               | stops the "uses" clauses being added to "Export-Package" manifest entry
+              -->
+              <_nouses>true</_nouses>
+              <!--
+               | Stop the JAVA_1_n_HOME variables from being treated as headers by Bnd
+              -->
+              <_removeheaders>Include-Resource,JAVA_1_3_HOME,JAVA_1_4_HOME,JAVA_1_5_HOME,JAVA_1_6_HOME,JAVA_1_7_HOME</_removeheaders>
+              <_versionpolicy>${osgi.versionpolicy}</_versionpolicy>
+              <Bundle-Name>${project.name}</Bundle-Name>
+              <Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
+              <Bundle-Description>${project.description}</Bundle-Description>
+              <Export-Package>${osgi.export}</Export-Package>
+              <Private-Package>${osgi.private}</Private-Package>
+              <Import-Package>${osgi.import}</Import-Package>
+              <DynamicImport-Package>${osgi.dynamicImport}</DynamicImport-Package>
+              <Bundle-DocURL>${project.url}</Bundle-DocURL>
+              <Bundle-RequiredExecutionEnvironment>${osgi.requiredExecutionEnvironment}</Bundle-RequiredExecutionEnvironment>
+
+              <Implementation-Build-Date>${maven.build.timestamp}</Implementation-Build-Date>
+              <X-Compile-Source-JDK>${javac.src.version}</X-Compile-Source-JDK>
+              <X-Compile-Target-JDK>${javac.target.version}</X-Compile-Target-JDK>
+
+              <Implementation-Title>${project.name}</Implementation-Title>
+              <Implementation-Version>${project.version}</Implementation-Version>
+              <Implementation-Vendor-Id>${project.groupId}</Implementation-Vendor-Id>
+              <Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
+
+              <Specification-Title>${project.name}</Specification-Title>
+              <Specification-Version>${project.version}</Specification-Version>
+              <Specification-Vendor>${project.organization.name}</Specification-Vendor>
+            </instructions>
+          </configuration>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>${version.plugin.release}</version>
+          <configuration>
+            <mavenExecutorId>forked-path</mavenExecutorId>
+            <useReleaseProfile>false</useReleaseProfile>
+            <arguments>-Prelease</arguments>
+          </configuration>
+        </plugin>
+
+        <plugin>
+          <groupId>org.sonatype.plugins</groupId>
+          <artifactId>nexus-maven-plugin</artifactId>
+          <version>2.1</version>
+          <configuration>
+            <nexusUrl>https://oss.sonatype.org/</nexusUrl>
+            <serverAuthId>sonatype-nexus-staging</serverAuthId>
+          </configuration>
+        </plugin>
+
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>build-helper-maven-plugin</artifactId>
+          <version>1.7</version>
+        </plugin>
+
+      </plugins>
+    </pluginManagement>
+
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>1.3.1</version>
+        <executions>
+          <execution>
+            <id>enforce-java</id>
+            <phase>validate</phase>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireJavaVersion>
+                  <version>[1.5,)</version>
+                  <message>[ERROR] The currently supported version of Java is 1.5 or higher</message>
+                </requireJavaVersion>
+                <requireMavenVersion>
+                  <version>[3.0,)</version>
+                  <message>[ERROR] The currently supported version of Maven is 3.0 or higher</message>
+                </requireMavenVersion>
+                <requirePluginVersions>
+                  <banLatest>true</banLatest>
+                  <banRelease>true</banRelease>
+                  <banSnapshots>true</banSnapshots>
+                  <phases>clean,deploy,site</phases>
+                  <message>[ERROR] Best Practice is to always define plugin versions!</message>
+                </requirePluginVersions>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.2</version>
+        <configuration>
+          <source>${javac.src.version}</source>
+          <target>${javac.target.version}</target>
+          <showDeprecation>true</showDeprecation>
+          <showWarnings>true</showWarnings>
+          <optimize>true</optimize>
+          <!-- 16-Apr-2013, tatu: As per Nick W's suggestions, let's
+              use these to reduce jar size
+            -->
+          <debug>true</debug>
+          <debuglevel>${javac.debuglevel}</debuglevel>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>add-generated-sources</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${generatedSourcesDir}</source>
+              </sources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>${version.plugin.surefire}</version>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>${version.plugin.bundle}</version>
+        <extensions>true</extensions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>${version.plugin.jar}</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-descriptor</id>
+            <goals>
+              <goal>attach-descriptor</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-scm-plugin</artifactId>
+        <version>1.9.1</version>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.maven.scm</groupId>
+            <artifactId>maven-scm-provider-gitexe</artifactId>
+            <version>1.9.1</version>
+          </dependency>
+        </dependencies>
+      </plugin>
+    </plugins>
+
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.scm</groupId>
+        <artifactId>maven-scm-provider-gitexe</artifactId>
+        <version>1.9.1</version>
+      </extension>
+
+      <extension>
+        <groupId>org.apache.maven.scm</groupId>
+        <artifactId>maven-scm-manager-plexus</artifactId>
+        <version>1.9.1</version>
+      </extension>
+
+      <!-- WTH is this? -->
+      <extension>
+        <groupId>org.kathrynhuxtable.maven.wagon</groupId>
+        <artifactId>wagon-gitsite</artifactId>
+        <version>0.3.1</version>
+      </extension>
+    </extensions>
+  </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>${version.plugin.javadoc}</version>
+        <configuration>
+          <bootclasspath>${sun.boot.class.path}</bootclasspath>
+          <doclet>com.google.doclava.Doclava</doclet>
+          <useStandardDocletOptions>false</useStandardDocletOptions>
+          <additionalJOption>-J-Xmx1024m</additionalJOption>
+          <maxmemory>${javadoc.maxmemory}</maxmemory>
+          <links>
+            <link>http://docs.oracle.com/javase/6/docs/api/</link>
+          </links>
+          <docletArtifact>
+            <groupId>com.google.doclava</groupId>
+            <artifactId>doclava</artifactId>
+            <version>1.0.3</version>
+          </docletArtifact>
+          <additionalparam>
+            -hdf project.name "${project.name}"
+            -d ${project.reporting.outputDirectory}/apidocs
+          </additionalparam>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <id>default</id>
+            <reports>
+              <report>javadoc</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.5</version>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+        <version>2.3</version>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jdepend-maven-plugin</artifactId>
+        <version>2.0-beta-2</version>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+        <version>${version.plugin.surefire}</version>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <version>2.7.1</version>
+        <configuration>
+          <linkXref>true</linkXref>
+          <minimumTokens>100</minimumTokens>
+          <targetJdk>1.5</targetJdk>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+        <version>2.4</version>
+        <configuration>
+          <tagListOptions>
+            <tagClasses>
+              <tagClass>
+                <displayName>Todo Work</displayName>
+                <tags>
+                  <tag>
+                    <matchString>TODO</matchString>
+                    <matchType>ignoreCase</matchType>
+                  </tag>
+                  <tag>
+                    <matchString>FIXME</matchString>
+                    <matchType>ignoreCase</matchType>
+                  </tag>
+                </tags>
+              </tagClass>
+            </tagClasses>
+          </tagListOptions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
+  <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-source-plugin</artifactId>
+            <!-- 2.2 has a bug, revert to 2.1.2 -->
+            <version>2.1.2</version>
+            <executions>
+              <execution>
+                <id>attach-sources</id>
+                <goals>
+                  <goal>jar-no-fork</goal>
+                </goals>
+                <configuration>
+                  <archive>
+                    <manifest>
+                      <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                      <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                    </manifest>
+                    <manifestEntries>
+                      <Implementation-Build-Date>${maven.build.timestamp}</Implementation-Build-Date>
+                      <X-Compile-Source-JDK>${javac.src.version}</X-Compile-Source-JDK>
+                      <X-Compile-Target-JDK>${javac.target.version}</X-Compile-Target-JDK>
+                    </manifestEntries>
+                  </archive>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <version>${version.plugin.javadoc}</version>
+            <executions>
+              <execution>
+                <id>attach-javadocs</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+                <configuration>
+                  <quiet>true</quiet>
+                  <archive>
+                    <manifest>
+                      <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                      <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                    </manifest>
+                    <manifestEntries>
+                      <Implementation-Build-Date>${maven.build.timestamp}</Implementation-Build-Date>
+                      <X-Compile-Source-JDK>${javac.src.version}</X-Compile-Source-JDK>
+                      <X-Compile-Target-JDK>${javac.target.version}</X-Compile-Target-JDK>
+                    </manifestEntries>
+                  </archive>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <version>1.4</version>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
+</project>
diff --git a/common/m2/repository/com/fasterxml/oss-parent/23/oss-parent-23.pom.sha1 b/common/m2/repository/com/fasterxml/oss-parent/23/oss-parent-23.pom.sha1
new file mode 100644
index 0000000..1f5f85b
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/oss-parent/23/oss-parent-23.pom.sha1
@@ -0,0 +1 @@
+8ee7f1755fea4b333428aac06fca31330404357f
\ No newline at end of file
diff --git a/common/m2/repository/com/fasterxml/oss-parent/24/BUILD b/common/m2/repository/com/fasterxml/oss-parent/24/BUILD
new file mode 100644
index 0000000..08c1d74
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/oss-parent/24/BUILD
@@ -0,0 +1,8 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    source = "oss-parent-24.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/fasterxml/oss-parent/24/oss-parent-24.pom b/common/m2/repository/com/fasterxml/oss-parent/24/oss-parent-24.pom
new file mode 100644
index 0000000..4b81128
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/oss-parent/24/oss-parent-24.pom
@@ -0,0 +1,551 @@
+<?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>
+
+  <groupId>com.fasterxml</groupId>
+  <artifactId>oss-parent</artifactId>
+  <version>24</version>
+  <packaging>pom</packaging>
+
+  <name>FasterXML.com parent pom</name>
+  <description>FasterXML.com parent pom</description>
+  <url>http://github.com/FasterXML/</url>
+  <inceptionYear>2012</inceptionYear>
+  <organization>
+    <name>FasterXML</name>
+    <url>http://fasterxml.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>
+
+  <!-- to fill in mostly by children, but stupid Sonatype REQUIRES
+       one developer already here
+    -->
+  <developers>
+    <developer>
+      <id>cowtowncoder</id>
+      <name>Tatu Saloranta</name>
+      <email>tatu@fasterxml.com</email>
+    </developer>
+  </developers>
+
+  <scm>
+    <connection>scm:git:git@github.com:FasterXML/oss-parent.git</connection>
+    <developerConnection>scm:git:git@github.com:FasterXML/oss-parent.git</developerConnection>
+    <url>http://github.com/FasterXML/oss-parent</url>
+    <tag>oss-parent-24</tag>
+  </scm>
+  <issueManagement>
+    <system>GitHub Issue Management</system>
+    <url>https://github.com/FasterXML/${project.artifactId}/issues</url>
+  </issueManagement>
+
+  <distributionManagement>
+    <snapshotRepository>
+      <id>sonatype-nexus-snapshots</id>
+      <name>Sonatype Nexus Snapshots</name>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+    </snapshotRepository>
+
+    <repository>
+      <id>sonatype-nexus-staging</id>
+      <name>Nexus Release Repository</name>
+      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+    </repository>
+  </distributionManagement>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+
+    <!-- Use 1.6 as default baseline -->
+    <javac.src.version>1.6</javac.src.version>
+    <javac.target.version>1.6</javac.target.version>
+
+    <!-- By default, include all debug info; "vars" and "lines" both add 10-15% in size,
+         "source" very little
+     -->
+    <javac.debuglevel>lines,source,vars</javac.debuglevel>
+    <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssZ</maven.build.timestamp.format>
+    <!--
+     | Configuration properties for the OSGi maven-bundle-plugin
+    -->
+    <osgi.export>${project.groupId}.*;version=${project.version}</osgi.export>
+    <osgi.import>*</osgi.import>
+    <osgi.dynamicImport />
+    <osgi.private />
+    <osgi.requiredExecutionEnvironment />
+    <osgi.versionpolicy>${range;[===,=+);${@}}</osgi.versionpolicy>
+    <osgi.includeResource>{maven-resources}</osgi.includeResource>
+    <!--
+     | shared build/report plugins version
+    -->
+
+    <!-- 11-Jul-2015, tatu: For some reason version 2.5.4 fails when
+       used with Shade plugin (2.2 - 2.4); hence 2.5.3 is still used for Jackson 2.6
+      -->
+    <version.plugin.bundle>2.5.3</version.plugin.bundle>
+
+    <version.plugin.jar>2.5</version.plugin.jar>
+    <version.plugin.javadoc>2.9.1</version.plugin.javadoc>
+    <!-- 2.4.2 had issues in releasing non-snapshot versions -->
+    <version.plugin.release>2.5.2</version.plugin.release>
+    <version.plugin.replacer>1.5.2</version.plugin.replacer>
+    <version.plugin.shade>2.4</version.plugin.shade>
+    <version.plugin.surefire>2.17</version.plugin.surefire>
+
+    <javadoc.maxmemory>1g</javadoc.maxmemory>
+
+    <generatedSourcesDir>${project.build.directory}/generated-sources</generatedSourcesDir>
+
+  </properties>
+
+  <repositories>
+    <repository>
+      <id>sonatype-nexus-snapshots</id>
+      <name>Sonatype Nexus Snapshots</name>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>2.5</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>2.6</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-install-plugin</artifactId>
+          <version>2.3.1</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.7</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.1</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>cobertura-maven-plugin</artifactId>
+          <version>2.6</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.felix</groupId>
+          <artifactId>maven-bundle-plugin</artifactId>
+          <version>${version.plugin.bundle}</version>
+          <configuration>
+            <instructions>
+              <!--
+               | stops the "uses" clauses being added to "Export-Package" manifest entry
+              -->
+              <_nouses>true</_nouses>
+              <!--
+               | Stop the JAVA_1_n_HOME variables from being treated as headers by Bnd
+              -->
+              <_removeheaders>Include-Resource,JAVA_1_3_HOME,JAVA_1_4_HOME,JAVA_1_5_HOME,JAVA_1_6_HOME,JAVA_1_7_HOME</_removeheaders>
+              <_versionpolicy>${osgi.versionpolicy}</_versionpolicy>
+              <Bundle-Name>${project.name}</Bundle-Name>
+              <Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
+              <Bundle-Description>${project.description}</Bundle-Description>
+              <Export-Package>${osgi.export}</Export-Package>
+              <Private-Package>${osgi.private}</Private-Package>
+              <Import-Package>${osgi.import}</Import-Package>
+              <DynamicImport-Package>${osgi.dynamicImport}</DynamicImport-Package>
+              <Include-Resource>${osgi.includeResource}</Include-Resource>
+              <Bundle-DocURL>${project.url}</Bundle-DocURL>
+              <Bundle-RequiredExecutionEnvironment>${osgi.requiredExecutionEnvironment}</Bundle-RequiredExecutionEnvironment>
+
+
+              <Implementation-Build-Date>${maven.build.timestamp}</Implementation-Build-Date>
+              <X-Compile-Source-JDK>${javac.src.version}</X-Compile-Source-JDK>
+              <X-Compile-Target-JDK>${javac.target.version}</X-Compile-Target-JDK>
+
+              <Implementation-Title>${project.name}</Implementation-Title>
+              <Implementation-Version>${project.version}</Implementation-Version>
+              <Implementation-Vendor-Id>${project.groupId}</Implementation-Vendor-Id>
+              <Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
+
+              <Specification-Title>${project.name}</Specification-Title>
+              <Specification-Version>${project.version}</Specification-Version>
+              <Specification-Vendor>${project.organization.name}</Specification-Vendor>
+            </instructions>
+          </configuration>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>${version.plugin.release}</version>
+          <configuration>
+            <mavenExecutorId>forked-path</mavenExecutorId>
+            <useReleaseProfile>false</useReleaseProfile>
+            <arguments>-Prelease</arguments>
+          </configuration>
+        </plugin>
+
+        <plugin>
+          <groupId>org.sonatype.plugins</groupId>
+          <artifactId>nexus-maven-plugin</artifactId>
+          <version>2.1</version>
+          <configuration>
+            <nexusUrl>https://oss.sonatype.org/</nexusUrl>
+            <serverAuthId>sonatype-nexus-staging</serverAuthId>
+          </configuration>
+        </plugin>
+
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>build-helper-maven-plugin</artifactId>
+          <version>1.7</version>
+        </plugin>
+
+      </plugins>
+    </pluginManagement>
+
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>1.3.1</version>
+        <executions>
+          <execution>
+            <id>enforce-java</id>
+            <phase>validate</phase>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireJavaVersion>
+                  <version>[1.5,)</version>
+                  <message>[ERROR] The currently supported version of Java is 1.5 or higher</message>
+                </requireJavaVersion>
+                <requireMavenVersion>
+                  <version>[3.0,)</version>
+                  <message>[ERROR] The currently supported version of Maven is 3.0 or higher</message>
+                </requireMavenVersion>
+                <requirePluginVersions>
+                  <banLatest>true</banLatest>
+                  <banRelease>true</banRelease>
+                  <banSnapshots>true</banSnapshots>
+                  <phases>clean,deploy,site</phases>
+                  <message>[ERROR] Best Practice is to always define plugin versions!</message>
+                </requirePluginVersions>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.2</version>
+        <configuration>
+          <source>${javac.src.version}</source>
+          <target>${javac.target.version}</target>
+          <showDeprecation>true</showDeprecation>
+          <showWarnings>true</showWarnings>
+          <optimize>true</optimize>
+          <!-- 16-Apr-2013, tatu: As per Nick W's suggestions, let's
+              use these to reduce jar size
+            -->
+          <debug>true</debug>
+          <debuglevel>${javac.debuglevel}</debuglevel>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>add-generated-sources</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${generatedSourcesDir}</source>
+              </sources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>${version.plugin.surefire}</version>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>${version.plugin.bundle}</version>
+        <extensions>true</extensions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>${version.plugin.jar}</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-descriptor</id>
+            <goals>
+              <goal>attach-descriptor</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-scm-plugin</artifactId>
+        <version>1.9.1</version>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.maven.scm</groupId>
+            <artifactId>maven-scm-provider-gitexe</artifactId>
+            <version>1.9.1</version>
+          </dependency>
+        </dependencies>
+      </plugin>
+    </plugins>
+
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.scm</groupId>
+        <artifactId>maven-scm-provider-gitexe</artifactId>
+        <version>1.9.1</version>
+      </extension>
+
+      <extension>
+        <groupId>org.apache.maven.scm</groupId>
+        <artifactId>maven-scm-manager-plexus</artifactId>
+        <version>1.9.1</version>
+      </extension>
+
+      <!-- WTH is this? -->
+      <extension>
+        <groupId>org.kathrynhuxtable.maven.wagon</groupId>
+        <artifactId>wagon-gitsite</artifactId>
+        <version>0.3.1</version>
+      </extension>
+    </extensions>
+  </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>${version.plugin.javadoc}</version>
+        <configuration>
+          <bootclasspath>${sun.boot.class.path}</bootclasspath>
+          <doclet>com.google.doclava.Doclava</doclet>
+          <useStandardDocletOptions>false</useStandardDocletOptions>
+          <additionalJOption>-J-Xmx1024m</additionalJOption>
+          <maxmemory>${javadoc.maxmemory}</maxmemory>
+          <links>
+            <link>http://docs.oracle.com/javase/6/docs/api/</link>
+          </links>
+          <docletArtifact>
+            <groupId>com.google.doclava</groupId>
+            <artifactId>doclava</artifactId>
+            <version>1.0.3</version>
+          </docletArtifact>
+          <additionalparam>
+            -hdf project.name "${project.name}"
+            -d ${project.reporting.outputDirectory}/apidocs
+          </additionalparam>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <id>default</id>
+            <reports>
+              <report>javadoc</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.5</version>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+        <version>2.3</version>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jdepend-maven-plugin</artifactId>
+        <version>2.0-beta-2</version>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+        <version>${version.plugin.surefire}</version>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <version>2.7.1</version>
+        <configuration>
+          <linkXref>true</linkXref>
+          <minimumTokens>100</minimumTokens>
+          <targetJdk>1.5</targetJdk>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+        <version>2.4</version>
+        <configuration>
+          <tagListOptions>
+            <tagClasses>
+              <tagClass>
+                <displayName>Todo Work</displayName>
+                <tags>
+                  <tag>
+                    <matchString>TODO</matchString>
+                    <matchType>ignoreCase</matchType>
+                  </tag>
+                  <tag>
+                    <matchString>FIXME</matchString>
+                    <matchType>ignoreCase</matchType>
+                  </tag>
+                </tags>
+              </tagClass>
+            </tagClasses>
+          </tagListOptions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
+  <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-source-plugin</artifactId>
+            <!-- 2.2 has a bug, revert to 2.1.2 -->
+            <version>2.1.2</version>
+            <executions>
+              <execution>
+                <id>attach-sources</id>
+                <goals>
+                  <goal>jar-no-fork</goal>
+                </goals>
+                <configuration>
+                  <archive>
+                    <manifest>
+                      <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                      <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                    </manifest>
+                    <manifestEntries>
+                      <Implementation-Build-Date>${maven.build.timestamp}</Implementation-Build-Date>
+                      <X-Compile-Source-JDK>${javac.src.version}</X-Compile-Source-JDK>
+                      <X-Compile-Target-JDK>${javac.target.version}</X-Compile-Target-JDK>
+                    </manifestEntries>
+                  </archive>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <version>${version.plugin.javadoc}</version>
+            <executions>
+              <execution>
+                <id>attach-javadocs</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+                <configuration>
+                  <quiet>true</quiet>
+                  <archive>
+                    <manifest>
+                      <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                      <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                    </manifest>
+                    <manifestEntries>
+                      <Implementation-Build-Date>${maven.build.timestamp}</Implementation-Build-Date>
+                      <X-Compile-Source-JDK>${javac.src.version}</X-Compile-Source-JDK>
+                      <X-Compile-Target-JDK>${javac.target.version}</X-Compile-Target-JDK>
+                    </manifestEntries>
+                  </archive>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <version>1.4</version>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
+</project>
diff --git a/common/m2/repository/com/fasterxml/oss-parent/24/oss-parent-24.pom.sha1 b/common/m2/repository/com/fasterxml/oss-parent/24/oss-parent-24.pom.sha1
new file mode 100644
index 0000000..f78dbf8
--- /dev/null
+++ b/common/m2/repository/com/fasterxml/oss-parent/24/oss-parent-24.pom.sha1
@@ -0,0 +1 @@
+f4fbf349d22ab6a355ebecdb8a2886dd790b4877
\ No newline at end of file
diff --git a/common/m2/repository/com/firebase/firebase-client-android/2.5.2/BUILD b/common/m2/repository/com/firebase/firebase-client-android/2.5.2/BUILD
new file mode 100644
index 0000000..ae85e5e
--- /dev/null
+++ b/common/m2/repository/com/firebase/firebase-client-android/2.5.2/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["firebase-client-android-2.5.2.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "firebase-client-android-2.5.2.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.jar b/common/m2/repository/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.jar
new file mode 100644
index 0000000..b838a29
--- /dev/null
+++ b/common/m2/repository/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.jar
Binary files differ
diff --git a/common/m2/repository/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.jar.sha1 b/common/m2/repository/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.jar.sha1
new file mode 100644
index 0000000..4b4151e
--- /dev/null
+++ b/common/m2/repository/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.jar.sha1
@@ -0,0 +1 @@
+f19f10d6276aa0b380e2d05d2ab3272d693a5433
\ No newline at end of file
diff --git a/common/m2/repository/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.pom b/common/m2/repository/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.pom
new file mode 100644
index 0000000..0b77c33
--- /dev/null
+++ b/common/m2/repository/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.pom
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.firebase</groupId>
+  <artifactId>firebase-client-android</artifactId>
+  <version>2.5.2</version>
+  <name>Firebase Android Client Library</name>
+  <description>This is the official Android client library for Firebase. Build extraordinary native Android apps in minutes with Firebase. The Firebase platform can power your app’s backend, user authentication, static hosting, and more.</description>
+  <url>https://www.firebase.com/docs/java-quickstart.html/firebase-client-android</url>
+  <organization>
+    <name>Firebase</name>
+    <url>https://www.firebase.com/</url>
+  </organization>
+  <licenses>
+    <license>
+      <name>Commercial</name>
+      <url>https://www.firebase.com/terms/terms-of-service.html</url>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>firebase</id>
+      <name>Firebase</name>
+      <email>support@firebase.com</email>
+      <url>https://firebase.com/</url>
+      <organization>Firebase</organization>
+      <organizationUrl>https://firebase.com/</organizationUrl>
+      <roles>
+        <role>architect</role>
+        <role>developer</role>
+      </roles>
+      <timezone>-8</timezone>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:git@github.com:firebase/firebase-client-jvm.git/firebase-client-android</connection>
+    <developerConnection>scm:git:git@github.com:firebase/firebase-client-jvm.git/firebase-client-android</developerConnection>
+    <tag>Java-v2.5.2</tag>
+    <url>https://github.com/firebase/firebase-client-jvm/firebase-client-android</url>
+  </scm>
+  <distributionManagement>
+    <repository>
+      <id>sonatype-nexus-staging</id>
+      <name>Nexus Release Repository</name>
+      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+    </repository>
+    <snapshotRepository>
+      <id>sonatype-nexus-snapshots</id>
+      <name>Sonatype Nexus Snapshots</name>
+      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
+    </snapshotRepository>
+  </distributionManagement>
+  <dependencies>
+    <dependency>
+      <groupId>com.google.android</groupId>
+      <artifactId>android</artifactId>
+      <version>2.2.1</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.android</groupId>
+      <artifactId>android-test</artifactId>
+      <version>2.2.1</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.firebase</groupId>
+      <artifactId>firebase-client-jvm</artifactId>
+      <version>2.5.2</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>httpclient</artifactId>
+          <groupId>org.apache.httpcomponents</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+  </dependencies>
+  <repositories>
+    <repository>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <id>sonatype-nexus-snapshots</id>
+      <name>Sonatype Nexus Snapshots</name>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+    </repository>
+    <repository>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <id>central</id>
+      <name>Central Repository</name>
+      <url>http://repo.maven.apache.org/maven2</url>
+    </repository>
+  </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <releases>
+        <updatePolicy>never</updatePolicy>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <id>central</id>
+      <name>Central Repository</name>
+      <url>http://repo.maven.apache.org/maven2</url>
+    </pluginRepository>
+  </pluginRepositories>
+</project>
diff --git a/common/m2/repository/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.pom.sha1 b/common/m2/repository/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.pom.sha1
new file mode 100644
index 0000000..af61809
--- /dev/null
+++ b/common/m2/repository/com/firebase/firebase-client-android/2.5.2/firebase-client-android-2.5.2.pom.sha1
@@ -0,0 +1 @@
+0cae5e00d6c0c15ca312f8b6e3578a22f3492525
\ No newline at end of file
diff --git a/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/BUILD b/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/BUILD
new file mode 100644
index 0000000..0a1abd1
--- /dev/null
+++ b/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["firebase-client-jvm-2.5.2.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "firebase-client-jvm-2.5.2.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.jar b/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.jar
new file mode 100644
index 0000000..480d166
--- /dev/null
+++ b/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.jar
Binary files differ
diff --git a/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.jar.sha1 b/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.jar.sha1
new file mode 100644
index 0000000..b4dbb0a
--- /dev/null
+++ b/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.jar.sha1
@@ -0,0 +1 @@
+91731b8f5868a3e8a8a773f29b8d06b5c358f5bb
\ No newline at end of file
diff --git a/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.pom b/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.pom
new file mode 100644
index 0000000..e894d12
--- /dev/null
+++ b/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.pom
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.firebase</groupId>
+  <artifactId>firebase-client-jvm</artifactId>
+  <version>2.5.2</version>
+  <name>Firebase JVM Client Library</name>
+  <description>This is the official JVM client library for Firebase. Build extraordinary native JVM apps in minutes with Firebase. The Firebase platform can power your app’s backend, user authentication, static hosting, and more.</description>
+  <url>https://www.firebase.com/docs/java-quickstart.html/firebase-client-jvm</url>
+  <organization>
+    <name>Firebase</name>
+    <url>https://www.firebase.com/</url>
+  </organization>
+  <licenses>
+    <license>
+      <name>Commercial</name>
+      <url>https://www.firebase.com/terms/terms-of-service.html</url>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>firebase</id>
+      <name>Firebase</name>
+      <email>support@firebase.com</email>
+      <url>https://firebase.com/</url>
+      <organization>Firebase</organization>
+      <organizationUrl>https://firebase.com/</organizationUrl>
+      <roles>
+        <role>architect</role>
+        <role>developer</role>
+      </roles>
+      <timezone>-8</timezone>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:git@github.com:firebase/firebase-client-jvm.git/firebase-client-jvm</connection>
+    <developerConnection>scm:git:git@github.com:firebase/firebase-client-jvm.git/firebase-client-jvm</developerConnection>
+    <tag>Java-v2.5.2</tag>
+    <url>https://github.com/firebase/firebase-client-jvm/firebase-client-jvm</url>
+  </scm>
+  <distributionManagement>
+    <repository>
+      <id>sonatype-nexus-staging</id>
+      <name>Nexus Release Repository</name>
+      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+    </repository>
+    <snapshotRepository>
+      <id>sonatype-nexus-snapshots</id>
+      <name>Sonatype Nexus Snapshots</name>
+      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
+    </snapshotRepository>
+  </distributionManagement>
+  <dependencies>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+      <version>2.2.2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.firebase</groupId>
+      <artifactId>tubesock</artifactId>
+      <version>0.0.12</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>4.0.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+  <repositories>
+    <repository>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <id>sonatype-nexus-snapshots</id>
+      <name>Sonatype Nexus Snapshots</name>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+    </repository>
+    <repository>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <id>central</id>
+      <name>Central Repository</name>
+      <url>http://repo.maven.apache.org/maven2</url>
+    </repository>
+  </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <releases>
+        <updatePolicy>never</updatePolicy>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <id>central</id>
+      <name>Central Repository</name>
+      <url>http://repo.maven.apache.org/maven2</url>
+    </pluginRepository>
+  </pluginRepositories>
+</project>
diff --git a/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.pom.sha1 b/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.pom.sha1
new file mode 100644
index 0000000..92187cf
--- /dev/null
+++ b/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/firebase-client-jvm-2.5.2.pom.sha1
@@ -0,0 +1 @@
+42ce2b4fece08ec79c44704600d01cf219116aa9
\ No newline at end of file
diff --git a/common/m2/repository/com/firebase/tubesock/0.0.12/BUILD b/common/m2/repository/com/firebase/tubesock/0.0.12/BUILD
new file mode 100644
index 0000000..55beaf8
--- /dev/null
+++ b/common/m2/repository/com/firebase/tubesock/0.0.12/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["tubesock-0.0.12.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/sonatype/oss/oss-parent/7:pom",
+    source = "tubesock-0.0.12.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/firebase/tubesock/0.0.12/tubesock-0.0.12.jar b/common/m2/repository/com/firebase/tubesock/0.0.12/tubesock-0.0.12.jar
new file mode 100644
index 0000000..8d84ea9
--- /dev/null
+++ b/common/m2/repository/com/firebase/tubesock/0.0.12/tubesock-0.0.12.jar
Binary files differ
diff --git a/common/m2/repository/com/firebase/tubesock/0.0.12/tubesock-0.0.12.jar.sha1 b/common/m2/repository/com/firebase/tubesock/0.0.12/tubesock-0.0.12.jar.sha1
new file mode 100644
index 0000000..c4a95f2
--- /dev/null
+++ b/common/m2/repository/com/firebase/tubesock/0.0.12/tubesock-0.0.12.jar.sha1
@@ -0,0 +1 @@
+6ec0bbd3e161a73ed672284b587fd32309a86d7a
\ No newline at end of file
diff --git a/common/m2/repository/com/firebase/tubesock/0.0.12/tubesock-0.0.12.pom b/common/m2/repository/com/firebase/tubesock/0.0.12/tubesock-0.0.12.pom
new file mode 100644
index 0000000..f33a0ea
--- /dev/null
+++ b/common/m2/repository/com/firebase/tubesock/0.0.12/tubesock-0.0.12.pom
@@ -0,0 +1,148 @@
+<?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/xsd/maven-4.0.0.xsd">
+  <groupId>com.firebase</groupId>
+  <artifactId>tubesock</artifactId>
+  <version>0.0.12</version>
+  <modelVersion>4.0.0</modelVersion>
+  <packaging>jar</packaging>
+  <name>TubeSock</name>
+  <description>A WebSocket client implemented in Java</description>
+  <url>https://github.com/firebase/TubeSock</url>
+  <organization>
+    <name>Firebase</name>
+    <url>https://www.firebase.com/</url>
+  </organization>
+  <parent>
+    <groupId>org.sonatype.oss</groupId>
+    <artifactId>oss-parent</artifactId>
+    <version>7</version>
+  </parent>
+  <licenses>
+    <license>
+      <name>MIT</name>
+      <url>http://firebase.mit-license.org</url>
+    </license>
+  </licenses>
+  <properties>
+    <project.java.version>1.6</project.java.version>
+  </properties>
+  <scm>
+    <connection>scm:git:git@github.com:firebase/TubeSock.git</connection>
+    <developerConnection>scm:git:git@github.com:firebase/TubeSock.git</developerConnection>
+    <url>https://github.com/firebase/TubeSock</url>
+  </scm>
+  <developers>
+    <developer>
+      <id>gsoltis</id>
+      <name>Greg Soltis</name>
+      <email>greg@firebase.com</email>
+      <organization>Firebase</organization>
+      <url>https://twitter.com/gsoltis</url>
+    </developer>
+  </developers>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>4.0.1</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.1</version>
+        <configuration>
+          <source>${project.java.version}</source>
+          <target>${project.java.version}</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+        <version>2.2.1</version>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.9.1</version>
+        <executions>
+          <execution>
+            <id>attach-javadocs</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-gpg-plugin</artifactId>
+        <version>1.4</version>
+        <executions>
+          <execution>
+            <id>sign-artifacts</id>
+            <phase>verify</phase>
+            <goals>
+              <goal>sign</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <profiles>
+    <profile>
+      <!--
+        Used to generate a jar with all dependencies included + shaded. Used to build something for devs who aren't
+        using maven and just want something they can put in their libs directory. The shading avoids clashes with
+        other versions of the same libraries being present
+      -->
+      <id>standalone</id>
+      <activation>
+        <property>
+          <name>standalone</name>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-shade-plugin</artifactId>
+            <version>2.1</version>
+            <executions>
+              <execution>
+                <phase>package</phase>
+                <goals>
+                  <goal>shade</goal>
+                </goals>
+                <configuration>
+                  <createDependencyReducedPom>false</createDependencyReducedPom>
+                  <relocations>
+                    <relocation>
+                      <pattern>org.apache.commons</pattern>
+                      <shadedPattern>org.firebase-shaded.apache.commons</shadedPattern>
+                    </relocation>
+                    <relocation>
+                      <pattern>org.apache.http</pattern>
+                      <shadedPattern>org.firebase-shaded.apache.http</shadedPattern>
+                    </relocation>
+                  </relocations>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
\ No newline at end of file
diff --git a/common/m2/repository/com/firebase/tubesock/0.0.12/tubesock-0.0.12.pom.sha1 b/common/m2/repository/com/firebase/tubesock/0.0.12/tubesock-0.0.12.pom.sha1
new file mode 100644
index 0000000..0656fff
--- /dev/null
+++ b/common/m2/repository/com/firebase/tubesock/0.0.12/tubesock-0.0.12.pom.sha1
@@ -0,0 +1 @@
+a4d08ad4962a2044907879f2a1582bfb541f848a
\ No newline at end of file
diff --git a/common/m2/repository/com/futuremind/recyclerfastscroll/fastscroll/0.2.4/BUILD b/common/m2/repository/com/futuremind/recyclerfastscroll/fastscroll/0.2.4/BUILD
new file mode 100644
index 0000000..1d1126f
--- /dev/null
+++ b/common/m2/repository/com/futuremind/recyclerfastscroll/fastscroll/0.2.4/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_aar(
+    name = "aar",
+    aar = "fastscroll-0.2.4.aar",
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "fastscroll-0.2.4.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/futuremind/recyclerfastscroll/fastscroll/0.2.4/fastscroll-0.2.4.aar b/common/m2/repository/com/futuremind/recyclerfastscroll/fastscroll/0.2.4/fastscroll-0.2.4.aar
new file mode 100644
index 0000000..6c0de04
--- /dev/null
+++ b/common/m2/repository/com/futuremind/recyclerfastscroll/fastscroll/0.2.4/fastscroll-0.2.4.aar
Binary files differ
diff --git a/common/m2/repository/com/futuremind/recyclerfastscroll/fastscroll/0.2.4/fastscroll-0.2.4.aar.sha1 b/common/m2/repository/com/futuremind/recyclerfastscroll/fastscroll/0.2.4/fastscroll-0.2.4.aar.sha1
new file mode 100644
index 0000000..a8b5ac2
--- /dev/null
+++ b/common/m2/repository/com/futuremind/recyclerfastscroll/fastscroll/0.2.4/fastscroll-0.2.4.aar.sha1
@@ -0,0 +1 @@
+f55521a4a514deba4f29c5dc4ee5eece4d3a7c2a
\ No newline at end of file
diff --git a/common/m2/repository/com/futuremind/recyclerfastscroll/fastscroll/0.2.4/fastscroll-0.2.4.pom b/common/m2/repository/com/futuremind/recyclerfastscroll/fastscroll/0.2.4/fastscroll-0.2.4.pom
new file mode 100644
index 0000000..f8fc63e
--- /dev/null
+++ b/common/m2/repository/com/futuremind/recyclerfastscroll/fastscroll/0.2.4/fastscroll-0.2.4.pom
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.futuremind.recyclerfastscroll</groupId>
+  <artifactId>fastscroll</artifactId>
+  <version>0.2.4</version>
+  <packaging>aar</packaging>
+  <name>Recycler Bubble</name>
+  <description>Provides fast scroll and section indexer for recycler view.</description>
+  <url>https://github.com/FutureMind/recycler-fast-scroll</url>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>mklimczak</id>
+      <name>Michal Klimczak</name>
+      <email>m.klimczak@futuremind.com</email>
+    </developer>
+  </developers>
+  <scm>
+    <connection>https://github.com/FutureMind/recycler-fast-scroll.git</connection>
+    <developerConnection>https://github.com/FutureMind/recycler-fast-scroll.git</developerConnection>
+    <url>https://github.com/FutureMind/recycler-fast-scroll</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>appcompat-v7</artifactId>
+      <version>23.4.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>recyclerview-v7</artifactId>
+      <version>23.4.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/futuremind/recyclerfastscroll/fastscroll/0.2.4/fastscroll-0.2.4.pom.sha1 b/common/m2/repository/com/futuremind/recyclerfastscroll/fastscroll/0.2.4/fastscroll-0.2.4.pom.sha1
new file mode 100644
index 0000000..0d78a8b
--- /dev/null
+++ b/common/m2/repository/com/futuremind/recyclerfastscroll/fastscroll/0.2.4/fastscroll-0.2.4.pom.sha1
@@ -0,0 +1 @@
+5e615d1ed8f7d9358d4590c7005d8d0bd24df1fc
\ No newline at end of file
diff --git a/common/m2/repository/com/github/moduth/blockcanary-android/1.2.1/blockcanary-android-1.2.1.aar b/common/m2/repository/com/github/moduth/blockcanary-android/1.2.1/blockcanary-android-1.2.1.aar
new file mode 100644
index 0000000..e8c13b5
--- /dev/null
+++ b/common/m2/repository/com/github/moduth/blockcanary-android/1.2.1/blockcanary-android-1.2.1.aar
Binary files differ
diff --git a/common/m2/repository/com/github/moduth/blockcanary-android/1.2.1/blockcanary-android-1.2.1.aar.sha1 b/common/m2/repository/com/github/moduth/blockcanary-android/1.2.1/blockcanary-android-1.2.1.aar.sha1
new file mode 100644
index 0000000..ad6530b
--- /dev/null
+++ b/common/m2/repository/com/github/moduth/blockcanary-android/1.2.1/blockcanary-android-1.2.1.aar.sha1
@@ -0,0 +1 @@
+78f65b7622338d512e79a26fe76e7bb9f7614190
\ No newline at end of file
diff --git a/common/m2/repository/com/github/moduth/blockcanary-android/1.2.1/blockcanary-android-1.2.1.pom b/common/m2/repository/com/github/moduth/blockcanary-android/1.2.1/blockcanary-android-1.2.1.pom
new file mode 100644
index 0000000..aa43598
--- /dev/null
+++ b/common/m2/repository/com/github/moduth/blockcanary-android/1.2.1/blockcanary-android-1.2.1.pom
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.github.moduth</groupId>
+  <artifactId>blockcanary-android</artifactId>
+  <version>1.2.1</version>
+  <packaging>aar</packaging>
+  <name>Android BlockCanary Library</name>
+  <description>Android BlockCanary Library</description>
+  <url>https://github.com/moduth/blockcanary</url>
+  <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>moduth</id>
+      <name>moduth</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:https://github.com/moduth/blockcanary/block-canary.git</connection>
+    <developerConnection>scm:https://github.com/moduth/blockcanary/block-canary.git</developerConnection>
+    <url>https://github.com/moduth/blockcanary</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.github.moduth</groupId>
+      <artifactId>blockcanary-core</artifactId>
+      <version>1.2.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/github/moduth/blockcanary-android/1.2.1/blockcanary-android-1.2.1.pom.sha1 b/common/m2/repository/com/github/moduth/blockcanary-android/1.2.1/blockcanary-android-1.2.1.pom.sha1
new file mode 100644
index 0000000..e97727d
--- /dev/null
+++ b/common/m2/repository/com/github/moduth/blockcanary-android/1.2.1/blockcanary-android-1.2.1.pom.sha1
@@ -0,0 +1 @@
+bcfa121d700c3d77684c73464689365393bd6ab5
\ No newline at end of file
diff --git a/common/m2/repository/com/github/moduth/blockcanary-core/1.2.1/BUILD b/common/m2/repository/com/github/moduth/blockcanary-core/1.2.1/BUILD
new file mode 100644
index 0000000..627f8f0
--- /dev/null
+++ b/common/m2/repository/com/github/moduth/blockcanary-core/1.2.1/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_aar(
+    name = "aar",
+    aar = "blockcanary-core-1.2.1.aar",
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "blockcanary-core-1.2.1.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/github/moduth/blockcanary-core/1.2.1/blockcanary-core-1.2.1.aar b/common/m2/repository/com/github/moduth/blockcanary-core/1.2.1/blockcanary-core-1.2.1.aar
new file mode 100644
index 0000000..8a7b4ad
--- /dev/null
+++ b/common/m2/repository/com/github/moduth/blockcanary-core/1.2.1/blockcanary-core-1.2.1.aar
Binary files differ
diff --git a/common/m2/repository/com/github/moduth/blockcanary-core/1.2.1/blockcanary-core-1.2.1.aar.sha1 b/common/m2/repository/com/github/moduth/blockcanary-core/1.2.1/blockcanary-core-1.2.1.aar.sha1
new file mode 100644
index 0000000..4ba56e7
--- /dev/null
+++ b/common/m2/repository/com/github/moduth/blockcanary-core/1.2.1/blockcanary-core-1.2.1.aar.sha1
@@ -0,0 +1 @@
+7f1bc72540135f82eed3357c3873227375d606e0
\ No newline at end of file
diff --git a/common/m2/repository/com/github/moduth/blockcanary-core/1.2.1/blockcanary-core-1.2.1.pom b/common/m2/repository/com/github/moduth/blockcanary-core/1.2.1/blockcanary-core-1.2.1.pom
new file mode 100644
index 0000000..a0cf5bd
--- /dev/null
+++ b/common/m2/repository/com/github/moduth/blockcanary-core/1.2.1/blockcanary-core-1.2.1.pom
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.github.moduth</groupId>
+  <artifactId>blockcanary-core</artifactId>
+  <version>1.2.1</version>
+  <packaging>aar</packaging>
+  <name>Android BlockCanary Core Library</name>
+  <description>Android BlockCanary Library</description>
+  <url>https://github.com/moduth/blockcanary</url>
+  <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>moduth</id>
+      <name>moduth</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:https://github.com/moduth/blockcanary/block-canary.git</connection>
+    <developerConnection>scm:https://github.com/moduth/blockcanary/block-canary.git</developerConnection>
+    <url>https://github.com/moduth/blockcanary</url>
+  </scm>
+</project>
diff --git a/common/m2/repository/com/github/moduth/blockcanary-core/1.2.1/blockcanary-core-1.2.1.pom.sha1 b/common/m2/repository/com/github/moduth/blockcanary-core/1.2.1/blockcanary-core-1.2.1.pom.sha1
new file mode 100644
index 0000000..f842548
--- /dev/null
+++ b/common/m2/repository/com/github/moduth/blockcanary-core/1.2.1/blockcanary-core-1.2.1.pom.sha1
@@ -0,0 +1 @@
+0ee3bb222a507565541aa3fcb08f71a60e25e2af
\ No newline at end of file
diff --git a/common/m2/repository/com/github/pwittchen/reactivenetwork/0.4.0/reactivenetwork-0.4.0.aar b/common/m2/repository/com/github/pwittchen/reactivenetwork/0.4.0/reactivenetwork-0.4.0.aar
new file mode 100644
index 0000000..98e2b95
--- /dev/null
+++ b/common/m2/repository/com/github/pwittchen/reactivenetwork/0.4.0/reactivenetwork-0.4.0.aar
Binary files differ
diff --git a/common/m2/repository/com/github/pwittchen/reactivenetwork/0.4.0/reactivenetwork-0.4.0.aar.sha1 b/common/m2/repository/com/github/pwittchen/reactivenetwork/0.4.0/reactivenetwork-0.4.0.aar.sha1
new file mode 100644
index 0000000..741da46
--- /dev/null
+++ b/common/m2/repository/com/github/pwittchen/reactivenetwork/0.4.0/reactivenetwork-0.4.0.aar.sha1
@@ -0,0 +1 @@
+c7736878c4a71cbfb5f8ce60b6d5861b558991e1
\ No newline at end of file
diff --git a/common/m2/repository/com/github/pwittchen/reactivenetwork/0.4.0/reactivenetwork-0.4.0.pom b/common/m2/repository/com/github/pwittchen/reactivenetwork/0.4.0/reactivenetwork-0.4.0.pom
new file mode 100644
index 0000000..ae96830
--- /dev/null
+++ b/common/m2/repository/com/github/pwittchen/reactivenetwork/0.4.0/reactivenetwork-0.4.0.pom
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.github.pwittchen</groupId>
+  <artifactId>reactivenetwork</artifactId>
+  <version>0.4.0</version>
+  <packaging>aar</packaging>
+  <name>reactivenetwork</name>
+  <description>Android library listening network connection state and Internet connectivity with RxJava Observables</description>
+  <url>https://github.com/pwittchen/ReactiveNetwork</url>
+  <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>pwittchen</id>
+      <name>Piotr Wittchen</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git@github.com:pwittchen/ReactiveNetwork.git</connection>
+    <developerConnection>scm:git@github.com:pwittchen/ReactiveNetwork.git</developerConnection>
+    <url>https://github.com/pwittchen/ReactiveNetwork</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>io.reactivex</groupId>
+      <artifactId>rxandroid</artifactId>
+      <version>1.2.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>io.reactivex</groupId>
+      <artifactId>rxjava</artifactId>
+      <version>1.1.5</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/github/pwittchen/reactivenetwork/0.4.0/reactivenetwork-0.4.0.pom.sha1 b/common/m2/repository/com/github/pwittchen/reactivenetwork/0.4.0/reactivenetwork-0.4.0.pom.sha1
new file mode 100644
index 0000000..4e5917f
--- /dev/null
+++ b/common/m2/repository/com/github/pwittchen/reactivenetwork/0.4.0/reactivenetwork-0.4.0.pom.sha1
@@ -0,0 +1 @@
+d74e533dc259cc9e9a033016474f6f2c82e63bb4
\ No newline at end of file
diff --git a/common/m2/repository/com/google/android/exoplayer/exoplayer/r1.5.9/BUILD b/common/m2/repository/com/google/android/exoplayer/exoplayer/r1.5.9/BUILD
new file mode 100644
index 0000000..3be9009
--- /dev/null
+++ b/common/m2/repository/com/google/android/exoplayer/exoplayer/r1.5.9/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_aar(
+    name = "aar",
+    aar = "exoplayer-r1.5.9.aar",
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "exoplayer-r1.5.9.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/google/android/exoplayer/exoplayer/r1.5.9/exoplayer-r1.5.9.aar b/common/m2/repository/com/google/android/exoplayer/exoplayer/r1.5.9/exoplayer-r1.5.9.aar
new file mode 100644
index 0000000..b879679
--- /dev/null
+++ b/common/m2/repository/com/google/android/exoplayer/exoplayer/r1.5.9/exoplayer-r1.5.9.aar
Binary files differ
diff --git a/common/m2/repository/com/google/android/exoplayer/exoplayer/r1.5.9/exoplayer-r1.5.9.aar.sha1 b/common/m2/repository/com/google/android/exoplayer/exoplayer/r1.5.9/exoplayer-r1.5.9.aar.sha1
new file mode 100644
index 0000000..88908d8
--- /dev/null
+++ b/common/m2/repository/com/google/android/exoplayer/exoplayer/r1.5.9/exoplayer-r1.5.9.aar.sha1
@@ -0,0 +1 @@
+56b9c35137b948ec867ff5b48f04bd65cac4601a
\ No newline at end of file
diff --git a/common/m2/repository/com/google/android/exoplayer/exoplayer/r1.5.9/exoplayer-r1.5.9.pom b/common/m2/repository/com/google/android/exoplayer/exoplayer/r1.5.9/exoplayer-r1.5.9.pom
new file mode 100644
index 0000000..9256d5b
--- /dev/null
+++ b/common/m2/repository/com/google/android/exoplayer/exoplayer/r1.5.9/exoplayer-r1.5.9.pom
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.google.android.exoplayer</groupId>
+  <artifactId>exoplayer</artifactId>
+  <version>r1.5.9</version>
+  <packaging>aar</packaging>
+</project>
diff --git a/common/m2/repository/com/google/android/exoplayer/exoplayer/r1.5.9/exoplayer-r1.5.9.pom.sha1 b/common/m2/repository/com/google/android/exoplayer/exoplayer/r1.5.9/exoplayer-r1.5.9.pom.sha1
new file mode 100644
index 0000000..8622116
--- /dev/null
+++ b/common/m2/repository/com/google/android/exoplayer/exoplayer/r1.5.9/exoplayer-r1.5.9.pom.sha1
@@ -0,0 +1 @@
+225c27dde906c8171349bc1b341b3e95a7603c0a
\ No newline at end of file
diff --git a/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/BUILD b/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/BUILD
new file mode 100644
index 0000000..cb597c3
--- /dev/null
+++ b/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["auto-value-1.3-rc1.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/google/auto/auto-parent/3:pom",
+    source = "auto-value-1.3-rc1.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/auto-value-1.3-rc1.jar b/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/auto-value-1.3-rc1.jar
new file mode 100644
index 0000000..ec88e2b
--- /dev/null
+++ b/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/auto-value-1.3-rc1.jar
Binary files differ
diff --git a/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/auto-value-1.3-rc1.jar.sha1 b/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/auto-value-1.3-rc1.jar.sha1
new file mode 100644
index 0000000..a7e2581
--- /dev/null
+++ b/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/auto-value-1.3-rc1.jar.sha1
@@ -0,0 +1 @@
+b764e0fb7e11353fbff493b22fd6e83bf091a179
\ No newline at end of file
diff --git a/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/auto-value-1.3-rc1.pom b/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/auto-value-1.3-rc1.pom
new file mode 100644
index 0000000..99e0b6b
--- /dev/null
+++ b/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/auto-value-1.3-rc1.pom
@@ -0,0 +1,152 @@
+<?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">

+  <parent>

+    <artifactId>auto-parent</artifactId>

+    <groupId>com.google.auto</groupId>

+    <version>3</version>

+  </parent>

+  <modelVersion>4.0.0</modelVersion>

+  <groupId>com.google.auto.value</groupId>

+  <artifactId>auto-value</artifactId>

+  <name>AutoValue</name>

+  <version>1.3-rc1</version>

+  <description>Immutable value-type code generation for Java 1.6+.</description>

+  <scm>

+    <connection>scm:git:git://github.com/google/auto.git</connection>

+    <developerConnection>scm:git:ssh://git@github.com/google/auto.git</developerConnection>

+    <url>http://github.com/google/auto</url>

+  </scm>

+  <build>

+    <resources>

+      <resource>

+        <directory>src/main/java</directory>

+      </resource>

+    </resources>

+    <plugins>

+      <plugin>

+        <artifactId>maven-jar-plugin</artifactId>

+        <version>2.5</version>

+      </plugin>

+      <plugin>

+        <artifactId>maven-invoker-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>integration-test</id>

+            <goals>

+              <goal>install</goal>

+              <goal>run</goal>

+            </goals>

+          </execution>

+        </executions>

+        <configuration>

+          <addTestClassPath>true</addTestClassPath>

+          <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>

+          <filterProperties>

+            <auto.version>${project.version}</auto.version>

+          </filterProperties>

+          <pomIncludes>

+            <pomInclude>*/pom.xml</pomInclude>

+          </pomIncludes>

+          <streamLogs>true</streamLogs>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.immutables.tools</groupId>

+        <artifactId>maven-shade-plugin</artifactId>

+        <version>3</version>

+        <executions>

+          <execution>

+            <phase>package</phase>

+            <goals>

+              <goal>shade</goal>

+            </goals>

+            <configuration>

+              <minimizeJar>true</minimizeJar>

+              <relocations>

+                <relocation>

+                  <pattern>org.objectweb</pattern>

+                  <shadedPattern>autovalue.shaded.org.objectweb$</shadedPattern>

+                </relocation>

+                <relocation>

+                  <pattern>com.google</pattern>

+                  <shadedPattern>autovalue.shaded.com.google$</shadedPattern>

+                  <excludes>

+                    <exclude>com.google.auto.value.**</exclude>

+                  </excludes>

+                </relocation>

+              </relocations>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+    </plugins>

+  </build>

+  <dependencies>

+    <dependency>

+      <groupId>org.apache.velocity</groupId>

+      <artifactId>velocity</artifactId>

+      <version>1.7</version>

+      <scope>test</scope>

+      <exclusions>

+        <exclusion>

+          <artifactId>commons-collections</artifactId>

+          <groupId>commons-collections</groupId>

+        </exclusion>

+        <exclusion>

+          <artifactId>commons-lang</artifactId>

+          <groupId>commons-lang</groupId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+    <dependency>

+      <groupId>com.google.guava</groupId>

+      <artifactId>guava-testlib</artifactId>

+      <version>19.0</version>

+      <scope>test</scope>

+      <exclusions>

+        <exclusion>

+          <artifactId>jsr305</artifactId>

+          <groupId>com.google.code.findbugs</groupId>

+        </exclusion>

+        <exclusion>

+          <artifactId>error_prone_annotations</artifactId>

+          <groupId>com.google.errorprone</groupId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+    <dependency>

+      <groupId>com.google.testing.compile</groupId>

+      <artifactId>compile-testing</artifactId>

+      <version>0.9</version>

+      <scope>test</scope>

+      <exclusions>

+        <exclusion>

+          <artifactId>tools</artifactId>

+          <groupId>com.sun</groupId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <version>4.11</version>

+      <scope>test</scope>

+      <exclusions>

+        <exclusion>

+          <artifactId>hamcrest-core</artifactId>

+          <groupId>org.hamcrest</groupId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+    <dependency>

+      <groupId>com.google.truth</groupId>

+      <artifactId>truth</artifactId>

+      <version>0.25</version>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+  <properties>

+    <guava.version>19.0</guava.version>

+  </properties>

+</project>

+

diff --git a/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/auto-value-1.3-rc1.pom.sha1 b/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/auto-value-1.3-rc1.pom.sha1
new file mode 100644
index 0000000..06c5157
--- /dev/null
+++ b/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/auto-value-1.3-rc1.pom.sha1
@@ -0,0 +1 @@
+9b923cfefe8dbd0306b63175a1e675612cb40a85
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/gson/gson-parent/2.8.0/BUILD b/common/m2/repository/com/google/code/gson/gson-parent/2.8.0/BUILD
new file mode 100644
index 0000000..65be592
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson-parent/2.8.0/BUILD
@@ -0,0 +1,9 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/sonatype/oss/oss-parent/7:pom",
+    source = "gson-parent-2.8.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/google/code/gson/gson-parent/2.8.0/gson-parent-2.8.0.pom b/common/m2/repository/com/google/code/gson/gson-parent/2.8.0/gson-parent-2.8.0.pom
new file mode 100644
index 0000000..d16b412
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson-parent/2.8.0/gson-parent-2.8.0.pom
@@ -0,0 +1,120 @@
+<?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.code.gson</groupId>
+  <artifactId>gson-parent</artifactId>
+  <version>2.8.0</version>
+  <packaging>pom</packaging>
+
+  <name>Gson Parent</name>
+  <description>Gson JSON library</description>
+  <url>https://github.com/google/gson</url>
+
+  <modules>
+    <module>gson</module>
+  </modules>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <java.version>1.6</java.version>
+  </properties>
+
+  <scm>
+    <url>https://github.com/google/gson/</url>
+    <connection>scm:git:https://github.com/google/gson.git</connection>
+    <developerConnection>scm:git:git@github.com:google/gson.git</developerConnection>
+    <tag>gson-parent-2.8.0</tag>
+  </scm>
+
+  <issueManagement>
+    <system>GitHub Issues</system>
+    <url>https://github.com/google/gson/issues</url>
+  </issueManagement>
+
+  <licenses>
+    <license>
+      <name>Apache 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>4.12</version>
+        <scope>test</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.0</version>
+          <configuration>
+            <source>${java.version}</source>
+            <target>${java.version}</target>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.10.3</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jar-plugin</artifactId>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.4.2</version>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.maven.scm</groupId>
+            <artifactId>maven-scm-provider-gitexe</artifactId>
+            <version>1.9</version>
+          </dependency>
+        </dependencies>
+        <configuration>
+          <autoVersionSubmodules>true</autoVersionSubmodules>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <profiles>
+    <profile>
+      <id>doclint-java8-disable</id>
+      <activation>
+        <jdk>[1.8,)</jdk>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <configuration>
+              <additionalparam>-Xdoclint:none</additionalparam>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/google/code/gson/gson-parent/2.8.0/gson-parent-2.8.0.pom.sha1 b/common/m2/repository/com/google/code/gson/gson-parent/2.8.0/gson-parent-2.8.0.pom.sha1
new file mode 100644
index 0000000..7b02b1f
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson-parent/2.8.0/gson-parent-2.8.0.pom.sha1
@@ -0,0 +1 @@
+df4e302623519c6b801aee5281bada262b9ed876
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/gson/gson/2.8.0/BUILD b/common/m2/repository/com/google/code/gson/gson/2.8.0/BUILD
new file mode 100644
index 0000000..375803d
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson/2.8.0/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["gson-2.8.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/google/code/gson/gson-parent/2.8.0:pom",
+    source = "gson-2.8.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar b/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
new file mode 100644
index 0000000..1235f63
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
Binary files differ
diff --git a/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar.sha1 b/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar.sha1
new file mode 100644
index 0000000..e4acea3
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar.sha1
@@ -0,0 +1 @@
+c4ba5371a29ac9b2ad6129b1d39ea38750043eff
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0.pom b/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0.pom
new file mode 100644
index 0000000..233e5c3
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0.pom
@@ -0,0 +1,48 @@
+<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.code.gson</groupId>
+    <artifactId>gson-parent</artifactId>
+    <version>2.8.0</version>
+  </parent>
+
+  <artifactId>gson</artifactId>
+  <name>Gson</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <includePackageNames>com.google.gson</includePackageNames>
+          <excludePackageNames>com.google.gson.internal:com.google.gson.internal.bind</excludePackageNames>
+          <links>
+            <link>http://docs.oracle.com/javase/6/docs/api/</link>
+          </links>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>biz.aQute.bnd</groupId>
+        <artifactId>bnd-maven-plugin</artifactId>
+        <version>3.1.0</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>bnd-process</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0.pom.sha1 b/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0.pom.sha1
new file mode 100644
index 0000000..b2fb06d
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0.pom.sha1
@@ -0,0 +1 @@
+36e74e4b4e2a699b4dc43e722cd0ad436f6b21fd
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.7/BUILD b/common/m2/repository/com/google/dagger/dagger-compiler/2.7/BUILD
new file mode 100644
index 0000000..6e16936
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.7/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["dagger-compiler-2.7.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/google/dagger/dagger-parent/2.7:pom",
+    source = "dagger-compiler-2.7.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.7/dagger-compiler-2.7.jar b/common/m2/repository/com/google/dagger/dagger-compiler/2.7/dagger-compiler-2.7.jar
new file mode 100644
index 0000000..8ce803e
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.7/dagger-compiler-2.7.jar
Binary files differ
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.7/dagger-compiler-2.7.jar.sha1 b/common/m2/repository/com/google/dagger/dagger-compiler/2.7/dagger-compiler-2.7.jar.sha1
new file mode 100644
index 0000000..01693f1
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.7/dagger-compiler-2.7.jar.sha1
@@ -0,0 +1 @@
+65aa7daec6dd64bf4f3208b268c38c6a4fb2b849
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.7/dagger-compiler-2.7.pom b/common/m2/repository/com/google/dagger/dagger-compiler/2.7/dagger-compiler-2.7.pom
new file mode 100644
index 0000000..86c0bab
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.7/dagger-compiler-2.7.pom
@@ -0,0 +1,206 @@
+<?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">

+  <parent>

+    <artifactId>dagger-parent</artifactId>

+    <groupId>com.google.dagger</groupId>

+    <version>2.7</version>

+  </parent>

+  <modelVersion>4.0.0</modelVersion>

+  <artifactId>dagger-compiler</artifactId>

+  <name>Dagger Compiler</name>

+  <description>Tools to generate Dagger injection and module adapters from annotated code and validate them.</description>

+  <build>

+    <plugins>

+      <plugin>

+        <artifactId>maven-compiler-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>default-compile</id>

+            <goals>

+              <goal>compile</goal>

+            </goals>

+            <configuration>

+              <annotationProcessors>

+                <annotationProcessor>com.google.auto.value.processor.AutoValueProcessor</annotationProcessor>

+                <annotationProcessor>com.google.auto.service.processor.AutoServiceProcessor</annotationProcessor>

+              </annotationProcessors>

+            </configuration>

+          </execution>

+          <execution>

+            <id>default-test-compile</id>

+            <goals>

+              <goal>testCompile</goal>

+            </goals>

+            <configuration>

+              <annotationProcessors>

+                <annotationProcessor>dagger.internal.codegen.ComponentProcessor</annotationProcessor>

+              </annotationProcessors>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <artifactId>maven-invoker-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>integration-test</id>

+            <goals>

+              <goal>install</goal>

+              <goal>run</goal>

+            </goals>

+          </execution>

+        </executions>

+        <configuration>

+          <addTestClassPath>true</addTestClassPath>

+          <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>

+          <cloneClean>true</cloneClean>

+          <profiles>

+            <profile>!sonatype-oss-release</profile>

+          </profiles>

+          <pomIncludes>

+            <pomInclude>*/pom.xml</pomInclude>

+          </pomIncludes>

+          <localRepositoryPath>${project.build.directory}/it-repo</localRepositoryPath>

+          <filterProperties>

+            <dagger.version>${project.version}</dagger.version>

+            <dagger.groupId>${project.groupId}</dagger.groupId>

+          </filterProperties>

+          <streamLogs>true</streamLogs>

+        </configuration>

+      </plugin>

+      <plugin>

+        <artifactId>maven-shade-plugin</artifactId>

+        <version>2.3</version>

+        <executions>

+          <execution>

+            <phase>package</phase>

+            <goals>

+              <goal>shade</goal>

+            </goals>

+            <configuration>

+              <minimizeJar>true</minimizeJar>

+              <artifactSet>

+                <excludes>

+                  <exclude>com.google.guava</exclude>

+                  <exclude>com.google.auto.service</exclude>

+                  <exclude>com.google.auto.value</exclude>

+                  <exclude>com.google.dagger:dagger</exclude>

+                  <exclude>com.google.dagger:dagger-producers</exclude>

+                  <exclude>javax.inject</exclude>

+                </excludes>

+              </artifactSet>

+              <relocations>

+                <relocation>

+                  <pattern>com.google.auto.common</pattern>

+                  <shadedPattern>dagger.shaded.auto.common</shadedPattern>

+                </relocation>

+              </relocations>

+              <filters>

+                <filter>

+                  <artifact>*:*</artifact>

+                  <excludes>

+                    <exclude>META-INF/*.SF</exclude>

+                    <exclude>META-INF/*.DSA</exclude>

+                    <exclude>META-INF/*.RSA</exclude>

+                  </excludes>

+                </filter>

+              </filters>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+    </plugins>

+  </build>

+  <dependencies>

+    <dependency>

+      <groupId>com.google.dagger</groupId>

+      <artifactId>dagger</artifactId>

+      <version>2.7</version>

+      <scope>compile</scope>

+    </dependency>

+    <dependency>

+      <groupId>com.google.dagger</groupId>

+      <artifactId>dagger-producers</artifactId>

+      <version>2.7</version>

+      <scope>compile</scope>

+    </dependency>

+    <dependency>

+      <groupId>com.google.guava</groupId>

+      <artifactId>guava</artifactId>

+      <version>19.0</version>

+      <scope>compile</scope>

+    </dependency>

+    <dependency>

+      <groupId>com.google.auto.service</groupId>

+      <artifactId>auto-service</artifactId>

+      <version>1.0-rc2</version>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>com.google.auto.value</groupId>

+      <artifactId>auto-value</artifactId>

+      <version>1.3</version>

+      <scope>provided</scope>

+    </dependency>

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <version>4.11</version>

+      <scope>test</scope>

+      <exclusions>

+        <exclusion>

+          <artifactId>hamcrest-core</artifactId>

+          <groupId>org.hamcrest</groupId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+    <dependency>

+      <groupId>com.google.dagger</groupId>

+      <artifactId>dagger</artifactId>

+      <version>2.7</version>

+      <classifier>tests</classifier>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>com.google.testing.compile</groupId>

+      <artifactId>compile-testing</artifactId>

+      <version>0.9</version>

+      <scope>test</scope>

+      <exclusions>

+        <exclusion>

+          <artifactId>tools</artifactId>

+          <groupId>com.sun</groupId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+    <dependency>

+      <groupId>com.google.guava</groupId>

+      <artifactId>guava-testlib</artifactId>

+      <version>19.0</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.mockito</groupId>

+      <artifactId>mockito-core</artifactId>

+      <version>1.9.5</version>

+      <scope>test</scope>

+      <exclusions>

+        <exclusion>

+          <artifactId>objenesis</artifactId>

+          <groupId>org.objenesis</groupId>

+        </exclusion>

+        <exclusion>

+          <artifactId>hamcrest-core</artifactId>

+          <groupId>org.hamcrest</groupId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+    <dependency>

+      <groupId>com.google.truth</groupId>

+      <artifactId>truth</artifactId>

+      <version>0.30</version>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+</project>

+

diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.7/dagger-compiler-2.7.pom.sha1 b/common/m2/repository/com/google/dagger/dagger-compiler/2.7/dagger-compiler-2.7.pom.sha1
new file mode 100644
index 0000000..76820a1
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.7/dagger-compiler-2.7.pom.sha1
@@ -0,0 +1 @@
+b9338bb31910c7f1d497bf01cc9f4786867ae847
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-parent/2.7/BUILD b/common/m2/repository/com/google/dagger/dagger-parent/2.7/BUILD
new file mode 100644
index 0000000..fa72e01
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-parent/2.7/BUILD
@@ -0,0 +1,9 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/sonatype/oss/oss-parent/7:pom",
+    source = "dagger-parent-2.7.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/google/dagger/dagger-parent/2.7/dagger-parent-2.7.pom b/common/m2/repository/com/google/dagger/dagger-parent/2.7/dagger-parent-2.7.pom
new file mode 100644
index 0000000..0c350a1
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-parent/2.7/dagger-parent-2.7.pom
@@ -0,0 +1,235 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (C) 2012 Google, Inc.
+  Copyright (C) 2012 Square, Inc.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<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.dagger</groupId>
+  <artifactId>dagger-parent</artifactId>
+  <packaging>pom</packaging>
+  <version>2.7</version>
+  <name>Dagger (Parent)</name>
+  <description>A fast dependency injector for Android and Java.</description>
+  <url>https://github.com/square/dagger</url>
+
+  <modules>
+    <module>compiler</module>
+    <module>core</module>
+    <module>gwt</module>
+    <!-- examples are handled in a default profile (see below) -->
+    <module>producers</module>
+  </modules>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+    <!-- Compilation -->
+    <java.version>1.7</java.version>
+    <javax.inject.version>1</javax.inject.version>
+    <javax.annotation.version>3.0.1</javax.annotation.version>
+    <auto.common.version>0.7</auto.common.version>
+    <auto.factory.version>1.0-beta3</auto.factory.version>
+    <auto.service.version>1.0-rc2</auto.service.version>
+    <auto.value.version>1.3</auto.value.version>
+    <errorprone.version>2.0.12</errorprone.version>
+    <guava.version>19.0</guava.version>
+    <google.java.format.version>1.0</google.java.format.version>
+
+
+    <!-- Test Dependencies -->
+    <compile-testing.version>0.9</compile-testing.version>
+    <junit.version>4.11</junit.version>
+    <mockito.version>1.9.5</mockito.version>
+    <truth.version>0.30</truth.version>
+  </properties>
+
+  <scm>
+    <url>http://github.com/google/dagger/</url>
+    <connection>scm:git:git://github.com/google/dagger.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/google/dagger.git</developerConnection>
+    <tag>HEAD</tag>
+  </scm>
+
+  <issueManagement>
+    <system>GitHub Issues</system>
+    <url>http://github.com/google/dagger/issues</url>
+  </issueManagement>
+
+  <licenses>
+    <license>
+      <name>Apache 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+
+  <organization>
+    <name>Google, Inc.</name>
+    <url>http://www.google.com</url>
+  </organization>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>javax.inject</groupId>
+        <artifactId>javax.inject</artifactId>
+        <version>${javax.inject.version}</version>
+      </dependency>
+       <dependency>
+        <groupId>javax.inject</groupId>
+        <artifactId>javax.inject-tck</artifactId>
+        <version>${javax.inject.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.code.findbugs</groupId>
+        <artifactId>jsr305</artifactId>
+        <version>${javax.annotation.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.guava</groupId>
+        <artifactId>guava</artifactId>
+        <version>${guava.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.guava</groupId>
+        <artifactId>guava-testlib</artifactId>
+        <version>${guava.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.googlejavaformat</groupId>
+        <artifactId>google-java-format</artifactId>
+        <version>${google.java.format.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.auto</groupId>
+        <artifactId>auto-common</artifactId>
+        <version>${auto.common.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.auto.service</groupId>
+        <artifactId>auto-service</artifactId>
+        <version>${auto.service.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.auto.value</groupId>
+        <artifactId>auto-value</artifactId>
+        <version>${auto.value.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.errorprone</groupId>
+        <artifactId>error_prone_annotations</artifactId>
+        <version>${errorprone.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${junit.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.testing.compile</groupId>
+        <artifactId>compile-testing</artifactId>
+        <version>${compile-testing.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.mockito</groupId>
+        <artifactId>mockito-core</artifactId>
+        <version>${mockito.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.truth</groupId>
+        <artifactId>truth</artifactId>
+        <version>${truth.version}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-invoker-plugin</artifactId>
+          <version>1.7</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>2.5</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>${java.version}</source>
+          <target>${java.version}</target>
+          <compilerArgument>-Xlint:all</compilerArgument>
+          <showWarnings>true</showWarnings>
+          <showDeprecation>true</showDeprecation>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.3.2</version><!--$NO-MVN-MAN-VER$-->
+        <configuration>
+          <autoVersionSubmodules>true</autoVersionSubmodules>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.10.4</version>
+        <configuration>
+          <windowtitle>Dagger Dependency Injection ${project.version} API</windowtitle>
+          <doctitle>Dagger Dependency Injection ${project.version} API</doctitle>
+          <docfilessubdirs>true</docfilessubdirs>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!--
+    A profile which when switched off excludes example modules.  By default the profile
+    is on and invokes examples.  However, when processing javadocs, it is switched off
+    omitting the example code from the javadoc.
+  -->
+  <profiles>
+    <profile>
+      <id>examples</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+      <modules>
+        <module>core</module>
+        <module>compiler</module>
+        <module>gwt</module>
+        <module>examples</module>
+        <module>producers</module>
+      </modules>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/google/dagger/dagger-parent/2.7/dagger-parent-2.7.pom.sha1 b/common/m2/repository/com/google/dagger/dagger-parent/2.7/dagger-parent-2.7.pom.sha1
new file mode 100644
index 0000000..8bd18d3
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-parent/2.7/dagger-parent-2.7.pom.sha1
@@ -0,0 +1 @@
+96f27ec8300cd4423f8b5cde9a2c5df426e0804a
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.7/BUILD b/common/m2/repository/com/google/dagger/dagger-producers/2.7/BUILD
new file mode 100644
index 0000000..3388ca1
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.7/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["dagger-producers-2.7.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/google/dagger/dagger-parent/2.7:pom",
+    source = "dagger-producers-2.7.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.7/dagger-producers-2.7.jar b/common/m2/repository/com/google/dagger/dagger-producers/2.7/dagger-producers-2.7.jar
new file mode 100644
index 0000000..2338606
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.7/dagger-producers-2.7.jar
Binary files differ
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.7/dagger-producers-2.7.jar.sha1 b/common/m2/repository/com/google/dagger/dagger-producers/2.7/dagger-producers-2.7.jar.sha1
new file mode 100644
index 0000000..fb5f463
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.7/dagger-producers-2.7.jar.sha1
@@ -0,0 +1 @@
+109b30d9c44c037e3bee87e85564fd604a7d432f
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.7/dagger-producers-2.7.pom b/common/m2/repository/com/google/dagger/dagger-producers/2.7/dagger-producers-2.7.pom
new file mode 100644
index 0000000..b9c28f4
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.7/dagger-producers-2.7.pom
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2014 Google, Inc.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<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.dagger</groupId>
+    <artifactId>dagger-parent</artifactId>
+    <version>2.7</version>
+  </parent>
+
+  <artifactId>dagger-producers</artifactId>
+  <name>Dagger Production Graphs</name>
+  <description>
+    An asynchronous dependency injection system that extends JSR-330.
+  </description>
+
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>dagger</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>com.google.code.findbugs</groupId>
+      <artifactId>jsr305</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava-testlib</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.7/dagger-producers-2.7.pom.sha1 b/common/m2/repository/com/google/dagger/dagger-producers/2.7/dagger-producers-2.7.pom.sha1
new file mode 100644
index 0000000..a45e86e
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.7/dagger-producers-2.7.pom.sha1
@@ -0,0 +1 @@
+5924482b221e46bab9ee88d62ed5e97c23371fab
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger/2.7/BUILD b/common/m2/repository/com/google/dagger/dagger/2.7/BUILD
new file mode 100644
index 0000000..ddd13a5
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.7/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["dagger-2.7.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/google/dagger/dagger-parent/2.7:pom",
+    source = "dagger-2.7.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/google/dagger/dagger/2.7/dagger-2.7.jar b/common/m2/repository/com/google/dagger/dagger/2.7/dagger-2.7.jar
new file mode 100644
index 0000000..511ad60
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.7/dagger-2.7.jar
Binary files differ
diff --git a/common/m2/repository/com/google/dagger/dagger/2.7/dagger-2.7.jar.sha1 b/common/m2/repository/com/google/dagger/dagger/2.7/dagger-2.7.jar.sha1
new file mode 100644
index 0000000..7b6f319
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.7/dagger-2.7.jar.sha1
@@ -0,0 +1 @@
+f60e4926b5f05a62ff73e73b6eb3a856cdc74ddb
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger/2.7/dagger-2.7.pom b/common/m2/repository/com/google/dagger/dagger/2.7/dagger-2.7.pom
new file mode 100644
index 0000000..9610a50
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.7/dagger-2.7.pom
@@ -0,0 +1,107 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Square, Inc.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<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.dagger</groupId>
+    <artifactId>dagger-parent</artifactId>
+    <version>2.7</version>
+  </parent>
+
+  <artifactId>dagger</artifactId>
+  <name>Dagger</name>
+
+  <properties>
+    <!-- Runtime must remain Java6 to support android. -->
+    <java.version>1.6</java.version>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>javax.inject</groupId>
+      <artifactId>javax.inject</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>animal-sniffer-maven-plugin</artifactId>
+        <version>1.8</version><!-- 1.9+ requires JDK7 on the build machine -->
+        <executions>
+          <execution>
+            <id>sniff-api</id>
+            <goals><goal>check</goal></goals>
+          </execution>
+        </executions>
+        <configuration>
+          <signature>
+            <groupId>org.codehaus.mojo.signature</groupId>
+            <artifactId>java16</artifactId>
+            <version>1.0</version>
+          </signature>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <excludePackageNames>dagger.internal:dagger.internal.*</excludePackageNames>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <phase>generate-resources</phase>
+            <goals>
+              <goal>jar-no-fork</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/common/m2/repository/com/google/dagger/dagger/2.7/dagger-2.7.pom.sha1 b/common/m2/repository/com/google/dagger/dagger/2.7/dagger-2.7.pom.sha1
new file mode 100644
index 0000000..a15069f
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.7/dagger-2.7.pom.sha1
@@ -0,0 +1 @@
+5dbd24a584d09c0a26d079e0f6ebaccd86f0b934
\ No newline at end of file
diff --git a/common/m2/repository/com/hannesdorfmann/mosby/mvp-common/2.0.1/BUILD b/common/m2/repository/com/hannesdorfmann/mosby/mvp-common/2.0.1/BUILD
new file mode 100644
index 0000000..b8bc070
--- /dev/null
+++ b/common/m2/repository/com/hannesdorfmann/mosby/mvp-common/2.0.1/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["mvp-common-2.0.1.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "mvp-common-2.0.1.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/hannesdorfmann/mosby/mvp-common/2.0.1/mvp-common-2.0.1.jar b/common/m2/repository/com/hannesdorfmann/mosby/mvp-common/2.0.1/mvp-common-2.0.1.jar
new file mode 100644
index 0000000..a2a8ff6
--- /dev/null
+++ b/common/m2/repository/com/hannesdorfmann/mosby/mvp-common/2.0.1/mvp-common-2.0.1.jar
Binary files differ
diff --git a/common/m2/repository/com/hannesdorfmann/mosby/mvp-common/2.0.1/mvp-common-2.0.1.jar.sha1 b/common/m2/repository/com/hannesdorfmann/mosby/mvp-common/2.0.1/mvp-common-2.0.1.jar.sha1
new file mode 100644
index 0000000..9229d35
--- /dev/null
+++ b/common/m2/repository/com/hannesdorfmann/mosby/mvp-common/2.0.1/mvp-common-2.0.1.jar.sha1
@@ -0,0 +1 @@
+d75c9c5577143f3cf3fd63f61526a551f910b56f
\ No newline at end of file
diff --git a/common/m2/repository/com/hannesdorfmann/mosby/mvp-common/2.0.1/mvp-common-2.0.1.pom b/common/m2/repository/com/hannesdorfmann/mosby/mvp-common/2.0.1/mvp-common-2.0.1.pom
new file mode 100644
index 0000000..d2b4b75
--- /dev/null
+++ b/common/m2/repository/com/hannesdorfmann/mosby/mvp-common/2.0.1/mvp-common-2.0.1.pom
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.hannesdorfmann.mosby</groupId>
+  <artifactId>mvp-common</artifactId>
+  <version>2.0.1</version>
+  <name>Mosby mvp-common</name>
+  <description>Containing the common interfaces of mosby mvp</description>
+  <url>https://github.com/sockeqwe/mosby</url>
+  <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>hannesdorfmann</id>
+      <name>Hannes Dorfmann</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git@github.com:sockeqwe/mosby.git</connection>
+    <developerConnection>scm:git@github.com:sockeqwe/mosby.git</developerConnection>
+    <url>https://github.com/sockeqwe/mosby</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-annotations</artifactId>
+      <version>23.1.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <version>2.0.5-beta</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/hannesdorfmann/mosby/mvp-common/2.0.1/mvp-common-2.0.1.pom.sha1 b/common/m2/repository/com/hannesdorfmann/mosby/mvp-common/2.0.1/mvp-common-2.0.1.pom.sha1
new file mode 100644
index 0000000..2c66436
--- /dev/null
+++ b/common/m2/repository/com/hannesdorfmann/mosby/mvp-common/2.0.1/mvp-common-2.0.1.pom.sha1
@@ -0,0 +1 @@
+238a7d34eedc0f5e74611dca82f3111faa48b7a9
\ No newline at end of file
diff --git a/common/m2/repository/com/hannesdorfmann/mosby/mvp/2.0.1/BUILD b/common/m2/repository/com/hannesdorfmann/mosby/mvp/2.0.1/BUILD
new file mode 100644
index 0000000..6869755
--- /dev/null
+++ b/common/m2/repository/com/hannesdorfmann/mosby/mvp/2.0.1/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_aar(
+    name = "aar",
+    aar = "mvp-2.0.1.aar",
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "mvp-2.0.1.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/hannesdorfmann/mosby/mvp/2.0.1/mvp-2.0.1.aar b/common/m2/repository/com/hannesdorfmann/mosby/mvp/2.0.1/mvp-2.0.1.aar
new file mode 100644
index 0000000..bbca046
--- /dev/null
+++ b/common/m2/repository/com/hannesdorfmann/mosby/mvp/2.0.1/mvp-2.0.1.aar
Binary files differ
diff --git a/common/m2/repository/com/hannesdorfmann/mosby/mvp/2.0.1/mvp-2.0.1.aar.sha1 b/common/m2/repository/com/hannesdorfmann/mosby/mvp/2.0.1/mvp-2.0.1.aar.sha1
new file mode 100644
index 0000000..64aee04
--- /dev/null
+++ b/common/m2/repository/com/hannesdorfmann/mosby/mvp/2.0.1/mvp-2.0.1.aar.sha1
@@ -0,0 +1 @@
+42f90eecb8b943e71caa6d0bb8d31d7d2de74b17
\ No newline at end of file
diff --git a/common/m2/repository/com/hannesdorfmann/mosby/mvp/2.0.1/mvp-2.0.1.pom b/common/m2/repository/com/hannesdorfmann/mosby/mvp/2.0.1/mvp-2.0.1.pom
new file mode 100644
index 0000000..eed3996
--- /dev/null
+++ b/common/m2/repository/com/hannesdorfmann/mosby/mvp/2.0.1/mvp-2.0.1.pom
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.hannesdorfmann.mosby</groupId>
+  <artifactId>mvp</artifactId>
+  <version>2.0.1</version>
+  <packaging>aar</packaging>
+  <name>Mosby Model-View-Presenter</name>
+  <description>A Model-View-Presenter library for Android apps</description>
+  <url>https://github.com/sockeqwe/mosby</url>
+  <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>hannesdorfmann</id>
+      <name>Hannes Dorfmann</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git@github.com:sockeqwe/mosby.git</connection>
+    <developerConnection>scm:git@github.com:sockeqwe/mosby.git</developerConnection>
+    <url>https://github.com/sockeqwe/mosby</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.hannesdorfmann.mosby</groupId>
+      <artifactId>mvp-common</artifactId>
+      <version>2.0.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>appcompat-v7</artifactId>
+      <version>23.1.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/hannesdorfmann/mosby/mvp/2.0.1/mvp-2.0.1.pom.sha1 b/common/m2/repository/com/hannesdorfmann/mosby/mvp/2.0.1/mvp-2.0.1.pom.sha1
new file mode 100644
index 0000000..9c14c09
--- /dev/null
+++ b/common/m2/repository/com/hannesdorfmann/mosby/mvp/2.0.1/mvp-2.0.1.pom.sha1
@@ -0,0 +1 @@
+f47ebbea88bc441dad313be332f2d8007e89d91c
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/butterknife-annotations/8.4.0/BUILD b/common/m2/repository/com/jakewharton/butterknife-annotations/8.4.0/BUILD
new file mode 100644
index 0000000..04ea3c4
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/butterknife-annotations/8.4.0/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["butterknife-annotations-8.4.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "butterknife-annotations-8.4.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/jakewharton/butterknife-annotations/8.4.0/butterknife-annotations-8.4.0.jar b/common/m2/repository/com/jakewharton/butterknife-annotations/8.4.0/butterknife-annotations-8.4.0.jar
new file mode 100644
index 0000000..c72e5a9
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/butterknife-annotations/8.4.0/butterknife-annotations-8.4.0.jar
Binary files differ
diff --git a/common/m2/repository/com/jakewharton/butterknife-annotations/8.4.0/butterknife-annotations-8.4.0.jar.sha1 b/common/m2/repository/com/jakewharton/butterknife-annotations/8.4.0/butterknife-annotations-8.4.0.jar.sha1
new file mode 100644
index 0000000..4fdfa62
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/butterknife-annotations/8.4.0/butterknife-annotations-8.4.0.jar.sha1
@@ -0,0 +1 @@
+ea392375cf9ff59234a82e7928a204215ccc98cd
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/butterknife-annotations/8.4.0/butterknife-annotations-8.4.0.pom b/common/m2/repository/com/jakewharton/butterknife-annotations/8.4.0/butterknife-annotations-8.4.0.pom
new file mode 100644
index 0000000..8777050
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/butterknife-annotations/8.4.0/butterknife-annotations-8.4.0.pom
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.jakewharton</groupId>
+  <artifactId>butterknife-annotations</artifactId>
+  <version>8.4.0</version>
+  <name>Butterknife Annotations</name>
+  <description>Field and method binding for Android views.</description>
+  <url>https://github.com/JakeWharton/butterknife/</url>
+  <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>jakewharton</id>
+      <name>Jake Wharton</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:git://github.com/JakeWharton/butterknife.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/JakeWharton/butterknife.git</developerConnection>
+    <url>https://github.com/JakeWharton/butterknife/</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-annotations</artifactId>
+      <version>24.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/jakewharton/butterknife-annotations/8.4.0/butterknife-annotations-8.4.0.pom.sha1 b/common/m2/repository/com/jakewharton/butterknife-annotations/8.4.0/butterknife-annotations-8.4.0.pom.sha1
new file mode 100644
index 0000000..07d037a
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/butterknife-annotations/8.4.0/butterknife-annotations-8.4.0.pom.sha1
@@ -0,0 +1 @@
+0e39479b0cd5463949c064888803f2baaa363277
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/BUILD b/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/BUILD
new file mode 100644
index 0000000..807b773
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["butterknife-compiler-8.4.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "butterknife-compiler-8.4.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/butterknife-compiler-8.4.0.jar b/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/butterknife-compiler-8.4.0.jar
new file mode 100644
index 0000000..cfde278
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/butterknife-compiler-8.4.0.jar
Binary files differ
diff --git a/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/butterknife-compiler-8.4.0.jar.sha1 b/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/butterknife-compiler-8.4.0.jar.sha1
new file mode 100644
index 0000000..1ee6a52
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/butterknife-compiler-8.4.0.jar.sha1
@@ -0,0 +1 @@
+022f40cd3f01849c6deeab0a755d2082b2624581
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/butterknife-compiler-8.4.0.pom b/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/butterknife-compiler-8.4.0.pom
new file mode 100644
index 0000000..aa890cd
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/butterknife-compiler-8.4.0.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.jakewharton</groupId>
+  <artifactId>butterknife-compiler</artifactId>
+  <version>8.4.0</version>
+  <name>Butterknife Compiler</name>
+  <description>Field and method binding for Android views.</description>
+  <url>https://github.com/JakeWharton/butterknife/</url>
+  <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>jakewharton</id>
+      <name>Jake Wharton</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:git://github.com/JakeWharton/butterknife.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/JakeWharton/butterknife.git</developerConnection>
+    <url>https://github.com/JakeWharton/butterknife/</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.jakewharton</groupId>
+      <artifactId>butterknife-annotations</artifactId>
+      <version>8.4.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.auto</groupId>
+      <artifactId>auto-common</artifactId>
+      <version>0.6</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <version>0.28</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.android</groupId>
+      <artifactId>android</artifactId>
+      <version>2.1.2</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.auto.service</groupId>
+      <artifactId>auto-service</artifactId>
+      <version>1.0-rc2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.robolectric</groupId>
+      <artifactId>robolectric</artifactId>
+      <version>3.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.squareup</groupId>
+      <artifactId>javapoet</artifactId>
+      <version>1.7.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.testing.compile</groupId>
+      <artifactId>compile-testing</artifactId>
+      <version>0.9</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/butterknife-compiler-8.4.0.pom.sha1 b/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/butterknife-compiler-8.4.0.pom.sha1
new file mode 100644
index 0000000..5f68cc3
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/butterknife-compiler-8.4.0.pom.sha1
@@ -0,0 +1 @@
+af6eeded0c17f6e435ff8c916ca1401601e250cd
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/butterknife/8.4.0/BUILD b/common/m2/repository/com/jakewharton/butterknife/8.4.0/BUILD
new file mode 100644
index 0000000..c04c16b
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/butterknife/8.4.0/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_aar(
+    name = "aar",
+    aar = "butterknife-8.4.0.aar",
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "butterknife-8.4.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/jakewharton/butterknife/8.4.0/butterknife-8.4.0.aar b/common/m2/repository/com/jakewharton/butterknife/8.4.0/butterknife-8.4.0.aar
new file mode 100644
index 0000000..ea60c69
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/butterknife/8.4.0/butterknife-8.4.0.aar
Binary files differ
diff --git a/common/m2/repository/com/jakewharton/butterknife/8.4.0/butterknife-8.4.0.aar.sha1 b/common/m2/repository/com/jakewharton/butterknife/8.4.0/butterknife-8.4.0.aar.sha1
new file mode 100644
index 0000000..a6bec3d
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/butterknife/8.4.0/butterknife-8.4.0.aar.sha1
@@ -0,0 +1 @@
+6c39334929311ff90a06c67ca310db1342fe2b6a
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/butterknife/8.4.0/butterknife-8.4.0.pom b/common/m2/repository/com/jakewharton/butterknife/8.4.0/butterknife-8.4.0.pom
new file mode 100644
index 0000000..1989e2c
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/butterknife/8.4.0/butterknife-8.4.0.pom
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.jakewharton</groupId>
+  <artifactId>butterknife</artifactId>
+  <version>8.4.0</version>
+  <packaging>aar</packaging>
+  <name>Butterknife</name>
+  <description>Field and method binding for Android views.</description>
+  <url>https://github.com/JakeWharton/butterknife/</url>
+  <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>jakewharton</id>
+      <name>Jake Wharton</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:git://github.com/JakeWharton/butterknife.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/JakeWharton/butterknife.git</developerConnection>
+    <url>https://github.com/JakeWharton/butterknife/</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.jakewharton</groupId>
+      <artifactId>butterknife-annotations</artifactId>
+      <version>8.4.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-annotations</artifactId>
+      <version>24.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/jakewharton/butterknife/8.4.0/butterknife-8.4.0.pom.sha1 b/common/m2/repository/com/jakewharton/butterknife/8.4.0/butterknife-8.4.0.pom.sha1
new file mode 100644
index 0000000..e5740c4
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/butterknife/8.4.0/butterknife-8.4.0.pom.sha1
@@ -0,0 +1 @@
+4ec05ff5b0074fa4e1a088f478cbd4d67151f9df
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding-appcompat-v7/1.0.0/rxbinding-appcompat-v7-1.0.0.aar b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-appcompat-v7/1.0.0/rxbinding-appcompat-v7-1.0.0.aar
new file mode 100644
index 0000000..49ee767
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-appcompat-v7/1.0.0/rxbinding-appcompat-v7-1.0.0.aar
Binary files differ
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding-appcompat-v7/1.0.0/rxbinding-appcompat-v7-1.0.0.aar.sha1 b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-appcompat-v7/1.0.0/rxbinding-appcompat-v7-1.0.0.aar.sha1
new file mode 100644
index 0000000..88caf94
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-appcompat-v7/1.0.0/rxbinding-appcompat-v7-1.0.0.aar.sha1
@@ -0,0 +1 @@
+e22a9b74fd738b57144694758599640ef8d070ee
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding-appcompat-v7/1.0.0/rxbinding-appcompat-v7-1.0.0.pom b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-appcompat-v7/1.0.0/rxbinding-appcompat-v7-1.0.0.pom
new file mode 100644
index 0000000..6342545
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-appcompat-v7/1.0.0/rxbinding-appcompat-v7-1.0.0.pom
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.jakewharton.rxbinding</groupId>
+  <artifactId>rxbinding-appcompat-v7</artifactId>
+  <version>1.0.0</version>
+  <packaging>aar</packaging>
+  <name>RxBinding (appcompat-v7)</name>
+  <description>RxJava binding APIs for Android's UI widgets.</description>
+  <url>https://github.com/JakeWharton/RxBinding/</url>
+  <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>jakewharton</id>
+      <name>Jake Wharton</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:git://github.com/JakeWharton/RxBinding.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/JakeWharton/RxBinding.git</developerConnection>
+    <url>https://github.com/JakeWharton/RxBinding/</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.jakewharton.rxbinding</groupId>
+      <artifactId>rxbinding</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>appcompat-v7</artifactId>
+      <version>25.0.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding-appcompat-v7/1.0.0/rxbinding-appcompat-v7-1.0.0.pom.sha1 b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-appcompat-v7/1.0.0/rxbinding-appcompat-v7-1.0.0.pom.sha1
new file mode 100644
index 0000000..db23063
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-appcompat-v7/1.0.0/rxbinding-appcompat-v7-1.0.0.pom.sha1
@@ -0,0 +1 @@
+27ba4a9e3184f745bbe200f74e1d77a229027ea7
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding-design/1.0.0/rxbinding-design-1.0.0.aar b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-design/1.0.0/rxbinding-design-1.0.0.aar
new file mode 100644
index 0000000..667415c
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-design/1.0.0/rxbinding-design-1.0.0.aar
Binary files differ
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding-design/1.0.0/rxbinding-design-1.0.0.aar.sha1 b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-design/1.0.0/rxbinding-design-1.0.0.aar.sha1
new file mode 100644
index 0000000..06617d2
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-design/1.0.0/rxbinding-design-1.0.0.aar.sha1
@@ -0,0 +1 @@
+b5e86af849d27d1f49acc153dae89b4e56675047
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding-design/1.0.0/rxbinding-design-1.0.0.pom b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-design/1.0.0/rxbinding-design-1.0.0.pom
new file mode 100644
index 0000000..a1f428f
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-design/1.0.0/rxbinding-design-1.0.0.pom
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.jakewharton.rxbinding</groupId>
+  <artifactId>rxbinding-design</artifactId>
+  <version>1.0.0</version>
+  <packaging>aar</packaging>
+  <name>RxBinding (design)</name>
+  <description>RxJava binding APIs for Android's UI widgets.</description>
+  <url>https://github.com/JakeWharton/RxBinding/</url>
+  <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>jakewharton</id>
+      <name>Jake Wharton</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:git://github.com/JakeWharton/RxBinding.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/JakeWharton/RxBinding.git</developerConnection>
+    <url>https://github.com/JakeWharton/RxBinding/</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.jakewharton.rxbinding</groupId>
+      <artifactId>rxbinding</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>design</artifactId>
+      <version>25.0.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding-design/1.0.0/rxbinding-design-1.0.0.pom.sha1 b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-design/1.0.0/rxbinding-design-1.0.0.pom.sha1
new file mode 100644
index 0000000..cba1c83
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-design/1.0.0/rxbinding-design-1.0.0.pom.sha1
@@ -0,0 +1 @@
+0ff7772472c79f8441749b5bdfde8e5e9fba978f
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding-leanback-v17/1.0.0/rxbinding-leanback-v17-1.0.0.aar b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-leanback-v17/1.0.0/rxbinding-leanback-v17-1.0.0.aar
new file mode 100644
index 0000000..1ef4f20
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-leanback-v17/1.0.0/rxbinding-leanback-v17-1.0.0.aar
Binary files differ
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding-leanback-v17/1.0.0/rxbinding-leanback-v17-1.0.0.aar.sha1 b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-leanback-v17/1.0.0/rxbinding-leanback-v17-1.0.0.aar.sha1
new file mode 100644
index 0000000..8ed2dfd
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-leanback-v17/1.0.0/rxbinding-leanback-v17-1.0.0.aar.sha1
@@ -0,0 +1 @@
+605160f30a85166071d84cce679a359a2590ef26
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding-leanback-v17/1.0.0/rxbinding-leanback-v17-1.0.0.pom b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-leanback-v17/1.0.0/rxbinding-leanback-v17-1.0.0.pom
new file mode 100644
index 0000000..7ad7467
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-leanback-v17/1.0.0/rxbinding-leanback-v17-1.0.0.pom
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.jakewharton.rxbinding</groupId>
+  <artifactId>rxbinding-leanback-v17</artifactId>
+  <version>1.0.0</version>
+  <packaging>aar</packaging>
+  <name>RxBinding (leanback-v17)</name>
+  <description>RxJava binding APIs for Android's UI widgets.</description>
+  <url>https://github.com/JakeWharton/RxBinding/</url>
+  <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>jakewharton</id>
+      <name>Jake Wharton</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:git://github.com/JakeWharton/RxBinding.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/JakeWharton/RxBinding.git</developerConnection>
+    <url>https://github.com/JakeWharton/RxBinding/</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.jakewharton.rxbinding</groupId>
+      <artifactId>rxbinding</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>leanback-v17</artifactId>
+      <version>25.0.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding-leanback-v17/1.0.0/rxbinding-leanback-v17-1.0.0.pom.sha1 b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-leanback-v17/1.0.0/rxbinding-leanback-v17-1.0.0.pom.sha1
new file mode 100644
index 0000000..3ec03d7
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-leanback-v17/1.0.0/rxbinding-leanback-v17-1.0.0.pom.sha1
@@ -0,0 +1 @@
+d7f16f2259acaabd704d59472b23a7de5706caa3
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding-recyclerview-v7/1.0.0/rxbinding-recyclerview-v7-1.0.0.aar b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-recyclerview-v7/1.0.0/rxbinding-recyclerview-v7-1.0.0.aar
new file mode 100644
index 0000000..5e201a4
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-recyclerview-v7/1.0.0/rxbinding-recyclerview-v7-1.0.0.aar
Binary files differ
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding-recyclerview-v7/1.0.0/rxbinding-recyclerview-v7-1.0.0.aar.sha1 b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-recyclerview-v7/1.0.0/rxbinding-recyclerview-v7-1.0.0.aar.sha1
new file mode 100644
index 0000000..3fc3aed
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-recyclerview-v7/1.0.0/rxbinding-recyclerview-v7-1.0.0.aar.sha1
@@ -0,0 +1 @@
+370883834e178408f8c7f7a99930dc9498508ede
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding-recyclerview-v7/1.0.0/rxbinding-recyclerview-v7-1.0.0.pom b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-recyclerview-v7/1.0.0/rxbinding-recyclerview-v7-1.0.0.pom
new file mode 100644
index 0000000..9a27d0d
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-recyclerview-v7/1.0.0/rxbinding-recyclerview-v7-1.0.0.pom
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.jakewharton.rxbinding</groupId>
+  <artifactId>rxbinding-recyclerview-v7</artifactId>
+  <version>1.0.0</version>
+  <packaging>aar</packaging>
+  <name>RxBinding (recyclerview-v7)</name>
+  <description>RxJava binding APIs for Android's UI widgets.</description>
+  <url>https://github.com/JakeWharton/RxBinding/</url>
+  <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>jakewharton</id>
+      <name>Jake Wharton</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:git://github.com/JakeWharton/RxBinding.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/JakeWharton/RxBinding.git</developerConnection>
+    <url>https://github.com/JakeWharton/RxBinding/</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.jakewharton.rxbinding</groupId>
+      <artifactId>rxbinding</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>recyclerview-v7</artifactId>
+      <version>25.0.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding-recyclerview-v7/1.0.0/rxbinding-recyclerview-v7-1.0.0.pom.sha1 b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-recyclerview-v7/1.0.0/rxbinding-recyclerview-v7-1.0.0.pom.sha1
new file mode 100644
index 0000000..015253f
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-recyclerview-v7/1.0.0/rxbinding-recyclerview-v7-1.0.0.pom.sha1
@@ -0,0 +1 @@
+8d83887c4317f963911c47ab9aa9a965c4df55b5
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding-support-v4/1.0.0/rxbinding-support-v4-1.0.0.aar b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-support-v4/1.0.0/rxbinding-support-v4-1.0.0.aar
new file mode 100644
index 0000000..fdf6dff
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-support-v4/1.0.0/rxbinding-support-v4-1.0.0.aar
Binary files differ
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding-support-v4/1.0.0/rxbinding-support-v4-1.0.0.aar.sha1 b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-support-v4/1.0.0/rxbinding-support-v4-1.0.0.aar.sha1
new file mode 100644
index 0000000..7c1e923
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-support-v4/1.0.0/rxbinding-support-v4-1.0.0.aar.sha1
@@ -0,0 +1 @@
+efb488f32a51c99abd62ef942eee3f104a98228a
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding-support-v4/1.0.0/rxbinding-support-v4-1.0.0.pom b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-support-v4/1.0.0/rxbinding-support-v4-1.0.0.pom
new file mode 100644
index 0000000..2dc8410
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-support-v4/1.0.0/rxbinding-support-v4-1.0.0.pom
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.jakewharton.rxbinding</groupId>
+  <artifactId>rxbinding-support-v4</artifactId>
+  <version>1.0.0</version>
+  <packaging>aar</packaging>
+  <name>RxBinding (support-v4)</name>
+  <description>RxJava binding APIs for Android's UI widgets.</description>
+  <url>https://github.com/JakeWharton/RxBinding/</url>
+  <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>jakewharton</id>
+      <name>Jake Wharton</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:git://github.com/JakeWharton/RxBinding.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/JakeWharton/RxBinding.git</developerConnection>
+    <url>https://github.com/JakeWharton/RxBinding/</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.jakewharton.rxbinding</groupId>
+      <artifactId>rxbinding</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-core-ui</artifactId>
+      <version>25.0.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding-support-v4/1.0.0/rxbinding-support-v4-1.0.0.pom.sha1 b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-support-v4/1.0.0/rxbinding-support-v4-1.0.0.pom.sha1
new file mode 100644
index 0000000..b8c0287
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding-support-v4/1.0.0/rxbinding-support-v4-1.0.0.pom.sha1
@@ -0,0 +1 @@
+294ccb1df17e3d5dcf0d85332b429305641c508d
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding/0.4.0/rxbinding-0.4.0.pom b/common/m2/repository/com/jakewharton/rxbinding/rxbinding/0.4.0/rxbinding-0.4.0.pom
new file mode 100644
index 0000000..28a53be
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding/0.4.0/rxbinding-0.4.0.pom
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.jakewharton.rxbinding</groupId>
+  <artifactId>rxbinding</artifactId>
+  <version>0.4.0</version>
+  <packaging>aar</packaging>
+  <name>RxBinding</name>
+  <description>RxJava binding APIs for Android's UI widgets.</description>
+  <url>https://github.com/JakeWharton/RxBinding/</url>
+  <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>jakewharton</id>
+      <name>Jake Wharton</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:git://github.com/JakeWharton/RxBinding.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/JakeWharton/RxBinding.git</developerConnection>
+    <url>https://github.com/JakeWharton/RxBinding/</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>io.reactivex</groupId>
+      <artifactId>rxandroid</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>io.reactivex</groupId>
+      <artifactId>rxjava</artifactId>
+      <version>1.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-annotations</artifactId>
+      <version>23.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding/0.4.0/rxbinding-0.4.0.pom.sha1 b/common/m2/repository/com/jakewharton/rxbinding/rxbinding/0.4.0/rxbinding-0.4.0.pom.sha1
new file mode 100644
index 0000000..bd9e5d7
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding/0.4.0/rxbinding-0.4.0.pom.sha1
@@ -0,0 +1 @@
+2ec8c845d3aa82c34b1c86fda9a00e1de8d41131
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding/1.0.0/rxbinding-1.0.0.aar b/common/m2/repository/com/jakewharton/rxbinding/rxbinding/1.0.0/rxbinding-1.0.0.aar
new file mode 100644
index 0000000..11a01a7
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding/1.0.0/rxbinding-1.0.0.aar
Binary files differ
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding/1.0.0/rxbinding-1.0.0.aar.sha1 b/common/m2/repository/com/jakewharton/rxbinding/rxbinding/1.0.0/rxbinding-1.0.0.aar.sha1
new file mode 100644
index 0000000..eb4b1f4
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding/1.0.0/rxbinding-1.0.0.aar.sha1
@@ -0,0 +1 @@
+6ab938ca0edb381a426980c420ebe13dc37ebbbf
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding/1.0.0/rxbinding-1.0.0.pom b/common/m2/repository/com/jakewharton/rxbinding/rxbinding/1.0.0/rxbinding-1.0.0.pom
new file mode 100644
index 0000000..169bd92
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding/1.0.0/rxbinding-1.0.0.pom
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.jakewharton.rxbinding</groupId>
+  <artifactId>rxbinding</artifactId>
+  <version>1.0.0</version>
+  <packaging>aar</packaging>
+  <name>RxBinding</name>
+  <description>RxJava binding APIs for Android's UI widgets.</description>
+  <url>https://github.com/JakeWharton/RxBinding/</url>
+  <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>jakewharton</id>
+      <name>Jake Wharton</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:git://github.com/JakeWharton/RxBinding.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/JakeWharton/RxBinding.git</developerConnection>
+    <url>https://github.com/JakeWharton/RxBinding/</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>io.reactivex</groupId>
+      <artifactId>rxjava</artifactId>
+      <version>1.2.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>io.reactivex</groupId>
+      <artifactId>rxandroid</artifactId>
+      <version>1.2.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-annotations</artifactId>
+      <version>25.0.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/jakewharton/rxbinding/rxbinding/1.0.0/rxbinding-1.0.0.pom.sha1 b/common/m2/repository/com/jakewharton/rxbinding/rxbinding/1.0.0/rxbinding-1.0.0.pom.sha1
new file mode 100644
index 0000000..d9362ea
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxbinding/rxbinding/1.0.0/rxbinding-1.0.0.pom.sha1
@@ -0,0 +1 @@
+c542233090ae6a94681b6934944c2237eff06bbd
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/rxrelay/rxrelay/1.1.0/BUILD b/common/m2/repository/com/jakewharton/rxrelay/rxrelay/1.1.0/BUILD
new file mode 100644
index 0000000..50ebb85
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxrelay/rxrelay/1.1.0/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["rxrelay-1.1.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/sonatype/oss/oss-parent/7:pom",
+    source = "rxrelay-1.1.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/jakewharton/rxrelay/rxrelay/1.1.0/rxrelay-1.1.0.jar b/common/m2/repository/com/jakewharton/rxrelay/rxrelay/1.1.0/rxrelay-1.1.0.jar
new file mode 100644
index 0000000..bec9369
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxrelay/rxrelay/1.1.0/rxrelay-1.1.0.jar
Binary files differ
diff --git a/common/m2/repository/com/jakewharton/rxrelay/rxrelay/1.1.0/rxrelay-1.1.0.jar.sha1 b/common/m2/repository/com/jakewharton/rxrelay/rxrelay/1.1.0/rxrelay-1.1.0.jar.sha1
new file mode 100644
index 0000000..258ad3d
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxrelay/rxrelay/1.1.0/rxrelay-1.1.0.jar.sha1
@@ -0,0 +1 @@
+54c35b15208240815ed73471108ac0fabb3754d9
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/rxrelay/rxrelay/1.1.0/rxrelay-1.1.0.pom b/common/m2/repository/com/jakewharton/rxrelay/rxrelay/1.1.0/rxrelay-1.1.0.pom
new file mode 100644
index 0000000..22cb727
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxrelay/rxrelay/1.1.0/rxrelay-1.1.0.pom
@@ -0,0 +1,77 @@
+<?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.jakewharton.rxrelay</groupId>
+  <artifactId>rxrelay</artifactId>
+  <version>1.1.0</version>
+
+  <name>RxRelay</name>
+  <description>Objects that are both an Observable and an Action1.</description>
+  <inceptionYear>2015</inceptionYear>
+
+  <scm>
+    <url>http://github.com/JakeWharton/RxRelay</url>
+    <connection>scm:git:git://github.com/JakeWharton/RxRelay.git</connection>
+    <developerConnection>scm:git:git@github.com:JakeWharton/RxRelay.git</developerConnection>
+  </scm>
+
+  <issueManagement>
+    <system>GitHub Issues</system>
+    <url>http://github.com/JakeWharton/RxRelay/issues</url>
+  </issueManagement>
+
+  <licenses>
+    <license>
+      <name>Apache License Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <java.version>1.6</java.version>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>io.reactivex</groupId>
+      <artifactId>rxjava</artifactId>
+      <version>1.1.3</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <version>1.10.19</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.3</version>
+        <configuration>
+          <source>${java.version}</source>
+          <target>${java.version}</target>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/common/m2/repository/com/jakewharton/rxrelay/rxrelay/1.1.0/rxrelay-1.1.0.pom.sha1 b/common/m2/repository/com/jakewharton/rxrelay/rxrelay/1.1.0/rxrelay-1.1.0.pom.sha1
new file mode 100644
index 0000000..ffa2fd1
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/rxrelay/rxrelay/1.1.0/rxrelay-1.1.0.pom.sha1
@@ -0,0 +1 @@
+41b0a70d6f5b7b1236051afcc4a945aa939c47aa
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/timber/timber/4.1.2/BUILD b/common/m2/repository/com/jakewharton/timber/timber/4.1.2/BUILD
new file mode 100644
index 0000000..243b35e
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/timber/timber/4.1.2/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_aar(
+    name = "aar",
+    aar = "timber-4.1.2.aar",
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "timber-4.1.2.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/jakewharton/timber/timber/4.1.2/timber-4.1.2.aar b/common/m2/repository/com/jakewharton/timber/timber/4.1.2/timber-4.1.2.aar
new file mode 100644
index 0000000..2dda036
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/timber/timber/4.1.2/timber-4.1.2.aar
Binary files differ
diff --git a/common/m2/repository/com/jakewharton/timber/timber/4.1.2/timber-4.1.2.aar.sha1 b/common/m2/repository/com/jakewharton/timber/timber/4.1.2/timber-4.1.2.aar.sha1
new file mode 100644
index 0000000..bfd2217
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/timber/timber/4.1.2/timber-4.1.2.aar.sha1
@@ -0,0 +1 @@
+ea22b9a5942df02927e65c4764a6c5750eea7924
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/timber/timber/4.1.2/timber-4.1.2.pom b/common/m2/repository/com/jakewharton/timber/timber/4.1.2/timber-4.1.2.pom
new file mode 100644
index 0000000..5cec5e9
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/timber/timber/4.1.2/timber-4.1.2.pom
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.jakewharton.timber</groupId>
+  <artifactId>timber</artifactId>
+  <version>4.1.2</version>
+  <packaging>aar</packaging>
+  <name>Timber</name>
+  <description>No-nonsense injectable logging.</description>
+  <url>https://github.com/JakeWharton/timber</url>
+  <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>jakewharton</id>
+      <name>Jake Wharton</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:git://github.com/JakeWharton/timber.git</connection>
+    <developerConnection>scm:git:git://github.com/JakeWharton/timber.git</developerConnection>
+    <url>https://github.com/JakeWharton/timber</url>
+  </scm>
+</project>
diff --git a/common/m2/repository/com/jakewharton/timber/timber/4.1.2/timber-4.1.2.pom.sha1 b/common/m2/repository/com/jakewharton/timber/timber/4.1.2/timber-4.1.2.pom.sha1
new file mode 100644
index 0000000..5aa0e4b
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/timber/timber/4.1.2/timber-4.1.2.pom.sha1
@@ -0,0 +1 @@
+0a00ceb9be26b266ab30260204d3a97ba3ac5de7
\ No newline at end of file
diff --git a/common/m2/repository/com/lovedise/permissiongen/0.0.6/BUILD b/common/m2/repository/com/lovedise/permissiongen/0.0.6/BUILD
new file mode 100644
index 0000000..2cb7ae6
--- /dev/null
+++ b/common/m2/repository/com/lovedise/permissiongen/0.0.6/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_aar(
+    name = "aar",
+    aar = "permissiongen-0.0.6.aar",
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "permissiongen-0.0.6.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/lovedise/permissiongen/0.0.6/permissiongen-0.0.6.aar b/common/m2/repository/com/lovedise/permissiongen/0.0.6/permissiongen-0.0.6.aar
new file mode 100644
index 0000000..36c3d1a
--- /dev/null
+++ b/common/m2/repository/com/lovedise/permissiongen/0.0.6/permissiongen-0.0.6.aar
Binary files differ
diff --git a/common/m2/repository/com/lovedise/permissiongen/0.0.6/permissiongen-0.0.6.aar.sha1 b/common/m2/repository/com/lovedise/permissiongen/0.0.6/permissiongen-0.0.6.aar.sha1
new file mode 100644
index 0000000..2a60cec
--- /dev/null
+++ b/common/m2/repository/com/lovedise/permissiongen/0.0.6/permissiongen-0.0.6.aar.sha1
@@ -0,0 +1 @@
+d4b1284d8d0dbb449cacf4b88b9f5e590bb59ff9
\ No newline at end of file
diff --git a/common/m2/repository/com/lovedise/permissiongen/0.0.6/permissiongen-0.0.6.pom b/common/m2/repository/com/lovedise/permissiongen/0.0.6/permissiongen-0.0.6.pom
new file mode 100644
index 0000000..cde8c48
--- /dev/null
+++ b/common/m2/repository/com/lovedise/permissiongen/0.0.6/permissiongen-0.0.6.pom
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.lovedise</groupId>
+  <artifactId>permissiongen</artifactId>
+  <version>0.0.6</version>
+  <packaging>aar</packaging>
+  <name>PermissionGen</name>
+  <description>The project PermissionGen easy to use permission of Android M</description>
+  <url>https://github.com/lovedise/PermissionGen</url>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>lovedise</id>
+      <name>SeungHwan Kim</name>
+      <email>lovedise@gmail.com</email>
+    </developer>
+  </developers>
+  <scm>
+    <connection>https://github.com/lovedise/PermissionGen.git</connection>
+    <developerConnection>https://github.com/lovedise/PermissionGen.git</developerConnection>
+    <url>https://github.com/lovedise/PermissionGen</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>appcompat-v7</artifactId>
+      <version>23.1.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/lovedise/permissiongen/0.0.6/permissiongen-0.0.6.pom.sha1 b/common/m2/repository/com/lovedise/permissiongen/0.0.6/permissiongen-0.0.6.pom.sha1
new file mode 100644
index 0000000..11d0f9d
--- /dev/null
+++ b/common/m2/repository/com/lovedise/permissiongen/0.0.6/permissiongen-0.0.6.pom.sha1
@@ -0,0 +1 @@
+36854b5de9b2ad79d3a9858b648eb1630953f5d4
\ No newline at end of file
diff --git a/common/m2/repository/com/meetic/dragueur/dragueur/1.0.3/BUILD b/common/m2/repository/com/meetic/dragueur/dragueur/1.0.3/BUILD
new file mode 100644
index 0000000..ef33bf6
--- /dev/null
+++ b/common/m2/repository/com/meetic/dragueur/dragueur/1.0.3/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_aar(
+    name = "aar",
+    aar = "dragueur-1.0.3.aar",
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "dragueur-1.0.3.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/meetic/dragueur/dragueur/1.0.3/dragueur-1.0.3.aar b/common/m2/repository/com/meetic/dragueur/dragueur/1.0.3/dragueur-1.0.3.aar
new file mode 100644
index 0000000..fbe6d08
--- /dev/null
+++ b/common/m2/repository/com/meetic/dragueur/dragueur/1.0.3/dragueur-1.0.3.aar
Binary files differ
diff --git a/common/m2/repository/com/meetic/dragueur/dragueur/1.0.3/dragueur-1.0.3.aar.sha1 b/common/m2/repository/com/meetic/dragueur/dragueur/1.0.3/dragueur-1.0.3.aar.sha1
new file mode 100644
index 0000000..9425f0d
--- /dev/null
+++ b/common/m2/repository/com/meetic/dragueur/dragueur/1.0.3/dragueur-1.0.3.aar.sha1
@@ -0,0 +1 @@
+303a117e22343a605e5bf90ffba67899bda317a0
\ No newline at end of file
diff --git a/common/m2/repository/com/meetic/dragueur/dragueur/1.0.3/dragueur-1.0.3.pom b/common/m2/repository/com/meetic/dragueur/dragueur/1.0.3/dragueur-1.0.3.pom
new file mode 100644
index 0000000..f1e0d25
--- /dev/null
+++ b/common/m2/repository/com/meetic/dragueur/dragueur/1.0.3/dragueur-1.0.3.pom
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.meetic.dragueur</groupId>
+  <artifactId>dragueur</artifactId>
+  <version>1.0.3</version>
+  <packaging>aar</packaging>
+  <name>Dragueur</name>
+  <description>Dragueur</description>
+  <url>https://github.com/Meetic/Dragueur</url>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>meetic-android</id>
+      <name>meetic-android</name>
+      <email>champigny.florent@gmail.com</email>
+    </developer>
+  </developers>
+  <scm>
+    <connection>https://github.com/Meetic/Dragueur.git</connection>
+    <developerConnection>https://github.com/Meetic/Dragueur.git</developerConnection>
+    <url>https://github.com/Meetic/Dragueur</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>appcompat-v7</artifactId>
+      <version>23.3.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/meetic/dragueur/dragueur/1.0.3/dragueur-1.0.3.pom.sha1 b/common/m2/repository/com/meetic/dragueur/dragueur/1.0.3/dragueur-1.0.3.pom.sha1
new file mode 100644
index 0000000..46dbab6
--- /dev/null
+++ b/common/m2/repository/com/meetic/dragueur/dragueur/1.0.3/dragueur-1.0.3.pom.sha1
@@ -0,0 +1 @@
+92ce1e44fba316314268a7d579888edb9d4d9b4e
\ No newline at end of file
diff --git a/common/m2/repository/com/meetic/shuffle/shuffle/1.0.8/shuffle-1.0.8.aar b/common/m2/repository/com/meetic/shuffle/shuffle/1.0.8/shuffle-1.0.8.aar
new file mode 100644
index 0000000..37a347b
--- /dev/null
+++ b/common/m2/repository/com/meetic/shuffle/shuffle/1.0.8/shuffle-1.0.8.aar
Binary files differ
diff --git a/common/m2/repository/com/meetic/shuffle/shuffle/1.0.8/shuffle-1.0.8.aar.sha1 b/common/m2/repository/com/meetic/shuffle/shuffle/1.0.8/shuffle-1.0.8.aar.sha1
new file mode 100644
index 0000000..5b1ac7d
--- /dev/null
+++ b/common/m2/repository/com/meetic/shuffle/shuffle/1.0.8/shuffle-1.0.8.aar.sha1
@@ -0,0 +1 @@
+b73ecf60f3919db290fea1b5498055f0c0648d9f
\ No newline at end of file
diff --git a/common/m2/repository/com/meetic/shuffle/shuffle/1.0.8/shuffle-1.0.8.pom b/common/m2/repository/com/meetic/shuffle/shuffle/1.0.8/shuffle-1.0.8.pom
new file mode 100644
index 0000000..edaf226
--- /dev/null
+++ b/common/m2/repository/com/meetic/shuffle/shuffle/1.0.8/shuffle-1.0.8.pom
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.meetic.shuffle</groupId>
+  <artifactId>shuffle</artifactId>
+  <version>1.0.8</version>
+  <packaging>aar</packaging>
+  <name>Shuffle</name>
+  <description>Shuffle</description>
+  <url>https://github.com/Meetic/Shuffle</url>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>meetic-android</id>
+      <name>meetic-android</name>
+      <email>champigny.florent@gmail.com</email>
+    </developer>
+  </developers>
+  <scm>
+    <connection>https://github.com/Meetic/Shuffle.git</connection>
+    <developerConnection>https://github.com/Meetic/Shuffle.git</developerConnection>
+    <url>https://github.com/Meetic/Shuffle</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.meetic.dragueur</groupId>
+      <artifactId>dragueur</artifactId>
+      <version>1.0.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>appcompat-v7</artifactId>
+      <version>23.4.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/meetic/shuffle/shuffle/1.0.8/shuffle-1.0.8.pom.sha1 b/common/m2/repository/com/meetic/shuffle/shuffle/1.0.8/shuffle-1.0.8.pom.sha1
new file mode 100644
index 0000000..eff14ec
--- /dev/null
+++ b/common/m2/repository/com/meetic/shuffle/shuffle/1.0.8/shuffle-1.0.8.pom.sha1
@@ -0,0 +1 @@
+6ac7830ea6972d82f8ea81c724d1b0fdafd0e064
\ No newline at end of file
diff --git a/common/m2/repository/com/parse/bolts/bolts-android/1.4.0/BUILD b/common/m2/repository/com/parse/bolts/bolts-android/1.4.0/BUILD
new file mode 100644
index 0000000..030cbf3
--- /dev/null
+++ b/common/m2/repository/com/parse/bolts/bolts-android/1.4.0/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["bolts-android-1.4.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "bolts-android-1.4.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/parse/bolts/bolts-android/1.4.0/bolts-android-1.4.0.jar b/common/m2/repository/com/parse/bolts/bolts-android/1.4.0/bolts-android-1.4.0.jar
new file mode 100644
index 0000000..b34a2df
--- /dev/null
+++ b/common/m2/repository/com/parse/bolts/bolts-android/1.4.0/bolts-android-1.4.0.jar
Binary files differ
diff --git a/common/m2/repository/com/parse/bolts/bolts-android/1.4.0/bolts-android-1.4.0.jar.sha1 b/common/m2/repository/com/parse/bolts/bolts-android/1.4.0/bolts-android-1.4.0.jar.sha1
new file mode 100644
index 0000000..09760e4
--- /dev/null
+++ b/common/m2/repository/com/parse/bolts/bolts-android/1.4.0/bolts-android-1.4.0.jar.sha1
@@ -0,0 +1 @@
+cc174c559b5177982887bf6e1b76003aebad9516
\ No newline at end of file
diff --git a/common/m2/repository/com/parse/bolts/bolts-android/1.4.0/bolts-android-1.4.0.pom b/common/m2/repository/com/parse/bolts/bolts-android/1.4.0/bolts-android-1.4.0.pom
new file mode 100644
index 0000000..e04a801
--- /dev/null
+++ b/common/m2/repository/com/parse/bolts/bolts-android/1.4.0/bolts-android-1.4.0.pom
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.parse.bolts</groupId>
+  <artifactId>bolts-android</artifactId>
+  <version>1.4.0</version>
+  <name>Bolts-Android</name>
+  <description>Bolts is a collection of low-level libraries designed to make developing mobile apps easier.</description>
+  <url>https://github.com/BoltsFramework/Bolts-Android</url>
+  <licenses>
+    <license>
+      <name>BSD 2-Clause License</name>
+      <url>https://github.com/BoltsFramework/Bolts-Android/blob/master/LICENSE</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>parse</id>
+      <name>Parse</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git@github.com:BoltsFramework/Bolts-Android.git</connection>
+    <developerConnection>scm:git@github.com:BoltsFramework/Bolts-Android.git</developerConnection>
+    <url>https://github.com/BoltsFramework/Bolts-Android</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.parse.bolts</groupId>
+      <artifactId>bolts-tasks</artifactId>
+      <version>1.4.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.parse.bolts</groupId>
+      <artifactId>bolts-applinks</artifactId>
+      <version>1.4.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/parse/bolts/bolts-android/1.4.0/bolts-android-1.4.0.pom.sha1 b/common/m2/repository/com/parse/bolts/bolts-android/1.4.0/bolts-android-1.4.0.pom.sha1
new file mode 100644
index 0000000..b24b743
--- /dev/null
+++ b/common/m2/repository/com/parse/bolts/bolts-android/1.4.0/bolts-android-1.4.0.pom.sha1
@@ -0,0 +1 @@
+8b2e761cd2a6f81af00ab7be89aaa5f70f377331
\ No newline at end of file
diff --git a/common/m2/repository/com/parse/bolts/bolts-applinks/1.4.0/BUILD b/common/m2/repository/com/parse/bolts/bolts-applinks/1.4.0/BUILD
new file mode 100644
index 0000000..62c5eb0
--- /dev/null
+++ b/common/m2/repository/com/parse/bolts/bolts-applinks/1.4.0/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["bolts-applinks-1.4.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "bolts-applinks-1.4.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/parse/bolts/bolts-applinks/1.4.0/bolts-applinks-1.4.0.jar b/common/m2/repository/com/parse/bolts/bolts-applinks/1.4.0/bolts-applinks-1.4.0.jar
new file mode 100644
index 0000000..d27ff62
--- /dev/null
+++ b/common/m2/repository/com/parse/bolts/bolts-applinks/1.4.0/bolts-applinks-1.4.0.jar
Binary files differ
diff --git a/common/m2/repository/com/parse/bolts/bolts-applinks/1.4.0/bolts-applinks-1.4.0.jar.sha1 b/common/m2/repository/com/parse/bolts/bolts-applinks/1.4.0/bolts-applinks-1.4.0.jar.sha1
new file mode 100644
index 0000000..247022e
--- /dev/null
+++ b/common/m2/repository/com/parse/bolts/bolts-applinks/1.4.0/bolts-applinks-1.4.0.jar.sha1
@@ -0,0 +1 @@
+8ad21bf21784dacce5f2043afb97218cc377e835
\ No newline at end of file
diff --git a/common/m2/repository/com/parse/bolts/bolts-applinks/1.4.0/bolts-applinks-1.4.0.pom b/common/m2/repository/com/parse/bolts/bolts-applinks/1.4.0/bolts-applinks-1.4.0.pom
new file mode 100644
index 0000000..fcca9aa
--- /dev/null
+++ b/common/m2/repository/com/parse/bolts/bolts-applinks/1.4.0/bolts-applinks-1.4.0.pom
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.parse.bolts</groupId>
+  <artifactId>bolts-applinks</artifactId>
+  <version>1.4.0</version>
+  <name>Bolts-AppLinks</name>
+  <description>Bolts is a collection of low-level libraries designed to make developing mobile apps easier.</description>
+  <url>https://github.com/BoltsFramework/Bolts-Android</url>
+  <licenses>
+    <license>
+      <name>BSD License</name>
+      <url>https://github.com/BoltsFramework/Bolts-Android/blob/master/LICENSE</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>parse</id>
+      <name>Parse</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git@github.com:BoltsFramework/Bolts-Android.git</connection>
+    <developerConnection>scm:git@github.com:BoltsFramework/Bolts-Android.git</developerConnection>
+    <url>https://github.com/BoltsFramework/Bolts-Android</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.parse.bolts</groupId>
+      <artifactId>bolts-tasks</artifactId>
+      <version>1.4.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/parse/bolts/bolts-applinks/1.4.0/bolts-applinks-1.4.0.pom.sha1 b/common/m2/repository/com/parse/bolts/bolts-applinks/1.4.0/bolts-applinks-1.4.0.pom.sha1
new file mode 100644
index 0000000..5fc663f
--- /dev/null
+++ b/common/m2/repository/com/parse/bolts/bolts-applinks/1.4.0/bolts-applinks-1.4.0.pom.sha1
@@ -0,0 +1 @@
+9a7b6fa518be36c41eeb71e9ccb960da962a161f
\ No newline at end of file
diff --git a/common/m2/repository/com/parse/bolts/bolts-tasks/1.4.0/BUILD b/common/m2/repository/com/parse/bolts/bolts-tasks/1.4.0/BUILD
new file mode 100644
index 0000000..bbc24a4
--- /dev/null
+++ b/common/m2/repository/com/parse/bolts/bolts-tasks/1.4.0/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["bolts-tasks-1.4.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "bolts-tasks-1.4.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/parse/bolts/bolts-tasks/1.4.0/bolts-tasks-1.4.0.jar b/common/m2/repository/com/parse/bolts/bolts-tasks/1.4.0/bolts-tasks-1.4.0.jar
new file mode 100644
index 0000000..d4118d6
--- /dev/null
+++ b/common/m2/repository/com/parse/bolts/bolts-tasks/1.4.0/bolts-tasks-1.4.0.jar
Binary files differ
diff --git a/common/m2/repository/com/parse/bolts/bolts-tasks/1.4.0/bolts-tasks-1.4.0.jar.sha1 b/common/m2/repository/com/parse/bolts/bolts-tasks/1.4.0/bolts-tasks-1.4.0.jar.sha1
new file mode 100644
index 0000000..4468c9d
--- /dev/null
+++ b/common/m2/repository/com/parse/bolts/bolts-tasks/1.4.0/bolts-tasks-1.4.0.jar.sha1
@@ -0,0 +1 @@
+d85884acf6810a3bbbecb587f239005cbc846dc4
\ No newline at end of file
diff --git a/common/m2/repository/com/parse/bolts/bolts-tasks/1.4.0/bolts-tasks-1.4.0.pom b/common/m2/repository/com/parse/bolts/bolts-tasks/1.4.0/bolts-tasks-1.4.0.pom
new file mode 100644
index 0000000..e55842e
--- /dev/null
+++ b/common/m2/repository/com/parse/bolts/bolts-tasks/1.4.0/bolts-tasks-1.4.0.pom
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.parse.bolts</groupId>
+  <artifactId>bolts-tasks</artifactId>
+  <version>1.4.0</version>
+  <name>Bolts-Tasks</name>
+  <description>Bolts is a collection of low-level libraries designed to make developing mobile apps easier.</description>
+  <url>https://github.com/BoltsFramework/Bolts-Android</url>
+  <licenses>
+    <license>
+      <name>BSD License</name>
+      <url>https://github.com/BoltsFramework/Bolts-Android/blob/master/LICENSE</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>parse</id>
+      <name>Parse</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git@github.com:BoltsFramework/Bolts-Android.git</connection>
+    <developerConnection>scm:git@github.com:BoltsFramework/Bolts-Android.git</developerConnection>
+    <url>https://github.com/BoltsFramework/Bolts-Android</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/parse/bolts/bolts-tasks/1.4.0/bolts-tasks-1.4.0.pom.sha1 b/common/m2/repository/com/parse/bolts/bolts-tasks/1.4.0/bolts-tasks-1.4.0.pom.sha1
new file mode 100644
index 0000000..fda15ac
--- /dev/null
+++ b/common/m2/repository/com/parse/bolts/bolts-tasks/1.4.0/bolts-tasks-1.4.0.pom.sha1
@@ -0,0 +1 @@
+db60026ffef8aae5e2bac952e74a106a784ea5ae
\ No newline at end of file
diff --git a/common/m2/repository/com/paypal/android/sdk/data-collector/2.3.6/data-collector-2.3.6.jar b/common/m2/repository/com/paypal/android/sdk/data-collector/2.3.6/data-collector-2.3.6.jar
new file mode 100644
index 0000000..b92f4f7
--- /dev/null
+++ b/common/m2/repository/com/paypal/android/sdk/data-collector/2.3.6/data-collector-2.3.6.jar
Binary files differ
diff --git a/common/m2/repository/com/paypal/android/sdk/data-collector/2.3.6/data-collector-2.3.6.jar.sha1 b/common/m2/repository/com/paypal/android/sdk/data-collector/2.3.6/data-collector-2.3.6.jar.sha1
new file mode 100644
index 0000000..cf6bccd
--- /dev/null
+++ b/common/m2/repository/com/paypal/android/sdk/data-collector/2.3.6/data-collector-2.3.6.jar.sha1
@@ -0,0 +1 @@
+1a0e2e9305e636c80cb9a5baf723938b5048d196
\ No newline at end of file
diff --git a/common/m2/repository/com/paypal/android/sdk/data-collector/2.3.6/data-collector-2.3.6.pom b/common/m2/repository/com/paypal/android/sdk/data-collector/2.3.6/data-collector-2.3.6.pom
new file mode 100644
index 0000000..220c55a
--- /dev/null
+++ b/common/m2/repository/com/paypal/android/sdk/data-collector/2.3.6/data-collector-2.3.6.pom
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.paypal.android.sdk</groupId>
+  <artifactId>data-collector</artifactId>
+  <version>2.3.6</version>
+  <name>data-collector</name>
+  <description>Fraud tools for PayPal integrations on Android.</description>
+  <url>https://github.com/braintree/braintree_android</url>
+  <licenses>
+    <license>
+      <name>MIT</name>
+      <url>http://opensource.org/licenses/MIT</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>devs</id>
+      <name>Braintree Payments</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git@github.com:braintree/braintree_android.git</connection>
+    <developerConnection>scm:git@github.com:braintree/braintree_android.git</developerConnection>
+    <url>scm:git@github.com:braintree/braintree_android.git</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-annotations</artifactId>
+      <version>[24.0.0,25.0.0)</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/paypal/android/sdk/data-collector/2.3.6/data-collector-2.3.6.pom.sha1 b/common/m2/repository/com/paypal/android/sdk/data-collector/2.3.6/data-collector-2.3.6.pom.sha1
new file mode 100644
index 0000000..373e9d5
--- /dev/null
+++ b/common/m2/repository/com/paypal/android/sdk/data-collector/2.3.6/data-collector-2.3.6.pom.sha1
@@ -0,0 +1 @@
+f8773fb57ad76298c98519ec9d066ae329dfdb02
\ No newline at end of file
diff --git a/common/m2/repository/com/paypal/android/sdk/paypal-one-touch/2.3.6/paypal-one-touch-2.3.6.aar b/common/m2/repository/com/paypal/android/sdk/paypal-one-touch/2.3.6/paypal-one-touch-2.3.6.aar
new file mode 100644
index 0000000..81b1faf
--- /dev/null
+++ b/common/m2/repository/com/paypal/android/sdk/paypal-one-touch/2.3.6/paypal-one-touch-2.3.6.aar
Binary files differ
diff --git a/common/m2/repository/com/paypal/android/sdk/paypal-one-touch/2.3.6/paypal-one-touch-2.3.6.aar.sha1 b/common/m2/repository/com/paypal/android/sdk/paypal-one-touch/2.3.6/paypal-one-touch-2.3.6.aar.sha1
new file mode 100644
index 0000000..0e7871f
--- /dev/null
+++ b/common/m2/repository/com/paypal/android/sdk/paypal-one-touch/2.3.6/paypal-one-touch-2.3.6.aar.sha1
@@ -0,0 +1 @@
+0cfde18bc7b67b14e2f575c2152f65fb798b4f3f
\ No newline at end of file
diff --git a/common/m2/repository/com/paypal/android/sdk/paypal-one-touch/2.3.6/paypal-one-touch-2.3.6.pom b/common/m2/repository/com/paypal/android/sdk/paypal-one-touch/2.3.6/paypal-one-touch-2.3.6.pom
new file mode 100644
index 0000000..8c5ae25
--- /dev/null
+++ b/common/m2/repository/com/paypal/android/sdk/paypal-one-touch/2.3.6/paypal-one-touch-2.3.6.pom
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.paypal.android.sdk</groupId>
+  <artifactId>paypal-one-touch</artifactId>
+  <version>2.3.6</version>
+  <packaging>aar</packaging>
+  <name>paypal-one-touch</name>
+  <description>PayPal SDK for handling app and browser switch based payments.</description>
+  <url>https://github.com/braintree/braintree_android</url>
+  <licenses>
+    <license>
+      <name>MIT</name>
+      <url>http://opensource.org/licenses/MIT</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>devs</id>
+      <name>Braintree Payments</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git@github.com:braintree/braintree_android.git</connection>
+    <developerConnection>scm:git@github.com:braintree/braintree_android.git</developerConnection>
+    <url>scm:git@github.com:braintree/braintree_android.git</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.braintreepayments.api</groupId>
+      <artifactId>core</artifactId>
+      <version>2.3.6</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-annotations</artifactId>
+      <version>[24.0.0,25.0.0)</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>com.paypal.android.sdk</groupId>
+      <artifactId>data-collector</artifactId>
+      <version>2.3.6</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/paypal/android/sdk/paypal-one-touch/2.3.6/paypal-one-touch-2.3.6.pom.sha1 b/common/m2/repository/com/paypal/android/sdk/paypal-one-touch/2.3.6/paypal-one-touch-2.3.6.pom.sha1
new file mode 100644
index 0000000..7abb148
--- /dev/null
+++ b/common/m2/repository/com/paypal/android/sdk/paypal-one-touch/2.3.6/paypal-one-touch-2.3.6.pom.sha1
@@ -0,0 +1 @@
+0a6d15021a4182711a9f2b329eedad5526df0a70
\ No newline at end of file
diff --git a/common/m2/repository/com/ryanharter/auto/value/auto-value-gson/0.3.2-rc1/BUILD b/common/m2/repository/com/ryanharter/auto/value/auto-value-gson/0.3.2-rc1/BUILD
new file mode 100644
index 0000000..cd5b7b5
--- /dev/null
+++ b/common/m2/repository/com/ryanharter/auto/value/auto-value-gson/0.3.2-rc1/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["auto-value-gson-0.3.2-rc1.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "auto-value-gson-0.3.2-rc1.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/ryanharter/auto/value/auto-value-gson/0.3.2-rc1/auto-value-gson-0.3.2-rc1.jar b/common/m2/repository/com/ryanharter/auto/value/auto-value-gson/0.3.2-rc1/auto-value-gson-0.3.2-rc1.jar
new file mode 100644
index 0000000..39df296
--- /dev/null
+++ b/common/m2/repository/com/ryanharter/auto/value/auto-value-gson/0.3.2-rc1/auto-value-gson-0.3.2-rc1.jar
Binary files differ
diff --git a/common/m2/repository/com/ryanharter/auto/value/auto-value-gson/0.3.2-rc1/auto-value-gson-0.3.2-rc1.jar.sha1 b/common/m2/repository/com/ryanharter/auto/value/auto-value-gson/0.3.2-rc1/auto-value-gson-0.3.2-rc1.jar.sha1
new file mode 100644
index 0000000..1552e68
--- /dev/null
+++ b/common/m2/repository/com/ryanharter/auto/value/auto-value-gson/0.3.2-rc1/auto-value-gson-0.3.2-rc1.jar.sha1
@@ -0,0 +1 @@
+595a010953b6f93af4911be066e1c785b646059e
\ No newline at end of file
diff --git a/common/m2/repository/com/ryanharter/auto/value/auto-value-gson/0.3.2-rc1/auto-value-gson-0.3.2-rc1.pom b/common/m2/repository/com/ryanharter/auto/value/auto-value-gson/0.3.2-rc1/auto-value-gson-0.3.2-rc1.pom
new file mode 100644
index 0000000..ca2b4cd
--- /dev/null
+++ b/common/m2/repository/com/ryanharter/auto/value/auto-value-gson/0.3.2-rc1/auto-value-gson-0.3.2-rc1.pom
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.ryanharter.auto.value</groupId>
+  <artifactId>auto-value-gson</artifactId>
+  <version>0.3.2-rc1</version>
+  <name>AutoValue: Gson Extension</name>
+  <description>AutoValue extension that creates a Gson TypeAdapterFactory</description>
+  <url>https://github.com/rharter/auto-value-gson/</url>
+  <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>rharter</id>
+      <name>Ryan Harter</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:git://github.com/rharter/auto-value-gson</connection>
+    <developerConnection>scm:git:ssh://git@github.com/rharter/auto-value-gson</developerConnection>
+    <url>https://github.com/rharter/auto-value-gson/</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <version>0.27</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.11</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.auto</groupId>
+      <artifactId>auto-common</artifactId>
+      <version>0.6</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.auto.service</groupId>
+      <artifactId>auto-service</artifactId>
+      <version>1.0-rc2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.squareup</groupId>
+      <artifactId>javapoet</artifactId>
+      <version>1.7.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.code.gson</groupId>
+      <artifactId>gson</artifactId>
+      <version>2.6.2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.testing.compile</groupId>
+      <artifactId>compile-testing</artifactId>
+      <version>0.9</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.auto.value</groupId>
+      <artifactId>auto-value</artifactId>
+      <version>1.3-rc1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/ryanharter/auto/value/auto-value-gson/0.3.2-rc1/auto-value-gson-0.3.2-rc1.pom.sha1 b/common/m2/repository/com/ryanharter/auto/value/auto-value-gson/0.3.2-rc1/auto-value-gson-0.3.2-rc1.pom.sha1
new file mode 100644
index 0000000..a3ac86d
--- /dev/null
+++ b/common/m2/repository/com/ryanharter/auto/value/auto-value-gson/0.3.2-rc1/auto-value-gson-0.3.2-rc1.pom.sha1
@@ -0,0 +1 @@
+7956f78b382e88ec3294ab6c9f10ef97ef3a5965
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/burst/burst-junit4/1.1.0/BUILD b/common/m2/repository/com/squareup/burst/burst-junit4/1.1.0/BUILD
new file mode 100644
index 0000000..bda08c9
--- /dev/null
+++ b/common/m2/repository/com/squareup/burst/burst-junit4/1.1.0/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["burst-junit4-1.1.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/squareup/burst/burst-parent/1.1.0:pom",
+    source = "burst-junit4-1.1.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/squareup/burst/burst-junit4/1.1.0/burst-junit4-1.1.0.jar b/common/m2/repository/com/squareup/burst/burst-junit4/1.1.0/burst-junit4-1.1.0.jar
new file mode 100644
index 0000000..48641ea
--- /dev/null
+++ b/common/m2/repository/com/squareup/burst/burst-junit4/1.1.0/burst-junit4-1.1.0.jar
Binary files differ
diff --git a/common/m2/repository/com/squareup/burst/burst-junit4/1.1.0/burst-junit4-1.1.0.jar.sha1 b/common/m2/repository/com/squareup/burst/burst-junit4/1.1.0/burst-junit4-1.1.0.jar.sha1
new file mode 100644
index 0000000..9a2b648
--- /dev/null
+++ b/common/m2/repository/com/squareup/burst/burst-junit4/1.1.0/burst-junit4-1.1.0.jar.sha1
@@ -0,0 +1 @@
+960e3aa6837d21fd5ed6f900904e4b5117dfcdba
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/burst/burst-junit4/1.1.0/burst-junit4-1.1.0.pom b/common/m2/repository/com/squareup/burst/burst-junit4/1.1.0/burst-junit4-1.1.0.pom
new file mode 100644
index 0000000..b00b2d6
--- /dev/null
+++ b/common/m2/repository/com/squareup/burst/burst-junit4/1.1.0/burst-junit4-1.1.0.pom
@@ -0,0 +1,32 @@
+<?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.squareup.burst</groupId>
+    <artifactId>burst-parent</artifactId>
+    <version>1.1.0</version>
+  </parent>
+
+  <artifactId>burst-junit4</artifactId>
+  <name>Burst JUnit 4 Integration</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.squareup.burst</groupId>
+      <artifactId>burst</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.assertj</groupId>
+      <artifactId>assertj-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/squareup/burst/burst-junit4/1.1.0/burst-junit4-1.1.0.pom.sha1 b/common/m2/repository/com/squareup/burst/burst-junit4/1.1.0/burst-junit4-1.1.0.pom.sha1
new file mode 100644
index 0000000..262242c
--- /dev/null
+++ b/common/m2/repository/com/squareup/burst/burst-junit4/1.1.0/burst-junit4-1.1.0.pom.sha1
@@ -0,0 +1 @@
+b05be3fce6d8355d6226e576941fbe487149cacd
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/burst/burst-parent/1.1.0/BUILD b/common/m2/repository/com/squareup/burst/burst-parent/1.1.0/BUILD
new file mode 100644
index 0000000..f1b5bb2
--- /dev/null
+++ b/common/m2/repository/com/squareup/burst/burst-parent/1.1.0/BUILD
@@ -0,0 +1,9 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/sonatype/oss/oss-parent/7:pom",
+    source = "burst-parent-1.1.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/squareup/burst/burst-parent/1.1.0/burst-parent-1.1.0.pom b/common/m2/repository/com/squareup/burst/burst-parent/1.1.0/burst-parent-1.1.0.pom
new file mode 100644
index 0000000..c681b30
--- /dev/null
+++ b/common/m2/repository/com/squareup/burst/burst-parent/1.1.0/burst-parent-1.1.0.pom
@@ -0,0 +1,118 @@
+<?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.squareup.burst</groupId>
+  <artifactId>burst-parent</artifactId>
+  <version>1.1.0</version>
+  <packaging>pom</packaging>
+  <name>Burst (Parent)</name>
+  <description>Burst is a unit testing library for varying test data.</description>
+  <url>https://github.com/square/burst</url>
+
+  <modules>
+    <module>burst</module>
+    <module>burst-junit4</module>
+  </modules>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <java.version>1.7</java.version>
+
+    <junit.version>4.11</junit.version>
+
+    <assertj.version>1.6.1</assertj.version>
+    <dexmaker.version>1.2</dexmaker.version>
+  </properties>
+
+  <scm>
+    <url>https://github.com/square/burst/</url>
+    <connection>scm:git:https://github.com/square/burst.git</connection>
+    <developerConnection>scm:git:git@github.com:square/burst.git</developerConnection>
+    <tag>burst-parent-1.1.0</tag>
+  </scm>
+
+  <issueManagement>
+    <system>GitHub Issues</system>
+    <url>https://github.com/square/burst/issues</url>
+  </issueManagement>
+
+  <licenses>
+    <license>
+      <name>Apache 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${junit.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.assertj</groupId>
+        <artifactId>assertj-core</artifactId>
+        <version>${assertj.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.dexmaker</groupId>
+        <artifactId>dexmaker</artifactId>
+        <version>${dexmaker.version}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.0</version>
+          <configuration>
+            <source>${java.version}</source>
+            <target>${java.version}</target>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.5</version>
+        <configuration>
+          <autoVersionSubmodules>true</autoVersionSubmodules>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.10</version>
+        <configuration>
+          <failsOnError>true</failsOnError>
+          <configLocation>checkstyle.xml</configLocation>
+          <consoleOutput>true</consoleOutput>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>checkstyle</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/common/m2/repository/com/squareup/burst/burst-parent/1.1.0/burst-parent-1.1.0.pom.sha1 b/common/m2/repository/com/squareup/burst/burst-parent/1.1.0/burst-parent-1.1.0.pom.sha1
new file mode 100644
index 0000000..f10b1b0
--- /dev/null
+++ b/common/m2/repository/com/squareup/burst/burst-parent/1.1.0/burst-parent-1.1.0.pom.sha1
@@ -0,0 +1 @@
+f66bf08c3cb6503b377b7e5ae23f601d12d0e01e
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/burst/burst/1.1.0/BUILD b/common/m2/repository/com/squareup/burst/burst/1.1.0/BUILD
new file mode 100644
index 0000000..7174699
--- /dev/null
+++ b/common/m2/repository/com/squareup/burst/burst/1.1.0/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["burst-1.1.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/squareup/burst/burst-parent/1.1.0:pom",
+    source = "burst-1.1.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/squareup/burst/burst/1.1.0/burst-1.1.0.jar b/common/m2/repository/com/squareup/burst/burst/1.1.0/burst-1.1.0.jar
new file mode 100644
index 0000000..f83c19d
--- /dev/null
+++ b/common/m2/repository/com/squareup/burst/burst/1.1.0/burst-1.1.0.jar
Binary files differ
diff --git a/common/m2/repository/com/squareup/burst/burst/1.1.0/burst-1.1.0.jar.sha1 b/common/m2/repository/com/squareup/burst/burst/1.1.0/burst-1.1.0.jar.sha1
new file mode 100644
index 0000000..0961458
--- /dev/null
+++ b/common/m2/repository/com/squareup/burst/burst/1.1.0/burst-1.1.0.jar.sha1
@@ -0,0 +1 @@
+429b5b45e5ecc46391f7c78d3f567b1ebc9d21ae
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/burst/burst/1.1.0/burst-1.1.0.pom b/common/m2/repository/com/squareup/burst/burst/1.1.0/burst-1.1.0.pom
new file mode 100644
index 0000000..72791aa
--- /dev/null
+++ b/common/m2/repository/com/squareup/burst/burst/1.1.0/burst-1.1.0.pom
@@ -0,0 +1,27 @@
+<?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.squareup.burst</groupId>
+    <artifactId>burst-parent</artifactId>
+    <version>1.1.0</version>
+  </parent>
+
+  <artifactId>burst</artifactId>
+  <name>Burst</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.assertj</groupId>
+      <artifactId>assertj-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/squareup/burst/burst/1.1.0/burst-1.1.0.pom.sha1 b/common/m2/repository/com/squareup/burst/burst/1.1.0/burst-1.1.0.pom.sha1
new file mode 100644
index 0000000..eb6f0ad
--- /dev/null
+++ b/common/m2/repository/com/squareup/burst/burst/1.1.0/burst-1.1.0.pom.sha1
@@ -0,0 +1 @@
+9d3857a1f841cd0157d90e5ea28105bc50c29fdb
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/haha/haha/2.0.3/BUILD b/common/m2/repository/com/squareup/haha/haha/2.0.3/BUILD
new file mode 100644
index 0000000..09b87dc
--- /dev/null
+++ b/common/m2/repository/com/squareup/haha/haha/2.0.3/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["haha-2.0.3.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/sonatype/oss/oss-parent/7:pom",
+    source = "haha-2.0.3.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/squareup/haha/haha/2.0.3/haha-2.0.3.jar b/common/m2/repository/com/squareup/haha/haha/2.0.3/haha-2.0.3.jar
new file mode 100644
index 0000000..684b4cf
--- /dev/null
+++ b/common/m2/repository/com/squareup/haha/haha/2.0.3/haha-2.0.3.jar
Binary files differ
diff --git a/common/m2/repository/com/squareup/haha/haha/2.0.3/haha-2.0.3.jar.sha1 b/common/m2/repository/com/squareup/haha/haha/2.0.3/haha-2.0.3.jar.sha1
new file mode 100644
index 0000000..9db61bb
--- /dev/null
+++ b/common/m2/repository/com/squareup/haha/haha/2.0.3/haha-2.0.3.jar.sha1
@@ -0,0 +1 @@
+640a438d2d415c056ca6a673ac26b183b044e160
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/haha/haha/2.0.3/haha-2.0.3.pom b/common/m2/repository/com/squareup/haha/haha/2.0.3/haha-2.0.3.pom
new file mode 100644
index 0000000..27e259b
--- /dev/null
+++ b/common/m2/repository/com/squareup/haha/haha/2.0.3/haha-2.0.3.pom
@@ -0,0 +1,244 @@
+<?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">

+  <parent>

+    <artifactId>oss-parent</artifactId>

+    <groupId>org.sonatype.oss</groupId>

+    <version>7</version>

+    <relativePath>../pom.xml/pom.xml</relativePath>

+  </parent>

+  <modelVersion>4.0.0</modelVersion>

+  <groupId>com.squareup.haha</groupId>

+  <artifactId>haha</artifactId>

+  <name>Headless Android Heap Analyzer</name>

+  <version>2.0.3</version>

+  <description>Java library to automate the analysis of Android heap dumps.</description>

+  <url>https://github.com/square/haha</url>

+  <issueManagement>

+    <system>GitHub Issues</system>

+    <url>http://github.com/square/haha/issues</url>

+  </issueManagement>

+  <inceptionYear>2015</inceptionYear>

+  <developers>

+    <developer>

+      <name>Pierre-Yves Ricau</name>

+      <email>py@squareup.com</email>

+      <organization>Square, Inc.</organization>

+      <organizationUrl>https://squareup.com</organizationUrl>

+    </developer>

+  </developers>

+  <licenses>

+    <license>

+      <name>Apache 2</name>

+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>

+      <distribution>repo</distribution>

+    </license>

+  </licenses>

+  <scm>

+    <connection>scm:git:https://github.com/square/haha.git</connection>

+    <developerConnection>scm:git:git@github.com:square/haha.git</developerConnection>

+    <tag>haha-2.0.3</tag>

+    <url>https://github.com/square/haha</url>

+  </scm>

+  <organization>

+    <name>Square, Inc.</name>

+    <url>http://squareup.com</url>

+  </organization>

+  <build>

+    <plugins>

+      <plugin>

+        <artifactId>maven-compiler-plugin</artifactId>

+        <version>3.1</version>

+        <configuration>

+          <source>${java.version}</source>

+          <target>${java.version}</target>

+        </configuration>

+      </plugin>

+      <plugin>

+        <artifactId>maven-release-plugin</artifactId>

+        <version>2.5</version>

+        <configuration>

+          <autoVersionSubmodules>true</autoVersionSubmodules>

+          <useReleaseProfile>false</useReleaseProfile>

+          <releaseProfiles>release</releaseProfiles>

+          <goals>deploy</goals>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.sonatype.plugins</groupId>

+        <artifactId>nexus-staging-maven-plugin</artifactId>

+        <version>1.6.3</version>

+        <extensions>true</extensions>

+        <configuration>

+          <serverId>ossrh</serverId>

+          <nexusUrl>https://oss.sonatype.org/</nexusUrl>

+          <autoReleaseAfterClose>true</autoReleaseAfterClose>

+        </configuration>

+      </plugin>

+      <plugin>

+        <artifactId>maven-source-plugin</artifactId>

+        <version>2.1.2</version>

+        <executions>

+          <execution>

+            <id>attach-sources</id>

+            <phase>package</phase>

+            <goals>

+              <goal>jar-no-fork</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <artifactId>maven-shade-plugin</artifactId>

+        <version>2.4.1</version>

+        <executions>

+          <execution>

+            <phase>package</phase>

+            <goals>

+              <goal>shade</goal>

+            </goals>

+          </execution>

+        </executions>

+        <configuration>

+          <minimizeJar>true</minimizeJar>

+          <createSourcesJar>true</createSourcesJar>

+          <shadeSourcesContent>true</shadeSourcesContent>

+          <relocations>

+            <relocation>

+              <pattern>com.google.common</pattern>

+              <shadedPattern>com.squareup.haha.guava</shadedPattern>

+            </relocation>

+            <relocation>

+              <pattern>gnu.trove</pattern>

+              <shadedPattern>com.squareup.haha.trove</shadedPattern>

+            </relocation>

+            <relocation>

+              <pattern>com.android.annotations</pattern>

+              <shadedPattern>com.squareup.haha.annotations</shadedPattern>

+            </relocation>

+            <relocation>

+              <pattern>com.android.tools.perflib.heap</pattern>

+              <shadedPattern>com.squareup.haha.perflib</shadedPattern>

+            </relocation>

+          </relocations>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>com.github.wvengen</groupId>

+        <artifactId>proguard-maven-plugin</artifactId>

+        <version>2.0.10</version>

+        <executions>

+          <execution>

+            <phase>package</phase>

+            <goals>

+              <goal>proguard</goal>

+            </goals>

+          </execution>

+        </executions>

+        <dependencies>

+          <dependency>

+            <groupId>net.sf.proguard</groupId>

+            <artifactId>proguard-base</artifactId>

+            <version>5.2.1</version>

+            <scope>runtime</scope>

+          </dependency>

+        </dependencies>

+        <configuration>

+          <proguardVersion>5.2.1</proguardVersion>

+          <obfuscate>false</obfuscate>

+          <options>

+            <option>-allowaccessmodification</option>

+            <option>-keep,includedescriptorclasses class com.squareup.haha.perflib.** { *; }</option>

+            <option>-keep,includedescriptorclasses class com.squareup.haha.trove.THashMap { *; }</option>

+            <option>-dontwarn javax.annotation.**</option>

+            <option>-optimizations !code/allocation/variable</option>

+            <option>-keepnames class com.squareup.haha.guava.collect.Iterables</option>

+          </options>

+          <libs>

+            <lib>${java.home}/lib/rt.jar</lib>

+          </libs>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+  <profiles>

+    <profile>

+      <id>release</id>

+      <build>

+        <plugins>

+          <plugin>

+            <groupId>org.codehaus.mojo</groupId>

+            <artifactId>exec-maven-plugin</artifactId>

+            <version>1.5.0</version>

+            <executions>

+              <execution>

+                <id>git submodule update</id>

+                <phase>initialize</phase>

+                <goals>

+                  <goal>exec</goal>

+                </goals>

+                <configuration>

+                  <executable>git</executable>

+                  <arguments>

+                    <argument>submodule</argument>

+                    <argument>update</argument>

+                    <argument>--init</argument>

+                    <argument>--recursive</argument>

+                  </arguments>

+                </configuration>

+              </execution>

+            </executions>

+            <inherited>false</inherited>

+          </plugin>

+          <plugin>

+            <artifactId>maven-javadoc-plugin</artifactId>

+            <version>2.10.1</version>

+            <executions>

+              <execution>

+                <id>attach-javadocs</id>

+                <goals>

+                  <goal>jar</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+          <plugin>

+            <artifactId>maven-source-plugin</artifactId>

+            <version>2.2.1</version>

+            <executions>

+              <execution>

+                <id>attach-sources</id>

+                <goals>

+                  <goal>jar-no-fork</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+          <plugin>

+            <artifactId>maven-gpg-plugin</artifactId>

+            <version>1.5</version>

+            <executions>

+              <execution>

+                <id>sign-artifacts</id>

+                <phase>verify</phase>

+                <goals>

+                  <goal>sign</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+        </plugins>

+      </build>

+    </profile>

+  </profiles>

+  <distributionManagement>

+    <snapshotRepository>

+      <id>ossrh</id>

+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>

+    </snapshotRepository>

+  </distributionManagement>

+  <properties>

+    <java.version>1.6</java.version>

+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

+  </properties>

+</project>

+

diff --git a/common/m2/repository/com/squareup/haha/haha/2.0.3/haha-2.0.3.pom.sha1 b/common/m2/repository/com/squareup/haha/haha/2.0.3/haha-2.0.3.pom.sha1
new file mode 100644
index 0000000..cf4fe60
--- /dev/null
+++ b/common/m2/repository/com/squareup/haha/haha/2.0.3/haha-2.0.3.pom.sha1
@@ -0,0 +1 @@
+78daa2fd191417b723463bcfd86393f6f6e7b1b4
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/javapoet/1.2.0/BUILD b/common/m2/repository/com/squareup/javapoet/1.2.0/BUILD
new file mode 100644
index 0000000..3273f27
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.2.0/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["javapoet-1.2.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/sonatype/oss/oss-parent/7:pom",
+    source = "javapoet-1.2.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/squareup/javapoet/1.2.0/javapoet-1.2.0.jar b/common/m2/repository/com/squareup/javapoet/1.2.0/javapoet-1.2.0.jar
new file mode 100644
index 0000000..84bdc7c
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.2.0/javapoet-1.2.0.jar
Binary files differ
diff --git a/common/m2/repository/com/squareup/javapoet/1.2.0/javapoet-1.2.0.jar.sha1 b/common/m2/repository/com/squareup/javapoet/1.2.0/javapoet-1.2.0.jar.sha1
new file mode 100644
index 0000000..78a55ab
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.2.0/javapoet-1.2.0.jar.sha1
@@ -0,0 +1 @@
+ad3ba65c1788f4d814a4da056323e2b84412fb3c
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/javapoet/1.2.0/javapoet-1.2.0.pom b/common/m2/repository/com/squareup/javapoet/1.2.0/javapoet-1.2.0.pom
new file mode 100644
index 0000000..db67a47
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.2.0/javapoet-1.2.0.pom
@@ -0,0 +1,118 @@
+<?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.squareup</groupId>
+  <artifactId>javapoet</artifactId>
+  <version>1.2.0</version>
+
+  <name>JavaPoet</name>
+  <description>Use beautiful Java code to generate beautiful Java code.</description>
+  <url>http://github.com/square/javapoet/</url>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+    <java.version>1.7</java.version>
+    <junit.version>4.12</junit.version>
+    <truth.version>0.25</truth.version>
+    <compile-testing.version>0.6</compile-testing.version>
+  </properties>
+
+  <scm>
+    <url>http://github.com/square/javapoet/</url>
+    <connection>scm:git:git://github.com/square/javapoet.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/square/javapoet.git</developerConnection>
+    <tag>HEAD</tag>
+  </scm>
+
+  <issueManagement>
+    <system>GitHub Issues</system>
+    <url>http://github.com/square/javapoet/issues</url>
+  </issueManagement>
+
+  <licenses>
+    <license>
+      <name>Apache 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+
+  <organization>
+    <name>Square, Inc.</name>
+    <url>http://squareup.com</url>
+  </organization>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <version>0.25</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.testing.compile</groupId>
+      <artifactId>compile-testing</artifactId>
+      <version>0.6</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${junit.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.jimfs</groupId>
+      <artifactId>jimfs</artifactId>
+      <version>1.0</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <version>1.10.16</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.0</version>
+        <configuration>
+          <source>${java.version}</source>
+          <target>${java.version}</target>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.13</version>
+        <configuration>
+          <failsOnError>true</failsOnError>
+          <configLocation>checkstyle.xml</configLocation>
+          <consoleOutput>true</consoleOutput>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>checkstyle</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/common/m2/repository/com/squareup/javapoet/1.2.0/javapoet-1.2.0.pom.sha1 b/common/m2/repository/com/squareup/javapoet/1.2.0/javapoet-1.2.0.pom.sha1
new file mode 100644
index 0000000..30636e9
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.2.0/javapoet-1.2.0.pom.sha1
@@ -0,0 +1 @@
+a9d5beb9a0951b402143a3d29094b4a67c55e927
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/leakcanary/leakcanary-analyzer/1.4/BUILD b/common/m2/repository/com/squareup/leakcanary/leakcanary-analyzer/1.4/BUILD
new file mode 100644
index 0000000..569bdaf
--- /dev/null
+++ b/common/m2/repository/com/squareup/leakcanary/leakcanary-analyzer/1.4/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["leakcanary-analyzer-1.4.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "leakcanary-analyzer-1.4.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/squareup/leakcanary/leakcanary-analyzer/1.4/leakcanary-analyzer-1.4.jar b/common/m2/repository/com/squareup/leakcanary/leakcanary-analyzer/1.4/leakcanary-analyzer-1.4.jar
new file mode 100644
index 0000000..ca70110
--- /dev/null
+++ b/common/m2/repository/com/squareup/leakcanary/leakcanary-analyzer/1.4/leakcanary-analyzer-1.4.jar
Binary files differ
diff --git a/common/m2/repository/com/squareup/leakcanary/leakcanary-analyzer/1.4/leakcanary-analyzer-1.4.jar.sha1 b/common/m2/repository/com/squareup/leakcanary/leakcanary-analyzer/1.4/leakcanary-analyzer-1.4.jar.sha1
new file mode 100644
index 0000000..f63741e
--- /dev/null
+++ b/common/m2/repository/com/squareup/leakcanary/leakcanary-analyzer/1.4/leakcanary-analyzer-1.4.jar.sha1
@@ -0,0 +1 @@
+5faf46d7b5f99d8bdc887ba83c7a966b426740e1
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/leakcanary/leakcanary-analyzer/1.4/leakcanary-analyzer-1.4.pom b/common/m2/repository/com/squareup/leakcanary/leakcanary-analyzer/1.4/leakcanary-analyzer-1.4.pom
new file mode 100644
index 0000000..a64bbdc
--- /dev/null
+++ b/common/m2/repository/com/squareup/leakcanary/leakcanary-analyzer/1.4/leakcanary-analyzer-1.4.pom
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.squareup.leakcanary</groupId>
+  <artifactId>leakcanary-analyzer</artifactId>
+  <version>1.4</version>
+  <name>LeakCanary Analyzer</name>
+  <description>Leak Canary</description>
+  <url>http://github.com/square/leakcanary/</url>
+  <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>square</id>
+      <name>Square, Inc.</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://github.com/square/leakcanary.git</connection>
+    <developerConnection>scm:git:git@github.com:square/leakcanary.git</developerConnection>
+    <url>http://github.com/square/leakcanary/</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.squareup.haha</groupId>
+      <artifactId>haha</artifactId>
+      <version>2.0.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.squareup.leakcanary</groupId>
+      <artifactId>leakcanary-watcher</artifactId>
+      <version>1.4</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/squareup/leakcanary/leakcanary-analyzer/1.4/leakcanary-analyzer-1.4.pom.sha1 b/common/m2/repository/com/squareup/leakcanary/leakcanary-analyzer/1.4/leakcanary-analyzer-1.4.pom.sha1
new file mode 100644
index 0000000..3529095
--- /dev/null
+++ b/common/m2/repository/com/squareup/leakcanary/leakcanary-analyzer/1.4/leakcanary-analyzer-1.4.pom.sha1
@@ -0,0 +1 @@
+c7d22050b7b27ef22419548501c78246c43bd227
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/leakcanary/leakcanary-android/1.4/BUILD b/common/m2/repository/com/squareup/leakcanary/leakcanary-android/1.4/BUILD
new file mode 100644
index 0000000..9e63eaa
--- /dev/null
+++ b/common/m2/repository/com/squareup/leakcanary/leakcanary-android/1.4/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_aar(
+    name = "aar",
+    aar = "leakcanary-android-1.4.aar",
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "leakcanary-android-1.4.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/squareup/leakcanary/leakcanary-android/1.4/leakcanary-android-1.4.aar b/common/m2/repository/com/squareup/leakcanary/leakcanary-android/1.4/leakcanary-android-1.4.aar
new file mode 100644
index 0000000..66f5bfe
--- /dev/null
+++ b/common/m2/repository/com/squareup/leakcanary/leakcanary-android/1.4/leakcanary-android-1.4.aar
Binary files differ
diff --git a/common/m2/repository/com/squareup/leakcanary/leakcanary-android/1.4/leakcanary-android-1.4.aar.sha1 b/common/m2/repository/com/squareup/leakcanary/leakcanary-android/1.4/leakcanary-android-1.4.aar.sha1
new file mode 100644
index 0000000..d5bef34
--- /dev/null
+++ b/common/m2/repository/com/squareup/leakcanary/leakcanary-android/1.4/leakcanary-android-1.4.aar.sha1
@@ -0,0 +1 @@
+3beca94758eab0aa82c21c9dbfdb64fc7672cc81
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/leakcanary/leakcanary-android/1.4/leakcanary-android-1.4.pom b/common/m2/repository/com/squareup/leakcanary/leakcanary-android/1.4/leakcanary-android-1.4.pom
new file mode 100644
index 0000000..f9eada2
--- /dev/null
+++ b/common/m2/repository/com/squareup/leakcanary/leakcanary-android/1.4/leakcanary-android-1.4.pom
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.squareup.leakcanary</groupId>
+  <artifactId>leakcanary-android</artifactId>
+  <version>1.4</version>
+  <packaging>aar</packaging>
+  <name>LeakCanary for Android</name>
+  <description>Leak Canary</description>
+  <url>http://github.com/square/leakcanary/</url>
+  <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>square</id>
+      <name>Square, Inc.</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://github.com/square/leakcanary.git</connection>
+    <developerConnection>scm:git:git@github.com:square/leakcanary.git</developerConnection>
+    <url>http://github.com/square/leakcanary/</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.squareup.leakcanary</groupId>
+      <artifactId>leakcanary-analyzer</artifactId>
+      <version>1.4</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/squareup/leakcanary/leakcanary-android/1.4/leakcanary-android-1.4.pom.sha1 b/common/m2/repository/com/squareup/leakcanary/leakcanary-android/1.4/leakcanary-android-1.4.pom.sha1
new file mode 100644
index 0000000..dc3c84a
--- /dev/null
+++ b/common/m2/repository/com/squareup/leakcanary/leakcanary-android/1.4/leakcanary-android-1.4.pom.sha1
@@ -0,0 +1 @@
+6a154d7d73bf0ce0dcdc3d73f56404a2803401b8
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/leakcanary/leakcanary-watcher/1.4/BUILD b/common/m2/repository/com/squareup/leakcanary/leakcanary-watcher/1.4/BUILD
new file mode 100644
index 0000000..7bd19ae
--- /dev/null
+++ b/common/m2/repository/com/squareup/leakcanary/leakcanary-watcher/1.4/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["leakcanary-watcher-1.4.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "leakcanary-watcher-1.4.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/squareup/leakcanary/leakcanary-watcher/1.4/leakcanary-watcher-1.4.jar b/common/m2/repository/com/squareup/leakcanary/leakcanary-watcher/1.4/leakcanary-watcher-1.4.jar
new file mode 100644
index 0000000..e44174d
--- /dev/null
+++ b/common/m2/repository/com/squareup/leakcanary/leakcanary-watcher/1.4/leakcanary-watcher-1.4.jar
Binary files differ
diff --git a/common/m2/repository/com/squareup/leakcanary/leakcanary-watcher/1.4/leakcanary-watcher-1.4.jar.sha1 b/common/m2/repository/com/squareup/leakcanary/leakcanary-watcher/1.4/leakcanary-watcher-1.4.jar.sha1
new file mode 100644
index 0000000..0726702
--- /dev/null
+++ b/common/m2/repository/com/squareup/leakcanary/leakcanary-watcher/1.4/leakcanary-watcher-1.4.jar.sha1
@@ -0,0 +1 @@
+5afc3a836f7523c7dec8ea0da5632a19b354b0a0
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/leakcanary/leakcanary-watcher/1.4/leakcanary-watcher-1.4.pom b/common/m2/repository/com/squareup/leakcanary/leakcanary-watcher/1.4/leakcanary-watcher-1.4.pom
new file mode 100644
index 0000000..f83c27e
--- /dev/null
+++ b/common/m2/repository/com/squareup/leakcanary/leakcanary-watcher/1.4/leakcanary-watcher-1.4.pom
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.squareup.leakcanary</groupId>
+  <artifactId>leakcanary-watcher</artifactId>
+  <version>1.4</version>
+  <name>LeakCanary Watcher</name>
+  <description>Leak Canary</description>
+  <url>http://github.com/square/leakcanary/</url>
+  <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>square</id>
+      <name>Square, Inc.</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://github.com/square/leakcanary.git</connection>
+    <developerConnection>scm:git:git@github.com:square/leakcanary.git</developerConnection>
+    <url>http://github.com/square/leakcanary/</url>
+  </scm>
+</project>
diff --git a/common/m2/repository/com/squareup/leakcanary/leakcanary-watcher/1.4/leakcanary-watcher-1.4.pom.sha1 b/common/m2/repository/com/squareup/leakcanary/leakcanary-watcher/1.4/leakcanary-watcher-1.4.pom.sha1
new file mode 100644
index 0000000..19d62cf
--- /dev/null
+++ b/common/m2/repository/com/squareup/leakcanary/leakcanary-watcher/1.4/leakcanary-watcher-1.4.pom.sha1
@@ -0,0 +1 @@
+bd9bf83f8cc30a6293f5b7b4f5c306ef7ad51937
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/okhttp-2.7.2.jar b/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/okhttp-2.7.2.jar
new file mode 100644
index 0000000..9150647
--- /dev/null
+++ b/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/okhttp-2.7.2.jar
Binary files differ
diff --git a/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/okhttp-2.7.2.jar.sha1 b/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/okhttp-2.7.2.jar.sha1
new file mode 100644
index 0000000..0f29a55
--- /dev/null
+++ b/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/okhttp-2.7.2.jar.sha1
@@ -0,0 +1 @@
+20f6463eb19ac61960c5d91a094c2f4f0727dc2e
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/okhttp-2.7.2.pom b/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/okhttp-2.7.2.pom
new file mode 100644
index 0000000..d46d9ff
--- /dev/null
+++ b/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/okhttp-2.7.2.pom
@@ -0,0 +1,53 @@
+<?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.squareup.okhttp</groupId>
+    <artifactId>parent</artifactId>
+    <version>2.7.2</version>
+  </parent>
+
+  <artifactId>okhttp</artifactId>
+  <name>OkHttp</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.squareup.okio</groupId>
+      <artifactId>okio</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.android</groupId>
+      <artifactId>android</artifactId>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>templating-maven-plugin</artifactId>
+        <version>1.0-alpha-3</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>filter-sources</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <excludePackageNames>com.squareup.okhttp.internal:com.squareup.okhttp.internal.*</excludePackageNames>
+          <links>
+            <link>http://square.github.io/okio/</link>
+          </links>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/okhttp-2.7.2.pom.sha1 b/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/okhttp-2.7.2.pom.sha1
new file mode 100644
index 0000000..fbcd86f
--- /dev/null
+++ b/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/okhttp-2.7.2.pom.sha1
@@ -0,0 +1 @@
+3f4628cb339211d1af7ce69e0ae72b32117f1fc4
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/okhttp/parent/2.7.2/parent-2.7.2.pom b/common/m2/repository/com/squareup/okhttp/parent/2.7.2/parent-2.7.2.pom
new file mode 100644
index 0000000..0455338
--- /dev/null
+++ b/common/m2/repository/com/squareup/okhttp/parent/2.7.2/parent-2.7.2.pom
@@ -0,0 +1,294 @@
+<?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.squareup.okhttp</groupId>
+  <artifactId>parent</artifactId>
+  <version>2.7.2</version>
+  <packaging>pom</packaging>
+
+  <name>OkHttp (Parent)</name>
+  <description>An HTTP+SPDY client for Android and Java applications</description>
+  <url>https://github.com/square/okhttp</url>
+
+  <modules>
+    <module>okhttp</module>
+    <module>okhttp-tests</module>
+
+    <module>okhttp-android-support</module>
+
+    <module>okhttp-apache</module>
+    <module>okhttp-testing-support</module>
+    <module>okhttp-urlconnection</module>
+
+    <module>okhttp-ws</module>
+    <module>okhttp-ws-tests</module>
+
+    <module>okhttp-logging-interceptor</module>
+
+    <module>okcurl</module>
+    <module>mockwebserver</module>
+    <module>samples</module>
+    <module>benchmarks</module>
+  </modules>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+    <!-- Compilation -->
+    <java.version>1.7</java.version>
+    <okio.version>1.6.0</okio.version>
+    <!-- ALPN library targeted to Java 7 -->
+    <alpn.jdk7.version>7.1.2.v20141202</alpn.jdk7.version>
+    <!-- ALPN library targeted to Java 8 update 25. -->
+    <alpn.jdk8.version>8.1.2.v20141202</alpn.jdk8.version>
+    <bouncycastle.version>1.50</bouncycastle.version>
+    <gson.version>2.2.3</gson.version>
+    <apache.http.version>4.2.2</apache.http.version>
+    <airlift.version>0.6</airlift.version>
+    <guava.version>16.0</guava.version>
+    <android.version>4.1.1.4</android.version>
+
+    <!-- Test Dependencies -->
+    <junit.version>4.11</junit.version>
+  </properties>
+
+  <scm>
+    <url>https://github.com/square/okhttp/</url>
+    <connection>scm:git:https://github.com/square/okhttp.git</connection>
+    <developerConnection>scm:git:git@github.com:square/okhttp.git</developerConnection>
+    <tag>parent-2.7.2</tag>
+  </scm>
+
+  <issueManagement>
+    <system>GitHub Issues</system>
+    <url>https://github.com/square/okhttp/issues</url>
+  </issueManagement>
+
+  <licenses>
+    <license>
+      <name>Apache 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>com.squareup.okio</groupId>
+        <artifactId>okio</artifactId>
+        <version>${okio.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${junit.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.bouncycastle</groupId>
+        <artifactId>bcprov-jdk15on</artifactId>
+        <version>${bouncycastle.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.code.gson</groupId>
+        <artifactId>gson</artifactId>
+        <version>${gson.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.httpcomponents</groupId>
+        <artifactId>httpclient</artifactId>
+        <version>${apache.http.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>io.airlift</groupId>
+        <artifactId>airline</artifactId>
+        <version>${airlift.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.guava</groupId>
+        <artifactId>guava</artifactId>
+        <version>${guava.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.android</groupId>
+        <artifactId>android</artifactId>
+        <version>${android.version}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.0</version>
+          <configuration>
+            <source>${java.version}</source>
+            <target>${java.version}</target>
+          </configuration>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.17</version>
+          <configuration>
+            <properties>
+              <!--
+                Configure a listener for enforcing that no uncaught exceptions issue from OkHttp
+                tests. Every test must have a <scope>test</scope> dependency on
+                okhttp-testing-support.
+                -->
+              <property>
+                <name>listener</name>
+                <value>com.squareup.okhttp.testing.InstallUncaughtExceptionHandlerListener</value>
+              </property>
+            </properties>
+          </configuration>
+          <dependencies>
+            <dependency>
+              <groupId>org.apache.maven.surefire</groupId>
+              <artifactId>surefire-junit47</artifactId>
+              <version>2.17</version>
+            </dependency>
+          </dependencies>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.9</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.4.2</version>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.maven.scm</groupId>
+            <artifactId>maven-scm-provider-gitexe</artifactId>
+            <version>1.9</version>
+          </dependency>
+        </dependencies>
+        <configuration>
+          <autoVersionSubmodules>true</autoVersionSubmodules>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.10</version>
+        <configuration>
+          <failsOnError>true</failsOnError>
+          <configLocation>checkstyle.xml</configLocation>
+          <consoleOutput>true</consoleOutput>
+          <excludes>**/CipherSuite.java</excludes>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>checkstyle</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>animal-sniffer-maven-plugin</artifactId>
+        <version>1.11</version>
+        <executions>
+          <execution>
+            <phase>test</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <signature>
+            <groupId>org.codehaus.mojo.signature</groupId>
+            <artifactId>java16</artifactId>
+            <version>1.1</version>
+          </signature>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <profiles>
+    <profile>
+      <id>alpn-when-jdk7</id>
+      <activation>
+        <jdk>1.7</jdk>
+      </activation>
+      <properties>
+        <bootclasspathPrefix>${settings.localRepository}/org/mortbay/jetty/alpn/alpn-boot/${alpn.jdk7.version}/alpn-boot-${alpn.jdk7.version}.jar</bootclasspathPrefix>
+      </properties>
+      <build>
+        <pluginManagement>
+          <plugins>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-surefire-plugin</artifactId>
+              <configuration>
+                <argLine>-Xbootclasspath/p:${bootclasspathPrefix}</argLine>
+              </configuration>
+              <dependencies>
+                <dependency>
+                  <groupId>org.mortbay.jetty.alpn</groupId>
+                  <artifactId>alpn-boot</artifactId>
+                  <version>${alpn.jdk7.version}</version>
+                </dependency>
+              </dependencies>
+            </plugin>
+          </plugins>
+        </pluginManagement>
+      </build>
+    </profile>
+    <profile>
+      <id>alpn-when-jdk8</id>
+      <activation>
+        <jdk>1.8</jdk>
+      </activation>
+      <properties>
+        <bootclasspathPrefix>${settings.localRepository}/org/mortbay/jetty/alpn/alpn-boot/${alpn.jdk8.version}/alpn-boot-${alpn.jdk8.version}.jar</bootclasspathPrefix>
+      </properties>
+      <build>
+        <pluginManagement>
+          <plugins>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-surefire-plugin</artifactId>
+              <configuration>
+                <argLine>-Xbootclasspath/p:${bootclasspathPrefix}</argLine>
+              </configuration>
+              <dependencies>
+                <dependency>
+                  <groupId>org.mortbay.jetty.alpn</groupId>
+                  <artifactId>alpn-boot</artifactId>
+                  <version>${alpn.jdk8.version}</version>
+                </dependency>
+              </dependencies>
+            </plugin>
+          </plugins>
+        </pluginManagement>
+      </build>
+    </profile>
+  </profiles>
+</project>
+
diff --git a/common/m2/repository/com/squareup/okhttp/parent/2.7.2/parent-2.7.2.pom.sha1 b/common/m2/repository/com/squareup/okhttp/parent/2.7.2/parent-2.7.2.pom.sha1
new file mode 100644
index 0000000..c7d25c4
--- /dev/null
+++ b/common/m2/repository/com/squareup/okhttp/parent/2.7.2/parent-2.7.2.pom.sha1
@@ -0,0 +1 @@
+81f349b3486ec01fe4c8fe32febc79c9241b18ac
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/BUILD b/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/BUILD
new file mode 100644
index 0000000..6fd72c3
--- /dev/null
+++ b/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["okhttp-3.3.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/squareup/okhttp3/parent/3.3.0:pom",
+    source = "okhttp-3.3.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/okhttp-3.3.0.jar b/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/okhttp-3.3.0.jar
new file mode 100644
index 0000000..cbcfa64
--- /dev/null
+++ b/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/okhttp-3.3.0.jar
Binary files differ
diff --git a/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/okhttp-3.3.0.jar.sha1 b/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/okhttp-3.3.0.jar.sha1
new file mode 100644
index 0000000..eaecd70
--- /dev/null
+++ b/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/okhttp-3.3.0.jar.sha1
@@ -0,0 +1 @@
+2b802460eea20f8f2ad9c08c74e0f14718e88aa9
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/okhttp-3.3.0.pom b/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/okhttp-3.3.0.pom
new file mode 100644
index 0000000..878e557
--- /dev/null
+++ b/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/okhttp-3.3.0.pom
@@ -0,0 +1,53 @@
+<?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.squareup.okhttp3</groupId>
+    <artifactId>parent</artifactId>
+    <version>3.3.0</version>
+  </parent>
+
+  <artifactId>okhttp</artifactId>
+  <name>OkHttp</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.squareup.okio</groupId>
+      <artifactId>okio</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.android</groupId>
+      <artifactId>android</artifactId>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>templating-maven-plugin</artifactId>
+        <version>1.0-alpha-3</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>filter-sources</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <excludePackageNames>okhttp3.internal:okhttp3.internal.*</excludePackageNames>
+          <links>
+            <link>http://square.github.io/okio/</link>
+          </links>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/okhttp-3.3.0.pom.sha1 b/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/okhttp-3.3.0.pom.sha1
new file mode 100644
index 0000000..0337c67
--- /dev/null
+++ b/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/okhttp-3.3.0.pom.sha1
@@ -0,0 +1 @@
+1899f0a3a00f85e326f3b18727c74fcd7c4e0003
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/okhttp3/parent/3.3.0/BUILD b/common/m2/repository/com/squareup/okhttp3/parent/3.3.0/BUILD
new file mode 100644
index 0000000..c74c9ba
--- /dev/null
+++ b/common/m2/repository/com/squareup/okhttp3/parent/3.3.0/BUILD
@@ -0,0 +1,9 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/sonatype/oss/oss-parent/7:pom",
+    source = "parent-3.3.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/squareup/okhttp3/parent/3.3.0/parent-3.3.0.pom b/common/m2/repository/com/squareup/okhttp3/parent/3.3.0/parent-3.3.0.pom
new file mode 100644
index 0000000..ea0a3f8
--- /dev/null
+++ b/common/m2/repository/com/squareup/okhttp3/parent/3.3.0/parent-3.3.0.pom
@@ -0,0 +1,315 @@
+<?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.squareup.okhttp3</groupId>
+  <artifactId>parent</artifactId>
+  <version>3.3.0</version>
+  <packaging>pom</packaging>
+
+  <name>OkHttp (Parent)</name>
+  <description>An HTTP+SPDY client for Android and Java applications</description>
+  <url>https://github.com/square/okhttp</url>
+
+  <modules>
+    <module>okhttp</module>
+    <module>okhttp-tests</module>
+
+    <module>okhttp-android-support</module>
+
+    <module>okhttp-apache</module>
+    <module>okhttp-testing-support</module>
+    <module>okhttp-urlconnection</module>
+
+    <module>okhttp-ws</module>
+    <module>okhttp-ws-tests</module>
+
+    <module>okhttp-logging-interceptor</module>
+
+    <module>okcurl</module>
+    <module>mockwebserver</module>
+    <module>samples</module>
+    <module>benchmarks</module>
+  </modules>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+    <!-- Compilation -->
+    <airlift.version>0.7</airlift.version>
+    <!-- ALPN library targeted to Java 7 -->
+    <alpn.jdk7.version>7.1.2.v20141202</alpn.jdk7.version>
+    <!-- ALPN library targeted to Java 8 update 71 - 74 -->
+    <alpn.jdk8.version>8.1.7.v20160121</alpn.jdk8.version>
+    <android.version>4.1.1.4</android.version>
+    <apache.http.version>4.2.2</apache.http.version>
+    <bouncycastle.version>1.50</bouncycastle.version>
+    <guava.version>16.0</guava.version>
+    <java.version>1.7</java.version>
+    <moshi.version>1.1.0</moshi.version>
+    <okio.version>1.8.0</okio.version>
+
+    <!-- Test Dependencies -->
+    <junit.version>4.12</junit.version>
+
+    <!-- platform test mode -->
+    <okhttp.platform>platform</okhttp.platform>
+  </properties>
+
+  <scm>
+    <url>https://github.com/square/okhttp/</url>
+    <connection>scm:git:https://github.com/square/okhttp.git</connection>
+    <developerConnection>scm:git:git@github.com:square/okhttp.git</developerConnection>
+    <tag>parent-3.3.0</tag>
+  </scm>
+
+  <issueManagement>
+    <system>GitHub Issues</system>
+    <url>https://github.com/square/okhttp/issues</url>
+  </issueManagement>
+
+  <licenses>
+    <license>
+      <name>Apache 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>com.squareup.okio</groupId>
+        <artifactId>okio</artifactId>
+        <version>${okio.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${junit.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.bouncycastle</groupId>
+        <artifactId>bcprov-jdk15on</artifactId>
+        <version>${bouncycastle.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.httpcomponents</groupId>
+        <artifactId>httpclient</artifactId>
+        <version>${apache.http.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>io.airlift</groupId>
+        <artifactId>airline</artifactId>
+        <version>${airlift.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.guava</groupId>
+        <artifactId>guava</artifactId>
+        <version>${guava.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.android</groupId>
+        <artifactId>android</artifactId>
+        <version>${android.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.squareup.moshi</groupId>
+        <artifactId>moshi</artifactId>
+        <version>${moshi.version}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.0</version>
+          <configuration>
+            <source>${java.version}</source>
+            <target>${java.version}</target>
+          </configuration>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.17</version>
+          <configuration>
+            <systemPropertyVariables>
+              <okhttp.platform>${okhttp.platform}</okhttp.platform>
+            </systemPropertyVariables>
+            <properties>
+              <!--
+                Configure a listener for enforcing that no uncaught exceptions issue from OkHttp
+                tests. Every test must have a <scope>test</scope> dependency on
+                okhttp-testing-support.
+                -->
+              <property>
+                <name>listener</name>
+                <value>okhttp3.testing.InstallUncaughtExceptionHandlerListener</value>
+              </property>
+            </properties>
+          </configuration>
+          <dependencies>
+            <dependency>
+              <groupId>org.apache.maven.surefire</groupId>
+              <artifactId>surefire-junit47</artifactId>
+              <version>2.17</version>
+            </dependency>
+          </dependencies>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.9</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.4.2</version>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.maven.scm</groupId>
+            <artifactId>maven-scm-provider-gitexe</artifactId>
+            <version>1.9</version>
+          </dependency>
+        </dependencies>
+        <configuration>
+          <autoVersionSubmodules>true</autoVersionSubmodules>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.10</version>
+        <configuration>
+          <failsOnError>true</failsOnError>
+          <configLocation>checkstyle.xml</configLocation>
+          <consoleOutput>true</consoleOutput>
+          <excludes>**/CipherSuite.java</excludes>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>checkstyle</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>animal-sniffer-maven-plugin</artifactId>
+        <version>1.11</version>
+        <executions>
+          <execution>
+            <phase>test</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <signature>
+            <groupId>org.codehaus.mojo.signature</groupId>
+            <artifactId>java16</artifactId>
+            <version>1.1</version>
+          </signature>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <profiles>
+    <profile>
+      <id>alpn-when-jdk7</id>
+      <activation>
+        <jdk>1.7</jdk>
+      </activation>
+      <properties>
+        <bootclasspathPrefix>
+          ${settings.localRepository}/org/mortbay/jetty/alpn/alpn-boot/${alpn.jdk7.version}/alpn-boot-${alpn.jdk7.version}.jar
+        </bootclasspathPrefix>
+        <okhttp.platform>jdk-with-jetty-boot</okhttp.platform>
+      </properties>
+      <build>
+        <pluginManagement>
+          <plugins>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-surefire-plugin</artifactId>
+              <configuration>
+                <argLine>-Xbootclasspath/p:${bootclasspathPrefix}</argLine>
+              </configuration>
+              <dependencies>
+                <dependency>
+                  <groupId>org.mortbay.jetty.alpn</groupId>
+                  <artifactId>alpn-boot</artifactId>
+                  <version>${alpn.jdk7.version}</version>
+                </dependency>
+              </dependencies>
+            </plugin>
+          </plugins>
+        </pluginManagement>
+      </build>
+    </profile>
+    <profile>
+      <id>alpn-when-jdk8</id>
+      <activation>
+        <jdk>1.8</jdk>
+      </activation>
+      <properties>
+        <bootclasspathPrefix>
+          ${settings.localRepository}/org/mortbay/jetty/alpn/alpn-boot/${alpn.jdk8.version}/alpn-boot-${alpn.jdk8.version}.jar
+        </bootclasspathPrefix>
+        <okhttp.platform>jdk-with-jetty-boot</okhttp.platform>
+      </properties>
+      <build>
+        <pluginManagement>
+          <plugins>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-surefire-plugin</artifactId>
+              <configuration>
+                <argLine>-Xbootclasspath/p:${bootclasspathPrefix}</argLine>
+              </configuration>
+              <dependencies>
+                <dependency>
+                  <groupId>org.mortbay.jetty.alpn</groupId>
+                  <artifactId>alpn-boot</artifactId>
+                  <version>${alpn.jdk8.version}</version>
+                </dependency>
+              </dependencies>
+            </plugin>
+          </plugins>
+        </pluginManagement>
+      </build>
+    </profile>
+    <profile>
+      <id>jdk9</id>
+      <activation>
+        <jdk>1.9</jdk>
+      </activation>
+      <properties>
+        <okhttp.platform>jdk9</okhttp.platform>
+      </properties>
+    </profile>
+  </profiles>
+</project>
+
diff --git a/common/m2/repository/com/squareup/okhttp3/parent/3.3.0/parent-3.3.0.pom.sha1 b/common/m2/repository/com/squareup/okhttp3/parent/3.3.0/parent-3.3.0.pom.sha1
new file mode 100644
index 0000000..addf740
--- /dev/null
+++ b/common/m2/repository/com/squareup/okhttp3/parent/3.3.0/parent-3.3.0.pom.sha1
@@ -0,0 +1 @@
+a85e2a8692e3167da1c971b26813495546f45707
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/okio/okio-parent/1.8.0/BUILD b/common/m2/repository/com/squareup/okio/okio-parent/1.8.0/BUILD
new file mode 100644
index 0000000..4df3bca
--- /dev/null
+++ b/common/m2/repository/com/squareup/okio/okio-parent/1.8.0/BUILD
@@ -0,0 +1,9 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/sonatype/oss/oss-parent/7:pom",
+    source = "okio-parent-1.8.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/squareup/okio/okio-parent/1.8.0/okio-parent-1.8.0.pom b/common/m2/repository/com/squareup/okio/okio-parent/1.8.0/okio-parent-1.8.0.pom
new file mode 100644
index 0000000..87af1c4
--- /dev/null
+++ b/common/m2/repository/com/squareup/okio/okio-parent/1.8.0/okio-parent-1.8.0.pom
@@ -0,0 +1,108 @@
+<?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.squareup.okio</groupId>
+  <artifactId>okio-parent</artifactId>
+  <version>1.8.0</version>
+  <packaging>pom</packaging>
+  <name>Okio (Parent)</name>
+  <description>A modern I/O API for Java</description>
+  <url>https://github.com/square/okio</url>
+
+  <modules>
+    <module>okio</module>
+    <module>benchmarks</module>
+  </modules>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <java.version>1.7</java.version>
+
+    <!-- Dependencies -->
+    <animal.sniffer.version>1.10</animal.sniffer.version>
+    <jmh.version>1.4.1</jmh.version>
+
+    <!-- Test Dependencies -->
+    <junit.version>4.11</junit.version>
+  </properties>
+
+  <scm>
+    <url>https://github.com/square/okio/</url>
+    <connection>scm:git:https://github.com/square/okio.git</connection>
+    <developerConnection>scm:git:git@github.com:square/okio.git</developerConnection>
+    <tag>okio-parent-1.8.0</tag>
+  </scm>
+
+  <issueManagement>
+    <system>GitHub Issues</system>
+    <url>https://github.com/square/okio/issues</url>
+  </issueManagement>
+
+  <licenses>
+    <license>
+      <name>Apache 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${junit.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>animal-sniffer-annotations</artifactId>
+        <version>${animal.sniffer.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.openjdk.jmh</groupId>
+        <artifactId>jmh-core</artifactId>
+        <version>${jmh.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.openjdk.jmh</groupId>
+        <artifactId>jmh-generator-annprocess</artifactId>
+        <version>${jmh.version}</version>
+        <scope>provided</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.0</version>
+          <configuration>
+            <source>${java.version}</source>
+            <target>${java.version}</target>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.5</version>
+        <configuration>
+          <autoVersionSubmodules>true</autoVersionSubmodules>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/common/m2/repository/com/squareup/okio/okio-parent/1.8.0/okio-parent-1.8.0.pom.sha1 b/common/m2/repository/com/squareup/okio/okio-parent/1.8.0/okio-parent-1.8.0.pom.sha1
new file mode 100644
index 0000000..d4c9e11
--- /dev/null
+++ b/common/m2/repository/com/squareup/okio/okio-parent/1.8.0/okio-parent-1.8.0.pom.sha1
@@ -0,0 +1 @@
+3e4416939b4ff673523540d9248b449ea925d734
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/okio/okio/1.8.0/BUILD b/common/m2/repository/com/squareup/okio/okio/1.8.0/BUILD
new file mode 100644
index 0000000..23105dc
--- /dev/null
+++ b/common/m2/repository/com/squareup/okio/okio/1.8.0/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["okio-1.8.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/squareup/okio/okio-parent/1.8.0:pom",
+    source = "okio-1.8.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/squareup/okio/okio/1.8.0/okio-1.8.0.jar b/common/m2/repository/com/squareup/okio/okio/1.8.0/okio-1.8.0.jar
new file mode 100644
index 0000000..bb70f75
--- /dev/null
+++ b/common/m2/repository/com/squareup/okio/okio/1.8.0/okio-1.8.0.jar
Binary files differ
diff --git a/common/m2/repository/com/squareup/okio/okio/1.8.0/okio-1.8.0.jar.sha1 b/common/m2/repository/com/squareup/okio/okio/1.8.0/okio-1.8.0.jar.sha1
new file mode 100644
index 0000000..c8a670d
--- /dev/null
+++ b/common/m2/repository/com/squareup/okio/okio/1.8.0/okio-1.8.0.jar.sha1
@@ -0,0 +1 @@
+05ea7af56cc7c567ed9856d99efb30740e9b17ff
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/okio/okio/1.8.0/okio-1.8.0.pom b/common/m2/repository/com/squareup/okio/okio/1.8.0/okio-1.8.0.pom
new file mode 100644
index 0000000..b56d358
--- /dev/null
+++ b/common/m2/repository/com/squareup/okio/okio/1.8.0/okio-1.8.0.pom
@@ -0,0 +1,53 @@
+<?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.squareup.okio</groupId>
+    <artifactId>okio-parent</artifactId>
+    <version>1.8.0</version>
+  </parent>
+
+  <artifactId>okio</artifactId>
+  <name>Okio</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.codehaus.mojo</groupId>
+      <artifactId>animal-sniffer-annotations</artifactId>
+      <optional>true</optional>
+    </dependency>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>animal-sniffer-maven-plugin</artifactId>
+        <version>${animal.sniffer.version}</version>
+        <executions>
+          <execution>
+            <phase>test</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <signature>
+            <groupId>org.codehaus.mojo.signature</groupId>
+            <artifactId>java16</artifactId>
+            <version>1.1</version>
+          </signature>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/common/m2/repository/com/squareup/okio/okio/1.8.0/okio-1.8.0.pom.sha1 b/common/m2/repository/com/squareup/okio/okio/1.8.0/okio-1.8.0.pom.sha1
new file mode 100644
index 0000000..e271b6f
--- /dev/null
+++ b/common/m2/repository/com/squareup/okio/okio/1.8.0/okio-1.8.0.pom.sha1
@@ -0,0 +1 @@
+1341f757a8818312ec9d80330749686225d86aa6
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/picasso/picasso-parent/2.5.2/BUILD b/common/m2/repository/com/squareup/picasso/picasso-parent/2.5.2/BUILD
new file mode 100644
index 0000000..000a84b
--- /dev/null
+++ b/common/m2/repository/com/squareup/picasso/picasso-parent/2.5.2/BUILD
@@ -0,0 +1,9 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/sonatype/oss/oss-parent/7:pom",
+    source = "picasso-parent-2.5.2.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/squareup/picasso/picasso-parent/2.5.2/picasso-parent-2.5.2.pom b/common/m2/repository/com/squareup/picasso/picasso-parent/2.5.2/picasso-parent-2.5.2.pom
new file mode 100644
index 0000000..2fe921e
--- /dev/null
+++ b/common/m2/repository/com/squareup/picasso/picasso-parent/2.5.2/picasso-parent-2.5.2.pom
@@ -0,0 +1,185 @@
+<?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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.sonatype.oss</groupId>
+    <artifactId>oss-parent</artifactId>
+    <version>7</version>
+  </parent>
+
+  <groupId>com.squareup.picasso</groupId>
+  <artifactId>picasso-parent</artifactId>
+  <version>2.5.2</version>
+  <packaging>pom</packaging>
+
+  <name>Picasso (Parent)</name>
+  <description>A powerful image downloading and caching library for Android</description>
+  <url>http://github.com/square/picasso</url>
+  <inceptionYear>2013</inceptionYear>
+
+  <scm>
+    <url>http://github.com/square/picasso/</url>
+    <connection>scm:git:git://github.com/square/picasso.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/square/picasso.git</developerConnection>
+    <tag>picasso-parent-2.5.2</tag>
+  </scm>
+
+  <issueManagement>
+    <system>GitHub Issues</system>
+    <url>http://github.com/square/picasso/issues</url>
+  </issueManagement>
+
+  <licenses>
+    <license>
+      <name>Apache 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+
+  <organization>
+    <name>Square, Inc.</name>
+    <url>http://squareup.com</url>
+  </organization>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+    <java.version>1.6</java.version>
+  </properties>
+
+  <modules>
+    <module>picasso</module>
+    <module>picasso-pollexor</module>
+    <module>picasso-sample</module>
+  </modules>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>com.google.android</groupId>
+        <artifactId>android</artifactId>
+        <version>4.1.1.4</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.android</groupId>
+        <artifactId>support-v4</artifactId>
+        <version>r7</version>
+      </dependency>
+
+      <dependency>
+        <groupId>com.squareup.okhttp</groupId>
+        <artifactId>okhttp</artifactId>
+        <version>2.1.0</version>
+      </dependency>
+      <dependency>
+        <groupId>com.squareup.okhttp</groupId>
+        <artifactId>mockwebserver</artifactId>
+        <version>2.1.0</version>
+      </dependency>
+
+      <dependency>
+        <groupId>com.intellij</groupId>
+        <artifactId>annotations</artifactId>
+        <version>12.0</version>
+      </dependency>
+
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>4.10</version>
+      </dependency>
+      <dependency>
+        <groupId>org.easytesting</groupId>
+        <artifactId>fest-assert-core</artifactId>
+        <version>2.0M10</version>
+      </dependency>
+      <dependency>
+        <groupId>com.squareup</groupId>
+        <artifactId>fest-android</artifactId>
+        <version>1.0.6</version>
+      </dependency>
+      <dependency>
+        <groupId>org.robolectric</groupId>
+        <artifactId>robolectric</artifactId>
+        <version>2.2</version>
+      </dependency>
+      <dependency>
+        <groupId>org.mockito</groupId>
+        <artifactId>mockito-core</artifactId>
+        <version>1.9.5</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>com.simpligility.maven.plugins</groupId>
+          <artifactId>android-maven-plugin</artifactId>
+          <version>4.1.1</version>
+          <configuration>
+            <sdk>
+              <platform>17</platform>
+            </sdk>
+          </configuration>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.0</version>
+          <configuration>
+            <source>${java.version}</source>
+            <target>${java.version}</target>
+          </configuration>
+        </plugin>
+
+        <!-- This is needed because 'mvn site' does not work with Maven 3.0. -->
+        <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.3</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>emma-maven-plugin</artifactId>
+          <version>1.0-alpha-3</version>
+        </plugin>
+
+      </plugins>
+    </pluginManagement>
+
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.10</version>
+        <configuration>
+          <failsOnError>true</failsOnError>
+          <configLocation>checkstyle.xml</configLocation>
+          <consoleOutput>true</consoleOutput>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>checkstyle</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.4</version>
+        <configuration>
+          <autoVersionSubmodules>true</autoVersionSubmodules>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/common/m2/repository/com/squareup/picasso/picasso-parent/2.5.2/picasso-parent-2.5.2.pom.sha1 b/common/m2/repository/com/squareup/picasso/picasso-parent/2.5.2/picasso-parent-2.5.2.pom.sha1
new file mode 100644
index 0000000..ac6cd15
--- /dev/null
+++ b/common/m2/repository/com/squareup/picasso/picasso-parent/2.5.2/picasso-parent-2.5.2.pom.sha1
@@ -0,0 +1 @@
+1064a94e11eca88acc4d7bc415259f3995d79354
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/picasso/picasso/2.5.2/BUILD b/common/m2/repository/com/squareup/picasso/picasso/2.5.2/BUILD
new file mode 100644
index 0000000..33c695c
--- /dev/null
+++ b/common/m2/repository/com/squareup/picasso/picasso/2.5.2/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["picasso-2.5.2.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/squareup/picasso/picasso-parent/2.5.2:pom",
+    source = "picasso-2.5.2.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/squareup/picasso/picasso/2.5.2/picasso-2.5.2.jar b/common/m2/repository/com/squareup/picasso/picasso/2.5.2/picasso-2.5.2.jar
new file mode 100644
index 0000000..6acbaa1
--- /dev/null
+++ b/common/m2/repository/com/squareup/picasso/picasso/2.5.2/picasso-2.5.2.jar
Binary files differ
diff --git a/common/m2/repository/com/squareup/picasso/picasso/2.5.2/picasso-2.5.2.jar.sha1 b/common/m2/repository/com/squareup/picasso/picasso/2.5.2/picasso-2.5.2.jar.sha1
new file mode 100644
index 0000000..ad82062
--- /dev/null
+++ b/common/m2/repository/com/squareup/picasso/picasso/2.5.2/picasso-2.5.2.jar.sha1
@@ -0,0 +1 @@
+7446d06ec8d4f7ffcc53f1da37c95f200dcb9387
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/picasso/picasso/2.5.2/picasso-2.5.2.pom b/common/m2/repository/com/squareup/picasso/picasso/2.5.2/picasso-2.5.2.pom
new file mode 100644
index 0000000..bd2facc
--- /dev/null
+++ b/common/m2/repository/com/squareup/picasso/picasso/2.5.2/picasso-2.5.2.pom
@@ -0,0 +1,77 @@
+<?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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>com.squareup.picasso</groupId>
+    <artifactId>picasso-parent</artifactId>
+    <version>2.5.2</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+
+  <artifactId>picasso</artifactId>
+  <name>Picasso</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.squareup.okhttp</groupId>
+      <artifactId>okhttp</artifactId>
+      <optional>true</optional>
+    </dependency>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.easytesting</groupId>
+      <artifactId>fest-assert-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.squareup</groupId>
+      <artifactId>fest-android</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.robolectric</groupId>
+      <artifactId>robolectric</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.squareup.okhttp</groupId>
+      <artifactId>mockwebserver</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>com.intellij</groupId>
+      <artifactId>annotations</artifactId>
+      <version>9.0.4</version>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>com.google.android</groupId>
+      <artifactId>android</artifactId>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>emma-maven-plugin</artifactId>
+        <version>1.0-alpha-3</version>
+      </plugin>
+    </plugins>
+  </reporting>
+</project>
diff --git a/common/m2/repository/com/squareup/picasso/picasso/2.5.2/picasso-2.5.2.pom.sha1 b/common/m2/repository/com/squareup/picasso/picasso/2.5.2/picasso-2.5.2.pom.sha1
new file mode 100644
index 0000000..a2777e1
--- /dev/null
+++ b/common/m2/repository/com/squareup/picasso/picasso/2.5.2/picasso-2.5.2.pom.sha1
@@ -0,0 +1 @@
+ec6aa0c5c1807dc608ae9ff86ce2b1d64058d1f8
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/retrofit2/parent/2.1.0/BUILD b/common/m2/repository/com/squareup/retrofit2/parent/2.1.0/BUILD
new file mode 100644
index 0000000..3962c88
--- /dev/null
+++ b/common/m2/repository/com/squareup/retrofit2/parent/2.1.0/BUILD
@@ -0,0 +1,9 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/sonatype/oss/oss-parent/7:pom",
+    source = "parent-2.1.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/squareup/retrofit2/parent/2.1.0/parent-2.1.0.pom b/common/m2/repository/com/squareup/retrofit2/parent/2.1.0/parent-2.1.0.pom
new file mode 100644
index 0000000..aac00a1
--- /dev/null
+++ b/common/m2/repository/com/squareup/retrofit2/parent/2.1.0/parent-2.1.0.pom
@@ -0,0 +1,269 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2012 Square, Inc.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<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.squareup.retrofit2</groupId>
+  <artifactId>parent</artifactId>
+  <version>2.1.0</version>
+  <packaging>pom</packaging>
+
+  <name>Retrofit (Parent)</name>
+  <description>Type-safe HTTP client for Android and Java by Square, Inc.</description>
+  <url>http://github.com/square/retrofit/</url>
+
+  <modules>
+    <module>retrofit</module>
+    <module>retrofit-adapters</module>
+    <module>retrofit-converters</module>
+    <module>retrofit-mock</module>
+    <module>samples</module>
+  </modules>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.reporting.sourceEncoding>UTF-8</project.reporting.sourceEncoding>
+
+    <!-- Compilation -->
+    <java.version>1.7</java.version>
+
+    <!-- Dependencies -->
+    <android.version>4.1.1.4</android.version>
+    <okhttp.version>3.3.0</okhttp.version>
+    <animal.sniffer.version>1.14</animal.sniffer.version>
+
+    <!-- Adapter Dependencies -->
+    <rxjava.version>1.1.5</rxjava.version>
+
+    <!-- Converter Dependencies -->
+    <gson.version>2.7</gson.version>
+    <protobuf.version>2.6.1</protobuf.version>
+    <jackson.version>2.7.2</jackson.version>
+    <wire.version>2.2.0</wire.version>
+    <simplexml.version>2.7.1</simplexml.version>
+    <moshi.version>1.2.0</moshi.version>
+
+    <!-- Sample Dependencies -->
+    <jsoup.version>1.7.3</jsoup.version>
+
+    <!-- Test Dependencies -->
+    <junit.version>4.12</junit.version>
+    <assertj.version>1.7.0</assertj.version>
+    <mockito.version>1.9.5</mockito.version>
+    <guava.version>19.0</guava.version>
+    <robolectric.version>3.0</robolectric.version>
+  </properties>
+
+  <scm>
+    <url>http://github.com/square/retrofit</url>
+    <connection>scm:git:git://github.com/square/retrofit.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/square/retrofit.git</developerConnection>
+    <tag>parent-2.1.0</tag>
+  </scm>
+
+  <issueManagement>
+    <system>GitHub Issues</system>
+    <url>http://github.com/square/retrofit/issues</url>
+  </issueManagement>
+
+  <licenses>
+    <license>
+      <name>Apache 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+
+  <organization>
+    <name>Square, Inc.</name>
+    <url>http://squareup.com</url>
+  </organization>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>com.google.android</groupId>
+        <artifactId>android</artifactId>
+        <version>${android.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>animal-sniffer-annotations</artifactId>
+        <version>${animal.sniffer.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.squareup.okhttp3</groupId>
+        <artifactId>okhttp</artifactId>
+        <version>${okhttp.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.code.gson</groupId>
+        <artifactId>gson</artifactId>
+        <version>${gson.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>io.reactivex</groupId>
+        <artifactId>rxjava</artifactId>
+        <version>${rxjava.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>com.google.protobuf</groupId>
+        <artifactId>protobuf-java</artifactId>
+        <version>${protobuf.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.fasterxml.jackson.core</groupId>
+        <artifactId>jackson-databind</artifactId>
+        <version>${jackson.version}</version>
+     </dependency>
+      <dependency>
+        <groupId>com.squareup.wire</groupId>
+        <artifactId>wire-runtime</artifactId>
+        <version>${wire.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.simpleframework</groupId>
+        <artifactId>simple-xml</artifactId>
+        <version>${simplexml.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.squareup.moshi</groupId>
+        <artifactId>moshi</artifactId>
+        <version>${moshi.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${junit.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.assertj</groupId>
+        <artifactId>assertj-core</artifactId>
+        <version>${assertj.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.mockito</groupId>
+        <artifactId>mockito-core</artifactId>
+        <version>${mockito.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.google.guava</groupId>
+        <artifactId>guava</artifactId>
+        <version>${guava.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.squareup.okhttp3</groupId>
+        <artifactId>mockwebserver</artifactId>
+        <version>${okhttp.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.robolectric</groupId>
+        <artifactId>robolectric</artifactId>
+        <version>${robolectric.version}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.0</version>
+          <configuration>
+            <source>${java.version}</source>
+            <target>${java.version}</target>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.5</version>
+        <configuration>
+          <autoVersionSubmodules>true</autoVersionSubmodules>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.15</version>
+        <configuration>
+          <failsOnError>true</failsOnError>
+          <configLocation>checkstyle.xml</configLocation>
+          <consoleOutput>true</consoleOutput>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>checkstyle</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.10.3</version>
+        <executions>
+          <execution>
+            <id>attach-javadocs</id>
+            <phase>package</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>animal-sniffer-maven-plugin</artifactId>
+        <version>${animal.sniffer.version}</version>
+        <executions>
+          <execution>
+            <phase>test</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <signature>
+            <groupId>org.codehaus.mojo.signature</groupId>
+            <artifactId>java16</artifactId>
+            <version>1.1</version>
+          </signature>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/common/m2/repository/com/squareup/retrofit2/parent/2.1.0/parent-2.1.0.pom.sha1 b/common/m2/repository/com/squareup/retrofit2/parent/2.1.0/parent-2.1.0.pom.sha1
new file mode 100644
index 0000000..783cc30
--- /dev/null
+++ b/common/m2/repository/com/squareup/retrofit2/parent/2.1.0/parent-2.1.0.pom.sha1
@@ -0,0 +1 @@
+64e1ff5bbad71ce91e1b418d460410b6cf8a1be8
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/BUILD b/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/BUILD
new file mode 100644
index 0000000..b8e8c58
--- /dev/null
+++ b/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["retrofit-2.1.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/com/squareup/retrofit2/parent/2.1.0:pom",
+    source = "retrofit-2.1.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/retrofit-2.1.0.jar b/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/retrofit-2.1.0.jar
new file mode 100644
index 0000000..282796c
--- /dev/null
+++ b/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/retrofit-2.1.0.jar
Binary files differ
diff --git a/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/retrofit-2.1.0.jar.sha1 b/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/retrofit-2.1.0.jar.sha1
new file mode 100644
index 0000000..faeffa1
--- /dev/null
+++ b/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/retrofit-2.1.0.jar.sha1
@@ -0,0 +1 @@
+2de7cd8b95b7021b1d597f049bcb422055119f2c
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/retrofit-2.1.0.pom b/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/retrofit-2.1.0.pom
new file mode 100644
index 0000000..66664ef
--- /dev/null
+++ b/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/retrofit-2.1.0.pom
@@ -0,0 +1,65 @@
+<?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.squareup.retrofit2</groupId>
+    <artifactId>parent</artifactId>
+    <version>2.1.0</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+
+  <artifactId>retrofit</artifactId>
+  <name>Retrofit</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.squareup.okhttp3</groupId>
+      <artifactId>okhttp</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>com.google.android</groupId>
+      <artifactId>android</artifactId>
+      <optional>true</optional>
+    </dependency>
+
+    <dependency>
+      <groupId>org.codehaus.mojo</groupId>
+      <artifactId>animal-sniffer-annotations</artifactId>
+      <optional>true</optional>
+    </dependency>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.assertj</groupId>
+      <artifactId>assertj-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.squareup.okhttp3</groupId>
+      <artifactId>mockwebserver</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.robolectric</groupId>
+      <artifactId>robolectric</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/retrofit-2.1.0.pom.sha1 b/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/retrofit-2.1.0.pom.sha1
new file mode 100644
index 0000000..508aa17
--- /dev/null
+++ b/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/retrofit-2.1.0.pom.sha1
@@ -0,0 +1 @@
+0892a7d13d4200ae8e8545508f5b8c64c3116431
\ No newline at end of file
diff --git a/common/m2/repository/com/trello/rxlifecycle/0.6.1/rxlifecycle-0.6.1.aar b/common/m2/repository/com/trello/rxlifecycle/0.6.1/rxlifecycle-0.6.1.aar
new file mode 100644
index 0000000..34d63e1
--- /dev/null
+++ b/common/m2/repository/com/trello/rxlifecycle/0.6.1/rxlifecycle-0.6.1.aar
Binary files differ
diff --git a/common/m2/repository/com/trello/rxlifecycle/0.6.1/rxlifecycle-0.6.1.aar.sha1 b/common/m2/repository/com/trello/rxlifecycle/0.6.1/rxlifecycle-0.6.1.aar.sha1
new file mode 100644
index 0000000..4777e0f
--- /dev/null
+++ b/common/m2/repository/com/trello/rxlifecycle/0.6.1/rxlifecycle-0.6.1.aar.sha1
@@ -0,0 +1 @@
+d6dd397fbd54b032eaba8a06254b2adf2b050233
\ No newline at end of file
diff --git a/common/m2/repository/com/trello/rxlifecycle/0.6.1/rxlifecycle-0.6.1.pom b/common/m2/repository/com/trello/rxlifecycle/0.6.1/rxlifecycle-0.6.1.pom
new file mode 100644
index 0000000..c621fbd
--- /dev/null
+++ b/common/m2/repository/com/trello/rxlifecycle/0.6.1/rxlifecycle-0.6.1.pom
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.trello</groupId>
+  <artifactId>rxlifecycle</artifactId>
+  <version>0.6.1</version>
+  <packaging>aar</packaging>
+  <name>RxLifecycle</name>
+  <description>RxLifecycle</description>
+  <url>https://github.com/trello/RxLifecycle</url>
+  <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>dlew</id>
+      <name>Dan Lew</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://github.com/trello/RxLifecycle.git</connection>
+    <developerConnection>scm:git:git@github.com:trello/RxLifecycle.git</developerConnection>
+    <url>https://github.com/trello/RxLifecycle</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.jakewharton.rxbinding</groupId>
+      <artifactId>rxbinding</artifactId>
+      <version>0.4.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>io.reactivex</groupId>
+      <artifactId>rxjava</artifactId>
+      <version>1.1.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-annotations</artifactId>
+      <version>23.3.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/trello/rxlifecycle/0.6.1/rxlifecycle-0.6.1.pom.sha1 b/common/m2/repository/com/trello/rxlifecycle/0.6.1/rxlifecycle-0.6.1.pom.sha1
new file mode 100644
index 0000000..bfda801
--- /dev/null
+++ b/common/m2/repository/com/trello/rxlifecycle/0.6.1/rxlifecycle-0.6.1.pom.sha1
@@ -0,0 +1 @@
+97730bcd0800f2a82b2873c80586f9d47ad540d6
\ No newline at end of file
diff --git a/common/m2/repository/com/uber/rave-compiler/0.6.0/BUILD b/common/m2/repository/com/uber/rave-compiler/0.6.0/BUILD
new file mode 100644
index 0000000..9e28ae1
--- /dev/null
+++ b/common/m2/repository/com/uber/rave-compiler/0.6.0/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["rave-compiler-0.6.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "rave-compiler-0.6.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/uber/rave-compiler/0.6.0/rave-compiler-0.6.0.jar b/common/m2/repository/com/uber/rave-compiler/0.6.0/rave-compiler-0.6.0.jar
new file mode 100644
index 0000000..002cd6f
--- /dev/null
+++ b/common/m2/repository/com/uber/rave-compiler/0.6.0/rave-compiler-0.6.0.jar
Binary files differ
diff --git a/common/m2/repository/com/uber/rave-compiler/0.6.0/rave-compiler-0.6.0.jar.sha1 b/common/m2/repository/com/uber/rave-compiler/0.6.0/rave-compiler-0.6.0.jar.sha1
new file mode 100644
index 0000000..1954f46
--- /dev/null
+++ b/common/m2/repository/com/uber/rave-compiler/0.6.0/rave-compiler-0.6.0.jar.sha1
@@ -0,0 +1 @@
+b5215e6f541cd6f3e3c4c9e06b4372d542bafcc1
\ No newline at end of file
diff --git a/common/m2/repository/com/uber/rave-compiler/0.6.0/rave-compiler-0.6.0.pom b/common/m2/repository/com/uber/rave-compiler/0.6.0/rave-compiler-0.6.0.pom
new file mode 100644
index 0000000..c26c933
--- /dev/null
+++ b/common/m2/repository/com/uber/rave-compiler/0.6.0/rave-compiler-0.6.0.pom
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.uber</groupId>
+  <artifactId>rave-compiler</artifactId>
+  <version>0.6.0</version>
+  <name>RAVE Compiler</name>
+  <description>A data model validation framework that uses java annotation processing</description>
+  <url>https://github.com/uber-common/rave/</url>
+  <licenses>
+    <license>
+      <name>MIT License</name>
+      <url>http://opensource.org/licenses/MIT</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>behroozkhorashadi</id>
+      <name>Behrooz Khorashadi</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:git://github.com/uber-common/rave.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/uber-common/rave.git</developerConnection>
+    <url>https://github.com/uber-common/rave/</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.google.testing.compile</groupId>
+      <artifactId>compile-testing</artifactId>
+      <version>0.5</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.android</groupId>
+      <artifactId>android</artifactId>
+      <version>4.1.1.4</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.auto</groupId>
+      <artifactId>auto-common</artifactId>
+      <version>0.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.uber</groupId>
+      <artifactId>rave</artifactId>
+      <version>0.6.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>19.0-rc2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.squareup</groupId>
+      <artifactId>javapoet</artifactId>
+      <version>1.2.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.uber</groupId>
+      <artifactId>rave-test</artifactId>
+      <version>0.6.0</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <version>1.10.19</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.auto.service</groupId>
+      <artifactId>auto-service</artifactId>
+      <version>1.0-rc2</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.assertj</groupId>
+      <artifactId>assertj-core</artifactId>
+      <version>1.7.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.7.6</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-annotations</artifactId>
+      <version>23.3.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/uber/rave-compiler/0.6.0/rave-compiler-0.6.0.pom.sha1 b/common/m2/repository/com/uber/rave-compiler/0.6.0/rave-compiler-0.6.0.pom.sha1
new file mode 100644
index 0000000..77bffdb
--- /dev/null
+++ b/common/m2/repository/com/uber/rave-compiler/0.6.0/rave-compiler-0.6.0.pom.sha1
@@ -0,0 +1 @@
+48a830c58ffdf128cb9b0f408d7b26af5b62f5dd
\ No newline at end of file
diff --git a/common/m2/repository/com/uber/rave/0.6.0/BUILD b/common/m2/repository/com/uber/rave/0.6.0/BUILD
new file mode 100644
index 0000000..1352ea6
--- /dev/null
+++ b/common/m2/repository/com/uber/rave/0.6.0/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["rave-0.6.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "rave-0.6.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/uber/rave/0.6.0/rave-0.6.0.jar b/common/m2/repository/com/uber/rave/0.6.0/rave-0.6.0.jar
new file mode 100644
index 0000000..8f174ff
--- /dev/null
+++ b/common/m2/repository/com/uber/rave/0.6.0/rave-0.6.0.jar
Binary files differ
diff --git a/common/m2/repository/com/uber/rave/0.6.0/rave-0.6.0.jar.sha1 b/common/m2/repository/com/uber/rave/0.6.0/rave-0.6.0.jar.sha1
new file mode 100644
index 0000000..191c72f
--- /dev/null
+++ b/common/m2/repository/com/uber/rave/0.6.0/rave-0.6.0.jar.sha1
@@ -0,0 +1 @@
+610d32f17d2d5b306e3ae05f2b6faeb5eea6f7ec
\ No newline at end of file
diff --git a/common/m2/repository/com/uber/rave/0.6.0/rave-0.6.0.pom b/common/m2/repository/com/uber/rave/0.6.0/rave-0.6.0.pom
new file mode 100644
index 0000000..ad57c1e
--- /dev/null
+++ b/common/m2/repository/com/uber/rave/0.6.0/rave-0.6.0.pom
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.uber</groupId>
+  <artifactId>rave</artifactId>
+  <version>0.6.0</version>
+  <name>RAVE</name>
+  <description>A data model validation framework that uses java annotation processing</description>
+  <url>https://github.com/uber-common/rave/</url>
+  <licenses>
+    <license>
+      <name>MIT License</name>
+      <url>http://opensource.org/licenses/MIT</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <id>behroozkhorashadi</id>
+      <name>Behrooz Khorashadi</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:git://github.com/uber-common/rave.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/uber-common/rave.git</developerConnection>
+    <url>https://github.com/uber-common/rave/</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.10</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.uber</groupId>
+      <artifactId>rave-test</artifactId>
+      <version>0.6.0</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.7.6</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>support-annotations</artifactId>
+      <version>23.3.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/uber/rave/0.6.0/rave-0.6.0.pom.sha1 b/common/m2/repository/com/uber/rave/0.6.0/rave-0.6.0.pom.sha1
new file mode 100644
index 0000000..5840a4f
--- /dev/null
+++ b/common/m2/repository/com/uber/rave/0.6.0/rave-0.6.0.pom.sha1
@@ -0,0 +1 @@
+b31bc65dfbafa3d19272b204b04d685500f3f669
\ No newline at end of file
diff --git a/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.pom b/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
new file mode 100644
index 0000000..cdad31c
--- /dev/null
+++ b/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
@@ -0,0 +1,547 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<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">
+  <!--
+    - Note that due to the special requirements of logging unit-tests, most
+    - tests are executed in the "integration-test" phase rather than the
+    - "test" phase. Please run "mvn integration-test" to run the full suite of
+    - available unit tests.
+    -->
+  <parent>
+    <groupId>org.apache.commons</groupId>
+    <artifactId>commons-parent</artifactId>
+    <version>34</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>commons-logging</groupId>
+  <artifactId>commons-logging</artifactId>
+  <name>Apache Commons Logging</name>
+  <version>1.2</version>
+  <description>Apache Commons Logging is a thin adapter allowing configurable bridging to other,
+    well known logging systems.</description>
+  <url>http://commons.apache.org/proper/commons-logging/</url>
+
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://issues.apache.org/jira/browse/LOGGING</url>
+  </issueManagement>
+
+  <inceptionYear>2001</inceptionYear>
+
+  <developers>
+    <developer>
+      <id>baliuka</id>
+      <name>Juozas Baliuka</name>
+      <email>baliuka@apache.org</email>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>morgand</id>
+      <name>Morgan Delagrange</name>
+      <email>morgand@apache.org</email>
+      <organization>Apache</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>donaldp</id>
+      <name>Peter Donald</name>
+      <email>donaldp@apache.org</email>
+    </developer>
+    <developer>
+      <id>rdonkin</id>
+      <name>Robert Burrell Donkin</name>
+      <email>rdonkin@apache.org</email>
+      <organization>The Apache Software Foundation</organization>
+    </developer>
+    <developer>
+      <id>skitching</id>
+      <name>Simon Kitching</name>
+      <email>skitching@apache.org</email>
+      <organization>The Apache Software Foundation</organization>
+    </developer>
+    <developer>
+      <id>dennisl</id>
+      <name>Dennis Lundberg</name>
+      <email>dennisl@apache.org</email>
+      <organization>The Apache Software Foundation</organization>
+    </developer>
+    <developer>
+      <id>costin</id>
+      <name>Costin Manolache</name>
+      <email>costin@apache.org</email>
+      <organization>The Apache Software Foundation</organization>
+    </developer>
+    <developer>
+      <id>craigmcc</id>
+      <name>Craig McClanahan</name>
+      <email>craigmcc@apache.org</email>
+      <organization>The Apache Software Foundation</organization>
+    </developer>
+    <developer>
+      <id>tn</id>
+      <name>Thomas Neidhart</name>
+      <email>tn@apache.org</email>
+      <organization>The Apache Software Foundation</organization>
+    </developer>
+    <developer>
+      <id>sanders</id>
+      <name>Scott Sanders</name>
+      <email>sanders@apache.org</email>
+      <organization>The Apache Software Foundation</organization>
+    </developer>
+    <developer>
+      <id>rsitze</id>
+      <name>Richard Sitze</name>
+      <email>rsitze@apache.org</email>
+      <organization>The Apache Software Foundation</organization>
+    </developer>
+    <developer>
+      <id>bstansberry</id>
+      <name>Brian Stansberry</name>
+    </developer>
+    <developer>
+      <id>rwaldhoff</id>
+      <name>Rodney Waldhoff</name>
+      <email>rwaldhoff@apache.org</email>
+      <organization>The Apache Software Foundation</organization>
+    </developer>
+  </developers>
+  <contributors>
+    <contributor>
+      <name>Matthew P. Del Buono</name>
+      <roles>
+        <role>Provided patch</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Vince Eagen</name>
+      <email>vince256 at comcast dot net</email>
+      <roles>
+        <role>Lumberjack logging abstraction</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Peter Lawrey</name>
+      <roles>
+        <role>Provided patch</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Berin Loritsch</name>
+      <email>bloritsch at apache dot org</email>
+      <roles>
+        <role>Lumberjack logging abstraction</role>
+        <role>JDK 1.4 logging abstraction</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Philippe Mouawad</name>
+      <roles>
+        <role>Provided patch</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Neeme Praks</name>
+      <email>neeme at apache dot org</email>
+      <roles>
+        <role>Avalon logging abstraction</role>
+      </roles>
+    </contributor>
+    
+  </contributors>
+  
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/logging/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/logging/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/commons/proper/logging/trunk</url>
+  </scm>
+
+  <build>
+    <plugins>
+
+      <!--
+        - We want to create four jarfiles from this project: normal, tests, api
+        - and adapters. The first two are handled by the normal jar:jar and
+        - jar:test-jar targets.
+        - The jar plugin with some includes/excludes is used to create the other
+        - ones.
+        -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <!--
+              - The custom test framework requires the unit test code to be
+              - in a jarfile so it can control its place in the classpath.
+              -->
+            <id>testjar</id>
+            <phase>package</phase>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+            <configuration>
+              <jarName>commons-logging</jarName>
+            </configuration>
+          </execution>
+
+          <execution>
+            <id>apijar</id>
+            <phase>package</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+            <configuration>
+              <jarName>${project.artifactId}-api-${project.version}</jarName>
+              <includes>
+                <include>org/apache/commons/logging/*.class</include>
+                <include>org/apache/commons/logging/impl/LogFactoryImpl*.class</include>
+                <include>org/apache/commons/logging/impl/WeakHashtable*.class</include>
+                <include>org/apache/commons/logging/impl/SimpleLog*.class</include>
+                <include>org/apache/commons/logging/impl/NoOpLog*.class</include>
+                <include>org/apache/commons/logging/impl/Jdk14Logger.class</include>
+                <include>META-INF/LICENSE.txt</include>
+                <include>META-INF/NOTICE.txt</include>
+              </includes>
+              <excludes>
+                <exclude>**/package.html</exclude>
+              </excludes>
+            </configuration>
+          </execution>
+
+          <execution>
+            <id>adaptersjar</id>
+            <phase>package</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+            <configuration>
+              <jarName>${project.artifactId}-adapters-${project.version}</jarName>
+              <includes>
+                <include>org/apache/commons/logging/impl/**.class</include>
+                <include>META-INF/LICENSE.txt</include>
+                <include>META-INF/NOTICE.txt</include>
+              </includes>
+              <excludes>
+                <exclude>org/apache/commons/logging/impl/WeakHashtable*.class</exclude>
+                <exclude>org/apache/commons/logging/impl/LogFactoryImpl*.class</exclude>
+              </excludes>
+            </configuration>
+          </execution>
+          
+          <!--
+            - Define the full jar last, the deploy/install plugin seems to be broken
+            - and takes the last definition from here.
+            -->
+          <execution>
+            <id>fulljar</id>
+            <phase>package</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+            <configuration>
+              <jarName>${project.artifactId}-${project.version}</jarName>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>site.resources</id>
+            <phase>site</phase>
+            <configuration>
+              <target>
+                <copy todir="${project.reporting.outputDirectory}">
+                  <fileset dir="${basedir}">
+                    <include name="RELEASE-NOTES.txt" />
+                  </fileset>
+                </copy>
+              </target>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <!--
+          - Attach the adapters and api jars to the normal artifact. This way
+          - they will be deployed when the normal artifact is deployed.
+          -->
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.0</version>
+        <executions>
+          <execution>
+            <id>attach-artifacts</id>
+            <phase>package</phase>
+            <goals>
+              <goal>attach-artifact</goal>
+            </goals>
+            <configuration>
+              <artifacts>
+                <artifact>
+                  <file>${project.build.directory}/${project.artifactId}-adapters-${project.version}.jar</file>
+                  <type>jar</type>
+                  <classifier>adapters</classifier>
+                </artifact>
+                <artifact>
+                  <file>${project.build.directory}/${project.artifactId}-api-${project.version}.jar</file>
+                  <type>jar</type>
+                  <classifier>api</classifier>
+                </artifact>
+              </artifacts>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <!--
+          - Many of JCL's tests use tricky techniques to place the generated
+          - JCL jarfiles on the classpath in various configurations. This means
+          - that those tests must be run *after* the "package" build phase.
+          -
+          - In order to not mess with the Ant build we "disable" the normal test
+          - phase. This is done by skipping the execution of the surefire plugin.
+          -->
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <!--
+          - Many of JCL's tests use tricky techniques to place the generated
+          - JCL jarfiles on the classpath in various configurations. This means
+          - that those tests must be run *after* the "package" build phase.
+          -
+          - Disable cobertura report generation as this does not work correctly
+          - with integration-tests and the normal unit tests are disabled too.
+          -->
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <version>${commons.cobertura.version}</version>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <!--
+          - Many of JCL's tests use tricky techniques to place the generated
+          - JCL jarfiles on the classpath in various configurations. This means
+          - that those tests must be run *after* the "package" build phase.
+          -
+          - For this we use the failsafe plugin which is bound to the
+          - "integration-test" phase by default.
+          -->
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-failsafe-plugin</artifactId>
+        <version>${commons.surefire.version}</version>        
+        <executions>
+          <execution>
+            <id>integration-test</id>
+            <goals>
+              <goal>integration-test</goal>
+              <goal>verify</goal>
+            </goals>
+            <configuration>
+              <runOrder>${failsafe.runorder}</runOrder>
+              <includes>
+                <include>**/*TestCase.java</include>
+              </includes>
+              <systemPropertyVariables>
+                <!--
+                  <org.apache.commons.logging.diagnostics.dest>STDOUT</org.apache.commons.logging.diagnostics.dest>
+                -->
+                  <log4j12>${log4j:log4j:jar}</log4j12>
+                  <logkit>${logkit:logkit:jar}</logkit>
+                  <servlet-api>${javax.servlet:servlet-api:jar}</servlet-api>
+                  <commons-logging>target/${project.build.finalName}.jar</commons-logging>
+                  <commons-logging-api>target/${project.artifactId}-api-${project.version}.jar</commons-logging-api>
+                  <commons-logging-adapters>target/${project.artifactId}-adapters-${project.version}.jar</commons-logging-adapters>
+                  <testclasses>target/commons-logging-tests.jar</testclasses>
+              </systemPropertyVariables>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.3</version>
+        <configuration>
+          <descriptors>
+            <descriptor>src/main/assembly/bin.xml</descriptor>
+            <descriptor>src/main/assembly/src.xml</descriptor>
+          </descriptors>
+          <tarLongFileMode>gnu</tarLongFileMode>
+        </configuration>
+      </plugin>
+      <!-- Define properties for referencing dependencies -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <version>2.4</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>properties</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-scm-publish-plugin</artifactId>
+        <configuration>
+          <ignorePathsToDelete>
+            <ignorePathToDelete>javadocs</ignorePathToDelete>
+            <ignorePathToDelete>commons-logging-**</ignorePathToDelete>
+          </ignorePathsToDelete>
+        </configuration>
+      </plugin>
+
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.17</version>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>logkit</groupId>
+      <artifactId>logkit</artifactId>
+      <version>1.0.1</version>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework</artifactId>
+      <version>4.1.5</version>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>2.3</version>
+      <scope>provided</scope>
+      <optional>true</optional>
+    </dependency>
+  </dependencies>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.7</version>
+        <configuration>
+          <configLocation>${basedir}/checkstyle.xml</configLocation>
+          <enableRulesSummary>false</enableRulesSummary>
+          <headerFile>${basedir}/license-header.txt</headerFile>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>clirr-maven-plugin</artifactId>
+        <version>2.2.2</version>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jdepend-maven-plugin</artifactId>
+        <version>2.0-beta-1</version>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>2.5.2</version>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <version>3.0.1</version>
+        <configuration>
+          <!-- targetJdk 1.1, 1.2 is not supported -->
+          <targetJdk>1.3</targetJdk>
+          <linkXref>true</linkXref>
+          <rulesets>
+            <ruleset>${basedir}/pmd.xml</ruleset>
+          </rulesets>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/logging/</url>
+    </site>
+  </distributionManagement>
+
+  <properties>
+    <maven.compiler.source>1.2</maven.compiler.source>
+    <maven.compiler.target>1.2</maven.compiler.target>
+    <commons.componentid>logging</commons.componentid>
+    <commons.release.version>1.2</commons.release.version>
+    <commons.jira.id>LOGGING</commons.jira.id>
+    <commons.jira.pid>12310484</commons.jira.pid>
+    <!-- The RC version used in the staging repository URL. -->
+    <commons.rc.version>RC2</commons.rc.version>
+    <commons.surefire.version>2.12</commons.surefire.version>
+    <skipSurefireReport>true</skipSurefireReport>
+    <!-- Allow default test run order to be changed -->
+    <failsafe.runorder>filesystem</failsafe.runorder>
+    
+    <commons.osgi.import>
+      javax.servlet;version="[2.1.0, 3.0.0)";resolution:=optional,
+      org.apache.avalon.framework.logger;version="[4.1.3, 4.1.5]";resolution:=optional,
+      org.apache.log;version="[1.0.1, 1.0.1]";resolution:=optional,
+      org.apache.log4j;version="[1.2.15, 2.0.0)";resolution:=optional
+    </commons.osgi.import>
+  </properties>
+</project>
diff --git a/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.pom.sha1 b/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.pom.sha1
new file mode 100644
index 0000000..8cb2a62
--- /dev/null
+++ b/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.pom.sha1
@@ -0,0 +1 @@
+075c03ba4b01932842a996ef8d3fc1ab61ddeac2
\ No newline at end of file
diff --git a/common/m2/repository/io/opentracing/opentracing-api/0.13.0/BUILD b/common/m2/repository/io/opentracing/opentracing-api/0.13.0/BUILD
new file mode 100644
index 0000000..605b1ea
--- /dev/null
+++ b/common/m2/repository/io/opentracing/opentracing-api/0.13.0/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["opentracing-api-0.13.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/io/opentracing/parent/0.13.0:pom",
+    source = "opentracing-api-0.13.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/io/opentracing/opentracing-api/0.13.0/opentracing-api-0.13.0.jar b/common/m2/repository/io/opentracing/opentracing-api/0.13.0/opentracing-api-0.13.0.jar
new file mode 100644
index 0000000..aa5ff32
--- /dev/null
+++ b/common/m2/repository/io/opentracing/opentracing-api/0.13.0/opentracing-api-0.13.0.jar
Binary files differ
diff --git a/common/m2/repository/io/opentracing/opentracing-api/0.13.0/opentracing-api-0.13.0.jar.sha1 b/common/m2/repository/io/opentracing/opentracing-api/0.13.0/opentracing-api-0.13.0.jar.sha1
new file mode 100644
index 0000000..947f747
--- /dev/null
+++ b/common/m2/repository/io/opentracing/opentracing-api/0.13.0/opentracing-api-0.13.0.jar.sha1
@@ -0,0 +1 @@
+efd3d4cb5d3423c7052074641b3be42e2bf2f2e2
\ No newline at end of file
diff --git a/common/m2/repository/io/opentracing/opentracing-api/0.13.0/opentracing-api-0.13.0.pom b/common/m2/repository/io/opentracing/opentracing-api/0.13.0/opentracing-api-0.13.0.pom
new file mode 100644
index 0000000..cda3eb6
--- /dev/null
+++ b/common/m2/repository/io/opentracing/opentracing-api/0.13.0/opentracing-api-0.13.0.pom
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2016 The OpenTracing Authors
+
+    Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
+    in compliance with the License. You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software distributed under the License
+    is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+    or implied. See the License for the specific language governing permissions and limitations under
+    the License.
+
+-->
+<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>io.opentracing</groupId>
+        <artifactId>parent</artifactId>
+        <version>0.13.0</version>
+    </parent>
+
+    <artifactId>opentracing-api</artifactId>
+    <name>OpenTracing API</name>
+    <description>OpenTracing Java API</description>
+
+    <properties>
+        <main.basedir>${project.basedir}/..</main.basedir>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-all</artifactId>
+            <version>1.10.19</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+</project>
diff --git a/common/m2/repository/io/opentracing/opentracing-api/0.13.0/opentracing-api-0.13.0.pom.sha1 b/common/m2/repository/io/opentracing/opentracing-api/0.13.0/opentracing-api-0.13.0.pom.sha1
new file mode 100644
index 0000000..b63b214
--- /dev/null
+++ b/common/m2/repository/io/opentracing/opentracing-api/0.13.0/opentracing-api-0.13.0.pom.sha1
@@ -0,0 +1 @@
+15b9469aeb37434941b6438ed76eb2be96bd572c
\ No newline at end of file
diff --git a/common/m2/repository/io/opentracing/opentracing-impl/0.13.0/BUILD b/common/m2/repository/io/opentracing/opentracing-impl/0.13.0/BUILD
new file mode 100644
index 0000000..5e8f884
--- /dev/null
+++ b/common/m2/repository/io/opentracing/opentracing-impl/0.13.0/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["opentracing-impl-0.13.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/io/opentracing/parent/0.13.0:pom",
+    source = "opentracing-impl-0.13.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/io/opentracing/opentracing-impl/0.13.0/opentracing-impl-0.13.0.jar b/common/m2/repository/io/opentracing/opentracing-impl/0.13.0/opentracing-impl-0.13.0.jar
new file mode 100644
index 0000000..5b19a64
--- /dev/null
+++ b/common/m2/repository/io/opentracing/opentracing-impl/0.13.0/opentracing-impl-0.13.0.jar
Binary files differ
diff --git a/common/m2/repository/io/opentracing/opentracing-impl/0.13.0/opentracing-impl-0.13.0.jar.sha1 b/common/m2/repository/io/opentracing/opentracing-impl/0.13.0/opentracing-impl-0.13.0.jar.sha1
new file mode 100644
index 0000000..0689206
--- /dev/null
+++ b/common/m2/repository/io/opentracing/opentracing-impl/0.13.0/opentracing-impl-0.13.0.jar.sha1
@@ -0,0 +1 @@
+91333699557a90bfa75763860d05c53b9c695b5a
\ No newline at end of file
diff --git a/common/m2/repository/io/opentracing/opentracing-impl/0.13.0/opentracing-impl-0.13.0.pom b/common/m2/repository/io/opentracing/opentracing-impl/0.13.0/opentracing-impl-0.13.0.pom
new file mode 100644
index 0000000..7503f48
--- /dev/null
+++ b/common/m2/repository/io/opentracing/opentracing-impl/0.13.0/opentracing-impl-0.13.0.pom
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2016 The OpenTracing Authors
+
+    Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
+    in compliance with the License. You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software distributed under the License
+    is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+    or implied. See the License for the specific language governing permissions and limitations under
+    the License.
+
+-->
+<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>io.opentracing</groupId>
+        <artifactId>parent</artifactId>
+        <version>0.13.0</version>
+    </parent>
+
+    <artifactId>opentracing-impl</artifactId>
+    <name>OpenTracing-impl</name>
+    <description>OpenTracing base implementation</description>
+
+    <properties>
+        <main.basedir>${project.basedir}/..</main.basedir>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>opentracing-api</artifactId>
+        </dependency>
+    </dependencies>
+</project>
diff --git a/common/m2/repository/io/opentracing/opentracing-impl/0.13.0/opentracing-impl-0.13.0.pom.sha1 b/common/m2/repository/io/opentracing/opentracing-impl/0.13.0/opentracing-impl-0.13.0.pom.sha1
new file mode 100644
index 0000000..8479965
--- /dev/null
+++ b/common/m2/repository/io/opentracing/opentracing-impl/0.13.0/opentracing-impl-0.13.0.pom.sha1
@@ -0,0 +1 @@
+06bff97fac02943218eb2bc18059f862cc96ec3b
\ No newline at end of file
diff --git a/common/m2/repository/io/opentracing/parent/0.13.0/BUILD b/common/m2/repository/io/opentracing/parent/0.13.0/BUILD
new file mode 100644
index 0000000..d6fc611
--- /dev/null
+++ b/common/m2/repository/io/opentracing/parent/0.13.0/BUILD
@@ -0,0 +1,8 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    source = "parent-0.13.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/io/opentracing/parent/0.13.0/parent-0.13.0.pom b/common/m2/repository/io/opentracing/parent/0.13.0/parent-0.13.0.pom
new file mode 100644
index 0000000..f75113c
--- /dev/null
+++ b/common/m2/repository/io/opentracing/parent/0.13.0/parent-0.13.0.pom
@@ -0,0 +1,336 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright 2016 The OpenTracing Authors
+
+    Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
+    in compliance with the License. You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software distributed under the License
+    is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+    or implied. See the License for the specific language governing permissions and limitations under
+    the License.
+
+-->
+<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>
+
+    <groupId>io.opentracing</groupId>
+    <artifactId>parent</artifactId>
+    <version>0.13.0</version>
+    <packaging>pom</packaging>
+
+    <modules>
+        <module>opentracing-api</module>
+        <module>opentracing-impl</module>
+        <module>opentracing-impl-java8</module>
+    </modules>
+
+    <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
+
+        <!-- default bytecode version for src/main -->
+        <main.java.version>1.7</main.java.version>
+        <main.signature.artifact>java17</main.signature.artifact>
+
+        <!-- default bytecode version for src/test -->
+        <maven.compiler.source>1.8</maven.compiler.source>
+        <maven.compiler.target>1.8</maven.compiler.target>
+
+        <main.basedir>${project.basedir}</main.basedir>
+
+        <junit.version>4.12</junit.version>
+        <assertj.version>3.2.0</assertj.version>
+
+        <animal-sniffer-maven-plugin.version>1.15</animal-sniffer-maven-plugin.version>
+        <maven-plugin.version>0.3.3</maven-plugin.version>
+        <maven-compiler-plugin.version>3.5.1</maven-compiler-plugin.version>
+        <maven-install-plugin.version>2.5.2</maven-install-plugin.version>
+        <maven-source-plugin.version>3.0.0</maven-source-plugin.version>
+        <maven-javadoc-plugin.version>2.10.3</maven-javadoc-plugin.version>
+        <license-maven-plugin.version>2.11</license-maven-plugin.version>
+        <maven-jar-plugin.version>2.6</maven-jar-plugin.version>
+        <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
+        <centralsync-maven-plugin.version>0.1.0</centralsync-maven-plugin.version>
+    </properties>
+
+    <name>OpenTracing (Parent)</name>
+    <description>OpenTracing API for Java</description>
+    <url>https://github.com/opentracing/opentracing-java</url>
+    <inceptionYear>2016</inceptionYear>
+
+    <organization>
+        <name>OpenTracing</name>
+        <url>http://opentracing.io/</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>
+
+    <scm>
+        <url>https://github.com/opentracing/opentracing-java</url>
+        <connection>scm:git:https://github.com/opentracing/opentracing-java.git</connection>
+        <developerConnection>scm:git:https://github.com/opentracing/opentracing-java.git</developerConnection>
+        <tag>0.13.0</tag>
+    </scm>
+
+    <developers>
+        <developer>
+            <id>bensigelman</id>
+            <name>Ben Sigelman</name>
+            <email>bhs@resonancelabs.com</email>
+        </developer>
+        <developer>
+            <id>adriancole</id>
+            <name>Adrian Cole</name>
+            <email>acole@pivotal.io</email>
+        </developer>
+    </developers>
+
+    <distributionManagement>
+        <repository>
+            <id>bintray</id>
+            <url>https://api.bintray.com/maven/opentracing/maven/opentracing-java/;publish=1</url>
+        </repository>
+        <snapshotRepository>
+            <id>jfrog-snapshots</id>
+            <url>http://oss.jfrog.org/artifactory/oss-snapshot-local</url>
+        </snapshotRepository>
+    </distributionManagement>
+
+    <issueManagement>
+        <system>Github</system>
+        <url>https://github.com/opentracing/opentracing-java/issues</url>
+    </issueManagement>
+
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>opentracing-api</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>opentracing-impl</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>opentracing-impl-java8</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>junit</groupId>
+                <artifactId>junit</artifactId>
+                <version>${junit.version}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.assertj</groupId>
+                <artifactId>assertj-core</artifactId>
+                <version>${assertj.version}</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.assertj</groupId>
+            <artifactId>assertj-core</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <pluginManagement>
+            <plugins>
+                <!-- mvn -N io.takari:maven:wrapper -Dmaven=3.3.9 -->
+                <plugin>
+                    <groupId>io.takari</groupId>
+                    <artifactId>maven</artifactId>
+                    <version>${maven-plugin.version}</version>
+                </plugin>
+
+                <plugin>
+                    <artifactId>maven-compiler-plugin</artifactId>
+                    <version>${maven-compiler-plugin.version}</version>
+                </plugin>
+
+                <plugin>
+                    <artifactId>maven-jar-plugin</artifactId>
+                    <version>${maven-jar-plugin.version}</version>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+
+        <plugins>
+            <plugin>
+                <inherited>true</inherited>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <executions>
+                    <!-- Ensure main source tree compiles to Java ${main.java.version} bytecode. -->
+                    <execution>
+                        <id>default-compile</id>
+                        <phase>compile</phase>
+                        <goals>
+                            <goal>compile</goal>
+                        </goals>
+                        <configuration>
+                            <source>${main.java.version}</source>
+                            <target>${main.java.version}</target>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>animal-sniffer-maven-plugin</artifactId>
+                <version>${animal-sniffer-maven-plugin.version}</version>
+                <configuration>
+                    <signature>
+                        <groupId>org.codehaus.mojo.signature</groupId>
+                        <artifactId>${main.signature.artifact}</artifactId>
+                        <version>1.0</version>
+                    </signature>
+                </configuration>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>check</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <!-- Ensures checksums are added to published jars -->
+            <plugin>
+                <artifactId>maven-install-plugin</artifactId>
+                <version>${maven-install-plugin.version}</version>
+                <configuration>
+                    <createChecksum>true</createChecksum>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <groupId>com.mycila</groupId>
+                <artifactId>license-maven-plugin</artifactId>
+                <version>${license-maven-plugin.version}</version>
+                <configuration>
+                    <header>${main.basedir}/src/etc/header.txt</header>
+                    <excludes>
+                        <exclude>.travis.yml</exclude>
+                        <exclude>.gitignore</exclude>
+                        <exclude>.mvn/**</exclude>
+                        <exclude>mvnw*</exclude>
+                        <exclude>etc/header.txt</exclude>
+                        <exclude>**/.idea/**</exclude>
+                        <exclude>LICENSE</exclude>
+                        <exclude>**/*.md</exclude>
+                        <exclude>src/test/resources/**</exclude>
+                        <exclude>src/main/resources/**</exclude>
+                    </excludes>
+                    <strictCheck>true</strictCheck>
+                </configuration>
+                <dependencies>
+                    <dependency>
+                        <groupId>com.mycila</groupId>
+                        <artifactId>license-maven-plugin-git</artifactId>
+                        <version>${license-maven-plugin.version}</version>
+                    </dependency>
+                </dependencies>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>check</goal>
+                        </goals>
+                        <phase>compile</phase>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <artifactId>maven-release-plugin</artifactId>
+                <version>${maven-release-plugin.version}</version>
+                <configuration>
+                    <useReleaseProfile>false</useReleaseProfile>
+                    <releaseProfiles>release</releaseProfiles>
+                    <autoVersionSubmodules>true</autoVersionSubmodules>
+                    <tagNameFormat>@{project.version}</tagNameFormat>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <groupId>io.zipkin.centralsync-maven-plugin</groupId>
+                <artifactId>centralsync-maven-plugin</artifactId>
+                <version>${centralsync-maven-plugin.version}</version>
+                <configuration>
+                    <subject>opentracing</subject>
+                    <repo>maven</repo>
+                    <packageName>opentracing-java</packageName>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <profiles>
+        <profile>
+            <id>release</id>
+            <build>
+                <plugins>
+                    <!-- Creates source jar -->
+                    <plugin>
+                        <artifactId>maven-source-plugin</artifactId>
+                        <version>${maven-source-plugin.version}</version>
+                        <executions>
+                            <execution>
+                                <id>attach-sources</id>
+                                <goals>
+                                    <goal>jar</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+
+                    <!-- Creates javadoc jar, skipping internal classes -->
+                    <plugin>
+                        <artifactId>maven-javadoc-plugin</artifactId>
+                        <version>${maven-javadoc-plugin.version}</version>
+                        <configuration>
+                            <failOnError>false</failOnError>
+                            <excludePackageNames>io.opentracing.internal,io.opentracing.internal.*
+                            </excludePackageNames>
+                        </configuration>
+                        <executions>
+                            <execution>
+                                <id>attach-javadocs</id>
+                                <goals>
+                                    <goal>jar</goal>
+                                </goals>
+                                <phase>package</phase>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+</project>
diff --git a/common/m2/repository/io/opentracing/parent/0.13.0/parent-0.13.0.pom.sha1 b/common/m2/repository/io/opentracing/parent/0.13.0/parent-0.13.0.pom.sha1
new file mode 100644
index 0000000..98bbb2a
--- /dev/null
+++ b/common/m2/repository/io/opentracing/parent/0.13.0/parent-0.13.0.pom.sha1
@@ -0,0 +1 @@
+5ee95ce722cdebe93a18b6b6a025b9c0046eb38f
\ No newline at end of file
diff --git a/common/m2/repository/io/reactivex/rxandroid/1.2.0/rxandroid-1.2.0.pom b/common/m2/repository/io/reactivex/rxandroid/1.2.0/rxandroid-1.2.0.pom
new file mode 100644
index 0000000..ed606c4
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxandroid/1.2.0/rxandroid-1.2.0.pom
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>io.reactivex</groupId>
+  <artifactId>rxandroid</artifactId>
+  <version>1.2.0</version>
+  <packaging>aar</packaging>
+  <name>RxAndroid</name>
+  <description>RxAndroid</description>
+  <url>https://github.com/ReactiveX/RxAndroid</url>
+  <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>JakeWharton</id>
+      <name>Jake Wharton</name>
+    </developer>
+    <developer>
+      <id>mttkay</id>
+      <name>Matthias Käppler</name>
+    </developer>
+    <developer>
+      <id>dlew</id>
+      <name>Dan Lew</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://github.com/ReactiveX/RxAndroid.git</connection>
+    <developerConnection>scm:git:git@github.com:ReactiveX/RxAndroid.git</developerConnection>
+    <url>https://github.com/ReactiveX/RxAndroid</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>io.reactivex</groupId>
+      <artifactId>rxjava</artifactId>
+      <version>1.1.4</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/io/reactivex/rxandroid/1.2.0/rxandroid-1.2.0.pom.sha1 b/common/m2/repository/io/reactivex/rxandroid/1.2.0/rxandroid-1.2.0.pom.sha1
new file mode 100644
index 0000000..b631776
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxandroid/1.2.0/rxandroid-1.2.0.pom.sha1
@@ -0,0 +1 @@
+61476fcf894a7b782755c828a9bd70a2cbf9f571
\ No newline at end of file
diff --git a/common/m2/repository/io/reactivex/rxandroid/1.2.1/BUILD b/common/m2/repository/io/reactivex/rxandroid/1.2.1/BUILD
new file mode 100644
index 0000000..efab6fe
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxandroid/1.2.1/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_aar(
+    name = "aar",
+    aar = "rxandroid-1.2.1.aar",
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "rxandroid-1.2.1.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/io/reactivex/rxandroid/1.2.1/rxandroid-1.2.1.aar b/common/m2/repository/io/reactivex/rxandroid/1.2.1/rxandroid-1.2.1.aar
new file mode 100644
index 0000000..528cb93
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxandroid/1.2.1/rxandroid-1.2.1.aar
Binary files differ
diff --git a/common/m2/repository/io/reactivex/rxandroid/1.2.1/rxandroid-1.2.1.aar.sha1 b/common/m2/repository/io/reactivex/rxandroid/1.2.1/rxandroid-1.2.1.aar.sha1
new file mode 100644
index 0000000..d3c6af3
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxandroid/1.2.1/rxandroid-1.2.1.aar.sha1
@@ -0,0 +1 @@
+78179b876174994f66432947fa15338ba13747a4
\ No newline at end of file
diff --git a/common/m2/repository/io/reactivex/rxandroid/1.2.1/rxandroid-1.2.1.pom b/common/m2/repository/io/reactivex/rxandroid/1.2.1/rxandroid-1.2.1.pom
new file mode 100644
index 0000000..119d737
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxandroid/1.2.1/rxandroid-1.2.1.pom
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>io.reactivex</groupId>
+  <artifactId>rxandroid</artifactId>
+  <version>1.2.1</version>
+  <packaging>aar</packaging>
+  <name>RxAndroid</name>
+  <description>RxAndroid</description>
+  <url>https://github.com/ReactiveX/RxAndroid</url>
+  <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>JakeWharton</id>
+      <name>Jake Wharton</name>
+    </developer>
+    <developer>
+      <id>mttkay</id>
+      <name>Matthias Käppler</name>
+    </developer>
+    <developer>
+      <id>dlew</id>
+      <name>Dan Lew</name>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://github.com/ReactiveX/RxAndroid.git</connection>
+    <developerConnection>scm:git:git@github.com:ReactiveX/RxAndroid.git</developerConnection>
+    <url>https://github.com/ReactiveX/RxAndroid</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>io.reactivex</groupId>
+      <artifactId>rxjava</artifactId>
+      <version>1.1.6</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/io/reactivex/rxandroid/1.2.1/rxandroid-1.2.1.pom.sha1 b/common/m2/repository/io/reactivex/rxandroid/1.2.1/rxandroid-1.2.1.pom.sha1
new file mode 100644
index 0000000..896d081
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxandroid/1.2.1/rxandroid-1.2.1.pom.sha1
@@ -0,0 +1 @@
+3dca82c1dd812ab6557dafe8be4ed921f66da403
\ No newline at end of file
diff --git a/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/BUILD b/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/BUILD
new file mode 100644
index 0000000..784b939
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["rxjava-async-util-0.21.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "rxjava-async-util-0.21.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/rxjava-async-util-0.21.0.jar b/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/rxjava-async-util-0.21.0.jar
new file mode 100644
index 0000000..9b57574
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/rxjava-async-util-0.21.0.jar
Binary files differ
diff --git a/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/rxjava-async-util-0.21.0.jar.sha1 b/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/rxjava-async-util-0.21.0.jar.sha1
new file mode 100644
index 0000000..2b31e41
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/rxjava-async-util-0.21.0.jar.sha1
@@ -0,0 +1 @@
+46d17bf13427f275c25c22eaccbfb4a8da1da85a
\ No newline at end of file
diff --git a/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/rxjava-async-util-0.21.0.pom b/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/rxjava-async-util-0.21.0.pom
new file mode 100644
index 0000000..784d299
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/rxjava-async-util-0.21.0.pom
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>io.reactivex</groupId>
+  <artifactId>rxjava-async-util</artifactId>
+  <version>0.21.0</version>
+  <dependencies>
+    <dependency>
+      <groupId>io.reactivex</groupId>
+      <artifactId>rxjava</artifactId>
+      <version>1.0.0-rc.3</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+  <name>rxjava-async-util</name>
+  <description>rxjava-async-util</description>
+  <developers>
+    <developer>
+      <id>benjchristensen</id>
+      <name>Ben Christensen</name>
+      <email>benjchristensen@netflix.com</email>
+    </developer>
+  </developers>
+  <properties>
+    <nebula_Manifest_Version>1.0</nebula_Manifest_Version>
+    <nebula_Implementation_Title>io.reactivex#rxjava-async-util;0.21.0</nebula_Implementation_Title>
+    <nebula_Implementation_Version>0.21.0</nebula_Implementation_Version>
+    <nebula_Built_Status>release</nebula_Built_Status>
+    <nebula_Built_By>jenkins</nebula_Built_By>
+    <nebula_Built_OS>Linux</nebula_Built_OS>
+    <nebula_Build_Date>2014-09-30_21:14:08</nebula_Build_Date>
+    <nebula_Gradle_Version>1.12</nebula_Gradle_Version>
+    <nebula_Module_Owner>benjchristensen@netflix.com</nebula_Module_Owner>
+    <nebula_Module_Email>benjchristensen@netflix.com</nebula_Module_Email>
+    <nebula_Module_Source></nebula_Module_Source>
+    <nebula_Module_Origin>git@github.com:ReactiveX/RxJavaAsyncUtil.git</nebula_Module_Origin>
+    <nebula_Change>c980e6e</nebula_Change>
+    <nebula_Build_Host>https://netflixoss.ci.cloudbees.com/</nebula_Build_Host>
+    <nebula_Build_Job>ReactiveX/RxJavaAsyncUtil/RxJavaAsyncUtil-0.x-release</nebula_Build_Job>
+    <nebula_Build_Number>1</nebula_Build_Number>
+    <nebula_Build_Id>2014-10-01_04-13-15</nebula_Build_Id>
+    <nebula_Created_By>1.7.0_51-b13 (Oracle Corporation)</nebula_Created_By>
+    <nebula_Build_Java_Version>1.7.0_51</nebula_Build_Java_Version>
+    <nebula_X_Compile_Target_JDK>1.6</nebula_X_Compile_Target_JDK>
+    <nebula_X_Compile_Source_JDK>1.6</nebula_X_Compile_Source_JDK>
+  </properties>
+  <scm>
+    <url>scm:git@github.com:ReactiveX/RxJavaAsyncUtil.git</url>
+    <connection>scm:git@github.com:ReactiveX/RxJavaAsyncUtil.git</connection>
+  </scm>
+  <url>https://github.com/ReactiveX/RxJavaAsyncUtil</url>
+  <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>
+</project>
diff --git a/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/rxjava-async-util-0.21.0.pom.sha1 b/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/rxjava-async-util-0.21.0.pom.sha1
new file mode 100644
index 0000000..752d565
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/rxjava-async-util-0.21.0.pom.sha1
@@ -0,0 +1 @@
+43e3bb8887a9b1e4506510a254b47d09e992eeff
\ No newline at end of file
diff --git a/common/m2/repository/io/reactivex/rxjava/1.1.3/BUILD b/common/m2/repository/io/reactivex/rxjava/1.1.3/BUILD
new file mode 100644
index 0000000..c0cda0d
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.1.3/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["rxjava-1.1.3.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "rxjava-1.1.3.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/io/reactivex/rxjava/1.1.3/rxjava-1.1.3.jar b/common/m2/repository/io/reactivex/rxjava/1.1.3/rxjava-1.1.3.jar
new file mode 100644
index 0000000..19acf7f
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.1.3/rxjava-1.1.3.jar
Binary files differ
diff --git a/common/m2/repository/io/reactivex/rxjava/1.1.3/rxjava-1.1.3.jar.sha1 b/common/m2/repository/io/reactivex/rxjava/1.1.3/rxjava-1.1.3.jar.sha1
new file mode 100644
index 0000000..3330579
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.1.3/rxjava-1.1.3.jar.sha1
@@ -0,0 +1 @@
+5a1aef6a9d56efb473b8be6b66689077e7317c45
\ No newline at end of file
diff --git a/common/m2/repository/io/reactivex/rxjava/1.1.3/rxjava-1.1.3.pom b/common/m2/repository/io/reactivex/rxjava/1.1.3/rxjava-1.1.3.pom
new file mode 100644
index 0000000..4a4a8cc
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.1.3/rxjava-1.1.3.pom
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>io.reactivex</groupId>
+  <artifactId>rxjava</artifactId>
+  <version>1.1.3</version>
+  <name>rxjava</name>
+  <description>rxjava</description>
+  <developers>
+    <developer>
+      <id>benjchristensen</id>
+      <name>Ben Christensen</name>
+      <email>benjchristensen@netflix.com</email>
+    </developer>
+  </developers>
+  <properties>
+    <nebula_Manifest_Version>1.0</nebula_Manifest_Version>
+    <nebula_Implementation_Title>io.reactivex#rxjava;1.1.3</nebula_Implementation_Title>
+    <nebula_Implementation_Version>1.1.3</nebula_Implementation_Version>
+    <nebula_Built_Status>integration</nebula_Built_Status>
+    <nebula_Built_By>travis</nebula_Built_By>
+    <nebula_Built_OS>Linux</nebula_Built_OS>
+    <nebula_Build_Date>2016-04-08_22:28:50</nebula_Build_Date>
+    <nebula_Gradle_Version>2.12</nebula_Gradle_Version>
+    <nebula_Module_Owner>benjchristensen@netflix.com</nebula_Module_Owner>
+    <nebula_Module_Email>benjchristensen@netflix.com</nebula_Module_Email>
+    <nebula_Module_Source></nebula_Module_Source>
+    <nebula_Module_Origin>https://github.com/ReactiveX/RxJava.git</nebula_Module_Origin>
+    <nebula_Change>a4b438c</nebula_Change>
+    <nebula_Branch>a4b438c17b9a8b3be9b5d048ac8152bda1f06cad</nebula_Branch>
+    <nebula_Build_Host>testing-worker-linux-docker-30c6d5c9-3400-linux-2</nebula_Build_Host>
+    <nebula_Build_Job>LOCAL</nebula_Build_Job>
+    <nebula_Build_Number>LOCAL</nebula_Build_Number>
+    <nebula_Build_Id>LOCAL</nebula_Build_Id>
+    <nebula_Created_By>1.7.0_76-b13 (Oracle Corporation)</nebula_Created_By>
+    <nebula_Build_Java_Version>1.7.0_76</nebula_Build_Java_Version>
+    <nebula_X_Compile_Target_JDK>1.6</nebula_X_Compile_Target_JDK>
+    <nebula_X_Compile_Source_JDK>1.6</nebula_X_Compile_Source_JDK>
+  </properties>
+  <url>https://github.com/ReactiveX/RxJava</url>
+  <scm>
+    <url>https://github.com/ReactiveX/RxJava.git</url>
+  </scm>
+  <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>
+</project>
diff --git a/common/m2/repository/io/reactivex/rxjava/1.1.3/rxjava-1.1.3.pom.sha1 b/common/m2/repository/io/reactivex/rxjava/1.1.3/rxjava-1.1.3.pom.sha1
new file mode 100644
index 0000000..d8cdfae
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.1.3/rxjava-1.1.3.pom.sha1
@@ -0,0 +1 @@
+2e9fe29b6fffd0ee97caf497f91b886667b8a769
\ No newline at end of file
diff --git a/common/m2/repository/io/reactivex/rxjava/1.1.4/rxjava-1.1.4.jar b/common/m2/repository/io/reactivex/rxjava/1.1.4/rxjava-1.1.4.jar
new file mode 100644
index 0000000..42de813
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.1.4/rxjava-1.1.4.jar
Binary files differ
diff --git a/common/m2/repository/io/reactivex/rxjava/1.1.4/rxjava-1.1.4.jar.sha1 b/common/m2/repository/io/reactivex/rxjava/1.1.4/rxjava-1.1.4.jar.sha1
new file mode 100644
index 0000000..581e70e
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.1.4/rxjava-1.1.4.jar.sha1
@@ -0,0 +1 @@
+3cc424c6eda381bf4aee40dc3ccdecc27b2106aa
\ No newline at end of file
diff --git a/common/m2/repository/io/reactivex/rxjava/1.1.4/rxjava-1.1.4.pom b/common/m2/repository/io/reactivex/rxjava/1.1.4/rxjava-1.1.4.pom
new file mode 100644
index 0000000..8abe820
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.1.4/rxjava-1.1.4.pom
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>io.reactivex</groupId>
+  <artifactId>rxjava</artifactId>
+  <version>1.1.4</version>
+  <name>rxjava</name>
+  <description>rxjava</description>
+  <developers>
+    <developer>
+      <id>benjchristensen</id>
+      <name>Ben Christensen</name>
+      <email>benjchristensen@netflix.com</email>
+    </developer>
+  </developers>
+  <properties>
+    <nebula_Manifest_Version>1.0</nebula_Manifest_Version>
+    <nebula_Implementation_Title>io.reactivex#rxjava;1.1.4</nebula_Implementation_Title>
+    <nebula_Implementation_Version>1.1.4</nebula_Implementation_Version>
+    <nebula_Built_Status>integration</nebula_Built_Status>
+    <nebula_Built_By>travis</nebula_Built_By>
+    <nebula_Built_OS>Linux</nebula_Built_OS>
+    <nebula_Build_Date>2016-05-04_21:13:52</nebula_Build_Date>
+    <nebula_Gradle_Version>2.12</nebula_Gradle_Version>
+    <nebula_Module_Owner>benjchristensen@netflix.com</nebula_Module_Owner>
+    <nebula_Module_Email>benjchristensen@netflix.com</nebula_Module_Email>
+    <nebula_Module_Source></nebula_Module_Source>
+    <nebula_Module_Origin>https://github.com/ReactiveX/RxJava.git</nebula_Module_Origin>
+    <nebula_Change>992d745</nebula_Change>
+    <nebula_Branch>992d74556b0d2c100f8ac0885e02b4a6126f1c96</nebula_Branch>
+    <nebula_Build_Host>testing-worker-linux-docker-216c99d9-3372-linux-2</nebula_Build_Host>
+    <nebula_Build_Job>LOCAL</nebula_Build_Job>
+    <nebula_Build_Number>LOCAL</nebula_Build_Number>
+    <nebula_Build_Id>LOCAL</nebula_Build_Id>
+    <nebula_Created_By>1.7.0_76-b13 (Oracle Corporation)</nebula_Created_By>
+    <nebula_Build_Java_Version>1.7.0_76</nebula_Build_Java_Version>
+    <nebula_X_Compile_Target_JDK>1.6</nebula_X_Compile_Target_JDK>
+    <nebula_X_Compile_Source_JDK>1.6</nebula_X_Compile_Source_JDK>
+  </properties>
+  <url>https://github.com/ReactiveX/RxJava</url>
+  <scm>
+    <url>https://github.com/ReactiveX/RxJava.git</url>
+  </scm>
+  <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>
+</project>
diff --git a/common/m2/repository/io/reactivex/rxjava/1.1.4/rxjava-1.1.4.pom.sha1 b/common/m2/repository/io/reactivex/rxjava/1.1.4/rxjava-1.1.4.pom.sha1
new file mode 100644
index 0000000..557a523
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.1.4/rxjava-1.1.4.pom.sha1
@@ -0,0 +1 @@
+ecdefea119d42fa97826b7b871ceabc9c185a24a
\ No newline at end of file
diff --git a/common/m2/repository/io/reactivex/rxjava/1.1.5/rxjava-1.1.5.jar b/common/m2/repository/io/reactivex/rxjava/1.1.5/rxjava-1.1.5.jar
new file mode 100644
index 0000000..07c1944
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.1.5/rxjava-1.1.5.jar
Binary files differ
diff --git a/common/m2/repository/io/reactivex/rxjava/1.1.5/rxjava-1.1.5.jar.sha1 b/common/m2/repository/io/reactivex/rxjava/1.1.5/rxjava-1.1.5.jar.sha1
new file mode 100644
index 0000000..08c52b3
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.1.5/rxjava-1.1.5.jar.sha1
@@ -0,0 +1 @@
+ece7b5d0870e66d8226dab6dcf47a2b12afff061
\ No newline at end of file
diff --git a/common/m2/repository/io/reactivex/rxjava/1.1.5/rxjava-1.1.5.pom b/common/m2/repository/io/reactivex/rxjava/1.1.5/rxjava-1.1.5.pom
new file mode 100644
index 0000000..bf3dc17
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.1.5/rxjava-1.1.5.pom
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>io.reactivex</groupId>
+  <artifactId>rxjava</artifactId>
+  <version>1.1.5</version>
+  <name>rxjava</name>
+  <description>rxjava</description>
+  <developers>
+    <developer>
+      <id>benjchristensen</id>
+      <name>Ben Christensen</name>
+      <email>benjchristensen@netflix.com</email>
+    </developer>
+  </developers>
+  <properties>
+    <nebula_Manifest_Version>1.0</nebula_Manifest_Version>
+    <nebula_Implementation_Title>io.reactivex#rxjava;1.1.5</nebula_Implementation_Title>
+    <nebula_Implementation_Version>1.1.5</nebula_Implementation_Version>
+    <nebula_Built_Status>integration</nebula_Built_Status>
+    <nebula_Built_By>travis</nebula_Built_By>
+    <nebula_Built_OS>Linux</nebula_Built_OS>
+    <nebula_Build_Date>2016-05-05_20:08:20</nebula_Build_Date>
+    <nebula_Gradle_Version>2.12</nebula_Gradle_Version>
+    <nebula_Module_Owner>benjchristensen@netflix.com</nebula_Module_Owner>
+    <nebula_Module_Email>benjchristensen@netflix.com</nebula_Module_Email>
+    <nebula_Module_Source></nebula_Module_Source>
+    <nebula_Module_Origin>https://github.com/ReactiveX/RxJava.git</nebula_Module_Origin>
+    <nebula_Change>1512c10</nebula_Change>
+    <nebula_Branch>1512c1005e8fc819070453abff5678b34bf5fa6d</nebula_Branch>
+    <nebula_Build_Host>testing-worker-linux-docker-9e26d266-3367-linux-15</nebula_Build_Host>
+    <nebula_Build_Job>LOCAL</nebula_Build_Job>
+    <nebula_Build_Number>LOCAL</nebula_Build_Number>
+    <nebula_Build_Id>LOCAL</nebula_Build_Id>
+    <nebula_Created_By>1.7.0_76-b13 (Oracle Corporation)</nebula_Created_By>
+    <nebula_Build_Java_Version>1.7.0_76</nebula_Build_Java_Version>
+    <nebula_X_Compile_Target_JDK>1.6</nebula_X_Compile_Target_JDK>
+    <nebula_X_Compile_Source_JDK>1.6</nebula_X_Compile_Source_JDK>
+  </properties>
+  <url>https://github.com/ReactiveX/RxJava</url>
+  <scm>
+    <url>https://github.com/ReactiveX/RxJava.git</url>
+  </scm>
+  <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>
+</project>
diff --git a/common/m2/repository/io/reactivex/rxjava/1.1.5/rxjava-1.1.5.pom.sha1 b/common/m2/repository/io/reactivex/rxjava/1.1.5/rxjava-1.1.5.pom.sha1
new file mode 100644
index 0000000..e5d23eb
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.1.5/rxjava-1.1.5.pom.sha1
@@ -0,0 +1 @@
+8ac7b35353cbb6b2e397fbfe0d62751029d1dde7
\ No newline at end of file
diff --git a/common/m2/repository/io/reactivex/rxjava/1.1.6/BUILD b/common/m2/repository/io/reactivex/rxjava/1.1.6/BUILD
new file mode 100644
index 0000000..2a27105
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.1.6/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["rxjava-1.1.6.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "rxjava-1.1.6.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/io/reactivex/rxjava/1.1.6/rxjava-1.1.6.jar b/common/m2/repository/io/reactivex/rxjava/1.1.6/rxjava-1.1.6.jar
new file mode 100644
index 0000000..a4312ea
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.1.6/rxjava-1.1.6.jar
Binary files differ
diff --git a/common/m2/repository/io/reactivex/rxjava/1.1.6/rxjava-1.1.6.jar.sha1 b/common/m2/repository/io/reactivex/rxjava/1.1.6/rxjava-1.1.6.jar.sha1
new file mode 100644
index 0000000..b8bf73d
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.1.6/rxjava-1.1.6.jar.sha1
@@ -0,0 +1 @@
+2586312cd2b8a511e4c6236736f5a039fc0f2273
\ No newline at end of file
diff --git a/common/m2/repository/io/reactivex/rxjava/1.1.6/rxjava-1.1.6.pom b/common/m2/repository/io/reactivex/rxjava/1.1.6/rxjava-1.1.6.pom
new file mode 100644
index 0000000..fcb63f5
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.1.6/rxjava-1.1.6.pom
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>io.reactivex</groupId>
+  <artifactId>rxjava</artifactId>
+  <version>1.1.6</version>
+  <name>rxjava</name>
+  <description>rxjava</description>
+  <developers>
+    <developer>
+      <id>benjchristensen</id>
+      <name>Ben Christensen</name>
+      <email>benjchristensen@netflix.com</email>
+    </developer>
+  </developers>
+  <properties>
+    <nebula_Manifest_Version>1.0</nebula_Manifest_Version>
+    <nebula_Implementation_Title>io.reactivex#rxjava;1.1.6</nebula_Implementation_Title>
+    <nebula_Implementation_Version>1.1.6</nebula_Implementation_Version>
+    <nebula_Built_Status>integration</nebula_Built_Status>
+    <nebula_Built_By>travis</nebula_Built_By>
+    <nebula_Built_OS>Linux</nebula_Built_OS>
+    <nebula_Build_Date>2016-06-15_23:46:46</nebula_Build_Date>
+    <nebula_Gradle_Version>2.12</nebula_Gradle_Version>
+    <nebula_Module_Owner>benjchristensen@netflix.com</nebula_Module_Owner>
+    <nebula_Module_Email>benjchristensen@netflix.com</nebula_Module_Email>
+    <nebula_Module_Source></nebula_Module_Source>
+    <nebula_Module_Origin>https://github.com/ReactiveX/RxJava.git</nebula_Module_Origin>
+    <nebula_Change>aa183b0</nebula_Change>
+    <nebula_Branch>aa183b0771858c02be6a11bff8817d1857cbc462</nebula_Branch>
+    <nebula_Build_Host>testing-worker-linux-docker-6ce63a29-3365-linux-11</nebula_Build_Host>
+    <nebula_Build_Job>LOCAL</nebula_Build_Job>
+    <nebula_Build_Number>LOCAL</nebula_Build_Number>
+    <nebula_Build_Id>LOCAL</nebula_Build_Id>
+    <nebula_Created_By>1.7.0_76-b13 (Oracle Corporation)</nebula_Created_By>
+    <nebula_Build_Java_Version>1.7.0_76</nebula_Build_Java_Version>
+    <nebula_X_Compile_Target_JDK>1.6</nebula_X_Compile_Target_JDK>
+    <nebula_X_Compile_Source_JDK>1.6</nebula_X_Compile_Source_JDK>
+  </properties>
+  <url>https://github.com/ReactiveX/RxJava</url>
+  <scm>
+    <url>https://github.com/ReactiveX/RxJava.git</url>
+  </scm>
+  <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>
+</project>
diff --git a/common/m2/repository/io/reactivex/rxjava/1.1.6/rxjava-1.1.6.pom.sha1 b/common/m2/repository/io/reactivex/rxjava/1.1.6/rxjava-1.1.6.pom.sha1
new file mode 100644
index 0000000..a492df2
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.1.6/rxjava-1.1.6.pom.sha1
@@ -0,0 +1 @@
+fe369601fc298841ae24846b49010f6aa8cb1620
\ No newline at end of file
diff --git a/common/m2/repository/io/reactivex/rxjava/1.2.3/rxjava-1.2.3.jar b/common/m2/repository/io/reactivex/rxjava/1.2.3/rxjava-1.2.3.jar
new file mode 100644
index 0000000..8d7c4fe
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.2.3/rxjava-1.2.3.jar
Binary files differ
diff --git a/common/m2/repository/io/reactivex/rxjava/1.2.3/rxjava-1.2.3.jar.sha1 b/common/m2/repository/io/reactivex/rxjava/1.2.3/rxjava-1.2.3.jar.sha1
new file mode 100644
index 0000000..fd638c5
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.2.3/rxjava-1.2.3.jar.sha1
@@ -0,0 +1 @@
+7fe1a94c1aeb958acc876fe616922cc191f3222c
\ No newline at end of file
diff --git a/common/m2/repository/io/reactivex/rxjava/1.2.3/rxjava-1.2.3.pom b/common/m2/repository/io/reactivex/rxjava/1.2.3/rxjava-1.2.3.pom
new file mode 100644
index 0000000..df2488d
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.2.3/rxjava-1.2.3.pom
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>io.reactivex</groupId>
+  <artifactId>rxjava</artifactId>
+  <version>1.2.3</version>
+  <name>rxjava</name>
+  <description>rxjava</description>
+  <developers>
+    <developer>
+      <id>benjchristensen</id>
+      <name>Ben Christensen</name>
+      <email>benjchristensen@netflix.com</email>
+    </developer>
+  </developers>
+  <properties>
+    <nebula_Manifest_Version>1.0</nebula_Manifest_Version>
+    <nebula_Implementation_Title>io.reactivex#rxjava;1.2.3</nebula_Implementation_Title>
+    <nebula_Implementation_Version>1.2.3</nebula_Implementation_Version>
+    <nebula_Built_Status>integration</nebula_Built_Status>
+    <nebula_Built_By>travis</nebula_Built_By>
+    <nebula_Built_OS>Linux</nebula_Built_OS>
+    <nebula_Build_Date>2016-11-23_08:50:03</nebula_Build_Date>
+    <nebula_Gradle_Version>2.14</nebula_Gradle_Version>
+    <nebula_Module_Owner>benjchristensen@netflix.com</nebula_Module_Owner>
+    <nebula_Module_Email>benjchristensen@netflix.com</nebula_Module_Email>
+    <nebula_Module_Source></nebula_Module_Source>
+    <nebula_Module_Origin>https://github.com/ReactiveX/RxJava.git</nebula_Module_Origin>
+    <nebula_Change>8fff67d</nebula_Change>
+    <nebula_Branch>8fff67d91f4d4740c0b1fa55ba238249242f2bb2</nebula_Branch>
+    <nebula_Build_Host>testing-docker-539bc146-43ce-44e3-8ce9-497975a9a3ac</nebula_Build_Host>
+    <nebula_Build_Job>LOCAL</nebula_Build_Job>
+    <nebula_Build_Number>LOCAL</nebula_Build_Number>
+    <nebula_Build_Id>LOCAL</nebula_Build_Id>
+    <nebula_Created_By>1.7.0_76-b13 (Oracle Corporation)</nebula_Created_By>
+    <nebula_Build_Java_Version>1.7.0_76</nebula_Build_Java_Version>
+    <nebula_X_Compile_Target_JDK>1.6</nebula_X_Compile_Target_JDK>
+    <nebula_X_Compile_Source_JDK>1.6</nebula_X_Compile_Source_JDK>
+  </properties>
+  <url>https://github.com/ReactiveX/RxJava</url>
+  <scm>
+    <url>https://github.com/ReactiveX/RxJava.git</url>
+  </scm>
+  <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>
+</project>
diff --git a/common/m2/repository/io/reactivex/rxjava/1.2.3/rxjava-1.2.3.pom.sha1 b/common/m2/repository/io/reactivex/rxjava/1.2.3/rxjava-1.2.3.pom.sha1
new file mode 100644
index 0000000..dc4a5b5
--- /dev/null
+++ b/common/m2/repository/io/reactivex/rxjava/1.2.3/rxjava-1.2.3.pom.sha1
@@ -0,0 +1 @@
+02f5807aa5537f27a7c28e4c1f11fb764ae79b9e
\ No newline at end of file
diff --git a/common/m2/repository/joda-time/joda-time/2.8.1/BUILD b/common/m2/repository/joda-time/joda-time/2.8.1/BUILD
new file mode 100644
index 0000000..24ac243
--- /dev/null
+++ b/common/m2/repository/joda-time/joda-time/2.8.1/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["joda-time-2.8.1.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "joda-time-2.8.1.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/joda-time/joda-time/2.8.1/joda-time-2.8.1.jar b/common/m2/repository/joda-time/joda-time/2.8.1/joda-time-2.8.1.jar
new file mode 100644
index 0000000..94be659
--- /dev/null
+++ b/common/m2/repository/joda-time/joda-time/2.8.1/joda-time-2.8.1.jar
Binary files differ
diff --git a/common/m2/repository/joda-time/joda-time/2.8.1/joda-time-2.8.1.jar.sha1 b/common/m2/repository/joda-time/joda-time/2.8.1/joda-time-2.8.1.jar.sha1
new file mode 100644
index 0000000..2a0f7df
--- /dev/null
+++ b/common/m2/repository/joda-time/joda-time/2.8.1/joda-time-2.8.1.jar.sha1
@@ -0,0 +1 @@
+f5bfc718c95a7b1d3c371bb02a188a4df18361a9
\ No newline at end of file
diff --git a/common/m2/repository/joda-time/joda-time/2.8.1/joda-time-2.8.1.pom b/common/m2/repository/joda-time/joda-time/2.8.1/joda-time-2.8.1.pom
new file mode 100644
index 0000000..47721e1
--- /dev/null
+++ b/common/m2/repository/joda-time/joda-time/2.8.1/joda-time-2.8.1.pom
@@ -0,0 +1,804 @@
+<?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>

+  <groupId>joda-time</groupId>

+  <artifactId>joda-time</artifactId>

+  <packaging>jar</packaging>

+  <name>Joda-Time</name>

+  <version>2.8.1</version>

+  <description>Date and time library to replace JDK date handling</description>

+  <url>http://www.joda.org/joda-time/</url>

+

+  <!-- ==================================================================== -->

+  <issueManagement>

+    <system>GitHub</system>

+    <url>https://github.com/JodaOrg/joda-time/issues</url>

+  </issueManagement>

+  <inceptionYear>2002</inceptionYear>

+  <mailingLists>

+    <mailingList>

+      <name>Joda Interest list</name>

+      <subscribe>https://lists.sourceforge.net/lists/listinfo/joda-interest</subscribe>

+      <unsubscribe>https://lists.sourceforge.net/lists/listinfo/joda-interest</unsubscribe>

+      <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=joda-interest</archive>

+    </mailingList>

+  </mailingLists>

+

+  <!-- ==================================================================== -->

+  <developers>

+    <developer>

+      <id>jodastephen</id>

+      <name>Stephen Colebourne</name>

+      <roles>

+        <role>Project Lead</role>

+      </roles>

+      <timezone>0</timezone>

+      <url>https://github.com/jodastephen</url>

+    </developer>

+    <developer>

+      <id>broneill</id>

+      <name>Brian S O'Neill</name>

+      <email></email>

+      <roles>

+        <role>Senior Developer</role>

+      </roles>

+      <url>https://github.com/broneill</url>

+    </developer>

+  </developers>

+  <contributors>

+    <contributor>

+      <name>Guy Allard</name>

+    </contributor>

+    <contributor>

+      <name>Oren Benjamin</name>

+      <url>https://github.com/oby1</url>

+    </contributor>

+    <contributor>

+      <name>Fredrik Borgh</name>

+    </contributor>

+    <contributor>

+      <name>Dave Brosius</name>

+      <url>https://github.com/mebigfatguy</url>

+    </contributor>

+    <contributor>

+      <name>Dan Cavallaro</name>

+      <url>https://github.com/dancavallaro</url>

+    </contributor>

+    <contributor>

+      <name>Luc Claes</name>

+      <url>https://github.com/lucclaes</url>

+    </contributor>

+    <contributor>

+      <name>Dan Cojocar</name>

+      <url>https://github.com/dancojocar</url>

+    </contributor>

+    <contributor>

+      <name>Christopher Elkins</name>

+      <url>https://github.com/celkins</url>

+    </contributor>

+    <contributor>

+      <name>Jeroen van Erp</name>

+    </contributor>

+    <contributor>

+      <name>Gwyn Evans</name>

+    </contributor>

+    <contributor>

+      <name>John Fletcher</name>

+    </contributor>

+    <contributor>

+      <name>Sean Geoghegan</name>

+    </contributor>

+    <contributor>

+      <name>Jim Gough</name>

+      <url>https://github.com/jpgough</url>

+    </contributor>

+    <contributor>

+      <name>Craig Gidney</name>

+      <url>https://github.com/Strilanc</url>

+    </contributor>

+    <contributor>

+      <name>haguenau</name>

+      <url>https://github.com/haguenau</url>

+    </contributor>

+    <contributor>

+      <name>Rowan Hill</name>

+      <url>https://github.com/rowanhill</url>

+    </contributor>

+    <contributor>

+      <name>LongHua Huang</name>

+      <url>https://github.com/longhua</url>

+    </contributor>

+    <contributor>

+      <name>Vsevolod Ivanov</name>

+      <url>https://github.com/seva-ask</url>

+    </contributor>

+    <contributor>

+      <name>Ashish Katyal</name>

+    </contributor>

+    <contributor>

+      <name>Martin Kneissl</name>

+      <url>https://github.com/mkneissl</url>

+    </contributor>

+    <contributor>

+      <name>Fabian Lange</name>

+      <url>https://github.com/CodingFabian</url>

+    </contributor>

+    <contributor>

+      <name>Vidar Larsen</name>

+      <url>https://github.com/vlarsen</url>

+    </contributor>

+    <contributor>

+      <name>Kasper Laudrup</name>

+    </contributor>

+    <contributor>

+      <name>Jeff Lavallee</name>

+      <url>https://github.com/jlavallee</url>

+    </contributor>

+    <contributor>

+      <name>Chung-yeol Lee</name>

+      <url>https://github.com/chungyeol</url>

+    </contributor>

+    <contributor>

+      <name>Antonio Leitao</name>

+    </contributor>

+    <contributor>

+      <name>Kostas Maistrelis</name>

+    </contributor>

+    <contributor>

+      <name>mjunginger</name>

+      <url>https://github.com/mjunginger</url>

+    </contributor>

+    <contributor>

+      <name>Al Major</name>

+    </contributor>

+    <contributor>

+      <name>Pete Marsh</name>

+      <url>https://github.com/petedmarsh</url>

+    </contributor>

+    <contributor>

+      <name>Blair Martin</name>

+    </contributor>

+    <contributor>

+      <name>Amling Palantir</name>

+      <url>https://github.com/AmlingPalantir</url>

+    </contributor>

+    <contributor>

+      <name>Julen Parra</name>

+    </contributor>

+    <contributor>

+      <name>Jorge Perez</name>

+      <url>https://github.com/jperezalv</url>

+    </contributor>

+    <contributor>

+      <name>Michael Plump</name>

+    </contributor>

+    <contributor>

+      <name>Bjorn Pollex</name>

+      <url>https://github.com/bjoernpollex</url>

+    </contributor>

+    <contributor>

+      <name>Ryan Propper</name>

+    </contributor>

+    <contributor>

+      <name>Mike Schrag</name>

+    </contributor>

+    <contributor>

+      <name>Hajime Senuma</name>

+      <url>https://github.com/hajimes</url>

+    </contributor>

+    <contributor>

+      <name>Kandarp Shah</name>

+    </contributor>

+    <contributor>

+      <name>Francois Staes</name>

+    </contributor>

+    <contributor>

+      <name>Grzegorz Swierczynski</name>

+      <url>https://github.com/gswierczynski</url>

+    </contributor>

+    <contributor>

+      <name>Ricardo Trindade</name>

+    </contributor>

+    <contributor>

+      <name>Bram Van Dam</name>

+      <url>https://github.com/codematters</url>

+    </contributor>

+    <contributor>

+      <name>Ed Wagstaff</name>

+      <url>https://github.com/edwag</url>

+    </contributor>

+    <contributor>

+      <name>Maxim Zhao</name>

+    </contributor>

+  </contributors>

+

+  <!-- ==================================================================== -->

+  <licenses>

+    <license>

+      <name>Apache 2</name>

+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>

+      <distribution>repo</distribution>

+    </license>

+  </licenses>

+  <scm>

+    <connection>scm:git:https://github.com/JodaOrg/joda-time.git</connection>

+    <developerConnection>scm:git:git@github.com:JodaOrg/joda-time.git</developerConnection>

+    <url>https://github.com/JodaOrg/joda-time</url>

+  </scm>

+  <organization>

+    <name>Joda.org</name>

+    <url>http://www.joda.org</url>

+  </organization>

+

+  <!-- ==================================================================== -->

+  <build>

+    <resources>

+      <resource>

+        <targetPath>META-INF</targetPath>

+        <directory>${project.basedir}</directory>

+        <includes>

+          <include>LICENSE.txt</include>

+          <include>NOTICE.txt</include>

+        </includes>

+      </resource>

+      <resource>

+        <directory>${project.basedir}/src/main/java</directory>

+        <includes>

+          <include>**/*.properties</include>

+        </includes>

+      </resource>

+    </resources>

+    <!-- define build -->

+    <plugins>

+      <plugin>

+        <groupId>org.codehaus.mojo</groupId>      

+        <artifactId>exec-maven-plugin</artifactId>

+        <version>1.4.0</version>

+        <executions>

+          <execution>

+            <id>compile-tzdb</id>

+            <phase>compile</phase>

+            <goals>

+              <goal>java</goal>

+            </goals>

+          </execution>

+        </executions>

+        <configuration>

+          <mainClass>org.joda.time.tz.ZoneInfoCompiler</mainClass>

+          <classpathScope>compile</classpathScope>

+          <verbose>true</verbose>

+          <systemProperties>

+            <systemProperty>

+              <key>org.joda.time.DateTimeZone.Provider</key>

+              <value>org.joda.time.tz.UTCProvider</value>

+            </systemProperty>

+          </systemProperties>

+          <arguments>

+            <argument>-src</argument>

+            <argument>${project.build.sourceDirectory}/org/joda/time/tz/src</argument>

+            <argument>-dst</argument>

+            <argument>${project.build.outputDirectory}/org/joda/time/tz/data</argument>

+            <argument>africa</argument>

+            <argument>antarctica</argument>

+            <argument>asia</argument>

+            <argument>australasia</argument>

+            <argument>europe</argument>

+            <argument>northamerica</argument>

+            <argument>southamerica</argument>

+            <argument>pacificnew</argument>

+            <argument>etcetera</argument>

+            <argument>backward</argument>

+            <argument>systemv</argument>

+          </arguments>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-surefire-plugin</artifactId>

+        <configuration>

+          <includes>

+            <include>**/TestAllPackages.java</include>

+          </includes>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-jar-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>default-jar</id>

+            <configuration>

+              <archive>

+                <manifestFile>src/conf/MANIFEST.MF</manifestFile>

+                <manifestEntries>

+                  <Time-Zone-Database-Version>${tz.database.version}</Time-Zone-Database-Version>

+                  <Implementation-Title>org.joda.time</Implementation-Title>

+                </manifestEntries>

+              </archive>

+            </configuration>

+          </execution>

+          <execution>

+            <id>no-tzdb</id>

+            <phase>package</phase>

+            <goals>

+              <goal>jar</goal>

+            </goals>

+            <configuration>

+              <classifier>no-tzdb</classifier>

+              <archive>

+                <manifestEntries>

+                  <Implementation-Title>Joda-Time-No-TZDB</Implementation-Title>

+                </manifestEntries>

+              </archive>

+              <excludes>

+                <exclude>org/joda/time/tz/data/**</exclude>

+                <exclude>org/joda/time/tz/ZoneInfoCompiler*</exclude>

+              </excludes>

+            </configuration>

+          </execution>

+        </executions>

+        <configuration>

+          <archive>

+            <manifest>

+              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>

+              <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>

+            </manifest>

+          </archive>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-javadoc-plugin</artifactId>

+        <configuration>

+          <groups>

+            <group>

+              <title>User packages</title>

+              <packages>org.joda.time:org.joda.time.format:org.joda.time.chrono</packages>

+            </group>

+            <group>

+              <title>Implementation packages</title>

+              <packages>org.joda.time.base:org.joda.time.convert:org.joda.time.field:org.joda.time.tz</packages>

+            </group>

+          </groups>

+        </configuration>

+        <executions>

+          <execution>

+            <id>attach-javadocs</id>

+            <phase>package</phase>

+            <goals>

+              <goal>jar</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-source-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>attach-sources</id>

+            <phase>package</phase>

+            <goals>

+              <goal>jar-no-fork</goal>

+            </goals>

+          </execution>

+        </executions>

+        <!-- work around maven bug where properties files added twice -->

+        <configuration>

+          <excludes>

+            <exclude>**/*.properties</exclude>

+          </excludes>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-assembly-plugin</artifactId>

+        <configuration>

+          <attach>false</attach>

+          <descriptors>

+            <descriptor>src/main/assembly/dist.xml</descriptor>

+          </descriptors>

+          <tarLongFileMode>gnu</tarLongFileMode>

+        </configuration>

+        <executions>

+          <execution>

+            <id>make-assembly</id>

+            <phase>deploy</phase>

+            <goals>

+              <goal>single</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-site-plugin</artifactId>

+        <configuration>

+          <skipDeploy>true</skipDeploy>

+        </configuration>

+        <dependencies>

+          <dependency>

+            <groupId>lt.velykis.maven.skins</groupId>

+            <artifactId>reflow-velocity-tools</artifactId>

+            <version>1.1.1</version>

+          </dependency>

+          <dependency>

+            <groupId>org.apache.velocity</groupId>

+            <artifactId>velocity</artifactId>

+            <version>1.7</version>

+          </dependency>

+        </dependencies>

+      </plugin>

+      <plugin><!-- invoke with mvn site-deploy -->

+        <groupId>com.github.github</groupId>

+        <artifactId>site-maven-plugin</artifactId>

+        <version>0.12</version>

+        <executions>

+          <execution>

+            <id>github-site</id>

+            <goals>

+              <goal>site</goal>

+            </goals>

+            <phase>site-deploy</phase>

+          </execution>

+        </executions>

+        <configuration>

+          <message>Create website for ${project.artifactId} v${project.version}</message>

+          <path>${project.artifactId}</path>

+          <merge>true</merge>

+          <server>github</server>

+          <repositoryOwner>JodaOrg</repositoryOwner>

+          <repositoryName>jodaorg.github.io</repositoryName>

+          <branch>refs/heads/master</branch>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.codehaus.mojo</groupId>

+        <artifactId>clirr-maven-plugin</artifactId>

+        <version>2.6.1</version>

+        <configuration>

+          <comparisonVersion>2.7</comparisonVersion>

+          <minSeverity>info</minSeverity>

+          <logResults>true</logResults>

+        </configuration>

+      </plugin>

+    </plugins>

+    <!-- Manage plugin versions -->

+    <pluginManagement>

+      <plugins>

+        <!-- Maven build and reporting plugins (alphabetical) -->

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-assembly-plugin</artifactId>

+          <version>${maven-assembly-plugin.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-checkstyle-plugin</artifactId>

+          <version>${maven-checkstyle-plugin.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-changes-plugin</artifactId>

+          <version>${maven-changes-plugin.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-clean-plugin</artifactId>

+          <version>${maven-clean-plugin.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-compiler-plugin</artifactId>

+          <version>${maven-compiler-plugin.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-deploy-plugin</artifactId>

+          <version>${maven-deploy-plugin.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-dependency-plugin</artifactId>

+          <version>${maven-dependency-plugin.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-gpg-plugin</artifactId>

+          <version>${maven-gpg-plugin.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-install-plugin</artifactId>

+          <version>${maven-install-plugin.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-jar-plugin</artifactId>

+          <version>${maven-jar-plugin.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-javadoc-plugin</artifactId>

+          <version>${maven-javadoc-plugin.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-jxr-plugin</artifactId>

+          <version>${maven-jxr-plugin.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-plugin-plugin</artifactId>

+          <version>${maven-plugin-plugin.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-pmd-plugin</artifactId>

+          <version>${maven-pmd-plugin.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-project-info-reports-plugin</artifactId>

+          <version>${maven-project-info-reports-plugin.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-repository-plugin</artifactId>

+          <version>${maven-repository-plugin.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-resources-plugin</artifactId>

+          <version>${maven-resources-plugin.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-site-plugin</artifactId>

+          <version>${maven-site-plugin.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-source-plugin</artifactId>

+          <version>${maven-source-plugin.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-surefire-plugin</artifactId>

+          <version>${maven-surefire-plugin.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-surefire-report-plugin</artifactId>

+          <version>${maven-surefire-report-plugin.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-toolchains-plugin</artifactId>

+          <version>${maven-toolchains-plugin.version}</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.codehaus.mojo</groupId>

+                    <artifactId>

+                      exec-maven-plugin

+                    </artifactId>

+                    <versionRange>[1.2.1,)</versionRange>

+                    <goals>

+                      <goal>java</goal>

+                    </goals>

+                  </pluginExecutionFilter>

+                  <action>

+                    <ignore></ignore>

+                  </action>

+                </pluginExecution>

+              </pluginExecutions>

+            </lifecycleMappingMetadata>

+          </configuration>

+        </plugin>

+      </plugins>

+    </pluginManagement>

+  </build>

+

+  <!-- ==================================================================== -->

+  <prerequisites>

+    <maven>3.0.4</maven>

+  </prerequisites>

+  <dependencies>

+    <dependency>

+      <groupId>org.joda</groupId>

+      <artifactId>joda-convert</artifactId>

+      <version>1.2</version>

+      <scope>compile</scope>

+      <optional>true</optional><!-- mandatory in Scala -->

+    </dependency>

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <version>3.8.2</version>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+

+  <!-- ==================================================================== -->

+  <reporting>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-project-info-reports-plugin</artifactId>

+        <version>${maven-project-info-plugin.version}</version>

+        <reportSets>

+          <reportSet>

+            <reports>

+              <report>dependencies</report>

+              <report>dependency-info</report>

+              <report>issue-tracking</report>

+              <report>license</report>

+              <report>mailing-list</report>

+              <report>project-team</report>

+              <report>scm</report>

+              <report>summary</report>

+            </reports>

+          </reportSet>

+        </reportSets>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-javadoc-plugin</artifactId>

+        <version>${maven-javadoc-plugin.version}</version>

+        <reportSets>

+          <reportSet>

+            <reports>

+              <report>javadoc</report>

+            </reports>

+          </reportSet>

+        </reportSets>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-surefire-report-plugin</artifactId>

+        <version>${maven-surefire-report-plugin.version}</version>

+        <configuration>

+           <showSuccess>true</showSuccess>

+        </configuration>

+      </plugin>

+    </plugins>

+  </reporting>

+

+  <!-- ==================================================================== -->

+  <distributionManagement>

+    <repository>

+      <id>sonatype-joda-staging</id>

+      <name>Sonatype OSS staging repository</name>

+      <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>

+      <layout>default</layout>

+    </repository>

+    <snapshotRepository>

+      <uniqueVersion>false</uniqueVersion>

+      <id>sonatype-joda-snapshot</id>

+      <name>Sonatype OSS snapshot repository</name>

+      <url>http://oss.sonatype.org/content/repositories/joda-snapshots</url>

+      <layout>default</layout>

+    </snapshotRepository>

+    <downloadUrl>http://oss.sonatype.org/content/repositories/joda-releases</downloadUrl>

+  </distributionManagement>

+

+  <!-- ==================================================================== -->

+  <profiles>

+    <profile>

+      <id>java8</id>

+      <activation>

+        <jdk>1.8</jdk>

+      </activation>

+      <properties>

+        <additionalparam>-Xdoclint:none</additionalparam>

+      </properties>

+    </profile>

+    <profile>

+      <id>repo-sign-artifacts</id>

+      <activation>

+        <property>

+          <name>oss.repo</name>

+          <value>true</value>

+        </property>

+      </activation>

+      <build>

+        <plugins>

+          <plugin>

+            <groupId>org.apache.maven.plugins</groupId>

+            <artifactId>maven-toolchains-plugin</artifactId>

+            <executions>

+              <execution>

+                <phase>validate</phase>

+                <goals>

+                  <goal>toolchain</goal>

+                </goals>

+              </execution>

+            </executions>

+            <configuration>

+              <toolchains>

+                <jdk>

+                  <version>1.5</version>

+                  <vendor>sun</vendor>

+                </jdk>

+              </toolchains>

+            </configuration>

+          </plugin>

+          <plugin>

+            <groupId>org.apache.maven.plugins</groupId>

+            <artifactId>maven-gpg-plugin</artifactId>

+            <executions>

+              <execution>

+                <id>sign-artifacts</id>

+                <phase>verify</phase>

+                <goals>

+                  <goal>sign</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+        </plugins>

+      </build>

+      <properties>

+        <additionalparam></additionalparam>

+      </properties>

+    </profile>

+  </profiles>

+

+  <!-- ==================================================================== -->

+  <properties>

+    <!-- Plugin version numbers -->

+    <maven-assembly-plugin.version>2.5.5</maven-assembly-plugin.version>

+    <maven-changes-plugin.version>2.11</maven-changes-plugin.version>

+    <maven-checkstyle-plugin.version>2.15</maven-checkstyle-plugin.version>

+    <maven-clean-plugin.version>2.6.1</maven-clean-plugin.version>

+    <maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>

+    <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>

+    <maven-dependency-plugin.version>2.10</maven-dependency-plugin.version>

+    <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>

+    <maven-install-plugin.version>2.5.2</maven-install-plugin.version>

+    <maven-jar-plugin.version>2.6</maven-jar-plugin.version>

+    <maven-javadoc-plugin.version>2.10.3</maven-javadoc-plugin.version>

+    <maven-jxr-plugin.version>2.5</maven-jxr-plugin.version>

+    <maven-plugin-plugin.version>3.4</maven-plugin-plugin.version>

+    <maven-pmd-plugin.version>3.4</maven-pmd-plugin.version>

+    <maven-project-info-reports-plugin.version>2.8</maven-project-info-reports-plugin.version>

+    <maven-repository-plugin.version>2.4</maven-repository-plugin.version>

+    <maven-resources-plugin.version>2.7</maven-resources-plugin.version>

+    <maven-site-plugin.version>3.4</maven-site-plugin.version>

+    <maven-source-plugin.version>2.4</maven-source-plugin.version>

+    <maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>

+    <maven-surefire-report-plugin.version>2.18.1</maven-surefire-report-plugin.version>

+    <maven-toolchains-plugin.version>1.1</maven-toolchains-plugin.version>

+    <!-- Properties for maven-compiler-plugin -->

+    <maven.compiler.compilerVersion>1.5</maven.compiler.compilerVersion>

+    <maven.compiler.source>1.5</maven.compiler.source>

+    <maven.compiler.target>1.5</maven.compiler.target>

+    <maven.compiler.fork>true</maven.compiler.fork>

+    <maven.compiler.verbose>true</maven.compiler.verbose>

+    <maven.compiler.optimize>true</maven.compiler.optimize>

+    <maven.compiler.debug>true</maven.compiler.debug>

+    <maven.compiler.debuglevel>lines,source</maven.compiler.debuglevel>

+    <!-- Properties for maven-javadoc-plugin -->

+    <author>false</author>

+    <notimestamp>true</notimestamp>

+    <!-- Properties for maven-checkstyle-plugin -->

+    <checkstyle.config.location>${project.basedir}/src/main/checkstyle/checkstyle.xml</checkstyle.config.location>

+    <!-- Other properties -->

+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

+    <tz.database.version>2015e</tz.database.version>

+  </properties>

+</project>

diff --git a/common/m2/repository/joda-time/joda-time/2.8.1/joda-time-2.8.1.pom.sha1 b/common/m2/repository/joda-time/joda-time/2.8.1/joda-time-2.8.1.pom.sha1
new file mode 100644
index 0000000..fa3f90f
--- /dev/null
+++ b/common/m2/repository/joda-time/joda-time/2.8.1/joda-time-2.8.1.pom.sha1
@@ -0,0 +1 @@
+b6cd86ad72eb5eb5aa0614880ca284369e4e3624
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/BUILD b/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/BUILD
new file mode 100644
index 0000000..e3a527b
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["httpclient-4.5.2.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.2:pom",
+    source = "httpclient-4.5.2.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar b/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar
new file mode 100644
index 0000000..701609f
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar
Binary files differ
diff --git a/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar.sha1 b/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar.sha1
new file mode 100644
index 0000000..6937112
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar.sha1
@@ -0,0 +1 @@
+733db77aa8d9b2d68015189df76ab06304406e50
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom b/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom
new file mode 100644
index 0000000..32c5cb4
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom
@@ -0,0 +1,201 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+   ====================================================================
+
+   This software consists of voluntary contributions made by many
+   individuals on behalf of the Apache Software Foundation.  For more
+   information on the Apache Software Foundation, please see
+   <http://www.apache.org />.
+ --><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.apache.httpcomponents</groupId>
+    <artifactId>httpcomponents-client</artifactId>
+    <version>4.5.2</version>
+  </parent>
+  <artifactId>httpclient</artifactId>
+  <name>Apache HttpClient</name>
+  <description>
+   Apache HttpComponents Client
+  </description>
+  <url>http://hc.apache.org/httpcomponents-client</url>
+  <packaging>jar</packaging>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>true</filtering>
+        <includes>
+            <include>**/*.properties</include>
+        </includes>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.8</version>
+        <executions>
+          <execution>
+            <id>add-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>src/main/java-deprecated</source>
+              </sources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>com.googlecode.maven-download-plugin</groupId>
+        <artifactId>download-maven-plugin</artifactId>
+        <version>1.2.0</version>
+        <executions>
+          <execution>
+            <id>download-public-suffix-list</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>wget</goal>
+            </goals>
+            <configuration>
+              <url>https://publicsuffix.org/list/effective_tld_names.dat</url>
+              <outputDirectory>${project.build.outputDirectory}/mozilla</outputDirectory>
+              <outputFileName>public-suffix-list.txt</outputFileName>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <reporting>
+    <plugins>
+
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>${hc.javadoc.version}</version>
+        <configuration>
+          <!-- reduce console output. Can override with -Dquiet=false -->
+          <quiet>true</quiet>
+          <source>${maven.compiler.source}</source>
+          <links>
+            <link>http://docs.oracle.com/javase/6/docs/api/</link>
+            <link>http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/</link>
+          </links>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>javadoc</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>${hc.project-info.version}</version>
+        <inherited>false</inherited>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>dependencies</report>
+              <report>dependency-info</report>
+              <report>summary</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-jxr-plugin</artifactId>
+        <version>${hc.jxr.version}</version>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+        <version>${hc.surefire-report.version}</version>
+      </plugin>
+
+    </plugins>
+  </reporting>
+
+  <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>com.googlecode.maven-download-plugin</groupId>
+            <artifactId>download-maven-plugin</artifactId>
+            <configuration>
+              <overwrite>true</overwrite>
+              <skipCache>true</skipCache>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
+</project>
diff --git a/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom.sha1 b/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom.sha1
new file mode 100644
index 0000000..b612d87
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom.sha1
@@ -0,0 +1 @@
+56f6338b324e438307e1f2c2b33bd02268310fc2
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.2/BUILD b/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.2/BUILD
new file mode 100644
index 0000000..1a554ca
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.2/BUILD
@@ -0,0 +1,9 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/apache/httpcomponents/project/7:pom",
+    source = "httpcomponents-client-4.5.2.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom b/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom
new file mode 100644
index 0000000..0445d27
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom
@@ -0,0 +1,423 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+   ====================================================================
+
+   This software consists of voluntary contributions made by many
+   individuals on behalf of the Apache Software Foundation.  For more
+   information on the Apache Software Foundation, please see
+   <http://www.apache.org />.
+ --><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">
+  <parent>
+    <artifactId>project</artifactId>
+    <groupId>org.apache.httpcomponents</groupId>
+    <version>7</version>
+    <relativePath>../project/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>httpcomponents-client</artifactId>
+  <name>Apache HttpComponents Client</name>
+  <version>4.5.2</version>
+  <description>Apache HttpComponents Client is a library of components for building client side HTTP services</description>
+  <url>http://hc.apache.org/httpcomponents-client-ga/</url>
+  <inceptionYear>1999</inceptionYear>
+  <packaging>pom</packaging>
+
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <issueManagement>
+    <system>Jira</system>
+    <url>http://issues.apache.org/jira/browse/HTTPCLIENT</url>
+  </issueManagement>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.5.2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.5.2</developerConnection>
+    <url>https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.5.2</url>
+  </scm>
+
+  <properties>
+    <maven.compiler.source>1.6</maven.compiler.source>
+    <maven.compiler.target>1.6</maven.compiler.target>
+    <httpcore.version>4.4.4</httpcore.version>
+    <commons-logging.version>1.2</commons-logging.version>
+    <commons-codec.version>1.9</commons-codec.version>
+    <ehcache.version>2.6.9</ehcache.version>
+    <memcached.version>2.11.4</memcached.version>
+    <slf4j.version>1.7.7</slf4j.version>
+    <junit.version>4.11</junit.version>
+    <easymock.version>2.5.2</easymock.version>
+    <mockito.version>1.8.5</mockito.version>
+    <jna.version>4.1.0</jna.version>
+    <hc.stylecheck.version>1</hc.stylecheck.version>
+    <api.comparison.version>4.4</api.comparison.version>
+  </properties>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.httpcomponents</groupId>
+        <artifactId>httpcore</artifactId>
+        <version>${httpcore.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <version>${commons-logging.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-codec</groupId>
+        <artifactId>commons-codec</artifactId>
+        <version>${commons-codec.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>net.sf.ehcache</groupId>
+        <artifactId>ehcache-core</artifactId>
+        <version>${ehcache.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-jcl</artifactId>
+        <version>${slf4j.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>net.spy</groupId>
+        <artifactId>spymemcached</artifactId>
+        <version>${memcached.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>net.java.dev.jna</groupId>
+        <artifactId>jna</artifactId>
+        <version>${jna.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>net.java.dev.jna</groupId>
+        <artifactId>jna-platform</artifactId>
+        <version>${jna.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${junit.version}</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.mockito</groupId>
+        <artifactId>mockito-core</artifactId>
+        <version>${mockito.version}</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.easymock</groupId>
+        <artifactId>easymock</artifactId>
+        <version>${easymock.version}</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.easymock</groupId>
+        <artifactId>easymockclassextension</artifactId>
+        <version>${easymock.version}</version>
+        <scope>test</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <modules>
+    <module>httpclient</module>
+    <module>httpmime</module>
+    <module>fluent-hc</module>
+    <module>httpclient-cache</module>
+    <module>httpclient-win</module>
+    <module>httpclient-osgi</module>
+  </modules>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifestEntries>
+              <Specification-Title>HttpComponents ${project.name}</Specification-Title>
+              <Specification-Version>${project.version}</Specification-Version>
+              <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
+              <Implementation-Title>HttpComponents ${project.name}</Implementation-Title>
+              <Implementation-Version>${project.version}</Implementation-Version>
+              <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
+              <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
+              <url>${project.url}</url>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <archive>
+            <!-- Ensure source jars have full manifest entries (note: defaults aren't suitable) -->
+            <manifestEntries>
+              <Specification-Title>HttpComponents ${project.name}</Specification-Title>
+              <Specification-Version>${project.version}</Specification-Version>
+              <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
+              <Implementation-Title>HttpComponents ${project.name}</Implementation-Title>
+              <Implementation-Version>${project.version}</Implementation-Version>
+              <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
+              <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-javadocs</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <!-- reduce console output. Can override with -Dquiet=false -->
+          <quiet>true</quiet>
+          <source>${maven.compiler.source}</source>
+          <links>
+            <link>http://docs.oracle.com/javase/6/docs/api/</link>
+            <link>http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/</link>
+          </links>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>com.agilejava.docbkx</groupId>
+        <artifactId>docbkx-maven-plugin</artifactId>
+        <dependencies>
+          <dependency>
+            <groupId>org.docbook</groupId>
+            <artifactId>docbook-xml</artifactId>
+            <version>4.4</version>
+            <scope>runtime</scope>
+          </dependency>
+        </dependencies>
+        <executions>
+          <execution>
+            <id>tutorial-site</id>
+            <goals>
+              <goal>generate-html</goal>
+              <goal>generate-pdf</goal>
+            </goals>
+            <phase>pre-site</phase>
+          </execution>
+        </executions>
+        <configuration>
+          <includes>index.xml</includes>
+          <chunkedOutput>true</chunkedOutput>
+          <xincludeSupported>true</xincludeSupported>
+          <foCustomization>src/docbkx/resources/xsl/fopdf.xsl</foCustomization>
+          <htmlCustomization>src/docbkx/resources/xsl/html_chunk.xsl</htmlCustomization>
+          <htmlStylesheet>css/hc-tutorial.css</htmlStylesheet>
+          <entities>
+            <entity>
+              <name>version</name>
+              <value>${project.version}</value>
+            </entity>
+          </entities>
+          <postProcess>
+            <copy todir="target/site/tutorial/html" failonerror="false">
+              <fileset dir="target/docbkx/html/index">
+                <include name="**/*.html" />
+              </fileset>
+            </copy>
+            <copy todir="target/site/tutorial/html" failonerror="false">
+              <fileset dir="src/docbkx/resources">
+                <include name="**/*.css" />
+                <include name="**/*.png" />
+                <include name="**/*.gif" />
+                <include name="**/*.jpg" />
+              </fileset>
+            </copy>
+            <copy file="target/docbkx/pdf/index.pdf" tofile="target/site/tutorial/pdf/httpclient-tutorial.pdf" failonerror="false" />
+          </postProcess>
+        </configuration>
+      </plugin>
+        <plugin>
+          <artifactId>maven-resources-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>copy-resources</id>
+              <phase>pre-site</phase>
+              <goals>
+                <goal>copy-resources</goal>
+              </goals>
+              <configuration>
+                <outputDirectory>${basedir}/target/site/examples</outputDirectory>
+                <resources>
+                  <resource>
+                    <directory>src/examples</directory>
+                    <filtering>false</filtering>
+                  </resource>
+                </resources>
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.9.1</version>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>hc-stylecheck</artifactId>
+            <version>${hc.stylecheck.version}</version>
+          </dependency>
+        </dependencies>
+        <configuration>
+          <encoding>UTF-8</encoding>
+        </configuration>
+        <executions>
+          <execution>
+            <id>validate-main</id>
+            <phase>validate</phase>
+            <configuration>
+              <configLocation>hc-stylecheck/default.xml</configLocation>
+              <headerLocation>hc-stylecheck/asl2.header</headerLocation>
+              <consoleOutput>true</consoleOutput>
+              <failsOnError>true</failsOnError>
+              <linkXRef>false</linkXRef>
+              <sourceDirectory>${basedir}/src/main</sourceDirectory>
+            </configuration>
+            <goals>
+              <goal>checkstyle</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>validate-test</id>
+            <phase>validate</phase>
+            <configuration>
+              <configLocation>hc-stylecheck/default.xml</configLocation>
+              <headerLocation>hc-stylecheck/asl2.header</headerLocation>
+              <consoleOutput>true</consoleOutput>
+              <failsOnError>true</failsOnError>
+              <linkXRef>false</linkXRef>
+              <sourceDirectory>${basedir}/src/test</sourceDirectory>
+            </configuration>
+            <goals>
+              <goal>checkstyle</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>validate-examples</id>
+            <phase>validate</phase>
+            <configuration>
+              <configLocation>hc-stylecheck/minimal.xml</configLocation>
+              <headerLocation>hc-stylecheck/asl2.header</headerLocation>
+              <consoleOutput>true</consoleOutput>
+              <failsOnError>true</failsOnError>
+              <linkXRef>false</linkXRef>
+              <sourceDirectory>${basedir}/src/examples</sourceDirectory>
+            </configuration>
+            <goals>
+              <goal>checkstyle</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>clirr-maven-plugin</artifactId>
+        <version>${hc.clirr.version}</version>
+        <configuration>
+          <comparisonVersion>${api.comparison.version}</comparisonVersion>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <version>0.11</version>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <excludes>
+            <exclude>src/docbkx/resources/**</exclude>
+            <exclude>src/test/resources/*.truststore</exclude>
+            <exclude>.checkstyle</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <reporting>
+    <plugins>
+
+      <plugin>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>${hc.project-info.version}</version>
+        <inherited>false</inherited>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>dependency-management</report>
+              <report>issue-tracking</report>
+              <report>license</report>
+              <report>scm</report>
+              <report>summary</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>clirr-maven-plugin</artifactId>
+        <version>${hc.clirr.version}</version>
+        <configuration>
+          <comparisonVersion>${api.comparison.version}</comparisonVersion>
+        </configuration>
+      </plugin>
+
+    </plugins>
+  </reporting>
+
+</project>
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom.sha1 b/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom.sha1
new file mode 100644
index 0000000..4d5714d
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom.sha1
@@ -0,0 +1 @@
+55d500e6c1e98ffbb00c35bee72fabc255c22108
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.4/BUILD b/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.4/BUILD
new file mode 100644
index 0000000..4d9a23b
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.4/BUILD
@@ -0,0 +1,9 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/apache/httpcomponents/project/7:pom",
+    source = "httpcomponents-core-4.4.4.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom b/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom
new file mode 100644
index 0000000..9f7f9e8
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom
@@ -0,0 +1,357 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+   ====================================================================
+
+   This software consists of voluntary contributions made by many
+   individuals on behalf of the Apache Software Foundation.  For more
+   information on the Apache Software Foundation, please see
+   <http://www.apache.org />.
+ --><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">
+  <parent>
+    <artifactId>project</artifactId>
+    <groupId>org.apache.httpcomponents</groupId>
+    <version>7</version>
+    <relativePath>../project/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>httpcomponents-core</artifactId>
+  <name>Apache HttpComponents Core</name>
+  <version>4.4.4</version>
+  <description>Apache HttpComponents Core is a library of components for building HTTP enabled services</description>
+  <url>http://hc.apache.org/httpcomponents-core</url>
+  <inceptionYear>2005</inceptionYear>
+  <packaging>pom</packaging>
+
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <issueManagement>
+    <system>Jira</system>
+    <url>http://issues.apache.org/jira/browse/HTTPCORE</url>
+  </issueManagement>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.4.4</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.4.4</developerConnection>
+    <url>https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.4.4</url>
+  </scm>
+
+  <modules>
+    <module>httpcore</module>
+    <module>httpcore-nio</module>
+    <module>httpcore-osgi</module>
+    <module>httpcore-ab</module>
+  </modules>
+
+  <properties>
+    <!-- Override parent 7 setting for deprecation (only - other settings stand)-->
+    <maven.compiler.source>1.6</maven.compiler.source>
+    <maven.compiler.target>1.6</maven.compiler.target>
+    <maven.compiler.showDeprecation>false</maven.compiler.showDeprecation>
+    <junit.version>4.11</junit.version>
+    <mockito.version>1.8.5</mockito.version>
+    <commons-logging.version>1.2</commons-logging.version>
+    <api.comparison.version>4.4</api.comparison.version>
+    <hc.stylecheck.version>1</hc.stylecheck.version>
+  </properties>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${junit.version}</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.mockito</groupId>
+        <artifactId>mockito-core</artifactId>
+        <version>${mockito.version}</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <version>${commons-logging.version}</version>
+        <scope>test</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifestEntries>
+              <Specification-Title>HttpComponents ${project.name}</Specification-Title>
+              <Specification-Version>${project.version}</Specification-Version>
+              <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
+              <Implementation-Title>HttpComponents ${project.name}</Implementation-Title>
+              <Implementation-Version>${project.version}</Implementation-Version>
+              <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
+              <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
+              <url>${project.url}</url>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-javadocs</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <!-- reduce console output. Can override with -Dquiet=false -->
+          <quiet>true</quiet>
+          <source>${maven.compiler.source}</source>
+          <links>
+            <link>http://docs.oracle.com/javase/6/docs/api/</link>
+          </links>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>com.agilejava.docbkx</groupId>
+        <artifactId>docbkx-maven-plugin</artifactId>
+        <dependencies>
+          <dependency>
+            <groupId>org.docbook</groupId>
+            <artifactId>docbook-xml</artifactId>
+            <version>4.4</version>
+            <scope>runtime</scope>
+          </dependency>
+        </dependencies>
+        <executions>
+          <execution>
+            <id>tutorial-site</id>
+            <goals>
+              <goal>generate-html</goal>
+              <goal>generate-pdf</goal>
+            </goals>
+            <phase>pre-site</phase>
+          </execution>
+        </executions>
+        <configuration>
+          <includes>index.xml</includes>
+          <chunkedOutput>true</chunkedOutput>
+          <xincludeSupported>true</xincludeSupported>
+          <foCustomization>src/docbkx/resources/xsl/fopdf.xsl</foCustomization>
+          <htmlCustomization>src/docbkx/resources/xsl/html_chunk.xsl</htmlCustomization>
+          <htmlStylesheet>css/hc-tutorial.css</htmlStylesheet>
+          <entities>
+            <entity>
+              <name>version</name>
+              <value>${project.version}</value>
+            </entity>
+          </entities>
+          <postProcess>
+            <copy todir="target/site/tutorial/html" failonerror="false">
+              <fileset dir="target/docbkx/html/index">
+                <include name="**/*.html" />
+              </fileset>
+            </copy>
+            <copy todir="target/site/tutorial/html" failonerror="false">
+              <fileset dir="src/docbkx/resources">
+                <include name="**/*.css" />
+                <include name="**/*.png" />
+                <include name="**/*.gif" />
+                <include name="**/*.jpg" />
+              </fileset>
+            </copy>
+            <copy file="target/docbkx/pdf/index.pdf" tofile="target/site/tutorial/pdf/httpcore-tutorial.pdf" failonerror="false" />
+          </postProcess>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>copy-resources</id>
+            <phase>pre-site</phase>
+            <goals>
+              <goal>copy-resources</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>${basedir}/target/site/examples</outputDirectory>
+              <resources>
+                <resource>
+                  <directory>src/examples</directory>
+                  <filtering>false</filtering>
+                </resource>
+              </resources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.9.1</version>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>hc-stylecheck</artifactId>
+            <version>${hc.stylecheck.version}</version>
+          </dependency>
+        </dependencies>
+        <configuration>
+          <encoding>UTF-8</encoding>
+        </configuration>
+        <executions>
+          <execution>
+            <id>validate-main</id>
+            <phase>validate</phase>
+            <configuration>
+              <configLocation>hc-stylecheck/default.xml</configLocation>
+              <headerLocation>hc-stylecheck/asl2.header</headerLocation>
+              <consoleOutput>true</consoleOutput>
+              <failsOnError>true</failsOnError>
+              <linkXRef>false</linkXRef>
+              <sourceDirectory>${basedir}/src/main</sourceDirectory>
+            </configuration>
+            <goals>
+              <goal>checkstyle</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>validate-test</id>
+            <phase>validate</phase>
+            <configuration>
+              <configLocation>hc-stylecheck/default.xml</configLocation>
+              <headerLocation>hc-stylecheck/asl2.header</headerLocation>
+              <consoleOutput>true</consoleOutput>
+              <failsOnError>true</failsOnError>
+              <linkXRef>false</linkXRef>
+              <sourceDirectory>${basedir}/src/test</sourceDirectory>
+            </configuration>
+            <goals>
+              <goal>checkstyle</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>validate-examples</id>
+            <phase>validate</phase>
+            <configuration>
+              <configLocation>hc-stylecheck/minimal.xml</configLocation>
+              <headerLocation>hc-stylecheck/asl2.header</headerLocation>
+              <consoleOutput>true</consoleOutput>
+              <failsOnError>true</failsOnError>
+              <linkXRef>false</linkXRef>
+              <sourceDirectory>${basedir}/src/examples</sourceDirectory>
+            </configuration>
+            <goals>
+              <goal>checkstyle</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>clirr-maven-plugin</artifactId>
+        <version>${hc.clirr.version}</version>
+        <configuration>
+          <comparisonVersion>${api.comparison.version}</comparisonVersion>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <version>0.11</version>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <excludes>
+            <exclude>src/docbkx/resources/**</exclude>
+            <exclude>src/test/resources/*.truststore</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <reporting>
+    <plugins>
+
+      <plugin>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>${hc.project-info.version}</version>
+        <inherited>false</inherited>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>dependency-management</report>
+              <report>issue-tracking</report>
+              <report>license</report>
+              <report>scm</report>
+              <report>summary</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>clirr-maven-plugin</artifactId>
+        <version>${hc.clirr.version}</version>
+        <configuration>
+          <comparisonVersion>${api.comparison.version}</comparisonVersion>
+        </configuration>
+      </plugin>
+
+    </plugins>
+  </reporting>
+
+</project>
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom.sha1 b/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom.sha1
new file mode 100644
index 0000000..5dd7444
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom.sha1
@@ -0,0 +1 @@
+84c5600018f58510ef3d2c3b5d218bea5d51bbbe
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/BUILD b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/BUILD
new file mode 100644
index 0000000..01a3c03
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["httpcore-4.4.4.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.4:pom",
+    source = "httpcore-4.4.4.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar
new file mode 100644
index 0000000..ac4a877
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar
Binary files differ
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar.sha1 b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar.sha1
new file mode 100644
index 0000000..ef0c257
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar.sha1
@@ -0,0 +1 @@
+b31526a230871fbe285fbcbe2813f9c0839ae9b0
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom
new file mode 100644
index 0000000..a23d7b5
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom
@@ -0,0 +1,175 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+   ====================================================================
+
+   This software consists of voluntary contributions made by many
+   individuals on behalf of the Apache Software Foundation.  For more
+   information on the Apache Software Foundation, please see
+   <http://www.apache.org />.
+ --><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.apache.httpcomponents</groupId>
+    <artifactId>httpcomponents-core</artifactId>
+    <version>4.4.4</version>
+  </parent>
+  <artifactId>httpcore</artifactId>
+  <name>Apache HttpCore</name>
+  <inceptionYear>2005</inceptionYear>
+  <description>
+   Apache HttpComponents Core (blocking I/O)
+  </description>
+  <url>http://hc.apache.org/httpcomponents-core-ga</url>
+  <packaging>jar</packaging>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.8</version>
+        <executions>
+          <execution>
+          <id>add-source</id>
+          <phase>generate-sources</phase>
+          <goals>
+            <goal>add-source</goal>
+          </goals>
+          <configuration>
+            <sources>
+              <source>src/main/java-deprecated</source>
+            </sources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <excludes>
+            <exclude>.externalToolBuilders/**</exclude>			
+            <exclude>.pmd</exclude>			
+            <exclude>maven-eclipse.xml</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>2.6</version>
+          <executions>
+              <execution>
+                  <goals>
+                      <goal>test-jar</goal>
+                  </goals>
+              </execution>
+          </executions>
+      </plugin>
+    </plugins>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>true</filtering>
+        <includes>
+            <include>**/*.properties</include>
+        </includes>
+      </resource>
+    </resources>
+  </build>
+
+  <reporting>
+    <plugins>
+
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>${hc.javadoc.version}</version>
+        <configuration>
+          <!-- reduce console output. Can override with -Dquiet=false -->
+          <quiet>true</quiet>
+          <source>${maven.compiler.source}</source>
+          <links>
+            <link>http://docs.oracle.com/javase/6/docs/api/</link>
+          </links>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>javadoc</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>${hc.project-info.version}</version>
+        <inherited>false</inherited>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>dependencies</report>
+              <report>dependency-info</report>
+              <report>summary</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-jxr-plugin</artifactId>
+        <version>${hc.jxr.version}</version>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+        <version>${hc.surefire-report.version}</version>
+      </plugin>
+
+    </plugins>
+  </reporting>
+
+</project>
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom.sha1 b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom.sha1
new file mode 100644
index 0000000..34bf917
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom.sha1
@@ -0,0 +1 @@
+2feaed055f70af1aafd223137e4bd456decc5995
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/BUILD b/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/BUILD
new file mode 100644
index 0000000..611a27a
--- /dev/null
+++ b/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["log4j-api-2.5.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j/2.5:pom",
+    source = "log4j-api-2.5.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/log4j-api-2.5.jar b/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/log4j-api-2.5.jar
new file mode 100644
index 0000000..f18c9d0
--- /dev/null
+++ b/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/log4j-api-2.5.jar
Binary files differ
diff --git a/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/log4j-api-2.5.jar.sha1 b/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/log4j-api-2.5.jar.sha1
new file mode 100644
index 0000000..547d017
--- /dev/null
+++ b/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/log4j-api-2.5.jar.sha1
@@ -0,0 +1 @@
+e7fd981408caba8a0c0fb276413562468d260160
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/log4j-api-2.5.pom b/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/log4j-api-2.5.pom
new file mode 100644
index 0000000..6d85936
--- /dev/null
+++ b/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/log4j-api-2.5.pom
@@ -0,0 +1,223 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one or more
+  ~ contributor license agreements. See the NOTICE file distributed with
+  ~ this work for additional information regarding copyright ownership.
+  ~ The ASF licenses this file to You under the Apache license, Version 2.0
+  ~ (the "License"); you may not use this file except in compliance with
+  ~ the License. You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the license for the specific language governing permissions and
+  ~ limitations under the license.
+  -->
+<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.apache.logging.log4j</groupId>
+    <artifactId>log4j</artifactId>
+    <version>2.5</version>
+    <relativePath>../</relativePath>
+  </parent>
+  <artifactId>log4j-api</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Log4j API</name>
+  <description>The Apache Log4j API</description>
+  <properties>
+    <log4jParentDir>${basedir}/..</log4jParentDir>
+    <docLabel>API Documentation</docLabel>
+    <projectDir>/api</projectDir>
+  </properties>
+  <dependencies>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <!-- Place Felix before Equinox because Felix is signed. -->
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.osgi</groupId>
+      <artifactId>org.eclipse.osgi</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <forkCount>2C</forkCount>
+          <reuseForks>true</reuseForks>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <!-- Include the standard NOTICE and LICENSE -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <configuration>
+              <skip>false</skip>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <configuration>
+          <instructions>
+            <Export-Package>org.apache.logging.log4j.*</Export-Package>
+            <Import-Package>
+              sun.reflect;resolution:=optional,
+              *
+            </Import-Package>
+            <Bundle-Activator>org.apache.logging.log4j.util.Activator</Bundle-Activator>
+          </instructions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>clirr-maven-plugin</artifactId>
+        <version>${clirr.plugin.version}</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changes-plugin</artifactId>
+        <version>${changes.plugin.version}</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>changes-report</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+        <configuration>
+          <issueLinkTemplate>%URL%/show_bug.cgi?id=%ISSUE%</issueLinkTemplate>
+          <useJql>true</useJql>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>${checkstyle.plugin.version}</version>
+        <configuration>
+          <!--<propertiesLocation>${vfs.parent.dir}/checkstyle.properties</propertiesLocation> -->
+          <configLocation>${log4jParentDir}/checkstyle.xml</configLocation>
+          <suppressionsLocation>${log4jParentDir}/checkstyle-suppressions.xml</suppressionsLocation>
+          <enableRulesSummary>false</enableRulesSummary>
+          <propertyExpansion>basedir=${basedir}</propertyExpansion>
+          <propertyExpansion>licensedir=${log4jParentDir}/checkstyle-header.txt</propertyExpansion>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>${javadoc.plugin.version}</version>
+        <configuration>
+          <bottom><![CDATA[<p align="center">Copyright &#169; {inceptionYear}-{currentYear} {organizationName}. All Rights Reserved.<br />
+            Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo,
+            and the Apache Log4j logo are trademarks of The Apache Software Foundation.</p>]]></bottom>
+          <!-- module link generation is completely broken in the javadoc plugin for a multi-module non-aggregating
+               project -->
+          <detectOfflineLinks>false</detectOfflineLinks>
+          <linksource>true</linksource>
+          <links>
+            <link>http://www.osgi.org/javadoc/r4v43/core/</link>
+          </links>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <id>non-aggregate</id>
+            <reports>
+              <report>javadoc</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>${findbugs.plugin.version}</version>
+        <configuration>
+          <fork>true</fork>
+          <jvmArgs>-Duser.language=en</jvmArgs>
+          <threshold>Normal</threshold>
+          <effort>Default</effort>
+          <excludeFilterFile>${log4jParentDir}/findbugs-exclude-filter.xml</excludeFilterFile>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+        <version>${jxr.plugin.version}</version>
+        <reportSets>
+          <reportSet>
+            <id>non-aggregate</id>
+            <reports>
+              <report>jxr</report>
+            </reports>
+          </reportSet>
+          <reportSet>
+            <id>aggregate</id>
+            <reports>
+              <report>aggregate</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <version>${pmd.plugin.version}</version>
+        <configuration>
+          <targetJdk>${maven.compile.target}</targetJdk>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+</project>
+
diff --git a/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/log4j-api-2.5.pom.sha1 b/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/log4j-api-2.5.pom.sha1
new file mode 100644
index 0000000..e88e73f
--- /dev/null
+++ b/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/log4j-api-2.5.pom.sha1
@@ -0,0 +1 @@
+269a17de97c5151c24efdf0d00ab2e751146f38d
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/BUILD b/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/BUILD
new file mode 100644
index 0000000..2a4f816
--- /dev/null
+++ b/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["log4j-core-2.5.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j/2.5:pom",
+    source = "log4j-core-2.5.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/log4j-core-2.5.jar b/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/log4j-core-2.5.jar
new file mode 100644
index 0000000..f49b01f
--- /dev/null
+++ b/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/log4j-core-2.5.jar
Binary files differ
diff --git a/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/log4j-core-2.5.jar.sha1 b/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/log4j-core-2.5.jar.sha1
new file mode 100644
index 0000000..e11fef0
--- /dev/null
+++ b/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/log4j-core-2.5.jar.sha1
@@ -0,0 +1 @@
+7ed845de1dfe070d43511fab321784e6c4118398
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/log4j-core-2.5.pom b/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/log4j-core-2.5.pom
new file mode 100644
index 0000000..18c11be
--- /dev/null
+++ b/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/log4j-core-2.5.pom
@@ -0,0 +1,483 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one or more
+  ~ contributor license agreements. See the NOTICE file distributed with
+  ~ this work for additional information regarding copyright ownership.
+  ~ The ASF licenses this file to You under the Apache license, Version 2.0
+  ~ (the "License"); you may not use this file except in compliance with
+  ~ the License. You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the license for the specific language governing permissions and
+  ~ limitations under the license.
+  -->
+<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.apache.logging.log4j</groupId>
+    <artifactId>log4j</artifactId>
+    <version>2.5</version>
+    <relativePath>../</relativePath>
+  </parent>
+  <artifactId>log4j-core</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Log4j Core</name>
+  <description>The Apache Log4j Implementation</description>
+  <properties>
+    <log4jParentDir>${basedir}/..</log4jParentDir>
+    <docLabel>Core Documentation</docLabel>
+    <projectDir>/core</projectDir>
+  </properties>
+  <dependencies>
+    <!-- Naturally, all implementations require the log4j-api JAR -->
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+    </dependency>
+    <!-- Used for OSGi bundle support -->
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <!-- Required for AsyncLoggers -->
+    <dependency>
+      <groupId>com.lmax</groupId>
+      <artifactId>disruptor</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <!-- Required for JSON support -->
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <!-- Required for JSON support -->
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <!-- Required for YAML support (including JSON requirements) -->
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-yaml</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <!-- Required for XML layout and receiver support -->
+    <dependency>
+      <groupId>com.fasterxml.jackson.dataformat</groupId>
+      <artifactId>jackson-dataformat-xml</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <!-- POM for jackson-dataformat-xml 2.5.4 depends on woodstox-core-asl 4.3.0 -->
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>woodstox-core-asl</artifactId>
+      <version>4.3.0</version>
+      <optional>true</optional>
+    </dependency>
+    <!-- Required for console color support in Windows -->
+    <dependency>
+      <groupId>org.fusesource.jansi</groupId>
+      <artifactId>jansi</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <!-- Required for SMTPAppender -->
+    <dependency>
+      <groupId>com.sun.mail</groupId>
+      <artifactId>javax.mail</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <!-- Used for JPA appenders (needs an implementation of course) -->
+    <dependency>
+      <groupId>org.eclipse.persistence</groupId>
+      <artifactId>javax.persistence</artifactId>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <!-- Used for JMS appenders (needs an implementation of course) -->
+    <dependency>
+      <groupId>org.jboss.spec.javax.jms</groupId>
+      <artifactId>jboss-jms-api_1.1_spec</artifactId>
+      <scope>provided</scope>
+      <optional>true</optional>
+    </dependency>
+    <!-- Used for Kafka appender -->
+    <dependency>
+      <groupId>org.apache.kafka</groupId>
+      <artifactId>kafka-clients</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <!-- Used for ZeroMQ JeroMQ appender -->
+    <dependency>
+      <groupId>org.zeromq</groupId>
+      <artifactId>jeromq</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <!-- Used for compressing to formats other than zip and gz -->
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-compress</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <!-- Used for the CSV layout -->
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-csv</artifactId>
+      <optional>true</optional>
+    </dependency>
+
+    <!-- TEST DEPENDENCIES -->
+
+    <!-- Pull in useful test classes from API -->
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <!-- Zeroconf advertiser tests -->
+    <dependency>
+      <groupId>javax.jmdns</groupId>
+      <artifactId>jmdns</artifactId>
+      <version>3.4.1</version>
+      <scope>test</scope>
+    </dependency>
+    <!-- Log4j 1.2 tests -->
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.17</version>
+      <scope>test</scope>
+    </dependency>
+    <!-- SLF4J tests -->
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-ext</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <!-- JUnit, naturally -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest-all</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <!-- Mocking framework for use with JUnit -->
+    <dependency>
+      <groupId>org.easymock</groupId>
+      <artifactId>easymock</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <!-- Embedded JDBC drivers for database appender tests -->
+    <dependency>
+      <groupId>org.hsqldb</groupId>
+      <artifactId>hsqldb</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.h2database</groupId>
+      <artifactId>h2</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <!-- JPA Tests -->
+    <dependency>
+      <groupId>org.eclipse.persistence</groupId>
+      <artifactId>org.eclipse.persistence.jpa</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <!-- JNDI and JMS tests -->
+    <dependency>
+      <groupId>org.mockejb</groupId>
+      <artifactId>mockejb</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-broker</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <!-- Logback performance tests -->
+    <dependency>
+      <groupId>ch.qos.logback</groupId>
+      <artifactId>logback-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>ch.qos.logback</groupId>
+      <artifactId>logback-classic</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <!-- OSGi tests -->
+    <dependency>
+      <groupId>org.eclipse.osgi</groupId>
+      <artifactId>org.eclipse.osgi</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <!--  GELF -->
+    <dependency>
+      <groupId>net.javacrumbs.json-unit</groupId>
+      <artifactId>json-unit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <!-- Other -->
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache-extras.beanshell</groupId>
+      <artifactId>bsh</artifactId>
+      <version>2.0b5</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy-all</artifactId>
+      <version>2.4.5</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>${compiler.plugin.version}</version>
+        <executions>
+          <execution>
+            <!-- disable annotation processing for first pass -->
+            <id>default-compile</id>
+            <goals>
+              <goal>compile</goal>
+            </goals>
+            <phase>compile</phase>
+            <configuration>
+              <proc>none</proc>
+            </configuration>
+          </execution>
+          <execution>
+            <!-- then do a processing-only pass to generate plugins .dat file -->
+            <id>process-plugins</id>
+            <goals>
+              <goal>compile</goal>
+            </goals>
+            <phase>process-classes</phase>
+            <configuration>
+              <proc>only</proc>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludedGroups>
+            org.apache.logging.log4j.categories.PerformanceTests
+          </excludedGroups>
+          <forkCount>1</forkCount>
+          <reuseForks>false</reuseForks>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-failsafe-plugin</artifactId>
+        <configuration>
+          <includes>
+            <include>**/*.java</include>
+          </includes>
+          <excludes>
+            <exclude>**/ForceNoDefClassFoundError.*</exclude>
+          </excludes>
+          <groups>
+            org.apache.logging.log4j.categories.PerformanceTests
+          </groups>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <configuration>
+          <instructions>
+            <Bundle-SymbolicName>org.apache.logging.log4j.core</Bundle-SymbolicName>
+            <!-- TODO: exclude internal classes from export -->
+            <Export-Package>org.apache.logging.log4j.core.*</Export-Package>
+            <Import-Package>
+              sun.reflect;resolution:=optional,
+              *
+            </Import-Package>
+            <Bundle-Activator>org.apache.logging.log4j.core.osgi.Activator</Bundle-Activator>
+          </instructions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changes-plugin</artifactId>
+        <version>${changes.plugin.version}</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>changes-report</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+        <configuration>
+          <issueLinkTemplate>%URL%/show_bug.cgi?id=%ISSUE%</issueLinkTemplate>
+          <useJql>true</useJql>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>${checkstyle.plugin.version}</version>
+        <configuration>
+          <!--<propertiesLocation>${vfs.parent.dir}/checkstyle.properties</propertiesLocation> -->
+          <configLocation>${log4jParentDir}/checkstyle.xml</configLocation>
+          <suppressionsLocation>${log4jParentDir}/checkstyle-suppressions.xml</suppressionsLocation>
+          <enableRulesSummary>false</enableRulesSummary>
+          <propertyExpansion>basedir=${basedir}</propertyExpansion>
+          <propertyExpansion>licensedir=${log4jParentDir}/checkstyle-header.txt</propertyExpansion>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>${javadoc.plugin.version}</version>
+        <configuration>
+          <bottom><![CDATA[<p align="center">Copyright &#169; {inceptionYear}-{currentYear} {organizationName}. All Rights Reserved.<br />
+            Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo,
+            and the Apache Log4j logo are trademarks of The Apache Software Foundation.</p>]]></bottom>
+          <!-- module link generation is completely broken in the javadoc plugin for a multi-module non-aggregating
+               project -->
+          <detectOfflineLinks>false</detectOfflineLinks>
+          <linksource>true</linksource>
+          <links>
+            <link>http://docs.oracle.com/javaee/6/api/</link>
+            <link>http://www.osgi.org/javadoc/r4v43/core/</link>
+            <link>https://commons.apache.org/proper/commons-lang/javadocs/api-release/</link>
+          </links>
+          <groups>
+            <group>
+              <title>Core API</title>
+              <packages>org.apache.logging.log4j.core</packages>
+            </group>
+            <group>
+              <title>Configuration</title>
+              <packages>org.apache.logging.log4j.core.config*:org.apache.logging.log4j.core.selector</packages>
+            </group>
+            <group>
+              <title>Core Plugins</title>
+              <packages>org.apache.logging.log4j.core.appender*:org.apache.logging.log4j.core.filter:org.apache.logging.log4j.core.layout:org.apache.logging.log4j.core.lookup:org.apache.logging.log4j.core.pattern</packages>
+            </group>
+            <group>
+              <title>Tools</title>
+              <packages>org.apache.logging.log4j.core.net*:org.apache.logging.log4j.core.tools</packages>
+            </group>
+            <group>
+              <title>Internals</title>
+              <packages>org.apache.logging.log4j.core.async:org.apache.logging.log4j.core.impl:org.apache.logging.log4j.core.util:org.apache.logging.log4j.core.osgi:org.apache.logging.log4j.core.jackson:org.apache.logging.log4j.core.jmx</packages>
+            </group>
+          </groups>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <id>non-aggregate</id>
+            <reports>
+              <report>javadoc</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>${findbugs.plugin.version}</version>
+        <configuration>
+          <fork>true</fork>
+          <jvmArgs>-Duser.language=en</jvmArgs>
+          <threshold>Normal</threshold>
+          <effort>Default</effort>
+          <excludeFilterFile>${log4jParentDir}/findbugs-exclude-filter.xml</excludeFilterFile>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+        <version>${jxr.plugin.version}</version>
+        <reportSets>
+          <reportSet>
+            <id>non-aggregate</id>
+            <reports>
+              <report>jxr</report>
+            </reports>
+          </reportSet>
+          <reportSet>
+            <id>aggregate</id>
+            <reports>
+              <report>aggregate</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <version>${pmd.plugin.version}</version>
+        <configuration>
+          <targetJdk>${maven.compile.target}</targetJdk>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+</project>
+
diff --git a/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/log4j-core-2.5.pom.sha1 b/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/log4j-core-2.5.pom.sha1
new file mode 100644
index 0000000..7efbcd4
--- /dev/null
+++ b/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/log4j-core-2.5.pom.sha1
@@ -0,0 +1 @@
+5847edd233b480f9ea1aa4f0bbf36015cc4fda14
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/logging/log4j/log4j/2.5/BUILD b/common/m2/repository/org/apache/logging/log4j/log4j/2.5/BUILD
new file mode 100644
index 0000000..7229835
--- /dev/null
+++ b/common/m2/repository/org/apache/logging/log4j/log4j/2.5/BUILD
@@ -0,0 +1,9 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/apache/apache/9:pom",
+    source = "log4j-2.5.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/org/apache/logging/log4j/log4j/2.5/log4j-2.5.pom b/common/m2/repository/org/apache/logging/log4j/log4j/2.5/log4j-2.5.pom
new file mode 100644
index 0000000..b93f339
--- /dev/null
+++ b/common/m2/repository/org/apache/logging/log4j/log4j/2.5/log4j-2.5.pom
@@ -0,0 +1,1398 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one or more
+  ~ contributor license agreements. See the NOTICE file distributed with
+  ~ this work for additional information regarding copyright ownership.
+  ~ The ASF licenses this file to You under the Apache license, Version 2.0
+  ~ (the "License"); you may not use this file except in compliance with
+  ~ the License. You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the license for the specific language governing permissions and
+  ~ limitations under the license.
+  -->
+<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>
+  <groupId>org.apache.logging.log4j</groupId>
+  <artifactId>log4j</artifactId>
+  <packaging>pom</packaging>
+  <name>Apache Log4j 2</name>
+  <version>2.5</version>
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>9</version>
+  </parent>
+  <description>Apache Log4j 2</description>
+  <url>http://logging.apache.org/log4j/2.x/</url>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/LOG4J2</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Buildbot</system>
+    <url>http://ci.apache.org/builders/log4j2-nightly/</url>
+  </ciManagement>
+  <inceptionYear>1999</inceptionYear>
+  <developers>
+    <developer>
+      <id>rgoers</id>
+      <name>Ralph Goers</name>
+      <email>rgoers@apache.org</email>
+      <organization>Nextiva</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>America/Phoenix</timezone>
+    </developer>
+    <developer>
+      <id>ggregory</id>
+      <name>Gary Gregory</name>
+      <email>ggregory@apache.org</email>
+      <organization>Rocket Software</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>America/Los_Angeles</timezone>
+    </developer>
+    <developer>
+      <id>sdeboy</id>
+      <name>Scott Deboy</name>
+      <email>sdeboy@apache.org</email>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>America/Los_Angeles</timezone>
+    </developer>
+    <developer>
+      <id>rpopma</id>
+      <name>Remko Popma</name>
+      <email>rpopma@apache.org</email>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>Asia/Tokyo</timezone>
+      <properties>
+        <picUrl>http://people.apache.org/~rpopma/img/profilepic.jpg</picUrl>
+      </properties>
+    </developer>
+    <developer>
+      <id>nickwilliams</id>
+      <name>Nick Williams</name>
+      <email>nickwilliams@apache.org</email>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>America/Chicago</timezone>
+    </developer>
+    <developer>
+      <id>mattsicker</id>
+      <name>Matt Sicker</name>
+      <email>mattsicker@apache.org</email>
+      <organization>Peapod</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>America/Chicago</timezone>
+    </developer>
+    <developer>
+      <id>bbrouwer</id>
+      <name>Bruce Brouwer</name>
+      <email>bruce.brouwer@gmail.com</email>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>America/Detroit</timezone>
+    </developer>
+    <developer>
+      <id>mikes</id>
+      <name>Mikael Ståldal</name>
+      <email>mikes@apache.org</email>
+      <organization>Magine TV</organization>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>Europe/Stockholm</timezone>
+    </developer>
+  </developers>
+  <!-- Contributors -->
+  <contributors>
+      <contributor>
+        <name>Murad Ersoy</name>
+        <email>muradersoy@gmail.com</email>
+        <url>https://www.behance.net/muradersoy</url>
+        <roles>
+          <role>Illustrator and Designer</role>
+          <role>created the new Log4j 2 logo.</role>
+        </roles>
+        <timezone>Europe/Istanbul</timezone>
+        <properties>
+          <picUrl>https://mir-s3-cdn-cf.behance.net/user/138/403dcf1521581.54d67f8fb01f7.jpg</picUrl>
+        </properties>
+      </contributor>
+   </contributors>
+  <mailingLists>
+    <mailingList>
+      <name>log4j-user</name>
+      <subscribe>log4j-user-subscribe@logging.apache.org</subscribe>
+      <unsubscribe>log4j-user-unsubscribe@logging.apache.org</unsubscribe>
+      <post>log4j-user@logging.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-user/</archive>
+      <otherArchives>
+        <otherArchive>http://marc.info/?l=log4j-user</otherArchive>
+        <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.user</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>log4j-dev</name>
+      <subscribe>log4j-dev-subscribe@logging.apache.org</subscribe>
+      <unsubscribe>log4j-dev-unsubscribe@logging.apache.org</unsubscribe>
+      <post>log4j-dev@logging.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
+      <otherArchives>
+        <otherArchive>http://marc.info/?l=log4j-dev</otherArchive>
+        <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</otherArchive>
+      </otherArchives>
+    </mailingList>
+  </mailingLists>
+  <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>
+  <scm>
+    <connection>scm:git:http://git-wip-us.apache.org/repos/asf/logging-log4j2.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4j2.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=summary</url>
+    <tag>log4j-2.5-rc1</tag>
+  </scm>
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
+  </organization>
+  <properties>
+    <!-- make sure to update these for each release! -->
+    <log4jParentDir>${basedir}</log4jParentDir>
+    <Log4jReleaseVersion>2.5</Log4jReleaseVersion>
+    <Log4jReleaseCount>ninth</Log4jReleaseCount>
+    <Log4jReleaseManager>Ralph Goers</Log4jReleaseManager>
+    <Log4jReleaseKey>B3D8E1BA</Log4jReleaseKey>
+    <!-- <Log4jReleaseManager>Matt Sicker</Log4jReleaseManager>
+    <Log4jReleaseKey>FA1C814D</Log4jReleaseKey> -->
+    <!-- note that any properties you want available in velocity templates must not use periods! -->
+    <slf4jVersion>1.7.12</slf4jVersion>
+    <logbackVersion>1.1.3</logbackVersion>
+    <jackson1Version>1.9.13</jackson1Version>
+    <jackson2Version>2.6.3</jackson2Version>
+    <springVersion>3.2.13.RELEASE</springVersion>
+    <flumeVersion>1.6.0</flumeVersion>
+    <disruptorVersion>3.3.2</disruptorVersion>
+    <compiler.plugin.version>3.3</compiler.plugin.version>
+    <pmd.plugin.version>3.5</pmd.plugin.version>
+    <findbugs.plugin.version>3.0.2</findbugs.plugin.version>
+    <changes.plugin.version>2.11</changes.plugin.version>
+    <javadoc.plugin.version>2.10.3</javadoc.plugin.version>
+    <!-- surefire.plugin.version 2.18 yields http://jira.codehaus.org/browse/SUREFIRE-1121, which is fixed in 2.18.1 -->
+    <!-- surefire.plugin.version 2.19 yields https://issues.apache.org/jira/browse/SUREFIRE-1193. -->
+    <surefire.plugin.version>2.18.1</surefire.plugin.version>
+    <failsafe.plugin.version>2.18.1</failsafe.plugin.version>
+    <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
+    <rat.plugin.version>0.11</rat.plugin.version>
+    <pdf.plugin.version>1.2</pdf.plugin.version>
+    <cobertura.plugin.version>2.7</cobertura.plugin.version>
+    <release.plugin.version>2.5.3</release.plugin.version>
+    <scm.plugin.version>1.9.4</scm.plugin.version>
+    <jxr.plugin.version>2.5</jxr.plugin.version>
+    <clirr.plugin.version>2.6.1</clirr.plugin.version>
+    <site.plugin.version>3.4</site.plugin.version>
+    <manifestfile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestfile>
+    <maven.compile.source>1.7</maven.compile.source>
+    <maven.compile.target>1.7</maven.compile.target>
+    <docLabel>Site Documentation</docLabel>
+    <projectDir />
+    <commonsLoggingVersion>1.2</commonsLoggingVersion>
+    <osgi.api.version>4.3.1</osgi.api.version>
+    <activemq.version>5.12.0</activemq.version>
+    <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level -->
+    <minSeverity>info</minSeverity>
+  </properties>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache</id>
+      <url>https://repository.apache.org/content/repositories/releases/</url>
+    </pluginRepository>
+<!--     <pluginRepository> -->
+<!--       <id>apache.snapshots</id> -->
+<!--       <name>Apache snapshots repository</name> -->
+<!--       <url>http://repository.apache.org/content/groups/snapshots</url> -->
+<!--       <snapshots> -->
+<!--         <enabled>true</enabled> -->
+<!--       </snapshots> -->
+<!--     </pluginRepository>     -->
+  </pluginRepositories>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-api</artifactId>
+        <version>${slf4jVersion}</version>
+      </dependency>
+       <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-ext</artifactId>
+        <version>${slf4jVersion}</version>
+      </dependency>
+      <dependency>
+        <groupId>ch.qos.logback</groupId>
+        <artifactId>logback-core</artifactId>
+        <version>${logbackVersion}</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>ch.qos.logback</groupId>
+        <artifactId>logback-core</artifactId>
+        <type>test-jar</type>
+        <version>${logbackVersion}</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.eclipse.osgi</groupId>
+        <artifactId>org.eclipse.osgi</artifactId>
+        <version>3.7.1</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>org.apache.felix.framework</artifactId>
+        <version>4.6.1</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.maven</groupId>
+        <artifactId>maven-core</artifactId>
+        <version>3.2.5</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-codec</groupId>
+        <artifactId>commons-codec</artifactId>
+        <version>1.10</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-lang3</artifactId>
+        <version>3.4</version>
+      </dependency>
+      <dependency>
+        <groupId>ch.qos.logback</groupId>
+        <artifactId>logback-classic</artifactId>
+        <version>${logbackVersion}</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>ch.qos.logback</groupId>
+        <artifactId>logback-classic</artifactId>
+        <version>${logbackVersion}</version>
+        <type>test-jar</type>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.logging.log4j</groupId>
+        <artifactId>log4j-api</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.logging.log4j</groupId>
+        <artifactId>log4j-api</artifactId>
+        <version>${project.version}</version>
+        <type>test-jar</type>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.logging.log4j</groupId>
+        <artifactId>log4j-core</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.logging.log4j</groupId>
+        <artifactId>log4j-core</artifactId>
+        <version>${project.version}</version>
+        <type>test-jar</type>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.logging.log4j</groupId>
+        <artifactId>log4j-slf4j-impl</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.logging.log4j</groupId>
+        <artifactId>log4j-jcl</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <version>${commonsLoggingVersion}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.logging.log4j</groupId>
+        <artifactId>log4j-1.2-api</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.logging.log4j</groupId>
+        <artifactId>log4j-flume-ng</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.logging.log4j</groupId>
+        <artifactId>log4j-iostreams</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.logging.log4j</groupId>
+        <artifactId>log4j-jul</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.logging.log4j</groupId>
+        <artifactId>log4j-taglib</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.logging.log4j</groupId>
+        <artifactId>log4j-web</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.sleepycat</groupId>
+        <artifactId>je</artifactId>
+        <version>5.0.73</version>
+      </dependency>
+      <dependency>
+        <groupId>org.osgi</groupId>
+        <artifactId>org.osgi.core</artifactId>
+        <version>${osgi.api.version}</version>
+        <scope>provided</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.fusesource.jansi</groupId>
+        <artifactId>jansi</artifactId>
+        <version>1.11</version>
+        <optional>true</optional>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.flume</groupId>
+        <artifactId>flume-ng-sdk</artifactId>
+        <version>${flumeVersion}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.codehaus.jackson</groupId>
+            <artifactId>jackson-core-asl</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.codehaus.jackson</groupId>
+            <artifactId>jackson-mapper-asl</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.flume</groupId>
+        <artifactId>flume-ng-core</artifactId>
+        <version>${flumeVersion}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-log4j12</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.flume</groupId>
+        <artifactId>flume-ng-embedded-agent</artifactId>
+        <version>${flumeVersion}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-log4j12</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.codehaus.jackson</groupId>
+            <artifactId>jackson-core-asl</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.codehaus.jackson</groupId>
+            <artifactId>jackson-mapper-asl</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.flume</groupId>
+        <artifactId>flume-ng-node</artifactId>
+        <version>${flumeVersion}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-log4j12</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.codehaus.jackson</groupId>
+            <artifactId>jackson-core-asl</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.codehaus.jackson</groupId>
+            <artifactId>jackson-mapper-asl</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.flume.flume-ng-channels</groupId>
+        <artifactId>flume-file-channel</artifactId>
+        <version>${flumeVersion}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-log4j12</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.mortbay.jetty</groupId>
+            <artifactId>servlet-api</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.mortbay.jetty</groupId>
+            <artifactId>servlet-api-2.5</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-core</artifactId>
+        <version>1.1.1</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.codehaus.jackson</groupId>
+            <artifactId>jackson-core-asl</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.codehaus.jackson</groupId>
+            <artifactId>jackson-mapper-asl</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.mortbay.jetty</groupId>
+            <artifactId>servlet-api</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+      <!-- Jackson 1 start -->
+      <dependency>
+        <groupId>org.codehaus.jackson</groupId>
+        <artifactId>jackson-core-asl</artifactId>
+        <version>${jackson1Version}</version>
+        <scope>runtime</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.codehaus.jackson</groupId>
+        <artifactId>jackson-mapper-asl</artifactId>
+        <version>${jackson1Version}</version>
+        <scope>runtime</scope>
+      </dependency>
+      <!-- Jackson 1 end -->
+      <!-- Jackson 2 start -->
+      <dependency>
+        <groupId>com.fasterxml.jackson.core</groupId>
+        <artifactId>jackson-core</artifactId>
+        <version>${jackson2Version}</version>
+        <optional>true</optional>
+      </dependency>
+      <dependency>
+        <groupId>com.fasterxml.jackson.core</groupId>
+        <artifactId>jackson-databind</artifactId>
+        <version>${jackson2Version}</version>
+        <optional>true</optional>
+      </dependency>
+      <dependency>
+        <groupId>com.fasterxml.jackson.dataformat</groupId>
+        <artifactId>jackson-dataformat-yaml</artifactId>
+        <version>${jackson2Version}</version>
+        <optional>true</optional>
+      </dependency>
+      <dependency>
+        <groupId>com.fasterxml.jackson.dataformat</groupId>
+        <artifactId>jackson-dataformat-xml</artifactId>
+        <version>${jackson2Version}</version>
+        <optional>true</optional>
+      </dependency>
+      <dependency>
+        <groupId>com.fasterxml.jackson.module</groupId>
+        <artifactId>jackson-module-jaxb-annotations</artifactId>
+        <version>${jackson2Version}</version>
+        <optional>true</optional>
+      </dependency>
+      <!-- Jackson 2 end -->
+      <dependency>
+        <groupId>com.sun.mail</groupId>
+        <artifactId>javax.mail</artifactId>
+        <version>1.5.4</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.spec.javax.jms</groupId>
+        <artifactId>jboss-jms-api_1.1_spec</artifactId>
+        <version>1.0.1.Final</version>
+        <scope>provided</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.activemq</groupId>
+        <artifactId>activemq-broker</artifactId>
+        <version>${activemq.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.mockejb</groupId>
+        <artifactId>mockejb</artifactId>
+        <version>0.6-beta2</version>
+        <scope>test</scope>
+        <exclusions>
+          <exclusion>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.kafka</groupId>
+        <artifactId>kafka-clients</artifactId>
+        <version>0.9.0.0</version>
+      </dependency>
+      <dependency>
+        <groupId>org.zeromq</groupId>
+        <artifactId>jeromq</artifactId>
+        <version>0.3.5</version>
+      </dependency>
+      <dependency>
+        <groupId>javax.servlet</groupId>
+        <artifactId>servlet-api</artifactId>
+        <version>2.5</version>
+        <scope>provided</scope>
+      </dependency>
+      <dependency>
+        <groupId>com.lmax</groupId>
+        <artifactId>disruptor</artifactId>
+        <version>${disruptorVersion}</version>
+      </dependency>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>4.11</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.hamcrest</groupId>
+        <artifactId>hamcrest-all</artifactId>
+        <version>1.3</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.easymock</groupId>
+        <artifactId>easymock</artifactId>
+        <version>3.3.1</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-aop</artifactId>
+        <version>${springVersion}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-beans</artifactId>
+        <version>${springVersion}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-context</artifactId>
+        <version>${springVersion}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-core</artifactId>
+        <version>${springVersion}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-expression</artifactId>
+        <version>${springVersion}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-oxm</artifactId>
+        <version>${springVersion}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-test</artifactId>
+        <version>${springVersion}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-web</artifactId>
+        <version>${springVersion}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-webmvc</artifactId>
+        <version>${springVersion}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.hsqldb</groupId>
+        <artifactId>hsqldb</artifactId>
+        <version>2.3.3</version>
+      </dependency>
+      <dependency>
+        <groupId>com.h2database</groupId>
+        <artifactId>h2</artifactId>
+        <version>1.3.176</version>
+      </dependency>
+      <dependency>
+        <groupId>org.eclipse.persistence</groupId>
+        <artifactId>org.eclipse.persistence.jpa</artifactId>
+        <version>2.6.0</version>
+      </dependency>
+      <dependency>
+        <groupId>org.eclipse.persistence</groupId>
+        <artifactId>javax.persistence</artifactId>
+        <version>2.1.0</version>
+        <scope>provided</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.mongodb</groupId>
+        <artifactId>mongo-java-driver</artifactId>
+        <version>3.0.4</version>
+      </dependency>
+      <dependency>
+        <groupId>org.lightcouch</groupId>
+        <artifactId>lightcouch</artifactId>
+        <version>0.0.6</version>
+      </dependency>
+      <dependency>
+        <groupId>org.liquibase</groupId>
+        <artifactId>liquibase-core</artifactId>
+        <version>3.3.5</version>
+      </dependency>
+      <dependency>
+        <groupId>net.javacrumbs.json-unit</groupId>
+        <artifactId>json-unit</artifactId>
+        <version>1.5.5</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>commons-io</groupId>
+        <artifactId>commons-io</artifactId>
+        <version>2.4</version>
+        <scope>test</scope>
+      </dependency>
+      <!-- Used for compressing to formats other than zip and gz -->
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-compress</artifactId>
+        <version>1.10</version>
+      </dependency>
+      <!-- Used for the CSV layout -->
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-csv</artifactId>
+        <version>1.2</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.felix</groupId>
+          <artifactId>maven-bundle-plugin</artifactId>
+          <!--  Using version 2.5.4 causes Jenkins to get compiler errors in log4j-perf. -->
+          <version>2.5.3</version>
+          <inherited>true</inherited>
+          <extensions>true</extensions>
+          <executions>
+            <execution>
+              <goals>
+                <goal>manifest</goal>
+              </goals>
+              <phase>process-classes</phase>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-changes-plugin</artifactId>
+          <version>${changes.plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>${release.plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-plugin</artifactId>
+          <version>${scm.plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-checkstyle-plugin</artifactId>
+          <version>${checkstyle.plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>${javadoc.plugin.version}</version>
+          <configuration>
+            <bottom><![CDATA[<p align="center">Copyright &#169; {inceptionYear}-{currentYear} {organizationName}. All Rights Reserved.<br />
+            Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo,
+            and the Apache Log4j logo are trademarks of The Apache Software Foundation.</p>]]></bottom>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-pmd-plugin</artifactId>
+          <version>${pmd.plugin.version}</version>
+        </plugin>
+        <!-- some nice default compiler options -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>${compiler.plugin.version}</version>
+          <configuration>
+            <source>${maven.compile.source}</source>
+            <target>${maven.compile.target}</target>
+            <showDeprecation>true</showDeprecation>
+            <showWarnings>true</showWarnings>
+            <encoding>UTF-8</encoding>
+            <fork>true</fork>
+            <meminitial>256</meminitial>
+            <maxmem>1024</maxmem>
+            <compilerArguments>
+              <Xmaxwarns>10000</Xmaxwarns>
+              <Xlint />
+            </compilerArguments>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>${surefire.plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-failsafe-plugin</artifactId>
+          <version>${failsafe.plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-source-plugin</artifactId>
+          <version>2.4</version>
+          <executions>
+            <execution>
+              <id>attach-sources</id>
+              <phase>verify</phase>
+              <goals>
+                <goal>jar-no-fork</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jxr-plugin</artifactId>
+          <version>${jxr.plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>clirr-maven-plugin</artifactId>
+          <version>${clirr.plugin.version}</version>
+          <configuration>
+            <minSeverity>${minSeverity}</minSeverity>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>${compiler.plugin.version}</version>
+        <configuration>
+          <source>${maven.compile.source}</source>
+          <target>${maven.compile.target}</target>
+          <showDeprecation>true</showDeprecation>
+          <showWarnings>true</showWarnings>
+          <compilerArguments>
+            <Xmaxwarns>10000</Xmaxwarns>
+            <Xlint />
+          </compilerArguments>
+          <encoding>UTF-8</encoding>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifestFile>${manifestfile}</manifestFile>
+            <manifestEntries>
+              <Specification-Title>${project.name}</Specification-Title>
+              <Specification-Version>${project.version}</Specification-Version>
+              <Specification-Vendor>${project.organization.name}</Specification-Vendor>
+              <Implementation-Title>${project.name}</Implementation-Title>
+              <Implementation-Version>${project.version}</Implementation-Version>
+              <Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
+              <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
+              <X-Compile-Source-JDK>${maven.compile.source}</X-Compile-Source-JDK>
+              <X-Compile-Target-JDK>${maven.compile.target}</X-Compile-Target-JDK>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>2.7</version>
+        <executions>
+          <execution>
+            <id>copy-sitecss</id>
+            <!-- fetch site.xml before creating site documentation -->
+            <phase>pre-site</phase>
+            <goals>
+              <goal>copy-resources</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>${project.build.directory}/site</outputDirectory>
+              <resources>
+                <resource>
+                  <directory>${log4jParentDir}/src/site/resources</directory>
+                  <includes>
+                    <include>**/*</include>
+                  </includes>
+                </resource>
+              </resources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>${surefire.plugin.version}</version>
+        <configuration>
+          <systemPropertyVariables>
+            <java.awt.headless>true</java.awt.headless>
+          </systemPropertyVariables>
+          <argLine>-Xms256m -Xmx1024m</argLine>
+          <forkCount>2C</forkCount>
+          <reuseForks>true</reuseForks>
+          <excludes>
+            <exclude>${log4j.skip.test1}</exclude>
+            <exclude>${log4j.skip.test2}</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-failsafe-plugin</artifactId>
+        <version>${failsafe.plugin.version}</version>
+        <executions>
+          <execution>
+            <id>integration-tests</id>
+            <goals>
+              <goal>integration-test</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>verify</id>
+            <goals>
+              <goal>verify</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <systemPropertyVariables>
+            <java.awt.headless>true</java.awt.headless>
+          </systemPropertyVariables>
+          <argLine>-Xms256m -Xmx1024m</argLine>
+          <forkCount>1</forkCount>
+          <reuseForks>false</reuseForks>
+          <encoding>UTF-8</encoding>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>${site.plugin.version}</version>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-ssh</artifactId>
+            <version>2.9</version>
+          </dependency>
+        </dependencies>
+        <configuration>
+          <!-- only build English site even on other language OS -->
+          <locales>en</locales>
+          <!-- Exclude the navigation file for Maven 1 sites
+               and the changes file used by the changes-plugin,
+               as they interfere with the site generation. -->
+          <moduleExcludes>
+            <xdoc>navigation.xml,changes.xml</xdoc>
+          </moduleExcludes>
+          <templateDirectory>${log4jParentDir}/src/site</templateDirectory>
+          <template>site.vm</template>
+        </configuration>
+      </plugin>
+      <!-- <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>clean</id>
+            <goals>
+              <goal>clean</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin> -->
+
+      <!-- We need to disable the standard ASF configuration to be able to publish our own notice and license files -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <configuration>
+              <skip>true</skip>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pdf-plugin</artifactId>
+        <version>${pdf.plugin.version}</version>
+        <executions>
+          <execution>
+            <id>pdf</id>
+            <phase>site</phase>
+            <goals>
+              <goal>pdf</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>${project.reporting.outputDirectory}</outputDirectory>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+      </plugin>
+      <!-- RAT report -->
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <version>${rat.plugin.version}</version>
+        <configuration>
+          <excludes>
+            <exclude>src/main/resources/META-INF/services/**/*</exclude>
+            <!-- IntelliJ files -->
+            <exclude>.idea/**/*</exclude>
+            <exclude>src/test/resources/**/*</exclude>
+            <!-- VM metadata -->
+            <exclude>.vagrant/**/*</exclude>
+            <!-- IDE settings imports -->
+            <exclude>src/ide/**</exclude>
+            <!-- does it even make sense to apply a license to a GPG signature? -->
+            <exclude>**/*.asc</exclude>
+            <!-- jQuery is MIT-licensed, but RAT can't figure it out -->
+            <exclude>src/site/resources/js/jquery.js</exclude>
+            <exclude>src/site/resources/js/jquery.min.js</exclude>
+            <!-- Generated files -->
+            <exclude>log4j-distribution/target/**/*</exclude>
+            <exclude>velocity.log</exclude>
+            <!-- Other -->
+            <exclude>felix-cache/**</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <reporting>
+    <plugins>
+      <!-- Changes report -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changes-plugin</artifactId>
+        <version>${changes.plugin.version}</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>changes-report</report>
+              <report>jira-report</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+        <configuration>
+          <statusIds>Resolved, Closed</statusIds>
+          <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version</columnNames>
+          <useJql>true</useJql>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.8.1</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>index</report>
+              <report>dependencies</report>
+              <report>dependency-info</report>
+              <report>dependency-convergence</report>
+              <report>dependency-management</report>
+              <report>project-team</report>
+              <report>mailing-list</report>
+              <report>issue-tracking</report>
+              <report>license</report>
+              <report>scm</report>
+              <report>summary</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+        <configuration>
+          <!-- you'd think these would be the defaults, right? -->
+            <customBundle>${project.basedir}/src/site/custom/project-info-report.properties</customBundle>
+          <webAccessUrl>${project.scm.url}</webAccessUrl>
+          <anonymousConnection>${project.scm.connection}</anonymousConnection>
+          <developerConnection>${project.scm.developerConnection}</developerConnection>
+        </configuration>
+      </plugin>
+      <!-- Surefire report -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+        <version>${surefire.plugin.version}</version>
+        <reportSets>
+          <reportSet>
+            <id>integration-tests</id>
+            <reports>
+              <report>failsafe-report-only</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <!-- RAT report -->
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <version>${rat.plugin.version}</version>
+        <configuration>
+          <excludes>
+            <exclude>src/main/resources/META-INF/services/**/*</exclude>
+            <!-- IntelliJ files -->
+            <exclude>.idea/**/*</exclude>
+            <exclude>src/test/resources/**/*</exclude>
+            <!-- VM metadata -->
+            <exclude>.vagrant/**/*</exclude>
+            <!-- IDE settings imports -->
+            <exclude>src/ide/**</exclude>
+            <!-- does it even make sense to apply a license to a GPG signature? -->
+            <exclude>**/*.asc</exclude>
+            <!-- jQuery is MIT-licensed, but RAT can't figure it out -->
+            <exclude>src/site/resources/js/jquery.js</exclude>
+            <exclude>src/site/resources/js/jquery.min.js</exclude>
+            <!-- Generated files -->
+            <exclude>log4j-distribution/target/**/*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+  <distributionManagement>
+     <repository>
+      <id>apache.releases.https</id>
+      <name>Apache Release Distribution Repository</name>
+      <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache.snapshots.https</id>
+      <name>Apache Development Snapshot Repository</name>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+    </snapshotRepository>
+    <site>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/logging.apache.org/log4j/2.0</url>
+    </site>
+  </distributionManagement>
+  <modules>
+    <module>log4j-api</module>
+    <module>log4j-core</module>
+    <module>log4j-1.2-api</module>
+    <module>log4j-slf4j-impl</module>
+    <module>log4j-to-slf4j</module>
+    <module>log4j-jcl</module>
+    <module>log4j-flume-ng</module>
+    <module>log4j-taglib</module>
+    <module>log4j-jmx-gui</module>
+    <module>log4j-samples</module>
+    <module>log4j-bom</module>
+    <module>log4j-nosql</module>
+    <module>log4j-web</module>
+    <module>log4j-perf</module>
+    <module>log4j-iostreams</module>
+    <module>log4j-jul</module>
+    <module>log4j-liquibase</module>
+  </modules>
+  <profiles>
+    <profile>
+        <id>Windows</id>
+        <activation>
+            <os>
+                <family>Windows</family>
+            </os>
+        </activation>
+        <build>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-surefire-plugin</artifactId>
+                    <configuration>
+                        <argLine>-server</argLine>
+                    </configuration>
+                </plugin>
+              <plugin>
+                <artifactId>maven-failsafe-plugin</artifactId>
+                <configuration>
+                  <argLine>-server</argLine>
+                </configuration>
+              </plugin>
+            </plugins>
+        </build>
+    </profile>
+    <profile>
+      <id>pdf</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-pdf-plugin</artifactId>
+            <version>${pdf.plugin.version}</version>
+            <executions>
+              <execution>
+                <id>pdf</id>
+                <phase>generate-resources</phase>
+                <goals>
+                  <goal>pdf</goal>
+                </goals>
+                <configuration>
+                  <outputDirectory>${project.reporting.outputDirectory}</outputDirectory>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
+      <id>release-notes</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-changes-plugin</artifactId>
+            <version>${changes.plugin.version}</version>
+            <configuration>
+              <template>announcement.vm</template>
+              <templateDirectory>src/changes</templateDirectory>
+              <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
+              <announcementDirectory>.</announcementDirectory>
+              <announcementFile>RELEASE-NOTES.txt</announcementFile>
+              <issueManagementSystems>
+                <issueManagementSystem>changes.xml</issueManagementSystem>
+                <!--<issueManagementSystem>JIRA</issueManagementSystem> -->
+              </issueManagementSystems>
+              <version>${Log4jReleaseVersion}</version>
+              <announceParameters>
+                <releaseVersion>${Log4jReleaseVersion}</releaseVersion>
+                <releaseCount>${Log4jReleaseCount}</releaseCount>
+              </announceParameters>
+              <useJql>true</useJql>
+            </configuration>
+            <executions>
+              <execution>
+                <id>create-release-notes</id>
+                <phase>generate-resources</phase>
+                <goals>
+                  <goal>announcement-generate</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
+      <id>apache-release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>source-release-assembly</id>
+                <configuration>
+                  <skipAssembly>true</skipAssembly>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+      <modules>
+        <module>log4j-distribution</module>
+      </modules>
+    </profile>
+    <profile>
+      <id>rat</id>
+      <build>
+        <plugins>
+          <!-- RAT report -->
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <version>${rat.plugin.version}</version>
+            <configuration>
+              <excludes>
+                <exclude>dist/target/.plxarc</exclude>
+                <exclude>dist/target/*.asc</exclude>
+                <exclude>dist/target/**/*</exclude>
+                <exclude>src/main/resources/META-INF/services/**/*</exclude>
+                <exclude>.idea/**/*</exclude>
+                <exclude>src/test/resources/**/*</exclude>
+                <exclude>src/site/resources/**/*</exclude>
+                <exclude>src/site/site.vm</exclude>
+                <exclude>src/ide/**/*</exclude>
+                <exclude>**/target/generated-sources/**/*</exclude>
+              </excludes>
+            </configuration>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>check</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
+      <!-- http://www.yourkit.com/docs/80/help/agent.jsp -->
+      <id>yourkit-mac</id>
+      <!--
+      <activation>
+        <os>
+          <family>Mac</family>
+        </os>
+        <file>
+          <exists>${yourkit.home}/bin/mac/libyjpagent.jnilib</exists>
+        </file>
+      </activation>
+      -->
+      <properties>
+        <yourkit.home>/Applications/YJP.app</yourkit.home>
+      </properties>
+      <dependencies>
+        <dependency>
+          <groupId>com.yourkit</groupId>
+          <artifactId>yjp-controller-api-redist</artifactId>
+          <version>2013</version>
+          <scope>system</scope>
+          <systemPath>${yourkit.home}/lib/yjp-controller-api-redist.jar</systemPath>
+        </dependency>
+      </dependencies>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <argLine>-agentpath:"${yourkit.home}/bin/mac/libyjpagent.jnilib"</argLine>
+            </configuration>
+          </plugin>
+          <plugin>
+            <artifactId>maven-failsafe-plugin</artifactId>
+            <configuration>
+              <argLine>-agentpath:"${yourkit.home}/bin/mac/libyjpagent.jnilib"</argLine>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
+      <id>jdk-pre-8</id>
+      <activation>
+        <jdk>[1.6,1.8)</jdk>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <argLine>-XX:MaxPermSize=512m</argLine>
+            </configuration>
+          </plugin>
+          <plugin>
+            <artifactId>maven-failsafe-plugin</artifactId>
+            <configuration>
+              <argLine>-XX:MaxPermSize=512m</argLine>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/org/apache/logging/log4j/log4j/2.5/log4j-2.5.pom.sha1 b/common/m2/repository/org/apache/logging/log4j/log4j/2.5/log4j-2.5.pom.sha1
new file mode 100644
index 0000000..f293b4c
--- /dev/null
+++ b/common/m2/repository/org/apache/logging/log4j/log4j/2.5/log4j-2.5.pom.sha1
@@ -0,0 +1 @@
+f270f083a29b96d9bc3c65d1102aa1eaf1cd4131
\ No newline at end of file
diff --git a/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/BUILD b/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/BUILD
new file mode 100644
index 0000000..68fb312
--- /dev/null
+++ b/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["jose4j-0.5.0.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/sonatype/oss/oss-parent/9:pom",
+    source = "jose4j-0.5.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/jose4j-0.5.0.jar b/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/jose4j-0.5.0.jar
new file mode 100644
index 0000000..09d4bbd
--- /dev/null
+++ b/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/jose4j-0.5.0.jar
Binary files differ
diff --git a/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/jose4j-0.5.0.jar.sha1 b/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/jose4j-0.5.0.jar.sha1
new file mode 100644
index 0000000..348c014
--- /dev/null
+++ b/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/jose4j-0.5.0.jar.sha1
@@ -0,0 +1 @@
+b7630c681865b16e2c63f5ed2195014a5924a5e0
\ No newline at end of file
diff --git a/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/jose4j-0.5.0.pom b/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/jose4j-0.5.0.pom
new file mode 100644
index 0000000..ef3aa8c
--- /dev/null
+++ b/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/jose4j-0.5.0.pom
@@ -0,0 +1,249 @@
+<!--
+  ~ Copyright 2012-2015 Brian Campbell
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~     http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
+
+<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>org.sonatype.oss</groupId>
+    <artifactId>oss-parent</artifactId>
+    <version>9</version>
+  </parent>
+
+  <groupId>org.bitbucket.b_c</groupId>
+  <artifactId>jose4j</artifactId>
+  <version>0.5.0</version>
+  <packaging>jar</packaging>
+  <name>jose4j</name>
+  <description>
+     The jose.4.j library is a robust and easy to use open source implementation of JSON Web Token (JWT) and the JOSE specification suite (JWS, JWE, and JWK).
+     It is written in Java and relies solely on the JCA APIs for cryptography.
+     Please see https://bitbucket.org/b_c/jose4j/wiki/Home for more info, examples, etc..
+  </description>
+  <url>https://bitbucket.org/b_c/jose4j/</url>
+
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+
+  <developers>
+    <developer>
+      <name>Brian Campbell</name>
+      <email>brian.d.campbell@gmail.com</email>
+      <url>https://plus.google.com/109358381977638517286/about</url>
+    </developer>
+  </developers>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.7.6</version>
+    </dependency>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.11</version>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>ch.qos.logback</groupId>
+      <artifactId>logback-classic</artifactId>
+      <version>1.0.7</version>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15on</artifactId>
+      <version>1.52</version>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <version>2.0.3-beta</version>
+      <scope>test</scope>
+      <exclusions>
+        <exclusion>  <!-- sigh, mvn idea:idea was pulling this transitive dependency into its class path rather than the newer one from via junit -->
+          <groupId>org.hamcrest</groupId>
+          <artifactId>hamcrest-core</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+
+  </dependencies>
+
+  <build>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.1</version>
+          <configuration>
+            <source>1.7</source>
+            <target>1.7</target>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-gpg-plugin</artifactId>
+          <version>1.5</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-source-plugin</artifactId>
+          <version>2.2.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.9.1</version>
+          <configuration>
+            <!-- allow Javadoc tool to be lenient w/ java 8 - see http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html -->
+            <!--<additionalparam>-Xdoclint:none</additionalparam>-->
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.8.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.sonatype.plugins</groupId>
+          <artifactId>nexus-staging-maven-plugin</artifactId>
+          <version>1.6</version>
+          <extensions>true</extensions>
+          <configuration>
+            <serverId>sonatype-nexus-staging</serverId>
+            <nexusUrl>https://oss.sonatype.org/</nexusUrl>
+            <autoReleaseAfterClose>true</autoReleaseAfterClose>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>2.4</version>
+          <configuration>
+            <archive>
+              <manifestFile>
+                ${project.build.outputDirectory}/META-INF/MANIFEST.MF
+              </manifestFile>
+            </archive>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.felix</groupId>
+          <artifactId>maven-bundle-plugin</artifactId>
+          <version>2.3.5</version>
+          <extensions>true</extensions>
+          <executions>
+            <execution>
+              <id>bundle-manifest</id>
+              <phase>process-classes</phase>
+              <goals>
+                <goal>manifest</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+      </plugins>
+  </build>
+
+  <profiles>
+    <profile>
+      <id>release-profile</id>
+      <activation>
+        <!--This profile will be activated when the value of maven property performRelease is true.
+            When you use maven-release-plugin and run mvn release:perform, the property value will be set to true.
+            The profile can also be explicitly specified using the -P CLI option like, mvn install -P release-profile -->
+        <property>
+          <name>performRelease</name>
+          <value>true</value>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-source-plugin</artifactId>
+            <version>2.2.1</version>
+            <executions>
+              <execution>
+                <id>attach-sources</id>
+                <goals>
+                  <goal>jar-no-fork</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.9.1</version>
+            <executions>
+              <execution>
+                <id>attach-javadocs</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
+  <reporting>
+    <plugins>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>cobertura-maven-plugin</artifactId>
+          <version>2.5.2</version>
+      </plugin>
+    </plugins>
+  </reporting>
+
+  <scm>
+    <connection>scm:git:ssh://git@bitbucket.org/b_c/jose4j.git</connection>
+    <developerConnection>scm:git:ssh://git@bitbucket.org/b_c/jose4j.git</developerConnection>
+    <url>https://bitbucket.org/b_c/jose4j</url>
+  </scm>
+</project>                                                     
diff --git a/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/jose4j-0.5.0.pom.sha1 b/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/jose4j-0.5.0.pom.sha1
new file mode 100644
index 0000000..0c00424
--- /dev/null
+++ b/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/jose4j-0.5.0.pom.sha1
@@ -0,0 +1 @@
+8a04f07bb5cd72e477769c4d2517d9cf6a12051e
\ No newline at end of file
diff --git a/common/m2/repository/org/javassist/javassist/3.19.0-GA/BUILD b/common/m2/repository/org/javassist/javassist/3.19.0-GA/BUILD
new file mode 100644
index 0000000..e929f32
--- /dev/null
+++ b/common/m2/repository/org/javassist/javassist/3.19.0-GA/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["javassist-3.19.0-GA.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "javassist-3.19.0-GA.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar b/common/m2/repository/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar
new file mode 100644
index 0000000..7ac4264
--- /dev/null
+++ b/common/m2/repository/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar
Binary files differ
diff --git a/common/m2/repository/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar.sha1 b/common/m2/repository/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar.sha1
new file mode 100644
index 0000000..eb7360d
--- /dev/null
+++ b/common/m2/repository/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar.sha1
@@ -0,0 +1 @@
+50120f69224dd8684b445a6f3a5b08fe9b5c60f6
\ No newline at end of file
diff --git a/common/m2/repository/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.pom b/common/m2/repository/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.pom
new file mode 100644
index 0000000..45582cc
--- /dev/null
+++ b/common/m2/repository/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.pom
@@ -0,0 +1,306 @@
+<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>
+  <groupId>org.javassist</groupId>
+  <artifactId>javassist</artifactId>
+  <packaging>bundle</packaging>
+  <description>
+  	Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
+    simple.  It is a class library for editing bytecodes in Java.
+  </description>
+  <version>3.19.0-GA</version>
+  <name>Javassist</name>
+  <url>http://www.javassist.org/</url>
+
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://jira.jboss.org/jira/browse/JASSIST/</url>
+  </issueManagement>
+  <licenses>
+    <!-- this is the license under which javassist is usually distributed
+      -->
+    <license>
+      <name>MPL 1.1</name>
+      <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
+    </license>
+    <!-- this is the license under which javassist is distributed when
+	 it is bundled with JBoss
+      -->
+    <license>
+      <name>LGPL 2.1</name>
+      <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
+    </license>
+    <!-- this is the license under which javassist can be distributed.
+      -->
+    <license>
+      <name>Apache License 2.0</name>
+      <url>http://www.apache.org/licenses/</url>
+    </license>
+  </licenses>
+
+  <scm>
+    <connection>scm:git:git@github.com:jboss-javassist/javassist.git</connection>
+    <developerConnection>scm:git:git@github.com:jboss-javassist/javassist.git</developerConnection>
+    <url>scm:git:git@github.com:jboss-javassist/javassist.git</url>
+  </scm>
+
+  <developers>
+    <developer>
+      <id>chiba</id>
+      <name>Shigeru Chiba</name>
+      <email>chiba@javassist.org</email>
+      <organization>The Javassist Project</organization>
+      <organizationUrl>http://www.javassist.org/</organizationUrl>
+      <roles>
+        <role>project lead</role>
+      </roles>
+      <timezone>9</timezone>
+    </developer>
+
+    <developer>
+      <id>adinn</id>
+      <name>Andrew Dinn</name>
+      <email>adinn@redhat.com</email>
+      <organization>JBoss</organization>
+      <organizationUrl>http://www.jboss.org/</organizationUrl>
+      <roles>
+        <role>contributing developer</role>
+      </roles>
+      <timezone>0</timezone>
+    </developer>
+
+    <developer>
+      <id>kabir.khan@jboss.com</id>
+      <name>Kabir Khan</name>
+      <email>kabir.khan@jboss.com</email>
+      <organization>JBoss</organization>
+      <organizationUrl>http://www.jboss.org/</organizationUrl>
+      <roles>
+        <role>contributing developer</role>
+      </roles>
+      <timezone>0</timezone>
+    </developer>
+    
+    <developer>
+      <id>scottmarlow</id>
+      <name>Scott Marlow</name>
+      <email>smarlow@redhat.com</email>
+      <organization>JBoss</organization>
+      <organizationUrl>http://www.jboss.org/</organizationUrl>
+      <roles>
+        <role>contributing developer</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+
+
+  </developers>
+
+  <distributionManagement>
+  <!--  
+      You need entries in your .m2/settings.xml like this:
+   <servers>
+    <server>
+       <id>jboss-releases-repository</id>
+       <username>your_jboss.org_username</username>
+       <password>password</password>
+    </server>
+    <server>
+       <id>jboss-snapshots-repository</id>
+       <username>your_jboss.org_username</username>
+       <password>password</password>
+    </server>
+  </servers>
+  
+  To deploy a snapshot, you need to run
+  
+  mvn deploy -Dversion=3.x.y-SNAPSHOT
+
+  To deploy a release you need to change the version to 3.x.y.GA and run
+
+  mvn deploy
+    -->
+    <repository>
+      <id>jboss-releases-repository</id>
+      <name>JBoss Releases Repository</name>
+      <url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
+    </repository>
+    <snapshotRepository>
+      <id>jboss-snapshots-repository</id>
+      <name>JBoss Snapshots Repository</name>
+      <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
+    </snapshotRepository>
+  </distributionManagement>
+  <build>
+    <sourceDirectory>src/main/</sourceDirectory>
+    <testSourceDirectory>src/test/</testSourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.6</source>
+          <target>1.6</target>
+          <testSource>1.8</testSource>
+          <testTarget>1.8</testTarget>
+          <compilerArgument>-parameters</compilerArgument>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.12</version>
+        <configuration>
+          <includes>
+            <include>javassist/JvstTest.java</include>
+          </includes>
+	  <forkMode>once</forkMode>
+          <workingDirectory>runtest</workingDirectory>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifestFile>${project.build.sourceDirectory}/META-INF/MANIFEST.MF</manifestFile>
+          </archive>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <version>2.0.3</version>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+        <inherited>true</inherited>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.7</version>
+	<configuration>
+	  <attach>true</attach>
+	</configuration>
+      </plugin>
+        <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.1.0</version>
+        <executions>
+          <execution>
+            <id>bundle-manifest</id>
+            <phase>process-classes</phase>
+            <goals>
+              <goal>manifest</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <supportedProjectTypes>
+            <supportedProjectType>jar</supportedProjectType>
+            <supportedProjectType>bundle</supportedProjectType>
+            <supportedProjectType>war</supportedProjectType>
+          </supportedProjectTypes>
+          <instructions>
+            <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+            <Bundle-Version>${project.version}</Bundle-Version>
+            <Import-Package>!com.sun.jdi.*</Import-Package>	
+            <Export-Package>!com.sun.jdi.*,javassist.*;version="${project.version}"</Export-Package>
+          </instructions>
+        </configuration>
+        <extensions>true</extensions>
+      </plugin>
+    </plugins>
+  </build>
+  <profiles>
+    <!-- profile for releasing to sonatype repo
+	 exercise with mvn -PcentralRelease
+      -->
+    <profile>
+      <id>centralRelease</id>
+      <!-- obviously we need to use the Sonatype staging repo for upload -->
+      <distributionManagement>
+	<repository>
+	  <id>sonatype-releases-repository</id>
+	  <name>Sonatype Releases Repository</name>
+	  <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
+	</repository>
+      </distributionManagement>
+      <!-- we need to be able to sign the jars we install -->
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <configuration>
+              <passphrase>${gpg.passphrase}</passphrase>
+              <useAgent>${gpg.useAgent}</useAgent>
+            </configuration>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <!-- profiles to add tools jar containing com.sun.jdi code
+	 needed by sample code
+	 -->
+    <profile>
+      <id>default-tools</id>
+      <activation>
+        <os>
+          <family>!mac</family>
+        </os>
+      </activation>
+      <dependencies>
+        <dependency>
+          <groupId>com.sun</groupId>
+          <artifactId>tools</artifactId>
+          <version>${java.version}</version>
+          <scope>system</scope>
+          <optional>true</optional>
+          <systemPath>${java.home}/../lib/tools.jar</systemPath>
+        </dependency>
+      </dependencies>
+    </profile>
+    <profile>
+      <id>mac-tools</id>
+      <activation>
+        <os>
+          <family>mac</family>
+        </os>
+      </activation>
+      <dependencies>
+        <dependency>
+          <groupId>com.sun</groupId>
+          <artifactId>tools</artifactId>
+          <version>${java.version}</version>
+          <scope>system</scope>
+          <optional>true</optional>
+          <systemPath>${java.home}/../lib/tools.jar</systemPath>
+        </dependency>
+      </dependencies>
+    </profile>
+  </profiles>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
+
diff --git a/common/m2/repository/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.pom.sha1 b/common/m2/repository/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.pom.sha1
new file mode 100644
index 0000000..4eec25c
--- /dev/null
+++ b/common/m2/repository/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.pom.sha1
@@ -0,0 +1 @@
+dcd9da245dbf5d76ec9650fac279d09182e1d258
\ No newline at end of file
diff --git a/common/m2/repository/org/jboss/forge/roaster/roaster-api/2.18.7.Final/BUILD b/common/m2/repository/org/jboss/forge/roaster/roaster-api/2.18.7.Final/BUILD
new file mode 100644
index 0000000..c9889d6
--- /dev/null
+++ b/common/m2/repository/org/jboss/forge/roaster/roaster-api/2.18.7.Final/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["roaster-api-2.18.7.Final.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/jboss/forge/roaster/roaster-parent/2.18.7.Final:pom",
+    source = "roaster-api-2.18.7.Final.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/org/jboss/forge/roaster/roaster-api/2.18.7.Final/roaster-api-2.18.7.Final.jar b/common/m2/repository/org/jboss/forge/roaster/roaster-api/2.18.7.Final/roaster-api-2.18.7.Final.jar
new file mode 100644
index 0000000..42cc158
--- /dev/null
+++ b/common/m2/repository/org/jboss/forge/roaster/roaster-api/2.18.7.Final/roaster-api-2.18.7.Final.jar
Binary files differ
diff --git a/common/m2/repository/org/jboss/forge/roaster/roaster-api/2.18.7.Final/roaster-api-2.18.7.Final.jar.sha1 b/common/m2/repository/org/jboss/forge/roaster/roaster-api/2.18.7.Final/roaster-api-2.18.7.Final.jar.sha1
new file mode 100644
index 0000000..9bb82a3
--- /dev/null
+++ b/common/m2/repository/org/jboss/forge/roaster/roaster-api/2.18.7.Final/roaster-api-2.18.7.Final.jar.sha1
@@ -0,0 +1 @@
+54eee3b85a91d4414a4efb4fb7f54bb45f0ca40b
\ No newline at end of file
diff --git a/common/m2/repository/org/jboss/forge/roaster/roaster-api/2.18.7.Final/roaster-api-2.18.7.Final.pom b/common/m2/repository/org/jboss/forge/roaster/roaster-api/2.18.7.Final/roaster-api-2.18.7.Final.pom
new file mode 100644
index 0000000..c1f5a34
--- /dev/null
+++ b/common/m2/repository/org/jboss/forge/roaster/roaster-api/2.18.7.Final/roaster-api-2.18.7.Final.pom
@@ -0,0 +1,12 @@
+<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>org.jboss.forge.roaster</groupId>
+      <artifactId>roaster-parent</artifactId>
+      <version>2.18.7.Final</version>
+      <relativePath>../pom.xml</relativePath>
+   </parent>
+   <artifactId>roaster-api</artifactId>
+   <name>Forge Roaster - API</name>
+</project>
+
diff --git a/common/m2/repository/org/jboss/forge/roaster/roaster-api/2.18.7.Final/roaster-api-2.18.7.Final.pom.sha1 b/common/m2/repository/org/jboss/forge/roaster/roaster-api/2.18.7.Final/roaster-api-2.18.7.Final.pom.sha1
new file mode 100644
index 0000000..fba98e7
--- /dev/null
+++ b/common/m2/repository/org/jboss/forge/roaster/roaster-api/2.18.7.Final/roaster-api-2.18.7.Final.pom.sha1
@@ -0,0 +1 @@
+d893802475ce72bfca8398d82823234bc6832153
\ No newline at end of file
diff --git a/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/BUILD b/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/BUILD
new file mode 100644
index 0000000..f31fa74
--- /dev/null
+++ b/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["roaster-jdt-2.18.7.Final.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/jboss/forge/roaster/roaster-parent/2.18.7.Final:pom",
+    source = "roaster-jdt-2.18.7.Final.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/roaster-jdt-2.18.7.Final.jar b/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/roaster-jdt-2.18.7.Final.jar
new file mode 100644
index 0000000..453bef3
--- /dev/null
+++ b/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/roaster-jdt-2.18.7.Final.jar
Binary files differ
diff --git a/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/roaster-jdt-2.18.7.Final.jar.sha1 b/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/roaster-jdt-2.18.7.Final.jar.sha1
new file mode 100644
index 0000000..2b50644
--- /dev/null
+++ b/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/roaster-jdt-2.18.7.Final.jar.sha1
@@ -0,0 +1 @@
+2232a25f1ce4c639511460e3e8b70d48e3d7bd3e
\ No newline at end of file
diff --git a/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/roaster-jdt-2.18.7.Final.pom b/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/roaster-jdt-2.18.7.Final.pom
new file mode 100644
index 0000000..4d94ac6
--- /dev/null
+++ b/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/roaster-jdt-2.18.7.Final.pom
@@ -0,0 +1,82 @@
+<?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">

+  <parent>

+    <artifactId>roaster-parent</artifactId>

+    <groupId>org.jboss.forge.roaster</groupId>

+    <version>2.18.7.Final</version>

+  </parent>

+  <modelVersion>4.0.0</modelVersion>

+  <artifactId>roaster-jdt</artifactId>

+  <name>Forge Roaster - JDT Implementation</name>

+  <build>

+    <plugins>

+      <plugin>

+        <artifactId>maven-shade-plugin</artifactId>

+        <executions>

+          <execution>

+            <phase>package</phase>

+            <goals>

+              <goal>shade</goal>

+            </goals>

+            <configuration>

+              <minimizeJar>true</minimizeJar>

+              <createSourcesJar>true</createSourcesJar>

+              <artifactSet>

+                <excludes>

+                  <exclude>org.jboss.forge.roaster:roaster-api</exclude>

+                </excludes>

+              </artifactSet>

+              <filters>

+                <filter>

+                  <artifact>*:*</artifact>

+                  <excludes>

+                    <exclude>META-INF/*.SF</exclude>

+                    <exclude>META-INF/*.DSA</exclude>

+                    <exclude>META-INF/*.RSA</exclude>

+                  </excludes>

+                </filter>

+              </filters>

+              <relocations>

+                <relocation>

+                  <pattern>org.eclipse</pattern>

+                  <shadedPattern>org.jboss.forge.roaster._shade.org.eclipse</shadedPattern>

+                  <excludes>

+                    <exclude>org.eclipse.jdt.core.prefs</exclude>

+                  </excludes>

+                </relocation>

+                <relocation>

+                  <pattern>org.osgi</pattern>

+                  <shadedPattern>org.jboss.forge.roaster._shade.org.osgi</shadedPattern>

+                </relocation>

+              </relocations>

+              <transformers>

+                <transformer />

+              </transformers>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+    </plugins>

+  </build>

+  <dependencies>

+    <dependency>

+      <groupId>org.jboss.forge.roaster</groupId>

+      <artifactId>roaster-api</artifactId>

+      <version>2.18.7.Final</version>

+      <scope>compile</scope>

+    </dependency>

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <version>4.11</version>

+      <scope>test</scope>

+      <exclusions>

+        <exclusion>

+          <artifactId>hamcrest-core</artifactId>

+          <groupId>org.hamcrest</groupId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+  </dependencies>

+</project>

+

diff --git a/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/roaster-jdt-2.18.7.Final.pom.sha1 b/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/roaster-jdt-2.18.7.Final.pom.sha1
new file mode 100644
index 0000000..88b15c4
--- /dev/null
+++ b/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/roaster-jdt-2.18.7.Final.pom.sha1
@@ -0,0 +1 @@
+61a0ec439b9766986081da079ce1b8c5a49ddb54
\ No newline at end of file
diff --git a/common/m2/repository/org/jboss/forge/roaster/roaster-parent/2.18.7.Final/BUILD b/common/m2/repository/org/jboss/forge/roaster/roaster-parent/2.18.7.Final/BUILD
new file mode 100644
index 0000000..69fdf3c
--- /dev/null
+++ b/common/m2/repository/org/jboss/forge/roaster/roaster-parent/2.18.7.Final/BUILD
@@ -0,0 +1,9 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/jboss/jboss-parent/20:pom",
+    source = "roaster-parent-2.18.7.Final.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/org/jboss/forge/roaster/roaster-parent/2.18.7.Final/roaster-parent-2.18.7.Final.pom b/common/m2/repository/org/jboss/forge/roaster/roaster-parent/2.18.7.Final/roaster-parent-2.18.7.Final.pom
new file mode 100644
index 0000000..520400f
--- /dev/null
+++ b/common/m2/repository/org/jboss/forge/roaster/roaster-parent/2.18.7.Final/roaster-parent-2.18.7.Final.pom
@@ -0,0 +1,134 @@
+<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>org.jboss</groupId>
+      <artifactId>jboss-parent</artifactId>
+      <version>20</version>
+   </parent>
+   <groupId>org.jboss.forge.roaster</groupId>
+   <artifactId>roaster-parent</artifactId>
+   <version>2.18.7.Final</version>
+   <packaging>pom</packaging>
+   <name>Forge Roaster - Parent</name>
+   <description>
+      Forge Roaster is a library for inspecting and manipulating Java types.
+   </description>
+   <licenses>
+      <license>
+         <name>Eclipse Public License version 1.0</name>
+         <url>http://www.eclipse.org/legal/epl-v10.html</url>
+      </license>
+   </licenses>
+   <developers>
+      <developer>
+         <id>lincoln</id>
+         <name>Lincoln Baxter, III</name>
+         <email>lincolnbaxter@gmail.com</email>
+      </developer>
+      <developer>
+         <id>gastaldi</id>
+         <name>George Gastaldi</name>
+         <email>gegastaldi@gmail.com</email>
+      </developer>
+      <developer>
+         <id>koen</id>
+         <name>Koen Aers</name>
+         <email>koen.aers@gmail.com</email>
+      </developer>
+      <developer>
+         <id>stale</id>
+         <name>Stale Pedersen</name>
+         <email>stalep@gmail.com</email>
+      </developer>
+      <developer>
+         <id>mbenson</id>
+         <name>Matt Benson</name>
+         <email>gudnabrsam@gmail.com</email>
+      </developer>
+   </developers>
+
+   <prerequisites>
+      <maven>3.0</maven>
+   </prerequisites>
+
+   <properties>
+      <maven.compiler.target>1.6</maven.compiler.target>
+      <maven.compiler.source>1.6</maven.compiler.source>
+      <maven.javadoc.failOnError>false</maven.javadoc.failOnError>
+   </properties>
+
+   <modules>
+      <module>api</module>
+      <module>impl</module>
+      <module>bom</module>
+      <module>dist</module>
+      <module>tests</module>
+   </modules>
+   <dependencyManagement>
+      <dependencies>
+         <dependency>
+            <groupId>org.jboss.forge.roaster</groupId>
+            <artifactId>roaster-api</artifactId>
+            <version>${project.version}</version>
+         </dependency>
+         <dependency>
+            <groupId>org.jboss.forge.roaster</groupId>
+            <artifactId>roaster-jdt</artifactId>
+            <version>${project.version}</version>
+         </dependency>
+      </dependencies>
+   </dependencyManagement>
+
+   <dependencies>
+      <dependency>
+         <groupId>junit</groupId>
+         <artifactId>junit</artifactId>
+         <version>4.11</version>
+         <scope>test</scope>
+      </dependency>
+   </dependencies>
+
+   <scm>
+      <connection>scm:git:git://github.com/forge/roaster.git</connection>
+      <developerConnection>scm:git:git@github.com:forge/roaster.git</developerConnection>
+      <url>http://github.com/forge/roaster</url>
+      <tag>2.18.7.Final</tag>
+   </scm>
+
+   <distributionManagement>
+      <snapshotRepository>
+         <id>ossrh</id>
+         <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+      </snapshotRepository>
+      <repository>
+         <id>ossrh</id>
+         <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+      </repository>
+   </distributionManagement>
+   <build>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-release-plugin</artifactId>
+            <inherited>true</inherited>
+            <configuration>
+               <preparationGoals>clean install</preparationGoals>
+               <releaseProfiles>gpg-sign,jboss-release</releaseProfiles>
+               <tagNameFormat>@{project.version}</tagNameFormat>
+            </configuration>
+         </plugin>
+         <plugin>
+            <groupId>org.sonatype.plugins</groupId>
+            <artifactId>nexus-staging-maven-plugin</artifactId>
+            <version>1.6.3</version>
+            <extensions>true</extensions>
+            <configuration>
+               <autoReleaseAfterClose>true</autoReleaseAfterClose>
+               <nexusUrl>https://oss.sonatype.org/</nexusUrl>
+               <serverId>ossrh</serverId>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
+</project>
+
diff --git a/common/m2/repository/org/jboss/forge/roaster/roaster-parent/2.18.7.Final/roaster-parent-2.18.7.Final.pom.sha1 b/common/m2/repository/org/jboss/forge/roaster/roaster-parent/2.18.7.Final/roaster-parent-2.18.7.Final.pom.sha1
new file mode 100644
index 0000000..c9b51f3
--- /dev/null
+++ b/common/m2/repository/org/jboss/forge/roaster/roaster-parent/2.18.7.Final/roaster-parent-2.18.7.Final.pom.sha1
@@ -0,0 +1 @@
+d66a97f731bdb646bc9cca0a471e0b1c716ab6aa
\ No newline at end of file
diff --git a/common/m2/repository/org/jboss/jboss-parent/20/BUILD b/common/m2/repository/org/jboss/jboss-parent/20/BUILD
new file mode 100644
index 0000000..1ccf0ab
--- /dev/null
+++ b/common/m2/repository/org/jboss/jboss-parent/20/BUILD
@@ -0,0 +1,8 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    source = "jboss-parent-20.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/org/jboss/jboss-parent/20/jboss-parent-20.pom b/common/m2/repository/org/jboss/jboss-parent/20/jboss-parent-20.pom
new file mode 100644
index 0000000..caf21ad
--- /dev/null
+++ b/common/m2/repository/org/jboss/jboss-parent/20/jboss-parent-20.pom
@@ -0,0 +1,837 @@
+<?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>

+

+  <groupId>org.jboss</groupId>

+  <version>20</version>

+  <artifactId>jboss-parent</artifactId>

+

+  <packaging>pom</packaging>

+

+  <name>JBoss Parent POM</name>

+  <description>Parent POM for JBoss projects. Provides default project build configuration.</description>

+  <url>http://www.jboss.org</url>

+

+  <issueManagement>

+    <system>JIRA</system>

+    <url>https://issues.jboss.org/</url>

+  </issueManagement>

+

+  <scm>

+    <connection>scm:git:git@github.com:jboss/jboss-parent-pom.git</connection>

+    <developerConnection>scm:git:git@github.com:jboss/jboss-parent-pom.git</developerConnection>

+    <url>http://github.com/jboss/jboss-parent-pom</url>

+    <tag>jboss-parent-20</tag>

+  </scm>

+

+  <developers>

+    <developer>

+      <id>jboss.org</id>

+      <name>JBoss.org Community</name>

+      <organization>JBoss.org</organization>

+      <organizationUrl>http://www.jboss.org</organizationUrl>

+    </developer>

+  </developers>

+

+  <mailingLists>

+    <mailingList>

+      <name>JBoss User List</name>

+      <subscribe>https://lists.jboss.org/mailman/listinfo/jboss-user</subscribe>

+      <unsubscribe>https://lists.jboss.org/mailman/listinfo/jboss-user</unsubscribe>

+      <archive>http://lists.jboss.org/pipermail/jboss-user/</archive>

+    </mailingList>

+    <mailingList>

+      <name>JBoss Developer List</name>

+      <subscribe>https://lists.jboss.org/mailman/listinfo/jboss-development</subscribe>

+      <unsubscribe>https://lists.jboss.org/mailman/listinfo/jboss-development</unsubscribe>

+      <archive>http://lists.jboss.org/pipermail/jboss-development/</archive>

+    </mailingList>

+  </mailingLists>

+

+  <licenses>

+    <license>

+      <name>Public Domain</name>

+      <url>http://repository.jboss.org/licenses/cc0-1.0.txt</url>

+      <distribution>repo</distribution>

+    </license>

+  </licenses>

+

+  <organization>

+    <name>JBoss by Red Hat</name>

+    <url>http://www.jboss.org</url>

+  </organization>

+

+  <properties>

+    <!-- **************** -->

+    <!-- Plugins versions -->

+    <!-- **************** -->

+    <version.antrun.plugin>1.8</version.antrun.plugin>

+    <version.assembly.plugin>2.6</version.assembly.plugin>

+    <version.buildhelper.plugin>1.10</version.buildhelper.plugin>

+    <version.buildnumber.plugin>1.4</version.buildnumber.plugin>

+    <version.bundle.plugin>3.0.1</version.bundle.plugin>

+    <version.checkstyle.plugin>2.17</version.checkstyle.plugin>

+    <version.clean.plugin>3.0.0</version.clean.plugin>

+    <version.clover2.plugin>4.0.6</version.clover2.plugin>

+    <version.cobertura.plugin>2.7</version.cobertura.plugin>

+    <version.compiler.plugin>3.5.1</version.compiler.plugin>

+    <version.dependency.plugin>2.10</version.dependency.plugin>

+    <version.deploy.plugin>2.8.2</version.deploy.plugin>

+    <version.ear.plugin>2.10.1</version.ear.plugin>

+    <version.eclipse.plugin>2.10</version.eclipse.plugin><!-- we should probably remove this in next version it is deprecated & not supported anymore -->

+    <version.org.eclipse.m2e.lifecycle-mapping>1.0.0</version.org.eclipse.m2e.lifecycle-mapping>

+    <version.ejb.plugin>2.5.1</version.ejb.plugin>

+    <version.exec.plugin>1.4.0</version.exec.plugin>

+    <version.enforcer.plugin>1.4.1</version.enforcer.plugin>

+    <version.findbugs.plugin>3.0.3</version.findbugs.plugin>

+    <version.gpg.plugin>1.6</version.gpg.plugin>

+    <version.help.plugin>2.2</version.help.plugin>

+    <version.idlj.plugin>1.2.1</version.idlj.plugin> <!-- also probable candidate for removal -->

+    <version.injection.plugin>1.0.2</version.injection.plugin>

+    <version.install.plugin>2.5.2</version.install.plugin>

+    <version.jar.plugin>2.6</version.jar.plugin>

+    <version.javacc.plugin>2.6</version.javacc.plugin>

+    <version.javadoc.plugin>2.10.3</version.javadoc.plugin>

+    <version.javancss.plugin>2.1</version.javancss.plugin>

+    <version.jdepend.plugin>2.0</version.jdepend.plugin>

+    <version.jxr.plugin>2.5</version.jxr.plugin>

+    <version.license.plugin>1.8</version.license.plugin>

+    <version.pir.plugin>2.8.1</version.pir.plugin><!-- maven-project-info-reports-plugins -->

+    <version.plugin.plugin>3.4</version.plugin.plugin>

+    <version.pmd.plugin>3.6</version.pmd.plugin>

+    <version.rar.plugin>2.4</version.rar.plugin>

+    <version.release.plugin>2.5.3</version.release.plugin>

+    <version.resources.plugin>2.7</version.resources.plugin>

+    <version.shade.plugin>2.4.3</version.shade.plugin>

+    <version.site.plugin>3.4</version.site.plugin>

+    <version.sonar.plugin>5.1</version.sonar.plugin>

+    <version.source.plugin>2.4</version.source.plugin>

+    <version.surefire.plugin>2.19.1</version.surefire.plugin>

+    <version.failsafe.plugin>${version.surefire.plugin}</version.failsafe.plugin>

+    <version.war.plugin>2.6</version.war.plugin>

+    <version.zanata.plugin>3.8.1</version.zanata.plugin>

+

+      <!-- we override plexus Archiver with version 3.0.3 as older don't work on JDK9 -->

+      <version.plexus.archiver>3.0.3</version.plexus.archiver>

+

+

+    <!-- ***************** -->

+    <!-- Repository Deployment URLs -->

+    <!-- ***************** -->

+    <jboss.releases.repo.url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</jboss.releases.repo.url>

+    <jboss.snapshots.repo.url>https://repository.jboss.org/nexus/content/repositories/snapshots/</jboss.snapshots.repo.url>

+

+    <!-- ************** -->

+    <!-- Build settings -->

+    <!-- ************** -->

+

+    <!-- Cross plugins settings -->

+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

+

+    <!-- maven-compiler-plugin -->

+    <maven.compiler.target>1.8</maven.compiler.target>

+    <maven.compiler.source>1.8</maven.compiler.source>

+    <maven.compiler.testTarget>${maven.compiler.target}</maven.compiler.testTarget>

+    <maven.compiler.testSource>${maven.compiler.source}</maven.compiler.testSource>

+

+    <!--

+        Options to override the compiler arguments directly on the compiler argument line to separate between what

+        the IDE understands as the source level and what the Maven compiler actually use.

+    -->

+    <maven.compiler.argument.target>${maven.compiler.target}</maven.compiler.argument.target>

+    <maven.compiler.argument.source>${maven.compiler.source}</maven.compiler.argument.source>

+    <maven.compiler.argument.testTarget>${maven.compiler.testTarget}</maven.compiler.argument.testTarget>

+    <maven.compiler.argument.testSource>${maven.compiler.testSource}</maven.compiler.argument.testSource>

+

+    <!-- maven-enforcer-plugin -->

+    <maven.min.version>3.0.4</maven.min.version>

+    <jdk.min.version>${maven.compiler.argument.source}</jdk.min.version>

+

+    <!-- maven-idea-plugin & maven-eclipse-plugin -->

+    <downloadSources>true</downloadSources>

+

+    <!-- maven-pmd-plugin -->

+    <targetJdk>${maven.compiler.argument.target}</targetJdk>

+

+    <!-- maven-release-plugin -->

+    <useReleaseProfile>false</useReleaseProfile>

+    <arguments>-Pjboss-release</arguments>

+

+    <!-- maven-assembly-plugin -->

+    <sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>

+    <version.checkstyle>6.15</version.checkstyle>

+    <!-- exposed additional params for javadoc, such as Xlint -->

+    <javadoc.additional.params />

+  </properties>

+

+  <prerequisites>

+    <maven>${maven.min.version}</maven>

+  </prerequisites>

+

+

+  <build>

+

+    <pluginManagement>

+      <!-- All plugins ordered by shortname (antrun, assembly ...) -->

+      <plugins>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-antrun-plugin</artifactId>

+          <version>${version.antrun.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-assembly-plugin</artifactId>

+          <version>${version.assembly.plugin}</version>

+          <dependencies>

+              <dependency>

+                  <groupId>org.codehaus.plexus</groupId>

+                  <artifactId>plexus-archiver</artifactId>

+                  <version>${version.plexus.archiver}</version>

+              </dependency>

+          </dependencies>

+          <configuration>

+            <archive>

+              <index>true</index>

+              <manifest>

+                <addDefaultSpecificationEntries>

+                  true

+                </addDefaultSpecificationEntries>

+                <addDefaultImplementationEntries>

+                  true

+                </addDefaultImplementationEntries>

+              </manifest>

+              <manifestEntries>

+                <Implementation-URL>${project.url}</Implementation-URL>

+                <Java-Version>${java.version}</Java-Version>

+                <Java-Vendor>${java.vendor}</Java-Vendor>

+                <Os-Name>${os.name}</Os-Name>

+                <Os-Arch>${os.arch}</Os-Arch>

+                <Os-Version>${os.version}</Os-Version>

+                <Scm-Url>${project.scm.url}</Scm-Url>

+                <Scm-Connection>${project.scm.connection}</Scm-Connection>

+                <Scm-Revision>${buildNumber}</Scm-Revision>

+              </manifestEntries>

+            </archive>

+          </configuration>

+        </plugin>

+        <plugin>

+          <groupId>org.codehaus.mojo</groupId>

+          <artifactId>build-helper-maven-plugin</artifactId>

+          <version>${version.buildhelper.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.codehaus.mojo</groupId>

+          <artifactId>buildnumber-maven-plugin</artifactId>

+          <version>${version.buildnumber.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.felix</groupId>

+          <artifactId>maven-bundle-plugin</artifactId>

+          <version>${version.bundle.plugin}</version>

+          <configuration>

+            <archive>

+              <index>true</index>

+              <manifest>

+                <addDefaultSpecificationEntries>

+                  true

+                </addDefaultSpecificationEntries>

+                <addDefaultImplementationEntries>

+                  true

+                </addDefaultImplementationEntries>

+              </manifest>

+              <manifestEntries>

+                <Implementation-URL>${project.url}</Implementation-URL>

+                <Java-Version>${java.version}</Java-Version>

+                <Java-Vendor>${java.vendor}</Java-Vendor>

+                <Os-Name>${os.name}</Os-Name>

+                <Os-Arch>${os.arch}</Os-Arch>

+                <Os-Version>${os.version}</Os-Version>

+                <Scm-Url>${project.scm.url}</Scm-Url>

+                <Scm-Connection>${project.scm.connection}</Scm-Connection>

+              </manifestEntries>

+            </archive>

+            <instructions>

+              <Scm-Revision>${buildNumber}</Scm-Revision>

+            </instructions>

+          </configuration>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-checkstyle-plugin</artifactId>

+          <version>${version.checkstyle.plugin}</version>

+          <dependencies>

+            <dependency>

+              <groupId>com.puppycrawl.tools</groupId>

+              <artifactId>checkstyle</artifactId>

+              <version>${version.checkstyle}</version>

+              <exclusions>

+                <exclusion>

+                  <groupId>com.sun</groupId>

+                  <artifactId>tools</artifactId>

+                </exclusion>

+              </exclusions>

+            </dependency>

+          </dependencies>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-clean-plugin</artifactId>

+          <version>${version.clean.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>com.atlassian.maven.plugins</groupId>

+          <artifactId>maven-clover2-plugin</artifactId>

+          <version>${version.clover2.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.codehaus.mojo</groupId>

+          <artifactId>cobertura-maven-plugin</artifactId>

+          <version>${version.cobertura.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-compiler-plugin</artifactId>

+          <version>${version.compiler.plugin}</version>

+          <configuration>

+            <showDeprecation>true</showDeprecation>

+            <showWarnings>true</showWarnings>

+            <source>${maven.compiler.argument.source}</source>

+            <target>${maven.compiler.argument.target}</target>

+            <testSource>${maven.compiler.argument.testSource}</testSource>

+            <testTarget>${maven.compiler.argument.testTarget}</testTarget>

+            <compilerArgs>

+              <arg>-Xlint:unchecked</arg>

+            </compilerArgs>

+          </configuration>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-dependency-plugin</artifactId>

+          <version>${version.dependency.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-deploy-plugin</artifactId>

+          <version>${version.deploy.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-ear-plugin</artifactId>

+          <version>${version.ear.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-eclipse-plugin</artifactId>

+          <version>${version.eclipse.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-ejb-plugin</artifactId>

+          <version>${version.ejb.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-enforcer-plugin</artifactId>

+          <version>${version.enforcer.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.codehaus.mojo</groupId>

+          <artifactId>exec-maven-plugin</artifactId>

+          <version>${version.exec.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-failsafe-plugin</artifactId>

+          <version>${version.failsafe.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.codehaus.mojo</groupId>

+          <artifactId>findbugs-maven-plugin</artifactId>

+          <version>${version.findbugs.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-gpg-plugin</artifactId>

+          <version>${version.gpg.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-help-plugin</artifactId>

+          <version>${version.help.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.codehaus.mojo</groupId>

+          <artifactId>idlj-maven-plugin</artifactId>

+          <version>${version.idlj.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.jboss.maven.plugins</groupId>

+          <artifactId>maven-injection-plugin</artifactId>

+          <version>${version.injection.plugin}</version>

+          <executions>

+            <execution>

+              <phase>compile</phase>

+              <goals>

+                <goal>bytecode</goal>

+              </goals>

+            </execution>

+          </executions>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-install-plugin</artifactId>

+          <version>${version.install.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-jar-plugin</artifactId>

+          <version>${version.jar.plugin}</version>

+          <dependencies>

+              <dependency>

+                  <groupId>org.codehaus.plexus</groupId>

+                  <artifactId>plexus-archiver</artifactId>

+                  <version>${version.plexus.archiver}</version>

+              </dependency>

+          </dependencies>

+          <configuration>

+            <archive>

+              <index>true</index>

+              <manifest>

+                <addDefaultSpecificationEntries>

+                  true

+                </addDefaultSpecificationEntries>

+                <addDefaultImplementationEntries>

+                  true

+                </addDefaultImplementationEntries>

+              </manifest>

+              <manifestEntries>

+                <Implementation-URL>${project.url}</Implementation-URL>

+                <Java-Version>${java.version}</Java-Version>

+                <Java-Vendor>${java.vendor}</Java-Vendor>

+                <Os-Name>${os.name}</Os-Name>

+                <Os-Arch>${os.arch}</Os-Arch>

+                <Os-Version>${os.version}</Os-Version>

+                <Scm-Url>${project.scm.url}</Scm-Url>

+                <Scm-Connection>${project.scm.connection}</Scm-Connection>

+                <Scm-Revision>${buildNumber}</Scm-Revision>

+              </manifestEntries>

+            </archive>

+          </configuration>

+        </plugin>

+        <plugin>

+          <groupId>org.codehaus.mojo</groupId>

+          <artifactId>javacc-maven-plugin</artifactId>

+          <version>${version.javacc.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-javadoc-plugin</artifactId>

+          <version>${version.javadoc.plugin}</version>

+          <configuration>

+            <header><![CDATA[<b>${project.name} ${project.version}</b>]]></header>

+            <footer><![CDATA[<b>${project.name} ${project.version}</b>]]></footer>

+            <archive>

+              <index>true</index>

+              <manifest>

+                <addDefaultSpecificationEntries>

+                  true

+                </addDefaultSpecificationEntries>

+                <addDefaultImplementationEntries>

+                  true

+                </addDefaultImplementationEntries>

+              </manifest>

+              <manifestEntries>

+                <Implementation-URL>${project.url}</Implementation-URL>

+                <Java-Version>${java.version}</Java-Version>

+                <Java-Vendor>${java.vendor}</Java-Vendor>

+                <Os-Name>${os.name}</Os-Name>

+                <Os-Arch>${os.arch}</Os-Arch>

+                <Os-Version>${os.version}</Os-Version>

+                <Scm-Url>${project.scm.url}</Scm-Url>

+                <Scm-Connection>${project.scm.connection}</Scm-Connection>

+                <Scm-Revision>${buildNumber}</Scm-Revision>

+              </manifestEntries>

+            </archive>

+            <additionalparam>${javadoc.additional.params}</additionalparam>

+          </configuration>

+        </plugin>

+        <plugin>

+          <groupId>org.codehaus.mojo</groupId>

+          <artifactId>javancss-maven-plugin</artifactId>

+          <version>${version.javancss.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.codehaus.mojo</groupId>

+          <artifactId>jdepend-maven-plugin</artifactId>

+          <version>${version.jdepend.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-jxr-plugin</artifactId>

+          <version>${version.jxr.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.codehaus.mojo</groupId>

+          <artifactId>license-maven-plugin</artifactId>

+          <version>${version.license.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-plugin-plugin</artifactId>

+          <version>${version.plugin.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-pmd-plugin</artifactId>

+          <version>${version.pmd.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-rar-plugin</artifactId>

+          <version>${version.rar.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-release-plugin</artifactId>

+          <version>${version.release.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-resources-plugin</artifactId>

+          <version>${version.resources.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-shade-plugin</artifactId>

+          <version>${version.shade.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-site-plugin</artifactId>

+          <version>${version.site.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.codehaus.mojo</groupId>

+          <artifactId>sonar-maven-plugin</artifactId>

+          <version>${version.sonar.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-source-plugin</artifactId>

+          <version>${version.source.plugin}</version>

+          <dependencies>

+                <dependency>

+                    <groupId>org.codehaus.plexus</groupId>

+                    <artifactId>plexus-archiver</artifactId>

+                    <version>${version.plexus.archiver}</version>

+                </dependency>

+          </dependencies>

+          <configuration>

+            <archive>

+              <index>true</index>

+              <manifest>

+                <addDefaultSpecificationEntries>

+                  true

+                </addDefaultSpecificationEntries>

+                <addDefaultImplementationEntries>

+                  true

+                </addDefaultImplementationEntries>

+              </manifest>

+              <manifestEntries>

+                <Implementation-URL>${project.url}</Implementation-URL>

+                <Java-Version>${java.version}</Java-Version>

+                <Java-Vendor>${java.vendor}</Java-Vendor>

+                <Os-Name>${os.name}</Os-Name>

+                <Os-Arch>${os.arch}</Os-Arch>

+                <Os-Version>${os.version}</Os-Version>

+                <Scm-Url>${project.scm.url}</Scm-Url>

+                <Scm-Connection>${project.scm.connection}</Scm-Connection>

+                <Scm-Revision>${buildNumber}</Scm-Revision>

+              </manifestEntries>

+            </archive>

+          </configuration>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-surefire-plugin</artifactId>

+          <version>${version.surefire.plugin}</version>

+          <configuration>

+            <systemProperties>

+              <java.io.tmpdir>${project.build.directory}</java.io.tmpdir>

+            </systemProperties>

+          </configuration>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-war-plugin</artifactId>

+          <version>${version.war.plugin}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.zanata</groupId>

+          <artifactId>zanata-maven-plugin</artifactId>

+          <version>${version.zanata.plugin}</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>${version.org.eclipse.m2e.lifecycle-mapping}</version>

+          <configuration>

+            <lifecycleMappingMetadata>

+              <pluginExecutions>

+                <!-- Configure m2e to execute the manifest goal of the bundle plugin, if present. -->

+                <pluginExecution>

+                  <pluginExecutionFilter>

+                    <groupId>org.apache.felix</groupId>

+                    <artifactId>maven-bundle-plugin</artifactId>

+                    <versionRange>[2.3.7,)</versionRange>

+                    <goals>

+                      <goal>manifest</goal>

+                    </goals>

+                  </pluginExecutionFilter>

+                  <action>

+                    <execute />

+                  </action>

+                </pluginExecution>

+                <!-- Configure m2e to ignore the Maven enforcer plugin -->

+                <pluginExecution>

+                  <pluginExecutionFilter>

+                    <groupId>org.apache.maven.plugins</groupId>

+                    <artifactId>maven-enforcer-plugin</artifactId>

+                    <versionRange>[1.3.1,)</versionRange>

+                    <goals>

+                      <goal>enforce</goal>

+                    </goals>

+                  </pluginExecutionFilter>

+                  <action>

+                    <ignore />

+                  </action>

+                </pluginExecution>

+                <!-- Configure m2e to ignore the buildnumber-maven-plugin. -->

+                <pluginExecution>

+                  <pluginExecutionFilter>

+                    <groupId>org.codehaus.mojo</groupId>

+                    <artifactId>buildnumber-maven-plugin</artifactId>

+                    <versionRange>[1.0.0,)</versionRange>

+                    <goals>

+                      <goal>create</goal>

+                    </goals>

+                  </pluginExecutionFilter>

+                  <action>

+                    <ignore />

+                  </action>

+                </pluginExecution>

+              </pluginExecutions>

+            </lifecycleMappingMetadata>

+          </configuration>

+        </plugin>

+

+      </plugins>

+

+    </pluginManagement>

+

+    <plugins>

+

+      <!-- Check for the minimum version of Java and Maven.  Runs during the validate phase. -->

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-enforcer-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>enforce-java-version</id>

+            <goals>

+              <goal>enforce</goal>

+            </goals>

+            <configuration>

+              <rules>

+                <requireJavaVersion>

+                  <message>To build this project JDK ${jdk.min.version} (or greater) is required. Please install it.</message>

+                  <version>${jdk.min.version}</version>

+                </requireJavaVersion>

+              </rules>

+            </configuration>

+          </execution>

+          <execution>

+            <id>enforce-maven-version</id>

+            <goals>

+              <goal>enforce</goal>

+            </goals>

+            <configuration>

+              <rules>

+                <requireMavenVersion>

+                  <message>To build this project Maven ${maven.min.version} (or greater) is required. Please install it.</message>

+                  <version>${maven.min.version}</version>

+                </requireMavenVersion>

+              </rules>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+

+      <!-- Set properties containing the scm revision -->

+      <plugin>

+        <groupId>org.codehaus.mojo</groupId>

+        <artifactId>buildnumber-maven-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>get-scm-revision</id>

+            <phase>initialize</phase>

+            <goals>

+              <goal>create</goal>

+            </goals>

+            <configuration>

+              <doCheck>false</doCheck>

+              <doUpdate>false</doUpdate>

+              <revisionOnScmFailure>UNKNOWN</revisionOnScmFailure>

+              <getRevisionOnlyOnce>true</getRevisionOnlyOnce>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+

+      <!-- Attach source jar to all builds.  Runs during the package phase.-->

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-source-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>attach-sources</id>

+            <goals>

+              <goal>jar-no-fork</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+

+    </plugins>

+

+  </build>

+

+  <profiles>

+

+    <!-- 

+        The profile jboss-release must be active when a project is released.  The configuration

+        in this POM will automatically call this profile if using the maven-release-plugin.

+        If the maven-release-plugin is not used during the release, this profile must

+        be manually activated.

+     -->

+    <profile>

+      <id>jboss-release</id>

+      <build>

+        <plugins>

+          <!-- Create a source-release artifact that contains the fully buildable 

+               project directory source structure.  This should be released to 

+               the Maven repository for each JBoss project release. -->

+          <plugin>

+            <groupId>org.apache.maven.plugins</groupId>

+            <artifactId>maven-assembly-plugin</artifactId>

+            <version>${version.assembly.plugin}</version>

+            <dependencies>

+                <dependency>

+                    <groupId>org.codehaus.plexus</groupId>

+                    <artifactId>plexus-archiver</artifactId>

+                    <version>${version.plexus.archiver}</version>

+                </dependency>

+                <dependency>

+                    <groupId>org.apache.apache.resources</groupId>

+                    <artifactId>apache-source-release-assembly-descriptor</artifactId>

+                    <version>1.0.5</version>

+                </dependency>

+            </dependencies>

+            <executions>

+              <execution>

+                <id>source-release-assembly</id>

+                <phase>package</phase>

+                <goals>

+                  <goal>single</goal>

+                </goals>

+                <configuration>

+                  <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>

+                  <descriptorRefs>

+                    <descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef>

+                  </descriptorRefs>

+                  <tarLongFileMode>gnu</tarLongFileMode>

+                </configuration>

+              </execution>

+            </executions>

+          </plugin>

+          <plugin>

+            <groupId>org.apache.maven.plugins</groupId>

+            <artifactId>maven-deploy-plugin</artifactId>

+            <configuration>

+              <updateReleaseInfo>true</updateReleaseInfo>

+            </configuration>

+          </plugin>

+          <plugin>

+            <groupId>org.apache.maven.plugins</groupId>

+            <artifactId>maven-javadoc-plugin</artifactId>

+            <executions>

+              <execution>

+                <id>attach-javadocs</id>

+                <goals>

+                  <goal>jar</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>          

+        </plugins>

+      </build>

+    </profile>

+    <profile>

+       <id>doclint-java8-disable</id>

+       <activation>

+         <jdk>[1.8,)</jdk>

+       </activation>

+       <properties>

+         <javadoc.additional.params>-Xdoclint:none</javadoc.additional.params>

+       </properties>

+     </profile>

+    <!-- 

+        This profile can be activated to generate gpg signatures for all build 

+        artifacts.  This profile requires that the properties "gpg.keyname" 

+        and "gpg.passphrase" are available to the current build.

+    -->

+    <profile>

+      <id>gpg-sign</id>

+      <build>

+        <plugins>

+          <!-- This will sign the artifact, the POM, and all attached artifacts -->

+          <plugin>

+            <groupId>org.apache.maven.plugins</groupId>

+            <artifactId>maven-gpg-plugin</artifactId>

+            <configuration>

+              <useAgent>true</useAgent>

+            </configuration>

+            <executions>

+              <execution>

+                <goals>

+                  <goal>sign</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+        </plugins>

+      </build>

+    </profile>

+

+  </profiles>

+

+  <distributionManagement>

+    <repository>

+      <id>jboss-releases-repository</id>

+      <name>JBoss Releases Repository</name>

+      <url>${jboss.releases.repo.url}</url>

+    </repository>

+    <snapshotRepository>

+      <id>jboss-snapshots-repository</id>

+      <name>JBoss Snapshots Repository</name>

+      <url>${jboss.snapshots.repo.url}</url>

+    </snapshotRepository>

+  </distributionManagement>

+

+</project>

diff --git a/common/m2/repository/org/jboss/jboss-parent/20/jboss-parent-20.pom.sha1 b/common/m2/repository/org/jboss/jboss-parent/20/jboss-parent-20.pom.sha1
new file mode 100644
index 0000000..6f23b6a
--- /dev/null
+++ b/common/m2/repository/org/jboss/jboss-parent/20/jboss-parent-20.pom.sha1
@@ -0,0 +1 @@
+a7f510bd2049daddb0ae4de8b89f1a3202dd5aae
\ No newline at end of file
diff --git a/common/m2/repository/org/mockito/mockito-core/1.10.19/BUILD b/common/m2/repository/org/mockito/mockito-core/1.10.19/BUILD
new file mode 100644
index 0000000..e5ccbd5
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/1.10.19/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["mockito-core-1.10.19.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "mockito-core-1.10.19.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar b/common/m2/repository/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar
new file mode 100644
index 0000000..d94e289
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar
Binary files differ
diff --git a/common/m2/repository/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar.sha1 b/common/m2/repository/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar.sha1
new file mode 100644
index 0000000..9ad4a0e
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar.sha1
@@ -0,0 +1 @@
+e8546f5bef4e061d8dd73895b4e8f40e3fe6effe
\ No newline at end of file
diff --git a/common/m2/repository/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom b/common/m2/repository/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom
new file mode 100644
index 0000000..9dab860
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.mockito</groupId>
+  <artifactId>mockito-core</artifactId>
+  <version>1.10.19</version>
+  <dependencies>
+    <dependency>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest-core</artifactId>
+      <version>1.1</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.objenesis</groupId>
+      <artifactId>objenesis</artifactId>
+      <version>2.1</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+  <name>Mockito</name>
+  <packaging>jar</packaging>
+  <url>http://www.mockito.org</url>
+  <description>Mock objects library for java</description>
+  <licenses>
+    <license>
+      <name>The MIT License</name>
+      <url>http://github.com/mockito/mockito/blob/master/LICENSE</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <scm>
+    <url>http://github.com/mockito/mockito</url>
+  </scm>
+  <developers>
+    <developer>
+      <id>szczepiq</id>
+      <name>Szczepan Faber</name>
+    </developer>
+  </developers>
+</project>
diff --git a/common/m2/repository/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom.sha1 b/common/m2/repository/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom.sha1
new file mode 100644
index 0000000..da496fc
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom.sha1
@@ -0,0 +1 @@
+228d760941af5e4c6e772d8761794aefe555da22
\ No newline at end of file
diff --git a/common/m2/repository/org/reflections/reflections/0.9.10/BUILD b/common/m2/repository/org/reflections/reflections/0.9.10/BUILD
new file mode 100644
index 0000000..68f8d2d
--- /dev/null
+++ b/common/m2/repository/org/reflections/reflections/0.9.10/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["reflections-0.9.10.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "reflections-0.9.10.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/org/reflections/reflections/0.9.10/reflections-0.9.10.jar b/common/m2/repository/org/reflections/reflections/0.9.10/reflections-0.9.10.jar
new file mode 100644
index 0000000..c255641
--- /dev/null
+++ b/common/m2/repository/org/reflections/reflections/0.9.10/reflections-0.9.10.jar
Binary files differ
diff --git a/common/m2/repository/org/reflections/reflections/0.9.10/reflections-0.9.10.jar.sha1 b/common/m2/repository/org/reflections/reflections/0.9.10/reflections-0.9.10.jar.sha1
new file mode 100644
index 0000000..54bfacb
--- /dev/null
+++ b/common/m2/repository/org/reflections/reflections/0.9.10/reflections-0.9.10.jar.sha1
@@ -0,0 +1 @@
+c7f4ea230aedc757ca1499ebcfb2953c81cf8b67
\ No newline at end of file
diff --git a/common/m2/repository/org/reflections/reflections/0.9.10/reflections-0.9.10.pom b/common/m2/repository/org/reflections/reflections/0.9.10/reflections-0.9.10.pom
new file mode 100644
index 0000000..089e7d6
--- /dev/null
+++ b/common/m2/repository/org/reflections/reflections/0.9.10/reflections-0.9.10.pom
@@ -0,0 +1,256 @@
+<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>
+
+    <groupId>org.reflections</groupId>
+    <artifactId>reflections</artifactId>
+    <version>0.9.10</version>
+
+    <name>Reflections</name>
+    <description>Reflections - a Java runtime metadata analysis</description>
+    <url>http://github.com/ronmamo/reflections</url>
+
+    <licenses>
+        <license>
+            <name>WTFPL</name>
+            <url>http://www.wtfpl.net/</url>
+        </license>
+        <license>
+            <name>The New BSD License</name>
+            <url>http://www.opensource.org/licenses/bsd-license.html</url>
+        </license>
+    </licenses>
+
+    <scm>
+        <url>https://github.com/ronmamo/reflections/issues</url>
+        <connection>scm:git:git://github.com/ronmamo/reflections.git</connection>
+    </scm>
+
+    <issueManagement>
+        <url>https://github.com/ronmamo/reflections/issues</url>
+        <system>GitHub Issues</system>
+    </issueManagement>
+
+    <mailingLists>
+        <mailingList>
+            <name>google-code-reflections</name>
+            <archive>http://groups.google.com/group/google-code-reflections</archive>
+        </mailingList>
+    </mailingLists>
+
+    <developers>
+        <developer>
+            <email>ronmamo at gmail</email>
+        </developer>
+    </developers>
+
+    <distributionManagement>
+        <repository>
+            <uniqueVersion>false</uniqueVersion>
+            <id>github</id>
+            <url>scm:git:ssh://git@github.com/ronmamo/reflections.git</url>
+        </repository>
+    </distributionManagement>
+
+    <properties>
+        <guava.version>18.0</guava.version>
+        <javassist.version>3.18.2-GA</javassist.version>
+        <jdk.version>1.7</jdk.version>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+            <version>${guava.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.javassist</groupId>
+            <artifactId>javassist</artifactId>
+            <version>${javassist.version}</version>
+            <optional>false</optional> <!-- case: when not actually scanning with javassist or if using {@link Reflections.collect()} -->
+        </dependency>
+
+        <dependency>
+            <groupId>com.google.code.findbugs</groupId>
+            <artifactId>annotations</artifactId>
+            <version>2.0.1</version>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <version>1.6.1</version>
+            <optional>true</optional> <!-- case: when logging is not needed -->
+        </dependency>
+
+        <dependency>
+            <groupId>dom4j</groupId>
+            <artifactId>dom4j</artifactId>
+            <version>1.6.1</version>
+            <optional>true</optional> <!-- case: when no xml de/serialization -->
+        </dependency>
+
+        <dependency>
+            <groupId>com.google.code.gson</groupId>
+            <artifactId>gson</artifactId>
+            <version>1.4</version>
+            <optional>true</optional> <!-- case: when no json de/serialization -->
+        </dependency>
+
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.5</version>
+            <scope>provided</scope>
+            <optional>true</optional> <!-- case: when no servlet environment -->
+        </dependency>
+
+        <!-- use any implementation you like -->
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+            <version>1.6.1</version>
+            <optional>true</optional> <!-- case: when other logging implementation used or logging is not needed -->
+        </dependency>
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.5</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-vfs2</artifactId>
+            <version>2.0</version>
+            <scope>provided</scope>
+            <optional>true</optional> <!-- case: -->
+        </dependency>
+    </dependencies>
+
+    <profiles>
+        <profile>
+            <id>latest</id>
+            <properties>
+                <guava.version>15.0</guava.version>
+                <javassist.version>3.19.0-GA</javassist.version>
+            </properties>
+            <activation>
+                <jdk>!1.5</jdk>
+            </activation>
+        </profile>
+
+        <profile>
+            <id>jdk1.5</id>
+            <properties>
+                <guava.version>10.0</guava.version>
+                <javassist.version>3.16.1-GA</javassist.version>
+                <jdk.version>1.5</jdk.version>
+            </properties>
+            <activation>
+                <jdk>1.5</jdk>
+            </activation>
+        </profile>
+
+        <profile>
+            <id>build</id>
+            <properties>
+                <jdk.version>1.5</jdk.version>
+            </properties>
+            <build>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-source-plugin</artifactId>
+                        <version>2.3</version>
+                        <executions>
+                            <execution>
+                                <phase>install</phase>
+                                <goals>
+                                    <goal>jar</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <artifactId>maven-javadoc-plugin</artifactId>
+                        <version>2.10</version>
+                        <executions>
+                            <execution>
+                                <phase>install</phase>
+                                <goals>
+                                    <goal>javadoc</goal>
+                                    <goal>jar</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                        <configuration>
+                            <reportOutputDirectory>javadoc</reportOutputDirectory>
+                        </configuration>
+                    </plugin>
+                    <plugin>
+                        <artifactId>maven-gpg-plugin</artifactId>
+                        <version>1.5</version>
+                        <executions>
+                            <execution>
+                                <phase>install</phase>
+                                <goals>
+                                    <goal>sign</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <artifactId>maven-enforcer-plugin</artifactId>
+                        <version>1.3.1</version>
+                        <executions>
+                            <execution>
+                                <goals>
+                                    <goal>enforce</goal>
+                                </goals>
+                                <configuration>
+                                    <rules>
+                                        <requireProperty>
+                                            <property>gpg.passphrase</property>
+                                            <message>gpg.passphrase must be supplied using -D</message>
+                                        </requireProperty>
+                                    </rules>
+                                    <fail>true</fail>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-clean-plugin</artifactId>
+                <version>2.5</version>
+                <configuration>
+                    <filesets>
+                        <fileset>
+                            <directory>javadoc</directory>
+                        </fileset>
+                    </filesets>
+                </configuration>
+            </plugin>
+            <plugin>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>3.1</version>
+                <configuration>
+                    <source>${jdk.version}</source>
+                    <target>${jdk.version}</target>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>
diff --git a/common/m2/repository/org/reflections/reflections/0.9.10/reflections-0.9.10.pom.sha1 b/common/m2/repository/org/reflections/reflections/0.9.10/reflections-0.9.10.pom.sha1
new file mode 100644
index 0000000..b50f729
--- /dev/null
+++ b/common/m2/repository/org/reflections/reflections/0.9.10/reflections-0.9.10.pom.sha1
@@ -0,0 +1 @@
+5d7c7ff061922bf45e83af8e04bdf9bdfafa3cd3
\ No newline at end of file
diff --git a/common/m2/repository/org/slf4j/slf4j-api/1.7.6/BUILD b/common/m2/repository/org/slf4j/slf4j-api/1.7.6/BUILD
new file mode 100644
index 0000000..2149459
--- /dev/null
+++ b/common/m2/repository/org/slf4j/slf4j-api/1.7.6/BUILD
@@ -0,0 +1,16 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_java_import(
+    name = "jar",
+    jars = ["slf4j-api-1.7.6.jar"],
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    parent = "//prebuilts/tools/common/m2/repository/org/slf4j/slf4j-parent/1.7.6:pom",
+    source = "slf4j-api-1.7.6.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.jar b/common/m2/repository/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.jar
new file mode 100644
index 0000000..19aaf37
--- /dev/null
+++ b/common/m2/repository/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.jar
Binary files differ
diff --git a/common/m2/repository/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.jar.sha1 b/common/m2/repository/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.jar.sha1
new file mode 100644
index 0000000..dbbe14d
--- /dev/null
+++ b/common/m2/repository/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.jar.sha1
@@ -0,0 +1 @@
+562424e36df3d2327e8e9301a76027fca17d54ea
\ No newline at end of file
diff --git a/common/m2/repository/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.pom b/common/m2/repository/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.pom
new file mode 100644
index 0000000..cfa592c
--- /dev/null
+++ b/common/m2/repository/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.pom
@@ -0,0 +1,89 @@
+<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">

+

+  <parent>

+    <groupId>org.slf4j</groupId>

+    <artifactId>slf4j-parent</artifactId>

+    <version>1.7.6</version>

+  </parent>

+

+  <modelVersion>4.0.0</modelVersion>

+

+  <groupId>org.slf4j</groupId>

+  <artifactId>slf4j-api</artifactId>

+  <packaging>jar</packaging>

+  <name>SLF4J API Module</name>

+  <description>The slf4j API</description>

+

+  <url>http://www.slf4j.org</url>

+

+  <dependencies>

+

+  </dependencies> 

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-surefire-plugin</artifactId>

+        <configuration>

+          <forkMode>once</forkMode>

+          <reportFormat>plain</reportFormat>

+          <trimStackTrace>false</trimStackTrace>

+          <excludes>

+            <exclude>**/AllTest.java</exclude>

+            <exclude>**/PackageTest.java</exclude>

+          </excludes>

+        </configuration>

+      </plugin>

+

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-jar-plugin</artifactId>

+        <configuration>

+          <archive>

+            <manifestEntries>

+              <Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>

+              <Bundle-Description>${project.description}</Bundle-Description>

+              <Implementation-Version>${project.version}</Implementation-Version>

+            </manifestEntries>

+            <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>

+          </archive>

+        </configuration>

+        <executions>

+          <execution>

+            <id>bundle-test-jar</id>

+            <phase>package</phase>

+            <goals>

+              <goal>jar</goal>

+              <goal>test-jar</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-antrun-plugin</artifactId>

+        <executions>

+          <execution>

+            <phase>process-classes</phase>

+            <goals>

+             <goal>run</goal>

+            </goals>

+          </execution>

+        </executions>

+        <configuration>

+          <tasks>

+            <echo>Removing slf4j-api's dummy StaticLoggerBinder and StaticMarkerBinder</echo>

+            <delete dir="target/classes/org/slf4j/impl"/>

+          </tasks>

+        </configuration>

+      </plugin>

+

+    </plugins>

+

+  </build>

+

+</project>
\ No newline at end of file
diff --git a/common/m2/repository/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.pom.sha1 b/common/m2/repository/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.pom.sha1
new file mode 100644
index 0000000..113aef9
--- /dev/null
+++ b/common/m2/repository/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.pom.sha1
@@ -0,0 +1 @@
+933bbb53697aa93b6676ff429cbd66c771b0bc00
\ No newline at end of file
diff --git a/common/m2/repository/org/slf4j/slf4j-parent/1.7.6/BUILD b/common/m2/repository/org/slf4j/slf4j-parent/1.7.6/BUILD
new file mode 100644
index 0000000..3efb7aa
--- /dev/null
+++ b/common/m2/repository/org/slf4j/slf4j-parent/1.7.6/BUILD
@@ -0,0 +1,8 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_pom(
+    name = "pom",
+    source = "slf4j-parent-1.7.6.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/org/slf4j/slf4j-parent/1.7.6/slf4j-parent-1.7.6.pom b/common/m2/repository/org/slf4j/slf4j-parent/1.7.6/slf4j-parent-1.7.6.pom
new file mode 100644
index 0000000..e96b070
--- /dev/null
+++ b/common/m2/repository/org/slf4j/slf4j-parent/1.7.6/slf4j-parent-1.7.6.pom
@@ -0,0 +1,397 @@
+<?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>

+

+  <groupId>org.slf4j</groupId>

+  <artifactId>slf4j-parent</artifactId>

+  <version>1.7.6</version>

+

+  <packaging>pom</packaging>

+  <name>SLF4J</name>

+  <description>Top SLF4J project pom.xml file</description>

+  <url>http://www.slf4j.org</url>

+

+  <organization>

+    <name>QOS.ch</name>

+    <url>http://www.qos.ch</url>

+  </organization>

+  <inceptionYear>2005</inceptionYear>

+

+  <licenses>

+    <license>

+      <name>MIT License</name>

+      <url>http://www.opensource.org/licenses/mit-license.php</url>

+      <distribution>repo</distribution>

+    </license>

+  </licenses>

+

+  <scm>

+    <url>https://github.com/ceki/slf4j</url>

+    <connection>git@github.com:ceki/slf4j.git</connection>

+  </scm>

+

+  <properties>

+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

+    <slf4j.api.minimum.compatible.version>1.6.0</slf4j.api.minimum.compatible.version>

+    <cal10n.version>0.8.1</cal10n.version>

+    <log4j.version>1.2.17</log4j.version>

+    <logback.version>1.0.13</logback.version>

+    <junit.version>4.10</junit.version>

+  </properties>

+

+  <developers>

+    <developer>

+      <id>ceki</id>

+      <name>Ceki Gulcu</name>

+      <email>ceki@qos.ch</email>

+    </developer>

+  </developers>

+

+  <modules>

+    <module>slf4j-api</module>

+    <!--<module>slf4j-scala-api</module>-->

+    <module>slf4j-simple</module>

+    <module>slf4j-nop</module>

+    <module>slf4j-jdk14</module>

+    <module>slf4j-log4j12</module>

+    <module>slf4j-jcl</module>

+    <module>slf4j-android</module>

+    <module>slf4j-ext</module>

+    <module>jcl-over-slf4j</module>

+    <module>log4j-over-slf4j</module>

+    <module>jul-to-slf4j</module>

+    <module>osgi-over-slf4j</module>

+    <module>integration</module>

+    <module>slf4j-site</module>

+    <module>slf4j-migrator</module>

+  </modules>

+

+  <dependencies>

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <version>${junit.version}</version>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+

+

+  <dependencyManagement>

+    <dependencies>

+

+      <dependency>

+        <groupId>org.slf4j</groupId>

+        <artifactId>slf4j-api</artifactId>

+        <version>${project.version}</version>

+      </dependency>

+

+      <dependency>

+        <groupId>org.slf4j</groupId>

+        <artifactId>slf4j-jdk14</artifactId>

+        <version>${project.version}</version>

+      </dependency>

+

+      <dependency>

+        <groupId>log4j</groupId>

+        <artifactId>log4j</artifactId>

+        <version>${log4j.version}</version>

+      </dependency>

+

+      <dependency>

+        <groupId>ch.qos.cal10n</groupId>

+        <artifactId>cal10n-api</artifactId>

+        <version>${cal10n.version}</version>

+      </dependency>

+

+    </dependencies>

+  </dependencyManagement>

+

+

+  <build>

+    <extensions>

+      <extension>

+        <groupId>org.apache.maven.wagon</groupId>

+        <artifactId>wagon-ssh</artifactId>

+        <version>2.0</version>

+      </extension>

+    </extensions>

+

+    <resources>

+      <resource>

+        <directory>src/main/resources</directory>

+        <filtering>true</filtering>

+      </resource>

+    </resources>

+

+    <plugins>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-compiler-plugin</artifactId>

+        <version>2.3.2</version>

+        <configuration>

+          <source>1.5</source>

+          <target>1.5</target>

+        </configuration>

+      </plugin>

+

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-jar-plugin</artifactId>

+        <version>2.3.1</version>

+      </plugin>

+

+

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-surefire-plugin</artifactId>

+        <version>2.10</version>

+        <configuration>

+          <forkMode>once</forkMode>

+          <reportFormat>plain</reportFormat>

+          <trimStackTrace>false</trimStackTrace>

+          <excludes>

+            <exclude>**/AllTest.java</exclude>

+            <exclude>**/PackageTest.java</exclude>

+          </excludes>

+        </configuration>

+      </plugin>

+

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-source-plugin</artifactId>

+        <version>2.1.2</version>

+        <executions>

+          <execution>

+            <phase>package</phase>

+            <goals>

+              <goal>jar</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-assembly-plugin</artifactId>

+        <version>2.2</version>

+        <configuration>

+          <descriptors>

+            <descriptor>src/main/assembly/source.xml</descriptor>

+          </descriptors>

+          <finalName>slf4j-${project.version}</finalName>

+          <appendAssemblyId>false</appendAssemblyId>

+          <outputDirectory>target/site/dist/</outputDirectory>

+        </configuration>

+      </plugin>

+

+      <!-- as suggested in http://bugzilla.slf4j.org/show_bug.cgi?id=152 -->

+      <plugin>

+        <groupId>org.codehaus.mojo</groupId>

+        <artifactId>build-helper-maven-plugin</artifactId>

+        <version>1.7</version>

+        <executions>

+          <execution>

+            <id>parse-version</id>

+            <goals>

+              <goal>parse-version</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+

+      <!-- ====== site plugin ===== -->

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-site-plugin</artifactId>

+        <version>3.0</version>

+        <configuration>

+          <reportPlugins>

+            <plugin>

+              <groupId>org.apache.maven.plugins</groupId>

+              <artifactId>maven-jxr-plugin</artifactId>

+              <version>2.3</version>

+              <configuration>

+                <aggregate>true</aggregate>

+                <javadocDir>target/site/apidocs/</javadocDir>

+                <linkJavadoc>true</linkJavadoc>

+              </configuration>

+            </plugin>

+

+            <plugin>

+              <groupId>org.apache.maven.plugins</groupId>

+              <artifactId>maven-javadoc-plugin</artifactId>

+              <version>2.8</version>

+              <configuration>

+                <!--<aggregate>true</aggregate>-->

+                <excludePackageNames>org.slf4j.migrator:org.slf4j.migrator.*</excludePackageNames>

+                <links>

+                  <link>

+                    http://java.sun.com/j2se/1.5.0/docs/api

+                  </link>

+                </links>

+                <groups>

+                  <group>

+                    <title>SLF4J packages</title>

+                    <packages>org.slf4j:org.slf4j.*</packages>

+                  </group>

+

+                  <group>

+                    <title>SLF4J extensions</title>

+                    <packages>

+                      org.slf4j.cal10n:org.slf4j.profiler:org.slf4j.ext:org.slf4j.instrumentation:org.slf4j.agent

+                    </packages>

+                  </group>

+

+                  <group>

+                    <title>Jakarta Commons Logging packages</title>

+                    <packages>org.apache.commons.*</packages>

+                  </group>

+

+                  <group>

+                    <title>java.util.logging (JUL) to SLF4J bridge</title>

+                    <packages>org.slf4j.bridge</packages>

+                  </group>

+

+                  <group>

+                    <title>Apache log4j</title>

+                    <packages>org.apache.log4j:org.apache.log4j.*</packages>

+                  </group>

+                </groups>

+              </configuration>

+            </plugin>

+

+          </reportPlugins>

+        </configuration>

+      </plugin>

+    </plugins>

+

+  </build>

+

+  <profiles>

+    <profile>

+      <id>skipTests</id>

+      <properties>

+        <maven.test.skip>true</maven.test.skip>

+      </properties>

+    </profile>

+

+    <profile>

+      <id>javadocjar</id>

+      <build>

+        <plugins>

+          <plugin>

+            <groupId>org.apache.maven.plugins</groupId>

+            <artifactId>maven-javadoc-plugin</artifactId>

+            <executions>

+              <execution>

+                <id>attach-javadocs</id>

+                <goals>

+                  <goal>jar</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+        </plugins>

+      </build>

+    </profile>

+

+    <profile>

+      <id>license</id>

+      <build>

+        <plugins>

+          <plugin>

+            <groupId>com.google.code.maven-license-plugin</groupId>

+            <artifactId>maven-license-plugin</artifactId>

+            <configuration>

+              <header>src/main/licenseHeader.txt</header>

+              <quiet>false</quiet>

+              <failIfMissing>true</failIfMissing>

+              <aggregate>true</aggregate>

+              <includes>

+                <include>src/**/*.java</include>

+              </includes>

+              <useDefaultExcludes>true</useDefaultExcludes>

+              <useDefaultMapping>true</useDefaultMapping>

+              <properties>

+                <year>1999</year>

+              </properties>

+              <headerDefinitions>

+                <headerDefinition>src/main/javadocHeaders.xml</headerDefinition>

+              </headerDefinitions>

+            </configuration>

+          </plugin>

+        </plugins>

+      </build>

+

+      <pluginRepositories>

+        <pluginRepository>

+          <id>mc-release</id>

+          <name>Local Maven repository of releases</name>

+          <url>http://mc-repo.googlecode.com/svn/maven2/releases</url>

+          <snapshots>

+            <enabled>false</enabled>

+          </snapshots>

+          <releases>

+            <enabled>true</enabled>

+          </releases>

+        </pluginRepository>

+      </pluginRepositories>

+    </profile>

+

+    <profile>

+      <id>sign-artifacts</id>

+      <build>

+        <plugins>

+          <plugin>

+            <groupId>org.apache.maven.plugins</groupId>

+            <artifactId>maven-gpg-plugin</artifactId>

+            <version>1.1</version>

+            <executions>

+              <execution>

+                <id>sign-artifacts</id>

+                <phase>verify</phase>

+                <goals>

+                  <goal>sign</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+        </plugins>

+      </build>

+    </profile>

+

+  </profiles>

+

+  <pluginRepositories>

+    <pluginRepository>

+      <id>apache.snapshots</id>

+      <name>Apache Snapshot Plugin Repository</name>

+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>

+      <releases>

+        <enabled>false</enabled>

+      </releases>

+      <snapshots>

+        <enabled>true</enabled>

+      </snapshots>

+    </pluginRepository>

+  </pluginRepositories>

+

+  <distributionManagement>

+    <site>

+      <id>pixie</id>

+      <url>scp://pixie.qos.ch/var/www/www.slf4j.org/htdocs/</url>

+    </site>

+

+    <repository>

+      <!--<id>pixie</id>-->

+      <!--<url>scp://pixie.qos.ch/var/mvnrepo/</url>-->

+      <id>sonatype-nexus-staging</id>

+      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>

+    </repository>

+

+  </distributionManagement>

+

+</project>

diff --git a/common/m2/repository/org/slf4j/slf4j-parent/1.7.6/slf4j-parent-1.7.6.pom.sha1 b/common/m2/repository/org/slf4j/slf4j-parent/1.7.6/slf4j-parent-1.7.6.pom.sha1
new file mode 100644
index 0000000..cb6f1d3
--- /dev/null
+++ b/common/m2/repository/org/slf4j/slf4j-parent/1.7.6/slf4j-parent-1.7.6.pom.sha1
@@ -0,0 +1 @@
+656e48b9c59dad7b29db12e0bb58963bf86cbf43
\ No newline at end of file
diff --git a/common/m2/repository/uk/co/chrisjenx/calligraphy/2.2.0/BUILD b/common/m2/repository/uk/co/chrisjenx/calligraphy/2.2.0/BUILD
new file mode 100644
index 0000000..83ca494
--- /dev/null
+++ b/common/m2/repository/uk/co/chrisjenx/calligraphy/2.2.0/BUILD
@@ -0,0 +1,15 @@
+# This BUILD file was generated by //tools/base/bazel:java_import_generator, please do not edit.
+load("//tools/base/bazel:maven.bzl", "maven_java_import", "maven_pom", "maven_aar")
+
+maven_aar(
+    name = "aar",
+    aar = "calligraphy-2.2.0.aar",
+    pom = ":pom",
+    visibility = ["//visibility:public"],
+)
+
+maven_pom(
+    name = "pom",
+    source = "calligraphy-2.2.0.pom",
+    visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/uk/co/chrisjenx/calligraphy/2.2.0/calligraphy-2.2.0.aar b/common/m2/repository/uk/co/chrisjenx/calligraphy/2.2.0/calligraphy-2.2.0.aar
new file mode 100644
index 0000000..7a2e97c
--- /dev/null
+++ b/common/m2/repository/uk/co/chrisjenx/calligraphy/2.2.0/calligraphy-2.2.0.aar
Binary files differ
diff --git a/common/m2/repository/uk/co/chrisjenx/calligraphy/2.2.0/calligraphy-2.2.0.aar.sha1 b/common/m2/repository/uk/co/chrisjenx/calligraphy/2.2.0/calligraphy-2.2.0.aar.sha1
new file mode 100644
index 0000000..32d9d79
--- /dev/null
+++ b/common/m2/repository/uk/co/chrisjenx/calligraphy/2.2.0/calligraphy-2.2.0.aar.sha1
@@ -0,0 +1 @@
+c4f67cba349ad114372e0988c1770ec898194bde
\ No newline at end of file
diff --git a/common/m2/repository/uk/co/chrisjenx/calligraphy/2.2.0/calligraphy-2.2.0.pom b/common/m2/repository/uk/co/chrisjenx/calligraphy/2.2.0/calligraphy-2.2.0.pom
new file mode 100644
index 0000000..587c686
--- /dev/null
+++ b/common/m2/repository/uk/co/chrisjenx/calligraphy/2.2.0/calligraphy-2.2.0.pom
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>uk.co.chrisjenx</groupId>
+  <artifactId>calligraphy</artifactId>
+  <version>2.2.0</version>
+  <packaging>aar</packaging>
+  <name>Calligraphy</name>
+  <description>Custom Font injection through styles and attributes.</description>
+  <url>https://github.com/chrisjenx/Calligraphy</url>
+  <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>chrisjenx</id>
+      <name>Christopher Jenkins</name>
+      <email>chris.mark.jenkins@gmail.com</email>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git@github.com:chrisjenx/Calligraphy.git</connection>
+    <developerConnection>scm:git@github.com:chrisjenx/Calligraphy.git</developerConnection>
+    <url>https://github.com/chrisjenx/Calligraphy</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>com.android.support</groupId>
+      <artifactId>appcompat-v7</artifactId>
+      <version>23.1.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/uk/co/chrisjenx/calligraphy/2.2.0/calligraphy-2.2.0.pom.sha1 b/common/m2/repository/uk/co/chrisjenx/calligraphy/2.2.0/calligraphy-2.2.0.pom.sha1
new file mode 100644
index 0000000..62e8866
--- /dev/null
+++ b/common/m2/repository/uk/co/chrisjenx/calligraphy/2.2.0/calligraphy-2.2.0.pom.sha1
@@ -0,0 +1 @@
+d070c3ded69d51d11bb23ab90f03ae85a99d971d
\ No newline at end of file