Merge "Add import for compile-testing-prebuilt so it can be used in tests"
am: 10250bb50b
Change-Id: I743eeb43128b159f3b0d681e5d7175e82b4b6ce1
diff --git a/common/google-java-format/PREBUILT b/common/google-java-format/PREBUILT
index 098ce88..2b60057 100644
--- a/common/google-java-format/PREBUILT
+++ b/common/google-java-format/PREBUILT
@@ -10,14 +10,9 @@
https://oss.sonatype.org/content/repositories/snapshots/com/google/googlejavaformat/google-java-format/
-google-java-format-1.0-all-deps.jar was built from SHA-1:
-f8a2688f012bbc10f30cce5234d1b5370f4a4865
-with tag google-java-format-1.0
-
-google-java-format-all-deps.jar was built from SHA-1:
-7e2e9c57d275124b2c6b530fa79532cd409355a7
-and fetched from snapshot:
-https://oss.sonatype.org/content/repositories/snapshots/com/google/googlejavaformat/google-java-format/1.2-SNAPSHOT/google-java-format-1.2-20161215.234410-25-all-deps.jar
+google-java-format-1.6-all-deps.jar was built from SHA-1:
+8749b226e6bdf7610653471e5689d333f3e8c562
+with tag google-java-format-1.6
google-java-format-diff.py was fetched at SHA-1:
cfd66b25558271f0a53bbeaf5b44aac49a12fa76
diff --git a/common/google-java-format/google-java-format b/common/google-java-format/google-java-format
index 1443adc..8bbc341 100755
--- a/common/google-java-format/google-java-format
+++ b/common/google-java-format/google-java-format
@@ -1,2 +1,2 @@
#!/bin/bash
-java -jar `dirname "$0"`/google-java-format-all-deps.jar "$@"
+java -jar `dirname "$0"`/google-java-format-1.6-all-deps.jar "$@"
diff --git a/common/google-java-format/google-java-format-1.0-all-deps.jar b/common/google-java-format/google-java-format-1.0-all-deps.jar
deleted file mode 100644
index 9098f81..0000000
--- a/common/google-java-format/google-java-format-1.0-all-deps.jar
+++ /dev/null
Binary files differ
diff --git a/common/google-java-format/google-java-format-1.6-all-deps.jar b/common/google-java-format/google-java-format-1.6-all-deps.jar
new file mode 100644
index 0000000..ce02f37
--- /dev/null
+++ b/common/google-java-format/google-java-format-1.6-all-deps.jar
Binary files differ
diff --git a/common/google-java-format/google-java-format-all-deps.jar b/common/google-java-format/google-java-format-all-deps.jar
deleted file mode 100644
index ae4de7a..0000000
--- a/common/google-java-format/google-java-format-all-deps.jar
+++ /dev/null
Binary files differ
diff --git a/common/m2/Android.bp b/common/m2/Android.bp
index 26669e0..73850de 100644
--- a/common/m2/Android.bp
+++ b/common/m2/Android.bp
@@ -54,6 +54,12 @@
}
java_import {
+ name: "guava-listenablefuture-prebuilt-jar",
+ jars: ["repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0.jar"],
+ sdk_version: "current",
+}
+
+java_import {
name: "mockito2-prebuilt-jar",
jars: ["repository/org/mockito/mockito-core/2.7.6/mockito-core-2.7.6.jar"],
sdk_version: "current",
@@ -113,6 +119,12 @@
}
java_import_host {
+ name: "guava-prebuilt-host-jar",
+ jars: ["repository/com/google/guava/guava/22.0/guava-22.0.jar"],
+ installable: true,
+}
+
+java_import_host {
name: "javapoet-prebuilt-jar",
jars: ["repository/com/squareup/javapoet/1.8.0/javapoet-1.8.0.jar"],
}
@@ -213,4 +225,33 @@
],
}
+java_import_host {
+ name: "dagger2-compiler-2.19-import",
+ jars: [
+ "repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.jar",
+ "repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.jar",
+ "repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.jar",
+ "repository/com/google/dagger/dagger/2.19/dagger-2.19.jar",
+ "repository/com/google/guava/guava/25.1-jre/guava-25.1-jre.jar",
+ "repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.jar",
+ "repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-all-deps.jar",
+ ],
+}
+
+java_import {
+ name: "dagger2-2.19",
+ jars: ["repository/com/google/dagger/dagger/2.19/dagger-2.19.jar"],
+ host_supported: true,
+}
+
+java_plugin {
+ name: "dagger2-compiler-2.19",
+ static_libs: [
+ "dagger2-compiler-2.19-import",
+ "jsr330",
+ ],
+ processor_class: "dagger.internal.codegen.ComponentProcessor",
+ generates_api: true,
+}
+
build = ["robolectric.bp"]
diff --git a/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64-sources.jar b/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64-sources.jar
new file mode 100644
index 0000000..eae4e32
--- /dev/null
+++ b/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64-sources.jar.md5 b/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64-sources.jar.md5
new file mode 100644
index 0000000..2fe5987
--- /dev/null
+++ b/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64-sources.jar.md5
@@ -0,0 +1 @@
+f221a99690a1e9481d36afbb4acbc179
\ No newline at end of file
diff --git a/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64-sources.jar.sha1 b/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64-sources.jar.sha1
new file mode 100644
index 0000000..5952823
--- /dev/null
+++ b/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64-sources.jar.sha1
@@ -0,0 +1 @@
+1b16adc28aca77f62a61f31380f84961c9c3570d
\ No newline at end of file
diff --git a/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64.jar b/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64.jar
new file mode 100644
index 0000000..805df99
--- /dev/null
+++ b/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64.jar
Binary files differ
diff --git a/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64.jar.md5 b/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64.jar.md5
new file mode 100644
index 0000000..dcafc66
--- /dev/null
+++ b/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64.jar.md5
@@ -0,0 +1 @@
+f45d6fa1223a2a2fb022277fed7b545a
\ No newline at end of file
diff --git a/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64.jar.sha1 b/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64.jar.sha1
new file mode 100644
index 0000000..95dfd9d
--- /dev/null
+++ b/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64.jar.sha1
@@ -0,0 +1 @@
+456a985ac9b12d34820e4d5de063b2c2fc43ed5a
\ No newline at end of file
diff --git a/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64.pom b/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64.pom
new file mode 100644
index 0000000..9688698
--- /dev/null
+++ b/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64.pom
@@ -0,0 +1,36 @@
+<?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.beust</groupId>
+ <artifactId>jcommander</artifactId>
+ <version>1.64</version>
+ <name>jcommander</name>
+ <description>Command line parsing</description>
+ <url>http://jcommander.org</url>
+ <licenses>
+ <license>
+ <name>Apache 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Cedric Beust</name>
+ <email>cedric@beust.com</email>
+ </developer>
+ </developers>
+ <scm>
+ <connection>https://github.com/cbeust/jcommander.git</connection>
+ <developerConnection>git@github.com:cbeust/jcommander.git</developerConnection>
+ <url>http://github.com/cbeust/jcommander</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>6.10</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64.pom.md5 b/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64.pom.md5
new file mode 100644
index 0000000..ac928ad
--- /dev/null
+++ b/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64.pom.md5
@@ -0,0 +1 @@
+dbaa72fa2a38386ca6f1001a6571f417
\ No newline at end of file
diff --git a/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64.pom.sha1 b/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64.pom.sha1
new file mode 100644
index 0000000..4fa3818
--- /dev/null
+++ b/common/m2/repository/com/beust/jcommander/1.64/jcommander-1.64.pom.sha1
@@ -0,0 +1 @@
+2c228689d367a4076013f851621f70d680099aab
\ No newline at end of file
diff --git a/common/m2/repository/com/beust/jcommander/maven-metadata.xml b/common/m2/repository/com/beust/jcommander/maven-metadata.xml
new file mode 100644
index 0000000..c4db318
--- /dev/null
+++ b/common/m2/repository/com/beust/jcommander/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.beust</groupId>
+ <artifactId>jcommander</artifactId>
+ <versioning>
+ <release>1.64</release>
+ <versions>
+ <version>1.64</version>
+ </versions>
+ <lastUpdated>20180306230931</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.3/firebase-jobdispatcher-0.8.3.aar b/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.3/firebase-jobdispatcher-0.8.3.aar
deleted file mode 100644
index 197a36f..0000000
--- a/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.3/firebase-jobdispatcher-0.8.3.aar
+++ /dev/null
Binary files differ
diff --git a/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.3/firebase-jobdispatcher-0.8.3.aar.sha1 b/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.3/firebase-jobdispatcher-0.8.3.aar.sha1
deleted file mode 100644
index 9e1f1ac..0000000
--- a/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.3/firebase-jobdispatcher-0.8.3.aar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-5cc9e1909d76574993cbf21a25bd840aa13a9acb firebase-jobdispatcher-0.8.3.aar
diff --git a/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.3/firebase-jobdispatcher-0.8.3.pom b/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.3/firebase-jobdispatcher-0.8.3.pom
deleted file mode 100644
index 6f00bb9..0000000
--- a/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.3/firebase-jobdispatcher-0.8.3.pom
+++ /dev/null
@@ -1,44 +0,0 @@
-<?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>com.firebase</groupId>
- <artifactId>firebase-jobdispatcher</artifactId>
- <version>0.8.3</version>
- <packaging>aar</packaging>
- <description>The Firebase JobDispatcher is a library that provides a common interface to scheduling engines on Android.</description>
- <inceptionYear>2016</inceptionYear>
- <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>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>
- </developer>
- </developers>
- <scm>
- <url>https://github.com/firebase/firebase-jobdispatcher-android</url>
- <connection>scm:git:https://github.com/firebase/firebase-jobdispatcher-android.git</connection>
- <developerConnection>scm:git:git@github.com:firebase/firebase-jobdispatcher-android.git</developerConnection>
- </scm>
- <dependencies>
- <dependency>
- <groupId>com.android.support</groupId>
- <artifactId>support-v4</artifactId>
- <version>25.0.0</version>
- <type>aar</type>
- </dependency>
- </dependencies>
-</project>
diff --git a/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.3/firebase-jobdispatcher-0.8.3.pom.sha1 b/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.3/firebase-jobdispatcher-0.8.3.pom.sha1
deleted file mode 100644
index 989462c..0000000
--- a/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.3/firebase-jobdispatcher-0.8.3.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-636bf800f78ee84ee30238133b609c6f412b162d firebase-jobdispatcher-0.8.3.pom
diff --git a/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.3/NOTICE b/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.5/NOTICE
similarity index 100%
rename from common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.3/NOTICE
rename to common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.5/NOTICE
diff --git a/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.5/firebase-jobdispatcher-0.8.5-sources.jar b/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.5/firebase-jobdispatcher-0.8.5-sources.jar
new file mode 100644
index 0000000..1da4feb
--- /dev/null
+++ b/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.5/firebase-jobdispatcher-0.8.5-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.5/firebase-jobdispatcher-0.8.5-sources.jar.asc b/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.5/firebase-jobdispatcher-0.8.5-sources.jar.asc
new file mode 100644
index 0000000..72b494d
--- /dev/null
+++ b/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.5/firebase-jobdispatcher-0.8.5-sources.jar.asc
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.53
+
+iQIcBAABCAAGBQJaHGjBAAoJEDec4ZLUAathUEAP/AiCkDixMAk+/QbCqJN0QYJF
+ingbYeBVUW5WfILKNOV4/iWaCTCFsE9BXbX7K0ITPvCtn5ojtMEegQ1vrXFqrfWh
+ykPqQosHBig3p7pmDYjzCVTfGsBKjfHIxrwDA7tolE5ixjN4dq7nqGPIQ9uNpcFi
+Og7arvbsleLqOBJeOa050u2bNe5xUyLsfItkfKxfVK4iRnTxUWVyMXyvX6lEeuz4
+TiiBK4sAeXqtljmNjvtQPsmkVftzOjZNEAemyHiPcnnNqD4hMqPcz/BkHXtG2Ddh
+JTUKWEqntV390DxLuGUS1ppEgwm6EYwdYLBx+//ynCAaVI5GILQDr2SE+IWANZOU
+SPsfQjRly4YxpYnEs1I2N0v2t14c6s8E/m7LWhWh+75S1BC9HrTiBYBJtZxbtpjk
+Te4fxp7lY8UIfLYymirvQI62T1ilfkkJsNSNT3uvOd7gvhB8i0C8TBAbhdDjtuSZ
+yquwZ9+Olq5nwKPKv1VprNBxGjZXTCl+ITTxxd+UgDfjDKDysAro8PqWwrkyqD37
+mUe1XVGbhNXrpSUy0wHbRVpa/stbgY/L6WMHTi4NTBQeW/d5i1QjQd6FDHqDUxfR
+2EqrsTGEq8svBY6dHohvdoqZbDyaumfn3FMnsl6xmNPZ8VEeclLyCh9+NFWqtdhk
+gHW7Jojpk1XtMThUhIbr
+=+Zct
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.5/firebase-jobdispatcher-0.8.5.aar b/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.5/firebase-jobdispatcher-0.8.5.aar
new file mode 100644
index 0000000..706bf93
--- /dev/null
+++ b/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.5/firebase-jobdispatcher-0.8.5.aar
Binary files differ
diff --git a/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.5/firebase-jobdispatcher-0.8.5.aar.asc b/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.5/firebase-jobdispatcher-0.8.5.aar.asc
new file mode 100644
index 0000000..0e9988a
--- /dev/null
+++ b/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.5/firebase-jobdispatcher-0.8.5.aar.asc
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.53
+
+iQIcBAABCAAGBQJaHGjAAAoJEDec4ZLUAathEsQP/3c6lsTRK//ZsypegNHdCNr/
+zd6Anyy4V7sQScJ2ZyGwIuocbToQ4MimRpgdooPDnZ1Z2Fc6W4Ojozs2TmS8J4UD
+pwYv1AZO58o9WiG6os0J1nbUbr8l71fHtD8TOnvSG2qCmonqHilzLttRpBOM+F+9
+2DJ7sX1x0PLO3c+dZRwBOj8JrOwpZwl6xDpO+Z/SvdmVg1jweHlbuqn9kECXu6KF
+zNthqbnGMVDWKQMnxMnEq42NJVdNxaIVDNDUAoDQiox+tTPTEBPPerc9GC3hXLHp
+z1VWUoHJ248m7eCd6XOh1ILACiiJoQBWJdvPIgMpIZqyqUFyQV2XgPRiaYPUmNaw
+MAOjHGMNz+b6LJ8h9Mp/F61oPoVOepNJT2HgwV2ePEM3YCVQn0+1LMcnrDYpn3ma
+n9dSIumC/LVICpl2sjN3MhD/fgGhVrvF/stiY5Hd03bEGt/HlMg2JbQ8QVfctAwl
+gJqy5/VjUDHHW24orlD1gGwefLOGfSAq6ryfo7WeOE8e62cW/FHTQKP3a1gtNzwE
+w/l8uX71Fc7H28PS3onl9Npvndpp3oVUz0wkurLb1kY0KZTolICSi5wFq/bSNqAJ
+AImDs07Fn9a1rbwCjs3SdJN9pe0kPGXyF67eXmohID79mYVVb8Yx0mcVmax7eLK9
+rR6P7KvG75Z5ibAfbJFh
+=vBiI
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.5/firebase-jobdispatcher-0.8.5.pom b/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.5/firebase-jobdispatcher-0.8.5.pom
new file mode 100644
index 0000000..7e857f2
--- /dev/null
+++ b/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.5/firebase-jobdispatcher-0.8.5.pom
@@ -0,0 +1,44 @@
+<?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>com.firebase</groupId>
+ <artifactId>firebase-jobdispatcher</artifactId>
+ <version>0.8.5</version>
+ <packaging>aar</packaging>
+ <description>The Firebase JobDispatcher is a library that provides a common interface to scheduling engines on Android.</description>
+ <inceptionYear>2016</inceptionYear>
+ <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>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>
+ </developer>
+ </developers>
+ <scm>
+ <url>https://github.com/firebase/firebase-jobdispatcher-android</url>
+ <connection>scm:git:https://github.com/firebase/firebase-jobdispatcher-android.git</connection>
+ <developerConnection>scm:git:git@github.com:firebase/firebase-jobdispatcher-android.git</developerConnection>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>com.android.support</groupId>
+ <artifactId>support-compat</artifactId>
+ <version>25.0.0</version>
+ <type>aar</type>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.5/firebase-jobdispatcher-0.8.5.pom.asc b/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.5/firebase-jobdispatcher-0.8.5.pom.asc
new file mode 100644
index 0000000..8923a51
--- /dev/null
+++ b/common/m2/repository/com/firebase/firebase-jobdispatcher/0.8.5/firebase-jobdispatcher-0.8.5.pom.asc
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: BCPG v1.53
+
+iQIcBAABCAAGBQJaHGjCAAoJEDec4ZLUAathOG4P/1LHjLMeCdhEI/19CJMKUkYv
+WW7tGPxEVXh86ot+iCQ5NK9GzX1ZYsuxMAFzNRlVc4VxHJX7gpjrwkJPbUPE/j3J
+h42X8mkt7JPA1mhXs2/Qbv5c5Aq9ZIjg8Sf7Mk1REUv5JS9PPui5JgOw1HosS4qh
+L5szWQPah4EVmM1jGhAX6rrfXjH5jA2lcV8ROqO+fobyBvdGBfaNg+eod5yut+eh
+QaT5c1dZWWnQGzXJDuYSOsh8PsZTIrx5ooly7L0PDmMvySRj0MmIuw94w/J41mL2
+v02yJFu0S4vj4zLI6MC+Glb42G4rv5AyvoDu0SVkmJauZGVNV69xrEcTN9d6P29X
+H9jNl3/11zZaqfvbBsggXhepqRqJSM1QHehZmrsxpNZi4SuflCm9lIzGCOA7lC7P
+6O9iKt5+hWU1yLHPW1nANCgf57cYT8TIq4YgWqoBuVs0siQBZ+ULy+Dt91mzDOvz
+tmjiKOIRAnsveXMalBmwzDGctNZIDShJ9VfLtltN6UaQsoQ2FbkXNMvjfklQkt3K
+nvHLmBYO62X26tc+XpaH6aDinAcK+LpubnQA1UUj4eDVuePUj4ahwF7XDsifLN5W
+CVj/iPgk0Rh7JiDoLLnRP6cWKQDMZJwwzMRFnmtBScTTxktV+vCZJXcH+pMBleeS
+TmZZY1KEDkdVvFXvVdu0
+=kDYf
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/github/bumptech/glide/annotations/4.7.1/annotations-4.7.1.jar b/common/m2/repository/com/github/bumptech/glide/annotations/4.7.1/annotations-4.7.1.jar
new file mode 100644
index 0000000..1dc4801
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/annotations/4.7.1/annotations-4.7.1.jar
Binary files differ
diff --git a/common/m2/repository/com/github/bumptech/glide/annotations/4.7.1/annotations-4.7.1.jar.md5 b/common/m2/repository/com/github/bumptech/glide/annotations/4.7.1/annotations-4.7.1.jar.md5
new file mode 100644
index 0000000..d0cfe83
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/annotations/4.7.1/annotations-4.7.1.jar.md5
@@ -0,0 +1 @@
+6dad4124eee305a0194cdf53599ed424
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/annotations/4.7.1/annotations-4.7.1.jar.sha1 b/common/m2/repository/com/github/bumptech/glide/annotations/4.7.1/annotations-4.7.1.jar.sha1
new file mode 100644
index 0000000..8be9045
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/annotations/4.7.1/annotations-4.7.1.jar.sha1
@@ -0,0 +1 @@
+796c0bf0a61141278c4bc32de2b92e6eb7fa8b1a
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/annotations/4.7.1/annotations-4.7.1.pom b/common/m2/repository/com/github/bumptech/glide/annotations/4.7.1/annotations-4.7.1.pom
new file mode 100644
index 0000000..e96aa2a
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/annotations/4.7.1/annotations-4.7.1.pom
@@ -0,0 +1,35 @@
+<?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.bumptech.glide</groupId>
+ <artifactId>annotations</artifactId>
+ <version>4.7.1</version>
+ <name>Glide Annotations</name>
+ <description>A set of annotations for configuring Glide.</description>
+ <url>https://github.com/bumptech/glide</url>
+ <licenses>
+ <license>
+ <name>Simplified BSD License</name>
+ <url>http://www.opensource.org/licenses/bsd-license</url>
+ <distribution>repo</distribution>
+ </license>
+ <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>sjudd</id>
+ <name>Sam Judd</name>
+ <email>judds@google.com</email>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git@github.com:bumptech/glide.git</connection>
+ <developerConnection>scm:git@github.com:bumptech/glide.git</developerConnection>
+ <url>https://github.com/bumptech/glide</url>
+ </scm>
+</project>
diff --git a/common/m2/repository/com/github/bumptech/glide/annotations/4.7.1/annotations-4.7.1.pom.md5 b/common/m2/repository/com/github/bumptech/glide/annotations/4.7.1/annotations-4.7.1.pom.md5
new file mode 100644
index 0000000..05fb527
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/annotations/4.7.1/annotations-4.7.1.pom.md5
@@ -0,0 +1 @@
+fda9f59fc1640009612e019ae24072da
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/annotations/4.7.1/annotations-4.7.1.pom.sha1 b/common/m2/repository/com/github/bumptech/glide/annotations/4.7.1/annotations-4.7.1.pom.sha1
new file mode 100644
index 0000000..032a8a9
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/annotations/4.7.1/annotations-4.7.1.pom.sha1
@@ -0,0 +1 @@
+d58c1138c74f3c252daa447426cee8d11d6448ef
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/annotations/maven-metadata.xml b/common/m2/repository/com/github/bumptech/glide/annotations/maven-metadata.xml
new file mode 100644
index 0000000..4c9585d
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/annotations/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.github.bumptech.glide</groupId>
+ <artifactId>annotations</artifactId>
+ <versioning>
+ <release>4.7.1</release>
+ <versions>
+ <version>4.7.1</version>
+ </versions>
+ <lastUpdated>20180517024530</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/github/bumptech/glide/annotations/maven-metadata.xml.md5 b/common/m2/repository/com/github/bumptech/glide/annotations/maven-metadata.xml.md5
new file mode 100644
index 0000000..bec5524
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/annotations/maven-metadata.xml.md5
@@ -0,0 +1 @@
+ad18f061f7cc2509df0635ea59b986b2
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/annotations/maven-metadata.xml.sha1 b/common/m2/repository/com/github/bumptech/glide/annotations/maven-metadata.xml.sha1
new file mode 100644
index 0000000..c516587
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/annotations/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+9fcc0c37ce400ae11c277b076d6da6a94582bd47
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/disklrucache/4.7.1/disklrucache-4.7.1.jar b/common/m2/repository/com/github/bumptech/glide/disklrucache/4.7.1/disklrucache-4.7.1.jar
new file mode 100644
index 0000000..35ea803
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/disklrucache/4.7.1/disklrucache-4.7.1.jar
Binary files differ
diff --git a/common/m2/repository/com/github/bumptech/glide/disklrucache/4.7.1/disklrucache-4.7.1.jar.md5 b/common/m2/repository/com/github/bumptech/glide/disklrucache/4.7.1/disklrucache-4.7.1.jar.md5
new file mode 100644
index 0000000..dc0ae33
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/disklrucache/4.7.1/disklrucache-4.7.1.jar.md5
@@ -0,0 +1 @@
+856563e6fb15063936ddde93888d7b28
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/disklrucache/4.7.1/disklrucache-4.7.1.jar.sha1 b/common/m2/repository/com/github/bumptech/glide/disklrucache/4.7.1/disklrucache-4.7.1.jar.sha1
new file mode 100644
index 0000000..0c3f975
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/disklrucache/4.7.1/disklrucache-4.7.1.jar.sha1
@@ -0,0 +1 @@
+21e6054c134c7f5c435ab7635984f39c5375083e
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/disklrucache/4.7.1/disklrucache-4.7.1.pom b/common/m2/repository/com/github/bumptech/glide/disklrucache/4.7.1/disklrucache-4.7.1.pom
new file mode 100644
index 0000000..6a6248e
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/disklrucache/4.7.1/disklrucache-4.7.1.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.github.bumptech.glide</groupId>
+ <artifactId>disklrucache</artifactId>
+ <version>4.7.1</version>
+ <name>Glide Disk LRU Cache Library</name>
+ <description>A cache that uses a bounded amount of space on a filesystem. Based on Jake Wharton's tailored for Glide.</description>
+ <url>https://github.com/bumptech/glide</url>
+ <licenses>
+ <license>
+ <name>Simplified BSD License</name>
+ <url>http://www.opensource.org/licenses/bsd-license</url>
+ <distribution>repo</distribution>
+ </license>
+ <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>sjudd</id>
+ <name>Sam Judd</name>
+ <email>judds@google.com</email>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git@github.com:bumptech/glide.git</connection>
+ <developerConnection>scm:git@github.com:bumptech/glide.git</developerConnection>
+ <url>https://github.com/bumptech/glide</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.11</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.easytesting</groupId>
+ <artifactId>fest-assert-core</artifactId>
+ <version>2.0M10</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/com/github/bumptech/glide/disklrucache/4.7.1/disklrucache-4.7.1.pom.md5 b/common/m2/repository/com/github/bumptech/glide/disklrucache/4.7.1/disklrucache-4.7.1.pom.md5
new file mode 100644
index 0000000..1616d05
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/disklrucache/4.7.1/disklrucache-4.7.1.pom.md5
@@ -0,0 +1 @@
+e9198ca2bab1aeaf1cc8c9e9d35c87a1
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/disklrucache/4.7.1/disklrucache-4.7.1.pom.sha1 b/common/m2/repository/com/github/bumptech/glide/disklrucache/4.7.1/disklrucache-4.7.1.pom.sha1
new file mode 100644
index 0000000..a18fea7
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/disklrucache/4.7.1/disklrucache-4.7.1.pom.sha1
@@ -0,0 +1 @@
+3f24a453fd6ae3abe03cfdce5e9505ef25b8fb3a
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/disklrucache/maven-metadata.xml b/common/m2/repository/com/github/bumptech/glide/disklrucache/maven-metadata.xml
new file mode 100644
index 0000000..9788b1f
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/disklrucache/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.github.bumptech.glide</groupId>
+ <artifactId>disklrucache</artifactId>
+ <versioning>
+ <release>4.7.1</release>
+ <versions>
+ <version>4.7.1</version>
+ </versions>
+ <lastUpdated>20180517024527</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/github/bumptech/glide/disklrucache/maven-metadata.xml.md5 b/common/m2/repository/com/github/bumptech/glide/disklrucache/maven-metadata.xml.md5
new file mode 100644
index 0000000..65c6078
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/disklrucache/maven-metadata.xml.md5
@@ -0,0 +1 @@
+ea1acee7b7b81cef8c593f47b9cd6f2f
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/disklrucache/maven-metadata.xml.sha1 b/common/m2/repository/com/github/bumptech/glide/disklrucache/maven-metadata.xml.sha1
new file mode 100644
index 0000000..aa809a9
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/disklrucache/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+a9d1472894ca5896f3a13ec67664d671485b9105
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/gifdecoder/4.7.1/gifdecoder-4.7.1.aar b/common/m2/repository/com/github/bumptech/glide/gifdecoder/4.7.1/gifdecoder-4.7.1.aar
new file mode 100644
index 0000000..dab3c9f
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/gifdecoder/4.7.1/gifdecoder-4.7.1.aar
Binary files differ
diff --git a/common/m2/repository/com/github/bumptech/glide/gifdecoder/4.7.1/gifdecoder-4.7.1.aar.md5 b/common/m2/repository/com/github/bumptech/glide/gifdecoder/4.7.1/gifdecoder-4.7.1.aar.md5
new file mode 100644
index 0000000..84c0635
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/gifdecoder/4.7.1/gifdecoder-4.7.1.aar.md5
@@ -0,0 +1 @@
+982aabb671a8d44b87d180ac7cd15198
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/gifdecoder/4.7.1/gifdecoder-4.7.1.aar.sha1 b/common/m2/repository/com/github/bumptech/glide/gifdecoder/4.7.1/gifdecoder-4.7.1.aar.sha1
new file mode 100644
index 0000000..46e32b3
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/gifdecoder/4.7.1/gifdecoder-4.7.1.aar.sha1
@@ -0,0 +1 @@
+91d743e8c71accef292dcb19753860e29248490b
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/gifdecoder/4.7.1/gifdecoder-4.7.1.pom b/common/m2/repository/com/github/bumptech/glide/gifdecoder/4.7.1/gifdecoder-4.7.1.pom
new file mode 100644
index 0000000..aa27667
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/gifdecoder/4.7.1/gifdecoder-4.7.1.pom
@@ -0,0 +1,43 @@
+<?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>com.github.bumptech.glide</groupId>
+ <artifactId>gifdecoder</artifactId>
+ <version>4.7.1</version>
+ <packaging>aar</packaging>
+ <name>Glide GIF Decoder Library</name>
+ <description>Implementation of GifDecoder that is more memory efficient to animate for Android devices.</description>
+ <url>https://github.com/bumptech/glide</url>
+ <licenses>
+ <license>
+ <name>Simplified BSD License</name>
+ <url>http://www.opensource.org/licenses/bsd-license</url>
+ <distribution>repo</distribution>
+ </license>
+ <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>sjudd</id>
+ <name>Sam Judd</name>
+ <email>judds@google.com</email>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git@github.com:bumptech/glide.git</connection>
+ <developerConnection>scm:git@github.com:bumptech/glide.git</developerConnection>
+ <url>https://github.com/bumptech/glide</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>com.android.support</groupId>
+ <artifactId>support-annotations</artifactId>
+ <version>27.1.1</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/com/github/bumptech/glide/gifdecoder/4.7.1/gifdecoder-4.7.1.pom.md5 b/common/m2/repository/com/github/bumptech/glide/gifdecoder/4.7.1/gifdecoder-4.7.1.pom.md5
new file mode 100644
index 0000000..58300ec
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/gifdecoder/4.7.1/gifdecoder-4.7.1.pom.md5
@@ -0,0 +1 @@
+111f4c8523e3c718a9703e966400383f
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/gifdecoder/4.7.1/gifdecoder-4.7.1.pom.sha1 b/common/m2/repository/com/github/bumptech/glide/gifdecoder/4.7.1/gifdecoder-4.7.1.pom.sha1
new file mode 100644
index 0000000..106773d
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/gifdecoder/4.7.1/gifdecoder-4.7.1.pom.sha1
@@ -0,0 +1 @@
+e058534fd52c9873f6752fb05a7b263402e970da
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/gifdecoder/maven-metadata.xml b/common/m2/repository/com/github/bumptech/glide/gifdecoder/maven-metadata.xml
new file mode 100644
index 0000000..45435f7
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/gifdecoder/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.github.bumptech.glide</groupId>
+ <artifactId>gifdecoder</artifactId>
+ <versioning>
+ <release>4.7.1</release>
+ <versions>
+ <version>4.7.1</version>
+ </versions>
+ <lastUpdated>20180517024533</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/github/bumptech/glide/gifdecoder/maven-metadata.xml.md5 b/common/m2/repository/com/github/bumptech/glide/gifdecoder/maven-metadata.xml.md5
new file mode 100644
index 0000000..55d44dd
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/gifdecoder/maven-metadata.xml.md5
@@ -0,0 +1 @@
+b3ffc0ad606fbf9bf15532b811da22c5
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/gifdecoder/maven-metadata.xml.sha1 b/common/m2/repository/com/github/bumptech/glide/gifdecoder/maven-metadata.xml.sha1
new file mode 100644
index 0000000..f1cfbb1
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/gifdecoder/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+a1533f88b62bc63db2e45c4f22377d420ec24695
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/glide/4.7.1/glide-4.7.1.aar b/common/m2/repository/com/github/bumptech/glide/glide/4.7.1/glide-4.7.1.aar
new file mode 100644
index 0000000..9f5e40a
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/glide/4.7.1/glide-4.7.1.aar
Binary files differ
diff --git a/common/m2/repository/com/github/bumptech/glide/glide/4.7.1/glide-4.7.1.aar.md5 b/common/m2/repository/com/github/bumptech/glide/glide/4.7.1/glide-4.7.1.aar.md5
new file mode 100644
index 0000000..663f03c
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/glide/4.7.1/glide-4.7.1.aar.md5
@@ -0,0 +1 @@
+1bd2b47765df73c6b308f6c1334bae60
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/glide/4.7.1/glide-4.7.1.aar.sha1 b/common/m2/repository/com/github/bumptech/glide/glide/4.7.1/glide-4.7.1.aar.sha1
new file mode 100644
index 0000000..4396594
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/glide/4.7.1/glide-4.7.1.aar.sha1
@@ -0,0 +1 @@
+0b6cdec09b80b935fac1e53198155d4d461a930c
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/glide/4.7.1/glide-4.7.1.pom b/common/m2/repository/com/github/bumptech/glide/glide/4.7.1/glide-4.7.1.pom
new file mode 100644
index 0000000..5202327
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/glide/4.7.1/glide-4.7.1.pom
@@ -0,0 +1,61 @@
+<?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>com.github.bumptech.glide</groupId>
+ <artifactId>glide</artifactId>
+ <version>4.7.1</version>
+ <packaging>aar</packaging>
+ <name>Glide</name>
+ <description>A fast and efficient image loading library for Android focused on smooth scrolling.</description>
+ <url>https://github.com/bumptech/glide</url>
+ <licenses>
+ <license>
+ <name>Simplified BSD License</name>
+ <url>http://www.opensource.org/licenses/bsd-license</url>
+ <distribution>repo</distribution>
+ </license>
+ <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>sjudd</id>
+ <name>Sam Judd</name>
+ <email>judds@google.com</email>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git@github.com:bumptech/glide.git</connection>
+ <developerConnection>scm:git@github.com:bumptech/glide.git</developerConnection>
+ <url>https://github.com/bumptech/glide</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>com.github.bumptech.glide</groupId>
+ <artifactId>gifdecoder</artifactId>
+ <version>4.7.1</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.github.bumptech.glide</groupId>
+ <artifactId>disklrucache</artifactId>
+ <version>4.7.1</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.github.bumptech.glide</groupId>
+ <artifactId>annotations</artifactId>
+ <version>4.7.1</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.android.support</groupId>
+ <artifactId>support-fragment</artifactId>
+ <version>27.1.1</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/com/github/bumptech/glide/glide/4.7.1/glide-4.7.1.pom.md5 b/common/m2/repository/com/github/bumptech/glide/glide/4.7.1/glide-4.7.1.pom.md5
new file mode 100644
index 0000000..49cfb7e
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/glide/4.7.1/glide-4.7.1.pom.md5
@@ -0,0 +1 @@
+b02aa1d2d85db618c380c0923def3275
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/glide/4.7.1/glide-4.7.1.pom.sha1 b/common/m2/repository/com/github/bumptech/glide/glide/4.7.1/glide-4.7.1.pom.sha1
new file mode 100644
index 0000000..611bce2
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/glide/4.7.1/glide-4.7.1.pom.sha1
@@ -0,0 +1 @@
+2cddbe26513985d3da7a382c5b5b687ca3634784
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/glide/maven-metadata.xml b/common/m2/repository/com/github/bumptech/glide/glide/maven-metadata.xml
new file mode 100644
index 0000000..7ab73cb
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/glide/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.github.bumptech.glide</groupId>
+ <artifactId>glide</artifactId>
+ <versioning>
+ <release>4.7.1</release>
+ <versions>
+ <version>4.7.1</version>
+ </versions>
+ <lastUpdated>20180517024536</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/github/bumptech/glide/glide/maven-metadata.xml.md5 b/common/m2/repository/com/github/bumptech/glide/glide/maven-metadata.xml.md5
new file mode 100644
index 0000000..a22de8c
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/glide/maven-metadata.xml.md5
@@ -0,0 +1 @@
+6b00f5534064eee9eda7ddd933339b11
\ No newline at end of file
diff --git a/common/m2/repository/com/github/bumptech/glide/glide/maven-metadata.xml.sha1 b/common/m2/repository/com/github/bumptech/glide/glide/maven-metadata.xml.sha1
new file mode 100644
index 0000000..67547dc
--- /dev/null
+++ b/common/m2/repository/com/github/bumptech/glide/glide/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+d486595f16cefc1becdd84d8ba583c1d71379fbd
\ No newline at end of file
diff --git a/common/m2/repository/com/github/kevinstern/software-and-algorithms/1.0/software-and-algorithms-1.0-sources.jar b/common/m2/repository/com/github/kevinstern/software-and-algorithms/1.0/software-and-algorithms-1.0-sources.jar
new file mode 100644
index 0000000..d204d12
--- /dev/null
+++ b/common/m2/repository/com/github/kevinstern/software-and-algorithms/1.0/software-and-algorithms-1.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/github/kevinstern/software-and-algorithms/1.0/software-and-algorithms-1.0-sources.jar.md5 b/common/m2/repository/com/github/kevinstern/software-and-algorithms/1.0/software-and-algorithms-1.0-sources.jar.md5
new file mode 100644
index 0000000..d30836f
--- /dev/null
+++ b/common/m2/repository/com/github/kevinstern/software-and-algorithms/1.0/software-and-algorithms-1.0-sources.jar.md5
@@ -0,0 +1 @@
+9de6a1c20b6820b44babf5f8feab0db9
\ No newline at end of file
diff --git a/common/m2/repository/com/github/kevinstern/software-and-algorithms/1.0/software-and-algorithms-1.0-sources.jar.sha1 b/common/m2/repository/com/github/kevinstern/software-and-algorithms/1.0/software-and-algorithms-1.0-sources.jar.sha1
new file mode 100644
index 0000000..837b8f1
--- /dev/null
+++ b/common/m2/repository/com/github/kevinstern/software-and-algorithms/1.0/software-and-algorithms-1.0-sources.jar.sha1
@@ -0,0 +1 @@
+87478bd96a5a496478d63a8e8e2fc7ffc542afae
\ No newline at end of file
diff --git a/common/m2/repository/com/github/kevinstern/software-and-algorithms/maven-metadata.xml b/common/m2/repository/com/github/kevinstern/software-and-algorithms/maven-metadata.xml
new file mode 100644
index 0000000..f053d75
--- /dev/null
+++ b/common/m2/repository/com/github/kevinstern/software-and-algorithms/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.github.kevinstern</groupId>
+ <artifactId>software-and-algorithms</artifactId>
+ <versioning>
+ <release>1.0</release>
+ <versions>
+ <version>1.0</version>
+ </versions>
+ <lastUpdated>20180616054553</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1-sources.jar b/common/m2/repository/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1-sources.jar
new file mode 100644
index 0000000..5dffa51
--- /dev/null
+++ b/common/m2/repository/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1-sources.jar.md5 b/common/m2/repository/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1-sources.jar.md5
new file mode 100644
index 0000000..d6b207c
--- /dev/null
+++ b/common/m2/repository/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1-sources.jar.md5
@@ -0,0 +1 @@
+4ef548c1379d80e16b20c76f5fa011b7
\ No newline at end of file
diff --git a/common/m2/repository/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1-sources.jar.sha1 b/common/m2/repository/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1-sources.jar.sha1
new file mode 100644
index 0000000..707fcd4
--- /dev/null
+++ b/common/m2/repository/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1-sources.jar.sha1
@@ -0,0 +1 @@
+2064ac5ff426f3c02656aedc317952b82463782f
\ No newline at end of file
diff --git a/common/m2/repository/com/github/stephenc/jcip/jcip-annotations/maven-metadata.xml b/common/m2/repository/com/github/stephenc/jcip/jcip-annotations/maven-metadata.xml
new file mode 100644
index 0000000..71bc35c
--- /dev/null
+++ b/common/m2/repository/com/github/stephenc/jcip/jcip-annotations/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.github.stephenc.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ <versioning>
+ <release>1.0-1</release>
+ <versions>
+ <version>1.0-1</version>
+ </versions>
+ <lastUpdated>20180616054553</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/android/play/core/1.3.4/core-1.3.4.aar b/common/m2/repository/com/google/android/play/core/1.3.4/core-1.3.4.aar
new file mode 100644
index 0000000..777ddae
--- /dev/null
+++ b/common/m2/repository/com/google/android/play/core/1.3.4/core-1.3.4.aar
Binary files differ
diff --git a/common/m2/repository/com/google/android/play/core/1.3.4/core-1.3.4.aar.sha1 b/common/m2/repository/com/google/android/play/core/1.3.4/core-1.3.4.aar.sha1
new file mode 100644
index 0000000..7c8c3a9
--- /dev/null
+++ b/common/m2/repository/com/google/android/play/core/1.3.4/core-1.3.4.aar.sha1
@@ -0,0 +1 @@
+a28250c37ebe64be41f76604e6e93d7e5704d9dd
diff --git a/common/m2/repository/com/google/android/play/core/1.3.4/core-1.3.4.pom b/common/m2/repository/com/google/android/play/core/1.3.4/core-1.3.4.pom
new file mode 100644
index 0000000..6fbf52e
--- /dev/null
+++ b/common/m2/repository/com/google/android/play/core/1.3.4/core-1.3.4.pom
@@ -0,0 +1,18 @@
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ 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">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>com.google.android.play</groupId>
+ <artifactId>core</artifactId>
+ <version>1.3.4</version>
+ <packaging>aar</packaging>
+ <licenses>
+ <license>
+ <name>Android Software Development Kit License</name>
+ <url>https://developer.android.com/studio/terms.html</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+<dependencies/>
+</project>
diff --git a/common/m2/repository/com/google/android/play/core/1.3.4/core-1.3.4.pom.sha1 b/common/m2/repository/com/google/android/play/core/1.3.4/core-1.3.4.pom.sha1
new file mode 100644
index 0000000..5c21d27
--- /dev/null
+++ b/common/m2/repository/com/google/android/play/core/1.3.4/core-1.3.4.pom.sha1
@@ -0,0 +1 @@
+eeaec49d3d0c27b4e1fb0e4ecd51fa7087369e09
diff --git a/common/m2/repository/com/google/android/play/core/1.3.6/core-1.3.6.aar b/common/m2/repository/com/google/android/play/core/1.3.6/core-1.3.6.aar
new file mode 100644
index 0000000..0cc7d32
--- /dev/null
+++ b/common/m2/repository/com/google/android/play/core/1.3.6/core-1.3.6.aar
Binary files differ
diff --git a/common/m2/repository/com/google/android/play/core/1.3.6/core-1.3.6.aar.sha1 b/common/m2/repository/com/google/android/play/core/1.3.6/core-1.3.6.aar.sha1
new file mode 100644
index 0000000..2943fbd
--- /dev/null
+++ b/common/m2/repository/com/google/android/play/core/1.3.6/core-1.3.6.aar.sha1
@@ -0,0 +1 @@
+2cc6ee279d1f2220a1626b62d85e2df3189b96cf
\ No newline at end of file
diff --git a/common/m2/repository/com/google/android/play/core/1.3.6/core-1.3.6.pom b/common/m2/repository/com/google/android/play/core/1.3.6/core-1.3.6.pom
new file mode 100644
index 0000000..05702c2
--- /dev/null
+++ b/common/m2/repository/com/google/android/play/core/1.3.6/core-1.3.6.pom
@@ -0,0 +1,18 @@
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ 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">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>com.google.android.play</groupId>
+ <artifactId>core</artifactId>
+ <version>1.3.6</version>
+ <packaging>aar</packaging>
+ <licenses>
+ <license>
+ <name>Android Software Development Kit License</name>
+ <url>https://developer.android.com/studio/terms.html</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+<dependencies/>
+</project>
\ No newline at end of file
diff --git a/common/m2/repository/com/google/android/play/core/1.3.6/core-1.3.6.pom.sha1 b/common/m2/repository/com/google/android/play/core/1.3.6/core-1.3.6.pom.sha1
new file mode 100644
index 0000000..b3e3f60
--- /dev/null
+++ b/common/m2/repository/com/google/android/play/core/1.3.6/core-1.3.6.pom.sha1
@@ -0,0 +1 @@
+844190b29a0e5a7bcbdf7644fcaa208cd17b533a
\ No newline at end of file
diff --git a/common/m2/repository/com/google/android/play/core/1.4.0/core-1.4.0.aar b/common/m2/repository/com/google/android/play/core/1.4.0/core-1.4.0.aar
new file mode 100644
index 0000000..7b2db9b
--- /dev/null
+++ b/common/m2/repository/com/google/android/play/core/1.4.0/core-1.4.0.aar
Binary files differ
diff --git a/common/m2/repository/com/google/android/play/core/1.4.0/core-1.4.0.aar.sha1 b/common/m2/repository/com/google/android/play/core/1.4.0/core-1.4.0.aar.sha1
new file mode 100644
index 0000000..60c1fdc
--- /dev/null
+++ b/common/m2/repository/com/google/android/play/core/1.4.0/core-1.4.0.aar.sha1
@@ -0,0 +1 @@
+d44f580a9f19290e2ec32e72df1f442a548c26fa
\ No newline at end of file
diff --git a/common/m2/repository/com/google/android/play/core/1.4.0/core-1.4.0.pom b/common/m2/repository/com/google/android/play/core/1.4.0/core-1.4.0.pom
new file mode 100644
index 0000000..437380d
--- /dev/null
+++ b/common/m2/repository/com/google/android/play/core/1.4.0/core-1.4.0.pom
@@ -0,0 +1,18 @@
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ 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">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>com.google.android.play</groupId>
+ <artifactId>core</artifactId>
+ <version>1.4.0</version>
+ <packaging>aar</packaging>
+ <licenses>
+ <license>
+ <name>Android Software Development Kit License</name>
+ <url>https://developer.android.com/studio/terms.html</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+<dependencies/>
+</project>
\ No newline at end of file
diff --git a/common/m2/repository/com/google/android/play/core/1.4.0/core-1.4.0.pom.sha1 b/common/m2/repository/com/google/android/play/core/1.4.0/core-1.4.0.pom.sha1
new file mode 100644
index 0000000..b52c4a2
--- /dev/null
+++ b/common/m2/repository/com/google/android/play/core/1.4.0/core-1.4.0.pom.sha1
@@ -0,0 +1 @@
+ca72b1d53f2c52f6db2e771c226af8f4864a9cbf
\ No newline at end of file
diff --git a/common/m2/repository/com/google/android/play/core/maven-metadata.xml b/common/m2/repository/com/google/android/play/core/maven-metadata.xml
new file mode 100644
index 0000000..e4986b6
--- /dev/null
+++ b/common/m2/repository/com/google/android/play/core/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.android.play</groupId>
+ <artifactId>core</artifactId>
+ <versioning>
+ <release>1.4.0</release>
+ <versions>
+ <version>1.4.0</version>
+ </versions>
+ <lastUpdated>20190306153119</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10-sources.jar b/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10-sources.jar
new file mode 100644
index 0000000..59bf056
--- /dev/null
+++ b/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10-sources.jar.md5 b/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10-sources.jar.md5
new file mode 100644
index 0000000..75309f6
--- /dev/null
+++ b/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10-sources.jar.md5
@@ -0,0 +1 @@
+ec8c11a38c37a61b63b63860b7d9b07c
\ No newline at end of file
diff --git a/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10-sources.jar.sha1 b/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10-sources.jar.sha1
new file mode 100644
index 0000000..b9b3bee
--- /dev/null
+++ b/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10-sources.jar.sha1
@@ -0,0 +1 @@
+913c8de9604380c6e135086132adb26c77fa6c53
\ No newline at end of file
diff --git a/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10.jar b/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10.jar
new file mode 100644
index 0000000..8cbfa72
--- /dev/null
+++ b/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10.jar
Binary files differ
diff --git a/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10.jar.md5 b/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10.jar.md5
new file mode 100644
index 0000000..6d42e28
--- /dev/null
+++ b/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10.jar.md5
@@ -0,0 +1 @@
+1d531d399cde06e9ab49b7d84e7603dc
\ No newline at end of file
diff --git a/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10.jar.sha1 b/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10.jar.sha1
new file mode 100644
index 0000000..2056a80
--- /dev/null
+++ b/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10.jar.sha1
@@ -0,0 +1 @@
+c8f153ebe04a17183480ab4016098055fb474364
\ No newline at end of file
diff --git a/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10.pom b/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10.pom
new file mode 100644
index 0000000..09287e4
--- /dev/null
+++ b/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10.pom
@@ -0,0 +1,91 @@
+<?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.auto</groupId>
+ <artifactId>auto-parent</artifactId>
+ <version>6</version>
+ </parent>
+
+ <groupId>com.google.auto</groupId>
+ <artifactId>auto-common</artifactId>
+ <version>0.10</version>
+ <name>Auto Common Libraries</name>
+ <description>
+ Common utilities for creating annotation processors.
+ </description>
+
+ <scm>
+ <url>http://github.com/google/auto</url>
+ <connection>scm:git:git://github.com/google/auto.git</connection>
+ <developerConnection>scm:git:ssh://git@github.com/google/auto.git</developerConnection>
+ <tag>HEAD</tag>
+ </scm>
+
+ <dependencies>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
+ <dependency>
+ <!-- Used only by GeneratedAnnotationSpecs.
+ If you use JavaPoet, you can use GeneratedAnnotationSpecs. -->
+ <groupId>com.squareup</groupId>
+ <artifactId>javapoet</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <!-- test dependencies -->
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava-testlib</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.testing.compile</groupId>
+ <artifactId>compile-testing</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>
+ <dependency>
+ <groupId>org.eclipse.jdt.core.compiler</groupId>
+ <artifactId>ecj</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10.pom.md5 b/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10.pom.md5
new file mode 100644
index 0000000..02095e5
--- /dev/null
+++ b/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10.pom.md5
@@ -0,0 +1 @@
+b9452dc6306797e15b59a35b295a54b8
\ No newline at end of file
diff --git a/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10.pom.sha1 b/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10.pom.sha1
new file mode 100644
index 0000000..9014289
--- /dev/null
+++ b/common/m2/repository/com/google/auto/auto-common/0.10/auto-common-0.10.pom.sha1
@@ -0,0 +1 @@
+fae722e761280e51223fdad9bee8a59f276586d2
\ No newline at end of file
diff --git a/common/m2/repository/com/google/auto/auto-common/maven-metadata.xml b/common/m2/repository/com/google/auto/auto-common/maven-metadata.xml
new file mode 100644
index 0000000..a30829d
--- /dev/null
+++ b/common/m2/repository/com/google/auto/auto-common/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.auto</groupId>
+ <artifactId>auto-common</artifactId>
+ <versioning>
+ <release>0.10</release>
+ <versions>
+ <version>0.10</version>
+ </versions>
+ <lastUpdated>20180616054553</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/auto/auto-parent/6/auto-parent-6.pom b/common/m2/repository/com/google/auto/auto-parent/6/auto-parent-6.pom
new file mode 100644
index 0000000..ea2506e
--- /dev/null
+++ b/common/m2/repository/com/google/auto/auto-parent/6/auto-parent-6.pom
@@ -0,0 +1,196 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2013 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>org.sonatype.oss</groupId>
+ <artifactId>oss-parent</artifactId>
+ <version>7</version>
+ </parent>
+
+ <groupId>com.google.auto</groupId>
+ <artifactId>auto-parent</artifactId>
+ <packaging>pom</packaging>
+ <version>6</version>
+ <name>Auto (Parent)</name>
+ <description>A collection of code generators for Java.</description>
+ <url>https://github.com/google/auto</url>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <java.version>1.8</java.version>
+ </properties>
+
+ <scm>
+ <url>http://github.com/google/auto</url>
+ <connection>scm:git:git://github.com/google/auto.git</connection>
+ <developerConnection>scm:git:ssh://git@github.com/google/auto.git</developerConnection>
+ <tag>HEAD</tag>
+ </scm>
+
+ <issueManagement>
+ <system>GitHub Issues</system>
+ <url>http://github.com/google/auto/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>
+ <!-- main dependencies -->
+
+ <dependency>
+ <groupId>com.google.googlejavaformat</groupId>
+ <artifactId>google-java-format</artifactId>
+ <version>1.5</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>23.5-jre</version>
+ </dependency>
+ <dependency>
+ <groupId>com.squareup</groupId>
+ <artifactId>javapoet</artifactId>
+ <version>1.9.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.inject</groupId>
+ <artifactId>javax.inject</artifactId>
+ <version>1</version>
+ </dependency>
+
+ <!-- test dependencies -->
+
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ <version>3.0.2</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava-testlib</artifactId>
+ <version>23.5-jre</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.testing.compile</groupId>
+ <artifactId>compile-testing</artifactId>
+ <version>0.15</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.truth</groupId>
+ <artifactId>truth</artifactId>
+ <version>0.36</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.velocity</groupId>
+ <artifactId>velocity</artifactId>
+ <version>1.7</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jdt.core.compiler</groupId>
+ <artifactId>ecj</artifactId>
+ <version>4.6.1</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.7.0</version>
+ <configuration>
+ <source>${java.version}</source>
+ <target>${java.version}</target>
+ <compilerArgument>-Xlint:all</compilerArgument>
+ <showWarnings>true</showWarnings>
+ <showDeprecation>true</showDeprecation>
+ </configuration>
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-java</artifactId>
+ <version>0.9.4</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <version>2.17</version>
+ <configuration>
+ <consoleOutput>true</consoleOutput>
+ <configLocation>checkstyle.xml</configLocation>
+ <failOnViolation>false</failOnViolation>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>3.0.2</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <version>3.0.1</version>
+ <configuration>
+ <addTestClassPath>true</addTestClassPath>
+ <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
+ <pomIncludes>
+ <pomInclude>*/pom.xml</pomInclude>
+ </pomIncludes>
+ <streamLogs>true</streamLogs>
+ </configuration>
+ <executions>
+ <execution>
+ <id>integration-test</id>
+ <goals>
+ <goal>install</goal>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.immutables.tools</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <version>4</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+</project>
diff --git a/common/m2/repository/com/google/auto/auto-parent/6/auto-parent-6.pom.md5 b/common/m2/repository/com/google/auto/auto-parent/6/auto-parent-6.pom.md5
new file mode 100644
index 0000000..e9fa108
--- /dev/null
+++ b/common/m2/repository/com/google/auto/auto-parent/6/auto-parent-6.pom.md5
@@ -0,0 +1 @@
+918117e92f0864e7bafc785aa637de8e
\ No newline at end of file
diff --git a/common/m2/repository/com/google/auto/auto-parent/6/auto-parent-6.pom.sha1 b/common/m2/repository/com/google/auto/auto-parent/6/auto-parent-6.pom.sha1
new file mode 100644
index 0000000..d909f13
--- /dev/null
+++ b/common/m2/repository/com/google/auto/auto-parent/6/auto-parent-6.pom.sha1
@@ -0,0 +1 @@
+0f29db646babbca0049636b6724613035bbcedff
\ No newline at end of file
diff --git a/common/m2/repository/com/google/auto/auto-parent/maven-metadata.xml b/common/m2/repository/com/google/auto/auto-parent/maven-metadata.xml
new file mode 100644
index 0000000..c532eae
--- /dev/null
+++ b/common/m2/repository/com/google/auto/auto-parent/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.auto</groupId>
+ <artifactId>auto-parent</artifactId>
+ <versioning>
+ <release>6</release>
+ <versions>
+ <version>6</version>
+ </versions>
+ <lastUpdated>20180616054532</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2-sources.jar b/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2-sources.jar
new file mode 100644
index 0000000..28d6623
--- /dev/null
+++ b/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2-sources.jar.md5 b/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2-sources.jar.md5
new file mode 100644
index 0000000..a1f194f
--- /dev/null
+++ b/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2-sources.jar.md5
@@ -0,0 +1 @@
+f2edefb5a5b8c5c81830b7080e395825
\ No newline at end of file
diff --git a/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2-sources.jar.sha1 b/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2-sources.jar.sha1
new file mode 100644
index 0000000..e1787d3
--- /dev/null
+++ b/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2-sources.jar.sha1
@@ -0,0 +1 @@
+e96b1f4a9e6630a405434fca857c6b8f777163cf
\ No newline at end of file
diff --git a/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2.pom b/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2.pom
index d66a419..8fddab0 100644
--- a/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2.pom
+++ b/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2.pom
@@ -1,9 +1,175 @@
-<?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.auto.value</groupId>
- <artifactId>auto-value</artifactId>
- <version>1.5.2</version>
- <description>POM was created from install:install-file</description>
-</project>
+<?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.5.2</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-compiler-plugin</artifactId>
+ <version>3.1</version>
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.6</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>4</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>shade</goal>
+ </goals>
+ <configuration>
+ <minimizeJar>true</minimizeJar>
+ <artifactSet>
+ <excludes>
+ <exclude>com.google.code.findbugs:jsr305</exclude>
+ </excludes>
+ </artifactSet>
+ <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>
+ <relocation>
+ <pattern>com.squareup.javapoet</pattern>
+ <shadedPattern>autovalue.shaded.com.squareup.javapoet$</shadedPattern>
+ </relocation>
+ </relocations>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>disable-java8-doclint</id>
+ <properties>
+ <additionalparam>-Xdoclint:none</additionalparam>
+ </properties>
+ </profile>
+ </profiles>
+ <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>23.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</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.34</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.testing.compile</groupId>
+ <artifactId>compile-testing</artifactId>
+ <version>0.11</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>truth-java8-extension</artifactId>
+ <groupId>com.google.truth.extensions</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>tools</artifactId>
+ <groupId>com.sun</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>auto-value</artifactId>
+ <groupId>com.google.auto.value</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+ <properties>
+ <guava.version>23.0</guava.version>
+ </properties>
+</project>
+
diff --git a/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2.pom.md5 b/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2.pom.md5
index 808a7d4..c1e955b 100644
--- a/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2.pom.md5
+++ b/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2.pom.md5
@@ -1 +1 @@
-787d3b848eccbf9121d4e60f3b5991bc
\ No newline at end of file
+15178af98451f05bfcd3b9e3b4861766
\ No newline at end of file
diff --git a/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2.pom.sha1 b/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2.pom.sha1
index fd133c7..ebf0331 100644
--- a/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2.pom.sha1
+++ b/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2.pom.sha1
@@ -1 +1 @@
-53eb1b7a616a8abe61861c6f4e73921c7215a56f
\ No newline at end of file
+e9ba039f98da8c1ea01ad9715befc4a6cf4fdc7c
\ No newline at end of file
diff --git a/common/m2/repository/com/google/auto/value/auto-value/maven-metadata.xml b/common/m2/repository/com/google/auto/value/auto-value/maven-metadata.xml
new file mode 100644
index 0000000..d96840d
--- /dev/null
+++ b/common/m2/repository/com/google/auto/value/auto-value/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.auto.value</groupId>
+ <artifactId>auto-value</artifactId>
+ <versioning>
+ <release>1.5.2</release>
+ <versions>
+ <version>1.5.2</version>
+ </versions>
+ <lastUpdated>20180418195042</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/code/findbugs/jFormatString/maven-metadata.xml b/common/m2/repository/com/google/code/findbugs/jFormatString/maven-metadata.xml
new file mode 100644
index 0000000..f568f51
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/jFormatString/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jFormatString</artifactId>
+ <versioning>
+ <release>3.0.0</release>
+ <versions>
+ <version>3.0.0</version>
+ </versions>
+ <lastUpdated>20180616054553</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/code/findbugs/jsr305/maven-metadata.xml b/common/m2/repository/com/google/code/findbugs/jsr305/maven-metadata.xml
new file mode 100644
index 0000000..9ceb4fe
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/jsr305/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ <versioning>
+ <release>3.0.0</release>
+ <versions>
+ <version>3.0.0</version>
+ </versions>
+ <lastUpdated>20180616054553</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/code/gson/gson-parent/2.7/gson-parent-2.7.pom b/common/m2/repository/com/google/code/gson/gson-parent/2.7/gson-parent-2.7.pom
new file mode 100644
index 0000000..a43f332
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson-parent/2.7/gson-parent-2.7.pom
@@ -0,0 +1,123 @@
+<?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.7</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.7</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>
+ <configuration>
+ <useDefaultManifestFile>true</useDefaultManifestFile>
+ </configuration>
+ </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.7/gson-parent-2.7.pom.md5 b/common/m2/repository/com/google/code/gson/gson-parent/2.7/gson-parent-2.7.pom.md5
new file mode 100644
index 0000000..3cb8611
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson-parent/2.7/gson-parent-2.7.pom.md5
@@ -0,0 +1 @@
+d31516a6eaba67dcdcc5c1487c54f8ad
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/gson/gson-parent/2.7/gson-parent-2.7.pom.sha1 b/common/m2/repository/com/google/code/gson/gson-parent/2.7/gson-parent-2.7.pom.sha1
new file mode 100644
index 0000000..25e1fec
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson-parent/2.7/gson-parent-2.7.pom.sha1
@@ -0,0 +1 @@
+3e147803ee87007ec82a1f625a0034be35c9b8a8
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/gson/gson-parent/2.8.0/gson-parent-2.8.0.pom.md5 b/common/m2/repository/com/google/code/gson/gson-parent/2.8.0/gson-parent-2.8.0.pom.md5
new file mode 100644
index 0000000..c430ac6
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson-parent/2.8.0/gson-parent-2.8.0.pom.md5
@@ -0,0 +1 @@
+793aacc336b980b145976abf49226e79
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/gson/gson-parent/maven-metadata.xml b/common/m2/repository/com/google/code/gson/gson-parent/maven-metadata.xml
new file mode 100644
index 0000000..8aa28ca
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson-parent/maven-metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson-parent</artifactId>
+ <versioning>
+ <release>2.8.0</release>
+ <versions>
+ <version>2.8.0</version>
+ <version>2.7</version>
+ </versions>
+ <lastUpdated>20180503103331</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7-sources.jar b/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7-sources.jar
new file mode 100644
index 0000000..03fa91b
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7-sources.jar.md5 b/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7-sources.jar.md5
new file mode 100644
index 0000000..0e6f3fb
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7-sources.jar.md5
@@ -0,0 +1 @@
+ef5ab7d07e8a6137f5e250b2031b44ed
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7-sources.jar.sha1 b/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7-sources.jar.sha1
new file mode 100644
index 0000000..e9f1125
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7-sources.jar.sha1
@@ -0,0 +1 @@
+bbb63ca253b483da8ee53a50374593923e3de2e2
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7.jar b/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7.jar
new file mode 100644
index 0000000..be5b59b
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7.jar
Binary files differ
diff --git a/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7.jar.md5 b/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7.jar.md5
new file mode 100644
index 0000000..09f18c7
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7.jar.md5
@@ -0,0 +1 @@
+5134a2350f58890ffb9db0b40047195d
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7.jar.sha1 b/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7.jar.sha1
new file mode 100644
index 0000000..b3433f3
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7.jar.sha1
@@ -0,0 +1 @@
+751f548c85fa49f330cecbb1875893f971b33c4e
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7.pom b/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7.pom
new file mode 100644
index 0000000..416fc17
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7.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.7</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.7/gson-2.7.pom.md5 b/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7.pom.md5
new file mode 100644
index 0000000..0a4a6b7
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7.pom.md5
@@ -0,0 +1 @@
+7cc578f098284c4ca992c0fc71150776
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7.pom.sha1 b/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7.pom.sha1
new file mode 100644
index 0000000..4182363
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson/2.7/gson-2.7.pom.sha1
@@ -0,0 +1 @@
+09f9e39f9b791aeb73ba428ad30872f1a703edb3
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0-sources.jar b/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0-sources.jar
new file mode 100644
index 0000000..2c3c780
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0-sources.jar.md5 b/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0-sources.jar.md5
new file mode 100644
index 0000000..4497e42
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0-sources.jar.md5
@@ -0,0 +1 @@
+16af6a191b5eeb41652fdc6baa4f8604
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0-sources.jar.sha1 b/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0-sources.jar.sha1
new file mode 100644
index 0000000..287a316
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0-sources.jar.sha1
@@ -0,0 +1 @@
+baf95d8519fc1a11d388f8543cb40cd2bb9d66dc
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar.md5 b/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar.md5
new file mode 100644
index 0000000..0f24ab6
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar.md5
@@ -0,0 +1 @@
+a42f1f5bfa4e6f123ddcab3de7e0ff81
\ 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.md5 b/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0.pom.md5
new file mode 100644
index 0000000..c36b350
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson/2.8.0/gson-2.8.0.pom.md5
@@ -0,0 +1 @@
+0abb474e42a74d0ed3b9154002209c3d
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/gson/gson/maven-metadata.xml b/common/m2/repository/com/google/code/gson/gson/maven-metadata.xml
new file mode 100644
index 0000000..65f9eea
--- /dev/null
+++ b/common/m2/repository/com/google/code/gson/gson/maven-metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ <versioning>
+ <release>2.8.0</release>
+ <versions>
+ <version>2.8.0</version>
+ <version>2.7</version>
+ </versions>
+ <lastUpdated>20180503103357</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-javadoc.jar b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-javadoc.jar
new file mode 100644
index 0000000..464b3ee
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-javadoc.jar
Binary files differ
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-javadoc.jar.asc b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-javadoc.jar.asc
new file mode 100644
index 0000000..abbb7cc
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-javadoc.jar.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEMoi4voUS1sDKGFJoxR5svH/0bwsFAlvXQ5QACgkQxR5svH/0
+bwup9AgAua3AH46D+ohFJ9uG8WPFnx7kTQ+0ySwyTDl/Q0vyva5f3GkdsJt5rqM5
+cBdWJJ2SGsXjWaPUrcs78/oTmXE72//0QW1+xRQV7I/Ii+47wAF1NMKoJJ+lY2ZC
+cuHJ2ETqNLLePH9GyB9T/bPMpUW7ZJFu4+aUwWhoY+rqf2VkCb4a9q/b74DtgUT+
+1UUVCgCcZS1XEiIYOzl8mBMVMg8TaVTLfZBkR2+0LJV/nLH2hRlrOH2DurttzlgB
+OTIY7UwU1UbRvxlj9dd4dthZvMGG+M1WoiQ+A5b9Kxf2Lrqj5cCBu+qgZKtpy0E8
+iqTi9+nePiYxmktNpUMxM6QghL2hbw==
+=el7z
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-javadoc.jar.asc.md5 b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-javadoc.jar.asc.md5
new file mode 100644
index 0000000..2ecbbb9
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-javadoc.jar.asc.md5
@@ -0,0 +1 @@
+110447ee6b321267cd24ca67f4c7c307
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-javadoc.jar.asc.sha1 b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-javadoc.jar.asc.sha1
new file mode 100644
index 0000000..759c50f
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-javadoc.jar.asc.sha1
@@ -0,0 +1 @@
+6a3982a8274cbb3f17d00d0e7dcdfd08ba91cbaa
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-javadoc.jar.md5 b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-javadoc.jar.md5
new file mode 100644
index 0000000..7c0c234
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-javadoc.jar.md5
@@ -0,0 +1 @@
+38fe9a31661cd6961573ed9a55688dc2
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-javadoc.jar.sha1 b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-javadoc.jar.sha1
new file mode 100644
index 0000000..f86c0e3
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-javadoc.jar.sha1
@@ -0,0 +1 @@
+7b077d2781c29b9d28a00eadc0ff9d3f8a0dc565
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-sources.jar b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-sources.jar
new file mode 100644
index 0000000..3badd8b
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-sources.jar.asc b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-sources.jar.asc
new file mode 100644
index 0000000..d942224
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-sources.jar.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEMoi4voUS1sDKGFJoxR5svH/0bwsFAlvXQ5IACgkQxR5svH/0
+bwtRmAf+LLiPi8qoUS2EDjBTDY38+HSWJAdImiO+gxT11g8T63n8sGf7jFHjxqZU
+ooZA9n9v1EWf8HRDsyiJNpPxhJSMSiqGY3naE253L8svdzfMxvQu6G41TzZOLB/U
+GAHtzjuP+ov+eR8Ye6kaDS/boBzfgWLFxBQOS5VdY7aSB3fkca9wJDxAInUXCIw0
+l/AxAIGQRq8ddi+kE7e2Y9F1ubIFliwmSJOxHmPxjeJSmK5G9nGjiac+/H4+tjtz
+CLsOnFy8HbZV8ZcrP2+lFuihzEXaYlL/hEMjBRUP+zcghINPd0RdoqmETcU914xJ
+Ez4EvtiKoVtXkdfTOY5Pgh80408Irw==
+=6cSy
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-sources.jar.asc.md5 b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-sources.jar.asc.md5
new file mode 100644
index 0000000..37e0ff7
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-sources.jar.asc.md5
@@ -0,0 +1 @@
+e5a1b643b104f065e3bf75dc9c1ae308
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-sources.jar.asc.sha1 b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-sources.jar.asc.sha1
new file mode 100644
index 0000000..4ab49ba
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-sources.jar.asc.sha1
@@ -0,0 +1 @@
+0841ea301c4b7ccc9cb5132b1da930d43c59d29f
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-sources.jar.md5 b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-sources.jar.md5
new file mode 100644
index 0000000..d3f504e
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-sources.jar.md5
@@ -0,0 +1 @@
+0d3dfab51275a8abff9fb9075f074cac
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-sources.jar.sha1 b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-sources.jar.sha1
new file mode 100644
index 0000000..e24266a
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19-sources.jar.sha1
@@ -0,0 +1 @@
+0ca45b26aa99402ee3bc031a54bbca4096250ebf
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.jar b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.jar
new file mode 100644
index 0000000..9e113a0
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.jar
Binary files differ
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.jar.asc b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.jar.asc
new file mode 100644
index 0000000..6901701
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.jar.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEMoi4voUS1sDKGFJoxR5svH/0bwsFAlvXQ44ACgkQxR5svH/0
+bwuN6QgAhlk96dzy+LVsaVfPouaH/u/9zsbulqIqhFGLD7tTc6wbaaWuK2iLxsFS
+v7m1x28MylM8D67vbY+vpqNJw6DyLDmUMekPhWHPJ+kVQe/WBfcvG2M0XkhGoVAz
+LLCl+kv5baaQFIlUIF2KWWcwO/ooo1vtzPRuYYefRfRYaO6RRGIWGz5DAeOOONtb
+p0t5Igey6g5ANcfJdF12HAxGiOOY4EjB8xq+4p1HAcV+tfJKqHvGHAYnAxhNKpmr
+0+TMgg575VWLIlPoT6FzpZbOh40qTrAHYHQB/WUYfsAgiyRTduNGYkqrYF8Q8iiU
+DDsd9u60e8ZRbzd662QeAIGbqiDiyg==
+=Q8EF
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.jar.asc.md5 b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.jar.asc.md5
new file mode 100644
index 0000000..bd81f60
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.jar.asc.md5
@@ -0,0 +1 @@
+7c9a92c4c532aeaf85343a2eec301e2a
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.jar.asc.sha1 b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.jar.asc.sha1
new file mode 100644
index 0000000..0fb7d9b
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.jar.asc.sha1
@@ -0,0 +1 @@
+b3ed9723b1857f7aa567340a8b5fbb6dd9251390
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.jar.md5 b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.jar.md5
new file mode 100644
index 0000000..8644d49
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.jar.md5
@@ -0,0 +1 @@
+a6e68d8fef70ecc09f9a322289fe2084
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.jar.sha1 b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.jar.sha1
new file mode 100644
index 0000000..3738383
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.jar.sha1
@@ -0,0 +1 @@
+ebebe48053b40cf205e1bfd92c9a9521062be434
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.pom b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.pom
new file mode 100644
index 0000000..3e7c897
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.pom
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2018 The Dagger 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/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-compiler</artifactId>
+ <name>Dagger Compiler</name>
+ <version>2.19</version>
+ <description>A fast dependency injector for Android and Java.</description>
+ <url>https://github.com/google/dagger</url>
+ <packaging>jar</packaging>
+
+ <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>
+
+ <dependencies>
+<dependency>
+ <groupId>com.google.dagger</groupId>
+ <artifactId>dagger</artifactId>
+ <version>${project.version}</version>
+</dependency>
+<dependency>
+ <groupId>com.google.dagger</groupId>
+ <artifactId>dagger-producers</artifactId>
+ <version>${project.version}</version>
+</dependency>
+<dependency>
+ <groupId>com.google.dagger</groupId>
+ <artifactId>dagger-spi</artifactId>
+ <version>${project.version}</version>
+</dependency>
+<dependency>
+ <groupId>com.google.googlejavaformat</groupId>
+ <artifactId>google-java-format</artifactId>
+ <version>1.5</version>
+</dependency>
+<dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>25.0-jre</version>
+</dependency>
+<dependency>
+ <groupId>com.squareup</groupId>
+ <artifactId>javapoet</artifactId>
+ <version>1.11.1</version>
+</dependency>
+<dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ <version>1.0</version>
+</dependency>
+<dependency>
+ <groupId>javax.inject</groupId>
+ <artifactId>javax.inject</artifactId>
+ <version>1</version>
+</dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.pom.asc b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.pom.asc
new file mode 100644
index 0000000..0a42c60
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.pom.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEMoi4voUS1sDKGFJoxR5svH/0bwsFAlvXQ44ACgkQxR5svH/0
+bwtDJQgAwWzjxO6RBvedNW8ui4OEBWBXdqNoBKqcgmjsRp3/NGcxARtFdjWUxkLC
+UIkbeVBQ1Km4rsIiFGNvasySLF4HbkxlRz9u+CYiGXC69cdP7iPAVWFzRiq+TZc/
+U0d0H8QjF1ni08ciqnjRek4Lhm+X4miwPJsiKAmNGa1lInNJAnue0Fl+cu4CVrg6
+KCdXzi6IeRuLawLtuCGBxAangqwClq01ZWofdJ/ZRlhvD+6UlNTgatlaSCqk19Ag
+sUyLWINIrsjqDaWb8dA2FJNIzkK68wOGhbEqmR5WWU/S4gHVieU8ERcPKoSmxqyO
+Efj9Q3wIebX55SIYaN0uPRh2sRoFZw==
+=74W0
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.pom.asc.md5 b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.pom.asc.md5
new file mode 100644
index 0000000..31f435e
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.pom.asc.md5
@@ -0,0 +1 @@
+6d767ab628249065b6af4ad4878330da
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.pom.asc.sha1 b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.pom.asc.sha1
new file mode 100644
index 0000000..f1fda05
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.pom.asc.sha1
@@ -0,0 +1 @@
+9f0f00e9e23541ee9a2f29eab9e11ae2abec4a67
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.pom.md5 b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.pom.md5
new file mode 100644
index 0000000..14ca6be
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.pom.md5
@@ -0,0 +1 @@
+ddd19679c253076e227975eb8efc697e
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.pom.sha1 b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.pom.sha1
new file mode 100644
index 0000000..794da02
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-compiler/2.19/dagger-compiler-2.19.pom.sha1
@@ -0,0 +1 @@
+f86f498d9e726f6af178dac0490cf24a10095bc7
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-all-deps.jar b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-all-deps.jar
new file mode 100644
index 0000000..ce02f37
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-all-deps.jar
Binary files differ
diff --git a/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-all-deps.jar.asc b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-all-deps.jar.asc
new file mode 100644
index 0000000..11d40de
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-all-deps.jar.asc
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE53QXrBlBYKP6vQSWmiWcfuY2xe0FAlsHZhoACgkQmiWcfuY2
+xe3tgQ//ft5l8gtDAN5s9Tl+uvoykG/Kxq4UTi2+DsAQ4oGeHJg99SKAwrwDGduG
+rUhB8CVlCyKBfBoNKK94JAOP/Q7wq88VOlriuN4o8QM5UwP+ZOCCRfY+xlHhuu1+
+UyrD1N0oVdGa/omrf4IKWBDgIs6Zishn0ie15qUVNz9k8+hc0bP3+wB1tIGFnugR
+66jV9vjL5N+2PakI6Hz4ASucTH6EUhmGYsSMGQlaxmJWWcuIO+y3ufwG+8DtrOuj
+13bkn78s4PbCvfgC+b+uuqF3nB1J1H+ZDTTiqxTCFGgOI9+ksa6H1CA9BRwqxbBV
+Jn6I4FB3LnP8xfaA+zRimaa7zFR7uI8/qJo+S55Y7nsT06TnaaSX6IodN5G9FCBp
+POQSx++SB56DuRvwqA6U1cqvSBJEzekPRw/C3xFgbFHOjCYujhkCNEXq1CRd10Ng
+FAnivzXoyEHzMgGy3R8jAlinxMYmUGm0NEtWbgFwNMlXUJIsE9ff+qzrFES8hfAH
+MSBvPcPBdTUtvpMSjKWBLeOqrJtDWwv/RL8Aoq616W5DKWtZV9Iy8lVvEckwFlc8
+SkTJMY70+4pDR1kRGg5rsxFfL3JQ2/EuncYGaNqpaSZkD7Uj4bCzDohYO5qvZcXj
+aZ74ifXOYUKs3n18rveK1EVgxD/+iohpUt2JPccEQkRVsOoVTlY=
+=uy69
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-all-deps.jar.md5 b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-all-deps.jar.md5
new file mode 100644
index 0000000..06c57fd
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-all-deps.jar.md5
@@ -0,0 +1 @@
+b76e735ec9cb04501b01a8d214a54c97
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-all-deps.jar.sha1 b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-all-deps.jar.sha1
new file mode 100644
index 0000000..5b59c29
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-all-deps.jar.sha1
@@ -0,0 +1 @@
+02b3e84e52d2473e2c4868189709905a51647d03
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-javadoc.jar b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-javadoc.jar
new file mode 100644
index 0000000..160943f
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-javadoc.jar
Binary files differ
diff --git a/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-javadoc.jar.asc b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-javadoc.jar.asc
new file mode 100644
index 0000000..0df6e39
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-javadoc.jar.asc
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE53QXrBlBYKP6vQSWmiWcfuY2xe0FAlsHZhwACgkQmiWcfuY2
+xe37XhAAoMHGJk90tqjWeT+l1Kk9jCbDJRBJ9I3U0cKG6KuWrnWH8VEqoqPWFgj6
+RkEIe5xD1BzsKy32CDNMIm/6zYXvMH7vHZptm1ENSlV/vdryGDQvjOP1FwkvJYkP
+5roGGQypVH6GAniJCUUKqegVc5+j6pQzHkQUt47p3BtGGish6bFsqbZXZucky+bt
+5NNkIZRvcHS7bpNVTlya3349ES8xnm/6tCv6FhVtuBGQZUmyF/L7yWMf+U6jYEHK
+UrQEcAHpxnZkXtcEZVnSoclRbfGC2pTOtfS9tv41oR0Up58d7K2pp2jshlaxATVH
+4UVuTaChr2ZKEAvqd72ecZ0Ej2//rV/xRU36LA/W7TtvFEm+GI1HiLobxP/+UY63
+ea1BJziMtqKI13xNCdRC5E1RGXUXFpE2iwy8ao9Y2kgJbFYsRcmA4rtyJTXWvo6D
+M3o4lNJpjT4n7OJX8UVy33gaWLiYvHMkgfvDMp2uDZ8J1ISoLN/UDjDw+DlFlO57
+oC5myDjHlMYS6D5iMEjBAqtcb3OwdY1K4Ea0/MKA6w7VhlFKU42oZEaiY6s3Xik0
+t3LxN6IBBXSGreNzeZabFd1p+HKPk0e84LdeS4l8bp/CjFGCoTPeLjJDfLzaXkAd
+SdTnoW2aaUNqLuR0g1IPWi765Ya/VEOJQPqugpxsKOzlKfPY89I=
+=msDC
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-javadoc.jar.md5 b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-javadoc.jar.md5
new file mode 100644
index 0000000..ae5b7ad
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-javadoc.jar.md5
@@ -0,0 +1 @@
+f0029f60799d3f8c7cb2295fb31c9c0b
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-javadoc.jar.sha1 b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-javadoc.jar.sha1
new file mode 100644
index 0000000..f6ea8f0
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-javadoc.jar.sha1
@@ -0,0 +1 @@
+880faf569c071c3fa9e0510dc879be7550a806e4
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-sources.jar b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-sources.jar
new file mode 100644
index 0000000..5a7cba5
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-sources.jar.asc b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-sources.jar.asc
new file mode 100644
index 0000000..7b1d31d
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-sources.jar.asc
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE53QXrBlBYKP6vQSWmiWcfuY2xe0FAlsHZhsACgkQmiWcfuY2
+xe0ifQ/+MddHmDrVBLgL/K8XnPy2ecI4Dg2dVBKk9xl7cZ3hMShsp/DeaESXgEHL
+heukSjrak+Vziq/xgu9n7RuEcUUnARINjAMq5LItNnrRHkDNWnljb1URScDHP5u7
+09Qer5OjIYXXZCn9fFdeB7jQjvIPbvPx1pfb8TaodG3Zs0GBjR6UYMCXPxIAvYGL
+axkcBOPSFLlXNvjzHL+8NuXJi2PgI5nckOjkU6tzOYufAaSBDG3w5ZpY2vdCseRY
+rvDmGmrg+lqEAwPNWfwjiJbkw5kzJ1yxug3HI3yxre0RS80nW09A3DBFSdAvuTUf
+TRC/4wmztFO15tHfyTkSVJLWtpdCcBXh34uMlWN1KqlegQIqU2o2zW0+/jJdHA9q
+qAk+pcua+RHD4q3zViwVhtY7fNtuaT8VK87fgaZ0zmVHDwnY3kR0LZYIwPOIo5H0
+TG69kuPrdA8JBqozgVw8YCyu2tZZ48ljDjfdGPrGdanL11qRUMKVrbaKibltBBQo
+tMwFerXN54ygXg3Q8L5YOa9BoisdXA5ohXzCNqvipOAaPCVL4bHKu930DACVMAym
+bMbUYTXowJ48VFKOkNy5cR/tjrraEF60KQT+Ye7WWiwkZSAZPt/Vj8SJWSn5hdHN
+pAauVGpzUvtaEY5rjIatXLZVpY08HKJIdaolqjSUHx7+xcPbnj8=
+=Velw
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-sources.jar.md5 b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-sources.jar.md5
new file mode 100644
index 0000000..2f477b0
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-sources.jar.md5
@@ -0,0 +1 @@
+66556fc51d5ccaf1c2203225b18fb0d9
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-sources.jar.sha1 b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-sources.jar.sha1
new file mode 100644
index 0000000..04eb8ea
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6-sources.jar.sha1
@@ -0,0 +1 @@
+642cdff18a8d3a6e315637d0997dcf92352290b0
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.jar b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.jar
new file mode 100644
index 0000000..f202361
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.jar
Binary files differ
diff --git a/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.jar.asc b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.jar.asc
new file mode 100644
index 0000000..a89a5f8
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.jar.asc
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE53QXrBlBYKP6vQSWmiWcfuY2xe0FAlsHZhoACgkQmiWcfuY2
+xe1LmA//VeQb85bVZj8VQ39KDVkKOYWPujagADjdG++GSO8IOkvJ45HTTxJ9JrQW
+Tp4Y6x3mSBtDq1IJjoe5x2Ilk4DDghaXJ45Rh9ncXkEblQ5IisyWHpfoKuRuwSL5
+xVHjcvBjnqsRVpN+BzA+YMhuhPn55qb0It8oA7o7WT7ADoYxwHuj9kTpxcbldL3a
+Blmw19Z15ddGzdr+bPcGhxTa+vwVm/S+PPVXQRl3GcW/2YSuz1tjZmOXLCWo9YEX
+OUEAawbMHOPneEaiX4+kSIjpUr4tN3z5nSowbz6BoDJ4iEjZsU3FWb4KOM5inRG4
+UQHgvNF70Txg3/0TKaFJdwGwroup88q7xTezPRWgAQQ7y3VXxzHWlH+xtKeYn/0/
+vvryuBt/mtjbgPl7QYeWNsK5m17MzOgKVsFkDmaYn+Y2g3IujqpDp2Gbduju+jOj
+Msnh8xPcgqw3w0taQKIAibjnuuNmoMoYv49gOyFsm6x5PnNRzESXOoXKEltLov63
+cZiqS4NTZQ4AUxZ4bYLu3rPVEtkmvYZPUq8LGM9MyuCPVQ2G+qkTrtLVBHYggCdx
+wdiACdRgiSGr8RaaB+o04nJphIY9isPWN65PDTBoTe8mBH+czHCVaAxrmG+x5ezF
+6l8KY1JIltslO1ENtSAVhhdYwQSqYPiKAQI0XwT8rlUOa7/TruY=
+=pnFv
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.jar.md5 b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.jar.md5
new file mode 100644
index 0000000..132db85
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.jar.md5
@@ -0,0 +1 @@
+6551b435ab5c0658fd301674edb5cb8c
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.jar.sha1 b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.jar.sha1
new file mode 100644
index 0000000..4b04be5
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.jar.sha1
@@ -0,0 +1 @@
+ab846b3f41b5114526c142a24b737793a39c4c08
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.pom b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.pom
new file mode 100644
index 0000000..14c1dc1
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.pom
@@ -0,0 +1,243 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright 2015 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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.google.googlejavaformat</groupId>
+ <artifactId>google-java-format-parent</artifactId>
+ <version>1.6</version>
+ </parent>
+
+ <artifactId>google-java-format</artifactId>
+
+ <name>Google Java Format</name>
+
+ <description>
+ A Java source code formatter that follows Google Java Style.
+ </description>
+
+ <dependencies>
+ <!-- Required runtime dependencies -->
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>javac-shaded</artifactId>
+ </dependency>
+
+ <!-- Compile-time dependencies -->
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_annotations</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+
+ <!-- Test dependencies -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava-testlib</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.google.truth</groupId>
+ <artifactId>truth</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.google.testing.compile</groupId>
+ <artifactId>compile-testing</artifactId>
+ <version>0.15</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <encoding>UTF-8</encoding>
+ <docencoding>UTF-8</docencoding>
+ <charset>UTF-8</charset>
+ <links>
+ <link>http://google.github.io/guava/releases/${guava.version}/api/docs/</link>
+ <link>http://jsr-305.googlecode.com/svn/trunk/javadoc/</link>
+ <link>http://docs.oracle.com/javase/7/docs/api/</link>
+ </links>
+ </configuration>
+ <executions>
+ <execution>
+ <id>attach-docs</id>
+ <phase>post-integration-test</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <version>2.4.3</version>
+ <executions>
+ <execution>
+ <id>shade-all-deps</id>
+ <phase>package</phase>
+ <goals>
+ <goal>shade</goal>
+ </goals>
+ <configuration>
+ <shadedArtifactAttached>true</shadedArtifactAttached>
+ <shadedClassifierName>all-deps</shadedClassifierName>
+ <createDependencyReducedPom>false</createDependencyReducedPom>
+ <!-- http://stackoverflow.com/a/6743609 -->
+ <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>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <mainClass>com.google.googlejavaformat.java.Main</mainClass>
+ <addDefaultImplementationEntries>
+ true
+ </addDefaultImplementationEntries>
+ </manifest>
+ <manifestEntries>
+ <Automatic-Module-Name>
+ com.google.googlejavaformat
+ </Automatic-Module-Name>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>3.0.1</version>
+ <executions>
+ <execution>
+ <id>copy-resources</id>
+ <phase>package</phase>
+ <goals>
+ <goal>copy-resources</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>../eclipse_plugin/lib</outputDirectory>
+ <resources>
+ <resource>
+ <directory>target</directory>
+ <include>${project.artifactId}-${project.version}.jar</include>
+ </resource>
+ </resources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.10</version>
+ <executions>
+ <execution>
+ <id>copy-dependencies</id>
+ <phase>package</phase>
+ <goals>
+ <goal>copy-dependencies</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>../eclipse_plugin/lib</outputDirectory>
+ <overWriteReleases>true</overWriteReleases>
+ <overWriteSnapshots>true</overWriteSnapshots>
+ <excludeTransitive>true</excludeTransitive>
+ <excludeArtifactIds>org.eclipse.jdt.core</excludeArtifactIds>
+ <excludeScope>compile</excludeScope>
+ <excludeScope>provided</excludeScope>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>com.google.code.maven-replacer-plugin</groupId>
+ <artifactId>replacer</artifactId>
+ <version>1.5.3</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>replace</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <file>${project.basedir}/src/main/java/com/google/googlejavaformat/java/GoogleJavaFormatVersion.java.template</file>
+ <outputFile>${project.build.directory}/generated-sources/java/com/google/googlejavaformat/java/GoogleJavaFormatVersion.java</outputFile>
+ <replacements>
+ <replacement>
+ <token>%VERSION%</token>
+ <value>${project.version}</value>
+ </replacement>
+ </replacements>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>3.0.0</version>
+ <executions>
+ <execution>
+ <id>add-source</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>add-source</goal>
+ </goals>
+ <configuration>
+ <sources>
+ <source>${project.build.directory}/generated-sources/java/</source>
+ </sources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.pom.asc b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.pom.asc
new file mode 100644
index 0000000..b0074fc
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.pom.asc
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE53QXrBlBYKP6vQSWmiWcfuY2xe0FAlsHZhoACgkQmiWcfuY2
+xe1NuxAArau1rtLiUtg1NE+tUxewC/EKDk8GL+zEDVrjyXrrLx8BTKFgmAg6FfZp
+/oL5ejn9DroQqT1WxTsmZx4DUdfiuhxwKUub1UNv4cjab8Mjt1AwJUH50K5ggkH5
+8CAwMyjNjxmV1CNwOZJXBRAjlcZ9mcdG0ED6xYoj82m/A17Fp48dCciRq4yVKH37
+uFuBFBQP/iDMX556LY5/+EN6nPB5JBAVy3TR5L34bnG4nzyTrfAw9VjGSi5RZNsC
+0WkR1kPJe+nWh7sniYyhWejh+Hu+rTRX9/BEJjAzHL3zANHMXRtyxaT0vlrdLgew
+utzweOEcru5tqrP2gZPvOQx1VFTn9RQyXF6L3cL4IofkHIKSTiKMrMJs4i4CxzvW
+ob3WU4o3vOKYmbTZPg1GrIpzRouGJO2AwAho+kKCL2Aww/4TFlqDFt7pKnOG4Vr0
+8Ixr1nf5KrdeqYCMARMJKMUBacIYcHB4aHWZwhKWYRWW9jNRmVUfjr/x3QGThfxu
+TUbW4KSMkUtGNRD+TfR+OYWku5tSQzTOKfnxFciZG4nOeOY0bVHk0iycgJ8Utk1k
+qPD2IZ6Eg0iBCPu+YdkJBiqhEPRldkSQ3dmxyuUrZikJUMs6yNWM8cT2dc9T6qZj
+FUXReVjxwLgPd/A076uT/gh4IpjUCWryntxQM7jCiRlKyTkxt38=
+=5Y9k
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.pom.md5 b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.pom.md5
new file mode 100644
index 0000000..3a28f77
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.pom.md5
@@ -0,0 +1 @@
+1b68ce5057c71e5091f69a343d1d7ffb
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.pom.sha1 b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.pom.sha1
new file mode 100644
index 0000000..f72b6fb
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-google-java-format/1.6/google-java-format-1.6.pom.sha1
@@ -0,0 +1 @@
+bdf5a41156f59d0402a5e9a5404b33bf255a851a
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-javadoc.jar b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-javadoc.jar
new file mode 100644
index 0000000..58b8aaa
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-javadoc.jar
Binary files differ
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-javadoc.jar.asc b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-javadoc.jar.asc
new file mode 100644
index 0000000..3b44309
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-javadoc.jar.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEMoi4voUS1sDKGFJoxR5svH/0bwsFAlvXQ6EACgkQxR5svH/0
+bwtgJQf/UFVAsDBNUP99E9Ih4A43mtL3DW5yws/88WPvow5xk3LzyRGzpatU9Gil
+KQCPUQk44b2QuW7ndt5WrwAQ4wSr0baEbNuvhm8ZvpWrSMfegVdDY/2ltWLmxF+9
+yEKs8qkDxp28bBlmsy4BD/Cul5MHzPYKeZdc2or1nP/AU9nKAqlA66ZbpScgK0b5
++oJFrQSC1nZ4M7YSgGK2Ib5PAWsrvAwni+d+iu/29NhC/Zzifv+AghMMh2Dbs6Nb
+a4IHG7miiJp4wvUiDITaAkqptbUqwKq33AMuSqQVSvF10CZg5FhzrBAiDPTHbDUZ
+ecCQoYUS3reQ+Yt4ysXxJyqsPwDCyA==
+=G+QL
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-javadoc.jar.asc.md5 b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-javadoc.jar.asc.md5
new file mode 100644
index 0000000..c8feae2
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-javadoc.jar.asc.md5
@@ -0,0 +1 @@
+e1c3f2160aee542d415eb93bc72496d2
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-javadoc.jar.asc.sha1 b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-javadoc.jar.asc.sha1
new file mode 100644
index 0000000..d10753b
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-javadoc.jar.asc.sha1
@@ -0,0 +1 @@
+523a89b6b2a265f8a29b84a59f6253cd4d081e25
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-javadoc.jar.md5 b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-javadoc.jar.md5
new file mode 100644
index 0000000..051bcba
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-javadoc.jar.md5
@@ -0,0 +1 @@
+374994864c796ffe36f22d25af2f2162
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-javadoc.jar.sha1 b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-javadoc.jar.sha1
new file mode 100644
index 0000000..f820774
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-javadoc.jar.sha1
@@ -0,0 +1 @@
+a8e0a5a6f32533721b5bff173741ecadc5b86f2b
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-sources.jar b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-sources.jar
new file mode 100644
index 0000000..db71102
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-sources.jar.asc b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-sources.jar.asc
new file mode 100644
index 0000000..8a8bde1
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-sources.jar.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEMoi4voUS1sDKGFJoxR5svH/0bwsFAlvXQ6AACgkQxR5svH/0
+bwsZnQgAnpWTz5rwuOiOnA/OYgvpwgxRBCODAFYv4mqCf9QmAp9sCmE/KLKhQYF1
+Rmtpzuhfky7hNGliSdJQJpKnks45vilBnxTqO0wxH4TcURLYyJmdTOvOTbBEefAe
+CgtTLTOyvKx4cevzQ/svmr/Sz56GrBGt8pDbSVcd5TPEgMTVesu0dvtygMLyQ0te
+/k9Y4lqBGI3hyzwPawuCtqUv3wanaWsP+i9O1MbIuZyJsqQJ6XLDTWMvusqtHQU+
+YXKZSXTIcXl/rfbqoD9ivEqmLyg+fF+IuvOqyrq1zPuEsbC+Ge4oI9OUnEE2euKM
+zLZZfzZPH3est0Wbd6LcCaW8oPJqgg==
+=hMaF
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-sources.jar.asc.md5 b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-sources.jar.asc.md5
new file mode 100644
index 0000000..5646e8c
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-sources.jar.asc.md5
@@ -0,0 +1 @@
+822770f3eba86d2e604186083e6ae395
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-sources.jar.asc.sha1 b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-sources.jar.asc.sha1
new file mode 100644
index 0000000..ffc4034
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-sources.jar.asc.sha1
@@ -0,0 +1 @@
+459e126c493725666b96529161299472bcc7fd93
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-sources.jar.md5 b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-sources.jar.md5
new file mode 100644
index 0000000..b2057d9
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-sources.jar.md5
@@ -0,0 +1 @@
+5942f98429f53ed5e3ef33d8a515f1cc
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-sources.jar.sha1 b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-sources.jar.sha1
new file mode 100644
index 0000000..6de81be
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19-sources.jar.sha1
@@ -0,0 +1 @@
+d120a82f21300841b6232e368d0a150fca244e95
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.jar b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.jar
new file mode 100644
index 0000000..e0cb63d
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.jar
Binary files differ
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.jar.asc b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.jar.asc
new file mode 100644
index 0000000..74afaea
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.jar.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEMoi4voUS1sDKGFJoxR5svH/0bwsFAlvXQ5wACgkQxR5svH/0
+bwufVQgArUbYs4FETBy9w3o9KVwgtrQfjVRxvkbR2STVIuoeg0bwDY2fT9Te7Q6g
+eOjSMzHbBULwmrttZT7CH3m8Z5QpURJj7G5dn6E9fsTdn5OJX/i+33nxfh1OXwhV
+8n3km2zkQpwjvql7xsCTBsPBzai/TAE8st7YQsoN11a+2+gDQTgzvg0vh56KZGij
+4b7OOJ58gJeyWpUa8havi06M3i8Y1q3wfP1RCwO2IKGLbwTH+cwLkgYiK5E2KhpP
+jbz5A15AfMNrZFJOSNAh3JOTD5QTCoUOCGH4GF+sVBv9Pz8StGvAAIBLTAis3MbH
+snY0GAAgsEB4W7HnTXLuhWG8cIri7g==
+=1Nkx
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.jar.asc.md5 b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.jar.asc.md5
new file mode 100644
index 0000000..5fd4b0a
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.jar.asc.md5
@@ -0,0 +1 @@
+5ac773ef5611e48ab5dc4c067d1f369d
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.jar.asc.sha1 b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.jar.asc.sha1
new file mode 100644
index 0000000..033259c
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.jar.asc.sha1
@@ -0,0 +1 @@
+15d724d633647f05fdfdf04658faffd6b2960d29
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.jar.md5 b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.jar.md5
new file mode 100644
index 0000000..a3b3e62
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.jar.md5
@@ -0,0 +1 @@
+c7bebde87fc7e1dfd8c4ebcd9dbd8e0a
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.jar.sha1 b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.jar.sha1
new file mode 100644
index 0000000..9b55180
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.jar.sha1
@@ -0,0 +1 @@
+caa3cc3fadde336d8c2e9e9afe6c0dfa7a71f6b3
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.pom b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.pom
new file mode 100644
index 0000000..c7cab1a
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.pom
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2018 The Dagger 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/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-producers</artifactId>
+ <name>Dagger Producers</name>
+ <version>2.19</version>
+ <description>A fast dependency injector for Android and Java.</description>
+ <url>https://github.com/google/dagger</url>
+ <packaging>jar</packaging>
+
+ <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>
+
+ <dependencies>
+<dependency>
+ <groupId>com.google.dagger</groupId>
+ <artifactId>dagger</artifactId>
+ <version>${project.version}</version>
+</dependency>
+<dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>25.0-jre</version>
+</dependency>
+<dependency>
+ <groupId>javax.inject</groupId>
+ <artifactId>javax.inject</artifactId>
+ <version>1</version>
+</dependency>
+<dependency>
+ <groupId>org.checkerframework</groupId>
+ <artifactId>checker-compat-qual</artifactId>
+ <version>2.5.3</version>
+</dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.pom.asc b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.pom.asc
new file mode 100644
index 0000000..7acbbe1
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.pom.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEMoi4voUS1sDKGFJoxR5svH/0bwsFAlvXQ5wACgkQxR5svH/0
+bwsBYAgAuB0kEnz5iAAruzJ5tWxs8YGIwX1nr/Jfg6gLPjNbJC0WFainVuBNyep+
+F1ypRaNKopTe+dJE1AY8o1W5AnRmPxRfaLL24jFc+woZJhpwi/WPSf+nErj4Ch0x
+ZEtYg4BOAyvLoQnfy1Sh39JwUOzGuLIWyhh0K8e+HYUzm91eGwNLEMDycQn7Jxjx
+kcNNz1bBfTGR3M/S3t4d6QrViA3piB8TmjGD3k9Qhaf124mMJKNRU1Be3O+oFIV/
+7TsH72IgMGRmPntMQ822zTeWiXsqEKqOaDjr+JVUoOfEeJI5phJPYxr7/WQT1Zh2
+YlqejP+9YIokqhIhV2BAG8pNQz6HzA==
+=y4oS
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.pom.asc.md5 b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.pom.asc.md5
new file mode 100644
index 0000000..049ef12
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.pom.asc.md5
@@ -0,0 +1 @@
+fc2b51cba87a9d1f12c2cf44d8f46945
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.pom.asc.sha1 b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.pom.asc.sha1
new file mode 100644
index 0000000..e7bc196
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.pom.asc.sha1
@@ -0,0 +1 @@
+34609d35a1d29809ccd6862d4c269ad8ef313c9f
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.pom.md5 b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.pom.md5
new file mode 100644
index 0000000..79e3948
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.pom.md5
@@ -0,0 +1 @@
+9361c2381235350f504a070120fad1c2
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.pom.sha1 b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.pom.sha1
new file mode 100644
index 0000000..5241d78
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-producers/2.19/dagger-producers-2.19.pom.sha1
@@ -0,0 +1 @@
+229e8aeb0f79904680436a73356cdef813a8da1b
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-javadoc.jar b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-javadoc.jar
new file mode 100644
index 0000000..083c354
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-javadoc.jar
Binary files differ
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-javadoc.jar.asc b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-javadoc.jar.asc
new file mode 100644
index 0000000..54a127d
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-javadoc.jar.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEMoi4voUS1sDKGFJoxR5svH/0bwsFAlvXQ6sACgkQxR5svH/0
+bwsKXAf/cN3PJ9DGvEYjHFCtAPlFZW8iTnVh9lqhnOb3VIAYZknSbNB5XtDplmFk
+kLW5ZcKH6jQ9senpUyDetKUNMZTEdTrAlcInc5FC/Tq3HCmA7AF8iNr4BxP+1pWi
+D7HeFi3nKiKnyMXuZyYSdFjjwGiid+tjlebUwXi9o5Ipq7UCnSM2WAFx5NPMLwK+
+yUmJryx+FCLyW5Cjhy+w0+sEG0/0o5LFVShNxPfi4t9kJoEwtvTbba48/JgIn5av
+4Z+8Qw5Hgts1ShwOY02qaBW2v5hWuficGd3Dhf8jmMc80L9mo6YSndoD8qNiU9cQ
+bInuQQgcSNaGQcsOWB3vZ/JSNIgkyw==
+=Rasq
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-javadoc.jar.asc.md5 b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-javadoc.jar.asc.md5
new file mode 100644
index 0000000..99f82ca
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-javadoc.jar.asc.md5
@@ -0,0 +1 @@
+1f4a361b612fd4b87f45b909c8bf0410
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-javadoc.jar.asc.sha1 b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-javadoc.jar.asc.sha1
new file mode 100644
index 0000000..1edbfad
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-javadoc.jar.asc.sha1
@@ -0,0 +1 @@
+7b56a2904802007007ba38e1ef430e74ea9bce5f
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-javadoc.jar.md5 b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-javadoc.jar.md5
new file mode 100644
index 0000000..55ee03d
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-javadoc.jar.md5
@@ -0,0 +1 @@
+0e0c22bb45ddc9d9633bbf364df66b6c
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-javadoc.jar.sha1 b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-javadoc.jar.sha1
new file mode 100644
index 0000000..d49890e
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-javadoc.jar.sha1
@@ -0,0 +1 @@
+2c569caf7cfa1242d214342f12c8e6d2007686ad
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-sources.jar b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-sources.jar
new file mode 100644
index 0000000..5c62e6e
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-sources.jar.asc b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-sources.jar.asc
new file mode 100644
index 0000000..471213d
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-sources.jar.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEMoi4voUS1sDKGFJoxR5svH/0bwsFAlvXQ6kACgkQxR5svH/0
+bwvkIggAifsO+S8kW8FOfX+0RWYILQKw6tBkGkn7J7CnDurCYZ2vfoAa+PLPg2QB
+VEMMCRpM4k+gAKdn2AjSpNTCHhLXA1E1iPBYeiDaczVaHzBK5bERVOQDr2610odP
+7ENgnz3yQoIj2dlvrR0j7BM7g7inLPqamDpZa+ZYX38cj6QtzH+JTLWCBFthqQiO
+Tcf0877iL5iv6fdlcBlTMd5wetxhUG7NconWvb/+7Jd6CZekege+6xfYlxFS1m74
+3fTCtvJb6noCvGyCsnQzUq7+8e3MYRsJibmbhi0mMBwjbt28Q9AIzoQcmwXYkVBo
+VDHItjPPdD3bgISUfPYH7hUma9XcZw==
+=pRhq
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-sources.jar.asc.md5 b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-sources.jar.asc.md5
new file mode 100644
index 0000000..679eba8
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-sources.jar.asc.md5
@@ -0,0 +1 @@
+22eac3233e09b3bf69bb9bcbfc881bab
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-sources.jar.asc.sha1 b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-sources.jar.asc.sha1
new file mode 100644
index 0000000..c089dcf
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-sources.jar.asc.sha1
@@ -0,0 +1 @@
+c9f3c721235c1729b2e5657993da30c7cb77d480
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-sources.jar.md5 b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-sources.jar.md5
new file mode 100644
index 0000000..7482ac7
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-sources.jar.md5
@@ -0,0 +1 @@
+eec7e7e254b661e241e6a93d3e68ea90
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-sources.jar.sha1 b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-sources.jar.sha1
new file mode 100644
index 0000000..a6c7d10
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19-sources.jar.sha1
@@ -0,0 +1 @@
+35122597d297b7f4d98f498a64efb88a1f58f108
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.jar b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.jar
new file mode 100644
index 0000000..b74a484
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.jar
Binary files differ
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.jar.asc b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.jar.asc
new file mode 100644
index 0000000..20e4901
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.jar.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEMoi4voUS1sDKGFJoxR5svH/0bwsFAlvXQ6YACgkQxR5svH/0
+bwtjswgArtfJdJgYcQMe4wElkO3KEGxMFE9TP4ZQjIycd3P7hO3LQXgSo0jtt7fp
+1UyNFbxdfqnk5etHJHm2rDuTmVThqBYzN9BSFDvgP5tGT8RvFHFBmX7Zh6196A7N
+q61LXdQUaHlR6UPFYU1QlJOcQRUvA5wZGVYgRNQk9HRnSECeM8WqRR4YypAGanIT
+QuMnwRlXQEclxsscoA2YHKtVy0u5qUQzEW24nq/nLiBxFpqGzhqV9nMzs+xE+JLi
+X9xUJXVg5Oug51hsNyOfXv4EbxAG+nSOxOm0TAKs0ZYhd2nDDAmTOwcPy8mVOm98
+yC+vEa3WFbyp/YqB4BrNuUxXn8sg0g==
+=MGFE
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.jar.asc.md5 b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.jar.asc.md5
new file mode 100644
index 0000000..ec87a66
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.jar.asc.md5
@@ -0,0 +1 @@
+ee3aee42f08a38e046222dea0cb076cb
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.jar.asc.sha1 b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.jar.asc.sha1
new file mode 100644
index 0000000..c664e17
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.jar.asc.sha1
@@ -0,0 +1 @@
+53d2d06c7219242ca01fabbd159a25144934d586
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.jar.md5 b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.jar.md5
new file mode 100644
index 0000000..7a28195
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.jar.md5
@@ -0,0 +1 @@
+f2fb7aba32e76b29b92a057d18bc3b71
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.jar.sha1 b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.jar.sha1
new file mode 100644
index 0000000..05daddc
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.jar.sha1
@@ -0,0 +1 @@
+22748037cc234ec01d1fb5645c007dcd24e1993f
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.pom b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.pom
new file mode 100644
index 0000000..8e10e46
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.pom
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2018 The Dagger 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/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-spi</artifactId>
+ <name>Dagger SPI</name>
+ <version>2.19</version>
+ <description>A fast dependency injector for Android and Java.</description>
+ <url>https://github.com/google/dagger</url>
+ <packaging>jar</packaging>
+
+ <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>
+
+ <dependencies>
+<dependency>
+ <groupId>com.google.dagger</groupId>
+ <artifactId>dagger</artifactId>
+ <version>${project.version}</version>
+</dependency>
+<dependency>
+ <groupId>com.google.dagger</groupId>
+ <artifactId>dagger-producers</artifactId>
+ <version>${project.version}</version>
+</dependency>
+<dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>25.0-jre</version>
+</dependency>
+<dependency>
+ <groupId>javax.inject</groupId>
+ <artifactId>javax.inject</artifactId>
+ <version>1</version>
+</dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.pom.asc b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.pom.asc
new file mode 100644
index 0000000..6f7d6db
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.pom.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEMoi4voUS1sDKGFJoxR5svH/0bwsFAlvXQ6YACgkQxR5svH/0
+bwtTYgf9EB5QjX1xOo5dUjN+AmhsocGurVENqTjKDRKHOGuLNM54kUuAUPxKdRs/
+ZckBXP8nmZAmwODr3dXVAAaJtZpsBsz8/n0YhijvpfpUwDJt9OrK0h/noLxFug8Y
+CV/ubjwYpQWtjt2fxc4HQAJMCoELoFtVLpdX/UwxeI+mq2CUHRBMBpTzwKrf0OuZ
+CSzbTqHTKPDnKA+OZBwQbeWHI4389+Q70ZtQGFzqp/OHb/XK7dZz4eEGeM084fhj
+NFrNI7Seq6j0yqj90dzXOWz2EIw+VzsTkbDTBTNl7Zf8vO+JUi1SZdeOyiHKOgK/
+LtDZqd8gruKHwX/y2NUS5pKaXbr59w==
+=I4vn
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.pom.asc.md5 b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.pom.asc.md5
new file mode 100644
index 0000000..f20878f
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.pom.asc.md5
@@ -0,0 +1 @@
+2bd5e16ad650ea1ded90861898cab7c9
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.pom.asc.sha1 b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.pom.asc.sha1
new file mode 100644
index 0000000..797e4f9
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.pom.asc.sha1
@@ -0,0 +1 @@
+d5de41568aa1451f07ca45381325340b7bee3839
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.pom.md5 b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.pom.md5
new file mode 100644
index 0000000..43df752
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.pom.md5
@@ -0,0 +1 @@
+429027923c52cc794051fe2417ebec1f
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.pom.sha1 b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.pom.sha1
new file mode 100644
index 0000000..5a72100
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger-spi/2.19/dagger-spi-2.19.pom.sha1
@@ -0,0 +1 @@
+ec8080666ec180b229c39999348624fad8d7df6d
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-javadoc.jar b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-javadoc.jar
new file mode 100644
index 0000000..d41aecd
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-javadoc.jar
Binary files differ
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-javadoc.jar.asc b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-javadoc.jar.asc
new file mode 100644
index 0000000..883433c
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-javadoc.jar.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEMoi4voUS1sDKGFJoxR5svH/0bwsFAlvXQ38ACgkQxR5svH/0
+bwv7/wgAo88qAPfO8ceiH3Bep437MvMJQCjzblP0V5mgI6BvQcHXh0CFA6UW58UY
+qgIv4Gz4WIRzAatos/cpPTVnKLBtxEDJ9iW2HxIiVPiLLCusS+VRhjQ9JfixElpj
+4adADnK26Rn/rXzGQk0+Rzoi9op5BrEdoVTDUy+c7i+f+7g2g/PQcmAZ1zw1dQRN
+LpVoATxjjJrB8zXvGJ0BORSgddfwZhaFNT3m4zUA/k1wb+GODXCAxwqDrLmn0M82
+jLSZqYMcOEbKvCX2pqyQwBNIqySb1gMBU7j7IfRfElv7ATax9iGkiKGWXVGiy9mO
+s/QHpSaOZRSSdxM3W9yav5tzfr98WQ==
+=izzn
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-javadoc.jar.asc.md5 b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-javadoc.jar.asc.md5
new file mode 100644
index 0000000..8cbdcc3
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-javadoc.jar.asc.md5
@@ -0,0 +1 @@
+82a67ab7ae71defbd0849d8b67ab6f46
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-javadoc.jar.asc.sha1 b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-javadoc.jar.asc.sha1
new file mode 100644
index 0000000..0dc0176
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-javadoc.jar.asc.sha1
@@ -0,0 +1 @@
+c5b9198d6a49e5d963bf8c7233adbf7179705eb4
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-javadoc.jar.md5 b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-javadoc.jar.md5
new file mode 100644
index 0000000..0da4d51
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-javadoc.jar.md5
@@ -0,0 +1 @@
+27d4b4e5f2f85697b35137a3aaa71224
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-javadoc.jar.sha1 b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-javadoc.jar.sha1
new file mode 100644
index 0000000..47430bb
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-javadoc.jar.sha1
@@ -0,0 +1 @@
+cf6acb371e851a0e64d86b0a1423031b96882dc0
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-sources.jar b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-sources.jar
new file mode 100644
index 0000000..5914f5b
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-sources.jar.asc b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-sources.jar.asc
new file mode 100644
index 0000000..926ed8a
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-sources.jar.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEMoi4voUS1sDKGFJoxR5svH/0bwsFAlvXQ34ACgkQxR5svH/0
+bwtg9gf/Zd1r4O3JMdkxKFbn95+RZO3q3J5s9LS1k765/T7CfuSOuw51FHPDnc+C
+XlXEkSW8Rk4ayhmKtxh1gB5U1rUIXMG2DFj0ne5Ei3aGMCvGO3zt7vaWIA9LNowY
+SeXHarhr5RnFhCKiuhukJ4a3pwBRo/Ki/MS8ZYgYBNmrTBs3JgH47ZjxgKMGjypD
+Trnntaw0EukNFzjTRN6VLu8BPpCdEFEzly2mKjTsbyO86V7yOqu5nGbHoyioJBw3
+Reyf2KCEeBdpIAq5Ozj6zYSP48Cx29NdRZkF3bAl55tvmjXhnXZJV8vGWiJiX4o8
+TQdfdnOOp8tY+WmJ7pH+16ElN93YcA==
+=F83W
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-sources.jar.asc.md5 b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-sources.jar.asc.md5
new file mode 100644
index 0000000..0e52202
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-sources.jar.asc.md5
@@ -0,0 +1 @@
+d39f1aace70649a55f0cbe3cd2ed96ec
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-sources.jar.asc.sha1 b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-sources.jar.asc.sha1
new file mode 100644
index 0000000..ddbe8ea
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-sources.jar.asc.sha1
@@ -0,0 +1 @@
+a53aa4109e5dcf70f25df2c96be9af3459aeb792
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-sources.jar.md5 b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-sources.jar.md5
new file mode 100644
index 0000000..53d8087
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-sources.jar.md5
@@ -0,0 +1 @@
+03ceb67d3d04b41abaef0942d141145c
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-sources.jar.sha1 b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-sources.jar.sha1
new file mode 100644
index 0000000..5b7d1f6
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19-sources.jar.sha1
@@ -0,0 +1 @@
+0488ccc69e5992cbb7fd4fc745d5f3e171dd0d58
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.jar b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.jar
new file mode 100644
index 0000000..ad6dacd
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.jar
Binary files differ
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.jar.asc b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.jar.asc
new file mode 100644
index 0000000..ed5127f
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.jar.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEMoi4voUS1sDKGFJoxR5svH/0bwsFAlvXQ20ACgkQxR5svH/0
+bwtJKAf/XpaBk5ivUVzfC35Sve2i+hYk7ug+duW5wujJvhkBAx+m1Qz7myEgPkPs
+xfSdtlTpilHlpDiocEohzV+V6Jpz8vJwbs43h2QjcnQrGRO0E4AGqKUqeZgAsn+o
+BcrtUuNrUaxouKFAwwN07g6zLOndRlViL3vIDZcDtiCahUcSkRLWSYYHoRjZPh3C
+19YEwlScW+AAI15LGsSfWgJdu/sLXQNaBbHViRWrOEg1OPU3UlNmpoQ6nkyecn6d
+F/ohyzIlm8mZ+7C+aqXi4K0ptMTx4I+RW7Az9GmH989WnPGAj9vJBsBSSA4yUVn6
+uiTsJvdZ2GVpmSPpTZntwKkMlKE2Sg==
+=7v34
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.jar.asc.md5 b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.jar.asc.md5
new file mode 100644
index 0000000..cf6f925
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.jar.asc.md5
@@ -0,0 +1 @@
+e2503e8cdbbfb49ccf2e5905b3e86403
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.jar.asc.sha1 b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.jar.asc.sha1
new file mode 100644
index 0000000..433a624
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.jar.asc.sha1
@@ -0,0 +1 @@
+ad8c2c65501072f72b04c8600e035ea3d60c1d2a
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.jar.md5 b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.jar.md5
new file mode 100644
index 0000000..51c755f
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.jar.md5
@@ -0,0 +1 @@
+4d2ea9aceda90a341478d646b316ed0c
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.jar.sha1 b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.jar.sha1
new file mode 100644
index 0000000..fa805d3
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.jar.sha1
@@ -0,0 +1 @@
+ccf08b5bb60a4b4c149524595ec1d2eb02b8ba80
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.pom b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.pom
new file mode 100644
index 0000000..2094ae9
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.pom
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2018 The Dagger 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/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</artifactId>
+ <name>Dagger</name>
+ <version>2.19</version>
+ <description>A fast dependency injector for Android and Java.</description>
+ <url>https://github.com/google/dagger</url>
+ <packaging>jar</packaging>
+
+ <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>
+
+ <dependencies>
+<dependency>
+ <groupId>javax.inject</groupId>
+ <artifactId>javax.inject</artifactId>
+ <version>1</version>
+</dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.pom.asc b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.pom.asc
new file mode 100644
index 0000000..fa0198f
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.pom.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEMoi4voUS1sDKGFJoxR5svH/0bwsFAlvXQ3MACgkQxR5svH/0
+bwvYqAgAt0S/SxGuMF6BQnW/e9m5gWRWhAvPqctUgpNS3p1hXPIUNMJzy9BR8Fah
+/BgbIY0QNpcB5PLAt8c+mNoQL+CTpQc9QKFUFN8E3gFQJSbeUeD2OrQFpVgls+RV
+eRq/DlQDJzcxjzbYHEVmdudE0OY9eNhXsupugYynGS1BfZ15GLu0rNyfD7QSIpMo
+XSKMEgHgzYDl3GHlGXFwwbrTV0LwDoNvnCi0N6k0GEuZkOYiT9r17VgLMKDubZ4u
+1V1wGIqRxuXo3huTPonP39DJQ3HQCYsXvm5FQQh11VHfQiK8VckzledMV7aVVFQz
+eQiBmqewD0wqBS11HpT1taL4iIPYvw==
+=sjg4
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.pom.asc.md5 b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.pom.asc.md5
new file mode 100644
index 0000000..74f51e2
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.pom.asc.md5
@@ -0,0 +1 @@
+72fe7df930a9136f79045332ee8bd2b0
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.pom.asc.sha1 b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.pom.asc.sha1
new file mode 100644
index 0000000..20c6297
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.pom.asc.sha1
@@ -0,0 +1 @@
+9dd29b57cd2674f96fa59fb8849219b298017c82
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.pom.md5 b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.pom.md5
new file mode 100644
index 0000000..c0fb32b
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.pom.md5
@@ -0,0 +1 @@
+a34b4947cc78cec672f75b2276a27db7
\ No newline at end of file
diff --git a/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.pom.sha1 b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.pom.sha1
new file mode 100644
index 0000000..6918706
--- /dev/null
+++ b/common/m2/repository/com/google/dagger/dagger/2.19/dagger-2.19.pom.sha1
@@ -0,0 +1 @@
+6470bb3c8dbf7e89472148d78acca7bcb1f2d5e9
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1-sources.jar b/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1-sources.jar
new file mode 100644
index 0000000..745d32c
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1-sources.jar.md5 b/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1-sources.jar.md5
new file mode 100644
index 0000000..ac1f627
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1-sources.jar.md5
@@ -0,0 +1 @@
+0e399c2cb3e19bea726a2333759ebaba
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1-sources.jar.sha1 b/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1-sources.jar.sha1
new file mode 100644
index 0000000..30ee71e
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1-sources.jar.sha1
@@ -0,0 +1 @@
+dc8640094c03022e1c3b9c016624e43401975863
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1.jar b/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1.jar
new file mode 100644
index 0000000..a569fe0
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1.jar
Binary files differ
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1.jar.md5 b/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1.jar.md5
new file mode 100644
index 0000000..fc78e10
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1.jar.md5
@@ -0,0 +1 @@
+d49737b8541600b631e617e72afb28db
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1.jar.sha1 b/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1.jar.sha1
new file mode 100644
index 0000000..a0e3197
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1.jar.sha1
@@ -0,0 +1 @@
+204d567b48af99ac007935fd663a053af33eb459
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1.pom b/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1.pom
new file mode 100644
index 0000000..a50784f
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1.pom
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2011 The Error Prone 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>com.google.errorprone</groupId>
+ <artifactId>error_prone_parent</artifactId>
+ <version>2.3.1</version>
+ </parent>
+
+ <name>@BugPattern annotation</name>
+ <artifactId>error_prone_annotation</artifactId>
+
+ <licenses>
+ <license>
+ <name>Apache 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+
+ <dependencies>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>${guava.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${junit.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.truth</groupId>
+ <artifactId>truth</artifactId>
+ <version>0.39</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1.pom.md5 b/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1.pom.md5
new file mode 100644
index 0000000..1964509
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1.pom.md5
@@ -0,0 +1 @@
+da5a2dbe98d8977407efe3803d71ca7a
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1.pom.sha1 b/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1.pom.sha1
new file mode 100644
index 0000000..13f42be
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotation/2.3.1/error_prone_annotation-2.3.1.pom.sha1
@@ -0,0 +1 @@
+e0a9b2419fc7096ae3c9f87b4b1052e5a4192502
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotation/maven-metadata.xml b/common/m2/repository/com/google/errorprone/error_prone_annotation/maven-metadata.xml
new file mode 100644
index 0000000..f4365a1
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotation/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_annotation</artifactId>
+ <versioning>
+ <release>2.3.1</release>
+ <versions>
+ <version>2.3.1</version>
+ </versions>
+ <lastUpdated>20180616054553</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18-sources.jar b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18-sources.jar
new file mode 100644
index 0000000..9776498
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18-sources.jar.md5 b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18-sources.jar.md5
new file mode 100644
index 0000000..066bcab
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18-sources.jar.md5
@@ -0,0 +1 @@
+bb5ba8ff34e69b47f5c5bcee792e87f6
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18-sources.jar.sha1 b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18-sources.jar.sha1
new file mode 100644
index 0000000..4103c46
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18-sources.jar.sha1
@@ -0,0 +1 @@
+220c1232fa6d13b427c10ccc1243a87f5f501d31
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.1.2/error_prone_annotations-2.1.2-sources.jar b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.1.2/error_prone_annotations-2.1.2-sources.jar
new file mode 100644
index 0000000..4a137b0
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.1.2/error_prone_annotations-2.1.2-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.1.2/error_prone_annotations-2.1.2-sources.jar.md5 b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.1.2/error_prone_annotations-2.1.2-sources.jar.md5
new file mode 100644
index 0000000..2c37342
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.1.2/error_prone_annotations-2.1.2-sources.jar.md5
@@ -0,0 +1 @@
+5f8de4224a2a1a258de0b67ca0708a4f
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.1.2/error_prone_annotations-2.1.2-sources.jar.sha1 b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.1.2/error_prone_annotations-2.1.2-sources.jar.sha1
new file mode 100644
index 0000000..565cf41
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.1.2/error_prone_annotations-2.1.2-sources.jar.sha1
@@ -0,0 +1 @@
+380fceb109283ad515a05ca6955f97290e392cd8
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0-sources.jar b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0-sources.jar
new file mode 100644
index 0000000..13c8e8b
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0-sources.jar.md5 b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0-sources.jar.md5
new file mode 100644
index 0000000..ae3bd94
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0-sources.jar.md5
@@ -0,0 +1 @@
+28e912b7d7f010dd75b64a212e9ac916
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0-sources.jar.sha1 b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0-sources.jar.sha1
new file mode 100644
index 0000000..1c8737d
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0-sources.jar.sha1
@@ -0,0 +1 @@
+a8cd7823aa1dcd2fd6677c0c5988fdde9d1fb0a3
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1-sources.jar b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1-sources.jar
new file mode 100644
index 0000000..743f52d
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1-sources.jar.md5 b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1-sources.jar.md5
new file mode 100644
index 0000000..0a48694
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1-sources.jar.md5
@@ -0,0 +1 @@
+bfcc1d857f2c26263c3882fe01c8229a
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1-sources.jar.sha1 b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1-sources.jar.sha1
new file mode 100644
index 0000000..1e915c4
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1-sources.jar.sha1
@@ -0,0 +1 @@
+bbb735b1d3f003adf3572682106a9932f5f35395
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1.jar b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1.jar
new file mode 100644
index 0000000..8a0efa3
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1.jar
Binary files differ
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1.jar.md5 b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1.jar.md5
new file mode 100644
index 0000000..f53d983
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1.jar.md5
@@ -0,0 +1 @@
+40c6c3b4333841ddd16278b98e060ce2
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1.jar.sha1 b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1.jar.sha1
new file mode 100644
index 0000000..cc91b48a
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1.jar.sha1
@@ -0,0 +1 @@
+a6a2b2df72fd13ec466216049b303f206bd66c5d
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1.pom b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1.pom
new file mode 100644
index 0000000..72b4c54
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1.pom
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2015 The Error Prone 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>com.google.errorprone</groupId>
+ <artifactId>error_prone_parent</artifactId>
+ <version>2.3.1</version>
+ </parent>
+
+ <name>error-prone annotations</name>
+ <artifactId>error_prone_annotations</artifactId>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${junit.version}</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <licenses>
+ <license>
+ <name>Apache 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.7</source>
+ <target>1.7</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1.pom.md5 b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1.pom.md5
new file mode 100644
index 0000000..1c018f5
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1.pom.md5
@@ -0,0 +1 @@
+65e9413c7b7c47940d723f271ce8c31d
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1.pom.sha1 b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1.pom.sha1
new file mode 100644
index 0000000..5b8e343
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.3.1/error_prone_annotations-2.3.1.pom.sha1
@@ -0,0 +1 @@
+19c878e6870c8382864dcc459de1c6bfe7f36e54
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/maven-metadata.xml b/common/m2/repository/com/google/errorprone/error_prone_annotations/maven-metadata.xml
new file mode 100644
index 0000000..806b427
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_annotations</artifactId>
+ <versioning>
+ <release>2.3.1</release>
+ <versions>
+ <version>2.3.1</version>
+ </versions>
+ <lastUpdated>20180616054553</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1-sources.jar b/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1-sources.jar
new file mode 100644
index 0000000..255b4de
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1-sources.jar.md5 b/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1-sources.jar.md5
new file mode 100644
index 0000000..d03d93c
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1-sources.jar.md5
@@ -0,0 +1 @@
+aee4a43c6035572a8d45ccc27fe75ccf
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1-sources.jar.sha1 b/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1-sources.jar.sha1
new file mode 100644
index 0000000..ea918be
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1-sources.jar.sha1
@@ -0,0 +1 @@
+00d70f6fce53a5704a541a4a614222bd96dd628d
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1.jar b/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1.jar
new file mode 100644
index 0000000..b6a68d5
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1.jar
Binary files differ
diff --git a/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1.jar.md5 b/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1.jar.md5
new file mode 100644
index 0000000..d320385
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1.jar.md5
@@ -0,0 +1 @@
+c33cc7acdd8034d36376094154858b86
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1.jar.sha1 b/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1.jar.sha1
new file mode 100644
index 0000000..cda511f
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1.jar.sha1
@@ -0,0 +1 @@
+2ead47569e05e3e4607174e228b3b6efd4c4b5ee
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1.pom b/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1.pom
new file mode 100644
index 0000000..89f8020
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1.pom
@@ -0,0 +1,144 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2011 The Error Prone 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>
+
+ <!-- Added this because the JSR 305 dependency wouldn't download from the
+ default repository. -->
+ <repositories>
+ <repository>
+ <id>alt-repo1</id>
+ <name>repo1.maven.org</name>
+ <url>http://repo1.maven.org</url>
+ </repository>
+ </repositories>
+
+ <parent>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_parent</artifactId>
+ <version>2.3.1</version>
+ </parent>
+
+ <name>error-prone check api</name>
+ <artifactId>error_prone_check_api</artifactId>
+
+ <licenses>
+ <license>
+ <name>Apache 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+
+ <dependencies>
+ <!-- If you add a dependency, please also add a comment with the license
+ as the existing examples do. -->
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_annotation</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <!-- BSD New -->
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ <version>3.0.0</version>
+ </dependency>
+ <dependency>
+ <!-- GPLv2 with Classpath Exception -->
+ <groupId>org.checkerframework</groupId>
+ <artifactId>dataflow</artifactId>
+ <version>${dataflow.version}</version>
+ </dependency>
+ <dependency>
+ <!-- GPLv2 with Classpath Exception -->
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>javac</artifactId>
+ <version>${javac.version}</version>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.googlecode.java-diff-utils</groupId>
+ <artifactId>diffutils</artifactId>
+ <version>1.3.0</version>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.auto.value</groupId>
+ <artifactId>auto-value</artifactId>
+ <version>${autovalue.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_annotations</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <!-- Eclipse Public License 1.0 -->
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${junit.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- BSD New (3 clause) -->
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-core</artifactId>
+ <version>1.3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.truth</groupId>
+ <artifactId>truth</artifactId>
+ <version>${truth.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.truth.extensions</groupId>
+ <artifactId>truth-java8-extension</artifactId>
+ <version>${truth.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- MIT -->
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>2.0.3-beta</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava-testlib</artifactId>
+ <version>${guava.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- MIT -->
+ <groupId>com.github.kevinstern</groupId>
+ <artifactId>software-and-algorithms</artifactId>
+ <version>1.0</version>
+ </dependency>
+ </dependencies>
+
+</project>
diff --git a/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1.pom.md5 b/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1.pom.md5
new file mode 100644
index 0000000..e2f02c5
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1.pom.md5
@@ -0,0 +1 @@
+48ef0cadb860086dc4ae414b76ba06cf
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1.pom.sha1 b/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1.pom.sha1
new file mode 100644
index 0000000..718f819
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_check_api/2.3.1/error_prone_check_api-2.3.1.pom.sha1
@@ -0,0 +1 @@
+50cc29983e893bf21c54e08559855d4876dfbf70
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_check_api/maven-metadata.xml b/common/m2/repository/com/google/errorprone/error_prone_check_api/maven-metadata.xml
new file mode 100644
index 0000000..ef8e0e0
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_check_api/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_check_api</artifactId>
+ <versioning>
+ <release>2.3.1</release>
+ <versions>
+ <version>2.3.1</version>
+ </versions>
+ <lastUpdated>20180616054553</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1-sources.jar b/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1-sources.jar
new file mode 100644
index 0000000..501b759
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1-sources.jar.md5 b/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1-sources.jar.md5
new file mode 100644
index 0000000..e195a41
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1-sources.jar.md5
@@ -0,0 +1 @@
+e2188ebf5b549194a7371fb370d578c3
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1-sources.jar.sha1 b/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1-sources.jar.sha1
new file mode 100644
index 0000000..a5e064b
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1-sources.jar.sha1
@@ -0,0 +1 @@
+551721bdb8c2638ff29df301571ef72eec749dc8
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1.jar b/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1.jar
new file mode 100644
index 0000000..47ec217
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1.jar
Binary files differ
diff --git a/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1.jar.md5 b/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1.jar.md5
new file mode 100644
index 0000000..18119db
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1.jar.md5
@@ -0,0 +1 @@
+ca31d688b6778899573f2a1479921d37
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1.jar.sha1 b/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1.jar.sha1
new file mode 100644
index 0000000..f12a9b2
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1.jar.sha1
@@ -0,0 +1 @@
+f37275ef54272b89663d47bd11889b849a7fb652
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1.pom b/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1.pom
new file mode 100644
index 0000000..8d0bcbb
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1.pom
@@ -0,0 +1,392 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2011 The Error Prone 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>
+
+ <repositories>
+ <!-- Added this because the JSR 305 dependency wouldn't download from the
+ default repository. -->
+ <repository>
+ <id>alt-repo1</id>
+ <name>repo1.maven.org</name>
+ <url>http://repo1.maven.org</url>
+ </repository>
+ <!-- For the Android support library -->
+ <repository>
+ <id>google-android-support</id>
+ <name>maven.google.com</name>
+ <url>https://maven.google.com</url>
+ </repository>
+ </repositories>
+
+ <parent>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_parent</artifactId>
+ <version>2.3.1</version>
+ </parent>
+
+ <name>error-prone library</name>
+ <artifactId>error_prone_core</artifactId>
+
+ <licenses>
+ <license>
+ <name>Apache 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+
+ <dependencies>
+ <!-- If you add a dependency, please also add a comment with the license
+ as the existing examples do.
+
+ If the license is compatible with ours (e.g. Apache 2.0, BSD, and MIT
+ are; assume anything else is not), please add the dependency to
+ the Maven shade includes section below, so it will be packaged with
+ the error-prone JAR file that we distribute. -->
+
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_annotation</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_type_annotations</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_check_api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_test_helpers</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.github.stephenc.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ <version>1.0-1</version>
+ </dependency>
+ <dependency>
+ <!-- MIT -->
+ <groupId>org.pcollections</groupId>
+ <artifactId>pcollections</artifactId>
+ <version>2.1.2</version>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>${guava.version}</version>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.auto</groupId>
+ <artifactId>auto-common</artifactId>
+ <version>0.10</version>
+ </dependency>
+ <dependency>
+ <!-- LGPL -->
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jFormatString</artifactId>
+ <version>3.0.0</version>
+ </dependency>
+ <dependency>
+ <!-- BSD New -->
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ <version>3.0.0</version>
+ </dependency>
+ <dependency>
+ <!-- GPLv2 with Classpath Exception -->
+ <groupId>org.checkerframework</groupId>
+ <artifactId>dataflow</artifactId>
+ <version>${dataflow.version}</version>
+ </dependency>
+ <dependency>
+ <!-- GPLv2 with Classpath Exception -->
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>javac</artifactId>
+ <version>${javac.version}</version>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.auto.value</groupId>
+ <artifactId>auto-value</artifactId>
+ <version>${autovalue.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_annotations</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <!-- Eclipse Public License 1.0 -->
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${junit.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- BSD New (3 clause) -->
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-core</artifactId>
+ <version>1.3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- BSD New (3 clause) -->
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-library</artifactId>
+ <version>1.3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.truth</groupId>
+ <artifactId>truth</artifactId>
+ <version>${truth.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.truth.extensions</groupId>
+ <artifactId>truth-java8-extension</artifactId>
+ <version>${truth.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.inject</groupId>
+ <artifactId>guice</artifactId>
+ <version>4.0-beta5</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.inject.extensions</groupId>
+ <artifactId>guice-assistedinject</artifactId>
+ <version>4.0-beta5</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.inject.extensions</groupId>
+ <artifactId>guice-servlet</artifactId>
+ <version>4.0-beta5</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.gwt.inject</groupId>
+ <artifactId>gin</artifactId>
+ <version>2.1.2</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- MIT -->
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>2.0.3-beta</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- BSD -->
+ <groupId>org.jmock</groupId>
+ <artifactId>jmock</artifactId>
+ <version>2.8.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- BSD -->
+ <groupId>org.jmock</groupId>
+ <artifactId>jmock-junit4</artifactId>
+ <version>2.8.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java</artifactId>
+ <version>3.5.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.dagger</groupId>
+ <artifactId>dagger</artifactId>
+ <version>2.14.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.dagger</groupId>
+ <artifactId>dagger-producers</artifactId>
+ <version>2.14.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.auto.factory</groupId>
+ <artifactId>auto-factory</artifactId>
+ <version>1.0-beta5</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava-testlib</artifactId>
+ <version>${guava.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.testing.compile</groupId>
+ <artifactId>compile-testing</artifactId>
+ <version>0.15</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- ICU License -->
+ <groupId>com.ibm.icu</groupId>
+ <artifactId>icu4j</artifactId>
+ <version>56.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.auto.service</groupId>
+ <artifactId>auto-service</artifactId>
+ <version>1.0-rc4</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>io.netty</groupId>
+ <artifactId>netty-all</artifactId>
+ <version>4.1.12.Final</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>joda-time</groupId>
+ <artifactId>joda-time</artifactId>
+ <version>2.9.4</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.common.html.types</groupId>
+ <artifactId>proto</artifactId>
+ <version>1.0.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.common.html.types</groupId>
+ <artifactId>types</artifactId>
+ <version>1.0.5</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.android.support</groupId>
+ <artifactId>support-annotations</artifactId>
+ <version>27.0.0</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <!-- Include the @BugPattern annotation in the main distribution
+ so users have only one jar to add to their classpath. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>shade</goal>
+ </goals>
+ <configuration>
+ <shadedArtifactAttached>true</shadedArtifactAttached>
+ <shadedClassifierName>with-dependencies</shadedClassifierName>
+ <createDependencyReducedPom>false</createDependencyReducedPom>
+ <artifactSet>
+ <!-- Include only dependencies with compatible licenses.
+ Apache, BSD, and MIT are OK; others are not. -->
+ <includes>
+ <include>com.github.kevinstern:software-and-algorithms</include>
+ <include>com.google.errorprone:error_prone_annotation</include>
+ <include>com.google.errorprone:error_prone_check_api</include>
+ <include>com.github.stephenc.jcip:jcip-annotations</include>
+ <include>org.pcollections:pcollections</include>
+ <include>com.google.guava:guava</include>
+ <include>com.google.auto:auto-common</include>
+ <include>com.google.code.findbugs:jsr305</include>
+ </includes>
+ </artifactSet>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.19.1</version>
+ <configuration>
+ <!-- set heap size to work around http://github.com/travis-ci/travis-ci/issues/3396 -->
+ <!-- put javac.jar on bootclasspath when executing tests -->
+ <argLine>-Xmx1024m -Xbootclasspath/p:${settings.localRepository}/com/google/errorprone/javac/${javac.version}/javac-${javac.version}.jar</argLine>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <!-- run annotation processor -->
+ <profile>
+ <id>run-annotation-processor</id>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_docgen_processor</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>${guava.version}</version>
+ </dependency>
+ </dependencies>
+ </profile>
+ </profiles>
+</project>
diff --git a/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1.pom.md5 b/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1.pom.md5
new file mode 100644
index 0000000..1fe456f
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1.pom.md5
@@ -0,0 +1 @@
+e123ec76c5f74cc65184b6aee54103f3
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1.pom.sha1 b/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1.pom.sha1
new file mode 100644
index 0000000..4864e5e
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_core/2.3.1/error_prone_core-2.3.1.pom.sha1
@@ -0,0 +1 @@
+011a35420e192d24a8abca4dfda98c1a48d6a6ca
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_core/maven-metadata.xml b/common/m2/repository/com/google/errorprone/error_prone_core/maven-metadata.xml
new file mode 100644
index 0000000..7e38a30
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_core/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_core</artifactId>
+ <versioning>
+ <release>2.3.1</release>
+ <versions>
+ <version>2.3.1</version>
+ </versions>
+ <lastUpdated>20180616054553</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/errorprone/error_prone_parent/2.3.1/error_prone_parent-2.3.1.pom b/common/m2/repository/com/google/errorprone/error_prone_parent/2.3.1/error_prone_parent-2.3.1.pom
new file mode 100644
index 0000000..3f0addc
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_parent/2.3.1/error_prone_parent-2.3.1.pom
@@ -0,0 +1,158 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2011 The Error Prone 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>org.sonatype.oss</groupId>
+ <artifactId>oss-parent</artifactId>
+ <version>7</version>
+ </parent>
+
+ <name>Maven parent POM</name>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_parent</artifactId>
+ <version>2.3.1</version>
+ <packaging>pom</packaging>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <guava.version>23.5-jre</guava.version>
+ <truth.version>0.36</truth.version>
+ <javac.version>9+181-r4173-1</javac.version>
+ <autovalue.version>1.5.3</autovalue.version>
+ <junit.version>4.13-SNAPSHOT</junit.version>
+ <dataflow.version>2.5.0</dataflow.version>
+ </properties>
+
+ <modules>
+ <module>check_api</module>
+ <module>test_helpers</module>
+ <module>core</module>
+ <module>annotation</module>
+ <module>annotations</module>
+ <module>type_annotations</module>
+ <module>docgen</module>
+ <module>docgen_processor</module>
+ <module>ant</module>
+ <module>refaster</module>
+ </modules>
+
+ <scm>
+ <connection>scm:git:https://github.com/google/error-prone.git</connection>
+ <developerConnection>scm:git:git@github.com:google/error-prone.git</developerConnection>
+ <url>https://github.com/google/error-prone</url>
+ </scm>
+
+ <licenses>
+ <license>
+ <name>Apache 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/java</directory>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
+ </resource>
+ </resources>
+ <testResources>
+ <testResource>
+ <directory>src/test/java</directory>
+ <includes>
+ <include>**/testdata/**</include>
+ </includes>
+ </testResource>
+ </testResources>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.5</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>3.0.0</version>
+ <configuration>
+ <notimestamp>true</notimestamp>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.6.2</version>
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
+ <parameters />
+ <testExcludes>
+ <exclude>**/testdata/**</exclude>
+ </testExcludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <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>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>3.3</version>
+ <executions>
+ <execution>
+ <id>attach-descriptor</id>
+ <goals>
+ <goal>attach-descriptor</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.9</version>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/common/m2/repository/com/google/errorprone/error_prone_parent/2.3.1/error_prone_parent-2.3.1.pom.md5 b/common/m2/repository/com/google/errorprone/error_prone_parent/2.3.1/error_prone_parent-2.3.1.pom.md5
new file mode 100644
index 0000000..decd1c7
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_parent/2.3.1/error_prone_parent-2.3.1.pom.md5
@@ -0,0 +1 @@
+738e53699dcae13b25f34c7b423b6165
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_parent/2.3.1/error_prone_parent-2.3.1.pom.sha1 b/common/m2/repository/com/google/errorprone/error_prone_parent/2.3.1/error_prone_parent-2.3.1.pom.sha1
new file mode 100644
index 0000000..5b8b00a
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_parent/2.3.1/error_prone_parent-2.3.1.pom.sha1
@@ -0,0 +1 @@
+a32c199defa0dcf9c42a32c26fec4d1fbb408e58
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_parent/maven-metadata.xml b/common/m2/repository/com/google/errorprone/error_prone_parent/maven-metadata.xml
new file mode 100644
index 0000000..732faac
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_parent/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_parent</artifactId>
+ <versioning>
+ <release>2.3.1</release>
+ <versions>
+ <version>2.3.1</version>
+ </versions>
+ <lastUpdated>20180616054532</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1-sources.jar b/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1-sources.jar
new file mode 100644
index 0000000..7b46cdd
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1-sources.jar.md5 b/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1-sources.jar.md5
new file mode 100644
index 0000000..3720d7d
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1-sources.jar.md5
@@ -0,0 +1 @@
+711fe5abe846c7f5ad2387c88f77a107
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1-sources.jar.sha1 b/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1-sources.jar.sha1
new file mode 100644
index 0000000..78284ea
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1-sources.jar.sha1
@@ -0,0 +1 @@
+c644c5cfe6a4cefadea1c2fb31eaec4768674234
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1.jar b/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1.jar
new file mode 100644
index 0000000..7d80026
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1.jar
Binary files differ
diff --git a/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1.jar.md5 b/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1.jar.md5
new file mode 100644
index 0000000..03a7bda
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1.jar.md5
@@ -0,0 +1 @@
+922a36b2b011c9bcd1fff4c5f9e11077
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1.jar.sha1 b/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1.jar.sha1
new file mode 100644
index 0000000..fa19371
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1.jar.sha1
@@ -0,0 +1 @@
+4078839e2882aa72b59a2facc6fcb16b258dcdd7
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1.pom b/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1.pom
new file mode 100644
index 0000000..d59b42f
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1.pom
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2018 The Error Prone 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>com.google.errorprone</groupId>
+ <artifactId>error_prone_parent</artifactId>
+ <version>2.3.1</version>
+ </parent>
+
+ <name>error-prone type annotations</name>
+ <artifactId>error_prone_type_annotations</artifactId>
+
+ <dependencies>
+ <dependency>
+ <!-- Apache 2.0 -->
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_annotations</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+ <licenses>
+ <license>
+ <name>Apache 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+</project>
diff --git a/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1.pom.md5 b/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1.pom.md5
new file mode 100644
index 0000000..8179522
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1.pom.md5
@@ -0,0 +1 @@
+0d79117b81f9eaac5f4c316c41355adb
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1.pom.sha1 b/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1.pom.sha1
new file mode 100644
index 0000000..ece84a7
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_type_annotations/2.3.1/error_prone_type_annotations-2.3.1.pom.sha1
@@ -0,0 +1 @@
+59869e7f066276ed9e7b34283f4c34f18528e23a
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_type_annotations/maven-metadata.xml b/common/m2/repository/com/google/errorprone/error_prone_type_annotations/maven-metadata.xml
new file mode 100644
index 0000000..17343f0
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_type_annotations/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_type_annotations</artifactId>
+ <versioning>
+ <release>2.3.1</release>
+ <versions>
+ <version>2.3.1</version>
+ </versions>
+ <lastUpdated>20180616054553</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/javac-9+181-r4173-1-sources.jar b/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/javac-9+181-r4173-1-sources.jar
new file mode 100644
index 0000000..8a1f20f
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/javac-9+181-r4173-1-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/javac-9+181-r4173-1-sources.jar.md5 b/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/javac-9+181-r4173-1-sources.jar.md5
new file mode 100644
index 0000000..3f38b44
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/javac-9+181-r4173-1-sources.jar.md5
@@ -0,0 +1 @@
+99ac93a1cfe7bf351e7284238ca6d757
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/javac-9+181-r4173-1-sources.jar.sha1 b/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/javac-9+181-r4173-1-sources.jar.sha1
new file mode 100644
index 0000000..50fb4f4
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/javac-9+181-r4173-1-sources.jar.sha1
@@ -0,0 +1 @@
+8180e0b5be81aa91a2edb26cfe079c65dc2fc813
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/javac/maven-metadata.xml b/common/m2/repository/com/google/errorprone/javac/maven-metadata.xml
new file mode 100644
index 0000000..501e665
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/javac/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>javac</artifactId>
+ <versioning>
+ <release>9+181-r4173-1</release>
+ <versions>
+ <version>9+181-r4173-1</version>
+ </versions>
+ <lastUpdated>20180616054553</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/google/1/google-1.pom.md5 b/common/m2/repository/com/google/google/1/google-1.pom.md5
new file mode 100644
index 0000000..bb469d0
--- /dev/null
+++ b/common/m2/repository/com/google/google/1/google-1.pom.md5
@@ -0,0 +1 @@
+381522d89556693d1f99b99ae29e2089
\ No newline at end of file
diff --git a/common/m2/repository/com/google/google/1/google-1.pom.sha1 b/common/m2/repository/com/google/google/1/google-1.pom.sha1
index 52e83d3..9be16a3 100644
--- a/common/m2/repository/com/google/google/1/google-1.pom.sha1
+++ b/common/m2/repository/com/google/google/1/google-1.pom.sha1
@@ -1 +1 @@
-c35a5268151b7a1bbb77f7ee94a950f00e32db61
+c35a5268151b7a1bbb77f7ee94a950f00e32db61
\ No newline at end of file
diff --git a/common/m2/repository/com/google/google/maven-metadata.xml b/common/m2/repository/com/google/google/maven-metadata.xml
new file mode 100644
index 0000000..a68bcbb
--- /dev/null
+++ b/common/m2/repository/com/google/google/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google</groupId>
+ <artifactId>google</artifactId>
+ <versioning>
+ <release>1</release>
+ <versions>
+ <version>1</version>
+ </versions>
+ <lastUpdated>20180418195242</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/guava/guava-parent/23.0/guava-parent-23.0.pom b/common/m2/repository/com/google/guava/guava-parent/23.0/guava-parent-23.0.pom
new file mode 100644
index 0000000..1f1755d
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava-parent/23.0/guava-parent-23.0.pom
@@ -0,0 +1,292 @@
+<?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.guava</groupId>
+ <artifactId>guava-parent</artifactId>
+ <version>23.0</version>
+ <packaging>pom</packaging>
+ <name>Guava Maven Parent</name>
+ <url>https://github.com/google/guava</url>
+ <properties>
+ <gpg.skip>true</gpg.skip>
+ <!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI -->
+ <test.include>%regex[.*Test.class]</test.include>
+ <truth.version>0.34</truth.version>
+ <animal.sniffer.version>1.14</animal.sniffer.version>
+ </properties>
+ <issueManagement>
+ <system>GitHub Issues</system>
+ <url>https://github.com/google/guava/issues</url>
+ </issueManagement>
+ <inceptionYear>2010</inceptionYear>
+ <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>
+ <prerequisites>
+ <maven>3.0.3</maven>
+ </prerequisites>
+ <scm>
+ <connection>scm:git:https://github.com/google/guava.git</connection>
+ <developerConnection>scm:git:git@github.com:google/guava.git</developerConnection>
+ <url>https://github.com/google/guava</url>
+ </scm>
+ <developers>
+ <developer>
+ <id>kevinb9n</id>
+ <name>Kevin Bourrillion</name>
+ <email>kevinb@google.com</email>
+ <organization>Google</organization>
+ <organizationUrl>http://www.google.com</organizationUrl>
+ <roles>
+ <role>owner</role>
+ <role>developer</role>
+ </roles>
+ <timezone>-8</timezone>
+ </developer>
+ </developers>
+ <ciManagement>
+ <system>Travis CI</system>
+ <url>https://travis-ci.org/google/guava</url>
+ </ciManagement>
+ <modules>
+ <module>guava</module>
+ <module>guava-gwt</module>
+ <module>guava-testlib</module>
+ <module>guava-tests</module>
+ </modules>
+ <build>
+ <!-- Handle where Guava deviates from Maven defaults -->
+ <sourceDirectory>src</sourceDirectory>
+ <testSourceDirectory>test</testSourceDirectory>
+ <resources>
+ <resource>
+ <directory>src</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </resource>
+ </resources>
+ <testResources>
+ <testResource>
+ <directory>test</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </testResource>
+ </testResources>
+
+ <plugins>
+ <plugin>
+ <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>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.6.1</version>
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.3.1</version>
+ <configuration>
+ <archive>
+ <manifestEntries>
+ <Automatic-Module-Name>com.google.common</Automatic-Module-Name>
+ </manifestEntries>
+ </archive>
+ <excludes>
+ <exclude>**/ForceGuavaCompilation*</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.1.2</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>post-integration-test</phase>
+ <goals><goal>jar</goal></goals>
+ </execution>
+ </executions>
+ <configuration>
+ <excludes>
+ <exclude>**/ForceGuavaCompilation*</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-maven-plugin</artifactId>
+ <version>${animal.sniffer.version}</version>
+ <configuration>
+ <signature>
+ <groupId>org.codehaus.mojo.signature</groupId>
+ <artifactId>java18</artifactId>
+ <version>1.0</version>
+ </signature>
+ </configuration>
+ <executions>
+ <execution>
+ <id>check-java-version-compatibility</id>
+ <phase>test</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.10.4</version>
+ <configuration>
+ <notimestamp>true</notimestamp>
+ <additionalparam>-Xdoclint:-html</additionalparam>
+ </configuration>
+ <executions>
+ <execution>
+ <id>attach-docs</id>
+ <phase>post-integration-test</phase>
+ <goals><goal>jar</goal></goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.10</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.6</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.7.2</version>
+ <configuration>
+ <includes>
+ <include>${test.include}</include>
+ </includes>
+ <redirectTestOutputToFile>true</redirectTestOutputToFile>
+ <!-- Set max heap for tests. -->
+ <!-- Catch dependencies on the default locale by setting it to hi-IN. -->
+ <argLine>-Xmx1536M -Duser.language=hi -Duser.country=IN</argLine>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ <distributionManagement>
+ <site>
+ <id>guava-site</id>
+ <name>Guava Documentation Site</name>
+ <url>scp://dummy.server/dontinstall/usestaging</url>
+ </site>
+ </distributionManagement>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ <version>1.3.9</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_annotations</artifactId>
+ <version>2.0.18</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.j2objc</groupId>
+ <artifactId>j2objc-annotations</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.8.2</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <version>3.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>2.7.19</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.jimfs</groupId>
+ <artifactId>jimfs</artifactId>
+ <version>1.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.truth</groupId>
+ <artifactId>truth</artifactId>
+ <version>${truth.version}</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <!-- use the guava we're building. -->
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.google.truth.extensions</groupId>
+ <artifactId>truth-java8-extension</artifactId>
+ <version>${truth.version}</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <!-- use the guava we're building. -->
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.google.caliper</groupId>
+ <artifactId>caliper</artifactId>
+ <version>1.0-beta-2</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <!-- use the guava we're building. -->
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+</project>
diff --git a/common/m2/repository/com/google/guava/guava-parent/23.0/guava-parent-23.0.pom.md5 b/common/m2/repository/com/google/guava/guava-parent/23.0/guava-parent-23.0.pom.md5
new file mode 100644
index 0000000..82d5482
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava-parent/23.0/guava-parent-23.0.pom.md5
@@ -0,0 +1 @@
+3adf79423f122ad58230fdffc5e9d4a6
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava-parent/23.0/guava-parent-23.0.pom.sha1 b/common/m2/repository/com/google/guava/guava-parent/23.0/guava-parent-23.0.pom.sha1
new file mode 100644
index 0000000..ebbfa43
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava-parent/23.0/guava-parent-23.0.pom.sha1
@@ -0,0 +1 @@
+79d7a4be1ccf3691ee279c5ee165385b7132f71c
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava-parent/maven-metadata.xml b/common/m2/repository/com/google/guava/guava-parent/maven-metadata.xml
new file mode 100644
index 0000000..0c0ce38
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava-parent/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava-parent</artifactId>
+ <versioning>
+ <release>23.5-jre</release>
+ <versions>
+ <version>23.5-jre</version>
+ </versions>
+ <lastUpdated>20180616054532</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/guava/guava/22.0/guava-22.0-sources.jar b/common/m2/repository/com/google/guava/guava/22.0/guava-22.0-sources.jar
new file mode 100644
index 0000000..893aa9c
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/22.0/guava-22.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/guava/guava/22.0/guava-22.0-sources.jar.md5 b/common/m2/repository/com/google/guava/guava/22.0/guava-22.0-sources.jar.md5
new file mode 100644
index 0000000..4a27c36
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/22.0/guava-22.0-sources.jar.md5
@@ -0,0 +1 @@
+6892fd91fd256d5c31aa41ab8576bbec
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava/22.0/guava-22.0-sources.jar.sha1 b/common/m2/repository/com/google/guava/guava/22.0/guava-22.0-sources.jar.sha1
new file mode 100644
index 0000000..426ae63
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/22.0/guava-22.0-sources.jar.sha1
@@ -0,0 +1 @@
+55edc69e4fc937f4e58e577bb144b824c0ec7c55
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava/23.0/guava-23.0-sources.jar b/common/m2/repository/com/google/guava/guava/23.0/guava-23.0-sources.jar
new file mode 100644
index 0000000..1a4f941
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/23.0/guava-23.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/guava/guava/23.0/guava-23.0-sources.jar.md5 b/common/m2/repository/com/google/guava/guava/23.0/guava-23.0-sources.jar.md5
new file mode 100644
index 0000000..47fed8e
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/23.0/guava-23.0-sources.jar.md5
@@ -0,0 +1 @@
+f0d68709664027d48053e8fed22b167e
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava/23.0/guava-23.0-sources.jar.sha1 b/common/m2/repository/com/google/guava/guava/23.0/guava-23.0-sources.jar.sha1
new file mode 100644
index 0000000..b38255a
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/23.0/guava-23.0-sources.jar.sha1
@@ -0,0 +1 @@
+ed233607c5c11e1a13a3fd760033ed5d9fe525c2
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava/23.0/guava-23.0.pom b/common/m2/repository/com/google/guava/guava/23.0/guava-23.0.pom
index 1f5f877..4f77d49 100644
--- a/common/m2/repository/com/google/guava/guava/23.0/guava-23.0.pom
+++ b/common/m2/repository/com/google/guava/guava/23.0/guava-23.0.pom
@@ -1,9 +1,147 @@
<?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">
+<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.google.guava</groupId>
+ <parent>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava-parent</artifactId>
+ <version>23.0</version>
+ </parent>
<artifactId>guava</artifactId>
- <version>23.0</version>
- <description>POM was created from install:install-file</description>
+ <packaging>bundle</packaging>
+ <name>Guava: Google Core Libraries for Java</name>
+ <description>
+ Guava is a suite of core and expanded libraries that include
+ utility classes, google's collections, io classes, and much
+ much more.
+ </description>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_annotations</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.google.j2objc</groupId>
+ <artifactId>j2objc-annotations</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <version>${animal.sniffer.version}</version>
+ </dependency>
+ <!-- TODO(cpovirk): does this comment belong on the <dependency> in <profiles>? -->
+ <!-- TODO(cpovirk): want this only for dependency plugin but seems not to work there? Maven runs without failure, but the resulting Javadoc is missing the hoped-for inherited text -->
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <extensions>true</extensions>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>2.5.0</version>
+ <executions>
+ <execution>
+ <id>bundle-manifest</id>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>manifest</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <instructions>
+ <Export-Package>!com.google.common.base.internal,com.google.common.*</Export-Package>
+ <Import-Package>
+ javax.annotation;resolution:=optional,
+ javax.crypto.*;resolution:=optional,
+ sun.misc.*;resolution:=optional
+ </Import-Package>
+ <Bundle-DocURL>https://github.com/google/guava/</Bundle-DocURL>
+ </instructions>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ </plugin>
+ <!-- TODO(cpovirk): include JDK sources when building testlib doc, too -->
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>unpack-jdk-sources</id>
+ <phase>site</phase>
+ <goals><goal>unpack-dependencies</goal></goals>
+ <configuration>
+ <includeArtifactIds>srczip</includeArtifactIds>
+ <outputDirectory>${project.build.directory}/jdk-sources</outputDirectory>
+ <silent>false</silent>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <encoding>UTF-8</encoding>
+ <docencoding>UTF-8</docencoding>
+ <charset>UTF-8</charset>
+ <additionalparam>-XDignore.symbol.file</additionalparam>
+ <additionalparam>-Xdoclint:-html</additionalparam>
+ <excludePackageNames>com.google.common.base.internal</excludePackageNames>
+ <linksource>true</linksource>
+ <links>
+ <link>http://docs.oracle.com/javase/8/docs/api/</link>
+ <link>http://static.javadoc.io/com.google.code.findbugs/jsr305/3.0.1/</link>
+ <link>http://errorprone.info/api/latest/</link>
+ <link>http://static.javadoc.io/com.google.j2objc/j2objc-annotations/1.1/</link>
+ </links>
+ <!-- TODO(cpovirk): can we use includeDependencySources and a local com.oracle.java:jdk-lib:noversion:sources instead of all this unzipping and manual sourcepath modification? -->
+ <sourcepath>${project.build.sourceDirectory}:${project.build.directory}/jdk-sources</sourcepath>
+ <subpackages>com.google.common</subpackages>
+ </configuration>
+ <executions>
+ <execution>
+ <id>attach-docs</id>
+ </execution>
+ <execution>
+ <id>generate-javadoc-site-report</id>
+ <phase>site</phase>
+ <goals><goal>javadoc</goal></goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>srczip</id>
+ <activation>
+ <file>
+ <exists>${java.home}/../src.zip</exists>
+ </file>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>jdk</groupId>
+ <artifactId>srczip</artifactId>
+ <version>999</version>
+ <scope>system</scope>
+ <systemPath>${java.home}/../src.zip</systemPath>
+ <optional>true</optional>
+ </dependency>
+ </dependencies>
+ </profile>
+ </profiles>
</project>
diff --git a/common/m2/repository/com/google/guava/guava/23.0/guava-23.0.pom.md5 b/common/m2/repository/com/google/guava/guava/23.0/guava-23.0.pom.md5
index 5491c38..f19ee34 100644
--- a/common/m2/repository/com/google/guava/guava/23.0/guava-23.0.pom.md5
+++ b/common/m2/repository/com/google/guava/guava/23.0/guava-23.0.pom.md5
@@ -1 +1 @@
-38408a02f8eb301f172adb84b0d6df8c
\ No newline at end of file
+b95b38725d3d341ca13e6187530d2821
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava/23.0/guava-23.0.pom.sha1 b/common/m2/repository/com/google/guava/guava/23.0/guava-23.0.pom.sha1
index a4b3a76..42b4883 100644
--- a/common/m2/repository/com/google/guava/guava/23.0/guava-23.0.pom.sha1
+++ b/common/m2/repository/com/google/guava/guava/23.0/guava-23.0.pom.sha1
@@ -1 +1 @@
-5ff7f11de116a6e463666644a22ba5df6fbb21d8
\ No newline at end of file
+05ce65d93433db6ef45746bcfbcef6656698851f
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava/23.5-jre/guava-23.5-jre-sources.jar b/common/m2/repository/com/google/guava/guava/23.5-jre/guava-23.5-jre-sources.jar
new file mode 100644
index 0000000..7548d22
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/23.5-jre/guava-23.5-jre-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/guava/guava/23.5-jre/guava-23.5-jre-sources.jar.md5 b/common/m2/repository/com/google/guava/guava/23.5-jre/guava-23.5-jre-sources.jar.md5
new file mode 100644
index 0000000..694023c
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/23.5-jre/guava-23.5-jre-sources.jar.md5
@@ -0,0 +1 @@
+2c4c8fc1906fdba7a1e7dee896e8e04e
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava/23.5-jre/guava-23.5-jre-sources.jar.sha1 b/common/m2/repository/com/google/guava/guava/23.5-jre/guava-23.5-jre-sources.jar.sha1
new file mode 100644
index 0000000..971aa46
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/23.5-jre/guava-23.5-jre-sources.jar.sha1
@@ -0,0 +1 @@
+15197b545201df091b1170f83d9b2e52ff8932d1
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre-sources.jar b/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre-sources.jar
new file mode 100644
index 0000000..e21fdd4
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre-sources.jar.md5 b/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre-sources.jar.md5
new file mode 100644
index 0000000..2516ad1
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre-sources.jar.md5
@@ -0,0 +1 @@
+ad489421ceb241a550c6b5ff612ee794
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre-sources.jar.sha1 b/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre-sources.jar.sha1
new file mode 100644
index 0000000..018b84f
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre-sources.jar.sha1
@@ -0,0 +1 @@
+ec0056d1a09168a8772c7a6459804a3c85ce8796
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre.jar b/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre.jar
new file mode 100644
index 0000000..babc175
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre.jar
Binary files differ
diff --git a/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre.jar.md5 b/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre.jar.md5
new file mode 100644
index 0000000..95bf3c1
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre.jar.md5
@@ -0,0 +1 @@
+da3838847d109ac435f0d3ed4ae1c794
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre.jar.sha1 b/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre.jar.sha1
new file mode 100644
index 0000000..ecbbae8
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre.jar.sha1
@@ -0,0 +1 @@
+6c57e4b22b44e89e548b5c9f70f0c45fe10fb0b4
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre.pom b/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre.pom
new file mode 100644
index 0000000..7095e04
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre.pom
@@ -0,0 +1,180 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava-parent</artifactId>
+ <version>25.1-jre</version>
+ </parent>
+ <artifactId>guava</artifactId>
+ <packaging>bundle</packaging>
+ <name>Guava: Google Core Libraries for Java</name>
+ <description>
+ Guava is a suite of core and expanded libraries that include
+ utility classes, google's collections, io classes, and much
+ much more.
+ </description>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.checkerframework</groupId>
+ <artifactId>checker-qual</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_annotations</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.google.j2objc</groupId>
+ <artifactId>j2objc-annotations</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <version>${animal.sniffer.version}</version>
+ </dependency>
+ <!-- TODO(cpovirk): does this comment belong on the <dependency> in <profiles>? -->
+ <!-- TODO(cpovirk): want this only for dependency plugin but seems not to work there? Maven runs without failure, but the resulting Javadoc is missing the hoped-for inherited text -->
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestEntries>
+ <Automatic-Module-Name>com.google.common</Automatic-Module-Name>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <extensions>true</extensions>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>2.5.0</version>
+ <executions>
+ <execution>
+ <id>bundle-manifest</id>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>manifest</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <instructions>
+ <Export-Package>!com.google.common.base.internal,com.google.common.*</Export-Package>
+ <Import-Package>
+ javax.annotation;resolution:=optional,
+ javax.crypto.*;resolution:=optional,
+ sun.misc.*;resolution:=optional
+ </Import-Package>
+ <Bundle-DocURL>https://github.com/google/guava/</Bundle-DocURL>
+ </instructions>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ </plugin>
+ <!-- TODO(cpovirk): include JDK sources when building testlib doc, too -->
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>unpack-jdk-sources</id>
+ <phase>generate-sources</phase>
+ <goals><goal>unpack-dependencies</goal></goals>
+ <configuration>
+ <includeArtifactIds>srczip</includeArtifactIds>
+ <outputDirectory>${project.build.directory}/jdk-sources</outputDirectory>
+ <silent>false</silent>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <!-- TODO(cpovirk): Move this to the parent after making jdk-sources available there. -->
+ <!-- TODO(cpovirk): can we use includeDependencySources and a local com.oracle.java:jdk-lib:noversion:sources instead of all this unzipping and manual sourcepath modification? -->
+ <!-- (We need JDK *sources*, not just -link, so that {@inheritDoc} works.) -->
+ <sourcepath>${project.build.sourceDirectory}:${project.build.directory}/jdk-sources</sourcepath>
+
+ <subpackages>com.google.common</subpackages>
+ <excludePackageNames>com.google.common.base.internal</excludePackageNames>
+
+ <!-- TODO(cpovirk): Move this to the parent after making the package-list files available there. -->
+ <!-- We add the link ourselves, both so that we can choose Java 9 over the version that -source suggests and so that we can solve the JSR305 problem described below. -->
+ <detectJavaApiLink>false</detectJavaApiLink>
+ <offlineLinks>
+ <!-- We need local copies of some of these for 2 reasons: a User-Agent problem (https://stackoverflow.com/a/47891403/28465) and an SSL problem (https://issues.apache.org/jira/browse/MJAVADOC-507). If we choose to work around the User-Agent problem, we can go back to <links>, sidestepping the SSL problem. -->
+ <!-- Even after we stop using JSR305 annotations in our own code, we'll want this link so that NullPointerTester's docs can link to @CheckForNull and friends... at least once we start using this config for guava-testlib. -->
+ <offlineLink>
+ <url>https://static.javadoc.io/com.google.code.findbugs/jsr305/3.0.1/</url>
+ <location>${project.basedir}/javadoc-link/jsr305</location>
+ </offlineLink>
+ <offlineLink>
+ <url>https://static.javadoc.io/com.google.j2objc/j2objc-annotations/1.1/</url>
+ <location>${project.basedir}/javadoc-link/j2objc-annotations</location>
+ </offlineLink>
+ <!-- The JDK doc must be listed after JSR305 (and as an <offlineLink>, not a <link>) so that JSR305 "claims" javax.annotation. -->
+ <offlineLink>
+ <url>https://docs.oracle.com/javase/9/docs/api/</url>
+ <location>https://docs.oracle.com/javase/9/docs/api/</location>
+ </offlineLink>
+ <!-- The Checker Framework likewise would claim javax.annotations, despite providing only a subset of the JSR305 annotations, so it must likewise come after JSR305. -->
+ <offlineLink>
+ <url>https://checkerframework.org/api/</url>
+ <location>${project.basedir}/javadoc-link/checker-framework</location>
+ </offlineLink>
+ </offlineLinks>
+ <links>
+ <link>https://errorprone.info/api/latest/</link>
+ </links>
+ </configuration>
+ <executions>
+ <execution>
+ <id>attach-docs</id>
+ </execution>
+ <execution>
+ <id>generate-javadoc-site-report</id>
+ <phase>site</phase>
+ <goals><goal>javadoc</goal></goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>srczip</id>
+ <activation>
+ <file>
+ <exists>${java.home}/../src.zip</exists>
+ </file>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>jdk</groupId>
+ <artifactId>srczip</artifactId>
+ <version>999</version>
+ <scope>system</scope>
+ <systemPath>${java.home}/../src.zip</systemPath>
+ <optional>true</optional>
+ </dependency>
+ </dependencies>
+ </profile>
+ </profiles>
+</project>
diff --git a/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre.pom.md5 b/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre.pom.md5
new file mode 100644
index 0000000..5591366
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre.pom.md5
@@ -0,0 +1 @@
+94d6782b78b54edc59e78b581732a6a0
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre.pom.sha1 b/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre.pom.sha1
new file mode 100644
index 0000000..7636b4d
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/25.1-jre/guava-25.1-jre.pom.sha1
@@ -0,0 +1 @@
+5dd13f6c0d56f05059c5eba88a20a8699ece583d
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0-sources.jar b/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0-sources.jar
new file mode 100644
index 0000000..27869ff
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0-sources.jar.md5 b/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0-sources.jar.md5
new file mode 100644
index 0000000..5c41c86
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0-sources.jar.md5
@@ -0,0 +1 @@
+062e722bb75e2c961169d123738ed174
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0-sources.jar.sha1 b/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0-sources.jar.sha1
new file mode 100644
index 0000000..f57733b
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0-sources.jar.sha1
@@ -0,0 +1 @@
+0be1234988ac73d61e52e35a912169b06020caa7
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0.jar b/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0.jar
new file mode 100644
index 0000000..5e67692
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0.jar
Binary files differ
diff --git a/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0.jar.md5 b/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0.jar.md5
new file mode 100644
index 0000000..748eb37
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0.jar.md5
@@ -0,0 +1 @@
+2178c2b8a4772361ebd09348c60381f4
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0.jar.sha1 b/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0.jar.sha1
new file mode 100644
index 0000000..ba991de
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0.jar.sha1
@@ -0,0 +1 @@
+c949a840a6acbc5268d088e47b04177bf90b3cad
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0.pom b/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0.pom
new file mode 100644
index 0000000..3bd8c01
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0.pom
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava-parent</artifactId>
+ <version>26.0-android</version>
+ </parent>
+ <artifactId>listenablefuture</artifactId>
+ <version>1.0</version>
+ <name>Guava ListenableFuture only</name>
+ <description>
+ Contains Guava's com.google.common.util.concurrent.ListenableFuture class,
+ without any of its other classes -- but is also available in a second
+ "version" that omits the class to avoid conflicts with the copy in Guava
+ itself. The idea is:
+
+ - If users want only ListenableFuture, they depend on listenablefuture-1.0.
+
+ - If users want all of Guava, they depend on guava, which, as of Guava
+ 27.0, depends on
+ listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-...
+ version number is enough for some build systems (notably, Gradle) to select
+ that empty artifact over the "real" listenablefuture-1.0 -- avoiding a
+ conflict with the copy of ListenableFuture in guava itself. If users are
+ using an older version of Guava or a build system other than Gradle, they
+ may see class conflicts. If so, they can solve them by manually excluding
+ the listenablefuture artifact or manually forcing their build systems to
+ use 9999.0-....
+ </description>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-docs</id>
+ </execution>
+ <execution>
+ <id>generate-javadoc-site-report</id>
+ <phase>site</phase>
+ <goals><goal>javadoc</goal></goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0.pom.md5 b/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0.pom.md5
new file mode 100644
index 0000000..d22e80a
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0.pom.md5
@@ -0,0 +1 @@
+7e456a5988661ce1558e9ca95397b1da
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0.pom.sha1 b/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0.pom.sha1
new file mode 100644
index 0000000..3b45c13
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/listenablefuture/1.0/listenablefuture-1.0.pom.sha1
@@ -0,0 +1 @@
+3e71124fc28b44e29eaa31abbc267faef7ee7d40
\ No newline at end of file
diff --git a/common/m2/repository/com/google/guava/guava/maven-metadata.xml b/common/m2/repository/com/google/guava/guava/maven-metadata.xml
new file mode 100644
index 0000000..971bb06
--- /dev/null
+++ b/common/m2/repository/com/google/guava/guava/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <versioning>
+ <release>23.5-jre</release>
+ <versions>
+ <version>23.5-jre</version>
+ </versions>
+ <lastUpdated>20180616054553</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1-sources.jar b/common/m2/repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1-sources.jar
new file mode 100644
index 0000000..ca7d136
--- /dev/null
+++ b/common/m2/repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1-sources.jar.md5 b/common/m2/repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1-sources.jar.md5
new file mode 100644
index 0000000..fbf0dcc
--- /dev/null
+++ b/common/m2/repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1-sources.jar.md5
@@ -0,0 +1 @@
+1dd4216276b639afbab28da4c53a5fc6
\ No newline at end of file
diff --git a/common/m2/repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1-sources.jar.sha1 b/common/m2/repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1-sources.jar.sha1
new file mode 100644
index 0000000..9d64765
--- /dev/null
+++ b/common/m2/repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1-sources.jar.sha1
@@ -0,0 +1 @@
+dcd31de68a90e41e336f6b7afce0d39285c433d7
\ No newline at end of file
diff --git a/common/m2/repository/com/google/j2objc/j2objc-annotations/maven-metadata.xml b/common/m2/repository/com/google/j2objc/j2objc-annotations/maven-metadata.xml
new file mode 100644
index 0000000..d7731be
--- /dev/null
+++ b/common/m2/repository/com/google/j2objc/j2objc-annotations/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.j2objc</groupId>
+ <artifactId>j2objc-annotations</artifactId>
+ <versioning>
+ <release>1.1</release>
+ <versions>
+ <version>1.1</version>
+ </versions>
+ <lastUpdated>20180616054553</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/jimfs/jimfs-parent/maven-metadata.xml b/common/m2/repository/com/google/jimfs/jimfs-parent/maven-metadata.xml
new file mode 100644
index 0000000..89d61ca
--- /dev/null
+++ b/common/m2/repository/com/google/jimfs/jimfs-parent/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.jimfs</groupId>
+ <artifactId>jimfs-parent</artifactId>
+ <versioning>
+ <release>1.1</release>
+ <versions>
+ <version>1.1</version>
+ </versions>
+ <lastUpdated>20180418195242</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/jimfs/jimfs/maven-metadata.xml b/common/m2/repository/com/google/jimfs/jimfs/maven-metadata.xml
new file mode 100644
index 0000000..5a1c6c2
--- /dev/null
+++ b/common/m2/repository/com/google/jimfs/jimfs/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.jimfs</groupId>
+ <artifactId>jimfs</artifactId>
+ <versioning>
+ <release>1.1</release>
+ <versions>
+ <version>1.1</version>
+ </versions>
+ <lastUpdated>20180418195247</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.6/BUILD b/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.6/BUILD
new file mode 100644
index 0000000..07b0c70
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.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 = ["protobuf-gradle-plugin-0.8.6.jar"],
+ pom = ":pom",
+ visibility = ["//visibility:public"],
+)
+
+maven_pom(
+ name = "pom",
+ source = "protobuf-gradle-plugin-0.8.6.pom",
+ visibility = ["//visibility:public"],
+)
diff --git a/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.6/protobuf-gradle-plugin-0.8.6.jar b/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.6/protobuf-gradle-plugin-0.8.6.jar
new file mode 100644
index 0000000..fe31f4d
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.6/protobuf-gradle-plugin-0.8.6.jar
Binary files differ
diff --git a/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.6/protobuf-gradle-plugin-0.8.6.jar.md5 b/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.6/protobuf-gradle-plugin-0.8.6.jar.md5
new file mode 100644
index 0000000..b7c54a2
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.6/protobuf-gradle-plugin-0.8.6.jar.md5
@@ -0,0 +1 @@
+29b0bb6be2a23a0ab47c4b71cc2f07a8
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.6/protobuf-gradle-plugin-0.8.6.jar.sha1 b/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.6/protobuf-gradle-plugin-0.8.6.jar.sha1
new file mode 100644
index 0000000..a026f6b
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.6/protobuf-gradle-plugin-0.8.6.jar.sha1
@@ -0,0 +1 @@
+b206c9c1905818e89bcd9bfe7fb0db01eb1e41bc
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.6/protobuf-gradle-plugin-0.8.6.pom b/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.6/protobuf-gradle-plugin-0.8.6.pom
new file mode 100644
index 0000000..7ec9c9c
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.6/protobuf-gradle-plugin-0.8.6.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.google.protobuf</groupId>
+ <artifactId>protobuf-gradle-plugin</artifactId>
+ <version>0.8.6</version>
+ <name>protobuf-gradle-plugin</name>
+ <description>Gradle build plugin to handle Protocol Buffers automated code generation and compilation</description>
+ <url>https://github.com/google/protobuf-gradle-plugin</url>
+ <licenses>
+ <license>
+ <name>BSD 3-Clause</name>
+ <url>http://opensource.org/licenses/BSD-3-Clause</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>zhangkun83</id>
+ <name>Kun Zhang</name>
+ <email>zhangkun@google.com</email>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:git://github.com/google/protobuf-gradle-plugin.git</connection>
+ <developerConnection>scm:git:git@github.com:google/protobuf-gradle-plugin.git</developerConnection>
+ <url>https://github.com/google/protobuf-gradle-plugin</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>18.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.gradle</groupId>
+ <artifactId>osdetector-gradle-plugin</artifactId>
+ <version>1.4.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.6</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.spockframework</groupId>
+ <artifactId>spock-core</artifactId>
+ <version>1.0-groovy-2.4</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>groovy-all</artifactId>
+ <groupId>*</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.5</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.android.tools.build</groupId>
+ <artifactId>gradle</artifactId>
+ <version>2.3.0</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.6/protobuf-gradle-plugin-0.8.6.pom.md5 b/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.6/protobuf-gradle-plugin-0.8.6.pom.md5
new file mode 100644
index 0000000..7cf5fc0
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.6/protobuf-gradle-plugin-0.8.6.pom.md5
@@ -0,0 +1 @@
+bdfb213fdded848f8dbffffa790b193a
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.6/protobuf-gradle-plugin-0.8.6.pom.sha1 b/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.6/protobuf-gradle-plugin-0.8.6.pom.sha1
new file mode 100644
index 0000000..22259dd
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.8.6/protobuf-gradle-plugin-0.8.6.pom.sha1
@@ -0,0 +1 @@
+40d4e981dbb61233443305f083889e2f8f7d375c
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0-sources.jar b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0-sources.jar
new file mode 100644
index 0000000..2ca6913
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0-sources.jar.md5 b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0-sources.jar.md5
new file mode 100644
index 0000000..29a090e
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0-sources.jar.md5
@@ -0,0 +1 @@
+b8906d3b6119e04160da21b3b28021cd
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0-sources.jar.sha1 b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0-sources.jar.sha1
new file mode 100644
index 0000000..45d5a51
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0-sources.jar.sha1
@@ -0,0 +1 @@
+6d5f8e6d209c309d9ef3e30aa81135ee94cc7d49
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.jar b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.jar
new file mode 100644
index 0000000..81b04e5
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.jar
Binary files differ
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.jar.md5 b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.jar.md5
new file mode 100644
index 0000000..e343c6d
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.jar.md5
@@ -0,0 +1 @@
+1b0bfe115013566e15870389387657ab
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.jar.sha1 b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.jar.sha1
new file mode 100644
index 0000000..a55c3e7
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.jar.sha1
@@ -0,0 +1 @@
+96aba8ab71c16018c6adf66771ce15c6491bc0fe
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.pom b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.pom
new file mode 100644
index 0000000..61abd14
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.pom
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-parent</artifactId>
+ <version>3.4.0</version>
+ </parent>
+
+ <artifactId>protobuf-java-util</artifactId>
+ <packaging>bundle</packaging>
+
+ <name>Protocol Buffers [Util]</name>
+ <description>Utilities for Protocol Buffers</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>protobuf-java</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ <version>2.7</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymockclassextension</artifactId>
+ </dependency>
+ </dependencies>
+
+ <properties>
+ <!-- Use the core proto dir so that we can call the core generation script -->
+ <test.proto.dir>../core/src/test/proto</test.proto.dir>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <!-- Generate the test protos -->
+ <execution>
+ <id>generate-test-sources</id>
+ <phase>generate-test-sources</phase>
+ <configuration>
+ <target>
+ <!-- Generate all of the test protos from the core module -->
+ <ant antfile="../core/generate-test-sources-build.xml"/>
+
+ <!-- Generate additional test protos for this module -->
+ <exec executable="${protoc}">
+ <arg value="--java_out=${generated.testsources.dir}" />
+ <arg value="--proto_path=${protobuf.source.dir}" />
+ <arg value="--proto_path=src/test/proto" />
+ <arg value="src/test/proto/com/google/protobuf/util/json_test.proto" />
+ </exec>
+ </target>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- Add the generated test sources to the build -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>add-generated-test-sources</id>
+ <phase>generate-test-sources</phase>
+ <goals>
+ <goal>add-test-source</goal>
+ </goals>
+ <configuration>
+ <sources>
+ <source>${generated.testsources.dir}</source>
+ </sources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- Configure the OSGI bundle -->
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <extensions>true</extensions>
+ <configuration>
+ <instructions>
+ <Bundle-DocURL>https://developers.google.com/protocol-buffers/</Bundle-DocURL>
+ <Bundle-SymbolicName>com.google.protobuf.util</Bundle-SymbolicName>
+ <Export-Package>com.google.protobuf.util;version=${project.version}</Export-Package>
+ </instructions>
+ </configuration>
+ </plugin>
+
+ <!-- Configure the fat jar to include all dependencies -->
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <descriptorRefs>
+ <descriptorRef>jar-with-dependencies</descriptorRef>
+ </descriptorRefs>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.pom.md5 b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.pom.md5
new file mode 100644
index 0000000..78d17dc
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.pom.md5
@@ -0,0 +1 @@
+ba4ba2d07b3ad14b500c37c67788245e
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.pom.sha1 b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.pom.sha1
new file mode 100644
index 0000000..f176b44
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.pom.sha1
@@ -0,0 +1 @@
+72b93eb17c1d5337ec0f4497313a14b315b9e76c
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java-util/maven-metadata.xml b/common/m2/repository/com/google/protobuf/protobuf-java-util/maven-metadata.xml
new file mode 100644
index 0000000..4e64821
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java-util/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java-util</artifactId>
+ <versioning>
+ <release>3.4.0</release>
+ <versions>
+ <version>3.4.0</version>
+ </versions>
+ <lastUpdated>20180418195042</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0-sources.jar b/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0-sources.jar
new file mode 100644
index 0000000..a59f4df
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0-sources.jar.md5 b/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0-sources.jar.md5
new file mode 100644
index 0000000..c1e208d
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0-sources.jar.md5
@@ -0,0 +1 @@
+ad83718e0c53b202ee6e5f1b18ded7cb
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0-sources.jar.sha1 b/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0-sources.jar.sha1
new file mode 100644
index 0000000..0cc35a5
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0-sources.jar.sha1
@@ -0,0 +1 @@
+c57c9f6bcbdb783260d00b80c455d82a6a8b02db
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.jar b/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.jar
new file mode 100644
index 0000000..ec27fae
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.jar
Binary files differ
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.jar.md5 b/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.jar.md5
new file mode 100644
index 0000000..01ce6f1
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.jar.md5
@@ -0,0 +1 @@
+33a9a7b17ab5daf83705d83348a66ec7
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.jar.sha1 b/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.jar.sha1
new file mode 100644
index 0000000..df9130f
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.jar.sha1
@@ -0,0 +1 @@
+b32aba0cbe737a4ca953f71688725972e3ee927c
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.pom b/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.pom
new file mode 100644
index 0000000..4608fce
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.pom
@@ -0,0 +1,144 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-parent</artifactId>
+ <version>3.4.0</version>
+ </parent>
+
+ <artifactId>protobuf-java</artifactId>
+ <packaging>bundle</packaging>
+
+ <name>Protocol Buffers [Core]</name>
+ <description>
+ Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an
+ efficient yet extensible format.
+ </description>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymockclassextension</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <!-- Include core protos in the bundle as resources -->
+ <resources>
+ <resource>
+ <directory>${protobuf.source.dir}</directory>
+ <includes>
+ <include>google/protobuf/any.proto</include>
+ <include>google/protobuf/api.proto</include>
+ <include>google/protobuf/descriptor.proto</include>
+ <include>google/protobuf/duration.proto</include>
+ <include>google/protobuf/empty.proto</include>
+ <include>google/protobuf/field_mask.proto</include>
+ <include>google/protobuf/source_context.proto</include>
+ <include>google/protobuf/struct.proto</include>
+ <include>google/protobuf/timestamp.proto</include>
+ <include>google/protobuf/type.proto</include>
+ <include>google/protobuf/wrappers.proto</include>
+ <include>google/protobuf/compiler/plugin.proto</include>
+ </includes>
+ </resource>
+ </resources>
+
+ <plugins>
+ <!-- Use Antrun plugin to generate sources with protoc -->
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <!-- Generate core protos -->
+ <execution>
+ <id>generate-sources</id>
+ <phase>generate-sources</phase>
+ <configuration>
+ <target>
+ <ant antfile="generate-sources-build.xml"/>
+ </target>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+
+ <!-- Generate the test protos -->
+ <execution>
+ <id>generate-test-sources</id>
+ <phase>generate-test-sources</phase>
+ <configuration>
+ <target>
+ <ant antfile="generate-test-sources-build.xml"/>
+ </target>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- Add the generated sources to the build -->
+ <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>${generated.sources.dir}</source>
+ </sources>
+ </configuration>
+ </execution>
+ <execution>
+ <id>add-generated-test-sources</id>
+ <phase>generate-test-sources</phase>
+ <goals>
+ <goal>add-test-source</goal>
+ </goals>
+ <configuration>
+ <sources>
+ <source>${generated.testsources.dir}</source>
+ </sources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- OSGI bundle configuration -->
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <extensions>true</extensions>
+ <configuration>
+ <instructions>
+ <Bundle-DocURL>https://developers.google.com/protocol-buffers/</Bundle-DocURL>
+ <Bundle-SymbolicName>com.google.protobuf</Bundle-SymbolicName>
+ <Export-Package>com.google.protobuf;version=${project.version}</Export-Package>
+ </instructions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.pom.md5 b/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.pom.md5
new file mode 100644
index 0000000..f2c44d4
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.pom.md5
@@ -0,0 +1 @@
+d7a7f2588c14737a32c5e1de0a17cc6f
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.pom.sha1 b/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.pom.sha1
new file mode 100644
index 0000000..b65113b
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.pom.sha1
@@ -0,0 +1 @@
+100272b91d96ed5b41df4bb11ba543140c36bd30
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protobuf-java/maven-metadata.xml b/common/m2/repository/com/google/protobuf/protobuf-java/maven-metadata.xml
new file mode 100644
index 0000000..effd9d4
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-java/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java</artifactId>
+ <versioning>
+ <release>3.4.0</release>
+ <versions>
+ <version>3.4.0</version>
+ </versions>
+ <lastUpdated>20180418195247</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/protobuf/protobuf-parent/3.4.0/protobuf-parent-3.4.0.pom b/common/m2/repository/com/google/protobuf/protobuf-parent/3.4.0/protobuf-parent-3.4.0.pom
new file mode 100644
index 0000000..dd3ba3b
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-parent/3.4.0/protobuf-parent-3.4.0.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.google</groupId>
+ <artifactId>google</artifactId>
+ <version>1</version>
+ </parent>
+
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-parent</artifactId>
+ <version>3.4.0</version>
+ <packaging>pom</packaging>
+
+ <name>Protocol Buffers [Parent]</name>
+ <inceptionYear>2008</inceptionYear>
+ <url>https://developers.google.com/protocol-buffers/</url>
+ <description>
+ Protocol Buffers are a way of encoding structured data in an efficient yet
+ extensible format.
+ </description>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+
+ <!-- These are relative to the submodules -->
+ <protobuf.basedir>${project.basedir}/../..</protobuf.basedir>
+ <protobuf.source.dir>${protobuf.basedir}/src</protobuf.source.dir>
+ <protoc>${protobuf.source.dir}/protoc</protoc>
+ <test.proto.dir>src/test/proto</test.proto.dir>
+ <generated.sources.dir>${project.build.directory}/generated-sources</generated.sources.dir>
+ <generated.testsources.dir>${project.build.directory}/generated-test-sources</generated.testsources.dir>
+ <generated.sources.lite.dir>${project.build.directory}/generated-sources-lite</generated.sources.lite.dir>
+ <generated.testsources.lite.dir>${project.build.directory}/generated-test-sources-lite</generated.testsources.lite.dir>
+ </properties>
+
+ <licenses>
+ <license>
+ <name>3-Clause BSD License</name>
+ <url>https://opensource.org/licenses/BSD-3-Clause</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <scm>
+ <url>https://github.com/google/protobuf</url>
+ <connection>scm:git:https://github.com/google/protobuf.git</connection>
+ </scm>
+
+ <distributionManagement>
+ <snapshotRepository>
+ <id>sonatype-nexus-staging</id>
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ </snapshotRepository>
+ <repository>
+ <id>sonatype-nexus-staging</id>
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+ </repository>
+ </distributionManagement>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <version>2.2</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymockclassextension</artifactId>
+ <version>2.2.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>19.0</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.6.0</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.4</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar-no-fork</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.10.3</version>
+ <executions>
+ <execution>
+ <id>attach-javadocs</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.6</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.10</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>3.0.1</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.8</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>release</id>
+ <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>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>1.6</version>
+ <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.6.6</version>
+ <extensions>true</extensions>
+ <configuration>
+ <serverId>sonatype-nexus-staging</serverId>
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
+ <autoReleaseAfterClose>false</autoReleaseAfterClose>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <modules>
+ <module>core</module>
+ <!-- <module>lite</module> -->
+ <module>util</module>
+ </modules>
+
+</project>
diff --git a/common/m2/repository/com/google/protobuf/protobuf-parent/3.4.0/protobuf-parent-3.4.0.pom.md5 b/common/m2/repository/com/google/protobuf/protobuf-parent/3.4.0/protobuf-parent-3.4.0.pom.md5
new file mode 100644
index 0000000..ddd4ce3
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-parent/3.4.0/protobuf-parent-3.4.0.pom.md5
@@ -0,0 +1 @@
+90bdcfdfabdd7b0ef23f621691099d8b
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protobuf-parent/3.4.0/protobuf-parent-3.4.0.pom.sha1 b/common/m2/repository/com/google/protobuf/protobuf-parent/3.4.0/protobuf-parent-3.4.0.pom.sha1
new file mode 100644
index 0000000..53ebeef
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-parent/3.4.0/protobuf-parent-3.4.0.pom.sha1
@@ -0,0 +1 @@
+5d9f2b22310a535c4597b4ed3691e000221b3a17
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protobuf-parent/maven-metadata.xml b/common/m2/repository/com/google/protobuf/protobuf-parent/maven-metadata.xml
new file mode 100644
index 0000000..5628db3
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protobuf-parent/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-parent</artifactId>
+ <versioning>
+ <release>3.4.0</release>
+ <versions>
+ <version>3.4.0</version>
+ </versions>
+ <lastUpdated>20180418195242</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-linux-x86_64.exe b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-linux-x86_64.exe
new file mode 100755
index 0000000..ef7f1c0
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-linux-x86_64.exe
Binary files differ
diff --git a/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-linux-x86_64.exe.asc b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-linux-x86_64.exe.asc
new file mode 100644
index 0000000..87e4d91
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-linux-x86_64.exe.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.14 (GNU/Linux)
+
+iQEcBAABAgAGBQJXmj2SAAoJEKd2T1Aqk4yZF5YH/1rqu/zIfQop3pVWPs1FQsgD
+R1p6ZIAGAl+yiJl6G5ubS9OSq0/GB0cplrxZ5PpHtzA1VnXcxGdInmrWk+Xj8/rQ
+bX339Cg+z07ZwxBm4cDns0oSuy2HJ+sY/VVl7eUrHUcNdFT1E2V5CwiCatK0KkRy
+6+BNtYN8GDthjMBVX9sOb0gAroQ3tAU81ycjNWV0AR30UiGvNr1sphGuDH8NBuAG
+9vo3ISYxQOI5KHE/d4Z4j8Su5TFN9FBAE8Xg11Q4MsVf5oZ9GI1udgwW0i/KyhJD
+dcjM6bCGiA0pmd1Bl9ELEVYXAo6jnPnKJrCeFkffTCtRfTat6/AYUi2klAM+fOU=
+=TWlQ
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-linux-x86_64.exe.md5 b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-linux-x86_64.exe.md5
new file mode 100644
index 0000000..409b9cc
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-linux-x86_64.exe.md5
@@ -0,0 +1 @@
+d78b48b2bec69f82b5fde25c4d175515
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-linux-x86_64.exe.sha1 b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-linux-x86_64.exe.sha1
new file mode 100644
index 0000000..22c5591
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-linux-x86_64.exe.sha1
@@ -0,0 +1 @@
+ff5b99fa1e45b51e0350b8da0fa20d47677b3a09
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-osx-x86_64.exe b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-osx-x86_64.exe
new file mode 100644
index 0000000..27fb7f5
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-osx-x86_64.exe
Binary files differ
diff --git a/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-osx-x86_64.exe.asc b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-osx-x86_64.exe.asc
new file mode 100644
index 0000000..ae67a92
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-osx-x86_64.exe.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQEcBAABAgAGBQJXmj/qAAoJEKd2T1Aqk4yZPrgH/i5YMpws3kkqpzI7Otq25+or
+CzuP6kPIc2K8tWg2Q5BeIr5QEj3rWjWr+Uf5sqrLzbTE5Yx+C9a+kpPpK8CUHNUB
+ak6vMPc47ZlwGY+U7wBR93898swHh0BJJ4RtEQ+SfGTM4rCRdZ1D/cD5lJPwRsjQ
+s18j57OfpD36+dwOVDEDqFDCdXgb6s2tl5jWdaiyeP/QEK4cHoOrzpjDrDZVawQ2
+Yupaa+QQWkCcEOJdLFetqSNkTCdoiYNvN+CYlaPC4Y5uVMBWhkVQwGbpu2sTduu8
+XIeYjD2zcNraNX/v2jBSNMXse/srfqMwTGQllkn+djyZNu7l1zsi09I1e4O8b4c=
+=7Pd0
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-osx-x86_64.exe.md5 b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-osx-x86_64.exe.md5
new file mode 100644
index 0000000..fbdbc4a
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-osx-x86_64.exe.md5
@@ -0,0 +1 @@
+3a1ed66c0616d9a13439a942bdd653d0
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-osx-x86_64.exe.sha1 b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-osx-x86_64.exe.sha1
new file mode 100644
index 0000000..2dc8b8a
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-osx-x86_64.exe.sha1
@@ -0,0 +1 @@
+c58bc0c8a806b9617bcf05147f61f83ae014787c
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-windows-x86_64.exe b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-windows-x86_64.exe
new file mode 100644
index 0000000..c1d5229
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-windows-x86_64.exe
Binary files differ
diff --git a/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-windows-x86_64.exe.asc b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-windows-x86_64.exe.asc
new file mode 100644
index 0000000..a2ae0f1
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-windows-x86_64.exe.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQEcBAABAgAGBQJXmmRsAAoJEKd2T1Aqk4yZBy8IAISe3wRNzGniQhptS+Sx4dZQ
+C59/+2buOgK9yzaQhTgk8mO52J7lGqhT2bwPoRsdqWDjWOiz9suOMEB5kW7VNr1I
+6UdJD/9NskHPrbjVhIHAmRMBddCrcj/f3qmF8H2W/hHQ3ai60PUYYSlKpCtMhLee
+fKzj8g5kQTKF3cG07bK8HGJ1U4x8bNQqO4Bj9EoYE/KQr30K9haxb6V+hLISK/vP
+57VqBcO89w0awrxKH5P8JSUpMT1rAC3TLZxO9FR4ShsahO3PM428xnLxhwVYElXo
+xNfFkPxtkF7EimdbQ6eXncfnrNR3cVxF0sjkgQAnoFDeIhf4wkbJcDESbJFAtcs=
+=KY/X
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-windows-x86_64.exe.md5 b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-windows-x86_64.exe.md5
new file mode 100644
index 0000000..149d001
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-windows-x86_64.exe.md5
@@ -0,0 +1 @@
+e1dbd5fa253ac899e52b371d23f26432
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-windows-x86_64.exe.sha1 b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-windows-x86_64.exe.sha1
new file mode 100644
index 0000000..4f32e4a
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0-windows-x86_64.exe.sha1
@@ -0,0 +1 @@
+ee55df776bde9c094b8d96fe3bf224f36e6f31af
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0.pom b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0.pom
new file mode 100644
index 0000000..ca6720a
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0.pom
@@ -0,0 +1,134 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.google</groupId>
+ <artifactId>google</artifactId>
+ <version>1</version>
+ </parent>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protoc-gen-javalite</artifactId>
+ <version>3.0.0</version>
+ <packaging>pom</packaging>
+ <name>Protobuf Java Lite Compiler Plugin</name>
+ <description>
+ The Protobuf Compiler (protoc) compiler plugin to generate Java Lite files.
+ </description>
+ <inceptionYear>2008</inceptionYear>
+ <url>https://developers.google.com/protocol-buffers/</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>https://github.com/google/protobuf</url>
+ <connection>
+ scm:git:https://github.com/google/protobuf.git
+ </connection>
+ </scm>
+ <build>
+ <extensions>
+ <extension>
+ <groupId>kr.motd.maven</groupId>
+ <artifactId>os-maven-plugin</artifactId>
+ <version>1.2.3.Final</version>
+ </extension>
+ </extensions>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <version>1.1.1</version>
+ <executions>
+ <execution>
+ <phase>compile</phase>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <executable>bash</executable>
+ <arguments>
+ <argument>build-protoc.sh</argument>
+ <argument>${os.detected.name}</argument>
+ <argument>${os.detected.arch}</argument>
+ <argument>protoc-gen-javalite</argument>
+ </arguments>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.8</version>
+ <executions>
+ <execution>
+ <id>attach-artifacts</id>
+ <phase>package</phase>
+ <goals>
+ <goal>attach-artifact</goal>
+ </goals>
+ <configuration>
+ <artifacts>
+ <artifact>
+ <file>${basedir}/target/protoc-gen-javalite.exe</file>
+ <classifier>${os.detected.name}-${os.detected.arch}</classifier>
+ <type>exe</type>
+ </artifact>
+ </artifacts>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>release</id>
+ <properties>
+ <!-- Specify the staging repository to deploy to. This can be left
+ empty for the first deployment, and Sonatype will create one. For
+ subsequent deployments it should be set to what Sonatype has
+ created, so that all deployments will go to the same repository.
+ -->
+ <staging.repository></staging.repository>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <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>
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <version>1.6.3</version>
+ <extensions>true</extensions>
+ <configuration>
+ <serverId>sonatype-nexus-staging</serverId>
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
+ <skipStagingRepositoryClose>true</skipStagingRepositoryClose>
+ <autoReleaseAfterClose>false</autoReleaseAfterClose>
+ <stagingRepositoryId>${staging.repository}</stagingRepositoryId>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+</project>
diff --git a/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0.pom.asc b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0.pom.asc
new file mode 100644
index 0000000..81a753e
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0.pom.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQEcBAABAgAGBQJXmmWPAAoJEKd2T1Aqk4yZkl8IAMzLK0YH0BKQhfWrKVmgxnkl
+NC5lYfY8XWL5d0WRH1k8gYKVvBHYrQneFEK54TR744F6GM3Q8wWTSzv/xZVM8IG1
+YBL+pLmxD95TjvkMhkhjT8o6o3sdj+fDrXi2GYgBkgUj5r5e/ky0PqKqWTtKeJTk
+v+iY//e9EYErv1NQotGmS2CrNZXIWRWJhsGKRL/FA5XHIkS79exOPjN1Mxli4kyf
+QP66tWyTqgZ48+F/DpwHZtiitzIFD4Ik1zeofv6PyIy9klDOJJ81Ersy5gKJYTVl
+9uPn4XTYYh3nCOIA0lEW4w1RNgv+Me9JYMI5XXAuwylPNg6zBs2GJ8hiXxdDiJ4=
+=CQhx
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0.pom.md5 b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0.pom.md5
new file mode 100644
index 0000000..d1805ce
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0.pom.md5
@@ -0,0 +1 @@
+0553e46534164e9e5b8a0d319308a8ff
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0.pom.sha1 b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0.pom.sha1
new file mode 100644
index 0000000..6887d8f
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/3.0.0/protoc-gen-javalite-3.0.0.pom.sha1
@@ -0,0 +1 @@
+5f6bab7a31a0788709194cddf5cfa618b125ca13
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protoc-gen-javalite/maven-metadata.xml b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/maven-metadata.xml
new file mode 100644
index 0000000..8059f9e
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/maven-metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protoc-gen-javalite</artifactId>
+ <versioning>
+ <latest>3.0.0</latest>
+ <release>3.0.0</release>
+ <versions>
+ <version>3.0.0</version>
+ </versions>
+ <lastUpdated>20160728201733</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/protobuf/protoc-gen-javalite/maven-metadata.xml.md5 b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/maven-metadata.xml.md5
new file mode 100644
index 0000000..9d68c03
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/maven-metadata.xml.md5
@@ -0,0 +1 @@
+fdc0e8760f8882a034e9d27a75ea11f1
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protoc-gen-javalite/maven-metadata.xml.sha1 b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/maven-metadata.xml.sha1
new file mode 100644
index 0000000..4175980
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc-gen-javalite/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+56936898e62026d260d5dd3b5879f8afc83df040
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-linux-aarch_64.exe b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-linux-aarch_64.exe
new file mode 100644
index 0000000..1e156d4
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-linux-aarch_64.exe
Binary files differ
diff --git a/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-linux-aarch_64.exe.md5 b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-linux-aarch_64.exe.md5
new file mode 100644
index 0000000..5baea62
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-linux-aarch_64.exe.md5
@@ -0,0 +1 @@
+a14d6a5b23f161bc3e0707806eabcf23
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-linux-aarch_64.exe.sha1 b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-linux-aarch_64.exe.sha1
new file mode 100644
index 0000000..38ddff1
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-linux-aarch_64.exe.sha1
@@ -0,0 +1 @@
+48808998a4f2a9d5ad8ffca6f578a78f6094a57b
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-linux-x86_64.exe b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-linux-x86_64.exe
new file mode 100755
index 0000000..1cb992f
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-linux-x86_64.exe
Binary files differ
diff --git a/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-linux-x86_64.exe.md5 b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-linux-x86_64.exe.md5
new file mode 100644
index 0000000..7b3d349
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-linux-x86_64.exe.md5
@@ -0,0 +1 @@
+b87604852949aac366cf925a3266dbcd
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-linux-x86_64.exe.sha1 b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-linux-x86_64.exe.sha1
new file mode 100644
index 0000000..d903352
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-linux-x86_64.exe.sha1
@@ -0,0 +1 @@
+20e0eb4a72c8c2debd831936262626a36032bda6
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-osx-x86_64.exe b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-osx-x86_64.exe
new file mode 100644
index 0000000..178595c
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-osx-x86_64.exe
Binary files differ
diff --git a/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-osx-x86_64.exe.md5 b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-osx-x86_64.exe.md5
new file mode 100644
index 0000000..2572c43
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-osx-x86_64.exe.md5
@@ -0,0 +1 @@
+20f099391a026375362bded5e8af6286
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-osx-x86_64.exe.sha1 b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-osx-x86_64.exe.sha1
new file mode 100644
index 0000000..b5568cf
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-osx-x86_64.exe.sha1
@@ -0,0 +1 @@
+b66a1a9ff7965778c1617af63c30bf8ac2f82eee
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-windows-x86_64.exe b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-windows-x86_64.exe
new file mode 100644
index 0000000..54755c6
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-windows-x86_64.exe
Binary files differ
diff --git a/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-windows-x86_64.exe.md5 b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-windows-x86_64.exe.md5
new file mode 100644
index 0000000..c282d47
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-windows-x86_64.exe.md5
@@ -0,0 +1 @@
+11bbed012e03b860f525df4470652153
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-windows-x86_64.exe.sha1 b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-windows-x86_64.exe.sha1
new file mode 100644
index 0000000..4faa149
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0-windows-x86_64.exe.sha1
@@ -0,0 +1 @@
+2703a46b5bf29583e777a24ce68fde9076eed8bf
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0.pom b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0.pom
new file mode 100644
index 0000000..667a021
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0.pom
@@ -0,0 +1,135 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.google</groupId>
+ <artifactId>google</artifactId>
+ <version>1</version>
+ </parent>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protoc</artifactId>
+ <version>3.6.0</version>
+ <packaging>pom</packaging>
+ <name>Protobuf Compiler</name>
+ <description>
+ Protobuf Compiler (protoc) is a compiler for .proto files. It generates
+ language-specific code for Protobuf messages and RPC interfaces.
+ </description>
+ <inceptionYear>2008</inceptionYear>
+ <url>https://developers.google.com/protocol-buffers/</url>
+ <licenses>
+ <license>
+ <name>3-Clause BSD License</name>
+ <url>https://opensource.org/licenses/BSD-3-Clause</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <scm>
+ <url>https://github.com/google/protobuf</url>
+ <connection>
+ scm:git:https://github.com/google/protobuf.git
+ </connection>
+ </scm>
+ <build>
+ <extensions>
+ <extension>
+ <groupId>kr.motd.maven</groupId>
+ <artifactId>os-maven-plugin</artifactId>
+ <version>1.5.0.Final</version>
+ </extension>
+ </extensions>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <version>1.1.1</version>
+ <executions>
+ <execution>
+ <phase>compile</phase>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <executable>bash</executable>
+ <arguments>
+ <argument>build-protoc.sh</argument>
+ <argument>${os.detected.name}</argument>
+ <argument>${os.detected.arch}</argument>
+ <argument>protoc</argument>
+ </arguments>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.8</version>
+ <executions>
+ <execution>
+ <id>attach-artifacts</id>
+ <phase>package</phase>
+ <goals>
+ <goal>attach-artifact</goal>
+ </goals>
+ <configuration>
+ <artifacts>
+ <artifact>
+ <file>${basedir}/target/protoc.exe</file>
+ <classifier>${os.detected.name}-${os.detected.arch}</classifier>
+ <type>exe</type>
+ </artifact>
+ </artifacts>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>release</id>
+ <properties>
+ <!-- Specify the staging repository to deploy to. This can be left
+ empty for the first deployment, and Sonatype will create one. For
+ subsequent deployments it should be set to what Sonatype has
+ created, so that all deployments will go to the same repository.
+ -->
+ <staging.repository></staging.repository>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <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>
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <version>1.6.3</version>
+ <extensions>true</extensions>
+ <configuration>
+ <serverId>sonatype-nexus-staging</serverId>
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
+ <skipStagingRepositoryClose>true</skipStagingRepositoryClose>
+ <autoReleaseAfterClose>false</autoReleaseAfterClose>
+ <stagingRepositoryId>${staging.repository}</stagingRepositoryId>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+</project>
diff --git a/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0.pom.md5 b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0.pom.md5
new file mode 100644
index 0000000..174f731
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0.pom.md5
@@ -0,0 +1 @@
+037dd115b8ab67ca684b4ccd36442144
\ No newline at end of file
diff --git a/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0.pom.sha1 b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0.pom.sha1
new file mode 100644
index 0000000..d59c251
--- /dev/null
+++ b/common/m2/repository/com/google/protobuf/protoc/3.6.0/protoc-3.6.0.pom.sha1
@@ -0,0 +1 @@
+234f22d1d161583f3150526570b3786733a3e698
\ No newline at end of file
diff --git a/common/m2/repository/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0-sources.jar b/common/m2/repository/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0-sources.jar
new file mode 100644
index 0000000..2198b39
--- /dev/null
+++ b/common/m2/repository/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0-sources.jar.md5 b/common/m2/repository/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0-sources.jar.md5
new file mode 100644
index 0000000..fa19b11
--- /dev/null
+++ b/common/m2/repository/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0-sources.jar.md5
@@ -0,0 +1 @@
+7f329bb010cf56e01573b0d3e60244d5
\ No newline at end of file
diff --git a/common/m2/repository/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0-sources.jar.sha1 b/common/m2/repository/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0-sources.jar.sha1
new file mode 100644
index 0000000..e5f5a3a
--- /dev/null
+++ b/common/m2/repository/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0-sources.jar.sha1
@@ -0,0 +1 @@
+90b4aaa9530827fe6ad2b6684389c86999e861a3
\ No newline at end of file
diff --git a/common/m2/repository/com/googlecode/java-diff-utils/diffutils/maven-metadata.xml b/common/m2/repository/com/googlecode/java-diff-utils/diffutils/maven-metadata.xml
new file mode 100644
index 0000000..95a8b02
--- /dev/null
+++ b/common/m2/repository/com/googlecode/java-diff-utils/diffutils/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.googlecode.java-diff-utils</groupId>
+ <artifactId>diffutils</artifactId>
+ <versioning>
+ <release>1.3.0</release>
+ <versions>
+ <version>1.3.0</version>
+ </versions>
+ <lastUpdated>20180616054553</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1-sources.jar b/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1-sources.jar
new file mode 100644
index 0000000..c5daf64
--- /dev/null
+++ b/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1-sources.jar.md5 b/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1-sources.jar.md5
new file mode 100644
index 0000000..5bf01d3
--- /dev/null
+++ b/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1-sources.jar.md5
@@ -0,0 +1 @@
+8bee0718f4f2dd20256d37d5fed2911b
\ No newline at end of file
diff --git a/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1-sources.jar.sha1 b/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1-sources.jar.sha1
new file mode 100644
index 0000000..9cb4d60
--- /dev/null
+++ b/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1-sources.jar.sha1
@@ -0,0 +1 @@
+19c6d8dee6803c520d855ff7e8a8c3d97f1271ec
\ No newline at end of file
diff --git a/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar.md5 b/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar.md5
new file mode 100644
index 0000000..b89dc30
--- /dev/null
+++ b/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar.md5
@@ -0,0 +1 @@
+eb342044fc56be9ba49fbfc9789f1bb5
\ No newline at end of file
diff --git a/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar.sha1 b/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar.sha1
new file mode 100644
index 0000000..b2c193e
--- /dev/null
+++ b/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar.sha1
@@ -0,0 +1 @@
+5e303a03d04e6788dddfa3655272580ae0fc13bb
\ No newline at end of file
diff --git a/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom.md5 b/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom.md5
new file mode 100644
index 0000000..f6c6355
--- /dev/null
+++ b/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom.md5
@@ -0,0 +1 @@
+f3abcc80eeb69d6063310bafe6e11bd9
\ No newline at end of file
diff --git a/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom.sha1 b/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom.sha1
new file mode 100644
index 0000000..6cb5be2
--- /dev/null
+++ b/common/m2/repository/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom.sha1
@@ -0,0 +1 @@
+a2c3a73d894b86ac979b88be6537b284eb4bf916
\ No newline at end of file
diff --git a/common/m2/repository/com/googlecode/json-simple/json-simple/maven-metadata.xml b/common/m2/repository/com/googlecode/json-simple/json-simple/maven-metadata.xml
new file mode 100644
index 0000000..03d6663
--- /dev/null
+++ b/common/m2/repository/com/googlecode/json-simple/json-simple/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.googlecode.json-simple</groupId>
+ <artifactId>json-simple</artifactId>
+ <versioning>
+ <release>1.1</release>
+ <versions>
+ <version>1.1</version>
+ </versions>
+ <lastUpdated>20180418195247</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.jar.md5 b/common/m2/repository/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.jar.md5
new file mode 100644
index 0000000..d11f7e8
--- /dev/null
+++ b/common/m2/repository/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.jar.md5
@@ -0,0 +1 @@
+d9ea0a9a275336c175b343f2e4cd8f27
\ No newline at end of file
diff --git a/common/m2/repository/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.pom.md5 b/common/m2/repository/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.pom.md5
new file mode 100644
index 0000000..9da7434
--- /dev/null
+++ b/common/m2/repository/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.pom.md5
@@ -0,0 +1 @@
+de7290493a419e5ff8a67196664dcd74
\ No newline at end of file
diff --git a/common/m2/repository/com/googlecode/juniversalchardet/juniversalchardet/maven-metadata.xml b/common/m2/repository/com/googlecode/juniversalchardet/juniversalchardet/maven-metadata.xml
new file mode 100644
index 0000000..d33d265
--- /dev/null
+++ b/common/m2/repository/com/googlecode/juniversalchardet/juniversalchardet/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.googlecode.juniversalchardet</groupId>
+ <artifactId>juniversalchardet</artifactId>
+ <versioning>
+ <release>1.0.3</release>
+ <versions>
+ <version>1.0.3</version>
+ </versions>
+ <lastUpdated>20180418195042</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/7.1.0_r7/dalvik-dx-7.1.0_r7-sources.jar b/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/7.1.0_r7/dalvik-dx-7.1.0_r7-sources.jar
new file mode 100644
index 0000000..1363b2d
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/7.1.0_r7/dalvik-dx-7.1.0_r7-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/7.1.0_r7/dalvik-dx-7.1.0_r7-sources.jar.md5 b/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/7.1.0_r7/dalvik-dx-7.1.0_r7-sources.jar.md5
new file mode 100644
index 0000000..eecf3c7
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/7.1.0_r7/dalvik-dx-7.1.0_r7-sources.jar.md5
@@ -0,0 +1 @@
+359f9653654fd74619771da058191c6c
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/7.1.0_r7/dalvik-dx-7.1.0_r7-sources.jar.sha1 b/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/7.1.0_r7/dalvik-dx-7.1.0_r7-sources.jar.sha1
new file mode 100644
index 0000000..9eeb56b
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/7.1.0_r7/dalvik-dx-7.1.0_r7-sources.jar.sha1
@@ -0,0 +1 @@
+367be4d057317e6723c2992026f1093e2b104878
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/libcore-dex-7.1.0_r7-sources.jar b/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/libcore-dex-7.1.0_r7-sources.jar
new file mode 100644
index 0000000..e1f7ad0
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/libcore-dex-7.1.0_r7-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/libcore-dex-7.1.0_r7-sources.jar.md5 b/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/libcore-dex-7.1.0_r7-sources.jar.md5
new file mode 100644
index 0000000..f657fd3
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/libcore-dex-7.1.0_r7-sources.jar.md5
@@ -0,0 +1 @@
+f8125bf1da6200ddf9540fbddac01eef
\ No newline at end of file
diff --git a/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/libcore-dex-7.1.0_r7-sources.jar.sha1 b/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/libcore-dex-7.1.0_r7-sources.jar.sha1
new file mode 100644
index 0000000..1d63353
--- /dev/null
+++ b/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/libcore-dex-7.1.0_r7-sources.jar.sha1
@@ -0,0 +1 @@
+0a6a6a0b99b56a57884a8a46f165ff1ae39ea4d3
\ No newline at end of file
diff --git a/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0-sources.jar b/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0-sources.jar
new file mode 100644
index 0000000..9324f32
--- /dev/null
+++ b/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0-sources.jar.md5 b/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0-sources.jar.md5
new file mode 100644
index 0000000..2726f44
--- /dev/null
+++ b/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0-sources.jar.md5
@@ -0,0 +1 @@
+71bef3c1294bb1825f9e00388bdeeb73
\ No newline at end of file
diff --git a/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0-sources.jar.sha1 b/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0-sources.jar.sha1
new file mode 100644
index 0000000..2cb6ff1
--- /dev/null
+++ b/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0-sources.jar.sha1
@@ -0,0 +1 @@
+386a42409b2e3115007f51a338b480159bce7fae
\ No newline at end of file
diff --git a/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0.jar b/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0.jar
new file mode 100644
index 0000000..c87f47c
--- /dev/null
+++ b/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0.jar
Binary files differ
diff --git a/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0.jar.md5 b/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0.jar.md5
new file mode 100644
index 0000000..a76eefe
--- /dev/null
+++ b/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0.jar.md5
@@ -0,0 +1 @@
+f89a42948a889f73416598bb75d67763
\ No newline at end of file
diff --git a/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0.jar.sha1 b/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0.jar.sha1
new file mode 100644
index 0000000..aeef7d5
--- /dev/null
+++ b/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0.jar.sha1
@@ -0,0 +1 @@
+3a2631a36a7beb78910ce4ea514abc8afd77ad64
\ No newline at end of file
diff --git a/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0.pom b/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0.pom
new file mode 100644
index 0000000..ecec3d2
--- /dev/null
+++ b/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0.pom
@@ -0,0 +1,48 @@
+<?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>com.linkedin.dexmaker</groupId>
+ <artifactId>dexmaker-mockito</artifactId>
+ <version>2.19.0</version>
+ <dependencies>
+ <dependency>
+ <groupId>com.linkedin.dexmaker</groupId>
+ <artifactId>dexmaker</artifactId>
+ <version>2.19.0</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>2.19.0</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>net.bytebuddy</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+ <description>Implementation of the Mockito API for use on the Android Dalvik VM</description>
+ <url>https://github.com/linkedin/dexmaker</url>
+ <scm>
+ <url>https://github.com/linkedin/dexmaker</url>
+ <connection>scm:git:git://github.com/linkedin/dexmaker.git</connection>
+ <developerConnection>https://github.com/linkedin/dexmaker.git</developerConnection>
+ </scm>
+ <licenses>
+ <license>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>http://www.apache.org/license/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>com.linkedin</id>
+ <name>LinkedIn Corp</name>
+ <email></email>
+ </developer>
+ </developers>
+</project>
diff --git a/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0.pom.md5 b/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0.pom.md5
new file mode 100644
index 0000000..6558808
--- /dev/null
+++ b/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0.pom.md5
@@ -0,0 +1 @@
+36c7695a37bc14487474aac328498c40
\ No newline at end of file
diff --git a/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0.pom.sha1 b/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0.pom.sha1
new file mode 100644
index 0000000..b545107
--- /dev/null
+++ b/common/m2/repository/com/linkedin/dexmaker/dexmaker-mockito/2.19.0/dexmaker-mockito-2.19.0.pom.sha1
@@ -0,0 +1 @@
+f6975c59bee8684d04c9c6d43deb590a3b802881
\ No newline at end of file
diff --git a/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0-sources.jar b/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0-sources.jar
new file mode 100644
index 0000000..70f828e
--- /dev/null
+++ b/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0-sources.jar.md5 b/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0-sources.jar.md5
new file mode 100644
index 0000000..3436137
--- /dev/null
+++ b/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0-sources.jar.md5
@@ -0,0 +1 @@
+ecac54c4efd98d1e8cac79220cc667f3
\ No newline at end of file
diff --git a/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0-sources.jar.sha1 b/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0-sources.jar.sha1
new file mode 100644
index 0000000..f9098ce
--- /dev/null
+++ b/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0-sources.jar.sha1
@@ -0,0 +1 @@
+e8e0bfa012fd609ca445d1d00fcb7eba427d3d0d
\ No newline at end of file
diff --git a/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0.jar b/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0.jar
new file mode 100644
index 0000000..dd3e49c
--- /dev/null
+++ b/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0.jar
Binary files differ
diff --git a/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0.jar.md5 b/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0.jar.md5
new file mode 100644
index 0000000..fdff4ca
--- /dev/null
+++ b/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0.jar.md5
@@ -0,0 +1 @@
+628b420526e5d1f691516ca045dd62f4
\ No newline at end of file
diff --git a/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0.jar.sha1 b/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0.jar.sha1
new file mode 100644
index 0000000..ba62096
--- /dev/null
+++ b/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0.jar.sha1
@@ -0,0 +1 @@
+df50a08c5ffcbb88a18e5e13dd2b23cc07bcf9a7
\ No newline at end of file
diff --git a/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0.pom b/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0.pom
new file mode 100644
index 0000000..cc35fc4
--- /dev/null
+++ b/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0.pom
@@ -0,0 +1,36 @@
+<?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>com.linkedin.dexmaker</groupId>
+ <artifactId>dexmaker</artifactId>
+ <version>2.19.0</version>
+ <dependencies>
+ <dependency>
+ <groupId>com.jakewharton.android.repackaged</groupId>
+ <artifactId>dalvik-dx</artifactId>
+ <version>7.1.0_r7</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+ <description>A utility for doing compile or runtime code generation targeting Android's Dalvik VM</description>
+ <url>https://github.com/linkedin/dexmaker</url>
+ <scm>
+ <url>https://github.com/linkedin/dexmaker</url>
+ <connection>scm:git:git://github.com/linkedin/dexmaker.git</connection>
+ <developerConnection>https://github.com/linkedin/dexmaker.git</developerConnection>
+ </scm>
+ <licenses>
+ <license>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>http://www.apache.org/license/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>com.linkedin</id>
+ <name>LinkedIn Corp</name>
+ <email></email>
+ </developer>
+ </developers>
+</project>
diff --git a/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0.pom.md5 b/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0.pom.md5
new file mode 100644
index 0000000..51053c9
--- /dev/null
+++ b/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0.pom.md5
@@ -0,0 +1 @@
+a4dfd160ac7b038b6f40766224f9d30d
\ No newline at end of file
diff --git a/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0.pom.sha1 b/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0.pom.sha1
new file mode 100644
index 0000000..6f434aa
--- /dev/null
+++ b/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.19.0/dexmaker-2.19.0.pom.sha1
@@ -0,0 +1 @@
+4f080bd43a0c275e216bba8b6cd145e968003ce0
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-javadoc.jar b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-javadoc.jar
new file mode 100644
index 0000000..3c36225
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-javadoc.jar
Binary files differ
diff --git a/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-javadoc.jar.asc b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-javadoc.jar.asc
new file mode 100644
index 0000000..6ec8155
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-javadoc.jar.asc
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEptbJcQi4WF+RsVh0hnGo33EpYlIFAlr8TG8ACgkQhnGo33Ep
+YlIG/A/9EQEbRopLFV6lAf2GKNAIYRgjUNsZZhxd4pExU+Qruz8o24p8trAewIYx
+0LpYre1hdoxzDlrYHfcM2tMGVilTi3wysBJRAmEdA5ZFDF2yTyPJuYaKW0pH9CHB
+7GO3r3e62zRBGfw1i4cC2GHf8ytkfYV/ktmdGzRVWjZuzXQbjrJ6iJMmOdh1sM+q
+Ki1WA0Je0rUZMuzZFhuhEnr1Rk64aigundYCeI0VJitYKgDlFb7CBrdZ5bU91q0F
+vjImU08UtiqeM3i52F7hN1OJaY3HPJ3RKxdyWfjrkqLK0f7gCMjr4cSZTV6x1E96
+rKre1kTIfjo9m1CxWLQ1GO8wjqJimw5qIWYc2QpSMMIbaGnITGcpOFc47fs4hp6Y
+3m/PEZct6qlWqrR7TkHJJKKdDlTgSQDHjvv+4gtJWXVPwIIASipB/9LWXHzYuqCm
+Q+hwQNtWXHQCM1IkbV2TMUWqEirdxSlAgCagSpFajq6vqxt0GEcxUndeqcN/hRPB
+Uf+GGkxR9s+wD8vI0tLRv+j0ebb21T8TIptppIHk+cN34nR1IJnrtVvXRnifsea6
+CxPzLsUQt2ZXfnqZlk74a2inP54KkLlNDTi5Z6U9BLYz5YzEZeRyANzmpY+qA4Ck
+rQjVmaD5AAhPIk6otCHufQlnt37Ibz+KiUrnv4TTMbZrLV91/3M=
+=dIsm
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-javadoc.jar.md5 b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-javadoc.jar.md5
new file mode 100644
index 0000000..06698d3
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-javadoc.jar.md5
@@ -0,0 +1 @@
+309f01ad83284b1a42d8261f14f980ac
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-javadoc.jar.sha1 b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-javadoc.jar.sha1
new file mode 100644
index 0000000..a729fbc
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-javadoc.jar.sha1
@@ -0,0 +1 @@
+b82603ed9bc1d9a851bdbc6dc877eaa580fbfe07
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-sources.jar b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-sources.jar
new file mode 100644
index 0000000..3206b94
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-sources.jar.asc b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-sources.jar.asc
new file mode 100644
index 0000000..ca0b385
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-sources.jar.asc
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEptbJcQi4WF+RsVh0hnGo33EpYlIFAlr8TG8ACgkQhnGo33Ep
+YlKZ4A//VInzwJHrZtIhHevuWD11KN/G8/WHtLNHBcYVUZiB/QN3dfa56m1y7na7
+dIfm+aR6N2m7kSpcAIuRwIxKVshiuZgtYoSMoz2KgDd8Hl/ybG8jWsO5KqXXBI5l
+liR9wv8Ixb1evoBhXrGqpJIyESUZCZaYtp+VMINRv46pNXRJl2GQe+fkI22Sy6yg
+r4ujrCnCVLij0w4x7Yjlvh3uw9dr2SatBeExkPXheMlb4b81xEPujertUqQJp04S
+/K5MwJ0Razk4Cir35bduIPv2kXGiwRQexMO1LM6a4ACFCxfX8T+NaUXnQx/0geZ6
+N8B8OtQgpFP4jHFiISu/b+0AHue+Vo0EvRXPcvuhuY9jKPZxOsr4aXuiknGxjuCs
+sbrQs2NuDbVlj4wxOcWOT+x23Dv+G5dj5zMBhVIOKaD/jFMH2VXQtvf0V+DHMdEY
+womUAF2oEo8dBG0ssKo9Ty4GG31uJdTimZ17ykmei1hBFjAi/VmKWOMCCwQbN8RN
+jAq4fLY5Br1/Ax16PavUDuqY4j6Qac2YeWXjX5kaTXFfgCEba1obPMx7O3ibS4vU
+jrOOjsmEgVmk2Xrx2nfvNnguhm/zmMuiUqrZcZHYFOpSdQC48SHClpifjXMwzs0h
+UYpf7yqEsWVcgnn7PnFxEENIKTSilobgbQ/uk/ni4/+m2etA5q8=
+=RKW/
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-sources.jar.md5 b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-sources.jar.md5
new file mode 100644
index 0000000..213f383
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-sources.jar.md5
@@ -0,0 +1 @@
+47cd7a4351467bc0bc0ac312222216ab
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-sources.jar.sha1 b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-sources.jar.sha1
new file mode 100644
index 0000000..8e6ab7d
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1-sources.jar.sha1
@@ -0,0 +1 @@
+8da7f5aaa62c6e22f53d360b2d0e21f6fa35ef32
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.jar b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.jar
new file mode 100644
index 0000000..27a18e8
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.jar
Binary files differ
diff --git a/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.jar.asc b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.jar.asc
new file mode 100644
index 0000000..665d6da
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.jar.asc
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEptbJcQi4WF+RsVh0hnGo33EpYlIFAlr8TG4ACgkQhnGo33Ep
+YlKtaA/+N7GXpRO6L6mH2ajJ27Nz+BLySWIAhdkelEBbGK30EFdnVzB52rwpkpeO
+jShi0YQBfKhe/6JXFv/Y/aBWnzsBWkv7cGRWO+rTIFGGtmzcjLUkWUwZuRNQNvnd
++m66NWREM/PokTBx0l6yZzeCpjq2iZFMGTxeqB5P0fLrVZIm7xNcsIxnFTV/aaUL
+BCPWZBNzApvrhhKcL7P9Q3BSqDPce+jyrQz18nIDr20FLfLf+E6T2PJQMRo4leWq
+clefcU6UtZJTaVxhVEXkmwbjqgvVC8v1W/XwE3Lp2kXr3L/Js/VKyUE3JjumvXz2
+a/xhu4eGa2K0gNUdgo8LbO1rkCqWS3OnS371P6jSdV2SK3BGtMYE0GQk8z8LXiGT
+Dv5Aop5GlgQdjkhDa8xGT5eI05PnbDzwekNYfn8aqtx6ue+d3xGa6r3rYh5AkyWS
+RUl2ubxBbAYKSyubLyaFsAjlbLYol5yeJepTBt6H2cnfNj17b/rrhrEoqh5rk0iO
+qg95+CFk1kvpJfS1RhjyamToIWEbz3bUZXR8saVdq8ggXcYARnILeWEHZ3emoCKq
+xoynfJTT6QzPa96y6lwe/gtcGEgT4wVoqhx/krYblB0Dv3uRUAQVdNmpPBOk5Y0H
+qiCZi0OlfEGN8nBZ/cDDxW45w/qI7BZGPnmmvW+vZJx451H7qeU=
+=BOgG
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.jar.md5 b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.jar.md5
new file mode 100644
index 0000000..9804c54
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.jar.md5
@@ -0,0 +1 @@
+88fd987568b1a8581eb3b77f611e4240
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.jar.sha1 b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.jar.sha1
new file mode 100644
index 0000000..b1f8c15
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.jar.sha1
@@ -0,0 +1 @@
+210e69f58dfa76c5529a303913b4a30c2bfeb76b
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.pom b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.pom
new file mode 100644
index 0000000..a531637
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.pom
@@ -0,0 +1,159 @@
+<?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.11.1</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.8</java.version>
+ <junit.version>4.12</junit.version>
+ <truth.version>0.39</truth.version>
+ <compile-testing.version>0.15</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>${truth.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.testing.compile</groupId>
+ <artifactId>compile-testing</artifactId>
+ <version>${compile-testing.version}</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.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>2.13.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jdt.core.compiler</groupId>
+ <artifactId>ecj</artifactId>
+ <version>4.6.1</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.7.0</version>
+ <configuration>
+ <compilerId>javac-with-errorprone</compilerId>
+ <forceJavacCompilerUse>true</forceJavacCompilerUse>
+ <source>${java.version}</source>
+ <target>${java.version}</target>
+ </configuration>
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-compiler-javac-errorprone</artifactId>
+ <version>2.8.2</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_core</artifactId>
+ <version>2.3.1</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <version>2.17</version>
+ <dependencies>
+ <dependency>
+ <groupId>com.puppycrawl.tools</groupId>
+ <artifactId>checkstyle</artifactId>
+ <version>8.7</version>
+ </dependency>
+ </dependencies>
+ <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-jar-plugin</artifactId>
+ <version>3.0.2</version>
+ <configuration>
+ <archive>
+ <manifestEntries>
+ <Automatic-Module-Name>com.squareup.javapoet</Automatic-Module-Name>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </build>
+</project>
diff --git a/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.pom.asc b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.pom.asc
new file mode 100644
index 0000000..61a722f
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.pom.asc
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEptbJcQi4WF+RsVh0hnGo33EpYlIFAlr8TG4ACgkQhnGo33Ep
+YlLhUg/+KJL/Hxgmxjd6y++AvM9LGpYRmiLdJgWFbHCqAiI6m+SUwvs8Jpksh80f
+s8TrzZn3XWM85In8JtU2L1v0fSlnf6V+Y5MAxpmP0a8zZLy+ft0+iXq6nVCqO2/a
+rogcSzZYIy+DD5+pZ6hpZcxMG5wVXJGl1Mt27pJ+JsNk5lgao9fsmQGy6km79ELn
+A+UdKDER5nFMtE/Rj2XGYS40FrKW0PNUpODll8TfQtCE0kWHT8Jam7fy+HOV96q0
+upSRNe64ekRNJW1yHlLJAFPB/HzPkKa9zseNRgCBEaTco8etMuPhrA3987p+tbiB
+fkfcB+xJvCchHAT4+GUYyxL65iRDsVI5xAcU9ffU9vXBmGrbnwvk0TLEYrwpCbVz
+uuViepzeksXzolMTgTH9imD0sjHkBj8Z8XqLbOWgpeN5uwdNhNeEZi4pPRPpt18L
+V+HXvyksaa9/yDpjRvMFVjyeTFXkqzRAzyrJHrXixbDycww9j74DE2Yhdy7Hd/7E
+fVB7rAw/QrciDKh+NjOyRmqq1LOJWuGDdfv9qgxlds22qCz4u5pomCfF3OO5uuGs
+DBxHpMlPrlmz2erRCQPo5t9doTXJgOWOFT75IRI6SpJJrfeTxL3vFDggiYKJAMtn
+9/KiHNcNZxLutCIuDc9Dnq3AsDnQ4TviXNX8UhENqH4tnuskdU4=
+=arfS
+-----END PGP SIGNATURE-----
diff --git a/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.pom.md5 b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.pom.md5
new file mode 100644
index 0000000..f1f4134
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.pom.md5
@@ -0,0 +1 @@
+a7dff2ed1ff05ce19735a57aeb1b318b
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.pom.sha1 b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.pom.sha1
new file mode 100644
index 0000000..bd379ec
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.11.1/javapoet-1.11.1.pom.sha1
@@ -0,0 +1 @@
+15c7f9f9ca52aed51640ddf813d80e7809b820df
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/javapoet/1.8.0/javapoet-1.8.0-sources.jar b/common/m2/repository/com/squareup/javapoet/1.8.0/javapoet-1.8.0-sources.jar
new file mode 100644
index 0000000..4663252
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.8.0/javapoet-1.8.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/squareup/javapoet/1.8.0/javapoet-1.8.0-sources.jar.md5 b/common/m2/repository/com/squareup/javapoet/1.8.0/javapoet-1.8.0-sources.jar.md5
new file mode 100644
index 0000000..b8b0191
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.8.0/javapoet-1.8.0-sources.jar.md5
@@ -0,0 +1 @@
+6bec9474ee7913ac4567f49f0c5536b7
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/javapoet/1.8.0/javapoet-1.8.0-sources.jar.sha1 b/common/m2/repository/com/squareup/javapoet/1.8.0/javapoet-1.8.0-sources.jar.sha1
new file mode 100644
index 0000000..f412e5b
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.8.0/javapoet-1.8.0-sources.jar.sha1
@@ -0,0 +1 @@
+499341a875fe72e8fcf4ba856ba15f498d348e38
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/javapoet/1.8.0/javapoet-1.8.0.jar.md5 b/common/m2/repository/com/squareup/javapoet/1.8.0/javapoet-1.8.0.jar.md5
new file mode 100644
index 0000000..52d6ec9
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.8.0/javapoet-1.8.0.jar.md5
@@ -0,0 +1 @@
+dfabc439b8d0ce654ea7217aef1b4fb9
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/javapoet/1.8.0/javapoet-1.8.0.pom.md5 b/common/m2/repository/com/squareup/javapoet/1.8.0/javapoet-1.8.0.pom.md5
new file mode 100644
index 0000000..f677512
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.8.0/javapoet-1.8.0.pom.md5
@@ -0,0 +1 @@
+0b26fd08288a8ef9af163305a8b8be07
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/javapoet/maven-metadata.xml b/common/m2/repository/com/squareup/javapoet/maven-metadata.xml
new file mode 100644
index 0000000..0215f45
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.squareup</groupId>
+ <artifactId>javapoet</artifactId>
+ <versioning>
+ <release>1.8.0</release>
+ <versions>
+ <version>1.8.0</version>
+ </versions>
+ <lastUpdated>20180418195042</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/squareup/javawriter/maven-metadata.xml b/common/m2/repository/com/squareup/javawriter/maven-metadata.xml
new file mode 100644
index 0000000..7057bee
--- /dev/null
+++ b/common/m2/repository/com/squareup/javawriter/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.squareup</groupId>
+ <artifactId>javawriter</artifactId>
+ <versioning>
+ <release>2.5.0</release>
+ <versions>
+ <version>2.5.0</version>
+ </versions>
+ <lastUpdated>20180418195247</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/sun/activation/all/1.2.0/all-1.2.0.pom b/common/m2/repository/com/sun/activation/all/1.2.0/all-1.2.0.pom
new file mode 100644
index 0000000..1436129
--- /dev/null
+++ b/common/m2/repository/com/sun/activation/all/1.2.0/all-1.2.0.pom
@@ -0,0 +1,641 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+
+ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+
+ Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved.
+
+ The contents of this file are subject to the terms of either the GNU
+ General Public License Version 2 only ("GPL") or the Common Development
+ and Distribution License("CDDL") (collectively, the "License"). You
+ may not use this file except in compliance with the License. You can
+ obtain a copy of the License at
+ https://oss.oracle.com/licenses/CDDL+GPL-1.1
+ or LICENSE.txt. See the License for the specific
+ language governing permissions and limitations under the License.
+
+ When distributing the software, include this License Header Notice in each
+ file and include the License file at LICENSE.txt.
+
+ GPL Classpath Exception:
+ Oracle designates this particular file as subject to the "Classpath"
+ exception as provided by Oracle in the GPL Version 2 section of the License
+ file that accompanied this code.
+
+ Modifications:
+ If applicable, add the following below the License Header, with the fields
+ enclosed by brackets [] replaced by your own identifying information:
+ "Portions Copyright [year] [name of copyright owner]"
+
+ Contributor(s):
+ If you wish your version of this file to be governed by only the CDDL or
+ only the GPL Version 2, indicate your decision by adding "[Contributor]
+ elects to include this software in this distribution under the [CDDL or GPL
+ Version 2] license." If you don't indicate a single choice of license, a
+ recipient has the option to distribute your version of this file under
+ either the CDDL, the GPL Version 2 or to extend the choice of license to
+ its licensees as provided above. However, if you add GPL Version 2 code
+ and therefore, elected the GPL Version 2 license, then the option applies
+ only if the new code is made subject to such option by the copyright
+ holder.
+
+-->
+
+<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>net.java</groupId>
+ <artifactId>jvnet-parent</artifactId>
+ <version>1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>com.sun.activation</groupId>
+ <artifactId>all</artifactId>
+ <packaging>pom</packaging>
+ <version>1.2.0</version>
+ <name>JavaBeans Activation Framework distribution</name>
+ <description>${project.name}</description>
+
+ <scm>
+ <connection>scm:git:https://github.com/javaee/activation.git</connection>
+ <developerConnection>scm:git:git@github.com:javaee/activation.git</developerConnection>
+ <url>https://github.com/javaee/activation</url>
+ </scm>
+
+ <issueManagement>
+ <system>GitHub</system>
+ <url>https://github.com/javaee/activation/issues</url>
+ </issueManagement>
+
+ <licenses>
+ <license>
+ <name>CDDL/GPLv2+CE</name>
+ <url>https://github.com/javaee/activation/blob/master/LICENSE.txt</url>
+ <distribution>repo</distribution>
+ <comments>CDDL or GPL version 2 plus the Classpath Exception</comments>
+ </license>
+ </licenses>
+
+ <organization>
+ <name>Oracle</name>
+ <url>http://www.oracle.com</url>
+ </organization>
+
+ <properties>
+ <activation.spec.version>1.2</activation.spec.version>
+ <!-- defaults that are overridden in activation module -->
+ <activation.extensionName>
+ ${project.groupId}.${project.artifactId}
+ </activation.extensionName>
+ <activation.moduleName>
+ ${project.groupId}.${project.artifactId}
+ </activation.moduleName>
+ <activation.specificationTitle>
+ ${project.groupId}.${project.artifactId}
+ </activation.specificationTitle>
+ <activation.implementationTitle>
+ ${project.groupId}.${project.artifactId}
+ </activation.implementationTitle>
+ <activation.bundle.symbolicName>
+ ${project.groupId}.${project.artifactId}
+ </activation.bundle.symbolicName>
+ <activation.bundle.symbolicName>
+ ${project.groupId}.${project.artifactId}
+ </activation.bundle.symbolicName>
+ <activation.packages.export>
+ javax.activation.*; version=${activation.spec.version}
+ </activation.packages.export>
+ <activation.packages.import>
+ *
+ </activation.packages.import>
+ <activation.packages.private>
+ com.sun.activation.*
+ </activation.packages.private>
+ <!-- for the osgiversion-maven-plugin -->
+ <hk2.plugin.version>2.0.0</hk2.plugin.version>
+ <project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>
+ <findbugs.threshold>
+ High
+ </findbugs.threshold>
+ <findbugs.version>
+ 3.0.1
+ </findbugs.version>
+ <findbugs.skip>
+ true
+ </findbugs.skip>
+ <findbugs.exclude/>
+ <copyright-plugin.version>1.42</copyright-plugin.version>
+ </properties>
+
+ <developers>
+ <developer>
+ <id>shannon</id>
+ <name>Bill Shannon</name>
+ <email>bill.shannon@oracle.com</email>
+ <organization>Oracle</organization>
+ <roles>
+ <role>lead</role>
+ </roles>
+ </developer>
+ </developers>
+
+ <!-- following to enable use of "mvn site:stage" -->
+ <distributionManagement>
+ <site>
+ <id>oracle.com</id>
+ <url>file:/tmp</url> <!-- not used -->
+ </site>
+ </distributionManagement>
+
+ <modules>
+ <module>activation</module>
+ <module>activationapi</module>
+ </modules>
+
+ <profiles>
+ <!--
+ This profile contains modules that should only be built
+ but not installed or deployed.
+ -->
+ <profile>
+ <id>build-only</id>
+ <modules>
+ <module>demo</module>
+ </modules>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ </profile>
+
+ <!--
+ This profile is used for deploying a JAF final release.
+ -->
+ <profile>
+ <id>deploy-release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </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>
+
+ <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>
+
+ <!--
+ This profile is used for deploying a JAF SNAPSHOT release.
+ It's identical to the above deploy-release profile except that
+ artifacts aren't signed.
+ -->
+ <profile>
+ <id>deploy-snapshot</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </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>
+
+ <!--
+ A special profile for compiling with the real JDK 1.5
+ compiler, to make sure there are no accidental dependencies
+ on JDK 1.6 or newer APIs. Set the property javac.path to the path
+ to the JDK 1.5 compiler, e.g.,
+ "mvn -P1.5 -Djavac.path=/opt/jdk1.5/bin/javac".
+ -->
+ <profile>
+ <id>1.5</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>default-compile</id>
+ <configuration>
+ <fork>true</fork>
+ <executable>${javac.path}</executable>
+ <compilerVersion>1.5</compilerVersion>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <build>
+ <defaultGoal>install</defaultGoal>
+ <plugins>
+ <!--
+ Make sure we're using the correct version of maven.
+ -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>enforce-version</id>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireMavenVersion>
+ <version>[2.2.1,)</version>
+ </requireMavenVersion>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!--
+ This plugin is reponsible for packaging artifacts
+ as OSGi bundles. Please refer to
+ http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html
+ for more information about how to use this plugin.
+ -->
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <configuration>
+ <instructions>
+ <Bundle-SymbolicName>
+ ${activation.bundle.symbolicName}
+ </Bundle-SymbolicName>
+ <Export-Package>
+ ${activation.packages.export}
+ </Export-Package>
+ <Import-Package>
+ ${activation.packages.import}
+ </Import-Package>
+ <Private-Package>
+ ${activation.packages.private}
+ </Private-Package>
+ <DynamicImport-Package>
+ *
+ </DynamicImport-Package>
+ </instructions>
+ </configuration>
+ <!--
+ Since we don't change the packaging type to bundle, we
+ need to configure the plugin to execute the manifest goal
+ during the process-classes phase of the build life cycle.
+ -->
+ <executions>
+ <execution>
+ <id>osgi-manifest</id>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>manifest</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!--
+ Since we don't want a qualifier like b05 or SNAPSHOT to
+ appear in the OSGi package version attribute, we use
+ the following plugin to populate a project property
+ with an OSGi version that is equivalent to the maven
+ version without the qualifier.
+ -->
+ <plugin>
+ <groupId>org.glassfish.hk2</groupId>
+ <artifactId>osgiversion-maven-plugin</artifactId>
+ <version>${hk2.plugin.version}</version>
+ <configuration>
+ <dropVersionComponent>qualifier</dropVersionComponent>
+ <versionPropertyName>activation.osgiversion</versionPropertyName>
+ </configuration>
+ <executions>
+ <execution>
+ <id>compute-osgi-version</id>
+ <goals>
+ <goal>compute-osgi-version</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!--
+ Use the 1.5 compiler for JAF itself and the test classes.
+ -->
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>default-compile</id>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </execution>
+ <execution>
+ <id>default-testCompile</id>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <!-- need at least this version to make excludes work -->
+ <configuration>
+ <finalName>${project.artifactId}</finalName>
+ <archive>
+ <!--
+ Configure the maven-jar-plugin to pick up
+ META-INF/MANIFEST.MF that's generated by
+ the maven-bundle-plugin.
+ -->
+ <manifestFile>
+ ${project.build.outputDirectory}/META-INF/MANIFEST.MF
+ </manifestFile>
+ <manifestEntries>
+ <Extension-Name>
+ ${activation.extensionName}
+ </Extension-Name>
+ <Specification-Title>
+ ${activation.specificationTitle}
+ </Specification-Title>
+ <Specification-Version>
+ ${activation.spec.version}
+ </Specification-Version>
+ <Specification-Vendor>
+ ${project.organization.name}
+ </Specification-Vendor>
+ <Implementation-Title>
+ ${activation.implementationTitle}
+ </Implementation-Title>
+ <Implementation-Version>
+ ${project.version}
+ </Implementation-Version>
+ <Implementation-Vendor>
+ ${project.organization.name}
+ </Implementation-Vendor>
+ <Implementation-Vendor-Id>
+ com.sun
+ </Implementation-Vendor-Id>
+ <!-- for JDK 9 -->
+ <Automatic-Module-Name>
+ ${activation.moduleName}
+ </Automatic-Module-Name>
+ </manifestEntries>
+ </archive>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+
+ <!--
+ Tell the source plugin about the sources that may have
+ been downloaded by the maven-dependency-plugin.
+
+ Also, need this plugin to define target/classes as another
+ source directory so that the filtered Version.java
+ that's copied there will also be compiled when using
+ the latest version of the maven-compiler-plugin.
+ -->
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>add-source</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>add-source</goal>
+ </goals>
+ <configuration>
+ <sources>
+ <source> <!-- for dependencies -->
+ ${project.build.directory}/sources
+ </source>
+ <source> <!-- for Version.java -->
+ target/classes
+ </source>
+ </sources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!--
+ Configure the source plugin here so that it will know
+ about the sources that may have been downloaded by the
+ maven-dependency-plugin and configured by the
+ build-helper-maven-plugin.
+ -->
+ <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>
+ <configuration>
+ <includePom>true</includePom>
+ <!--
+ Since we added the classes directory using the
+ build-helper-maven-plugin above, we need to exclude
+ the class files from the source jar file.
+ -->
+ <excludes>
+ <exclude>**/*.class</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+
+<!-- not used
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <arguments>-P deploy</arguments>
+ </configuration>
+ </plugin>
+-->
+ </plugins>
+
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.4</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.3</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.4</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.7</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.4</version>
+ </plugin>
+ <plugin>
+ <!--
+ By default, disable the FindBugs plugin for all modules.
+ It's enabled in the modules where we actually want to
+ run it.
+ -->
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>${findbugs.version}</version>
+ <configuration>
+ <skip>${findbugs.skip}</skip>
+ <threshold>${findbugs.threshold}</threshold>
+ <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
+ <excludeFilterFile>
+ ${findbugs.exclude}
+ </excludeFilterFile>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>2.1.0</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.1.2</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.10</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.7</version>
+ </plugin>
+ <plugin>
+ <groupId>org.glassfish.copyright</groupId>
+ <artifactId>glassfish-copyright-maven-plugin</artifactId>
+ <version>${copyright-plugin.version}</version>
+ <configuration>
+ <scm>git</scm>
+ <scmOnly>true</scmOnly>
+ <excludeFile>
+ copyright-exclude
+ </excludeFile>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>com.sun.activation</groupId>
+ <artifactId>javax.activation</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <reporting>
+ <plugins>
+ <!--
+ Configure FindBugs to run with "mvn site" and
+ generate html output that can be viewed directly.
+ -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>${findbugs.version}</version>
+ <configuration>
+ <skip>${findbugs.skip}</skip>
+ <threshold>${findbugs.threshold}</threshold>
+ <excludeFilterFile>
+ ${findbugs.exclude}
+ </excludeFilterFile>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+</project>
diff --git a/common/m2/repository/com/sun/activation/all/1.2.0/all-1.2.0.pom.md5 b/common/m2/repository/com/sun/activation/all/1.2.0/all-1.2.0.pom.md5
new file mode 100644
index 0000000..1e87cc4
--- /dev/null
+++ b/common/m2/repository/com/sun/activation/all/1.2.0/all-1.2.0.pom.md5
@@ -0,0 +1 @@
+643512133dfa3f0973ca4fda0c67026a
\ No newline at end of file
diff --git a/common/m2/repository/com/sun/activation/all/1.2.0/all-1.2.0.pom.sha1 b/common/m2/repository/com/sun/activation/all/1.2.0/all-1.2.0.pom.sha1
new file mode 100644
index 0000000..c6ef40c
--- /dev/null
+++ b/common/m2/repository/com/sun/activation/all/1.2.0/all-1.2.0.pom.sha1
@@ -0,0 +1 @@
+9b1023e38195ea19d1a0ac79192d486da1904f97
\ No newline at end of file
diff --git a/common/m2/repository/com/sun/activation/all/maven-metadata.xml b/common/m2/repository/com/sun/activation/all/maven-metadata.xml
new file mode 100644
index 0000000..2b06a93
--- /dev/null
+++ b/common/m2/repository/com/sun/activation/all/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.sun.activation</groupId>
+ <artifactId>all</artifactId>
+ <versioning>
+ <release>1.2.0</release>
+ <versions>
+ <version>1.2.0</version>
+ </versions>
+ <lastUpdated>20180418195242</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0-sources.jar b/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0-sources.jar
new file mode 100644
index 0000000..3d0a968
--- /dev/null
+++ b/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0-sources.jar.md5 b/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0-sources.jar.md5
new file mode 100644
index 0000000..7e8edc3
--- /dev/null
+++ b/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0-sources.jar.md5
@@ -0,0 +1 @@
+4441971dad858e9836b051816d2de684
\ No newline at end of file
diff --git a/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0-sources.jar.sha1 b/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0-sources.jar.sha1
new file mode 100644
index 0000000..53ebbe9
--- /dev/null
+++ b/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0-sources.jar.sha1
@@ -0,0 +1 @@
+5b034823866d38f38f02bdad7ed8a14e650c61b6
\ No newline at end of file
diff --git a/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar b/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar
new file mode 100644
index 0000000..9637479
--- /dev/null
+++ b/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar
Binary files differ
diff --git a/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar.md5 b/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar.md5
new file mode 100644
index 0000000..d8341cc
--- /dev/null
+++ b/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar.md5
@@ -0,0 +1 @@
+be7c430df50b330cffc4848a3abedbfb
\ No newline at end of file
diff --git a/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar.sha1 b/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar.sha1
new file mode 100644
index 0000000..fc4ab72
--- /dev/null
+++ b/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar.sha1
@@ -0,0 +1 @@
+bf744c1e2776ed1de3c55c8dac1057ec331ef744
\ No newline at end of file
diff --git a/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.pom b/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.pom
new file mode 100644
index 0000000..7dbbb4b
--- /dev/null
+++ b/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.pom
@@ -0,0 +1,211 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+
+ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+
+ Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved.
+
+ The contents of this file are subject to the terms of either the GNU
+ General Public License Version 2 only ("GPL") or the Common Development
+ and Distribution License("CDDL") (collectively, the "License"). You
+ may not use this file except in compliance with the License. You can
+ obtain a copy of the License at
+ https://oss.oracle.com/licenses/CDDL+GPL-1.1
+ or LICENSE.txt. See the License for the specific
+ language governing permissions and limitations under the License.
+
+ When distributing the software, include this License Header Notice in each
+ file and include the License file at LICENSE.txt.
+
+ GPL Classpath Exception:
+ Oracle designates this particular file as subject to the "Classpath"
+ exception as provided by Oracle in the GPL Version 2 section of the License
+ file that accompanied this code.
+
+ Modifications:
+ If applicable, add the following below the License Header, with the fields
+ enclosed by brackets [] replaced by your own identifying information:
+ "Portions Copyright [year] [name of copyright owner]"
+
+ Contributor(s):
+ If you wish your version of this file to be governed by only the CDDL or
+ only the GPL Version 2, indicate your decision by adding "[Contributor]
+ elects to include this software in this distribution under the [CDDL or GPL
+ Version 2] license." If you don't indicate a single choice of license, a
+ recipient has the option to distribute your version of this file under
+ either the CDDL, the GPL Version 2 or to extend the choice of license to
+ its licensees as provided above. However, if you add GPL Version 2 code
+ and therefore, elected the GPL Version 2 license, then the option applies
+ only if the new code is made subject to such option by the copyright
+ holder.
+
+-->
+
+<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>com.sun.activation</groupId>
+ <artifactId>all</artifactId>
+ <version>1.2.0</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>com.sun.activation</groupId>
+ <artifactId>javax.activation</artifactId>
+ <packaging>jar</packaging>
+ <name>JavaBeans Activation Framework</name>
+
+ <properties>
+ <activation.extensionName>
+ javax.activation
+ </activation.extensionName>
+ <activation.moduleName>
+ java.activation
+ </activation.moduleName>
+ <activation.specificationTitle>
+ JavaBeans(TM) Activation Framework Specification
+ </activation.specificationTitle>
+ <activation.implementationTitle>
+ javax.activation
+ </activation.implementationTitle>
+ <activation.packages.export>
+ javax.activation.*; version=${activation.spec.version},
+ com.sun.activation.*; version=${activation.osgiversion}
+ </activation.packages.export>
+ <findbugs.skip>
+ false
+ </findbugs.skip>
+ <findbugs.exclude>
+ ${project.basedir}/exclude.xml
+ </findbugs.exclude>
+ </properties>
+
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ <filtering>true</filtering>
+ </resource>
+ </resources>
+ <plugins>
+ <!--
+ Configure compiler plugin to print lint warnings.
+ -->
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>default-compile</id>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ <fork>true</fork>
+ <!--
+ ignore some of the errors that are
+ too hard to fix for now
+ -->
+ <!--
+ <compilerArguments>
+ <Xlint:all/>
+ <Xlint:-rawtypes/>
+ <Xlint:-unchecked/>
+ <Xlint:-finally/>
+ </compilerArguments>
+ <showWarnings>true</showWarnings>
+ -->
+ </configuration>
+ </execution>
+ <execution>
+ <id>default-testCompile</id>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!--
+ Configure test plugin to find *TestSuite classes.
+ -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>**/*Test.java</include>
+ <include>**/*TestSuite.java</include>
+ </includes>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <inherited>false</inherited>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>javadoc</goal>
+ </goals>
+ <configuration>
+ <author>false</author>
+ <description>
+ JavaBeans Activation Framework API documentation
+ </description>
+ <doctitle>
+ JavaBeans Activation Framework API documentation
+ </doctitle>
+ <windowtitle>
+ JavaBeans Activation Framework API documentation
+ </windowtitle>
+ <splitindex>true</splitindex>
+ <use>true</use>
+ <notimestamp>true</notimestamp>
+ <serialwarn>true</serialwarn>
+ <quiet>true</quiet>
+ <bottom>
+<![CDATA[Copyright © 1996-2017,
+ <a href="http://www.oracle.com">Oracle</a>
+ and/or its affiliates. All Rights Reserved.
+ Use is subject to
+ <a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.
+]]>
+ </bottom>
+ <groups>
+ <group>
+ <title>JavaBeans Activation Framework API Packages</title>
+ <packages>javax.*</packages>
+ </group>
+ </groups>
+ <subpackages>javax.activation</subpackages>
+ <!--
+ Links to Java SE javadocs.
+
+ XXX - links need to include a trailing "/."
+ because Maven strips off a trailing "/"
+ before passing the option to the javadoc
+ command, which then strips off the last
+ name if it doesn't end with "/".
+ -->
+ <links>
+ <link>http://docs.oracle.com/javase/1.5.0/docs/api/.</link>
+ </links>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.7</version>
+ <scope>test</scope>
+ <optional>true</optional>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.pom.md5 b/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.pom.md5
new file mode 100644
index 0000000..0b80157
--- /dev/null
+++ b/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.pom.md5
@@ -0,0 +1 @@
+ccc3f94b470b4156bb0b36270e3d9870
\ No newline at end of file
diff --git a/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.pom.sha1 b/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.pom.sha1
new file mode 100644
index 0000000..43b8cee
--- /dev/null
+++ b/common/m2/repository/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.pom.sha1
@@ -0,0 +1 @@
+bdb776ae9b888b7ad8f9f424b9e67837eae916c5
\ No newline at end of file
diff --git a/common/m2/repository/com/sun/activation/javax.activation/maven-metadata.xml b/common/m2/repository/com/sun/activation/javax.activation/maven-metadata.xml
new file mode 100644
index 0000000..0fece40
--- /dev/null
+++ b/common/m2/repository/com/sun/activation/javax.activation/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.sun.activation</groupId>
+ <artifactId>javax.activation</artifactId>
+ <versioning>
+ <release>1.2.0</release>
+ <versions>
+ <version>1.2.0</version>
+ </versions>
+ <lastUpdated>20180418195247</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/sun/istack/istack-commons-runtime/maven-metadata.xml b/common/m2/repository/com/sun/istack/istack-commons-runtime/maven-metadata.xml
new file mode 100644
index 0000000..a54e32b
--- /dev/null
+++ b/common/m2/repository/com/sun/istack/istack-commons-runtime/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.sun.istack</groupId>
+ <artifactId>istack-commons-runtime</artifactId>
+ <versioning>
+ <release>2.21</release>
+ <versions>
+ <version>2.21</version>
+ </versions>
+ <lastUpdated>20180418195246</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/sun/istack/istack-commons/maven-metadata.xml b/common/m2/repository/com/sun/istack/istack-commons/maven-metadata.xml
new file mode 100644
index 0000000..803dd94
--- /dev/null
+++ b/common/m2/repository/com/sun/istack/istack-commons/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.sun.istack</groupId>
+ <artifactId>istack-commons</artifactId>
+ <versioning>
+ <release>2.21</release>
+ <versions>
+ <version>2.21</version>
+ </versions>
+ <lastUpdated>20180418195242</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/sun/xml/bind/jaxb-bom-ext/maven-metadata.xml b/common/m2/repository/com/sun/xml/bind/jaxb-bom-ext/maven-metadata.xml
new file mode 100644
index 0000000..706fb1b
--- /dev/null
+++ b/common/m2/repository/com/sun/xml/bind/jaxb-bom-ext/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-bom-ext</artifactId>
+ <versioning>
+ <release>2.2.11</release>
+ <versions>
+ <version>2.2.11</version>
+ </versions>
+ <lastUpdated>20180418195242</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/sun/xml/bind/mvn/jaxb-parent/maven-metadata.xml b/common/m2/repository/com/sun/xml/bind/mvn/jaxb-parent/maven-metadata.xml
new file mode 100644
index 0000000..4840168
--- /dev/null
+++ b/common/m2/repository/com/sun/xml/bind/mvn/jaxb-parent/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.sun.xml.bind.mvn</groupId>
+ <artifactId>jaxb-parent</artifactId>
+ <versioning>
+ <release>2.2.11</release>
+ <versions>
+ <version>2.2.11</version>
+ </versions>
+ <lastUpdated>20180418195242</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/sun/xml/bind/mvn/jaxb-runtime-parent/maven-metadata.xml b/common/m2/repository/com/sun/xml/bind/mvn/jaxb-runtime-parent/maven-metadata.xml
new file mode 100644
index 0000000..cd74799
--- /dev/null
+++ b/common/m2/repository/com/sun/xml/bind/mvn/jaxb-runtime-parent/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.sun.xml.bind.mvn</groupId>
+ <artifactId>jaxb-runtime-parent</artifactId>
+ <versioning>
+ <release>2.2.11</release>
+ <versions>
+ <version>2.2.11</version>
+ </versions>
+ <lastUpdated>20180418195242</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/sun/xml/bind/mvn/jaxb-txw-parent/maven-metadata.xml b/common/m2/repository/com/sun/xml/bind/mvn/jaxb-txw-parent/maven-metadata.xml
new file mode 100644
index 0000000..b3233b0
--- /dev/null
+++ b/common/m2/repository/com/sun/xml/bind/mvn/jaxb-txw-parent/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.sun.xml.bind.mvn</groupId>
+ <artifactId>jaxb-txw-parent</artifactId>
+ <versioning>
+ <release>2.2.11</release>
+ <versions>
+ <version>2.2.11</version>
+ </versions>
+ <lastUpdated>20180418195242</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/maven-metadata.xml b/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/maven-metadata.xml
new file mode 100644
index 0000000..6e28fc7
--- /dev/null
+++ b/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.sun.xml.fastinfoset</groupId>
+ <artifactId>FastInfoset</artifactId>
+ <versioning>
+ <release>1.2.13</release>
+ <versions>
+ <version>1.2.13</version>
+ </versions>
+ <lastUpdated>20180418195247</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/sun/xml/fastinfoset/fastinfoset-project/maven-metadata.xml b/common/m2/repository/com/sun/xml/fastinfoset/fastinfoset-project/maven-metadata.xml
new file mode 100644
index 0000000..6d2e731
--- /dev/null
+++ b/common/m2/repository/com/sun/xml/fastinfoset/fastinfoset-project/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>com.sun.xml.fastinfoset</groupId>
+ <artifactId>fastinfoset-project</artifactId>
+ <versioning>
+ <release>1.2.13</release>
+ <versions>
+ <version>1.2.13</version>
+ </versions>
+ <lastUpdated>20180418195242</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7-sources.jar b/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7-sources.jar
new file mode 100644
index 0000000..3ca77c4
--- /dev/null
+++ b/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7-sources.jar.md5 b/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7-sources.jar.md5
new file mode 100644
index 0000000..86770bb
--- /dev/null
+++ b/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7-sources.jar.md5
@@ -0,0 +1 @@
+bc0da78e96bf96662275b9844954ae01
\ No newline at end of file
diff --git a/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7-sources.jar.sha1 b/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7-sources.jar.sha1
new file mode 100644
index 0000000..038d7ad
--- /dev/null
+++ b/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7-sources.jar.sha1
@@ -0,0 +1 @@
+285963f3f48d56351d81f83050a2629afef51a96
\ No newline at end of file
diff --git a/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7.jar b/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7.jar
new file mode 100644
index 0000000..08fc18a
--- /dev/null
+++ b/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7.jar
Binary files differ
diff --git a/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7.jar.md5 b/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7.jar.md5
new file mode 100644
index 0000000..10e4d01
--- /dev/null
+++ b/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7.jar.md5
@@ -0,0 +1 @@
+effc6ef2cf9380140d4d83d1db2827e6
\ No newline at end of file
diff --git a/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7.jar.sha1 b/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7.jar.sha1
new file mode 100644
index 0000000..405ce79
--- /dev/null
+++ b/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7.jar.sha1
@@ -0,0 +1 @@
+3449b07ef0c17bcc1850cfec0378e247a6c19b29
\ No newline at end of file
diff --git a/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7.pom b/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7.pom
new file mode 100644
index 0000000..77d6c88
--- /dev/null
+++ b/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7.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.nullaway</groupId>
+ <artifactId>nullaway</artifactId>
+ <version>0.3.7</version>
+ <name>NullAway</name>
+ <description>A fast annotation-based null checker for Java</description>
+ <url>https://github.com/uber/NullAway/</url>
+ <licenses>
+ <license>
+ <name>The MIT License</name>
+ <url>https://opensource.org/licenses/MIT</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>msridhar</id>
+ <name>Manu Sridharan</name>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:git://github.com/uber/NullAway.git</connection>
+ <developerConnection>scm:git:ssh://git@github.com/uber/NullAway.git</developerConnection>
+ <url>https://github.com/uber/NullAway/</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>22.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.errorprone</groupId>
+ <artifactId>error_prone_test_helpers</artifactId>
+ <version>2.1.1</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>junit</artifactId>
+ <groupId>junit</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains</groupId>
+ <artifactId>annotations</artifactId>
+ <version>13.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-api</artifactId>
+ <version>5.0.2</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apiguardian</groupId>
+ <artifactId>apiguardian-api</artifactId>
+ <version>1.0.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.checkerframework</groupId>
+ <artifactId>checker-qual</artifactId>
+ <version>2.3.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.checkerframework</groupId>
+ <artifactId>checker-compat-qual</artifactId>
+ <version>2.3.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.facebook.infer.annotation</groupId>
+ <artifactId>infer-annotation</artifactId>
+ <version>0.11.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.inject</groupId>
+ <artifactId>javax.inject</artifactId>
+ <version>1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>io.reactivex.rxjava2</groupId>
+ <artifactId>rxjava</artifactId>
+ <version>2.1.2</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7.pom.md5 b/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7.pom.md5
new file mode 100644
index 0000000..513b7df
--- /dev/null
+++ b/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7.pom.md5
@@ -0,0 +1 @@
+f73830f091906bee68f445962cf0881c
\ No newline at end of file
diff --git a/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7.pom.sha1 b/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7.pom.sha1
new file mode 100644
index 0000000..44901ff
--- /dev/null
+++ b/common/m2/repository/com/uber/nullaway/nullaway/0.3.7/nullaway-0.3.7.pom.sha1
@@ -0,0 +1 @@
+d1c88425affdef241c4a1ac81743cebe95ccf7d5
\ No newline at end of file
diff --git a/common/m2/repository/commons-codec/commons-codec/maven-metadata.xml b/common/m2/repository/commons-codec/commons-codec/maven-metadata.xml
new file mode 100644
index 0000000..b8d8afa
--- /dev/null
+++ b/common/m2/repository/commons-codec/commons-codec/maven-metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <versioning>
+ <release>1.9</release>
+ <versions>
+ <version>1.9</version>
+ <version>1.6</version>
+ </versions>
+ <lastUpdated>20180503103357</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4-sources.jar.md5 b/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4-sources.jar.md5
index e07f82f..aa043de 100644
--- a/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4-sources.jar.md5
+++ b/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4-sources.jar.md5
@@ -1 +1 @@
-b5bc8f1993486e46544daab5042d2142 ./commons-io-2.4-sources.jar
+b5bc8f1993486e46544daab5042d2142
\ No newline at end of file
diff --git a/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4-sources.jar.sha1 b/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4-sources.jar.sha1
index 4270877..95bd76c 100644
--- a/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4-sources.jar.sha1
+++ b/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4-sources.jar.sha1
@@ -1 +1 @@
-f2d8698c46d1167ff24b06a840a87d91a02db891 ./commons-io-2.4-sources.jar
+f2d8698c46d1167ff24b06a840a87d91a02db891
\ No newline at end of file
diff --git a/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar.md5 b/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar.md5
new file mode 100644
index 0000000..4b490bd
--- /dev/null
+++ b/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar.md5
@@ -0,0 +1 @@
+7f97854dc04c119d461fed14f5d8bb96
\ No newline at end of file
diff --git a/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar.sha1 b/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar.sha1
index aa020ca..2f5b30d 100644
--- a/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar.sha1
+++ b/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar.sha1
@@ -1 +1 @@
-b1b6ea3b7e4aa4f492509a4952029cd8e48019ad ./commons-io-2.4.jar
+b1b6ea3b7e4aa4f492509a4952029cd8e48019ad
\ No newline at end of file
diff --git a/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4.pom.md5 b/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4.pom.md5
new file mode 100644
index 0000000..8952e64
--- /dev/null
+++ b/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4.pom.md5
@@ -0,0 +1 @@
+a75b48557fe5da29195020755a5b1be7
\ No newline at end of file
diff --git a/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4.pom.sha1 b/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4.pom.sha1
index 1dce744..8d01778 100644
--- a/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4.pom.sha1
+++ b/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4.pom.sha1
@@ -1 +1 @@
-9ece23effe8bce3904f3797a76b1ba6ab681e1b9 ./commons-io-2.4.pom
+9ece23effe8bce3904f3797a76b1ba6ab681e1b9
\ No newline at end of file
diff --git a/common/m2/repository/commons-io/commons-io/maven-metadata.xml b/common/m2/repository/commons-io/commons-io/maven-metadata.xml
new file mode 100644
index 0000000..2ce40a7
--- /dev/null
+++ b/common/m2/repository/commons-io/commons-io/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <versioning>
+ <release>2.4</release>
+ <versions>
+ <version>2.4</version>
+ </versions>
+ <lastUpdated>20180418195042</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar b/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar
new file mode 100644
index 0000000..10655e5
--- /dev/null
+++ b/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar
Binary files differ
diff --git a/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar.md5 b/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar.md5
new file mode 100644
index 0000000..1901cf8
--- /dev/null
+++ b/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar.md5
@@ -0,0 +1 @@
+80fafe563cd8a66df910c0ab0175e3fd
\ No newline at end of file
diff --git a/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar.sha1 b/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar.sha1
new file mode 100644
index 0000000..c9ebeb8
--- /dev/null
+++ b/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar.sha1
@@ -0,0 +1 @@
+ecf26c7507d67782a3bbd148d170b31dfad001aa
\ No newline at end of file
diff --git a/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar b/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
new file mode 100644
index 0000000..93a3b9f
--- /dev/null
+++ b/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Binary files differ
diff --git a/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar.md5 b/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar.md5
new file mode 100644
index 0000000..4d1ffb1
--- /dev/null
+++ b/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar.md5
@@ -0,0 +1 @@
+040b4b4d8eac886f6b4a2a3bd2f31b00
\ No newline at end of file
diff --git a/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar.sha1 b/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar.sha1
new file mode 100644
index 0000000..f40f024
--- /dev/null
+++ b/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar.sha1
@@ -0,0 +1 @@
+4bfc12adfe4842bf07b657f0369c4cb522955686
\ No newline at end of file
diff --git a/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.pom.md5 b/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.pom.md5
new file mode 100644
index 0000000..513c67b
--- /dev/null
+++ b/common/m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.pom.md5
@@ -0,0 +1 @@
+51509fc18ecc54daf0a030f8a830deb0
\ No newline at end of file
diff --git a/common/m2/repository/commons-logging/commons-logging/maven-metadata.xml b/common/m2/repository/commons-logging/commons-logging/maven-metadata.xml
new file mode 100644
index 0000000..58806ad
--- /dev/null
+++ b/common/m2/repository/commons-logging/commons-logging/maven-metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <versioning>
+ <release>1.2</release>
+ <versions>
+ <version>1.2</version>
+ <version>1.1.1</version>
+ </versions>
+ <lastUpdated>20180503103357</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0-sources.jar b/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0-sources.jar
new file mode 100644
index 0000000..1aec8ab
--- /dev/null
+++ b/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0-sources.jar.md5 b/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0-sources.jar.md5
new file mode 100644
index 0000000..ba0fa98
--- /dev/null
+++ b/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0-sources.jar.md5
@@ -0,0 +1 @@
+edd4d0af138d095a7bb1428351be50aa
\ No newline at end of file
diff --git a/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0-sources.jar.sha1 b/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0-sources.jar.sha1
new file mode 100644
index 0000000..7b311d9
--- /dev/null
+++ b/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0-sources.jar.sha1
@@ -0,0 +1 @@
+a1a8e178d7813bb9596ee4e3d5e07b90ebe660af
\ No newline at end of file
diff --git a/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0.jar.md5 b/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0.jar.md5
new file mode 100644
index 0000000..989f745
--- /dev/null
+++ b/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0.jar.md5
@@ -0,0 +1 @@
+9093e4c7450d9f31848ff3f03760a4ee
\ No newline at end of file
diff --git a/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0.jar.sha1 b/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0.jar.sha1
new file mode 100644
index 0000000..7579e52
--- /dev/null
+++ b/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0.jar.sha1
@@ -0,0 +1 @@
+5ad3a2bb04143f70aa0765fc29fc29571a7d6b34
\ No newline at end of file
diff --git a/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0.pom.md5 b/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0.pom.md5
new file mode 100644
index 0000000..c763273
--- /dev/null
+++ b/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0.pom.md5
@@ -0,0 +1 @@
+f6e8a39d882df4cba5969d0775e191b6
\ No newline at end of file
diff --git a/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0.pom.sha1 b/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0.pom.sha1
new file mode 100644
index 0000000..7a0ce81
--- /dev/null
+++ b/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0.pom.sha1
@@ -0,0 +1 @@
+e068a0be19991231f5020d2748e709325bb745f2
\ No newline at end of file
diff --git a/common/m2/repository/it/unimi/dsi/fastutil/maven-metadata.xml b/common/m2/repository/it/unimi/dsi/fastutil/maven-metadata.xml
new file mode 100644
index 0000000..2ca78bf
--- /dev/null
+++ b/common/m2/repository/it/unimi/dsi/fastutil/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>it.unimi.dsi</groupId>
+ <artifactId>fastutil</artifactId>
+ <versioning>
+ <release>7.2.0</release>
+ <versions>
+ <version>7.2.0</version>
+ </versions>
+ <lastUpdated>20180418195247</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1-sources.jar.md5 b/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1-sources.jar.md5
index 24be011..b2f03c1 100644
--- a/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1-sources.jar.md5
+++ b/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1-sources.jar.md5
@@ -1 +1 @@
-3934785da957ff722fb8afded13b6aa0 /home/maven/repository-staging/to-ibiblio/maven2/javax/inject/javax.inject/1/javax.inject-1-sources.jar
+3934785da957ff722fb8afded13b6aa0
\ No newline at end of file
diff --git a/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1-sources.jar.sha1 b/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1-sources.jar.sha1
index b69cdf0..9126bfb 100644
--- a/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1-sources.jar.sha1
+++ b/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1-sources.jar.sha1
@@ -1 +1 @@
-a00123f261762a7c5e0ec916a2c7c8298d29c400 /home/maven/repository-staging/to-ibiblio/maven2/javax/inject/javax.inject/1/javax.inject-1-sources.jar
+a00123f261762a7c5e0ec916a2c7c8298d29c400
\ No newline at end of file
diff --git a/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar.md5 b/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar.md5
index b6d834c..8ba72db 100644
--- a/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar.md5
+++ b/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar.md5
@@ -1 +1 @@
-289075e48b909e9e74e6c915b3631d2e /home/maven/repository-staging/to-ibiblio/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
+289075e48b909e9e74e6c915b3631d2e
\ No newline at end of file
diff --git a/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar.sha1 b/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar.sha1
index 41e75ef..c2fa85f 100644
--- a/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar.sha1
+++ b/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar.sha1
@@ -1 +1 @@
-6975da39a7040257bd51d21a231b76c915872d38 /home/maven/repository-staging/to-ibiblio/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
+6975da39a7040257bd51d21a231b76c915872d38
\ No newline at end of file
diff --git a/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom.md5 b/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom.md5
index 7f01c10..6f3c46b 100644
--- a/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom.md5
+++ b/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom.md5
@@ -1 +1 @@
-9df3d5f8c6041d84ae7ac6b7bbd2ebc1 /home/maven/repository-staging/to-ibiblio/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
+9df3d5f8c6041d84ae7ac6b7bbd2ebc1
\ No newline at end of file
diff --git a/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom.sha1 b/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom.sha1
index 38bcdf5..e0d02e2 100644
--- a/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom.sha1
+++ b/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom.sha1
@@ -1 +1 @@
-b8e00a8a0deb0ebef447570e37ff8146ccd92cbe /home/maven/repository-staging/to-ibiblio/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
+b8e00a8a0deb0ebef447570e37ff8146ccd92cbe
\ No newline at end of file
diff --git a/common/m2/repository/javax/inject/javax.inject/maven-metadata.xml b/common/m2/repository/javax/inject/javax.inject/maven-metadata.xml
new file mode 100644
index 0000000..add4548
--- /dev/null
+++ b/common/m2/repository/javax/inject/javax.inject/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>javax.inject</groupId>
+ <artifactId>javax.inject</artifactId>
+ <versioning>
+ <release>1</release>
+ <versions>
+ <version>1</version>
+ </versions>
+ <lastUpdated>20180418195247</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/javax/xml/bind/jaxb-api/maven-metadata.xml b/common/m2/repository/javax/xml/bind/jaxb-api/maven-metadata.xml
new file mode 100644
index 0000000..7d84914
--- /dev/null
+++ b/common/m2/repository/javax/xml/bind/jaxb-api/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <versioning>
+ <release>2.2.12-b140109.1041</release>
+ <versions>
+ <version>2.2.12-b140109.1041</version>
+ </versions>
+ <lastUpdated>20180418195247</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/me/eugeniomarletti/kotlin/metadata/kotlin-compiler-lite/LICENSE.txt b/common/m2/repository/me/eugeniomarletti/kotlin/metadata/kotlin-compiler-lite/LICENSE.txt
new file mode 100644
index 0000000..6435347
--- /dev/null
+++ b/common/m2/repository/me/eugeniomarletti/kotlin/metadata/kotlin-compiler-lite/LICENSE.txt
@@ -0,0 +1,21 @@
+The MIT License
+
+Copyright (c) 2018 Eugenio Marletti.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/common/m2/repository/me/eugeniomarletti/kotlin/metadata/kotlin-metadata/LICENSE.txt b/common/m2/repository/me/eugeniomarletti/kotlin/metadata/kotlin-metadata/LICENSE.txt
new file mode 100644
index 0000000..6435347
--- /dev/null
+++ b/common/m2/repository/me/eugeniomarletti/kotlin/metadata/kotlin-metadata/LICENSE.txt
@@ -0,0 +1,21 @@
+The MIT License
+
+Copyright (c) 2018 Eugenio Marletti.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9-sources.jar b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9-sources.jar
new file mode 100644
index 0000000..4940121
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9-sources.jar
Binary files differ
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9-sources.jar.md5 b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9-sources.jar.md5
new file mode 100644
index 0000000..0419277
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9-sources.jar.md5
@@ -0,0 +1 @@
+098e6be0b4ac8eea87d76f6c7c93679f
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9-sources.jar.sha1 b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9-sources.jar.sha1
new file mode 100644
index 0000000..fc3a74c
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9-sources.jar.sha1
@@ -0,0 +1 @@
+b5fa7175ea80a12f140dca7c022ebd7683aa077a
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.jar b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.jar
new file mode 100644
index 0000000..9fcfb59
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.jar
Binary files differ
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.jar.md5 b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.jar.md5
new file mode 100644
index 0000000..9208a22
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.jar.md5
@@ -0,0 +1 @@
+ea7764c0905306f53cc49885952c75a9
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.jar.sha1 b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.jar.sha1
new file mode 100644
index 0000000..a876639
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.jar.sha1
@@ -0,0 +1 @@
+a6c65f9da7f467ee1f02ff2841ffd3155aee2fc9
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.pom b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.pom
new file mode 100644
index 0000000..0e4a68c
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.pom
@@ -0,0 +1,112 @@
+<?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>
+ <artifactId>byte-buddy-parent</artifactId>
+ <groupId>net.bytebuddy</groupId>
+ <version>1.7.9</version>
+ </parent>
+
+ <artifactId>byte-buddy-agent</artifactId>
+ <packaging>jar</packaging>
+
+ <properties>
+ <bytebuddy.agent>net.bytebuddy.agent.Installer</bytebuddy.agent>
+ <attach.package.sun>com.sun.tools.attach</attach.package.sun>
+ <attach.package.ibm>com.ibm.tools.attach</attach.package.ibm>
+ <version.unixsocket>2.0.4</version.unixsocket>
+ </properties>
+
+ <name>Byte Buddy Java agent</name>
+ <description>The Byte Buddy Java agent allows to access the JVM's HotSwap feature.</description>
+
+ <!--
+ The Unix socket dependency can be excluded safely. Byte Buddy will safely discover the
+ non-availability and not use the corresponding virtual machine implementation. The
+ implementation requires Java 7+ and is deactivated on Java 6 VMs.
+ -->
+
+ <dependencies>
+ <dependency>
+ <groupId>com.kohlschutter.junixsocket</groupId>
+ <artifactId>junixsocket-native-common</artifactId>
+ <version>${version.unixsocket}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${version.junit}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>${version.mockito}</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>net.bytebuddy</groupId>
+ <artifactId>byte-buddy-agent</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+
+ <profiles>
+ <profile>
+ <id>extras</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <build>
+ <plugins>
+ <!-- Create manifest file which is required for creating an OSGi bundle. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>${version.plugin.jar}</version>
+ <configuration>
+ <archive>
+ <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+ </archive>
+ </configuration>
+ </plugin>
+ <!-- Specify OSGi packaging and agent manifest headers. -->
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>${version.plugin.bundle}</version>
+ <executions>
+ <execution>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>manifest</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <instructions>
+ <Premain-Class>${bytebuddy.agent}</Premain-Class>
+ <Agent-Class>${bytebuddy.agent}</Agent-Class>
+ <Can-Redefine-Classes>true</Can-Redefine-Classes>
+ <Can-Retransform-Classes>true</Can-Retransform-Classes>
+ <Can-Set-Native-Method-Prefix>true</Can-Set-Native-Method-Prefix>
+ <Import-Package>
+ ${attach.package.sun};resolution:="optional",
+ ${attach.package.ibm};resolution:="optional"
+ </Import-Package>
+ <Export-Package>
+ net.bytebuddy.agent
+ </Export-Package>
+ <Automatic-Module-Name>${project.groupId}.agent</Automatic-Module-Name>
+ </instructions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+</project>
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.pom.md5 b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.pom.md5
new file mode 100644
index 0000000..8c9f8f8
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.pom.md5
@@ -0,0 +1 @@
+b6181e6e17a0578e056faa8d00071420
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.pom.sha1 b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.pom.sha1
new file mode 100644
index 0000000..9e9aa80
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.pom.sha1
@@ -0,0 +1 @@
+cd57cadcf68bf311b02af2e0a586a5bfe1e1b445
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10-sources.jar b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10-sources.jar
new file mode 100644
index 0000000..14cf977
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10-sources.jar
Binary files differ
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10-sources.jar.md5 b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10-sources.jar.md5
new file mode 100644
index 0000000..fa30641
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10-sources.jar.md5
@@ -0,0 +1 @@
+413d9cbb74734f361c47dba978da9e49
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10-sources.jar.sha1 b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10-sources.jar.sha1
new file mode 100644
index 0000000..9240201
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10-sources.jar.sha1
@@ -0,0 +1 @@
+1d61915c076d013c737891ad7d6a50a9643b99f5
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10.jar b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10.jar
new file mode 100644
index 0000000..4ca70ca
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10.jar
Binary files differ
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10.jar.md5 b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10.jar.md5
new file mode 100644
index 0000000..8044c1a
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10.jar.md5
@@ -0,0 +1 @@
+6e5017a7192a330b094c01ae09189787
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10.jar.sha1 b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10.jar.sha1
new file mode 100644
index 0000000..7464929
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10.jar.sha1
@@ -0,0 +1 @@
+957933bd13319beb33138494122e8fd1c347bce4
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10.pom b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10.pom
new file mode 100644
index 0000000..4e45078
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10.pom
@@ -0,0 +1,104 @@
+<?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>
+ <artifactId>byte-buddy-parent</artifactId>
+ <groupId>net.bytebuddy</groupId>
+ <version>1.8.10</version>
+ </parent>
+
+ <artifactId>byte-buddy-agent</artifactId>
+ <packaging>jar</packaging>
+
+ <properties>
+ <bytebuddy.agent>net.bytebuddy.agent.Installer</bytebuddy.agent>
+ <attach.package.sun>com.sun.tools.attach</attach.package.sun>
+ <attach.package.ibm>com.ibm.tools.attach</attach.package.ibm>
+ <version.unixsocket>2.0.4</version.unixsocket>
+ </properties>
+
+ <name>Byte Buddy Java agent</name>
+ <description>The Byte Buddy Java agent allows to access the JVM's HotSwap feature.</description>
+
+ <!--
+ The Unix socket dependency can be excluded safely. Byte Buddy will safely discover the
+ non-availability and not use the corresponding virtual machine implementation. The
+ implementation requires Java 7+ and is deactivated on Java 6 VMs.
+ -->
+
+ <dependencies>
+ <dependency>
+ <groupId>com.kohlschutter.junixsocket</groupId>
+ <artifactId>junixsocket-native-common</artifactId>
+ <version>${version.unixsocket}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${version.junit}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>${version.mockito}</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>net.bytebuddy</groupId>
+ <artifactId>byte-buddy-agent</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <!-- Create manifest file which is required for creating an OSGi bundle. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>${version.plugin.jar}</version>
+ <configuration>
+ <archive>
+ <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+ </archive>
+ </configuration>
+ </plugin>
+ <!-- Specify OSGi packaging and agent manifest headers. -->
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>${version.plugin.bundle}</version>
+ <executions>
+ <execution>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>manifest</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <instructions>
+ <Premain-Class>${bytebuddy.agent}</Premain-Class>
+ <Agent-Class>${bytebuddy.agent}</Agent-Class>
+ <Can-Redefine-Classes>true</Can-Redefine-Classes>
+ <Can-Retransform-Classes>true</Can-Retransform-Classes>
+ <Can-Set-Native-Method-Prefix>true</Can-Set-Native-Method-Prefix>
+ <Import-Package>
+ ${attach.package.sun};resolution:="optional",
+ ${attach.package.ibm};resolution:="optional"
+ </Import-Package>
+ <Export-Package>
+ net.bytebuddy.agent
+ </Export-Package>
+ <Automatic-Module-Name>${project.groupId}.agent</Automatic-Module-Name>
+ </instructions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10.pom.md5 b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10.pom.md5
new file mode 100644
index 0000000..3004839
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10.pom.md5
@@ -0,0 +1 @@
+9313eb86bb161c8dfc0d4a4967c54b26
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10.pom.sha1 b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10.pom.sha1
new file mode 100644
index 0000000..dd76fa4
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.8.10/byte-buddy-agent-1.8.10.pom.sha1
@@ -0,0 +1 @@
+e964e569a3ce7344bde661ae9941a69dcee3a432
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-parent/1.7.9/byte-buddy-parent-1.7.9.pom b/common/m2/repository/net/bytebuddy/byte-buddy-parent/1.7.9/byte-buddy-parent-1.7.9.pom
new file mode 100644
index 0000000..d1df7b3
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-parent/1.7.9/byte-buddy-parent-1.7.9.pom
@@ -0,0 +1,555 @@
+<?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>
+
+ <groupId>net.bytebuddy</groupId>
+ <artifactId>byte-buddy-parent</artifactId>
+ <version>1.7.9</version>
+ <packaging>pom</packaging>
+
+ <inceptionYear>2014</inceptionYear>
+
+ <name>Byte Buddy (parent)</name>
+ <description>
+ Byte Buddy is a Java library for creating Java classes at run time.
+ The parent artifact contains configuration information that concern all modules.
+ </description>
+ <url>http://bytebuddy.net</url>
+
+ <!--
+ There are several build profiles available:
+ - extras: Creates additional artifacts containing source files and javadoc. (activated on release)
+ - gpg: Sign all artifacts using gpg. (activated on release)
+ - checks: Applies style checks to the source files. (activated by default, activated on release)
+ - integration: Runs additional unit tests and executes static code analysis (activated on Travis CI)
+ - android: Builds an Android test application. An Android SDK is required for doing so. (excluded from release)
+
+ It is also possible to build Byte Buddy against a specific byte code level. By default, Byte Buddy is Java 6 compatible:
+ - java7: Sets the target level to Java 7.
+ - java8: Sets the target level to Java 8.
+
+ Additionally, the following reports are available via Maven:
+ - jacoco:prepare-agent verify jacoco:report - Computes coverage for test suite (all modules)
+ - org.pitest:pitest-maven:mutationCoverage - Runs mutation tests (all modules)
+ - findbugs:findbugs findbugs:gui - Runs findbugs and shows a report in a graphical interface (module specific)
+ - com.github.ferstl:jitwatch-jarscan-maven-plugin:scan - Finds all methods above HotSpot's inlining threshold
+ - clirr:check - Checks for binary changes in the API
+ -->
+
+ <modules>
+ <module>byte-buddy</module>
+ <module>byte-buddy-dep</module>
+ <module>byte-buddy-benchmark</module>
+ <module>byte-buddy-agent</module>
+ <module>byte-buddy-android</module>
+ <module>byte-buddy-maven-plugin</module>
+ <module>byte-buddy-gradle-plugin</module>
+ </modules>
+
+ <properties>
+ <bytebuddy.extras>false</bytebuddy.extras>
+ <bytebuddy.integration>false</bytebuddy.integration>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <code.level>1.6</code.level>
+ <pitest.target>net.bytebuddy</pitest.target>
+ <asm.javadoc>http://asm.ow2.org/asm50/javadoc/user/</asm.javadoc>
+ <version.asm>6.0</version.asm>
+ <version.junit>4.12</version.junit>
+ <version.mockito>2.7.22</version.mockito>
+ <version.plugin.clean>3.0.0</version.plugin.clean>
+ <version.plugin.bundle>3.3.0</version.plugin.bundle>
+ <version.plugin.compiler>3.6.1</version.plugin.compiler>
+ <version.plugin.install>2.5.2</version.plugin.install>
+ <version.plugin.deploy>2.8.2</version.plugin.deploy>
+ <version.plugin.javadoc>2.10.4</version.plugin.javadoc>
+ <version.plugin.source>3.0.1</version.plugin.source>
+ <version.plugin.shade>3.1.0</version.plugin.shade>
+ <version.plugin.gpg>1.6</version.plugin.gpg>
+ <version.plugin.jxr>2.5</version.plugin.jxr>
+ <version.plugin.jar>3.0.2</version.plugin.jar>
+ <version.plugin.plugin>3.5</version.plugin.plugin>
+ <version.plugin.release>2.5.3</version.plugin.release>
+ <version.plugin.resources>3.0.2</version.plugin.resources>
+ <version.plugin.surefire>2.20</version.plugin.surefire>
+ <version.plugin.pitest>1.2.0</version.plugin.pitest>
+ <version.plugin.animal-sniffer>1.16</version.plugin.animal-sniffer>
+ <version.plugin.enforcer>1.4.1</version.plugin.enforcer>
+ <version.plugin.jacoco>0.7.9</version.plugin.jacoco>
+ <version.plugin.coveralls>4.1.0</version.plugin.coveralls>
+ <version.plugin.checkstyle>2.17</version.plugin.checkstyle>
+ <version.plugin.findbugs>3.0.5</version.plugin.findbugs>
+ <version.annotations.findbugs>3.0.1u2</version.annotations.findbugs>
+ <version.plugin.jitwatch>1.0.1</version.plugin.jitwatch>
+ <version.plugin.clirr>2.8</version.plugin.clirr>
+ <version.android.sdk>4.1.1.4</version.android.sdk>
+ <version.lombok>1.16.18</version.lombok>
+ </properties>
+
+ <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>
+ <comments>A business-friendly OSS license</comments>
+ </license>
+ </licenses>
+
+ <developers>
+ <developer>
+ <id>raphw</id>
+ <name>Rafael Winterhalter</name>
+ <email>rafael.wth@gmail.com</email>
+ <url>http://rafael.codes</url>
+ <roles>
+ <role>developer</role>
+ </roles>
+ <timezone>+1</timezone>
+ </developer>
+ </developers>
+
+ <issueManagement>
+ <system>github.com</system>
+ <url>https://github.com/raphw/byte-buddy/issues</url>
+ </issueManagement>
+
+ <scm>
+ <connection>scm:git:git@github.com:raphw/byte-buddy.git</connection>
+ <developerConnection>scm:git:git@github.com:raphw/byte-buddy.git</developerConnection>
+ <url>git@github.com:raphw/byte-buddy.git</url>
+ <tag>byte-buddy-1.7.9</tag>
+ </scm>
+
+ <dependencies>
+ <!-- Allows the suppression of find bugs false-positives by annotations without adding an actual dependency. -->
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ <version>${version.annotations.findbugs}</version>
+ <scope>provided</scope>
+ </dependency>
+ <!-- Allow usage of Lombok annotations. -->
+ <dependency>
+ <groupId>org.projectlombok</groupId>
+ <artifactId>lombok</artifactId>
+ <version>${version.lombok}</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <!-- Define release properties. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>${version.plugin.release}</version>
+ <configuration>
+ <useReleaseProfile>false</useReleaseProfile>
+ <releaseProfiles>extras,gpg</releaseProfiles>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ <tagNameFormat>byte-buddy-@{project.version}</tagNameFormat>
+ </configuration>
+ </plugin>
+ <!-- Enable mutation testing. -->
+ <plugin>
+ <groupId>org.pitest</groupId>
+ <artifactId>pitest-maven</artifactId>
+ <version>${version.plugin.pitest}</version>
+ <configuration>
+ <targetClasses>
+ <param>${pitest.target}.*</param>
+ </targetClasses>
+ <targetTests>
+ <param>${pitest.target}.*</param>
+ </targetTests>
+ </configuration>
+ </plugin>
+ <!-- Configure Jacoco support for evaluating test case coverage. -->
+ <plugin>
+ <groupId>org.jacoco</groupId>
+ <artifactId>jacoco-maven-plugin</artifactId>
+ <version>${version.plugin.jacoco}</version>
+ <configuration>
+ <includes>
+ <include>net/bytebuddy/**</include>
+ </includes>
+ <excludes>
+ <exclude>net/bytebuddy/benchmark/generated/*</exclude>
+ <!-- Avoid adding synthetic members to test classes as test assert class members. -->
+ <exclude>*Test*</exclude>
+ <exclude>*test*</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <!-- Generate coveralls reports from Travis. -->
+ <plugin>
+ <groupId>org.eluder.coveralls</groupId>
+ <artifactId>coveralls-maven-plugin</artifactId>
+ <version>${version.plugin.coveralls}</version>
+ </plugin>
+ <!-- Also allow for manual findbugs execution. Note that the generated warnings do not always apply for Byte Buddy's use case. -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>${version.plugin.findbugs}</version>
+ <configuration>
+ <effort>Max</effort>
+ <threshold>Low</threshold>
+ <xmlOutput>true</xmlOutput>
+ <failOnError>false</failOnError>
+ <findbugsXmlOutputDirectory>${project.build.directory}/findbugs</findbugsXmlOutputDirectory>
+ </configuration>
+ </plugin>
+ <!-- Enable scanning for methods above the inlining threshold (JDK 7+) -->
+ <plugin>
+ <groupId>com.github.ferstl</groupId>
+ <artifactId>jitwatch-jarscan-maven-plugin</artifactId>
+ <version>${version.plugin.jitwatch}</version>
+ </plugin>
+ <!-- Enable scanning for binar changes between releases -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>clirr-maven-plugin</artifactId>
+ <version>${version.plugin.clirr}</version>
+ </plugin>
+ </plugins>
+
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-clean-plugin</artifactId>
+ <version>${version.plugin.clean}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>${version.plugin.jar}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>${version.plugin.resources}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-install-plugin</artifactId>
+ <version>${version.plugin.install}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>${version.plugin.surefire}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>${version.plugin.deploy}</version>
+ <configuration>
+ <updateReleaseInfo>true</updateReleaseInfo>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>${version.plugin.compiler}</version>
+ <inherited>true</inherited>
+ <configuration>
+ <source>${code.level}</source>
+ <target>${code.level}</target>
+ <encoding>${project.build.sourceEncoding}</encoding>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <version>${version.plugin.plugin}</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <!-- Define explicit version to overcome problem with generated reports. -->
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <version>${version.plugin.jxr}</version>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ <distributionManagement>
+ <repository>
+ <id>bintray</id>
+ <url>https://api.bintray.com/maven/raphw/maven/ByteBuddy</url>
+ </repository>
+ </distributionManagement>
+
+ <profiles>
+ <!-- Fallback for Java 6 build to use older, compatible versions of plugins. -->
+ <profile>
+ <id>java6</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ <jdk>1.6</jdk>
+ </activation>
+ <properties>
+ <version.plugin.findbugs>2.5.5</version.plugin.findbugs>
+ <version.annotations.findbugs>2.0.3</version.annotations.findbugs>
+ <version.plugin.checkstyle>2.15</version.plugin.checkstyle>
+ </properties>
+ </profile>
+ <!-- Runs the build with a target version for Java 7 -->
+ <profile>
+ <id>java7</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <properties>
+ <code.level>1.7</code.level>
+ </properties>
+ </profile>
+ <!-- Runs the build with a target version for Java 8 -->
+ <profile>
+ <id>java8</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <properties>
+ <code.level>1.8</code.level>
+ </properties>
+ </profile>
+ <!-- Runs the build with a target version for Java 9 -->
+ <profile>
+ <id>java9</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <properties>
+ <code.level>9</code.level>
+ </properties>
+ </profile>
+ <!-- Creates additional artifacts that are required for deployment. -->
+ <profile>
+ <id>extras</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <properties>
+ <bytebuddy.extras>true</bytebuddy.extras>
+ </properties>
+ <build>
+ <plugins>
+ <!-- Create source code artifact. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>${version.plugin.source}</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- Create javadoc artifact. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>${version.plugin.javadoc}</version>
+ <executions>
+ <execution>
+ <id>attach-javadoc</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ <!-- Additionally to the regular jar file specified above, create an aggregated jar. -->
+ <execution>
+ <id>aggregate-javadoc</id>
+ <goals>
+ <goal>aggregate</goal>
+ </goals>
+ <phase>package</phase>
+ <configuration>
+ <doctitle>Byte Buddy (full API), version ${project.version}</doctitle>
+ <!-- Fails due to repacking of ASM by the Shade plugin. -->
+ <failOnError>false</failOnError>
+ </configuration>
+ </execution>
+ </executions>
+ <configuration>
+ <detectJavaApiLink>true</detectJavaApiLink>
+ <links>
+ <link>${asm.javadoc}</link>
+ </links>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <!-- Sign any created artifact. (Requires configuration of gpg on the executing machine.) -->
+ <profile>
+ <id>gpg</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <build>
+ <plugins>
+ <!-- Sign artifacts. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>${version.plugin.gpg}</version>
+ <executions>
+ <execution>
+ <phase>verify</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <!-- Basic checks that are not requiring too much runtime. -->
+ <profile>
+ <id>checks</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <build>
+ <plugins>
+ <!-- Check style on build. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <version>${version.plugin.checkstyle}</version>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ <configuration>
+ <configLocation>checkstyle.xml</configLocation>
+ <consoleOutput>true</consoleOutput>
+ <failsOnError>true</failsOnError>
+ <excludes>**/generated/**/*</excludes>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- Check API compatibility. -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-maven-plugin</artifactId>
+ <version>${version.plugin.animal-sniffer}</version>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ <configuration>
+ <signature>
+ <groupId>org.codehaus.mojo.signature</groupId>
+ <artifactId>java16</artifactId>
+ <version>1.1</version>
+ </signature>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- Make sure that Byte Buddy does never depend on ASM's tree API. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>${version.plugin.enforcer}</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ <configuration>
+ <fail>true</fail>
+ <rules>
+ <bannedDependencies>
+ <includes>
+ <include>org.ow2.asm:asm-tree</include>
+ </includes>
+ </bannedDependencies>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <!-- Integration profile that executes long-running tasks and additional static code analysis. -->
+ <profile>
+ <id>integration</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <properties>
+ <bytebuddy.integration>true</bytebuddy.integration>
+ </properties>
+ <build>
+ <plugins>
+ <!-- Enable non-fast-running unit tests by setting the integration profile. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <systemPropertyVariables>
+ <net.bytebuddy.test.integration>true</net.bytebuddy.test.integration>
+ </systemPropertyVariables>
+ </configuration>
+ </plugin>
+ <!-- Run findbugs if not specified differently in a module.-->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>${version.plugin.findbugs}</version>
+ <executions>
+ <execution>
+ <phase>verify</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ <configuration>
+ <effort>Max</effort>
+ <threshold>Low</threshold>
+ <xmlOutput>true</xmlOutput>
+ <failOnError>true</failOnError>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <!-- Only build the Android test application on demand as it requires Android SDK installation. -->
+ <profile>
+ <id>android</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <modules>
+ <module>byte-buddy</module>
+ <module>byte-buddy-dep</module>
+ <module>byte-buddy-benchmark</module>
+ <module>byte-buddy-agent</module>
+ <module>byte-buddy-android</module>
+ <module>byte-buddy-android-test</module>
+ </modules>
+ </profile>
+ </profiles>
+
+</project>
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-parent/1.7.9/byte-buddy-parent-1.7.9.pom.md5 b/common/m2/repository/net/bytebuddy/byte-buddy-parent/1.7.9/byte-buddy-parent-1.7.9.pom.md5
new file mode 100644
index 0000000..e02836c
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-parent/1.7.9/byte-buddy-parent-1.7.9.pom.md5
@@ -0,0 +1 @@
+1ad9b7f7e538f80d8b07277a6e618cc4
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-parent/1.7.9/byte-buddy-parent-1.7.9.pom.sha1 b/common/m2/repository/net/bytebuddy/byte-buddy-parent/1.7.9/byte-buddy-parent-1.7.9.pom.sha1
new file mode 100644
index 0000000..3c5a7ae
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-parent/1.7.9/byte-buddy-parent-1.7.9.pom.sha1
@@ -0,0 +1 @@
+d90765ff7d97b804d1686aaf5bb34b64ace8e668
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-parent/1.8.10/byte-buddy-parent-1.8.10.pom b/common/m2/repository/net/bytebuddy/byte-buddy-parent/1.8.10/byte-buddy-parent-1.8.10.pom
new file mode 100644
index 0000000..c16876b
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-parent/1.8.10/byte-buddy-parent-1.8.10.pom
@@ -0,0 +1,599 @@
+<?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>
+
+ <groupId>net.bytebuddy</groupId>
+ <artifactId>byte-buddy-parent</artifactId>
+ <version>1.8.10</version>
+ <packaging>pom</packaging>
+
+ <inceptionYear>2014</inceptionYear>
+
+ <name>Byte Buddy (parent)</name>
+ <description>
+ Byte Buddy is a Java library for creating Java classes at run time.
+ The parent artifact contains configuration information that concern all modules.
+ </description>
+ <url>http://bytebuddy.net</url>
+
+ <!--
+ There are several build profiles available:
+ - extras: Creates additional artifacts containing source files and javadoc. (activated on release)
+ - gpg: Sign all artifacts using gpg. (activated on release)
+ - checks: Applies style checks to the source files. (activated by default, activated on release)
+ - integration: Runs additional unit tests and executes static code analysis (activated on CI server)
+ - android: Builds an Android test application. An Android SDK is required for doing so. (excluded from release)
+
+ It is also possible to build Byte Buddy against a specific byte code level. By default, Byte Buddy is Java 6 compatible:
+ - java7: Sets the target level to Java 7.
+ - java8: Sets the target level to Java 8.
+
+ Additionally, the following reports are available via Maven:
+ - jacoco:prepare-agent verify jacoco:report - Computes coverage for test suite (all modules)
+ - org.pitest:pitest-maven:mutationCoverage - Runs mutation tests (all modules)
+ - spotbugs:spotbugs spotbugs:gui - Runs spotbugs and shows a report in a graphical interface (module specific)
+ - com.github.ferstl:jitwatch-jarscan-maven-plugin:scan - Finds all methods above HotSpot's inlining threshold
+ - clirr:check - Checks for binary changes in the API
+ -->
+
+ <modules>
+ <module>byte-buddy</module>
+ <module>byte-buddy-dep</module>
+ <module>byte-buddy-benchmark</module>
+ <module>byte-buddy-agent</module>
+ <module>byte-buddy-android</module>
+ <module>byte-buddy-maven-plugin</module>
+ <module>byte-buddy-gradle-plugin</module>
+ </modules>
+
+ <properties>
+ <bytebuddy.extras>false</bytebuddy.extras>
+ <bytebuddy.integration>false</bytebuddy.integration>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <code.level>1.6</code.level>
+ <pitest.target>net.bytebuddy</pitest.target>
+ <asm.javadoc>http://asm.ow2.org/asm60/javadoc/user/</asm.javadoc>
+ <version.asm>6.1.1</version.asm>
+ <version.junit>4.12</version.junit>
+ <version.mockito>2.18.0</version.mockito>
+ <version.plugin.clean>3.0.0</version.plugin.clean>
+ <version.plugin.bundle>3.5.0</version.plugin.bundle>
+ <version.plugin.compiler>3.7.0</version.plugin.compiler>
+ <version.plugin.install>2.5.2</version.plugin.install>
+ <version.plugin.deploy>2.8.2</version.plugin.deploy>
+ <version.plugin.javadoc>2.10.4</version.plugin.javadoc>
+ <version.plugin.source>3.0.1</version.plugin.source>
+ <version.plugin.shade>3.1.0</version.plugin.shade>
+ <version.plugin.gpg>1.6</version.plugin.gpg>
+ <version.plugin.jxr>2.5</version.plugin.jxr>
+ <version.plugin.jar>3.0.2</version.plugin.jar>
+ <version.plugin.plugin>3.5.1</version.plugin.plugin>
+ <version.plugin.release>2.5.3</version.plugin.release>
+ <version.plugin.resources>3.0.2</version.plugin.resources>
+ <version.plugin.surefire>2.21.0</version.plugin.surefire>
+ <version.plugin.pitest>1.2.0</version.plugin.pitest>
+ <version.plugin.animal-sniffer>1.16</version.plugin.animal-sniffer>
+ <version.plugin.enforcer>1.4.1</version.plugin.enforcer>
+ <version.plugin.jacoco>0.8.1</version.plugin.jacoco>
+ <version.plugin.coveralls>4.1.0</version.plugin.coveralls>
+ <version.plugin.checkstyle>2.17</version.plugin.checkstyle>
+ <version.plugin.jitwatch>1.0.1</version.plugin.jitwatch>
+ <version.plugin.clirr>2.8</version.plugin.clirr>
+ <version.plugin.spotbugs>3.1.3</version.plugin.spotbugs>
+ <version.android.sdk>4.1.1.4</version.android.sdk>
+ <version.utility.findbugs>3.0.1</version.utility.findbugs>
+ <spotbugs.skip>false</spotbugs.skip>
+ </properties>
+
+ <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>
+ <comments>A business-friendly OSS license</comments>
+ </license>
+ </licenses>
+
+ <developers>
+ <developer>
+ <id>raphw</id>
+ <name>Rafael Winterhalter</name>
+ <email>rafael.wth@gmail.com</email>
+ <url>http://rafael.codes</url>
+ <roles>
+ <role>developer</role>
+ </roles>
+ <timezone>+1</timezone>
+ </developer>
+ </developers>
+
+ <issueManagement>
+ <system>github.com</system>
+ <url>https://github.com/raphw/byte-buddy/issues</url>
+ </issueManagement>
+
+ <scm>
+ <connection>scm:git:git@github.com:raphw/byte-buddy.git</connection>
+ <developerConnection>scm:git:git@github.com:raphw/byte-buddy.git</developerConnection>
+ <url>git@github.com:raphw/byte-buddy.git</url>
+ <tag>byte-buddy-1.8.10</tag>
+ </scm>
+
+ <dependencies>
+ <!-- Allows the suppression of spotbugs false-positives by annotations without adding an actual dependency. -->
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>findbugs-annotations</artifactId>
+ <version>${version.utility.findbugs}</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <!-- Define release properties. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>${version.plugin.release}</version>
+ <configuration>
+ <useReleaseProfile>false</useReleaseProfile>
+ <releaseProfiles>extras,gpg</releaseProfiles>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ <tagNameFormat>byte-buddy-@{project.version}</tagNameFormat>
+ </configuration>
+ </plugin>
+ <!-- Enable mutation testing. -->
+ <plugin>
+ <groupId>org.pitest</groupId>
+ <artifactId>pitest-maven</artifactId>
+ <version>${version.plugin.pitest}</version>
+ <configuration>
+ <targetClasses>
+ <param>${pitest.target}.*</param>
+ </targetClasses>
+ <targetTests>
+ <param>${pitest.target}.*</param>
+ </targetTests>
+ </configuration>
+ </plugin>
+ <!-- Configure Jacoco support for evaluating test case coverage. -->
+ <plugin>
+ <groupId>org.jacoco</groupId>
+ <artifactId>jacoco-maven-plugin</artifactId>
+ <version>${version.plugin.jacoco}</version>
+ <configuration>
+ <includes>
+ <include>net/bytebuddy/**</include>
+ </includes>
+ <excludes>
+ <exclude>net/bytebuddy/benchmark/generated/*</exclude>
+ <!-- Avoid adding synthetic members to test classes as test assert class members. -->
+ <exclude>*Test*</exclude>
+ <exclude>*test*</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <!-- Generate coveralls reports from CI server. -->
+ <plugin>
+ <groupId>org.eluder.coveralls</groupId>
+ <artifactId>coveralls-maven-plugin</artifactId>
+ <version>${version.plugin.coveralls}</version>
+ </plugin>
+ <!-- Also allow for manual spotbugs execution. Note that the generated warnings do not always apply for Byte Buddy's use case. -->
+ <plugin>
+ <groupId>com.github.spotbugs</groupId>
+ <artifactId>spotbugs-maven-plugin</artifactId>
+ <version>${version.plugin.spotbugs}</version>
+ <configuration>
+ <skip>${spotbugs.skip}</skip>
+ <effort>Max</effort>
+ <threshold>Low</threshold>
+ <xmlOutput>true</xmlOutput>
+ <failOnError>false</failOnError>
+ <spotbugsXmlOutputDirectory>${project.build.directory}/spotbugs</spotbugsXmlOutputDirectory>
+ </configuration>
+ </plugin>
+ <!-- Enable scanning for methods above the inlining threshold (JDK 7+) -->
+ <plugin>
+ <groupId>com.github.ferstl</groupId>
+ <artifactId>jitwatch-jarscan-maven-plugin</artifactId>
+ <version>${version.plugin.jitwatch}</version>
+ </plugin>
+ <!-- Enable scanning for binar changes between releases -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>clirr-maven-plugin</artifactId>
+ <version>${version.plugin.clirr}</version>
+ </plugin>
+ </plugins>
+
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-clean-plugin</artifactId>
+ <version>${version.plugin.clean}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>${version.plugin.jar}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>${version.plugin.resources}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-install-plugin</artifactId>
+ <version>${version.plugin.install}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>${version.plugin.surefire}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>${version.plugin.deploy}</version>
+ <configuration>
+ <updateReleaseInfo>true</updateReleaseInfo>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>${version.plugin.compiler}</version>
+ <inherited>true</inherited>
+ <configuration>
+ <source>${code.level}</source>
+ <target>${code.level}</target>
+ <encoding>${project.build.sourceEncoding}</encoding>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <version>${version.plugin.plugin}</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm</artifactId>
+ <version>${version.asm}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-commons</artifactId>
+ <version>${version.asm}</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <!-- Define explicit version to overcome problem with generated reports. -->
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <version>${version.plugin.jxr}</version>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ <distributionManagement>
+ <repository>
+ <id>bintray</id>
+ <url>https://api.bintray.com/maven/raphw/maven/ByteBuddy</url>
+ </repository>
+ </distributionManagement>
+
+ <profiles>
+ <!-- Fallback for Java 6 JDK to use older, compatible versions of plugins. -->
+ <profile>
+ <id>java6-versions</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ <jdk>1.6</jdk>
+ </activation>
+ <properties>
+ <version.plugin.bundle>2.5.4</version.plugin.bundle>
+ <version.plugin.checkstyle>2.15</version.plugin.checkstyle>
+ <version.plugin.compiler>3.6.2</version.plugin.compiler>
+ <version.plugin.spotbugs>3.1.0-RC8</version.plugin.spotbugs>
+ <spotbugs.skip>true</spotbugs.skip>
+ </properties>
+ </profile>
+ <!-- Fallback for Java 7 JDK to use older, compatible versions of plugins. -->
+ <profile>
+ <id>java7-versions</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ <jdk>1.7</jdk>
+ </activation>
+ <properties>
+ <version.plugin.spotbugs>3.1.0-RC8</version.plugin.spotbugs>
+ <spotbugs.skip>true</spotbugs.skip>
+ </properties>
+ </profile>
+ <!-- Runs the build with a target version for Java 7 -->
+ <profile>
+ <id>java7</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <properties>
+ <code.level>1.7</code.level>
+ <spotbugs.skip>true</spotbugs.skip>
+ </properties>
+ </profile>
+ <!-- Runs the build with a target version for Java 8 -->
+ <profile>
+ <id>java8</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <properties>
+ <code.level>1.8</code.level>
+ </properties>
+ </profile>
+ <!-- Runs the build with a target version for Java 9 -->
+ <profile>
+ <id>java9</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <properties>
+ <code.level>9</code.level>
+ </properties>
+ </profile>
+ <!-- Runs the build with a target version for Java 10 -->
+ <profile>
+ <id>java10</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <properties>
+ <code.level>10</code.level>
+ <spotbugs.skip>true</spotbugs.skip>
+ </properties>
+ </profile>
+ <!-- Runs the build with a target version for Java 11 -->
+ <profile>
+ <id>java11</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <properties>
+ <code.level>11</code.level>
+ <spotbugs.skip>true</spotbugs.skip>
+ </properties>
+ </profile>
+ <!-- Creates additional artifacts that are required for deployment. -->
+ <profile>
+ <id>extras</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <properties>
+ <bytebuddy.extras>true</bytebuddy.extras>
+ </properties>
+ <build>
+ <plugins>
+ <!-- Create source code artifact. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>${version.plugin.source}</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- Create javadoc artifact. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>${version.plugin.javadoc}</version>
+ <executions>
+ <execution>
+ <id>attach-javadoc</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ <!-- Additionally to the regular jar file specified above, create an aggregated jar. -->
+ <execution>
+ <id>aggregate-javadoc</id>
+ <goals>
+ <goal>aggregate</goal>
+ </goals>
+ <phase>package</phase>
+ <configuration>
+ <doctitle>Byte Buddy (full API), version ${project.version}</doctitle>
+ <!-- Fails due to repacking of ASM by the Shade plugin. -->
+ <failOnError>false</failOnError>
+ </configuration>
+ </execution>
+ </executions>
+ <configuration>
+ <detectJavaApiLink>true</detectJavaApiLink>
+ <links>
+ <link>${asm.javadoc}</link>
+ </links>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <!-- Sign any created artifact. (Requires configuration of gpg on the executing machine.) -->
+ <profile>
+ <id>gpg</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <build>
+ <plugins>
+ <!-- Sign artifacts. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>${version.plugin.gpg}</version>
+ <executions>
+ <execution>
+ <phase>verify</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <!-- Basic checks that are not requiring too much runtime. -->
+ <profile>
+ <id>checks</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <build>
+ <plugins>
+ <!-- Check style on build. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <version>${version.plugin.checkstyle}</version>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ <configuration>
+ <configLocation>checkstyle.xml</configLocation>
+ <consoleOutput>true</consoleOutput>
+ <failsOnError>true</failsOnError>
+ <excludes>**/generated/**/*</excludes>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- Check API compatibility. -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-maven-plugin</artifactId>
+ <version>${version.plugin.animal-sniffer}</version>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ <configuration>
+ <signature>
+ <groupId>org.codehaus.mojo.signature</groupId>
+ <artifactId>java16</artifactId>
+ <version>1.1</version>
+ </signature>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- Make sure that Byte Buddy does never depend on ASM's tree API. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>${version.plugin.enforcer}</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ <configuration>
+ <fail>true</fail>
+ <rules>
+ <bannedDependencies>
+ <includes>
+ <include>org.ow2.asm:asm-tree</include>
+ </includes>
+ </bannedDependencies>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <!-- Integration profile that executes long-running tasks and additional static code analysis. -->
+ <profile>
+ <id>integration</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <properties>
+ <bytebuddy.integration>true</bytebuddy.integration>
+ </properties>
+ <build>
+ <plugins>
+ <!-- Enable non-fast-running unit tests by setting the integration profile. -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <systemPropertyVariables>
+ <net.bytebuddy.test.integration>true</net.bytebuddy.test.integration>
+ </systemPropertyVariables>
+ </configuration>
+ </plugin>
+ <!-- Run spotbugs if not specified differently in a module.-->
+ <plugin>
+ <groupId>com.github.spotbugs</groupId>
+ <artifactId>spotbugs-maven-plugin</artifactId>
+ <version>${version.plugin.spotbugs}</version>
+ <executions>
+ <execution>
+ <phase>verify</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ <configuration>
+ <skip>${spotbugs.skip}</skip>
+ <effort>Max</effort>
+ <threshold>Low</threshold>
+ <xmlOutput>true</xmlOutput>
+ <failOnError>true</failOnError>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <!-- Only build the Android test application on demand as it requires Android SDK installation. -->
+ <profile>
+ <id>android</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <modules>
+ <module>byte-buddy</module>
+ <module>byte-buddy-dep</module>
+ <module>byte-buddy-benchmark</module>
+ <module>byte-buddy-agent</module>
+ <module>byte-buddy-android</module>
+ <module>byte-buddy-android-test</module>
+ </modules>
+ </profile>
+ </profiles>
+
+</project>
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-parent/1.8.10/byte-buddy-parent-1.8.10.pom.md5 b/common/m2/repository/net/bytebuddy/byte-buddy-parent/1.8.10/byte-buddy-parent-1.8.10.pom.md5
new file mode 100644
index 0000000..c3b0c2a
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-parent/1.8.10/byte-buddy-parent-1.8.10.pom.md5
@@ -0,0 +1 @@
+168b843f7764b7353bf4960024367f40
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy-parent/1.8.10/byte-buddy-parent-1.8.10.pom.sha1 b/common/m2/repository/net/bytebuddy/byte-buddy-parent/1.8.10/byte-buddy-parent-1.8.10.pom.sha1
new file mode 100644
index 0000000..4eb8078
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy-parent/1.8.10/byte-buddy-parent-1.8.10.pom.sha1
@@ -0,0 +1 @@
+9e1dab4a97e110f4ba5864b6f3f5f953d8711331
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9-sources.jar b/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9-sources.jar
new file mode 100644
index 0000000..0dd5b51
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9-sources.jar
Binary files differ
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9-sources.jar.md5 b/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9-sources.jar.md5
new file mode 100644
index 0000000..2ab7a82
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9-sources.jar.md5
@@ -0,0 +1 @@
+9cd028242e6ac5b8a57fafc9f2a6480e
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9-sources.jar.sha1 b/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9-sources.jar.sha1
new file mode 100644
index 0000000..9b3410f
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9-sources.jar.sha1
@@ -0,0 +1 @@
+d4715044fac07c15e0578933fa0dd25cd64ad0cc
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.jar b/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.jar
new file mode 100644
index 0000000..a348888
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.jar
Binary files differ
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.jar.md5 b/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.jar.md5
new file mode 100644
index 0000000..8d74543
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.jar.md5
@@ -0,0 +1 @@
+ad78c837efd3cfcb281929e89efcc27e
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.jar.sha1 b/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.jar.sha1
new file mode 100644
index 0000000..0959031
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.jar.sha1
@@ -0,0 +1 @@
+51218a01a882c04d0aba8c028179cce488bbcb58
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.pom b/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.pom
new file mode 100644
index 0000000..08f05d1
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.pom
@@ -0,0 +1,260 @@
+<?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>byte-buddy-parent</artifactId>
+ <groupId>net.bytebuddy</groupId>
+ <version>1.7.9</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>byte-buddy</artifactId>
+ <name>Byte Buddy (without dependencies)</name>
+ <description>Byte Buddy is a Java library for creating Java classes at run time.
+ This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space.</description>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-shade-plugin</artifactId>
+ <version>${version.plugin.shade}</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>shade</goal>
+ </goals>
+ <configuration>
+ <shadedArtifactAttached>false</shadedArtifactAttached>
+ <createDependencyReducedPom>true</createDependencyReducedPom>
+ <createSourcesJar>true</createSourcesJar>
+ <shadeSourcesContent>true</shadeSourcesContent>
+ <relocations>
+ <relocation>
+ <pattern>${shade.source}</pattern>
+ <shadedPattern>${shade.target}</shadedPattern>
+ </relocation>
+ </relocations>
+ <filters>
+ <filter>
+ <artifact>*:*</artifact>
+ <excludes>
+ <exclude>module-info.class</exclude>
+ </excludes>
+ </filter>
+ </filters>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.pitest</groupId>
+ <artifactId>pitest-maven</artifactId>
+ <version>${version.plugin.pitest}</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>extras</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>3.0.2</version>
+ <executions>
+ <execution>
+ <id>default-jar</id>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ <configuration>
+ <archive>
+ <manifestFile>/home/rafael/workspace/oss/byte-buddy/target/checkout/byte-buddy/target/classes/META-INF/MANIFEST.MF</manifestFile>
+ </archive>
+ </configuration>
+ </execution>
+ </executions>
+ <configuration>
+ <archive>
+ <manifestFile>/home/rafael/workspace/oss/byte-buddy/target/checkout/byte-buddy/target/classes/META-INF/MANIFEST.MF</manifestFile>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>3.3.0</version>
+ <executions>
+ <execution>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>manifest</goal>
+ </goals>
+ <configuration>
+ <instructions>
+ <Export-Package>net.bytebuddy,
+ net.bytebuddy.agent.builder,
+ net.bytebuddy.asm,
+ net.bytebuddy.build,
+ net.bytebuddy.description,
+ net.bytebuddy.description.annotation,
+ net.bytebuddy.description.enumeration,
+ net.bytebuddy.description.field,
+ net.bytebuddy.description.method,
+ net.bytebuddy.description.modifier,
+ net.bytebuddy.description.type,
+ net.bytebuddy.dynamic,
+ net.bytebuddy.dynamic.loading,
+ net.bytebuddy.dynamic.scaffold,
+ net.bytebuddy.dynamic.scaffold.inline,
+ net.bytebuddy.dynamic.scaffold.subclass,
+ net.bytebuddy.implementation,
+ net.bytebuddy.implementation.attribute,
+ net.bytebuddy.implementation.auxiliary,
+ net.bytebuddy.implementation.bind,
+ net.bytebuddy.implementation.bind.annotation,
+ net.bytebuddy.implementation.bytecode,
+ net.bytebuddy.implementation.bytecode.assign,
+ net.bytebuddy.implementation.bytecode.assign.primitive,
+ net.bytebuddy.implementation.bytecode.assign.reference,
+ net.bytebuddy.implementation.bytecode.collection,
+ net.bytebuddy.implementation.bytecode.constant,
+ net.bytebuddy.implementation.bytecode.member,
+ net.bytebuddy.matcher,
+ net.bytebuddy.pool,
+ net.bytebuddy.utility,
+ net.bytebuddy.utility.privilege,
+ net.bytebuddy.utility.visitor,
+ net.bytebuddy.jar.asm</Export-Package>
+ <Automatic-Module-Name>net.bytebuddy</Automatic-Module-Name>
+ </instructions>
+ </configuration>
+ </execution>
+ </executions>
+ <configuration>
+ <instructions>
+ <Export-Package>net.bytebuddy,
+ net.bytebuddy.agent.builder,
+ net.bytebuddy.asm,
+ net.bytebuddy.build,
+ net.bytebuddy.description,
+ net.bytebuddy.description.annotation,
+ net.bytebuddy.description.enumeration,
+ net.bytebuddy.description.field,
+ net.bytebuddy.description.method,
+ net.bytebuddy.description.modifier,
+ net.bytebuddy.description.type,
+ net.bytebuddy.dynamic,
+ net.bytebuddy.dynamic.loading,
+ net.bytebuddy.dynamic.scaffold,
+ net.bytebuddy.dynamic.scaffold.inline,
+ net.bytebuddy.dynamic.scaffold.subclass,
+ net.bytebuddy.implementation,
+ net.bytebuddy.implementation.attribute,
+ net.bytebuddy.implementation.auxiliary,
+ net.bytebuddy.implementation.bind,
+ net.bytebuddy.implementation.bind.annotation,
+ net.bytebuddy.implementation.bytecode,
+ net.bytebuddy.implementation.bytecode.assign,
+ net.bytebuddy.implementation.bytecode.assign.primitive,
+ net.bytebuddy.implementation.bytecode.assign.reference,
+ net.bytebuddy.implementation.bytecode.collection,
+ net.bytebuddy.implementation.bytecode.constant,
+ net.bytebuddy.implementation.bytecode.member,
+ net.bytebuddy.matcher,
+ net.bytebuddy.pool,
+ net.bytebuddy.utility,
+ net.bytebuddy.utility.privilege,
+ net.bytebuddy.utility.visitor,
+ net.bytebuddy.jar.asm</Export-Package>
+ <Automatic-Module-Name>net.bytebuddy</Automatic-Module-Name>
+ </instructions>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.10.4</version>
+ <executions>
+ <execution>
+ <id>attach-javadoc</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ <configuration>
+ <includeDependencySources>true</includeDependencySources>
+ <dependencySourceIncludes>
+ <dependencySourceInclude>net.bytebuddy:byte-buddy-dep</dependencySourceInclude>
+ </dependencySourceIncludes>
+ <detectJavaApiLink>true</detectJavaApiLink>
+ <links>
+ <link>http://asm.ow2.org/asm50/javadoc/user/</link>
+ </links>
+ </configuration>
+ </execution>
+ <execution>
+ <id>aggregate-javadoc</id>
+ <phase>package</phase>
+ <goals>
+ <goal>aggregate</goal>
+ </goals>
+ <configuration>
+ <doctitle>Byte Buddy (full API), version 1.7.9</doctitle>
+ <failOnError>false</failOnError>
+ <includeDependencySources>true</includeDependencySources>
+ <dependencySourceIncludes>
+ <dependencySourceInclude>net.bytebuddy:byte-buddy-dep</dependencySourceInclude>
+ </dependencySourceIncludes>
+ <detectJavaApiLink>true</detectJavaApiLink>
+ <links>
+ <link>http://asm.ow2.org/asm50/javadoc/user/</link>
+ </links>
+ </configuration>
+ </execution>
+ </executions>
+ <configuration>
+ <includeDependencySources>true</includeDependencySources>
+ <dependencySourceIncludes>
+ <dependencySourceInclude>net.bytebuddy:byte-buddy-dep</dependencySourceInclude>
+ </dependencySourceIncludes>
+ <detectJavaApiLink>true</detectJavaApiLink>
+ <links>
+ <link>http://asm.ow2.org/asm50/javadoc/user/</link>
+ </links>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
+ <version>3.0.1u2</version>
+ <scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>net.jcip</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jsr305</artifactId>
+ <groupId>com.google.code.findbugs</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.projectlombok</groupId>
+ <artifactId>lombok</artifactId>
+ <version>1.16.18</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <properties>
+ <shade.source>org.objectweb.asm</shade.source>
+ <shade.target>net.bytebuddy.jar.asm</shade.target>
+ </properties>
+</project>
+
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.pom.md5 b/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.pom.md5
new file mode 100644
index 0000000..3763250
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.pom.md5
@@ -0,0 +1 @@
+40cc538cf6d398d23d90a28b4b8296fd
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.pom.sha1 b/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.pom.sha1
new file mode 100644
index 0000000..0405487
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.pom.sha1
@@ -0,0 +1 @@
+b705b77c5f2f99def1557239f4cbf35dc0ed34a6
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10-sources.jar b/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10-sources.jar
new file mode 100644
index 0000000..5e9f70c
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10-sources.jar
Binary files differ
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10-sources.jar.md5 b/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10-sources.jar.md5
new file mode 100644
index 0000000..6c864bb
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10-sources.jar.md5
@@ -0,0 +1 @@
+7f9fa99815e78601262628c374c0de8c
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10-sources.jar.sha1 b/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10-sources.jar.sha1
new file mode 100644
index 0000000..75d1153
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10-sources.jar.sha1
@@ -0,0 +1 @@
+51014852fa1b36016a6ef2f2e0defb7f6d9c1696
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10.jar b/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10.jar
new file mode 100644
index 0000000..0edd796
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10.jar
Binary files differ
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10.jar.md5 b/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10.jar.md5
new file mode 100644
index 0000000..dbe8c99
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10.jar.md5
@@ -0,0 +1 @@
+95c43b3ef89715497acef17a9b086b0b
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10.jar.sha1 b/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10.jar.sha1
new file mode 100644
index 0000000..e189dcf
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10.jar.sha1
@@ -0,0 +1 @@
+c3dcdb62b4297eacbe8a763f36044e1f1b04709b
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10.pom b/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10.pom
new file mode 100644
index 0000000..4ccf1ed
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10.pom
@@ -0,0 +1,203 @@
+<?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>byte-buddy-parent</artifactId>
+ <groupId>net.bytebuddy</groupId>
+ <version>1.8.10</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>byte-buddy</artifactId>
+ <name>Byte Buddy (without dependencies)</name>
+ <description>Byte Buddy is a Java library for creating Java classes at run time.
+ This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space.</description>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-shade-plugin</artifactId>
+ <version>${version.plugin.shade}</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>shade</goal>
+ </goals>
+ <configuration>
+ <shadedArtifactAttached>false</shadedArtifactAttached>
+ <createDependencyReducedPom>true</createDependencyReducedPom>
+ <createSourcesJar>true</createSourcesJar>
+ <shadeSourcesContent>true</shadeSourcesContent>
+ <relocations>
+ <relocation>
+ <pattern>${shade.source}</pattern>
+ <shadedPattern>${shade.target}</shadedPattern>
+ </relocation>
+ </relocations>
+ <filters>
+ <filter>
+ <artifact>*:*</artifact>
+ <excludes>
+ <exclude>module-info.class</exclude>
+ </excludes>
+ </filter>
+ </filters>
+ </configuration>
+ </execution>
+ </executions>
+ <dependencies>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm</artifactId>
+ <version>${version.asm}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-commons</artifactId>
+ <version>${version.asm}</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ <plugin>
+ <groupId>org.pitest</groupId>
+ <artifactId>pitest-maven</artifactId>
+ <version>${version.plugin.pitest}</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>${version.plugin.jar}</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>${version.plugin.bundle}</version>
+ <executions>
+ <execution>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>manifest</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <instructions>
+ <Export-Package>net.bytebuddy,
+ net.bytebuddy.agent.builder,
+ net.bytebuddy.asm,
+ net.bytebuddy.build,
+ net.bytebuddy.description,
+ net.bytebuddy.description.annotation,
+ net.bytebuddy.description.enumeration,
+ net.bytebuddy.description.field,
+ net.bytebuddy.description.method,
+ net.bytebuddy.description.modifier,
+ net.bytebuddy.description.type,
+ net.bytebuddy.dynamic,
+ net.bytebuddy.dynamic.loading,
+ net.bytebuddy.dynamic.scaffold,
+ net.bytebuddy.dynamic.scaffold.inline,
+ net.bytebuddy.dynamic.scaffold.subclass,
+ net.bytebuddy.implementation,
+ net.bytebuddy.implementation.attribute,
+ net.bytebuddy.implementation.auxiliary,
+ net.bytebuddy.implementation.bind,
+ net.bytebuddy.implementation.bind.annotation,
+ net.bytebuddy.implementation.bytecode,
+ net.bytebuddy.implementation.bytecode.assign,
+ net.bytebuddy.implementation.bytecode.assign.primitive,
+ net.bytebuddy.implementation.bytecode.assign.reference,
+ net.bytebuddy.implementation.bytecode.collection,
+ net.bytebuddy.implementation.bytecode.constant,
+ net.bytebuddy.implementation.bytecode.member,
+ net.bytebuddy.matcher,
+ net.bytebuddy.pool,
+ net.bytebuddy.utility,
+ net.bytebuddy.utility.privilege,
+ net.bytebuddy.utility.visitor,
+ ${shade.target}</Export-Package>
+ <Automatic-Module-Name>${project.groupId}</Automatic-Module-Name>
+ </instructions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>extras</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.10.4</version>
+ <executions>
+ <execution>
+ <id>attach-javadoc</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ <configuration>
+ <includeDependencySources>true</includeDependencySources>
+ <dependencySourceIncludes>
+ <dependencySourceInclude>net.bytebuddy:byte-buddy-dep</dependencySourceInclude>
+ </dependencySourceIncludes>
+ <detectJavaApiLink>true</detectJavaApiLink>
+ <links>
+ <link>http://asm.ow2.org/asm60/javadoc/user/</link>
+ </links>
+ </configuration>
+ </execution>
+ <execution>
+ <id>aggregate-javadoc</id>
+ <phase>package</phase>
+ <goals>
+ <goal>aggregate</goal>
+ </goals>
+ <configuration>
+ <doctitle>Byte Buddy (full API), version 1.8.10</doctitle>
+ <failOnError>false</failOnError>
+ <includeDependencySources>true</includeDependencySources>
+ <dependencySourceIncludes>
+ <dependencySourceInclude>net.bytebuddy:byte-buddy-dep</dependencySourceInclude>
+ </dependencySourceIncludes>
+ <detectJavaApiLink>true</detectJavaApiLink>
+ <links>
+ <link>http://asm.ow2.org/asm60/javadoc/user/</link>
+ </links>
+ </configuration>
+ </execution>
+ </executions>
+ <configuration>
+ <includeDependencySources>true</includeDependencySources>
+ <dependencySourceIncludes>
+ <dependencySourceInclude>net.bytebuddy:byte-buddy-dep</dependencySourceInclude>
+ </dependencySourceIncludes>
+ <detectJavaApiLink>true</detectJavaApiLink>
+ <links>
+ <link>http://asm.ow2.org/asm60/javadoc/user/</link>
+ </links>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>findbugs-annotations</artifactId>
+ <version>3.0.1</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <properties>
+ <shade.source>org.objectweb.asm</shade.source>
+ <shade.target>net.bytebuddy.jar.asm</shade.target>
+ </properties>
+</project>
+
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10.pom.md5 b/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10.pom.md5
new file mode 100644
index 0000000..ba65b95
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10.pom.md5
@@ -0,0 +1 @@
+e92f83b5ea7ff74a9dc6454c33e9699e
\ No newline at end of file
diff --git a/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10.pom.sha1 b/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10.pom.sha1
new file mode 100644
index 0000000..68622ed
--- /dev/null
+++ b/common/m2/repository/net/bytebuddy/byte-buddy/1.8.10/byte-buddy-1.8.10.pom.sha1
@@ -0,0 +1 @@
+8a421ccaebc6b48a26112fde1e45145357a81fbb
\ No newline at end of file
diff --git a/common/m2/repository/net/java/jvnet-parent/1/jvnet-parent-1.pom b/common/m2/repository/net/java/jvnet-parent/1/jvnet-parent-1.pom
new file mode 100644
index 0000000..01e79f1
--- /dev/null
+++ b/common/m2/repository/net/java/jvnet-parent/1/jvnet-parent-1.pom
@@ -0,0 +1,157 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (c) 2007-2011 Sonatype, Inc. All rights reserved.
+ ~
+ ~ This program is licensed to you under the Apache License Version 2.0,
+ ~ and you may not use this file except in compliance with the Apache License Version 2.0.
+ ~ You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0.
+ ~
+ ~ Unless required by applicable law or agreed to in writing,
+ ~ software distributed under the Apache License Version 2.0 is distributed on an
+ ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
+ -->
+<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>net.java</groupId>
+ <artifactId>jvnet-parent</artifactId>
+ <version>1</version>
+ <packaging>pom</packaging>
+
+ <name>Java.net Parent</name>
+ <url>http://java.net/</url>
+ <description>Java.net - The Source for Java Technology Collaboration</description>
+
+ <scm>
+ <connection>scm:git:git@github.com:sonatype/jvnet-parent.git</connection>
+ <developerConnection>scm:git:git@github.com:sonatype/jvnet-parent.git</developerConnection>
+ <url>https://github.com/sonatype/jvnet-parent</url>
+ </scm>
+
+ <repositories>
+ <repository>
+ <id>jvnet-nexus-snapshots</id>
+ <name>Java.net Nexus Snapshots Repository</name>
+ <url>https://maven.java.net/content/repositories/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
+
+ <distributionManagement>
+ <snapshotRepository>
+ <id>jvnet-nexus-snapshots</id>
+ <name>Java.net Nexus Snapshots Repository</name>
+ <url>${jvnetDistMgmtSnapshotsUrl}</url>
+ </snapshotRepository>
+ <repository>
+ <id>jvnet-nexus-staging</id>
+ <name>Java.net Nexus Staging Repository</name>
+ <url>https://maven.java.net/service/local/staging/deploy/maven2/</url>
+ </repository>
+ </distributionManagement>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0</version>
+ <executions>
+ <execution>
+ <id>enforce-maven</id>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireMavenVersion>
+ <version>(,2.1.0),(2.1.0,2.2.0),(2.2.0,)</version>
+ <message>Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures
+ and checksums respectively.</message>
+ </requireMavenVersion>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <mavenExecutorId>forked-path</mavenExecutorId>
+ <useReleaseProfile>false</useReleaseProfile>
+ <arguments>-Pjvnet-release</arguments>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <jvnetDistMgmtSnapshotsUrl>https://maven.java.net/content/repositories/snapshots/</jvnetDistMgmtSnapshotsUrl>
+ </properties>
+
+ <profiles>
+ <profile>
+ <id>jvnet-release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.1.2</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.7</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.1</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/net/java/jvnet-parent/1/jvnet-parent-1.pom.md5 b/common/m2/repository/net/java/jvnet-parent/1/jvnet-parent-1.pom.md5
new file mode 100644
index 0000000..2846025
--- /dev/null
+++ b/common/m2/repository/net/java/jvnet-parent/1/jvnet-parent-1.pom.md5
@@ -0,0 +1 @@
+b1384b744859f0d62a1054e1d8b6f829
\ No newline at end of file
diff --git a/common/m2/repository/net/java/jvnet-parent/1/jvnet-parent-1.pom.sha1 b/common/m2/repository/net/java/jvnet-parent/1/jvnet-parent-1.pom.sha1
new file mode 100644
index 0000000..791e027
--- /dev/null
+++ b/common/m2/repository/net/java/jvnet-parent/1/jvnet-parent-1.pom.sha1
@@ -0,0 +1 @@
+b55a1b046dbe82acdee8edde7476eebcba1e57d8
\ No newline at end of file
diff --git a/common/m2/repository/net/java/jvnet-parent/maven-metadata.xml b/common/m2/repository/net/java/jvnet-parent/maven-metadata.xml
new file mode 100644
index 0000000..6291ab7
--- /dev/null
+++ b/common/m2/repository/net/java/jvnet-parent/maven-metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>net.java</groupId>
+ <artifactId>jvnet-parent</artifactId>
+ <versioning>
+ <release>3</release>
+ <versions>
+ <version>1</version>
+ <version>4</version>
+ <version>3</version>
+ </versions>
+ <lastUpdated>20180418195242</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/net/sf/jopt-simple/jopt-simple/maven-metadata.xml b/common/m2/repository/net/sf/jopt-simple/jopt-simple/maven-metadata.xml
new file mode 100644
index 0000000..14b42fa
--- /dev/null
+++ b/common/m2/repository/net/sf/jopt-simple/jopt-simple/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>net.sf.jopt-simple</groupId>
+ <artifactId>jopt-simple</artifactId>
+ <versioning>
+ <release>4.9</release>
+ <versions>
+ <version>4.9</version>
+ </versions>
+ <lastUpdated>20180418195246</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0-sources.jar.md5 b/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0-sources.jar.md5
index b3523a9..26f74ce 100644
--- a/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0-sources.jar.md5
+++ b/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0-sources.jar.md5
@@ -1 +1 @@
-bb9d12e983116c108b86b4cdbc8a9650 /home/maven/repository-staging/to-ibiblio/maven2/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0-sources.jar
+bb9d12e983116c108b86b4cdbc8a9650
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0-sources.jar.sha1 b/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0-sources.jar.sha1
index 81176cf..79398bc 100644
--- a/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0-sources.jar.sha1
+++ b/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0-sources.jar.sha1
@@ -1 +1 @@
-309cd2cff7260e465792fda3dcbb063b730d8050 /home/maven/repository-staging/to-ibiblio/maven2/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0-sources.jar
+309cd2cff7260e465792fda3dcbb063b730d8050
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar.md5 b/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar.md5
index 5e0daa4..7a7990c 100644
--- a/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar.md5
+++ b/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar.md5
@@ -1 +1 @@
-04a03b3a4f1ef0e3fda28bf1792e2ee7 /home/maven/repository-staging/to-ibiblio/maven2/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar
+04a03b3a4f1ef0e3fda28bf1792e2ee7
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar.sha1 b/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar.sha1
index 23625ee..0863c4c 100644
--- a/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar.sha1
+++ b/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar.sha1
@@ -1 +1 @@
-ccbc77a5fd907ef863c29f3596c6f54ffa4e9442 /home/maven/repository-staging/to-ibiblio/maven2/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar
+ccbc77a5fd907ef863c29f3596c6f54ffa4e9442
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom.md5 b/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom.md5
index 317e9bb..648f146 100644
--- a/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom.md5
+++ b/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom.md5
@@ -1 +1 @@
-41fb11a39f42403ea23a990a1f77100a /home/maven/repository-staging/to-ibiblio/maven2/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom
+41fb11a39f42403ea23a990a1f77100a
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom.sha1 b/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom.sha1
index 75f4121..dadbfca 100644
--- a/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom.sha1
+++ b/common/m2/repository/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom.sha1
@@ -1 +1 @@
-8efa75f9cdc57687076b2125b1a098e6f42e737d /home/maven/repository-staging/to-ibiblio/maven2/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom
+8efa75f9cdc57687076b2125b1a098e6f42e737d
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/kxml/kxml2/maven-metadata.xml b/common/m2/repository/net/sf/kxml/kxml2/maven-metadata.xml
new file mode 100644
index 0000000..6703ff0
--- /dev/null
+++ b/common/m2/repository/net/sf/kxml/kxml2/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>net.sf.kxml</groupId>
+ <artifactId>kxml2</artifactId>
+ <versioning>
+ <release>2.3.0</release>
+ <versions>
+ <version>2.3.0</version>
+ </versions>
+ <lastUpdated>20180418195247</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3-sources.jar b/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3-sources.jar
new file mode 100644
index 0000000..3870ae6
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3-sources.jar
Binary files differ
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3-sources.jar.md5 b/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3-sources.jar.md5
new file mode 100644
index 0000000..81bbfb0
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3-sources.jar.md5
@@ -0,0 +1 @@
+44aaad84d83151aac4db004a00b70f60
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3-sources.jar.sha1 b/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3-sources.jar.sha1
new file mode 100644
index 0000000..3829c62
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3-sources.jar.sha1
@@ -0,0 +1 @@
+6c73d839fa1603c38b067bc04d7950e05aef3d22
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.jar b/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.jar
new file mode 100644
index 0000000..4635500
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.jar
Binary files differ
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.jar.md5 b/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.jar.md5
new file mode 100644
index 0000000..a63ba13
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.jar.md5
@@ -0,0 +1 @@
+e2beba5e77ea552c517376e77b8ad899
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.jar.sha1 b/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.jar.sha1
new file mode 100644
index 0000000..8156011
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.jar.sha1
@@ -0,0 +1 @@
+988b6b0636ce343d4962b3b37f6319dcc6e99a61
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.pom b/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.pom
new file mode 100644
index 0000000..c18a0edc
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.pom
@@ -0,0 +1,72 @@
+<?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>net.sf.proguard</groupId>
+ <artifactId>proguard-parent</artifactId>
+ <version>5.3.3</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>proguard-base</artifactId>
+ <name>[${project.groupId}] ${project.artifactId}</name>
+
+ <build>
+ <sourceDirectory>../../../src</sourceDirectory>
+ <plugins>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>proguard/gui/**</exclude>
+ <exclude>proguard/ant/**</exclude>
+ <exclude>proguard/gradle/**</exclude>
+ <exclude>proguard/wtk/**</exclude>
+ <exclude>proguard/retrace/**</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>proguard/**.java</include>
+ </includes>
+ <excludes>
+ <exclude>proguard/gui/**</exclude>
+ <exclude>proguard/ant/**</exclude>
+ <exclude>proguard/gradle/**</exclude>
+ <exclude>proguard/wtk/**</exclude>
+ <exclude>proguard/retrace/**</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <excludePackageNames>proguard.gui:proguard.ant:proguard.gradle:proguard.wtk:proguard.retrace</excludePackageNames>
+ <!-- sourceFileExcludes doesn't seem to work, so we're using excludePackageNames -->
+ <sourceFileExcludes>
+ <sourceFileExclude>proguard/gui/**</sourceFileExclude>
+ <sourceFileExclude>proguard/ant/**</sourceFileExclude>
+ <sourceFileExclude>proguard/gradle/**</sourceFileExclude>
+ <sourceFileExclude>proguard/wtk/**</sourceFileExclude>
+ <sourceFileExclude>proguard/retrace/**</sourceFileExclude>
+ </sourceFileExcludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <mainClass>proguard.ProGuard</mainClass>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.pom.md5 b/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.pom.md5
new file mode 100644
index 0000000..d119d18
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.pom.md5
@@ -0,0 +1 @@
+e20b83b11c23204e0a11f3ce16123b43
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.pom.sha1 b/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.pom.sha1
new file mode 100644
index 0000000..f52675c
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.pom.sha1
@@ -0,0 +1 @@
+6216930869e6faab2954ce7075727f64c606f3a8
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1-sources.jar b/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1-sources.jar
new file mode 100644
index 0000000..3c50e09
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1-sources.jar
Binary files differ
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1-sources.jar.md5 b/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1-sources.jar.md5
new file mode 100644
index 0000000..b3f6fed
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1-sources.jar.md5
@@ -0,0 +1 @@
+1e6dc20210d33af01a070046583d9a9b
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1-sources.jar.sha1 b/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1-sources.jar.sha1
new file mode 100644
index 0000000..eff1f35
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1-sources.jar.sha1
@@ -0,0 +1 @@
+ad64c9b5ddee3c2bb46e8292174ca40c6633e59f
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1.jar b/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1.jar
new file mode 100644
index 0000000..4a15737
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1.jar
Binary files differ
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1.jar.md5 b/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1.jar.md5
new file mode 100644
index 0000000..9a895c8
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1.jar.md5
@@ -0,0 +1 @@
+711d4b92ffc791f0259fd13d7d340263
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1.jar.sha1 b/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1.jar.sha1
new file mode 100644
index 0000000..af64565
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1.jar.sha1
@@ -0,0 +1 @@
+07c72205fe819bf4bcec9ca7bf0bda7f0596aa82
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1.pom b/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1.pom
new file mode 100644
index 0000000..ca40fc5
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1.pom
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Maven POM file for ProGuard. -->
+<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>net.sf.proguard</groupId>
+ <artifactId>proguard-parent</artifactId>
+ <version>6.0.1</version>
+ <relativePath>../buildscripts/pom.xml</relativePath>
+ </parent>
+ <artifactId>proguard-base</artifactId>
+ <name>[${project.groupId}] ${project.artifactId}</name>
+
+ <build>
+ <sourceDirectory>src</sourceDirectory>
+ <plugins>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <mainClass>proguard.ProGuard</mainClass>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1.pom.md5 b/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1.pom.md5
new file mode 100644
index 0000000..119856b
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1.pom.md5
@@ -0,0 +1 @@
+2058ae38bd77572a7e70238a46109560
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1.pom.sha1 b/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1.pom.sha1
new file mode 100644
index 0000000..4471d24
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0.1/proguard-base-6.0.1.pom.sha1
@@ -0,0 +1 @@
+6ee8bfbdb6003bbb3c8afd3625f63667ef9046cf
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3-sources.jar b/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3-sources.jar
new file mode 100644
index 0000000..d6ce94f
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3-sources.jar
Binary files differ
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3-sources.jar.md5 b/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3-sources.jar.md5
new file mode 100644
index 0000000..fd740e5
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3-sources.jar.md5
@@ -0,0 +1 @@
+a1dc0acf94e1c3e44255d0c6b78cae34
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3-sources.jar.sha1 b/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3-sources.jar.sha1
new file mode 100644
index 0000000..f8acf31
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3-sources.jar.sha1
@@ -0,0 +1 @@
+c1e9f79efdc3963b29920f8ec8f08e4c8652fa7f
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3.jar b/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3.jar
new file mode 100644
index 0000000..840dbae
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3.jar
Binary files differ
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3.jar.md5 b/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3.jar.md5
new file mode 100644
index 0000000..7648c36
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3.jar.md5
@@ -0,0 +1 @@
+a5b0635dabbe4f57e9793bbcf96ac8b2
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3.jar.sha1 b/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3.jar.sha1
new file mode 100644
index 0000000..9dbf7c8
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3.jar.sha1
@@ -0,0 +1 @@
+7135739d2d3834964c543ed21e2936ce34747aca
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3.pom b/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3.pom
new file mode 100644
index 0000000..b82fcd0
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3.pom
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Maven POM file for ProGuard. -->
+<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>net.sf.proguard</groupId>
+ <artifactId>proguard-parent</artifactId>
+ <version>6.0.3</version>
+ <relativePath>../buildscripts/pom.xml</relativePath>
+ </parent>
+ <artifactId>proguard-base</artifactId>
+ <name>[${project.groupId}] ${project.artifactId}</name>
+
+ <build>
+ <sourceDirectory>src</sourceDirectory>
+ <plugins>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <mainClass>proguard.ProGuard</mainClass>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3.pom.md5 b/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3.pom.md5
new file mode 100644
index 0000000..93e48a4
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3.pom.md5
@@ -0,0 +1 @@
+42201be11805af7b24da678120f203b1
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3.pom.sha1 b/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3.pom.sha1
new file mode 100644
index 0000000..2b67051
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0.3/proguard-base-6.0.3.pom.sha1
@@ -0,0 +1 @@
+d53b864b20f6ab75c66017adcb06c44a912a2076
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0-sources.jar b/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0-sources.jar
new file mode 100644
index 0000000..7c760be
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0-sources.jar.md5 b/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0-sources.jar.md5
new file mode 100644
index 0000000..684abec
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0-sources.jar.md5
@@ -0,0 +1 @@
+ccbdb0557fe39bb98514f127de88dde6
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0-sources.jar.sha1 b/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0-sources.jar.sha1
new file mode 100644
index 0000000..67d5296
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0-sources.jar.sha1
@@ -0,0 +1 @@
+77ebaa650660cef4767cd25a06076382ec88a6fe
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0.jar b/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0.jar
new file mode 100644
index 0000000..b9e749b
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0.jar
Binary files differ
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0.jar.md5 b/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0.jar.md5
new file mode 100644
index 0000000..eb2acb6
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0.jar.md5
@@ -0,0 +1 @@
+4622739c4ce416405c89cc65939d04cc
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0.jar.sha1 b/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0.jar.sha1
new file mode 100644
index 0000000..35797f3
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0.jar.sha1
@@ -0,0 +1 @@
+bb9157420d43bc943fcdb0103027bd440aae7512
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0.pom b/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0.pom
new file mode 100644
index 0000000..56d7b75
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0.pom
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Maven POM file for ProGuard. -->
+<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>net.sf.proguard</groupId>
+ <artifactId>proguard-parent</artifactId>
+ <version>6.0</version>
+ <relativePath>../buildscripts/pom.xml</relativePath>
+ </parent>
+ <artifactId>proguard-base</artifactId>
+ <name>[${project.groupId}] ${project.artifactId}</name>
+
+ <build>
+ <sourceDirectory>src</sourceDirectory>
+ <plugins>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <mainClass>proguard.ProGuard</mainClass>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0.pom.md5 b/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0.pom.md5
new file mode 100644
index 0000000..a743acc
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0.pom.md5
@@ -0,0 +1 @@
+50be91f73262d267d10a774e70f8ef22
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0.pom.sha1 b/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0.pom.sha1
new file mode 100644
index 0000000..1f24be1
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/6.0/proguard-base-6.0.pom.sha1
@@ -0,0 +1 @@
+905d4dfa3a46b697ddab645f1469913a338a6c66
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-base/maven-metadata.xml b/common/m2/repository/net/sf/proguard/proguard-base/maven-metadata.xml
new file mode 100644
index 0000000..e410382
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-base/maven-metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>net.sf.proguard</groupId>
+ <artifactId>proguard-base</artifactId>
+ <versioning>
+ <release>6.0.1</release>
+ <versions>
+ <version>6.0.1</version>
+ <version>5.3.3</version>
+ </versions>
+ <lastUpdated>20180503103357</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3-sources.jar b/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3-sources.jar
new file mode 100644
index 0000000..7344168
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3-sources.jar
Binary files differ
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3-sources.jar.md5 b/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3-sources.jar.md5
new file mode 100644
index 0000000..da8b91f
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3-sources.jar.md5
@@ -0,0 +1 @@
+ae5aa3605cad3ea7e7bf708e9fcd3b53
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3-sources.jar.sha1 b/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3-sources.jar.sha1
new file mode 100644
index 0000000..06e39d4
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3-sources.jar.sha1
@@ -0,0 +1 @@
+186a5a9fd2f4fee04dced62b8d4d97c88337b53d
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.jar b/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.jar
new file mode 100644
index 0000000..cb6df4d
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.jar
Binary files differ
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.jar.md5 b/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.jar.md5
new file mode 100644
index 0000000..5875310
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.jar.md5
@@ -0,0 +1 @@
+1894821e6b1684f6382954ad9f290c6b
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.jar.sha1 b/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.jar.sha1
new file mode 100644
index 0000000..fc5c222
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.jar.sha1
@@ -0,0 +1 @@
+ad23a0505f58d0dfc95bb1472decc397460406c9
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.pom b/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.pom
new file mode 100644
index 0000000..2526e89
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.pom
@@ -0,0 +1,97 @@
+<?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>net.sf.proguard</groupId>
+ <artifactId>proguard-parent</artifactId>
+ <version>5.3.3</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>proguard-gradle</artifactId>
+ <name>[${project.groupId}] ${project.artifactId}</name>
+
+ <build>
+ <sourceDirectory>../../../src</sourceDirectory>
+ <plugins>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>proguard/gradle/**</include>
+ </includes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>proguard/gradle/**.java</include>
+ </includes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <addClasspath>true</addClasspath>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <subpackages>proguard.gradle</subpackages>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>proguard-base</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gradle</groupId>
+ <artifactId>gradle-logging</artifactId>
+ <version>3.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gradle</groupId>
+ <artifactId>gradle-core</artifactId>
+ <version>3.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gradle</groupId>
+ <artifactId>gradle-base-services</artifactId>
+ <version>3.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gradle</groupId>
+ <artifactId>gradle-base-services-groovy</artifactId>
+ <version>3.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy-all</artifactId>
+ <version>2.4.7</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <repositories>
+ <repository>
+ <id>gradle</id>
+ <url>http://repo.gradle.org/gradle/libs-releases-local/</url>
+ </repository>
+ </repositories>
+</project>
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.pom.md5 b/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.pom.md5
new file mode 100644
index 0000000..a40f3ed
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.pom.md5
@@ -0,0 +1 @@
+b2d12add16a3230cc3b5e2edf62173b0
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.pom.sha1 b/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.pom.sha1
new file mode 100644
index 0000000..df9b518
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.pom.sha1
@@ -0,0 +1 @@
+57a3eda3d39f004a8cfc724f1a98af89b91f79c2
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1-sources.jar b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1-sources.jar
new file mode 100644
index 0000000..7d2a50d
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1-sources.jar
Binary files differ
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1-sources.jar.md5 b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1-sources.jar.md5
new file mode 100644
index 0000000..d0ec964
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1-sources.jar.md5
@@ -0,0 +1 @@
+a3e0e448096c9ced6e382028c22f53bd
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1-sources.jar.sha1 b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1-sources.jar.sha1
new file mode 100644
index 0000000..dd15a28
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1-sources.jar.sha1
@@ -0,0 +1 @@
+2d86b4b784390275e0e605632e61758e9298b1b2
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1.jar b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1.jar
new file mode 100644
index 0000000..0635631
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1.jar
Binary files differ
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1.jar.md5 b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1.jar.md5
new file mode 100644
index 0000000..f177199
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1.jar.md5
@@ -0,0 +1 @@
+08bf6784883a91367b042690e569f050
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1.jar.sha1 b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1.jar.sha1
new file mode 100644
index 0000000..de83306
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1.jar.sha1
@@ -0,0 +1 @@
+470c1faed539195af2375fcc5555a958ceb56b8e
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1.pom b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1.pom
new file mode 100644
index 0000000..c1df039
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Maven POM file for the ProGuard Gradle task. -->
+<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>net.sf.proguard</groupId>
+ <artifactId>proguard-parent</artifactId>
+ <version>6.0.1</version>
+ <relativePath>../buildscripts/pom.xml</relativePath>
+ </parent>
+ <artifactId>proguard-gradle</artifactId>
+ <name>[${project.groupId}] ${project.artifactId}</name>
+
+ <build>
+ <sourceDirectory>src</sourceDirectory>
+ <plugins>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <addClasspath>true</addClasspath>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>proguard-base</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gradle</groupId>
+ <artifactId>gradle-logging</artifactId>
+ <version>3.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gradle</groupId>
+ <artifactId>gradle-core</artifactId>
+ <version>3.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gradle</groupId>
+ <artifactId>gradle-base-services</artifactId>
+ <version>3.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gradle</groupId>
+ <artifactId>gradle-base-services-groovy</artifactId>
+ <version>3.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy-all</artifactId>
+ <version>2.4.7</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <repositories>
+ <repository>
+ <id>gradle</id>
+ <url>http://repo.gradle.org/gradle/libs-releases-local/</url>
+ </repository>
+ </repositories>
+</project>
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1.pom.md5 b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1.pom.md5
new file mode 100644
index 0000000..a28b86a
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1.pom.md5
@@ -0,0 +1 @@
+fa211789f0c0e3d0bd82628509bd54df
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1.pom.sha1 b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1.pom.sha1
new file mode 100644
index 0000000..ac90f32
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.1/proguard-gradle-6.0.1.pom.sha1
@@ -0,0 +1 @@
+fc74aadc3289e783abea9bfcff1811a4f64ba767
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3-sources.jar b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3-sources.jar
new file mode 100644
index 0000000..b1be01c
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3-sources.jar
Binary files differ
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3-sources.jar.md5 b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3-sources.jar.md5
new file mode 100644
index 0000000..7332da9
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3-sources.jar.md5
@@ -0,0 +1 @@
+e670879835010d1e1fb4fef891198d88
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3-sources.jar.sha1 b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3-sources.jar.sha1
new file mode 100644
index 0000000..f59a4e0
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3-sources.jar.sha1
@@ -0,0 +1 @@
+1ebac416b8402b16e02a470f41e73af880d0db0f
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3.jar b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3.jar
new file mode 100644
index 0000000..a311822
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3.jar
Binary files differ
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3.jar.md5 b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3.jar.md5
new file mode 100644
index 0000000..d8c185d
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3.jar.md5
@@ -0,0 +1 @@
+746019c6d91972bcac32b7ffc37837b7
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3.jar.sha1 b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3.jar.sha1
new file mode 100644
index 0000000..3a11e1c
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3.jar.sha1
@@ -0,0 +1 @@
+e5becf2356695a396b788110e386c38bad523bfc
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3.pom b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3.pom
new file mode 100644
index 0000000..b835cd2
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Maven POM file for the ProGuard Gradle task. -->
+<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>net.sf.proguard</groupId>
+ <artifactId>proguard-parent</artifactId>
+ <version>6.0.3</version>
+ <relativePath>../buildscripts/pom.xml</relativePath>
+ </parent>
+ <artifactId>proguard-gradle</artifactId>
+ <name>[${project.groupId}] ${project.artifactId}</name>
+
+ <build>
+ <sourceDirectory>src</sourceDirectory>
+ <plugins>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <addClasspath>true</addClasspath>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>proguard-base</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gradle</groupId>
+ <artifactId>gradle-logging</artifactId>
+ <version>3.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gradle</groupId>
+ <artifactId>gradle-core</artifactId>
+ <version>3.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gradle</groupId>
+ <artifactId>gradle-base-services</artifactId>
+ <version>3.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gradle</groupId>
+ <artifactId>gradle-base-services-groovy</artifactId>
+ <version>3.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy-all</artifactId>
+ <version>2.4.7</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <repositories>
+ <repository>
+ <id>gradle</id>
+ <url>http://repo.gradle.org/gradle/libs-releases-local/</url>
+ </repository>
+ </repositories>
+</project>
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3.pom.md5 b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3.pom.md5
new file mode 100644
index 0000000..b6017f8
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3.pom.md5
@@ -0,0 +1 @@
+b942e20b515a3fa78c3cee56c83837f2
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3.pom.sha1 b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3.pom.sha1
new file mode 100644
index 0000000..ee57802
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0.3/proguard-gradle-6.0.3.pom.sha1
@@ -0,0 +1 @@
+6583a613d9b6d02a699d4dd24d8b8825da3d8e8b
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0-sources.jar b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0-sources.jar
new file mode 100644
index 0000000..9207f85
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0-sources.jar.md5 b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0-sources.jar.md5
new file mode 100644
index 0000000..a8ebaa6
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0-sources.jar.md5
@@ -0,0 +1 @@
+64e98c95c49b1fa309bf608484b30fbf
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0-sources.jar.sha1 b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0-sources.jar.sha1
new file mode 100644
index 0000000..9255cad
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0-sources.jar.sha1
@@ -0,0 +1 @@
+53cc0928cbd58b646bfc657015c09450b3398d14
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0.jar b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0.jar
new file mode 100644
index 0000000..55bfec4
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0.jar
Binary files differ
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0.jar.md5 b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0.jar.md5
new file mode 100644
index 0000000..92dbb3a
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0.jar.md5
@@ -0,0 +1 @@
+f914f865fc530b4bc1daa50701510480
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0.jar.sha1 b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0.jar.sha1
new file mode 100644
index 0000000..05089d1
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0.jar.sha1
@@ -0,0 +1 @@
+016f46ea5f4299ed752ebeb53c20271213feb94f
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0.pom b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0.pom
new file mode 100644
index 0000000..ebfc5c7
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0.pom
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Maven POM file for the ProGuard Gradle task. -->
+<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>net.sf.proguard</groupId>
+ <artifactId>proguard-parent</artifactId>
+ <version>6.0</version>
+ <relativePath>../buildscripts/pom.xml</relativePath>
+ </parent>
+ <artifactId>proguard-gradle</artifactId>
+ <name>[${project.groupId}] ${project.artifactId}</name>
+
+ <build>
+ <sourceDirectory>src</sourceDirectory>
+ <plugins>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <addClasspath>true</addClasspath>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>proguard-base</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gradle</groupId>
+ <artifactId>gradle-logging</artifactId>
+ <version>3.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gradle</groupId>
+ <artifactId>gradle-core</artifactId>
+ <version>3.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gradle</groupId>
+ <artifactId>gradle-base-services</artifactId>
+ <version>3.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.gradle</groupId>
+ <artifactId>gradle-base-services-groovy</artifactId>
+ <version>3.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy-all</artifactId>
+ <version>2.4.7</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <repositories>
+ <repository>
+ <id>gradle</id>
+ <url>http://repo.gradle.org/gradle/libs-releases-local/</url>
+ </repository>
+ </repositories>
+</project>
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0.pom.md5 b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0.pom.md5
new file mode 100644
index 0000000..006c521
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0.pom.md5
@@ -0,0 +1 @@
+e292247929ff7d97e25682bc4b6d0fa5
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0.pom.sha1 b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0.pom.sha1
new file mode 100644
index 0000000..7924d04
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/6.0/proguard-gradle-6.0.pom.sha1
@@ -0,0 +1 @@
+490c52b80698990370c1b44ecf20b6e88a616a1b
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-gradle/maven-metadata.xml b/common/m2/repository/net/sf/proguard/proguard-gradle/maven-metadata.xml
new file mode 100644
index 0000000..57ff85b
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-gradle/maven-metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>net.sf.proguard</groupId>
+ <artifactId>proguard-gradle</artifactId>
+ <versioning>
+ <release>6.0.1</release>
+ <versions>
+ <version>6.0.1</version>
+ <version>5.3.3</version>
+ </versions>
+ <lastUpdated>20180503103357</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/net/sf/proguard/proguard-parent/5.3.3/proguard-parent-5.3.3.pom b/common/m2/repository/net/sf/proguard/proguard-parent/5.3.3/proguard-parent-5.3.3.pom
new file mode 100644
index 0000000..58e6a72
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-parent/5.3.3/proguard-parent-5.3.3.pom
@@ -0,0 +1,165 @@
+<?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>net.sf.proguard</groupId>
+ <artifactId>proguard-parent</artifactId>
+ <version>5.3.3</version>
+ <packaging>pom</packaging>
+ <name>[${project.groupId}] ${project.artifactId}</name>
+ <description>ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier.</description>
+ <url>http://proguard.sourceforge.net/</url>
+
+ <prerequisites>
+ <maven>3</maven>
+ </prerequisites>
+
+ <developers>
+ <developer>
+ <id>lafortune</id>
+ <name>Eric Lafortune</name>
+ <url>http://www.lafortune.eu/</url>
+ <organization>GuardSquare</organization>
+ <organizationUrl>http://www.guardsquare.com/</organizationUrl>
+ <roles>
+ <role>Project Administrator</role>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ </developers>
+
+ <licenses>
+ <license>
+ <name>GNU General Public License, Version 2</name>
+ <url>http://www.gnu.org/licenses/gpl-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <issueManagement>
+ <system>SourceForge.net Tracker</system>
+ <url>http://sourceforge.net/p/proguard/bugs/</url>
+ </issueManagement>
+
+ <scm>
+ <url>http://hg.code.sf.net/p/proguard/code</url>
+ <connection>scm:hg:http://hg.code.sf.net/p/proguard/code</connection>
+ </scm>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>3.0.2</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.5.1</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.9.1</version>
+ <configuration>
+ <links>
+ <link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
+ </links>
+ <quiet>true</quiet>
+ </configuration>
+ <executions>
+ <execution>
+ <id>attach-javadoc</id>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ <configuration>
+ <additionalparam>-Xdoclint:none</additionalparam>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>3.0.1</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>1.6</version>
+ <executions>
+ <execution>
+ <id>sign-artifacts</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <distributionManagement>
+ <repository>
+ <id>sonatype-nexus-staging</id>
+ <name>Nexus Release Repository</name>
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
+ </repository>
+ </distributionManagement>
+
+ <!-- To keep our project layout simple, we're not following the
+ 'one Maven way'. Now Maven is inflicting even more redundant
+ redundancy on us. We're stubborn though. -->
+
+ <modules>
+ <module>base</module>
+ <module>gui</module>
+ <module>ant</module>
+ <module>gradle</module>
+ <module>retrace</module>
+ </modules>
+
+ <profiles>
+ <profile>
+ <id>__wtk_plugin_build__</id>
+ <activation>
+ <file>
+ <exists>${wtk.home}/wtklib/kenv.zip</exists>
+ </file>
+ </activation>
+ <modules>
+ <module>wtk</module>
+ </modules>
+ </profile>
+ </profiles>
+</project>
diff --git a/common/m2/repository/net/sf/proguard/proguard-parent/5.3.3/proguard-parent-5.3.3.pom.md5 b/common/m2/repository/net/sf/proguard/proguard-parent/5.3.3/proguard-parent-5.3.3.pom.md5
new file mode 100644
index 0000000..349044f
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-parent/5.3.3/proguard-parent-5.3.3.pom.md5
@@ -0,0 +1 @@
+feaf5ddc823d8dcb4bebfa02b119bd76
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-parent/5.3.3/proguard-parent-5.3.3.pom.sha1 b/common/m2/repository/net/sf/proguard/proguard-parent/5.3.3/proguard-parent-5.3.3.pom.sha1
new file mode 100644
index 0000000..d238501
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-parent/5.3.3/proguard-parent-5.3.3.pom.sha1
@@ -0,0 +1 @@
+45c24fb869b3c809c0a1a00081fc353184c2472c
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-parent/6.0.1/proguard-parent-6.0.1.pom b/common/m2/repository/net/sf/proguard/proguard-parent/6.0.1/proguard-parent-6.0.1.pom
new file mode 100644
index 0000000..36338bd
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-parent/6.0.1/proguard-parent-6.0.1.pom
@@ -0,0 +1,162 @@
+<?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>net.sf.proguard</groupId>
+ <artifactId>proguard-parent</artifactId>
+ <version>6.0.1</version>
+ <packaging>pom</packaging>
+ <name>[${project.groupId}] ${project.artifactId}</name>
+ <description>ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier.</description>
+ <url>http://proguard.sourceforge.net/</url>
+
+ <prerequisites>
+ <maven>3</maven>
+ </prerequisites>
+
+ <developers>
+ <developer>
+ <id>lafortune</id>
+ <name>Eric Lafortune</name>
+ <url>http://www.lafortune.eu/</url>
+ <organization>GuardSquare</organization>
+ <organizationUrl>http://www.guardsquare.com/</organizationUrl>
+ <roles>
+ <role>Project Administrator</role>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ </developers>
+
+ <licenses>
+ <license>
+ <name>GNU General Public License, Version 2</name>
+ <url>http://www.gnu.org/licenses/gpl-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <issueManagement>
+ <system>SourceForge.net Tracker</system>
+ <url>http://sourceforge.net/p/proguard/bugs/</url>
+ </issueManagement>
+
+ <scm>
+ <url>http://hg.code.sf.net/p/proguard/code</url>
+ <connection>scm:hg:http://hg.code.sf.net/p/proguard/code</connection>
+ </scm>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>3.0.2</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.5.1</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.9.1</version>
+ <configuration>
+ <links>
+ <link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
+ </links>
+ <quiet>true</quiet>
+ </configuration>
+ <executions>
+ <execution>
+ <id>attach-javadoc</id>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ <configuration>
+ <additionalparam>-Xdoclint:none</additionalparam>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>3.0.1</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>1.6</version>
+ <executions>
+ <execution>
+ <id>sign-artifacts</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <distributionManagement>
+ <repository>
+ <id>sonatype-nexus-staging</id>
+ <name>Nexus Release Repository</name>
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
+ </repository>
+ </distributionManagement>
+
+ <modules>
+ <module>../core</module>
+ <module>../retrace</module>
+ <module>../gui</module>
+ <module>../gradle</module>
+ <module>../ant</module>
+ <module>../annotations</module>
+ </modules>
+
+ <profiles>
+ <profile>
+ <id>__wtk_plugin_build__</id>
+ <activation>
+ <file>
+ <exists>${wtk.home}/wtklib/kenv.zip</exists>
+ </file>
+ </activation>
+ <modules>
+ <module>../wtk</module>
+ </modules>
+ </profile>
+ </profiles>
+</project>
diff --git a/common/m2/repository/net/sf/proguard/proguard-parent/6.0.1/proguard-parent-6.0.1.pom.md5 b/common/m2/repository/net/sf/proguard/proguard-parent/6.0.1/proguard-parent-6.0.1.pom.md5
new file mode 100644
index 0000000..0fe9940
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-parent/6.0.1/proguard-parent-6.0.1.pom.md5
@@ -0,0 +1 @@
+fd0e42b002dfbd4f34a5516ed3623715
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-parent/6.0.1/proguard-parent-6.0.1.pom.sha1 b/common/m2/repository/net/sf/proguard/proguard-parent/6.0.1/proguard-parent-6.0.1.pom.sha1
new file mode 100644
index 0000000..7441cbf
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-parent/6.0.1/proguard-parent-6.0.1.pom.sha1
@@ -0,0 +1 @@
+88f85ca66097cfcce85a0f42d63c7f15bd7d6679
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-parent/6.0.3/proguard-parent-6.0.3.pom b/common/m2/repository/net/sf/proguard/proguard-parent/6.0.3/proguard-parent-6.0.3.pom
new file mode 100644
index 0000000..082e371
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-parent/6.0.3/proguard-parent-6.0.3.pom
@@ -0,0 +1,162 @@
+<?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>net.sf.proguard</groupId>
+ <artifactId>proguard-parent</artifactId>
+ <version>6.0.3</version>
+ <packaging>pom</packaging>
+ <name>[${project.groupId}] ${project.artifactId}</name>
+ <description>ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier.</description>
+ <url>http://proguard.sourceforge.net/</url>
+
+ <prerequisites>
+ <maven>3</maven>
+ </prerequisites>
+
+ <developers>
+ <developer>
+ <id>lafortune</id>
+ <name>Eric Lafortune</name>
+ <url>http://www.lafortune.eu/</url>
+ <organization>GuardSquare</organization>
+ <organizationUrl>http://www.guardsquare.com/</organizationUrl>
+ <roles>
+ <role>Project Administrator</role>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ </developers>
+
+ <licenses>
+ <license>
+ <name>GNU General Public License, Version 2</name>
+ <url>http://www.gnu.org/licenses/gpl-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <issueManagement>
+ <system>SourceForge.net Tracker</system>
+ <url>http://sourceforge.net/p/proguard/bugs/</url>
+ </issueManagement>
+
+ <scm>
+ <url>http://hg.code.sf.net/p/proguard/code</url>
+ <connection>scm:hg:http://hg.code.sf.net/p/proguard/code</connection>
+ </scm>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>3.0.2</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.5.1</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.9.1</version>
+ <configuration>
+ <links>
+ <link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
+ </links>
+ <quiet>true</quiet>
+ </configuration>
+ <executions>
+ <execution>
+ <id>attach-javadoc</id>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ <configuration>
+ <additionalparam>-Xdoclint:none</additionalparam>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>3.0.1</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>1.6</version>
+ <executions>
+ <execution>
+ <id>sign-artifacts</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <distributionManagement>
+ <repository>
+ <id>sonatype-nexus-staging</id>
+ <name>Nexus Release Repository</name>
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
+ </repository>
+ </distributionManagement>
+
+ <modules>
+ <module>../core</module>
+ <module>../retrace</module>
+ <module>../gui</module>
+ <module>../gradle</module>
+ <module>../ant</module>
+ <module>../annotations</module>
+ </modules>
+
+ <profiles>
+ <profile>
+ <id>__wtk_plugin_build__</id>
+ <activation>
+ <file>
+ <exists>${wtk.home}/wtklib/kenv.zip</exists>
+ </file>
+ </activation>
+ <modules>
+ <module>../wtk</module>
+ </modules>
+ </profile>
+ </profiles>
+</project>
diff --git a/common/m2/repository/net/sf/proguard/proguard-parent/6.0.3/proguard-parent-6.0.3.pom.md5 b/common/m2/repository/net/sf/proguard/proguard-parent/6.0.3/proguard-parent-6.0.3.pom.md5
new file mode 100644
index 0000000..d4e0707
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-parent/6.0.3/proguard-parent-6.0.3.pom.md5
@@ -0,0 +1 @@
+a72024069c1ccd1f22fe8f8afa9bc6e3
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-parent/6.0.3/proguard-parent-6.0.3.pom.sha1 b/common/m2/repository/net/sf/proguard/proguard-parent/6.0.3/proguard-parent-6.0.3.pom.sha1
new file mode 100644
index 0000000..f2ffb02
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-parent/6.0.3/proguard-parent-6.0.3.pom.sha1
@@ -0,0 +1 @@
+f76c32555b227be8f5d8c753ccc7f49c5196345e
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-parent/6.0/proguard-parent-6.0.pom b/common/m2/repository/net/sf/proguard/proguard-parent/6.0/proguard-parent-6.0.pom
new file mode 100644
index 0000000..6d1bf2a
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-parent/6.0/proguard-parent-6.0.pom
@@ -0,0 +1,162 @@
+<?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>net.sf.proguard</groupId>
+ <artifactId>proguard-parent</artifactId>
+ <version>6.0</version>
+ <packaging>pom</packaging>
+ <name>[${project.groupId}] ${project.artifactId}</name>
+ <description>ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier.</description>
+ <url>http://proguard.sourceforge.net/</url>
+
+ <prerequisites>
+ <maven>3</maven>
+ </prerequisites>
+
+ <developers>
+ <developer>
+ <id>lafortune</id>
+ <name>Eric Lafortune</name>
+ <url>http://www.lafortune.eu/</url>
+ <organization>GuardSquare</organization>
+ <organizationUrl>http://www.guardsquare.com/</organizationUrl>
+ <roles>
+ <role>Project Administrator</role>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ </developers>
+
+ <licenses>
+ <license>
+ <name>GNU General Public License, Version 2</name>
+ <url>http://www.gnu.org/licenses/gpl-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <issueManagement>
+ <system>SourceForge.net Tracker</system>
+ <url>http://sourceforge.net/p/proguard/bugs/</url>
+ </issueManagement>
+
+ <scm>
+ <url>http://hg.code.sf.net/p/proguard/code</url>
+ <connection>scm:hg:http://hg.code.sf.net/p/proguard/code</connection>
+ </scm>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>3.0.2</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.5.1</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.9.1</version>
+ <configuration>
+ <links>
+ <link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
+ </links>
+ <quiet>true</quiet>
+ </configuration>
+ <executions>
+ <execution>
+ <id>attach-javadoc</id>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ <configuration>
+ <additionalparam>-Xdoclint:none</additionalparam>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>3.0.1</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>1.6</version>
+ <executions>
+ <execution>
+ <id>sign-artifacts</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <distributionManagement>
+ <repository>
+ <id>sonatype-nexus-staging</id>
+ <name>Nexus Release Repository</name>
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
+ </repository>
+ </distributionManagement>
+
+ <modules>
+ <module>../core</module>
+ <module>../retrace</module>
+ <module>../gui</module>
+ <module>../gradle</module>
+ <module>../ant</module>
+ <module>../annotations</module>
+ </modules>
+
+ <profiles>
+ <profile>
+ <id>__wtk_plugin_build__</id>
+ <activation>
+ <file>
+ <exists>${wtk.home}/wtklib/kenv.zip</exists>
+ </file>
+ </activation>
+ <modules>
+ <module>../wtk</module>
+ </modules>
+ </profile>
+ </profiles>
+</project>
diff --git a/common/m2/repository/net/sf/proguard/proguard-parent/6.0/proguard-parent-6.0.pom.md5 b/common/m2/repository/net/sf/proguard/proguard-parent/6.0/proguard-parent-6.0.pom.md5
new file mode 100644
index 0000000..8282e0d
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-parent/6.0/proguard-parent-6.0.pom.md5
@@ -0,0 +1 @@
+ce3f603d05b9dfc4b88e0a866f8e0d22
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-parent/6.0/proguard-parent-6.0.pom.sha1 b/common/m2/repository/net/sf/proguard/proguard-parent/6.0/proguard-parent-6.0.pom.sha1
new file mode 100644
index 0000000..a26a4c2
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-parent/6.0/proguard-parent-6.0.pom.sha1
@@ -0,0 +1 @@
+c5316703b52c98e9448fb0299b55569cbeb7a45c
\ No newline at end of file
diff --git a/common/m2/repository/net/sf/proguard/proguard-parent/maven-metadata.xml b/common/m2/repository/net/sf/proguard/proguard-parent/maven-metadata.xml
new file mode 100644
index 0000000..1d1626f
--- /dev/null
+++ b/common/m2/repository/net/sf/proguard/proguard-parent/maven-metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>net.sf.proguard</groupId>
+ <artifactId>proguard-parent</artifactId>
+ <versioning>
+ <release>6.0.1</release>
+ <versions>
+ <version>5.3.3</version>
+ <version>6.0.1</version>
+ </versions>
+ <lastUpdated>20180503103330</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/antlr/antlr4-master/4.5.3/antlr4-master-4.5.3.pom.md5 b/common/m2/repository/org/antlr/antlr4-master/4.5.3/antlr4-master-4.5.3.pom.md5
new file mode 100644
index 0000000..79ad8ef
--- /dev/null
+++ b/common/m2/repository/org/antlr/antlr4-master/4.5.3/antlr4-master-4.5.3.pom.md5
@@ -0,0 +1 @@
+1d8ba6be1d661bb6009039ad5bf5cf48
\ No newline at end of file
diff --git a/common/m2/repository/org/antlr/antlr4-master/maven-metadata.xml b/common/m2/repository/org/antlr/antlr4-master/maven-metadata.xml
new file mode 100644
index 0000000..dd99d1b
--- /dev/null
+++ b/common/m2/repository/org/antlr/antlr4-master/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.antlr</groupId>
+ <artifactId>antlr4-master</artifactId>
+ <versioning>
+ <release>4.5.3</release>
+ <versions>
+ <version>4.5.3</version>
+ </versions>
+ <lastUpdated>20180418195020</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/antlr/antlr4/4.5.3/antlr4-4.5.3.jar.md5 b/common/m2/repository/org/antlr/antlr4/4.5.3/antlr4-4.5.3.jar.md5
new file mode 100644
index 0000000..a69bf6a
--- /dev/null
+++ b/common/m2/repository/org/antlr/antlr4/4.5.3/antlr4-4.5.3.jar.md5
@@ -0,0 +1 @@
+f32f7ae157378d1a9785ce26e62ed770
\ No newline at end of file
diff --git a/common/m2/repository/org/antlr/antlr4/4.5.3/antlr4-4.5.3.pom.md5 b/common/m2/repository/org/antlr/antlr4/4.5.3/antlr4-4.5.3.pom.md5
new file mode 100644
index 0000000..4f42093
--- /dev/null
+++ b/common/m2/repository/org/antlr/antlr4/4.5.3/antlr4-4.5.3.pom.md5
@@ -0,0 +1 @@
+7b8731ac5495617fea6673a4ec2c11fb
\ No newline at end of file
diff --git a/common/m2/repository/org/antlr/antlr4/maven-metadata.xml b/common/m2/repository/org/antlr/antlr4/maven-metadata.xml
new file mode 100644
index 0000000..82e18c6
--- /dev/null
+++ b/common/m2/repository/org/antlr/antlr4/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.antlr</groupId>
+ <artifactId>antlr4</artifactId>
+ <versioning>
+ <release>4.5.3</release>
+ <versions>
+ <version>4.5.3</version>
+ </versions>
+ <lastUpdated>20180418195042</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/apache/apache/9/apache-9.pom.md5 b/common/m2/repository/org/apache/apache/9/apache-9.pom.md5
new file mode 100644
index 0000000..e4c329b
--- /dev/null
+++ b/common/m2/repository/org/apache/apache/9/apache-9.pom.md5
@@ -0,0 +1 @@
+691d27ba6d2aa16ba4653431c577e52b
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/apache/maven-metadata.xml b/common/m2/repository/org/apache/apache/maven-metadata.xml
new file mode 100644
index 0000000..647c65d
--- /dev/null
+++ b/common/m2/repository/org/apache/apache/maven-metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <versioning>
+ <release>13</release>
+ <versions>
+ <version>16</version>
+ <version>4</version>
+ <version>9</version>
+ <version>13</version>
+ </versions>
+ <lastUpdated>20180503103331</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/apache/commons/commons-compress/1.12/commons-compress-1.12-sources.jar b/common/m2/repository/org/apache/commons/commons-compress/1.12/commons-compress-1.12-sources.jar
new file mode 100644
index 0000000..74c0522
--- /dev/null
+++ b/common/m2/repository/org/apache/commons/commons-compress/1.12/commons-compress-1.12-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/apache/commons/commons-compress/1.12/commons-compress-1.12-sources.jar.md5 b/common/m2/repository/org/apache/commons/commons-compress/1.12/commons-compress-1.12-sources.jar.md5
new file mode 100644
index 0000000..edfb619
--- /dev/null
+++ b/common/m2/repository/org/apache/commons/commons-compress/1.12/commons-compress-1.12-sources.jar.md5
@@ -0,0 +1 @@
+68f7b8d2a36efe1b9cab55f33c5ec024
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/commons/commons-compress/1.12/commons-compress-1.12-sources.jar.sha1 b/common/m2/repository/org/apache/commons/commons-compress/1.12/commons-compress-1.12-sources.jar.sha1
new file mode 100644
index 0000000..e3f2ca9
--- /dev/null
+++ b/common/m2/repository/org/apache/commons/commons-compress/1.12/commons-compress-1.12-sources.jar.sha1
@@ -0,0 +1 @@
+1fdd1a2fed15cdf08780ed564279c0ddbff46419
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/commons/commons-compress/1.12/commons-compress-1.12.jar.md5 b/common/m2/repository/org/apache/commons/commons-compress/1.12/commons-compress-1.12.jar.md5
new file mode 100644
index 0000000..33b089a
--- /dev/null
+++ b/common/m2/repository/org/apache/commons/commons-compress/1.12/commons-compress-1.12.jar.md5
@@ -0,0 +1 @@
+b394a44c74c1e904c1ab6df0893ebb7e
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/commons/commons-compress/1.12/commons-compress-1.12.jar.sha1 b/common/m2/repository/org/apache/commons/commons-compress/1.12/commons-compress-1.12.jar.sha1
new file mode 100644
index 0000000..98e7975
--- /dev/null
+++ b/common/m2/repository/org/apache/commons/commons-compress/1.12/commons-compress-1.12.jar.sha1
@@ -0,0 +1 @@
+84caa68576e345eb5e7ae61a0e5a9229eb100d7b
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/commons/commons-compress/1.12/commons-compress-1.12.pom.md5 b/common/m2/repository/org/apache/commons/commons-compress/1.12/commons-compress-1.12.pom.md5
new file mode 100644
index 0000000..623f9d1
--- /dev/null
+++ b/common/m2/repository/org/apache/commons/commons-compress/1.12/commons-compress-1.12.pom.md5
@@ -0,0 +1 @@
+7e1b4425f98dbe81144887b8dd3683d4
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/commons/commons-compress/1.12/commons-compress-1.12.pom.sha1 b/common/m2/repository/org/apache/commons/commons-compress/1.12/commons-compress-1.12.pom.sha1
new file mode 100644
index 0000000..fa39fd1
--- /dev/null
+++ b/common/m2/repository/org/apache/commons/commons-compress/1.12/commons-compress-1.12.pom.sha1
@@ -0,0 +1 @@
+d4ba952b054eef846e7255cc3ac6d4ca76ead72c
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/commons/commons-compress/maven-metadata.xml b/common/m2/repository/org/apache/commons/commons-compress/maven-metadata.xml
new file mode 100644
index 0000000..2fd45af
--- /dev/null
+++ b/common/m2/repository/org/apache/commons/commons-compress/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-compress</artifactId>
+ <versioning>
+ <release>1.12</release>
+ <versions>
+ <version>1.12</version>
+ </versions>
+ <lastUpdated>20180418195247</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/apache/commons/commons-parent/25/commons-parent-25.pom.md5 b/common/m2/repository/org/apache/commons/commons-parent/25/commons-parent-25.pom.md5
new file mode 100644
index 0000000..0734805
--- /dev/null
+++ b/common/m2/repository/org/apache/commons/commons-parent/25/commons-parent-25.pom.md5
@@ -0,0 +1 @@
+42c9a49c816408bd84ca7fb3176b8dcb
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/commons/commons-parent/maven-metadata.xml b/common/m2/repository/org/apache/commons/commons-parent/maven-metadata.xml
new file mode 100644
index 0000000..b450b2b
--- /dev/null
+++ b/common/m2/repository/org/apache/commons/commons-parent/maven-metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-parent</artifactId>
+ <versioning>
+ <release>39</release>
+ <versions>
+ <version>5</version>
+ <version>22</version>
+ <version>25</version>
+ <version>32</version>
+ <version>34</version>
+ <version>39</version>
+ </versions>
+ <lastUpdated>20180503103330</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6-sources.jar b/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6-sources.jar
new file mode 100644
index 0000000..84c7538
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6-sources.jar.md5 b/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6-sources.jar.md5
new file mode 100644
index 0000000..b304cce
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6-sources.jar.md5
@@ -0,0 +1 @@
+13f99fd7abd13ea52b9a7ffe1d3476f4
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6-sources.jar.sha1 b/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6-sources.jar.sha1
new file mode 100644
index 0000000..ae05b51
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6-sources.jar.sha1
@@ -0,0 +1 @@
+b4e00fa279b1d45af3cb6daebcc1fee3f5402392
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.jar.md5 b/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.jar.md5
new file mode 100644
index 0000000..96d5bc7
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.jar.md5
@@ -0,0 +1 @@
+7bae53a30550dd3eb62db72ab08fcd94
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.pom.md5 b/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.pom.md5
new file mode 100644
index 0000000..36782f1
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.pom.md5
@@ -0,0 +1 @@
+340a45d5106c1f8a99a4c36d130004d6
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar b/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar
new file mode 100644
index 0000000..48009e5
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar.md5 b/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar.md5
new file mode 100644
index 0000000..b21d316
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar.md5
@@ -0,0 +1 @@
+c81e8cfda21524d8c764a38afc7d5b23
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar.sha1 b/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar.sha1
new file mode 100644
index 0000000..b796c70
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar.sha1
@@ -0,0 +1 @@
+b9f9e3e5255b6ddc3bf21be05428c7a60d00e042
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar.md5 b/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar.md5
new file mode 100644
index 0000000..f6fc548
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar.md5
@@ -0,0 +1 @@
+e0a45df625cb96b69505e59bb25a0189
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom.md5 b/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom.md5
new file mode 100644
index 0000000..531ddfa
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom.md5
@@ -0,0 +1 @@
+71fd2a5a505554f3646f973a80c10b63
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpclient/maven-metadata.xml b/common/m2/repository/org/apache/httpcomponents/httpclient/maven-metadata.xml
new file mode 100644
index 0000000..15318de
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpclient/maven-metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <versioning>
+ <release>4.5.2</release>
+ <versions>
+ <version>4.5.2</version>
+ <version>4.2.6</version>
+ </versions>
+ <lastUpdated>20180503103357</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.2.6/httpcomponents-client-4.2.6.pom.md5 b/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.2.6/httpcomponents-client-4.2.6.pom.md5
new file mode 100644
index 0000000..8ee7578
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.2.6/httpcomponents-client-4.2.6.pom.md5
@@ -0,0 +1 @@
+e27e74c625a64265e9d528bf18717927
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom.md5 b/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom.md5
new file mode 100644
index 0000000..be7dab2
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom.md5
@@ -0,0 +1 @@
+9e1da904fe1f035dd10b5cc5d4b9721c
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/maven-metadata.xml b/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/maven-metadata.xml
new file mode 100644
index 0000000..12da94e
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/maven-metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcomponents-client</artifactId>
+ <versioning>
+ <release>4.5.2</release>
+ <versions>
+ <version>4.1</version>
+ <version>4.2.6</version>
+ <version>4.5.2</version>
+ </versions>
+ <lastUpdated>20180503103330</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.2.5/httpcomponents-core-4.2.5.pom.md5 b/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.2.5/httpcomponents-core-4.2.5.pom.md5
new file mode 100644
index 0000000..6b3bc36
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.2.5/httpcomponents-core-4.2.5.pom.md5
@@ -0,0 +1 @@
+665234d4ce80116be66b0a75ce1aab63
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.5/httpcomponents-core-4.4.5.pom b/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.5/httpcomponents-core-4.4.5.pom
new file mode 100644
index 0000000..b23fc01
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.5/httpcomponents-core-4.4.5.pom
@@ -0,0 +1,360 @@
+<?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.5</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.5</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.4.5</developerConnection>
+ <url>https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.4.5</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>
+ <excludes>
+ <exclude>org/apache/http/annotation/**</exclude>
+ </excludes>
+ </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.5/httpcomponents-core-4.4.5.pom.md5 b/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.5/httpcomponents-core-4.4.5.pom.md5
new file mode 100644
index 0000000..261096a
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.5/httpcomponents-core-4.4.5.pom.md5
@@ -0,0 +1 @@
+faa0bc0e580d56f7da21272eb4974d4e
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.5/httpcomponents-core-4.4.5.pom.sha1 b/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.5/httpcomponents-core-4.4.5.pom.sha1
new file mode 100644
index 0000000..7152152
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.5/httpcomponents-core-4.4.5.pom.sha1
@@ -0,0 +1 @@
+020c728c32a780a0a41ce5ba6e61891aadf25cf1
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/maven-metadata.xml b/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/maven-metadata.xml
new file mode 100644
index 0000000..eabcb1e
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/maven-metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcomponents-core</artifactId>
+ <versioning>
+ <release>4.4.5</release>
+ <versions>
+ <version>4.4.5</version>
+ <version>4.2.5</version>
+ </versions>
+ <lastUpdated>20180503103331</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5-sources.jar b/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5-sources.jar
new file mode 100644
index 0000000..18ab24c
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5-sources.jar.md5 b/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5-sources.jar.md5
new file mode 100644
index 0000000..ebc6fb3
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5-sources.jar.md5
@@ -0,0 +1 @@
+2d04c624cce13e5fd1c1f6658fa7e267
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5-sources.jar.sha1 b/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5-sources.jar.sha1
new file mode 100644
index 0000000..c548037
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5-sources.jar.sha1
@@ -0,0 +1 @@
+4fd9ac94cd3c26551bc7aecd62fce8e49f076635
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.jar.md5 b/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.jar.md5
new file mode 100644
index 0000000..e6960a4
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.jar.md5
@@ -0,0 +1 @@
+7e23d35d533b24c1f385724e8b5ba623
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.pom.md5 b/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.pom.md5
new file mode 100644
index 0000000..0eeb662
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.pom.md5
@@ -0,0 +1 @@
+6dc33ff6ad39957a85f839272178d905
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5-sources.jar b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5-sources.jar
new file mode 100644
index 0000000..ee46112
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5-sources.jar.md5 b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5-sources.jar.md5
new file mode 100644
index 0000000..e5eee00
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5-sources.jar.md5
@@ -0,0 +1 @@
+7aff2765fd5f46b58facf1989af2522c
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5-sources.jar.sha1 b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5-sources.jar.sha1
new file mode 100644
index 0000000..ce73145
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5-sources.jar.sha1
@@ -0,0 +1 @@
+542498265bc5a238dcb0275172b8070bd51e30af
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.jar b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.jar
new file mode 100644
index 0000000..6bbf0ac
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.jar
Binary files differ
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.jar.md5 b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.jar.md5
new file mode 100644
index 0000000..b82552a
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.jar.md5
@@ -0,0 +1 @@
+77e3c6477ecd4112078869b023d93ae5
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.jar.sha1 b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.jar.sha1
new file mode 100644
index 0000000..5817266
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.jar.sha1
@@ -0,0 +1 @@
+e7501a1b34325abb00d17dde96150604a0658b54
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.pom b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.pom
new file mode 100644
index 0000000..5001652
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.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.5</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.5/httpcore-4.4.5.pom.md5 b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.pom.md5
new file mode 100644
index 0000000..6443577
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.pom.md5
@@ -0,0 +1 @@
+a1f05b19171f350e98fdef14bebd5373
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.pom.sha1 b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.pom.sha1
new file mode 100644
index 0000000..0b5825c
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.pom.sha1
@@ -0,0 +1 @@
+06137e1c916f6467c943847418f39b1685aadf4e
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpcore/maven-metadata.xml b/common/m2/repository/org/apache/httpcomponents/httpcore/maven-metadata.xml
new file mode 100644
index 0000000..82ce053
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpcore/maven-metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcore</artifactId>
+ <versioning>
+ <release>4.4.5</release>
+ <versions>
+ <version>4.2.5</version>
+ <version>4.4.5</version>
+ </versions>
+ <lastUpdated>20180503103357</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2-sources.jar b/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2-sources.jar
new file mode 100644
index 0000000..c50e04e
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2-sources.jar.md5 b/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2-sources.jar.md5
new file mode 100644
index 0000000..30abb2b
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2-sources.jar.md5
@@ -0,0 +1 @@
+f765a26e394691370ab7819e7f29439e
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2-sources.jar.sha1 b/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2-sources.jar.sha1
new file mode 100644
index 0000000..13bfbd3
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2-sources.jar.sha1
@@ -0,0 +1 @@
+ca23fd61a082eab682fc0ffd29e37d09eab07180
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar b/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar
new file mode 100644
index 0000000..474670a
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar
Binary files differ
diff --git a/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar.md5 b/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar.md5
new file mode 100644
index 0000000..6106843
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar.md5
@@ -0,0 +1 @@
+336fa980f7527be719fa997f5df8046f
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar.sha1 b/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar.sha1
new file mode 100644
index 0000000..1f3f933
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar.sha1
@@ -0,0 +1 @@
+22b4c53dd9b6761024258de8f9240c3dce6ea368
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom b/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom
new file mode 100644
index 0000000..a91a440
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom
@@ -0,0 +1,147 @@
+<?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>httpmime</artifactId>
+ <name>Apache HttpClient Mime</name>
+ <description>
+ Apache HttpComponents HttpClient - MIME coded entities
+ </description>
+ <url>http://hc.apache.org/httpcomponents-client</url>
+ <packaging>jar</packaging>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <!-- Not currently used
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</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>
+ </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>
+
+</project>
diff --git a/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom.md5 b/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom.md5
new file mode 100644
index 0000000..93f9c4d
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom.md5
@@ -0,0 +1 @@
+119487e279c884246018ede5e6277ab7
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom.sha1 b/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom.sha1
new file mode 100644
index 0000000..ad9e1af
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom.sha1
@@ -0,0 +1 @@
+9bfedb5d7d9aab32d9ed2377ed8bde2e49ef9e51
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/httpcomponents/httpmime/maven-metadata.xml b/common/m2/repository/org/apache/httpcomponents/httpmime/maven-metadata.xml
new file mode 100644
index 0000000..67be0ae
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/httpmime/maven-metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpmime</artifactId>
+ <versioning>
+ <release>4.5.2</release>
+ <versions>
+ <version>4.5.2</version>
+ <version>4.1</version>
+ </versions>
+ <lastUpdated>20180503103357</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/apache/httpcomponents/project/maven-metadata.xml b/common/m2/repository/org/apache/httpcomponents/project/maven-metadata.xml
new file mode 100644
index 0000000..34d01f1
--- /dev/null
+++ b/common/m2/repository/org/apache/httpcomponents/project/maven-metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>project</artifactId>
+ <versioning>
+ <release>7</release>
+ <versions>
+ <version>4.1.1</version>
+ <version>7</version>
+ </versions>
+ <lastUpdated>20180503103331</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/maven-metadata.xml b/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/maven-metadata.xml
new file mode 100644
index 0000000..5493409
--- /dev/null
+++ b/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ <versioning>
+ <release>1.56</release>
+ <versions>
+ <version>1.56</version>
+ </versions>
+ <lastUpdated>20180418195246</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/bouncycastle/bcprov-jdk15on/maven-metadata.xml b/common/m2/repository/org/bouncycastle/bcprov-jdk15on/maven-metadata.xml
new file mode 100644
index 0000000..19e1cbe
--- /dev/null
+++ b/common/m2/repository/org/bouncycastle/bcprov-jdk15on/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk15on</artifactId>
+ <versioning>
+ <release>1.56</release>
+ <versions>
+ <version>1.56</version>
+ </versions>
+ <lastUpdated>20180418195246</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0-sources.jar b/common/m2/repository/org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0-sources.jar
new file mode 100644
index 0000000..f543b3b
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0-sources.jar.md5 b/common/m2/repository/org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0-sources.jar.md5
new file mode 100644
index 0000000..77a0555
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0-sources.jar.md5
@@ -0,0 +1 @@
+d0f36e48d9e1818dd0f096408099342d
\ No newline at end of file
diff --git a/common/m2/repository/org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0-sources.jar.sha1 b/common/m2/repository/org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0-sources.jar.sha1
new file mode 100644
index 0000000..f8430bd
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0-sources.jar.sha1
@@ -0,0 +1 @@
+eb7f7d588d0aef07a2c89178053c2a9e4613947f
\ No newline at end of file
diff --git a/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0-sources.jar b/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0-sources.jar
new file mode 100644
index 0000000..bc37051
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0-sources.jar.md5 b/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0-sources.jar.md5
new file mode 100644
index 0000000..f6b563d
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0-sources.jar.md5
@@ -0,0 +1 @@
+5adba3b4067c949a4d9d3b30abc809a3
\ No newline at end of file
diff --git a/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0-sources.jar.sha1 b/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0-sources.jar.sha1
new file mode 100644
index 0000000..ce8caaa
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0-sources.jar.sha1
@@ -0,0 +1 @@
+b6e81a917a7b7e87da9eadc668b77c34ff6940e4
\ No newline at end of file
diff --git a/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0.jar b/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0.jar
new file mode 100644
index 0000000..900d42f
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0.jar
Binary files differ
diff --git a/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0.jar.md5 b/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0.jar.md5
new file mode 100644
index 0000000..4da5a19
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0.jar.md5
@@ -0,0 +1 @@
+4cda5bbb28d16f56fb41f0cc443410a3
\ No newline at end of file
diff --git a/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0.jar.sha1 b/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0.jar.sha1
new file mode 100644
index 0000000..2b11613
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0.jar.sha1
@@ -0,0 +1 @@
+f03b9f07c2b002f35f81338e6cde3fc191b91951
\ No newline at end of file
diff --git a/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0.pom b/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0.pom
new file mode 100644
index 0000000..450dc98
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0.pom
@@ -0,0 +1,65 @@
+<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>
+ <packaging>jar</packaging>
+
+ <name>Checker Qual</name>
+ <url>https://checkerframework.org</url>
+ <description>
+ Checker Qual is the set of annotations (qualifiers) and supporting classes
+ used by the Checker Framework to type check Java source code. Please
+ see artifact:
+ org.checkerframework:checker
+ </description>
+
+ <groupId>org.checkerframework</groupId>
+ <artifactId>checker-qual</artifactId>
+
+ <licenses>
+ <license>
+ <name>The MIT License</name>
+ <url>http://opensource.org/licenses/MIT</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <!-- The comments in the version number are used to do a text substitution. Don't remove them.
+ See checker-framework/bin/poms/updateVersion.sh -->
+ <version><!-- checker-framework-version -->2.5.0<!-- /checker-framework-version --></version>
+
+ <scm>
+ <url>https://github.com/typetools/checker-framework.git</url>
+ <connection>https://github.com/typetools/checker-framework.git</connection>
+ </scm>
+
+ <developers>
+
+ <developer>
+ <id>Michael Ernst <mernst@cs.washington.edu></id>
+ <name>Michael Ernst</name>
+ <email>mernst@cs.washington.edu</email>
+ <url>http://homes.cs.washington.edu/~mernst/</url>
+ <organization>University of Washington</organization>
+ <organizationUrl>https://www.cs.washington.edu/</organizationUrl>
+ </developer>
+
+ <developer>
+ <id>wmdietl</id>
+ <name>Werner M. Dietl</name>
+ <email>wdietl@uwaterloo.ca</email>
+ <organization>University of Waterloo</organization>
+ <organizationUrl>http://uwaterloo.ca/</organizationUrl>
+ </developer>
+
+ <developer>
+ <id>Suzanne Millstein <smillst@cs.washington.edu></id>
+ <name>Suzanne Millstein</name>
+ <email>smillst@cs.washington.edu</email>
+ <organization>University of Washington PLSE Group</organization>
+ <organizationUrl>https://www.cs.washington.edu/research/plse/</organizationUrl>
+ </developer>
+
+ </developers>
+
+</project>
diff --git a/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0.pom.md5 b/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0.pom.md5
new file mode 100644
index 0000000..1c6c71f
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0.pom.md5
@@ -0,0 +1 @@
+6f9b39664dd65ea5e7a6a932e162f180
\ No newline at end of file
diff --git a/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0.pom.sha1 b/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0.pom.sha1
new file mode 100644
index 0000000..f3c37c1
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/checker-qual/2.5.0/checker-qual-2.5.0.pom.sha1
@@ -0,0 +1 @@
+30d7f86b70c7bcce55779c82253bd887f66a2831
\ No newline at end of file
diff --git a/common/m2/repository/org/checkerframework/checker-qual/maven-metadata.xml b/common/m2/repository/org/checkerframework/checker-qual/maven-metadata.xml
new file mode 100644
index 0000000..6e4a511
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/checker-qual/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.checkerframework</groupId>
+ <artifactId>checker-qual</artifactId>
+ <versioning>
+ <release>2.0.0</release>
+ <versions>
+ <version>2.0.0</version>
+ </versions>
+ <lastUpdated>20180616054553</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0-sources.jar b/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0-sources.jar
new file mode 100644
index 0000000..607e9ca
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0-sources.jar.md5 b/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0-sources.jar.md5
new file mode 100644
index 0000000..7573de2
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0-sources.jar.md5
@@ -0,0 +1 @@
+ab18096922a46d7a856548c457f9311e
\ No newline at end of file
diff --git a/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0-sources.jar.sha1 b/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0-sources.jar.sha1
new file mode 100644
index 0000000..44e93c3
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0-sources.jar.sha1
@@ -0,0 +1 @@
+dab47c159abb1e011ccf0359b7bee3372ea0b3ea
\ No newline at end of file
diff --git a/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0.jar b/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0.jar
new file mode 100644
index 0000000..de96d09
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0.jar
Binary files differ
diff --git a/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0.jar.md5 b/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0.jar.md5
new file mode 100644
index 0000000..566e5ca
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0.jar.md5
@@ -0,0 +1 @@
+ca540cd9d6bbf990e030ee089156d7ba
\ No newline at end of file
diff --git a/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0.jar.sha1 b/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0.jar.sha1
new file mode 100644
index 0000000..d38b3ef
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0.jar.sha1
@@ -0,0 +1 @@
+62f6ed95ff9f7a88ae36c86d15230fa1b5e35196
\ No newline at end of file
diff --git a/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0.pom b/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0.pom
new file mode 100644
index 0000000..62b612c
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0.pom
@@ -0,0 +1,83 @@
+<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>
+ <packaging>jar</packaging>
+
+ <name>Dataflow</name>
+ <url>https://checkerframework.org</url>
+ <description>
+ Dataflow is a dataflow framework based on the javac compiler.
+ </description>
+
+ <groupId>org.checkerframework</groupId>
+ <artifactId>dataflow</artifactId>
+
+ <licenses>
+ <license>
+ <name>GNU General Public License, version 2 (GPL2), with the classpath exception</name>
+ <url>http://www.gnu.org/software/classpath/license.html</url>
+ <distribution>repo</distribution>
+ </license>
+
+ <license>
+ <name>The MIT License</name>
+ <url>http://opensource.org/licenses/MIT</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.checkerframework</groupId>
+ <artifactId>checker-qual</artifactId>
+ <version><!-- checker-framework-version -->2.5.0<!-- /checker-framework-version --></version>
+ <type>jar</type>
+ </dependency>
+ <dependency>
+ <groupId>org.checkerframework</groupId>
+ <artifactId>javacutil</artifactId>
+ <version><!-- checker-framework-version -->2.5.0<!-- /checker-framework-version --></version>
+ <type>jar</type>
+ </dependency>
+ </dependencies>
+
+ <!-- The comments in the version number are used to do a text substitution. Don't remove them.
+ See checker-framework/bin/poms/updateVersion.sh -->
+ <version><!-- checker-framework-version -->2.5.0<!-- /checker-framework-version --></version>
+
+ <scm>
+ <url>https://github.com/typetools/checker-framework.git</url>
+ <connection>https://github.com/typetools/checker-framework.git</connection>
+ </scm>
+
+ <developers>
+
+ <developer>
+ <id>Michael Ernst <mernst@cs.washington.edu></id>
+ <name>Michael Ernst</name>
+ <email>mernst@cs.washington.edu</email>
+ <url>http://homes.cs.washington.edu/~mernst/</url>
+ <organization>University of Washington</organization>
+ <organizationUrl>https://www.cs.washington.edu/</organizationUrl>
+ </developer>
+
+ <developer>
+ <id>wmdietl</id>
+ <name>Werner M. Dietl</name>
+ <email>wdietl@uwaterloo.ca</email>
+ <organization>University of Waterloo</organization>
+ <organizationUrl>http://uwaterloo.ca/</organizationUrl>
+ </developer>
+
+ <developer>
+ <id>Suzanne Millstein <smillst@cs.washington.edu></id>
+ <name>Suzanne Millstein</name>
+ <email>smillst@cs.washington.edu</email>
+ <organization>University of Washington PLSE Group</organization>
+ <organizationUrl>https://www.cs.washington.edu/research/plse/</organizationUrl>
+ </developer>
+
+ </developers>
+
+</project>
diff --git a/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0.pom.md5 b/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0.pom.md5
new file mode 100644
index 0000000..bbe14f0
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0.pom.md5
@@ -0,0 +1 @@
+136249562d9bf0b92b11849d606a1d4b
\ No newline at end of file
diff --git a/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0.pom.sha1 b/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0.pom.sha1
new file mode 100644
index 0000000..cd747ec
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/dataflow/2.5.0/dataflow-2.5.0.pom.sha1
@@ -0,0 +1 @@
+7afb13a6c19fada8d8c5464fbb3223bca22b56c7
\ No newline at end of file
diff --git a/common/m2/repository/org/checkerframework/dataflow/maven-metadata.xml b/common/m2/repository/org/checkerframework/dataflow/maven-metadata.xml
new file mode 100644
index 0000000..95e0f8d
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/dataflow/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.checkerframework</groupId>
+ <artifactId>dataflow</artifactId>
+ <versioning>
+ <release>2.5.0</release>
+ <versions>
+ <version>2.5.0</version>
+ </versions>
+ <lastUpdated>20180616054553</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0-sources.jar b/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0-sources.jar
new file mode 100644
index 0000000..14dff33
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0-sources.jar.md5 b/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0-sources.jar.md5
new file mode 100644
index 0000000..d7187d6
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0-sources.jar.md5
@@ -0,0 +1 @@
+cec9ae16cb3e7d1a0194da0e89fcb9d3
\ No newline at end of file
diff --git a/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0-sources.jar.sha1 b/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0-sources.jar.sha1
new file mode 100644
index 0000000..ce43a0b
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0-sources.jar.sha1
@@ -0,0 +1 @@
+1f4fe20b323e6084d9c7a164b0f9d5de5c95a7c8
\ No newline at end of file
diff --git a/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0.jar b/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0.jar
new file mode 100644
index 0000000..83f744f
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0.jar
Binary files differ
diff --git a/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0.jar.md5 b/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0.jar.md5
new file mode 100644
index 0000000..9c0f54d
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0.jar.md5
@@ -0,0 +1 @@
+a028c01dcd601feef5cbb57faf380207
\ No newline at end of file
diff --git a/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0.jar.sha1 b/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0.jar.sha1
new file mode 100644
index 0000000..91ed94b
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0.jar.sha1
@@ -0,0 +1 @@
+a0e10b9e7263305c8b207b90a34a8e8fb9ee673a
\ No newline at end of file
diff --git a/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0.pom b/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0.pom
new file mode 100644
index 0000000..b9c584e
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0.pom
@@ -0,0 +1,77 @@
+<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>
+ <packaging>jar</packaging>
+
+ <name>Javacutil</name>
+ <url>https://checkerframework.org</url>
+ <description>
+ Javacutil is a collection of utility classes for the javac compiler.
+ </description>
+
+ <groupId>org.checkerframework</groupId>
+ <artifactId>javacutil</artifactId>
+
+ <licenses>
+ <license>
+ <name>GNU General Public License, version 2 (GPL2), with the classpath exception</name>
+ <url>http://www.gnu.org/software/classpath/license.html</url>
+ <distribution>repo</distribution>
+ </license>
+
+ <license>
+ <name>The MIT License</name>
+ <url>http://opensource.org/licenses/MIT</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.checkerframework</groupId>
+ <artifactId>checker-qual</artifactId>
+ <version><!-- checker-framework-version -->2.5.0<!-- /checker-framework-version --></version>
+ <type>jar</type>
+ </dependency>
+ </dependencies>
+
+ <!-- The comments in the version number are used to do a text substitution. Don't remove them.
+ See checker-framework/bin/poms/updateVersion.sh -->
+ <version><!-- checker-framework-version -->2.5.0<!-- /checker-framework-version --></version>
+
+ <scm>
+ <url>https://github.com/typetools/checker-framework.git</url>
+ <connection>https://github.com/typetools/checker-framework.git</connection>
+ </scm>
+
+ <developers>
+
+ <developer>
+ <id>Michael Ernst <mernst@cs.washington.edu></id>
+ <name>Michael Ernst</name>
+ <email>mernst@cs.washington.edu</email>
+ <url>http://homes.cs.washington.edu/~mernst/</url>
+ <organization>University of Washington</organization>
+ <organizationUrl>https://www.cs.washington.edu/</organizationUrl>
+ </developer>
+
+ <developer>
+ <id>wmdietl</id>
+ <name>Werner M. Dietl</name>
+ <email>wdietl@uwaterloo.ca</email>
+ <organization>University of Waterloo</organization>
+ <organizationUrl>http://uwaterloo.ca/</organizationUrl>
+ </developer>
+
+ <developer>
+ <id>Suzanne Millstein <smillst@cs.washington.edu></id>
+ <name>Suzanne Millstein</name>
+ <email>smillst@cs.washington.edu</email>
+ <organization>University of Washington PLSE Group</organization>
+ <organizationUrl>https://www.cs.washington.edu/research/plse/</organizationUrl>
+ </developer>
+
+ </developers>
+
+</project>
diff --git a/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0.pom.md5 b/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0.pom.md5
new file mode 100644
index 0000000..2b21dcd
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0.pom.md5
@@ -0,0 +1 @@
+956deb3fabbbacbf6dc42e6702a0b3af
\ No newline at end of file
diff --git a/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0.pom.sha1 b/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0.pom.sha1
new file mode 100644
index 0000000..2efa674
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/javacutil/2.5.0/javacutil-2.5.0.pom.sha1
@@ -0,0 +1 @@
+76f893b2c828d49683ffe7396bda84c887fe000d
\ No newline at end of file
diff --git a/common/m2/repository/org/checkerframework/javacutil/maven-metadata.xml b/common/m2/repository/org/checkerframework/javacutil/maven-metadata.xml
new file mode 100644
index 0000000..d2866c0
--- /dev/null
+++ b/common/m2/repository/org/checkerframework/javacutil/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.checkerframework</groupId>
+ <artifactId>javacutil</artifactId>
+ <versioning>
+ <release>2.5.0</release>
+ <versions>
+ <version>2.5.0</version>
+ </versions>
+ <lastUpdated>20180616054553</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/codehaus/codehaus-parent/maven-metadata.xml b/common/m2/repository/org/codehaus/codehaus-parent/maven-metadata.xml
new file mode 100644
index 0000000..13f81b2
--- /dev/null
+++ b/common/m2/repository/org/codehaus/codehaus-parent/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.codehaus</groupId>
+ <artifactId>codehaus-parent</artifactId>
+ <versioning>
+ <release>4</release>
+ <versions>
+ <version>4</version>
+ </versions>
+ <lastUpdated>20180616054532</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12-sources.jar b/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12-sources.jar
new file mode 100644
index 0000000..987ad52
--- /dev/null
+++ b/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12-sources.jar.md5 b/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12-sources.jar.md5
new file mode 100644
index 0000000..7106242
--- /dev/null
+++ b/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12-sources.jar.md5
@@ -0,0 +1 @@
+c190c8fe2de8263e66c2f953507b689b
\ No newline at end of file
diff --git a/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12-sources.jar.sha1 b/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12-sources.jar.sha1
new file mode 100644
index 0000000..97b3d42
--- /dev/null
+++ b/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12-sources.jar.sha1
@@ -0,0 +1 @@
+aa7e9767f42085aa21c97131b515c88b9f215d82
\ No newline at end of file
diff --git a/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.jar b/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.jar
new file mode 100644
index 0000000..b255074
--- /dev/null
+++ b/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.jar
Binary files differ
diff --git a/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.jar.md5 b/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.jar.md5
new file mode 100644
index 0000000..38ba80d
--- /dev/null
+++ b/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.jar.md5
@@ -0,0 +1 @@
+dddb0b3d3619875fa1c538c743ae8f99
\ No newline at end of file
diff --git a/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.jar.sha1 b/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.jar.sha1
new file mode 100644
index 0000000..56c054d
--- /dev/null
+++ b/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.jar.sha1
@@ -0,0 +1 @@
+760afc568cbd94c09d78f801ce51aed1326710af
\ No newline at end of file
diff --git a/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.pom b/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.pom
new file mode 100644
index 0000000..cb6f989
--- /dev/null
+++ b/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.pom
@@ -0,0 +1,766 @@
+<?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.codehaus.groovy</groupId>
+ <artifactId>groovy-all</artifactId>
+ <version>2.4.12</version>
+ <packaging>jar</packaging>
+ <name>Apache Groovy</name>
+ <description>Groovy: A powerful, dynamic language for the JVM</description>
+ <url>http://groovy-lang.org</url>
+ <inceptionYear>2003</inceptionYear>
+ <organization>
+ <name>Apache Software Foundation</name>
+ <url>http://groovy-lang.org</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>
+ <mailingLists>
+ <mailingList>
+ <name>Groovy Developer List</name>
+ <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Groovy User List</name>
+ <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
+ </mailingList>
+ </mailingLists>
+ <developers>
+ <developer>
+ <id>glaforge</id>
+ <name>Guillaume Laforge</name>
+ <organization>org.apache.maven.model.Organization@6ce75979</organization>
+ <roles>
+ <role>Project Manager</role>
+ <role>Despot</role>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>bob</id>
+ <name>bob mcwhirter</name>
+ <email>bob@werken.com</email>
+ <organization>org.apache.maven.model.Organization@10d78b25</organization>
+ <roles>
+ <role>Founder</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>jstrachan</id>
+ <name>James Strachan</name>
+ <email>james@coredevelopers.com</email>
+ <organization>org.apache.maven.model.Organization@2d203597</organization>
+ <roles>
+ <role>Founder</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>joe</id>
+ <name>Joe Walnes</name>
+ <organization>org.apache.maven.model.Organization@79b77ebd</organization>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>skizz</id>
+ <name>Chris Stevenson</name>
+ <organization>org.apache.maven.model.Organization@7a5aaffd</organization>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>jamiemc</id>
+ <name>Jamie McCrindle</name>
+ <organization>org.apache.maven.model.Organization@477cac2a</organization>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>mattf</id>
+ <name>Matt Foemmel</name>
+ <organization>org.apache.maven.model.Organization@6b2ee1b7</organization>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>alextkachman</id>
+ <name>Alex Tkachman</name>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>roshandawrani</id>
+ <name>Roshan Dawrani</name>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>spullara</id>
+ <name>Sam Pullara</name>
+ <email>sam@sampullara.com</email>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>kasper</id>
+ <name>Kasper Nielsen</name>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>travis</id>
+ <name>Travis Kay</name>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>zohar</id>
+ <name>Zohar Melamed</name>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>jwilson</id>
+ <name>John Wilson</name>
+ <email>tug@wilson.co.uk</email>
+ <organization>org.apache.maven.model.Organization@69c88721</organization>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>cpoirier</id>
+ <name>Chris Poirier</name>
+ <email>cpoirier@dreaming.org</email>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>ckl</id>
+ <name>Christiaan ten Klooster</name>
+ <email>ckl@dacelo.nl</email>
+ <organization>org.apache.maven.model.Organization@6364491a</organization>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>goetze</id>
+ <name>Steve Goetze</name>
+ <email>goetze@dovetail.com</email>
+ <organization>org.apache.maven.model.Organization@64397cd8</organization>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>bran</id>
+ <name>Bing Ran</name>
+ <email>b55r@sina.com</email>
+ <organization>org.apache.maven.model.Organization@6a2b72d8</organization>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>jez</id>
+ <name>Jeremy Rayner</name>
+ <email>jeremy.rayner@gmail.com</email>
+ <organization>org.apache.maven.model.Organization@4ab29d62</organization>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>jstump</id>
+ <name>John Stump</name>
+ <email>johnstump2@yahoo.com</email>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>blackdrag</id>
+ <name>Jochen Theodorou</name>
+ <email>blackdrag@gmx.org</email>
+ <roles>
+ <role>Developer</role>
+ <role>Despot</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>russel</id>
+ <name>Russel Winder</name>
+ <email>russel@russel.org.uk</email>
+ <organization>org.apache.maven.model.Organization@4ad693cf</organization>
+ <roles>
+ <role>Developer</role>
+ <role>Founder of Gant</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>phk</id>
+ <name>Pilho Kim</name>
+ <email>phkim@cluecom.co.kr</email>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>cstein</id>
+ <name>Christian Stein</name>
+ <email>sormuras@gmx.de</email>
+ <organization>org.apache.maven.model.Organization@5c57648</organization>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>mittie</id>
+ <name>Dierk Koenig</name>
+ <email>dierk.koenig@canoo.com</email>
+ <organization>org.apache.maven.model.Organization@1cae6112</organization>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>paulk</id>
+ <name>Paul King</name>
+ <email>paulk@asert.com.au</email>
+ <organization>org.apache.maven.model.Organization@1593f397</organization>
+ <roles>
+ <role>Developer</role>
+ <role>Despot</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>galleon</id>
+ <name>Guillaume Alleon</name>
+ <email>guillaume.alleon@gmail.com</email>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>user57</id>
+ <name>Jason Dillon</name>
+ <email>jason@planet57.com</email>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>shemnon</id>
+ <name>Danno Ferrin</name>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>jwill</id>
+ <name>James Williams</name>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>timyates</id>
+ <name>Tim Yates</name>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>aalmiray</id>
+ <name>Andres Almiray</name>
+ <email>aalmiray@users.sourceforge.net</email>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>mguillem</id>
+ <name>Marc Guillemot</name>
+ <email>mguillemot@yahoo.fr</email>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>jimwhite</id>
+ <name>Jim White</name>
+ <email>jim@pagesmiths.com</email>
+ <organization>org.apache.maven.model.Organization@3b83c880</organization>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>pniederw</id>
+ <name>Peter Niederwieser</name>
+ <email>pniederw@gmail.com</email>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>andresteingress</id>
+ <name>Andre Steingress</name>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>hamletdrc</id>
+ <name>Hamlet D'Arcy</name>
+ <email>hamletdrc@gmail.com</email>
+ <roles>
+ <role>Developer Emeritus</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>melix</id>
+ <name>Cedric Champeau</name>
+ <email>cedric.champeau@gmail.com</email>
+ <roles>
+ <role>Developer</role>
+ <role>Despot</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>pascalschumacher</id>
+ <name>Pascal Schumacher</name>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ </developers>
+ <contributors>
+ <contributor>
+ <name>Joern Eyrich</name>
+ </contributor>
+ <contributor>
+ <name>Robert Kuzelj</name>
+ </contributor>
+ <contributor>
+ <name>Rod Cope</name>
+ </contributor>
+ <contributor>
+ <name>Yuri Schimke</name>
+ </contributor>
+ <contributor>
+ <name>James Birchfield</name>
+ </contributor>
+ <contributor>
+ <name>Robert Fuller</name>
+ </contributor>
+ <contributor>
+ <name>Sergey Udovenko</name>
+ </contributor>
+ <contributor>
+ <name>Hallvard Traetteberg</name>
+ </contributor>
+ <contributor>
+ <name>Peter Reilly</name>
+ </contributor>
+ <contributor>
+ <name>Brian McCallister</name>
+ </contributor>
+ <contributor>
+ <name>Richard Monson-Haefel</name>
+ </contributor>
+ <contributor>
+ <name>Brian Larson</name>
+ </contributor>
+ <contributor>
+ <name>Artur Biesiadowski</name>
+ <email>abies@pg.gda.pl</email>
+ </contributor>
+ <contributor>
+ <name>Ivan Z. Ganza</name>
+ </contributor>
+ <contributor>
+ <name>Arjun Nayyar</name>
+ </contributor>
+ <contributor>
+ <name>Mark Chu-Carroll</name>
+ </contributor>
+ <contributor>
+ <name>Mark Turansky</name>
+ </contributor>
+ <contributor>
+ <name>Jean-Louis Berliet</name>
+ </contributor>
+ <contributor>
+ <name>Graham Miller</name>
+ </contributor>
+ <contributor>
+ <name>Marc Palmer</name>
+ </contributor>
+ <contributor>
+ <name>Tugdual Grall</name>
+ </contributor>
+ <contributor>
+ <name>Edwin Tellman</name>
+ </contributor>
+ <contributor>
+ <name>Evan A Slatis</name>
+ </contributor>
+ <contributor>
+ <name>Mike Dillon</name>
+ </contributor>
+ <contributor>
+ <name>Bernhard Huber</name>
+ </contributor>
+ <contributor>
+ <name>Marc DeXeT</name>
+ </contributor>
+ <contributor>
+ <name>Dejan Bosanac</name>
+ <email>dejan@nighttale.net</email>
+ </contributor>
+ <contributor>
+ <name>Denver Dino</name>
+ </contributor>
+ <contributor>
+ <name>Ted Naleid</name>
+ </contributor>
+ <contributor>
+ <name>Chanwit Kaewkasi</name>
+ </contributor>
+ <contributor>
+ <name>Brad Long</name>
+ </contributor>
+ <contributor>
+ <name>John Bito</name>
+ </contributor>
+ <contributor>
+ <name>Jim Jagielski</name>
+ </contributor>
+ <contributor>
+ <name>Rodolfo Velasco</name>
+ </contributor>
+ <contributor>
+ <name>John Hurst</name>
+ </contributor>
+ <contributor>
+ <name>Merlyn Albery-Speyer</name>
+ </contributor>
+ <contributor>
+ <name>jeremi Joslin</name>
+ </contributor>
+ <contributor>
+ <name>UEHARA Junji</name>
+ </contributor>
+ <contributor>
+ <name>NAKANO Yasuharu</name>
+ </contributor>
+ <contributor>
+ <name>Dinko Srkoc</name>
+ </contributor>
+ <contributor>
+ <name>Raffaele Cigni</name>
+ </contributor>
+ <contributor>
+ <name>Alberto Vilches Raton</name>
+ </contributor>
+ <contributor>
+ <name>Paulo Poiati</name>
+ </contributor>
+ <contributor>
+ <name>Alexander Klein</name>
+ </contributor>
+ <contributor>
+ <name>Adam Murdoch</name>
+ </contributor>
+ <contributor>
+ <name>David Durham</name>
+ </contributor>
+ <contributor>
+ <name>Daniel Henrique Alves Lima</name>
+ </contributor>
+ <contributor>
+ <name>John Wagenleitner</name>
+ </contributor>
+ <contributor>
+ <name>Colin Harrington</name>
+ </contributor>
+ <contributor>
+ <name>Brian Alexander</name>
+ </contributor>
+ <contributor>
+ <name>Jan Weitz</name>
+ </contributor>
+ <contributor>
+ <name>Joachim Baumann</name>
+ </contributor>
+ <contributor>
+ <name>David Sutherland</name>
+ </contributor>
+ <contributor>
+ <name>Mattias Reichel</name>
+ </contributor>
+ <contributor>
+ <name>David Lee</name>
+ </contributor>
+ <contributor>
+ <name>Sergei Egorov</name>
+ </contributor>
+ <contributor>
+ <name>Hein Meling</name>
+ </contributor>
+ <contributor>
+ <name>Michael Baehr</name>
+ </contributor>
+ <contributor>
+ <name>Craig Andrews</name>
+ </contributor>
+ <contributor>
+ <name>Peter Ledbrook</name>
+ </contributor>
+ <contributor>
+ <name>Thibault Kruse</name>
+ </contributor>
+ <contributor>
+ <name>Paolo Di Tommaso</name>
+ </contributor>
+ <contributor>
+ <name>Rene Scheibe</name>
+ </contributor>
+ <contributor>
+ <name>Matias Bjarland</name>
+ </contributor>
+ <contributor>
+ <name>Richard Hightower</name>
+ </contributor>
+ <contributor>
+ <name>Andrey Bloschetsov</name>
+ </contributor>
+ <contributor>
+ <name>Yu Kobayashi</name>
+ </contributor>
+ <contributor>
+ <name>Nick Grealy</name>
+ </contributor>
+ <contributor>
+ <name>Marcin Grzejszczak</name>
+ </contributor>
+ <contributor>
+ <name>Pap L?rinc</name>
+ </contributor>
+ <contributor>
+ <name>Guillaume Balaine</name>
+ </contributor>
+ <contributor>
+ <name>Santhosh Kumar T</name>
+ </contributor>
+ <contributor>
+ <name>Alan Green</name>
+ </contributor>
+ <contributor>
+ <name>Alex Popescu</name>
+ </contributor>
+ </contributors>
+ <issueManagement>
+ <system>jira</system>
+ <url>http://issues.apache.org/jira/browse/GROOVY</url>
+ </issueManagement>
+ <scm>
+ <connection>scm:git:https://github.com/apache/groovy.git</connection>
+ <developerConnection>scm:git:https://github.com/apache/groovy.git</developerConnection>
+ <url>https://github.com/apache/groovy.git</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-launcher</artifactId>
+ <version>1.9.4</version>
+ <scope>runtime</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-antlr</artifactId>
+ <version>1.9.4</version>
+ <scope>runtime</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-junit</artifactId>
+ <version>1.9.4</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>junit</artifactId>
+ <groupId>junit</groupId>
+ </exclusion>
+ </exclusions>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.9.4</version>
+ <scope>compile</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>bsf</groupId>
+ <artifactId>bsf</artifactId>
+ <version>2.4.0</version>
+ <scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>commons-logging</artifactId>
+ <groupId>commons-logging</groupId>
+ </exclusion>
+ </exclusions>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.2</version>
+ <scope>compile</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>com.thoughtworks.qdox</groupId>
+ <artifactId>qdox</artifactId>
+ <version>1.12.1</version>
+ <scope>compile</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>jline</groupId>
+ <artifactId>jline</artifactId>
+ <version>2.12</version>
+ <scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>junit</artifactId>
+ <groupId>junit</groupId>
+ </exclusion>
+ </exclusions>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.0</version>
+ <scope>provided</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ <scope>provided</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>compile</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>com.beust</groupId>
+ <artifactId>jcommander</artifactId>
+ <version>1.47</version>
+ <scope>compile</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>6.8.13</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>bsh</artifactId>
+ <groupId>org.beanshell</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jcommander</artifactId>
+ <groupId>com.beust</groupId>
+ </exclusion>
+ </exclusions>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.fusesource.jansi</groupId>
+ <artifactId>jansi</artifactId>
+ <version>1.11</version>
+ <scope>compile</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.gpars</groupId>
+ <artifactId>gpars</artifactId>
+ <version>1.2.1</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>groovy-all</artifactId>
+ <groupId>org.codehaus.groovy</groupId>
+ </exclusion>
+ </exclusions>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>com.thoughtworks.xstream</groupId>
+ <artifactId>xstream</artifactId>
+ <version>1.4.7</version>
+ <scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>junit</artifactId>
+ <groupId>junit</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>xpp3_min</artifactId>
+ <groupId>xpp3</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jmock</artifactId>
+ <groupId>jmock</groupId>
+ </exclusion>
+ </exclusions>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ivy</groupId>
+ <artifactId>ivy</artifactId>
+ <version>2.4.0</version>
+ <scope>compile</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.9.4</version>
+ <scope>compile</scope>
+ <optional>true</optional>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.pom.md5 b/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.pom.md5
new file mode 100644
index 0000000..9cdad0c
--- /dev/null
+++ b/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.pom.md5
@@ -0,0 +1 @@
+1aa95aea96ef2b4168fe358398d563d3
\ No newline at end of file
diff --git a/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.pom.sha1 b/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.pom.sha1
new file mode 100644
index 0000000..21af05f
--- /dev/null
+++ b/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.12/groovy-all-2.4.12.pom.sha1
@@ -0,0 +1 @@
+d8cf5544f174d8f9034256ca0420d90b17e3354c
\ No newline at end of file
diff --git a/common/m2/repository/org/codehaus/groovy/groovy-all/maven-metadata.xml b/common/m2/repository/org/codehaus/groovy/groovy-all/maven-metadata.xml
new file mode 100644
index 0000000..65d38f8
--- /dev/null
+++ b/common/m2/repository/org/codehaus/groovy/groovy-all/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy-all</artifactId>
+ <versioning>
+ <release>2.4.12</release>
+ <versions>
+ <version>2.4.12</version>
+ </versions>
+ <lastUpdated>20180418195247</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14-sources.jar b/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14-sources.jar
new file mode 100644
index 0000000..dc2d921
--- /dev/null
+++ b/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14-sources.jar.md5 b/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14-sources.jar.md5
new file mode 100644
index 0000000..698298c
--- /dev/null
+++ b/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14-sources.jar.md5
@@ -0,0 +1 @@
+702b27e99aecd94e53258404227951ca
\ No newline at end of file
diff --git a/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14-sources.jar.sha1 b/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14-sources.jar.sha1
new file mode 100644
index 0000000..df74dea
--- /dev/null
+++ b/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14-sources.jar.sha1
@@ -0,0 +1 @@
+886474da3f761d39fcbb723d97ecc5089e731f42
\ No newline at end of file
diff --git a/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/maven-metadata.xml b/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/maven-metadata.xml
new file mode 100644
index 0000000..07fb4e0
--- /dev/null
+++ b/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ <versioning>
+ <release>1.14</release>
+ <versions>
+ <version>1.14</version>
+ </versions>
+ <lastUpdated>20180616054553</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/codehaus/mojo/animal-sniffer-parent/maven-metadata.xml b/common/m2/repository/org/codehaus/mojo/animal-sniffer-parent/maven-metadata.xml
new file mode 100644
index 0000000..1cdd1be
--- /dev/null
+++ b/common/m2/repository/org/codehaus/mojo/animal-sniffer-parent/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-parent</artifactId>
+ <versioning>
+ <release>1.14</release>
+ <versions>
+ <version>1.14</version>
+ </versions>
+ <lastUpdated>20180616054532</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/codehaus/mojo/mojo-parent/maven-metadata.xml b/common/m2/repository/org/codehaus/mojo/mojo-parent/maven-metadata.xml
new file mode 100644
index 0000000..71b4e55
--- /dev/null
+++ b/common/m2/repository/org/codehaus/mojo/mojo-parent/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>mojo-parent</artifactId>
+ <versioning>
+ <release>34</release>
+ <versions>
+ <version>34</version>
+ </versions>
+ <lastUpdated>20180616054532</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/glassfish/jaxb/jaxb-bom/maven-metadata.xml b/common/m2/repository/org/glassfish/jaxb/jaxb-bom/maven-metadata.xml
new file mode 100644
index 0000000..2cc6634
--- /dev/null
+++ b/common/m2/repository/org/glassfish/jaxb/jaxb-bom/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.glassfish.jaxb</groupId>
+ <artifactId>jaxb-bom</artifactId>
+ <versioning>
+ <release>2.2.11</release>
+ <versions>
+ <version>2.2.11</version>
+ </versions>
+ <lastUpdated>20180418195242</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/glassfish/jaxb/jaxb-core/maven-metadata.xml b/common/m2/repository/org/glassfish/jaxb/jaxb-core/maven-metadata.xml
new file mode 100644
index 0000000..8b7381d
--- /dev/null
+++ b/common/m2/repository/org/glassfish/jaxb/jaxb-core/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.glassfish.jaxb</groupId>
+ <artifactId>jaxb-core</artifactId>
+ <versioning>
+ <release>2.2.11</release>
+ <versions>
+ <version>2.2.11</version>
+ </versions>
+ <lastUpdated>20180418195246</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/maven-metadata.xml b/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/maven-metadata.xml
new file mode 100644
index 0000000..8998610
--- /dev/null
+++ b/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.glassfish.jaxb</groupId>
+ <artifactId>jaxb-runtime</artifactId>
+ <versioning>
+ <release>2.2.11</release>
+ <versions>
+ <version>2.2.11</version>
+ </versions>
+ <lastUpdated>20180418195247</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/glassfish/jaxb/txw2/maven-metadata.xml b/common/m2/repository/org/glassfish/jaxb/txw2/maven-metadata.xml
new file mode 100644
index 0000000..9a4f43e
--- /dev/null
+++ b/common/m2/repository/org/glassfish/jaxb/txw2/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.glassfish.jaxb</groupId>
+ <artifactId>txw2</artifactId>
+ <versioning>
+ <release>2.2.11</release>
+ <versions>
+ <version>2.2.11</version>
+ </versions>
+ <lastUpdated>20180418195246</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar
new file mode 100644
index 0000000..d5c4b6b
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar
Binary files differ
diff --git a/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar.md5 b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar.md5
new file mode 100644
index 0000000..6896117
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar.md5
@@ -0,0 +1 @@
+13f8627b85a0049e046bf04e6ea91103 org.jacoco.agent-0.7.9-runtime.jar
diff --git a/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar.sha1 b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar.sha1
new file mode 100644
index 0000000..775cfd7
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar.sha1
@@ -0,0 +1 @@
+a6ac9cca89d889222a40dab9dd5039bfd22a4cff org.jacoco.agent-0.7.9-runtime.jar
diff --git a/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-sources.jar b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-sources.jar
new file mode 100644
index 0000000..34d7fc9
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-sources.jar.md5 b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-sources.jar.md5
new file mode 100644
index 0000000..66feb85
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-sources.jar.md5
@@ -0,0 +1 @@
+61a9578cc007823de903afbe96404b23
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-sources.jar.sha1 b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-sources.jar.sha1
new file mode 100644
index 0000000..ac2f701
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-sources.jar.sha1
@@ -0,0 +1 @@
+4397623b4c1b92024ee2b277c295ed0ca1373edc
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.jar b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.jar
new file mode 100644
index 0000000..7094d38
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.jar
Binary files differ
diff --git a/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.jar.md5 b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.jar.md5
new file mode 100644
index 0000000..0d2e98d
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.jar.md5
@@ -0,0 +1 @@
+4e53dabb2f18577e078338451f663903
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.jar.sha1 b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.jar.sha1
new file mode 100644
index 0000000..5f161ff
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.jar.sha1
@@ -0,0 +1 @@
+4a936caab50b117a14d9ca3a725fc9b54d0cc3d1
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom
new file mode 100644
index 0000000..190d3f9
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2009, 2017 Mountainminds GmbH & Co. KG and Contributors
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Evgeny Mandrikov - initial API and implementation
+-->
+<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.jacoco</groupId>
+ <artifactId>org.jacoco.build</artifactId>
+ <version>0.7.9</version>
+ <relativePath>../org.jacoco.build</relativePath>
+ </parent>
+
+ <artifactId>org.jacoco.agent</artifactId>
+
+ <name>JaCoCo :: Agent</name>
+ <description>JaCoCo Agent</description>
+
+ <build>
+ <sourceDirectory>src</sourceDirectory>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>prepare-package</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>org.jacoco.agent.rt</artifactId>
+ <classifier>all</classifier>
+ <version>${project.version}</version>
+ <destFileName>jacocoagent.jar</destFileName>
+ </artifactItem>
+ </artifactItems>
+ <outputDirectory>${project.build.directory}/classes</outputDirectory>
+ <overWriteReleases>false</overWriteReleases>
+ <overWriteSnapshots>false</overWriteSnapshots>
+ <overWriteIfNewer>true</overWriteIfNewer>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-artifacts</id>
+ <phase>package</phase>
+ <goals>
+ <goal>attach-artifact</goal>
+ </goals>
+ <configuration>
+ <artifacts>
+ <artifact>
+ <file>${project.build.directory}/classes/jacocoagent.jar</file>
+ <type>jar</type>
+ <classifier>runtime</classifier>
+ </artifact>
+ </artifacts>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>manifest</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom.md5 b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom.md5
new file mode 100644
index 0000000..05ff0c4
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom.md5
@@ -0,0 +1 @@
+2dd00c37c7b9771abedca94e008fac78
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom.sha1 b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom.sha1
new file mode 100644
index 0000000..f707f30
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom.sha1
@@ -0,0 +1 @@
+23d5bb683b9790689ce35c31d41e2e13750041dc
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.agent/maven-metadata.xml b/common/m2/repository/org/jacoco/org.jacoco.agent/maven-metadata.xml
new file mode 100644
index 0000000..ccf1bbe
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.agent/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.jacoco</groupId>
+ <artifactId>org.jacoco.agent</artifactId>
+ <versioning>
+ <release>0.7.9</release>
+ <versions>
+ <version>0.7.9</version>
+ </versions>
+ <lastUpdated>20180306232450</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9-sources.jar b/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9-sources.jar
new file mode 100644
index 0000000..1073e30
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9-sources.jar.md5 b/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9-sources.jar.md5
new file mode 100644
index 0000000..85fbbbb
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9-sources.jar.md5
@@ -0,0 +1 @@
+de6c0de8c727a75b172f14b00b757f7a
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9-sources.jar.sha1 b/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9-sources.jar.sha1
new file mode 100644
index 0000000..3811c65
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9-sources.jar.sha1
@@ -0,0 +1 @@
+48098a0506f44f3a485bcbd17317082965131660
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9.jar b/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9.jar
new file mode 100644
index 0000000..e78075c
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9.jar
Binary files differ
diff --git a/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9.jar.md5 b/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9.jar.md5
new file mode 100644
index 0000000..19c8a28
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9.jar.md5
@@ -0,0 +1 @@
+232449835ec7ed8a71c299b2e08228b5
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9.jar.sha1 b/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9.jar.sha1
new file mode 100644
index 0000000..37f2104
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9.jar.sha1
@@ -0,0 +1 @@
+7cb39a4b38a32ffc8d0b5055b9b6c961ecffa1b0
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9.pom b/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9.pom
new file mode 100644
index 0000000..054d52c
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9.pom
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2009, 2017 Mountainminds GmbH & Co. KG and Contributors
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Evgeny Mandrikov - initial API and implementation
+-->
+<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.jacoco</groupId>
+ <artifactId>org.jacoco.build</artifactId>
+ <version>0.7.9</version>
+ <relativePath>../org.jacoco.build</relativePath>
+ </parent>
+
+ <artifactId>org.jacoco.ant</artifactId>
+
+ <name>JaCoCo :: Ant</name>
+ <description>JaCoCo Ant Tasks</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>org.jacoco.core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>org.jacoco.report</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>org.jacoco.agent</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <sourceDirectory>src</sourceDirectory>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>shade</goal>
+ </goals>
+ <configuration>
+ <shadedArtifactAttached>true</shadedArtifactAttached>
+ <shadedClassifierName>nodeps</shadedClassifierName>
+ <minimizeJar>true</minimizeJar>
+ <relocations>
+ <relocation>
+ <pattern>org.objectweb.asm</pattern>
+ <shadedPattern>org.jacoco.asm</shadedPattern>
+ </relocation>
+ </relocations>
+ <transformers>
+ <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+ <manifestEntries>
+ <Implementation-Title>${project.description}</Implementation-Title>
+ <Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
+ <Implementation-Version>${project.version}</Implementation-Version>
+ </manifestEntries>
+ </transformer>
+ </transformers>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <executions>
+ <execution>
+ <!--
+ None of resource tranformers from maven-shade-plugin
+ (including combination of DontIncludeResourceTransformer and ManifestResourceTransformer)
+ does not allow us to leave only desired entries and remove others from META-INF/MANIFEST.MF
+ So we use goal "bundle" instead of "manifest".
+ This introduces some redundant operations, but their cost is negligible.
+ -->
+ <phase>package</phase>
+ <goals>
+ <goal>bundle</goal>
+ </goals>
+ <configuration>
+ <excludeDependencies>true</excludeDependencies>
+ <instructions>
+ <Require-Bundle>org.apache.ant;bundle-version="[1.7.0,2.0.0)"</Require-Bundle>
+ </instructions>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9.pom.md5 b/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9.pom.md5
new file mode 100644
index 0000000..87d66f0
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9.pom.md5
@@ -0,0 +1 @@
+5a0782d0de54ce6d3a336628b2a05457
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9.pom.sha1 b/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9.pom.sha1
new file mode 100644
index 0000000..836747c
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.9/org.jacoco.ant-0.7.9.pom.sha1
@@ -0,0 +1 @@
+cf8a62da813c24e4b2a47ab0de4147f0c5f4e11c
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.ant/maven-metadata.xml b/common/m2/repository/org/jacoco/org.jacoco.ant/maven-metadata.xml
new file mode 100644
index 0000000..24982f5
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.ant/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.jacoco</groupId>
+ <artifactId>org.jacoco.ant</artifactId>
+ <versioning>
+ <release>0.7.9</release>
+ <versions>
+ <version>0.7.9</version>
+ </versions>
+ <lastUpdated>20180306232447</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom b/common/m2/repository/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom
new file mode 100644
index 0000000..ef204ce
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom
@@ -0,0 +1,983 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2009, 2017 Mountainminds GmbH & Co. KG and Contributors
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Evgeny Mandrikov - initial API and implementation
+-->
+<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.jacoco</groupId>
+ <artifactId>org.jacoco.build</artifactId>
+ <version>0.7.9</version>
+ <packaging>pom</packaging>
+
+ <name>JaCoCo</name>
+ <description>JaCoCo - Java Code Coverage Library</description>
+ <url>http://jacoco.org</url>
+ <inceptionYear>2009</inceptionYear>
+ <organization>
+ <name>Mountainminds GmbH & Co. KG</name>
+ </organization>
+ <licenses>
+ <license>
+ <name>Eclipse Public License v1.0</name>
+ <url>http://www.eclipse.org/legal/epl-v10.html</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <developers>
+ <developer>
+ <id>mtnminds</id>
+ <name>Marc R. Hoffmann</name>
+ <email>hoffmann@mountainminds.com</email>
+ <timezone>+1</timezone>
+ <roles>
+ <role>Project Lead</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>brock_j</id>
+ <name>Brock Janiczak</name>
+ <email>brockj@gmail.com</email>
+ <timezone>+10</timezone>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>mandrikov</id>
+ <name>Evgeny Mandrikov</name>
+ <email>mandrikov@gmail.com</email>
+ <url>http://godin.net.ru</url>
+ <organization>SonarSource</organization>
+ <organizationUrl>http://www.sonarsource.com</organizationUrl>
+ <timezone>+3</timezone>
+ <roles>
+ <role>Build and release manager</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>mfriedenhagen</id>
+ <name>Mirko Friedenhagen</name>
+ <email>mfriedenhagen@gmail.com</email>
+ <timezone>+1</timezone>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ </developers>
+
+ <contributors>
+ <contributor>
+ <name>Radek Liba</name>
+ </contributor>
+ <contributor>
+ <name>Christoph Beck</name>
+ </contributor>
+ </contributors>
+
+ <prerequisites>
+ <maven>3.0</maven>
+ </prerequisites>
+
+ <modules>
+ <!-- Order is important: org.jacoco.agent.rt embeds into org.jacoco.agent and JaCoCo Agent used during tests -->
+ <module>../org.jacoco.core</module>
+ <module>../org.jacoco.report</module>
+ <module>../org.jacoco.agent.rt</module>
+ <module>../org.jacoco.agent</module>
+ <module>../org.jacoco.ant</module>
+
+ <module>../jacoco-maven-plugin</module>
+
+ <module>../org.jacoco.tests</module>
+
+ <module>../org.jacoco.examples</module>
+ <module>../org.jacoco.doc</module>
+ <module>../jacoco</module>
+ </modules>
+
+ <scm>
+ <connection>scm:git:git://github.com/jacoco/jacoco.git</connection>
+ <developerConnection>scm:git:ssh://git@github.com:jacoco/jacoco.git</developerConnection>
+ <url>https://github.com/jacoco/jacoco</url>
+ </scm>
+ <issueManagement>
+ <system>GitHub</system>
+ <url>https://github.com/jacoco/jacoco/issues</url>
+ </issueManagement>
+ <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>${sonatypeOssDistMgmtSnapshotsUrl}</url>
+ </snapshotRepository>
+ </distributionManagement>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <sonatypeOssDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots/</sonatypeOssDistMgmtSnapshotsUrl>
+
+ <maven.build.timestamp.format>yyyyMMddhhmm</maven.build.timestamp.format>
+ <jacoco.home.url>http://www.jacoco.org/jacoco</jacoco.home.url>
+ <copyright.years>${project.inceptionYear}, 2017</copyright.years>
+
+ <maven.compiler.source>1.5</maven.compiler.source>
+ <maven.compiler.target>1.5</maven.compiler.target>
+
+ <jvm.args></jvm.args>
+ <argLine>${jvm.args}</argLine>
+
+ <!-- Dependencies versions -->
+ <asm.version>5.2</asm.version>
+ <ant.version>1.7.1</ant.version>
+ <junit.version>4.8.2</junit.version>
+
+ <!-- ================== -->
+ <!-- For SonarQube analysis -->
+ <!-- ================== -->
+ <sonar.jacoco.reportPath>../${project.artifactId}.test/target/jacoco.exec</sonar.jacoco.reportPath>
+ <sonar.surefire.reportsPath>../${project.artifactId}.test/target/surefire-reports/</sonar.surefire.reportsPath>
+
+ <!-- See http://jira.codehaus.org/browse/SONAR-2096 -->
+ <sonar.java.source>1.5</sonar.java.source>
+ <sonar.java.target>1.5</sonar.java.target>
+ </properties>
+
+ <dependencyManagement>
+ <dependencies>
+ <!-- Project dependencies -->
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>org.jacoco.core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>org.jacoco.report</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>org.jacoco.agent</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>org.jacoco.agent</artifactId>
+ <classifier>runtime</classifier>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>org.jacoco.agent.rt</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>org.jacoco.ant</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>org.jacoco.ant</artifactId>
+ <classifier>nodeps</classifier>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>org.jacoco.examples</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <!-- Third-party dependencies -->
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-debug-all</artifactId>
+ <version>${asm.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>${ant.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-junit</artifactId>
+ <version>${ant.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-antunit</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${junit.version}</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <build>
+ <resources>
+ <resource>
+ <directory>src</directory>
+ <filtering>false</filtering>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ <exclude>**/*.properties</exclude>
+ </excludes>
+ </resource>
+ <resource>
+ <directory>src</directory>
+ <filtering>true</filtering>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
+ </resource>
+ <resource>
+ <directory>.</directory>
+ <filtering>true</filtering>
+ <includes>
+ <include>about.html</include>
+ </includes>
+ </resource>
+ </resources>
+
+ <pluginManagement>
+ <plugins>
+ <!-- Apache plugins -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.6</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-clean-plugin</artifactId>
+ <version>2.4.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8.2</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0.1</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-invoker-plugin</artifactId>
+ <version>2.0.0</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>1.3</version>
+ </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-javadoc-plugin</artifactId>
+ <version>2.8</version>
+ <configuration>
+ <quiet>true</quiet>
+ <detectOfflineLinks>false</detectOfflineLinks>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <version>3.3</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ <mavenExecutorId>forked-path</mavenExecutorId>
+ <useReleaseProfile>false</useReleaseProfile>
+ <!--
+ Allows to activate release profile during release.
+ We don't use releaseProfiles parameter, because it affects only release:perform goal
+ -->
+ <arguments>-Prelease</arguments>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>2.5</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <version>2.4.3</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.1.2</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.9</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>3.3</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-toolchains-plugin</artifactId>
+ <version>1.0</version>
+ </plugin>
+ <!-- Mojo plugins -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-maven-plugin</artifactId>
+ <version>1.6</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.5</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>buildnumber-maven-plugin</artifactId>
+ <version>1.2</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>xml-maven-plugin</artifactId>
+ <version>1.0</version>
+ </plugin>
+ <!-- Third-party plugins -->
+ <plugin>
+ <groupId>org.codehaus.groovy.maven</groupId>
+ <artifactId>gmaven-plugin</artifactId>
+ <version>1.0</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <!-- newer versions require Java 7 -->
+ <version>2.5.4</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <testSourceDirectory>${project.build.sourceDirectory}</testSourceDirectory>
+ <testClassesDirectory>${project.build.outputDirectory}</testClassesDirectory>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <configuration>
+ <!-- We can't use delimiters "${*}" and "$*$" together - probably it's bug in plugin -->
+ <!-- so for now we will define only our delimiters in compliance with https://sourceforge.net/apps/trac/eclemma/changeset/1229 -->
+ <!-- but it would be better to use defaults -->
+ <useDefaultDelimiters>false</useDefaultDelimiters>
+ <delimiters>
+ <delimiter>@*@</delimiter>
+ <delimiter>$*$</delimiter>
+ </delimiters>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <configuration>
+ <filters>
+ <!-- Don't include signatures -->
+ <filter>
+ <artifact>*:*</artifact>
+ <excludes>
+ <exclude>META-INF/*.SF</exclude>
+ <exclude>META-INF/*.DSA</exclude>
+ <exclude>META-INF/*.RSA</exclude>
+ </excludes>
+ </filter>
+ </filters>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <archiverConfig>
+ <!-- Workaround for http://jira.codehaus.org/browse/MASSEMBLY-422 -->
+ <!-- 420(dec) = 644(oct) -->
+ <fileMode>420</fileMode>
+ <!-- 493(dec) = 755(oct) -->
+ <directoryMode>493</directoryMode>
+ <defaultDirectoryMode>493</defaultDirectoryMode>
+ </archiverConfig>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>enforce</id>
+ <phase>validate</phase>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireNoRepositories>
+ <message>The rules for repo1.maven.org are that pom.xml files should not include repository definitions.</message>
+ <banRepositories>true</banRepositories>
+ <banPluginRepositories>true</banPluginRepositories>
+ </requireNoRepositories>
+ <requireReleaseDeps>
+ <message>No SNAPSHOT versions allowed for dependencies</message>
+ <onlyWhenRelease>true</onlyWhenRelease>
+ </requireReleaseDeps>
+ <requireMavenVersion>
+ <!-- Maven 3.0.3 contains bug - see http://jira.codehaus.org/browse/MINVOKER-107 -->
+ <version>[3.0.0,3.0.3),[3.0.4,)</version>
+ </requireMavenVersion>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>check-license-header</id>
+ <phase>validate</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <target>
+ <fileset dir="${basedir}" includes="**/*.java,**/*.xml,**/*.bsh" excludes="target/**,.idea/**,nb-configuration.xml" id="missinglicense.fileset">
+ <not>
+ <and>
+ <contains text="Copyright (c) 2009, 2017 Mountainminds GmbH & Co. KG and Contributors"/>
+ <contains text="All rights reserved. This program and the accompanying materials"/>
+ <contains text="are made available under the terms of the Eclipse Public License v1.0"/>
+ <contains text="which accompanies this distribution, and is available at"/>
+ <contains text="http://www.eclipse.org/legal/epl-v10.html"/>
+ </and>
+ </not>
+ </fileset>
+ <pathconvert property="missing" refid="missinglicense.fileset"/>
+ <fail message="Invalid license info in: ${missing}">
+ <condition>
+ <not>
+ <equals arg1="${missing}" arg2=""/>
+ </not>
+ </condition>
+ </fail>
+ </target>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>parse-version</id>
+ <phase>validate</phase>
+ <goals>
+ <goal>parse-version</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>buildnumber-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <goals>
+ <goal>create</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <doCheck>false</doCheck>
+ <doUpdate>false</doUpdate>
+ <getRevisionOnlyOnce>true</getRevisionOnlyOnce>
+ <revisionOnScmFailure>0000000</revisionOnScmFailure>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.groovy.maven</groupId>
+ <artifactId>gmaven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>parse-version</id>
+ <phase>validate</phase>
+ <goals>
+ <goal>execute</goal>
+ </goals>
+ <configuration>
+ <source>
+ major = project.properties['parsedVersion.majorVersion']
+ minor = project.properties['parsedVersion.minorVersion']
+ incremental = project.properties['parsedVersion.incrementalVersion']
+ qualifier = "${maven.build.timestamp}"
+ project.properties['buildQualifier'] = qualifier
+ project.properties['unqualifiedVersion'] = major + '.' + minor + '.' + incremental
+ project.properties['qualified.bundle.version'] = project.properties['unqualifiedVersion'] + '.' + project.properties['buildQualifier']
+ project.properties['build.date'] = qualifier.substring(0, 4) + '/' + qualifier.substring(4, 6) + '/' + qualifier.substring(6, 8)
+ buildNumber = project.properties['buildNumber']
+ project.properties['jacoco.runtime.package.name'] = "org.jacoco.agent.rt.internal_" + buildNumber.substring(buildNumber.length() - 7, buildNumber.length())
+ </source>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <configuration>
+ <instructions>
+ <Bundle-Version>${qualified.bundle.version}</Bundle-Version>
+ <Bundle-Name>${project.description}</Bundle-Name>
+ <Export-Package>
+ !about.html,
+ *.internal*;x-internal:=true;version="${version;===;${Bundle-Version}}",
+ *;version="${version;===;${Bundle-Version}}"
+ </Export-Package>
+ <Import-Package>
+ org.jacoco.*;version="${range;[===,==+);${Bundle-Version}}",
+ org.objectweb.asm.*;version="${range;[===,=+);${asm.version}}"
+ </Import-Package>
+ <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
+ <Eclipse-SourceReferences>scm:git:git://github.com/jacoco/jacoco.git;path="${project.artifactId}";commitId=${buildNumber}</Eclipse-SourceReferences>
+ </instructions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <!-- This profile is used to launch tests with different JDK versions. -->
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>jdk.version</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <!-- See http://maven.apache.org/guides/mini/guide-using-toolchains.html -->
+ <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>${jdk.version}</version>
+ </jdk>
+ </toolchains>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!-- This profile is used to launch tests with compilation into specific bytecode version. -->
+ <profile>
+ <id>bytecode</id>
+ <activation>
+ <property>
+ <name>bytecode.version</name>
+ </property>
+ </activation>
+ <properties>
+ <maven.compiler.source>${bytecode.version}</maven.compiler.source>
+ <maven.compiler.target>${bytecode.version}</maven.compiler.target>
+ </properties>
+ </profile>
+ <profile>
+ <id>java9-validation</id>
+ <activation>
+ <property>
+ <name>bytecode.version</name>
+ <value>1.9</value>
+ </property>
+ </activation>
+ <properties>
+ <!--
+ Compile into bytecode version 8 by default,
+ because maven-shade-plugin and maven-plugin-plugin are unable to proceess bytecode version 9,
+ this is overridden for tests
+ -->
+ <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
+ </properties>
+ </profile>
+
+ <profile>
+ <id>jdk16</id>
+ <activation>
+ <property>
+ <name>jdk.version</name>
+ <value>1.6</value>
+ </property>
+ </activation>
+ <properties>
+ <jvm.args>-XX:-FailOverToOldVerifier -Xverify:all</jvm.args>
+ </properties>
+ </profile>
+
+ <profile>
+ <id>jdk17</id>
+ <activation>
+ <property>
+ <name>jdk.version</name>
+ <value>1.7</value>
+ </property>
+ </activation>
+ <properties>
+ <jvm.args>-XX:-FailOverToOldVerifier -Xverify:all</jvm.args>
+ </properties>
+ </profile>
+
+ <profile>
+ <id>jdk18</id>
+ <activation>
+ <property>
+ <name>jdk.version</name>
+ <value>1.8</value>
+ </property>
+ </activation>
+ <properties>
+ <jvm.args>-XX:-FailOverToOldVerifier -Xverify:all</jvm.args>
+ </properties>
+ </profile>
+
+ <profile>
+ <id>jdk9</id>
+ <activation>
+ <property>
+ <name>jdk.version</name>
+ <value>1.9</value>
+ </property>
+ </activation>
+ <properties>
+ <jvm.args>-XX:-FailOverToOldVerifier -Xverify:all</jvm.args>
+ </properties>
+ </profile>
+
+ <profile>
+ <id>sources</id>
+ <activation>
+ <file>
+ <exists>src/</exists>
+ </file>
+ </activation>
+ <build>
+ <plugins>
+ <!-- Generates jar with sources -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>jar-no-fork</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- Generates Javadoc -->
+ <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>
+
+ <!-- This profile is activated when a project is released. -->
+ <profile>
+ <id>release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <inherited>false</inherited>
+ <executions>
+ <execution>
+ <id>enforce-release-rules</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireReleaseVersion/>
+ <requireProperty>
+ <property>buildNumber</property>
+ <regex>[0-9a-f]{40}</regex>
+ </requireProperty>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- Checks compatibility with Java API -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>enforce-java-api-compatibility</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ <configuration>
+ <signature>
+ <groupId>org.codehaus.mojo.signature</groupId>
+ <artifactId>java15</artifactId>
+ <version>1.0</version>
+ </signature>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- Signs artifacts -->
+ <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>
+
+ <!-- This profile is active only when used from Eclipse m2e and is used only to store settings. -->
+ <profile>
+ <id>m2e</id>
+ <activation>
+ <property>
+ <name>m2e.version</name>
+ </property>
+ </activation>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+ <plugin>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>lifecycle-mapping</artifactId>
+ <version>1.0.0</version>
+ <configuration>
+ <lifecycleMappingMetadata>
+ <pluginExecutions>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <versionRange>[0,)</versionRange>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <versionRange>[0,)</versionRange>
+ <goals>
+ <goal>install</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <versionRange>[0,)</versionRange>
+ <goals>
+ <goal>unpack</goal>
+ <goal>copy-dependencies</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.codehaus.groovy.maven</groupId>
+ <artifactId>gmaven-plugin</artifactId>
+ <versionRange>[0,)</versionRange>
+ <goals>
+ <goal>execute</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>xml-maven-plugin</artifactId>
+ <versionRange>[0,)</versionRange>
+ <goals>
+ <goal>transform</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.jacoco</groupId>
+ <artifactId>jacoco-maven-plugin</artifactId>
+ <versionRange>[0,)</versionRange>
+ <goals>
+ <goal>prepare-agent</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <versionRange>[0,)</versionRange>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <versionRange>[0,)</versionRange>
+ <goals>
+ <goal>parse-version</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ </profile>
+ </profiles>
+
+</project>
diff --git a/common/m2/repository/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom.md5 b/common/m2/repository/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom.md5
new file mode 100644
index 0000000..84f4d93
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom.md5
@@ -0,0 +1 @@
+bfc7ef44063cbaac8b58f37782aaa063
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom.sha1 b/common/m2/repository/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom.sha1
new file mode 100644
index 0000000..f8aff95
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom.sha1
@@ -0,0 +1 @@
+e69f642498c0b1c55f4ded828adae4199c24623f
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.build/maven-metadata.xml b/common/m2/repository/org/jacoco/org.jacoco.build/maven-metadata.xml
new file mode 100644
index 0000000..5ce37de
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.build/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.jacoco</groupId>
+ <artifactId>org.jacoco.build</artifactId>
+ <versioning>
+ <release>0.7.9</release>
+ <versions>
+ <version>0.7.9</version>
+ </versions>
+ <lastUpdated>20180306232445</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9-sources.jar b/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9-sources.jar
new file mode 100644
index 0000000..34517a8
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9-sources.jar.md5 b/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9-sources.jar.md5
new file mode 100644
index 0000000..405b318
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9-sources.jar.md5
@@ -0,0 +1 @@
+05158bb0d2123e625448ce3127f0578d
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9-sources.jar.sha1 b/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9-sources.jar.sha1
new file mode 100644
index 0000000..6dc6b37
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9-sources.jar.sha1
@@ -0,0 +1 @@
+a365ee459836b2aa18028929923923d15f0c3af9
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar b/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar
new file mode 100644
index 0000000..9f27428
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar
Binary files differ
diff --git a/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar.md5 b/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar.md5
new file mode 100644
index 0000000..6771201
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar.md5
@@ -0,0 +1 @@
+b31bf7ed1a27f2edeac6c525be96079b
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar.sha1 b/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar.sha1
new file mode 100644
index 0000000..864378b
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar.sha1
@@ -0,0 +1 @@
+66215826a684eb6866d4c14a5a4f9c344f1d1eef
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom b/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom
new file mode 100644
index 0000000..0086925
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2009, 2017 Mountainminds GmbH & Co. KG and Contributors
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Evgeny Mandrikov - initial API and implementation
+-->
+<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.jacoco</groupId>
+ <artifactId>org.jacoco.build</artifactId>
+ <version>0.7.9</version>
+ <relativePath>../org.jacoco.build</relativePath>
+ </parent>
+
+ <artifactId>org.jacoco.core</artifactId>
+
+ <name>JaCoCo :: Core</name>
+ <description>JaCoCo Core</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-debug-all</artifactId>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <sourceDirectory>src</sourceDirectory>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>manifest</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom.md5 b/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom.md5
new file mode 100644
index 0000000..0e8e5b0
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom.md5
@@ -0,0 +1 @@
+24f370aae0ba8c6afb4472d6141e898f
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom.sha1 b/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom.sha1
new file mode 100644
index 0000000..4ad146f
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom.sha1
@@ -0,0 +1 @@
+c9ec5b04d12a028a0c1e7c936b89a7fb1acf37bf
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.core/maven-metadata.xml b/common/m2/repository/org/jacoco/org.jacoco.core/maven-metadata.xml
new file mode 100644
index 0000000..4f5b31a
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.core/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.jacoco</groupId>
+ <artifactId>org.jacoco.core</artifactId>
+ <versioning>
+ <release>0.7.9</release>
+ <versions>
+ <version>0.7.9</version>
+ </versions>
+ <lastUpdated>20180306232448</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9-sources.jar b/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9-sources.jar
new file mode 100644
index 0000000..62e7e29
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9-sources.jar.md5 b/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9-sources.jar.md5
new file mode 100644
index 0000000..b875874
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9-sources.jar.md5
@@ -0,0 +1 @@
+0b6743ed8cf82d19dd0c3e3f8f1c6864
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9-sources.jar.sha1 b/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9-sources.jar.sha1
new file mode 100644
index 0000000..8aead06
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9-sources.jar.sha1
@@ -0,0 +1 @@
+e6703ef288523a8e63fa756d8adeaa70858d41b0
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar b/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar
new file mode 100644
index 0000000..c6ccb23
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar
Binary files differ
diff --git a/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar.md5 b/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar.md5
new file mode 100644
index 0000000..e055eb9
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar.md5
@@ -0,0 +1 @@
+1e8ad08dcf16518d31cb91a8b8fe60ee
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar.sha1 b/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar.sha1
new file mode 100644
index 0000000..d4c8b3f
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar.sha1
@@ -0,0 +1 @@
+8a7f78fdf2a4e58762890d8e896a9298c2980c10
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom b/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom
new file mode 100644
index 0000000..1ebf6ef
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2009, 2017 Mountainminds GmbH & Co. KG and Contributors
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Evgeny Mandrikov - initial API and implementation
+-->
+<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.jacoco</groupId>
+ <artifactId>org.jacoco.build</artifactId>
+ <version>0.7.9</version>
+ <relativePath>../org.jacoco.build</relativePath>
+ </parent>
+
+ <artifactId>org.jacoco.report</artifactId>
+
+ <name>JaCoCo :: Report</name>
+ <description>JaCoCo Report</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>org.jacoco.core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-debug-all</artifactId>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <sourceDirectory>src</sourceDirectory>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>manifest</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom.md5 b/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom.md5
new file mode 100644
index 0000000..2a0956a
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom.md5
@@ -0,0 +1 @@
+9c4eb822c0d6d9e1b3a1f2ff7d32dc32
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom.sha1 b/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom.sha1
new file mode 100644
index 0000000..5977c8a
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom.sha1
@@ -0,0 +1 @@
+63a489669743cef2a9cd40349773a640397cd7b1
\ No newline at end of file
diff --git a/common/m2/repository/org/jacoco/org.jacoco.report/maven-metadata.xml b/common/m2/repository/org/jacoco/org.jacoco.report/maven-metadata.xml
new file mode 100644
index 0000000..3e582a6
--- /dev/null
+++ b/common/m2/repository/org/jacoco/org.jacoco.report/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.jacoco</groupId>
+ <artifactId>org.jacoco.report</artifactId>
+ <versioning>
+ <release>0.7.9</release>
+ <versions>
+ <version>0.7.9</version>
+ </versions>
+ <lastUpdated>20180306232452</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6-sources.jar b/common/m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6-sources.jar
new file mode 100644
index 0000000..afeb101
--- /dev/null
+++ b/common/m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6-sources.jar.md5 b/common/m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6-sources.jar.md5
new file mode 100644
index 0000000..cde40f8
--- /dev/null
+++ b/common/m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6-sources.jar.md5
@@ -0,0 +1 @@
+08691cf7250e8ddcee5793f938a2cd72
\ No newline at end of file
diff --git a/common/m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6-sources.jar.sha1 b/common/m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6-sources.jar.sha1
new file mode 100644
index 0000000..21bd1a1
--- /dev/null
+++ b/common/m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6-sources.jar.sha1
@@ -0,0 +1 @@
+3dcf8ba7582eeac3b67ed5155ee3659e16c8dadc
\ No newline at end of file
diff --git a/common/m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom b/common/m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom
index 20f956e..f7cb1ba 100644
--- a/common/m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom
+++ b/common/m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom
@@ -1,9 +1,140 @@
-<?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>org.jdom</groupId>
- <artifactId>jdom2</artifactId>
- <version>2.0.6</version>
- <description>POM was created from install:install-file</description>
-</project>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jdom</groupId>
+ <artifactId>jdom2</artifactId>
+ <packaging>jar</packaging>
+
+ <name>JDOM</name>
+ <version>2.0.6</version>
+
+ <description>
+ A complete, Java-based solution for accessing, manipulating,
+ and outputting XML data
+ </description>
+ <url>http://www.jdom.org</url>
+
+ <organization>
+ <name>JDOM</name>
+ <url>http://www.jdom.org</url>
+ </organization>
+
+ <mailingLists>
+ <mailingList>
+ <name>JDOM-interest Mailing List</name>
+ <post>jdom-interest@jdom.org</post>
+ <archive>http://jdom.markmail.org/</archive>
+ </mailingList>
+ </mailingLists>
+
+ <licenses>
+ <license>
+ <name>Similar to Apache License but with the acknowledgment clause removed</name>
+ <url>https://raw.github.com/hunterhacker/jdom/master/LICENSE.txt</url>
+ <distribution>repo</distribution>
+ <comments xml:space="preserve"><![CDATA[
+
+/*--
+
+ Copyright (C) 2000-2012 Jason Hunter & Brett McLaughlin.
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions, and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions, and the disclaimer that follows
+ these conditions in the documentation and/or other materials
+ provided with the distribution.
+
+ 3. The name "JDOM" must not be used to endorse or promote products
+ derived from this software without prior written permission. For
+ written permission, please contact <request_AT_jdom_DOT_org>.
+
+ 4. Products derived from this software may not be called "JDOM", nor
+ may "JDOM" appear in their name, without prior written permission
+ from the JDOM Project Management <request_AT_jdom_DOT_org>.
+
+ In addition, we request (but do not require) that you include in the
+ end-user documentation provided with the redistribution and/or in the
+ software itself an acknowledgement equivalent to the following:
+ "This product includes software developed by the
+ JDOM Project (http://www.jdom.org/)."
+ Alternatively, the acknowledgment may be graphical using the logos
+ available at http://www.jdom.org/images/logos.
+
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+ USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+ OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
+ This software consists of voluntary contributions made by many
+ individuals on behalf of the JDOM Project and was originally
+ created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
+ Brett McLaughlin <brett_AT_jdom_DOT_org>. For more information
+ on the JDOM Project, please see <http://www.jdom.org/>.
+
+ */
+
+
+
+ ]]></comments>
+ </license>
+ </licenses>
+
+ <scm>
+ <url>git@github.com:/hunterhacker/jdom</url>
+ <connection>scm:git:git@github.com:hunterhacker/jdom</connection>
+ <developerConnection>scm:git:git@github.com:hunterhacker/jdom</developerConnection>
+ </scm>
+
+ <developers>
+ <developer>
+ <id>hunterhacker</id>
+ <name>Jason Hunter</name>
+ <email>jhunter@servlets.com</email>
+ </developer>
+ <developer>
+ <id>rolfl</id>
+ <name>Rolf Lear</name>
+ <email>jdom@tuis.net</email>
+ </developer>
+ </developers>
+
+ <dependencies>
+ <dependency>
+ <groupId>jaxen</groupId>
+ <artifactId>jaxen</artifactId>
+ <version>1.1.6</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.11.0</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.7.2</version>
+ <optional>true</optional>
+ </dependency>
+
+ </dependencies>
+
+ <properties>
+ <jdk.version>1.5</jdk.version>
+ </properties>
+</project>
\ No newline at end of file
diff --git a/common/m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom.md5 b/common/m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom.md5
index 9c5571c..ad7f2c7 100644
--- a/common/m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom.md5
+++ b/common/m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom.md5
@@ -1 +1 @@
-05165b13efbfe8de11e74c79be8fc727
\ No newline at end of file
+fe9c990d3f6a599f8d7a1e5adcf12b36
\ No newline at end of file
diff --git a/common/m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom.sha1 b/common/m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom.sha1
index 2baa58e..1dd2ad4 100644
--- a/common/m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom.sha1
+++ b/common/m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom.sha1
@@ -1 +1 @@
-03d25c33b84e8f8c53c097af0559e96698881fa4
\ No newline at end of file
+11e250d112bc9f2a0e1a595a5f6ecd2802af2691
\ No newline at end of file
diff --git a/common/m2/repository/org/jdom/jdom2/maven-metadata.xml b/common/m2/repository/org/jdom/jdom2/maven-metadata.xml
new file mode 100644
index 0000000..7aff8e2
--- /dev/null
+++ b/common/m2/repository/org/jdom/jdom2/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.jdom</groupId>
+ <artifactId>jdom2</artifactId>
+ <versioning>
+ <release>2.0.6</release>
+ <versions>
+ <version>2.0.6</version>
+ </versions>
+ <lastUpdated>20180418195042</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/jetbrains/annotations/maven-metadata.xml b/common/m2/repository/org/jetbrains/annotations/maven-metadata.xml
index c891b3f..0f9022f 100644
--- a/common/m2/repository/org/jetbrains/annotations/maven-metadata.xml
+++ b/common/m2/repository/org/jetbrains/annotations/maven-metadata.xml
@@ -7,6 +7,6 @@
<versions>
<version>13.0</version>
</versions>
- <lastUpdated>20180430161411</lastUpdated>
+ <lastUpdated>20180613211643</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50-sources.jar
new file mode 100644
index 0000000..22a56fa
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50-sources.jar.md5
new file mode 100644
index 0000000..758af67
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50-sources.jar.md5
@@ -0,0 +1 @@
+eb7718e73185b89a7b7dbc0c07892edb
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50-sources.jar.sha1
new file mode 100644
index 0000000..34bca53
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50-sources.jar.sha1
@@ -0,0 +1 @@
+d86795978ac53e6efcbc8d0bfc35f81a7f2473ba
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50.jar
new file mode 100644
index 0000000..8e3856f
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50.jar.md5
new file mode 100644
index 0000000..76c8f1f
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50.jar.md5
@@ -0,0 +1 @@
+facf80a576e18e5a1b066f719a64e97c
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50.jar.sha1
new file mode 100644
index 0000000..11e4f8f
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50.jar.sha1
@@ -0,0 +1 @@
+a5309d96fd097320a75947d2e9673a86c948f605
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50.pom
new file mode 100644
index 0000000..f467356
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50.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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-android-extensions</artifactId>
+ <version>1.2.50</version>
+ <name>org.jetbrains.kotlin:kotlin-android-extensions</name>
+ <description>Kotlin Android Extensions Compiler</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-compiler-embeddable</artifactId>
+ <version>1.2.50</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50.pom.md5
new file mode 100644
index 0000000..7d81baa
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50.pom.md5
@@ -0,0 +1 @@
+06ea19c4fb835cce2dc632c99d16e125
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50.pom.sha1
new file mode 100644
index 0000000..c2244e4
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.2.50/kotlin-android-extensions-1.2.50.pom.sha1
@@ -0,0 +1 @@
+ea1bea59a64bd03f6ed1b9fd401f22b3372881be
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/maven-metadata.xml
index c7bfd34..9186fca 100644
--- a/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/maven-metadata.xml
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/maven-metadata.xml
@@ -3,10 +3,10 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-android-extensions</artifactId>
<versioning>
- <release>1.2.41</release>
+ <release>1.2.50</release>
<versions>
- <version>1.2.41</version>
+ <version>1.2.50</version>
</versions>
- <lastUpdated>20180430155928</lastUpdated>
+ <lastUpdated>20180613211643</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50-sources.jar
new file mode 100644
index 0000000..23a5651
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50-sources.jar.md5
new file mode 100644
index 0000000..dfb7004
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50-sources.jar.md5
@@ -0,0 +1 @@
+d665c0bdcd4ad67ee26eb0fc35c13e56
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50-sources.jar.sha1
new file mode 100644
index 0000000..ecd30a8
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50-sources.jar.sha1
@@ -0,0 +1 @@
+d47506e18275c93811b2d04cabe3d7220be2f141
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50.jar
new file mode 100644
index 0000000..d594af3
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50.jar.md5
new file mode 100644
index 0000000..b9664da
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50.jar.md5
@@ -0,0 +1 @@
+8f3a017ad1719f33d08f11080f764893
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50.jar.sha1
new file mode 100644
index 0000000..86cab89
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50.jar.sha1
@@ -0,0 +1 @@
+0807f7d867857a69a010455c9f67767055f54351
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50.pom
new file mode 100644
index 0000000..d8da7c8
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50.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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-annotation-processing-gradle</artifactId>
+ <version>1.2.50</version>
+ <name>org.jetbrains.kotlin:kotlin-annotation-processing-gradle</name>
+ <description>Annotation Processor wrapper for Kotlin</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-compiler-embeddable</artifactId>
+ <version>1.2.50</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50.pom.md5
new file mode 100644
index 0000000..190bbff
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50.pom.md5
@@ -0,0 +1 @@
+f961b16c27e826932f2314b29f920f85
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50.pom.sha1
new file mode 100644
index 0000000..3a04798
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.50/kotlin-annotation-processing-gradle-1.2.50.pom.sha1
@@ -0,0 +1 @@
+2bfbda276dfeaedc1a9f51009ac8e27468944cda
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/maven-metadata.xml
index 4cef54f..db12193 100644
--- a/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/maven-metadata.xml
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/maven-metadata.xml
@@ -3,10 +3,10 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-annotation-processing-gradle</artifactId>
<versioning>
- <release>1.2.41</release>
+ <release>1.2.50</release>
<versions>
- <version>1.2.41</version>
+ <version>1.2.50</version>
</versions>
- <lastUpdated>20180430155928</lastUpdated>
+ <lastUpdated>20180613211643</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50-sources.jar
new file mode 100644
index 0000000..699c7a3
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50-sources.jar.md5
new file mode 100644
index 0000000..73c7597
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50-sources.jar.md5
@@ -0,0 +1 @@
+15bfbfd35be12eb141a44149575d3a0a
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50-sources.jar.sha1
new file mode 100644
index 0000000..b714896
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50-sources.jar.sha1
@@ -0,0 +1 @@
+f05f79b8f80717ac0987b020e7ec9ba1cc6fcfc9
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50.jar
new file mode 100644
index 0000000..7f73139
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50.jar.md5
new file mode 100644
index 0000000..68d343e
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50.jar.md5
@@ -0,0 +1 @@
+23dbe20c4fd591fcf8f85e77ab52bf71
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50.jar.sha1
new file mode 100644
index 0000000..e45788e
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50.jar.sha1
@@ -0,0 +1 @@
+21469f24e2f9ed51790536e0e7aed02d74ed9401
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50.pom
new file mode 100644
index 0000000..3e09429
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50.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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-build-common</artifactId>
+ <version>1.2.50</version>
+ <name>org.jetbrains.kotlin:kotlin-build-common</name>
+ <description>Kotlin Build Common</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50.pom.md5
new file mode 100644
index 0000000..086330a
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50.pom.md5
@@ -0,0 +1 @@
+b88176c5b198bb57aa4fa4e9c5a4e5c6
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50.pom.sha1
new file mode 100644
index 0000000..a4b5c45
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/1.2.50/kotlin-build-common-1.2.50.pom.sha1
@@ -0,0 +1 @@
+16d9dbeb524dfad6796af87847ab0801ce810c1b
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/maven-metadata.xml
index 01f0938..3c4c787 100644
--- a/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/maven-metadata.xml
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-build-common/maven-metadata.xml
@@ -3,10 +3,10 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-build-common</artifactId>
<versioning>
- <release>1.2.41</release>
+ <release>1.2.50</release>
<versions>
- <version>1.2.41</version>
+ <version>1.2.50</version>
</versions>
- <lastUpdated>20180430155928</lastUpdated>
+ <lastUpdated>20180613211643</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50-sources.jar
new file mode 100644
index 0000000..68982c3
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50-sources.jar.md5
new file mode 100644
index 0000000..642e4b9
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50-sources.jar.md5
@@ -0,0 +1 @@
+40b02831f49ad6e50a87762236bf6b7a
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50-sources.jar.sha1
new file mode 100644
index 0000000..a25ca0c
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50-sources.jar.sha1
@@ -0,0 +1 @@
+e22d1f59c8bd50a275ced460dd8da3b9dfb4546e
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50.jar
new file mode 100644
index 0000000..cd3dd00
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50.jar.md5
new file mode 100644
index 0000000..d4d5468
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50.jar.md5
@@ -0,0 +1 @@
+00199d5aa5585d61c4514fdb70395011
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50.jar.sha1
new file mode 100644
index 0000000..374d1bc
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50.jar.sha1
@@ -0,0 +1 @@
+6bf096d7a201b8734583b25d90dc3a70fa768628
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50.pom
new file mode 100644
index 0000000..c821e6c
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50.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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-compiler-embeddable</artifactId>
+ <version>1.2.50</version>
+ <name>org.jetbrains.kotlin:kotlin-compiler-embeddable</name>
+ <description>Kotlin Compiler (embeddable)</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.2.50</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-script-runtime</artifactId>
+ <version>1.2.50</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50.pom.md5
new file mode 100644
index 0000000..66d399a
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50.pom.md5
@@ -0,0 +1 @@
+6e3d2075fb478c45d0522032b95bba80
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50.pom.sha1
new file mode 100644
index 0000000..beac6e6
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.50/kotlin-compiler-embeddable-1.2.50.pom.sha1
@@ -0,0 +1 @@
+ad56d9f3996bf1a05f2df33ee26923b5984b8dfb
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/maven-metadata.xml
index bbdc272..21bd6cf 100644
--- a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/maven-metadata.xml
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/maven-metadata.xml
@@ -3,10 +3,10 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-compiler-embeddable</artifactId>
<versioning>
- <release>1.2.41</release>
+ <release>1.2.50</release>
<versions>
- <version>1.2.41</version>
+ <version>1.2.50</version>
</versions>
- <lastUpdated>20180430155928</lastUpdated>
+ <lastUpdated>20180613211643</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50-sources.jar
new file mode 100644
index 0000000..5188695
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50-sources.jar.md5
new file mode 100644
index 0000000..b6c1979
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50-sources.jar.md5
@@ -0,0 +1 @@
+283a86a3c5c4cf560e2eb86a9a44a98d
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50-sources.jar.sha1
new file mode 100644
index 0000000..bd7af2e
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50-sources.jar.sha1
@@ -0,0 +1 @@
+85967885b2445232924b4f86332319e922126f6e
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50.jar
new file mode 100644
index 0000000..48e38b8
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50.jar.md5
new file mode 100644
index 0000000..71bd68e
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50.jar.md5
@@ -0,0 +1 @@
+cf5a8f28293e9944af25b4702031044c
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50.jar.sha1
new file mode 100644
index 0000000..c3b9d1b
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50.jar.sha1
@@ -0,0 +1 @@
+369976f847653cb5c2c4008e872939f633e8fee7
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50.pom
new file mode 100644
index 0000000..b66bab9
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50.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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-compiler-runner</artifactId>
+ <version>1.2.50</version>
+ <name>org.jetbrains.kotlin:kotlin-compiler-runner</name>
+ <description>Compiler runner + daemon client</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-build-common</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-daemon-client</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50.pom.md5
new file mode 100644
index 0000000..e807c25
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50.pom.md5
@@ -0,0 +1 @@
+a9bdd2a6b930713d6b8dc1c0abd24f63
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50.pom.sha1
new file mode 100644
index 0000000..30e5935
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.50/kotlin-compiler-runner-1.2.50.pom.sha1
@@ -0,0 +1 @@
+05ae96719ee1640c9de136c33ce4eb9f6bc9fcc9
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/maven-metadata.xml
index e279828..398094f 100644
--- a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/maven-metadata.xml
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/maven-metadata.xml
@@ -3,10 +3,10 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-compiler-runner</artifactId>
<versioning>
- <release>1.2.41</release>
+ <release>1.2.50</release>
<versions>
- <version>1.2.41</version>
+ <version>1.2.50</version>
</versions>
- <lastUpdated>20180430155928</lastUpdated>
+ <lastUpdated>20180613211643</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50-sources.jar
new file mode 100644
index 0000000..ae4665a
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50-sources.jar.md5
new file mode 100644
index 0000000..768e4d1
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50-sources.jar.md5
@@ -0,0 +1 @@
+4df3edb39240379cbe2804269ac51b09
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50-sources.jar.sha1
new file mode 100644
index 0000000..f9f46b6
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50-sources.jar.sha1
@@ -0,0 +1 @@
+6c8f0e588192567f08493042e5916dade1a9e0fb
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50.jar
new file mode 100644
index 0000000..dc669a8
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50.jar.md5
new file mode 100644
index 0000000..0f315ac
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50.jar.md5
@@ -0,0 +1 @@
+5519c53990d0270e8fe2b10f7a7918a0
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50.jar.sha1
new file mode 100644
index 0000000..c57b823
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50.jar.sha1
@@ -0,0 +1 @@
+3945d8aae64c257a0c8b5027c65f846728e9a093
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50.pom
new file mode 100644
index 0000000..3e307b5
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50.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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-daemon-client</artifactId>
+ <version>1.2.50</version>
+ <name>org.jetbrains.kotlin:kotlin-daemon-client</name>
+ <description>Kotlin Daemon Client</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50.pom.md5
new file mode 100644
index 0000000..ed79c00
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50.pom.md5
@@ -0,0 +1 @@
+49a58080de72c1b33f42583c66e3e101
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50.pom.sha1
new file mode 100644
index 0000000..79a2500
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.50/kotlin-daemon-client-1.2.50.pom.sha1
@@ -0,0 +1 @@
+5c9025d36d947351c915cd52a43f6f77a6e8e6c6
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/maven-metadata.xml
index 1dc3f0a..a300cf1 100644
--- a/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/maven-metadata.xml
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/maven-metadata.xml
@@ -3,10 +3,10 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-daemon-client</artifactId>
<versioning>
- <release>1.2.41</release>
+ <release>1.2.50</release>
<versions>
- <version>1.2.41</version>
+ <version>1.2.50</version>
</versions>
- <lastUpdated>20180430155928</lastUpdated>
+ <lastUpdated>20180613211643</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50-sources.jar
new file mode 100644
index 0000000..a9cae1d
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50-sources.jar.md5
new file mode 100644
index 0000000..36fb81e
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50-sources.jar.md5
@@ -0,0 +1 @@
+46364bfe9dc768e6b61979726711160d
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50-sources.jar.sha1
new file mode 100644
index 0000000..8a6ee8c
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50-sources.jar.sha1
@@ -0,0 +1 @@
+df58f01c989dd18bb3b95e780079a25468d55c4c
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50.jar
new file mode 100644
index 0000000..398f2a6
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50.jar.md5
new file mode 100644
index 0000000..6c7e83b
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50.jar.md5
@@ -0,0 +1 @@
+ba976e4fd5318d764aea15c2ef0b6249
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50.jar.sha1
new file mode 100644
index 0000000..9f8fbb0
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50.jar.sha1
@@ -0,0 +1 @@
+29eeaaf8cbfeabf00db1864584878643f0afc879
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50.pom
new file mode 100644
index 0000000..4be37a9
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50.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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-gradle-plugin-api</artifactId>
+ <version>1.2.50</version>
+ <name>org.jetbrains.kotlin:kotlin-gradle-plugin-api</name>
+ <description>null</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50.pom.md5
new file mode 100644
index 0000000..c2e1e4e
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50.pom.md5
@@ -0,0 +1 @@
+b5af22299dd725d5da5631b01a57550f
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50.pom.sha1
new file mode 100644
index 0000000..2c9c67b
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.50/kotlin-gradle-plugin-api-1.2.50.pom.sha1
@@ -0,0 +1 @@
+589010123ceda14de2e6d2d4f1fcd2532aee0de0
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/maven-metadata.xml
index d1b84ef..295bf67 100644
--- a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/maven-metadata.xml
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/maven-metadata.xml
@@ -3,10 +3,10 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-gradle-plugin-api</artifactId>
<versioning>
- <release>1.2.41</release>
+ <release>1.2.50</release>
<versions>
- <version>1.2.41</version>
+ <version>1.2.50</version>
</versions>
- <lastUpdated>20180430155928</lastUpdated>
+ <lastUpdated>20180613211643</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50-sources.jar
new file mode 100644
index 0000000..fc64b6d
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50-sources.jar.md5
new file mode 100644
index 0000000..dd57887
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50-sources.jar.md5
@@ -0,0 +1 @@
+613468bd0ad9a101e0448108d268711e
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50-sources.jar.sha1
new file mode 100644
index 0000000..ca577bc
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50-sources.jar.sha1
@@ -0,0 +1 @@
+8d32337d2e1c7c7cfd928269f1094da6f977fff7
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50.jar
new file mode 100644
index 0000000..16b08b6
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50.jar.md5
new file mode 100644
index 0000000..c2f44d3
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50.jar.md5
@@ -0,0 +1 @@
+db9c6ad5d0c1cd45f94002e9b76a6225
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50.jar.sha1
new file mode 100644
index 0000000..d8bc1bc
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50.jar.sha1
@@ -0,0 +1 @@
+394a460c1b9aef772b97ffdb16cf8fdcc31e2d82
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50.pom
new file mode 100644
index 0000000..de81adf
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50.pom
@@ -0,0 +1,124 @@
+<?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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-gradle-plugin</artifactId>
+ <version>1.2.50</version>
+ <name>org.jetbrains.kotlin:kotlin-gradle-plugin</name>
+ <description>null</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-gradle-plugin-api</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-android-extensions</artifactId>
+ <version>1.2.50</version>
+ <classifier>original</classifier>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-compiler-runner</artifactId>
+ <version>1.2.50</version>
+ <classifier>original</classifier>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-compiler-embeddable</artifactId>
+ <version>1.2.50</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-annotation-processing-gradle</artifactId>
+ <version>1.2.50</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-android-extensions</artifactId>
+ <version>1.2.50</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-compiler-runner</artifactId>
+ <version>1.2.50</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-reflect</artifactId>
+ <version>1.2.50</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-common</artifactId>
+ <version>1.2.50</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-compiler</artifactId>
+ <version>1.2.50</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-gradle</artifactId>
+ <version>1.2.50</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-build-common</artifactId>
+ <version>1.2.50</version>
+ <classifier>tests</classifier>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-test-junit</artifactId>
+ <version>1.2.50</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50.pom.md5
new file mode 100644
index 0000000..fe8392f
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50.pom.md5
@@ -0,0 +1 @@
+5841f31aec07b6434648bd906ef6a54b
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50.pom.sha1
new file mode 100644
index 0000000..64b37d9
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.2.50/kotlin-gradle-plugin-1.2.50.pom.sha1
@@ -0,0 +1 @@
+d8ed5b5c36860dba8d0787e4dceed17d3921f253
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/maven-metadata.xml
index 92a6aec..6ec91bd 100644
--- a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/maven-metadata.xml
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/maven-metadata.xml
@@ -3,10 +3,10 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-gradle-plugin</artifactId>
<versioning>
- <release>1.2.41</release>
+ <release>1.2.50</release>
<versions>
- <version>1.2.41</version>
+ <version>1.2.50</version>
</versions>
- <lastUpdated>20180430155928</lastUpdated>
+ <lastUpdated>20180613211643</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50-sources.jar
new file mode 100644
index 0000000..4a224ad
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50-sources.jar.md5
new file mode 100644
index 0000000..5e386b7
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50-sources.jar.md5
@@ -0,0 +1 @@
+0770088654955491cf60077e0c3181d5
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50-sources.jar.sha1
new file mode 100644
index 0000000..b561fe4
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50-sources.jar.sha1
@@ -0,0 +1 @@
+752ab51766af77ac8480940230438901b11ccc51
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50.jar
new file mode 100644
index 0000000..9c9c65a
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50.jar.md5
new file mode 100644
index 0000000..9b0630f
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50.jar.md5
@@ -0,0 +1 @@
+dc7772c0713437e234f9d1e969401f8b
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50.jar.sha1
new file mode 100644
index 0000000..f491c30
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50.jar.sha1
@@ -0,0 +1 @@
+9fab8887f91c8e17cce1a7522f45dc25976e57b9
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50.pom
new file mode 100644
index 0000000..f5bc855
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50.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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-reflect</artifactId>
+ <version>1.2.50</version>
+ <name>org.jetbrains.kotlin:kotlin-reflect</name>
+ <description>Kotlin Full Reflection Library</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50.pom.md5
new file mode 100644
index 0000000..2ea4ccb
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50.pom.md5
@@ -0,0 +1 @@
+9bbc06447dce4a7242664e338e356f80
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50.pom.sha1
new file mode 100644
index 0000000..941e0c2
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.50/kotlin-reflect-1.2.50.pom.sha1
@@ -0,0 +1 @@
+c11b8b6022aa2b1bb585763010e1265d37d29a71
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/maven-metadata.xml
index b97995e..3bc99d3 100644
--- a/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/maven-metadata.xml
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/maven-metadata.xml
@@ -3,10 +3,10 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<versioning>
- <release>1.2.41</release>
+ <release>1.2.50</release>
<versions>
- <version>1.2.41</version>
+ <version>1.2.50</version>
</versions>
- <lastUpdated>20180430155928</lastUpdated>
+ <lastUpdated>20180613211643</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50-sources.jar
new file mode 100644
index 0000000..5c95663
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50-sources.jar.md5
new file mode 100644
index 0000000..ba28522
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50-sources.jar.md5
@@ -0,0 +1 @@
+03753016b22101c14b22416bbceab0e0
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50-sources.jar.sha1
new file mode 100644
index 0000000..adb816d
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50-sources.jar.sha1
@@ -0,0 +1 @@
+64500cff5ed2e9a01a8c7a6b880eb92e2b191a20
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50.jar
new file mode 100644
index 0000000..bbb784c
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50.jar.md5
new file mode 100644
index 0000000..b6b6e3d
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50.jar.md5
@@ -0,0 +1 @@
+aaaf5f02468b75d5537bee21b4a21cb8
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50.jar.sha1
new file mode 100644
index 0000000..7065632
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50.jar.sha1
@@ -0,0 +1 @@
+f7f5f9ae0344c2d14ca41ca740d17143ba2ed3bc
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50.pom
new file mode 100644
index 0000000..e978b6e
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50.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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-script-runtime</artifactId>
+ <version>1.2.50</version>
+ <name>org.jetbrains.kotlin:kotlin-script-runtime</name>
+ <description>Kotlin Script Runtime</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50.pom.md5
new file mode 100644
index 0000000..3cae1ee
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50.pom.md5
@@ -0,0 +1 @@
+9d31e290d94fda611048935af41d96eb
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50.pom.sha1
new file mode 100644
index 0000000..b036b7d
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.50/kotlin-script-runtime-1.2.50.pom.sha1
@@ -0,0 +1 @@
+ce26adcadf9b2611fd4528a1581eaeda88ada8b2
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/maven-metadata.xml
index 45ac7bf..560f61c 100644
--- a/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/maven-metadata.xml
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/maven-metadata.xml
@@ -3,10 +3,10 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-script-runtime</artifactId>
<versioning>
- <release>1.2.41</release>
+ <release>1.2.50</release>
<versions>
- <version>1.2.41</version>
+ <version>1.2.50</version>
</versions>
- <lastUpdated>20180430155928</lastUpdated>
+ <lastUpdated>20180613211643</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50-sources.jar
new file mode 100644
index 0000000..e727770
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50-sources.jar.md5
new file mode 100644
index 0000000..2b98691
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50-sources.jar.md5
@@ -0,0 +1 @@
+47a9ba61f700c666aef04995a6b1bb08
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50-sources.jar.sha1
new file mode 100644
index 0000000..88f4191
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50-sources.jar.sha1
@@ -0,0 +1 @@
+17af269b60195354e1f5aa9ae86ebfd7d31b3c32
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50.jar
new file mode 100644
index 0000000..0d149b7
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50.jar.md5
new file mode 100644
index 0000000..6c92b48
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50.jar.md5
@@ -0,0 +1 @@
+46bac9b4336c0aaea3cb139a4e9e5780
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50.jar.sha1
new file mode 100644
index 0000000..5503c67
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50.jar.sha1
@@ -0,0 +1 @@
+21153667cc03f6d39ce8355b7d96aca8e07a5c7b
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50.pom
new file mode 100644
index 0000000..4a12ad4
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50.pom
@@ -0,0 +1,61 @@
+<?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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-common</artifactId>
+ <version>1.2.50</version>
+ <name>org.jetbrains.kotlin:kotlin-scripting-common</name>
+ <description>null</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-reflect</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>*</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlinx</groupId>
+ <artifactId>kotlinx-coroutines-core</artifactId>
+ <version>0.20</version>
+ <scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>*</artifactId>
+ <groupId>*</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50.pom.md5
new file mode 100644
index 0000000..6897bf5
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50.pom.md5
@@ -0,0 +1 @@
+69925ca997fa2ef78c0346b9a4350135
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50.pom.sha1
new file mode 100644
index 0000000..64903b7
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/1.2.50/kotlin-scripting-common-1.2.50.pom.sha1
@@ -0,0 +1 @@
+4e1bfde0a9124792b459bec258cfae2fce8298c9
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/maven-metadata.xml
new file mode 100644
index 0000000..8b47809
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-common/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-common</artifactId>
+ <versioning>
+ <release>1.2.50</release>
+ <versions>
+ <version>1.2.50</version>
+ </versions>
+ <lastUpdated>20180613211643</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50-sources.jar
new file mode 100644
index 0000000..e845aa5
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50-sources.jar.md5
new file mode 100644
index 0000000..bd9ab53
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50-sources.jar.md5
@@ -0,0 +1 @@
+5d83ae6dad91d4de5831d00c3647e8b5
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50-sources.jar.sha1
new file mode 100644
index 0000000..298494c
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50-sources.jar.sha1
@@ -0,0 +1 @@
+35c64db9224032ef48b099f60716ff623e968b76
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50.jar
new file mode 100644
index 0000000..04810b8
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50.jar.md5
new file mode 100644
index 0000000..3ad93d8
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50.jar.md5
@@ -0,0 +1 @@
+6cebbf2bf4d5a4539fbdd9b5807126a5
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50.jar.sha1
new file mode 100644
index 0000000..4ec130a
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50.jar.sha1
@@ -0,0 +1 @@
+ae501a0d0650e702c7612e3f3cf1793c6e33a646
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50.pom
new file mode 100644
index 0000000..0d875eb
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50.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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-compiler</artifactId>
+ <version>1.2.50</version>
+ <name>org.jetbrains.kotlin:kotlin-scripting-compiler</name>
+ <description>Kotlin Scripting Compiler Plugin</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-common</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-jvm</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-misc</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50.pom.md5
new file mode 100644
index 0000000..2fef42f
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50.pom.md5
@@ -0,0 +1 @@
+625fe223b0bf68d790ca44d84f690652
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50.pom.sha1
new file mode 100644
index 0000000..5eb502e
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/1.2.50/kotlin-scripting-compiler-1.2.50.pom.sha1
@@ -0,0 +1 @@
+199c24e119f4ed58bb49966d1a4f0394e6df718f
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/maven-metadata.xml
new file mode 100644
index 0000000..f5c3100
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-compiler/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-compiler</artifactId>
+ <versioning>
+ <release>1.2.50</release>
+ <versions>
+ <version>1.2.50</version>
+ </versions>
+ <lastUpdated>20180613211643</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50-sources.jar
new file mode 100644
index 0000000..382731e
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50-sources.jar.md5
new file mode 100644
index 0000000..585c7ea
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50-sources.jar.md5
@@ -0,0 +1 @@
+8545dca4bbb9161ec8f7e94687944947
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50-sources.jar.sha1
new file mode 100644
index 0000000..b9356e2
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50-sources.jar.sha1
@@ -0,0 +1 @@
+8ae91cea0736e26caa35bc615d2139af2d320329
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50.jar
new file mode 100644
index 0000000..0df7788
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50.jar.md5
new file mode 100644
index 0000000..122a2e6
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50.jar.md5
@@ -0,0 +1 @@
+21ba9244c109806bf3ad3a0f34d8194f
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50.jar.sha1
new file mode 100644
index 0000000..e32a1e2
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50.jar.sha1
@@ -0,0 +1 @@
+a8297d5daa12f8950959ce209d70f14dddfc5491
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50.pom
new file mode 100644
index 0000000..abdd215
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50.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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-gradle</artifactId>
+ <version>1.2.50</version>
+ <name>org.jetbrains.kotlin:kotlin-scripting-gradle</name>
+ <description>Kotlin Scripting Compiler Plugin for Gradle</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-gradle-plugin-api</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-common</artifactId>
+ <version>1.2.50</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-jvm</artifactId>
+ <version>1.2.50</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-misc</artifactId>
+ <version>1.2.50</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50.pom.md5
new file mode 100644
index 0000000..985329f
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50.pom.md5
@@ -0,0 +1 @@
+242f39cc83c4a444b2e21d69b462b84c
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50.pom.sha1
new file mode 100644
index 0000000..ad5f8fe
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/1.2.50/kotlin-scripting-gradle-1.2.50.pom.sha1
@@ -0,0 +1 @@
+9a6aa618566a4bdd528913cb7e382bba52c446db
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/maven-metadata.xml
new file mode 100644
index 0000000..9bb10e2
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-gradle/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-gradle</artifactId>
+ <versioning>
+ <release>1.2.50</release>
+ <versions>
+ <version>1.2.50</version>
+ </versions>
+ <lastUpdated>20180613211643</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50-sources.jar
new file mode 100644
index 0000000..cecf6b9
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50-sources.jar.md5
new file mode 100644
index 0000000..35f7851
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50-sources.jar.md5
@@ -0,0 +1 @@
+e055ac68c69834b603a1a8ed066f163d
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50-sources.jar.sha1
new file mode 100644
index 0000000..e50d4a2
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50-sources.jar.sha1
@@ -0,0 +1 @@
+b5031c8d9931aae9cc9be7432501ea51c049fdbf
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50.jar
new file mode 100644
index 0000000..a02aa3f
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50.jar.md5
new file mode 100644
index 0000000..0a4acd4
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50.jar.md5
@@ -0,0 +1 @@
+8955507d1279d559bee4ff7a86a08612
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50.jar.sha1
new file mode 100644
index 0000000..bfa678b
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50.jar.sha1
@@ -0,0 +1 @@
+c67d7f91d20e22e8dda8101cad1e673d37f86bf9
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50.pom
new file mode 100644
index 0000000..5d44401
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50.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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-jvm</artifactId>
+ <version>1.2.50</version>
+ <name>org.jetbrains.kotlin:kotlin-scripting-jvm</name>
+ <description>null</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-script-runtime</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-common</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50.pom.md5
new file mode 100644
index 0000000..3f99619
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50.pom.md5
@@ -0,0 +1 @@
+ffe7ca379ad2a5fa264fd59774cd7aa9
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50.pom.sha1
new file mode 100644
index 0000000..cc6af7c
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/1.2.50/kotlin-scripting-jvm-1.2.50.pom.sha1
@@ -0,0 +1 @@
+2927df45edba3c5aadf67a570555d2dd280369b7
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/maven-metadata.xml
new file mode 100644
index 0000000..bf844bd
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-jvm/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-jvm</artifactId>
+ <versioning>
+ <release>1.2.50</release>
+ <versions>
+ <version>1.2.50</version>
+ </versions>
+ <lastUpdated>20180613211643</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50-sources.jar
new file mode 100644
index 0000000..25c1780
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50-sources.jar.md5
new file mode 100644
index 0000000..d6fdef0
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50-sources.jar.md5
@@ -0,0 +1 @@
+be9264a02464a26134ea73701c3587e6
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50-sources.jar.sha1
new file mode 100644
index 0000000..26c4352
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50-sources.jar.sha1
@@ -0,0 +1 @@
+af347874b9368b53738822bb2580399ffe2cb59a
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50.jar
new file mode 100644
index 0000000..24697d7
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50.jar.md5
new file mode 100644
index 0000000..f4c2eea
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50.jar.md5
@@ -0,0 +1 @@
+ba0e3d55096af7e940ab948e6c98e118
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50.jar.sha1
new file mode 100644
index 0000000..6a0c627
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50.jar.sha1
@@ -0,0 +1 @@
+0665845d3490908f847d8991a495849784fc83d4
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50.pom
new file mode 100644
index 0000000..2aedc79
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50.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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-misc</artifactId>
+ <version>1.2.50</version>
+ <name>org.jetbrains.kotlin:kotlin-scripting-misc</name>
+ <description>null</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-script-runtime</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-common</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50.pom.md5
new file mode 100644
index 0000000..13c54ad
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50.pom.md5
@@ -0,0 +1 @@
+0bc0d35a1e261795fb933686c4a3f48a
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50.pom.sha1
new file mode 100644
index 0000000..eba12e1
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/1.2.50/kotlin-scripting-misc-1.2.50.pom.sha1
@@ -0,0 +1 @@
+00d1e1b693e267e55a4ca133eead6e89284f6f47
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/maven-metadata.xml
new file mode 100644
index 0000000..ca287d3
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-scripting-misc/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-scripting-misc</artifactId>
+ <versioning>
+ <release>1.2.50</release>
+ <versions>
+ <version>1.2.50</version>
+ </versions>
+ <lastUpdated>20180613211643</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50-sources.jar
new file mode 100644
index 0000000..1d893fd
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50-sources.jar.md5
new file mode 100644
index 0000000..c42d687
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50-sources.jar.md5
@@ -0,0 +1 @@
+19577ccbb4a5fbf7d7873fd9b48016d4
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50-sources.jar.sha1
new file mode 100644
index 0000000..37023c8
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50-sources.jar.sha1
@@ -0,0 +1 @@
+d3189b4b8c72c7f3a327e3c21dca8dbcba267359
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50.jar
new file mode 100644
index 0000000..055a7c3
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50.jar.md5
new file mode 100644
index 0000000..1046e9c
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50.jar.md5
@@ -0,0 +1 @@
+86e45c0527c5b128316bfbe474fff859
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50.jar.sha1
new file mode 100644
index 0000000..a75fa0f
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50.jar.sha1
@@ -0,0 +1 @@
+6b19a2fcc29d34878b3aab33fd5fcf70458a73df
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50.pom
new file mode 100644
index 0000000..5535f67
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50.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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-common</artifactId>
+ <version>1.2.50</version>
+ <name>org.jetbrains.kotlin:kotlin-stdlib-common</name>
+ <description>Kotlin Common Standard Library</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-test-common</artifactId>
+ <version>1.2.50</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-test-annotations-common</artifactId>
+ <version>1.2.50</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50.pom.md5
new file mode 100644
index 0000000..9d1039f
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50.pom.md5
@@ -0,0 +1 @@
+78c5a6b48e6b9e1475513b140ab4f134
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50.pom.sha1
new file mode 100644
index 0000000..c7b31b6
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.2.50/kotlin-stdlib-common-1.2.50.pom.sha1
@@ -0,0 +1 @@
+abe4f8fa43473db692f8f93c291f1f78ee6776b9
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/maven-metadata.xml
new file mode 100644
index 0000000..c9e2499
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-common</artifactId>
+ <versioning>
+ <release>1.2.50</release>
+ <versions>
+ <version>1.2.50</version>
+ </versions>
+ <lastUpdated>20180613211643</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50-sources.jar
new file mode 100644
index 0000000..a6c60d9
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50-sources.jar.md5
new file mode 100644
index 0000000..86bc7a5
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50-sources.jar.md5
@@ -0,0 +1 @@
+70e5f39a14aa86d62707121f3db1ca7f
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50-sources.jar.sha1
new file mode 100644
index 0000000..3023d18
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50-sources.jar.sha1
@@ -0,0 +1 @@
+2bafa7a4857213456b94f5bca20508ccf640eac6
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50.jar
new file mode 100644
index 0000000..617af26
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50.jar.md5
new file mode 100644
index 0000000..deb4a4d
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50.jar.md5
@@ -0,0 +1 @@
+4a53306a4b67e367209164d17b7f0a53
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50.jar.sha1
new file mode 100644
index 0000000..231c183
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50.jar.sha1
@@ -0,0 +1 @@
+03811b225f9a22abf4f9d8a6f81adef0ba78a3c5
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50.pom
new file mode 100644
index 0000000..9279027
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50.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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-jdk7</artifactId>
+ <version>1.2.50</version>
+ <name>org.jetbrains.kotlin:kotlin-stdlib-jdk7</name>
+ <description>Kotlin Standard Library JDK 7 extension</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-test-junit</artifactId>
+ <version>1.2.50</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50.pom.md5
new file mode 100644
index 0000000..f724472
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50.pom.md5
@@ -0,0 +1 @@
+69fa567bd679eb6e2a6b3cca4b44dd89
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50.pom.sha1
new file mode 100644
index 0000000..6cd3990
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.2.50/kotlin-stdlib-jdk7-1.2.50.pom.sha1
@@ -0,0 +1 @@
+829f19dd3db7dce0fb7b4348d5b9d20d5bf5237f
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/maven-metadata.xml
new file mode 100644
index 0000000..f1157af
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-jdk7</artifactId>
+ <versioning>
+ <release>1.2.50</release>
+ <versions>
+ <version>1.2.50</version>
+ </versions>
+ <lastUpdated>20180613202435</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50-sources.jar
new file mode 100644
index 0000000..de80c38
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50-sources.jar.md5
new file mode 100644
index 0000000..12b466a
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50-sources.jar.md5
@@ -0,0 +1 @@
+e47fe4fc331e4f6ad0c00b13ea6bf4d5
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50-sources.jar.sha1
new file mode 100644
index 0000000..a60ddf4
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50-sources.jar.sha1
@@ -0,0 +1 @@
+198c466da68f2cc56feae7ce634fbbe7e78539a4
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50.jar
new file mode 100644
index 0000000..8620499
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50.jar.md5
new file mode 100644
index 0000000..a8d75a0
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50.jar.md5
@@ -0,0 +1 @@
+7c6b08ec87e64a56dbae283f0ded4845
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50.jar.sha1
new file mode 100644
index 0000000..c8db8df
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50.jar.sha1
@@ -0,0 +1 @@
+baf551dec8b4dc94c9dd59561400f16b3b5835a6
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50.pom
new file mode 100644
index 0000000..8f2db63
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50.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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-jdk8</artifactId>
+ <version>1.2.50</version>
+ <name>org.jetbrains.kotlin:kotlin-stdlib-jdk8</name>
+ <description>Kotlin Standard Library JDK 8 extension</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-jdk7</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-test-junit</artifactId>
+ <version>1.2.50</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50.pom.md5
new file mode 100644
index 0000000..b35ad36
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50.pom.md5
@@ -0,0 +1 @@
+f184d62c8e52086fe292df5e7ec18e99
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50.pom.sha1
new file mode 100644
index 0000000..10cd96f
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.50/kotlin-stdlib-jdk8-1.2.50.pom.sha1
@@ -0,0 +1 @@
+91be5f579af82a13eaba3b9484c33f639d680425
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/maven-metadata.xml
new file mode 100644
index 0000000..aa06a3c
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-jdk8</artifactId>
+ <versioning>
+ <release>1.2.50</release>
+ <versions>
+ <version>1.2.50</version>
+ </versions>
+ <lastUpdated>20180613202435</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0-sources.jar
new file mode 100644
index 0000000..c959dc1
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0-sources.jar.md5
new file mode 100644
index 0000000..0a01fbd
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0-sources.jar.md5
@@ -0,0 +1 @@
+5d284b582277761130bea7a41c65c9f9
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0-sources.jar.sha1
new file mode 100644
index 0000000..bef0747
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0-sources.jar.sha1
@@ -0,0 +1 @@
+d6ced6c0bf21af19fb83f24bb6ff28ea43ddc61f
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0.jar
new file mode 100644
index 0000000..c75c94c
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0.jar.md5
new file mode 100644
index 0000000..970b7a4
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0.jar.md5
@@ -0,0 +1 @@
+95528d57ad881428b42228a13cce1382
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0.jar.sha1
new file mode 100644
index 0000000..a5308da
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0.jar.sha1
@@ -0,0 +1 @@
+ec8b969e26fbcf2265a4d1a1539c4d1d4c5af380
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0.pom
new file mode 100644
index 0000000..c37df34
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-jre7</artifactId>
+ <version>1.2.0</version>
+ <name>org.jetbrains.kotlin:kotlin-stdlib-jre7</name>
+ <description>Kotlin Standard Library JRE 7 extension (deprecated)</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.2.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-test-junit</artifactId>
+ <version>1.2.0</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0.pom.md5
new file mode 100644
index 0000000..39073fa
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0.pom.md5
@@ -0,0 +1 @@
+dc3a68489aa707acba82768104f69b89
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0.pom.sha1
new file mode 100644
index 0000000..64f52b3
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.0/kotlin-stdlib-jre7-1.2.0.pom.sha1
@@ -0,0 +1 @@
+52d689e2aecf9c5ee2ca40c9512069ea77b4eb06
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20-sources.jar
new file mode 100644
index 0000000..bb27477
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20-sources.jar.md5
new file mode 100644
index 0000000..4dc1561
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20-sources.jar.md5
@@ -0,0 +1 @@
+4019d52b7126cc928f72a896444da7ab
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20-sources.jar.sha1
new file mode 100644
index 0000000..80e7b3f
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20-sources.jar.sha1
@@ -0,0 +1 @@
+3aebe728a21a4a95dc6dccf155bc8fa539a694cd
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20.jar
new file mode 100644
index 0000000..42aac0f
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20.jar.md5
new file mode 100644
index 0000000..5a30500
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20.jar.md5
@@ -0,0 +1 @@
+4f58312b3506fdde62d686b2eca76706
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20.jar.sha1
new file mode 100644
index 0000000..713a8b9
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20.jar.sha1
@@ -0,0 +1 @@
+01ba23e74292b5af8980efde762fdd44fb61ddc2
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20.pom
new file mode 100644
index 0000000..578f185
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20.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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-jre7</artifactId>
+ <version>1.2.20</version>
+ <name>org.jetbrains.kotlin:kotlin-stdlib-jre7</name>
+ <description>Kotlin Standard Library JRE 7 extension (deprecated)</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.2.20</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-test-junit</artifactId>
+ <version>1.2.20</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20.pom.md5
new file mode 100644
index 0000000..66bef00
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20.pom.md5
@@ -0,0 +1 @@
+2bcb4be2f1d7a3e9d7b354b167684674
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20.pom.sha1
new file mode 100644
index 0000000..b9eb5ce
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/1.2.20/kotlin-stdlib-jre7-1.2.20.pom.sha1
@@ -0,0 +1 @@
+71ee17dd1dfbc25af3d173baefd89d34f76c12a3
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/maven-metadata.xml
index f69bfde..0b52514 100644
--- a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/maven-metadata.xml
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre7/maven-metadata.xml
@@ -6,7 +6,8 @@
<release>1.2.41</release>
<versions>
<version>1.2.41</version>
+ <version>1.2.0</version>
</versions>
- <lastUpdated>20180430155504</lastUpdated>
+ <lastUpdated>20180503103357</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0-sources.jar
new file mode 100644
index 0000000..d3282cf
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0-sources.jar.md5
new file mode 100644
index 0000000..371bf4a
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0-sources.jar.md5
@@ -0,0 +1 @@
+82c4e8dc1ee2e3721169c1c2dcb3f760
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0-sources.jar.sha1
new file mode 100644
index 0000000..665bd28
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0-sources.jar.sha1
@@ -0,0 +1 @@
+3d425bfaaa7f8b1affb652c4257aa57e6597e163
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0.jar
new file mode 100644
index 0000000..fdddb0b
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0.jar.md5
new file mode 100644
index 0000000..8df59ff
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0.jar.md5
@@ -0,0 +1 @@
+85afa9a8062a2176c483a692c6390207
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0.jar.sha1
new file mode 100644
index 0000000..78d1277
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0.jar.sha1
@@ -0,0 +1 @@
+505f55b9619bbc5f5e26c77427dd24a6a441eef1
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0.pom
new file mode 100644
index 0000000..073184c
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0.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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-jre8</artifactId>
+ <version>1.2.0</version>
+ <name>org.jetbrains.kotlin:kotlin-stdlib-jre8</name>
+ <description>Kotlin Standard Library JRE 8 extension (deprecated)</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.2.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-jre7</artifactId>
+ <version>1.2.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-test-junit</artifactId>
+ <version>1.2.0</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0.pom.md5
new file mode 100644
index 0000000..9f1207a
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0.pom.md5
@@ -0,0 +1 @@
+9ce40fea201111a353f7a9cc6611ba22
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0.pom.sha1
new file mode 100644
index 0000000..a4086c5
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.0/kotlin-stdlib-jre8-1.2.0.pom.sha1
@@ -0,0 +1 @@
+dd37e31bef41f48317214e93134ff54372bad406
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20-sources.jar
new file mode 100644
index 0000000..18fc1f5
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20-sources.jar.md5
new file mode 100644
index 0000000..c416a8d
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20-sources.jar.md5
@@ -0,0 +1 @@
+b8cc2e52101c72e292add31eb8e3f79f
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20-sources.jar.sha1
new file mode 100644
index 0000000..df0eccc
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20-sources.jar.sha1
@@ -0,0 +1 @@
+12612a998f6c2087936051c844e7e3e4816222ce
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20.jar
new file mode 100644
index 0000000..05aa115
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20.jar.md5
new file mode 100644
index 0000000..dd96e38
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20.jar.md5
@@ -0,0 +1 @@
+5eb008323aae542ca5fc097b3af7b130
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20.jar.sha1
new file mode 100644
index 0000000..b3615df
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20.jar.sha1
@@ -0,0 +1 @@
+f77d7863695e17041b50ebe5e2f87e5314a2c812
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20.pom
new file mode 100644
index 0000000..2346fdb
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20.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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-jre8</artifactId>
+ <version>1.2.20</version>
+ <name>org.jetbrains.kotlin:kotlin-stdlib-jre8</name>
+ <description>Kotlin Standard Library JRE 8 extension (deprecated)</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.2.20</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-jre7</artifactId>
+ <version>1.2.20</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-test-junit</artifactId>
+ <version>1.2.20</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20.pom.md5
new file mode 100644
index 0000000..e49d0dd
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20.pom.md5
@@ -0,0 +1 @@
+7e4c3364cc3d9de2b379b6545a2933e3
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20.pom.sha1
new file mode 100644
index 0000000..c2402a8
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/1.2.20/kotlin-stdlib-jre8-1.2.20.pom.sha1
@@ -0,0 +1 @@
+9d98d1edfad204381c626fe698dc091cb8bf3e46
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/maven-metadata.xml
index 0438d2f..11d9225 100644
--- a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/maven-metadata.xml
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8/maven-metadata.xml
@@ -6,7 +6,8 @@
<release>1.2.41</release>
<versions>
<version>1.2.41</version>
+ <version>1.2.0</version>
</versions>
- <lastUpdated>20180430155504</lastUpdated>
+ <lastUpdated>20180503103357</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50-sources.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50-sources.jar
new file mode 100644
index 0000000..6d9025e
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50-sources.jar.md5
new file mode 100644
index 0000000..9091194
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50-sources.jar.md5
@@ -0,0 +1 @@
+4e879288bae2ac3e1f54bb09f4fa9a3a
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50-sources.jar.sha1
new file mode 100644
index 0000000..97fc0c2
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50-sources.jar.sha1
@@ -0,0 +1 @@
+9ec9cf82e5e18d990a4b4fb3b5763cd3637b6d63
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50.jar
new file mode 100644
index 0000000..55ceac1
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50.jar.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50.jar.md5
new file mode 100644
index 0000000..5e54a09
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50.jar.md5
@@ -0,0 +1 @@
+b55f1d79c75cc080f6308b3866b9b8ca
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50.jar.sha1
new file mode 100644
index 0000000..057ff3c
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50.jar.sha1
@@ -0,0 +1 @@
+66d47b004c5b8a1d2d1df9e463187390ed741316
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50.pom
new file mode 100644
index 0000000..be5fad9
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50.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>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.2.50</version>
+ <name>org.jetbrains.kotlin:kotlin-stdlib</name>
+ <description>Kotlin Standard Library for JVM</description>
+ <url>https://kotlinlang.org/</url>
+ <licenses>
+ <license>
+ <name>The Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>Kotlin Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>https://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+ <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+ <url>https://github.com/JetBrains/kotlin</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-common</artifactId>
+ <version>1.2.50</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains</groupId>
+ <artifactId>annotations</artifactId>
+ <version>13.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-test-junit</artifactId>
+ <version>1.2.50</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50.pom.md5 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50.pom.md5
new file mode 100644
index 0000000..f0d9cee
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50.pom.md5
@@ -0,0 +1 @@
+9c10afaca115efd1e780e627e57e637a
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50.pom.sha1
new file mode 100644
index 0000000..c45802a
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.50/kotlin-stdlib-1.2.50.pom.sha1
@@ -0,0 +1 @@
+5c8cb0222c6be02f8bfc4bd5ba27f333cba0a7b7
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/maven-metadata.xml
index c269ae1..e772178 100644
--- a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/maven-metadata.xml
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/maven-metadata.xml
@@ -3,10 +3,10 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<versioning>
- <release>1.2.40</release>
+ <release>1.2.50</release>
<versions>
- <version>1.2.40</version>
+ <version>1.2.50</version>
</versions>
- <lastUpdated>20180430161411</lastUpdated>
+ <lastUpdated>20180613211643</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20-sources.jar b/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20-sources.jar
new file mode 100644
index 0000000..9f729a8
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20-sources.jar.md5 b/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20-sources.jar.md5
new file mode 100644
index 0000000..e3e68f8
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20-sources.jar.md5
@@ -0,0 +1 @@
+bd3a4a0d184e672d600fb793d4480044
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20-sources.jar.sha1 b/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20-sources.jar.sha1
new file mode 100644
index 0000000..15dd879
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20-sources.jar.sha1
@@ -0,0 +1 @@
+69aa4e6352eee317fe50ae2146ec628c59be3845
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20.jar b/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20.jar
new file mode 100644
index 0000000..e750b15
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20.jar.md5 b/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20.jar.md5
new file mode 100644
index 0000000..f70296e
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20.jar.md5
@@ -0,0 +1 @@
+6db4e8185a2c19a821fa235b5a35ccfa
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20.jar.sha1 b/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20.jar.sha1
new file mode 100644
index 0000000..553b2f0
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20.jar.sha1
@@ -0,0 +1 @@
+5f3fa9b5b2dc9cfc0d9358d5b2cab154d590a564
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20.pom b/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20.pom
new file mode 100644
index 0000000..f3ebb2b
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20.pom
@@ -0,0 +1,36 @@
+<?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.jetbrains.kotlinx</groupId>
+ <artifactId>kotlinx-coroutines-core</artifactId>
+ <version>0.20</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>1.2.0</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+ <name>kotlinx-coroutines-core</name>
+ <description>Coroutines support libraries for Kotlin</description>
+ <url>https://github.com/Kotlin/kotlinx.coroutines</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>JetBrains</id>
+ <name>JetBrains Team</name>
+ <organization>JetBrains</organization>
+ <organizationUrl>http://www.jetbrains.com</organizationUrl>
+ </developer>
+ </developers>
+ <scm>
+ <url>https://github.com/Kotlin/kotlinx.coroutines</url>
+ </scm>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20.pom.md5 b/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20.pom.md5
new file mode 100644
index 0000000..d82c596
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20.pom.md5
@@ -0,0 +1 @@
+bb1b1580ddbd758904ea56d0b0d4c331
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20.pom.sha1 b/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20.pom.sha1
new file mode 100644
index 0000000..9da6125
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/0.20/kotlinx-coroutines-core-0.20.pom.sha1
@@ -0,0 +1 @@
+ba978001b3770252bd6dd4fafe52839f28486cb5
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/maven-metadata.xml b/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/maven-metadata.xml
new file mode 100644
index 0000000..9f9a961
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlinx/kotlinx-coroutines-core/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.jetbrains.kotlinx</groupId>
+ <artifactId>kotlinx-coroutines-core</artifactId>
+ <versioning>
+ <release>0.20</release>
+ <versions>
+ <version>0.20</version>
+ </versions>
+ <lastUpdated>20180613211643</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/trove4j-20160824.jar b/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/trove4j-20160824.jar
index 6bbf9e9..ef6a343 100644
--- a/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/trove4j-20160824.jar
+++ b/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/trove4j-20160824.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/trove4j-20160824.jar.md5 b/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/trove4j-20160824.jar.md5
index 58a4c78..f0f27cb 100644
--- a/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/trove4j-20160824.jar.md5
+++ b/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/trove4j-20160824.jar.md5
@@ -1 +1 @@
-811d5ffc8bdf0df316d32a3505a8195e
\ No newline at end of file
+43956bc5e8050e4fc51b46d208193572
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/trove4j-20160824.jar.sha1 b/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/trove4j-20160824.jar.sha1
index 0d00d91..7fb6e33 100644
--- a/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/trove4j-20160824.jar.sha1
+++ b/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/trove4j-20160824.jar.sha1
@@ -1 +1 @@
-67db0bb695588a14a5a9a40ba9b4adcf4161758b
\ No newline at end of file
+33c3e174a9c8368d93761d3d12712db18e903959
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/trove4j/trove4j/maven-metadata.xml b/common/m2/repository/org/jetbrains/trove4j/trove4j/maven-metadata.xml
new file mode 100644
index 0000000..798f307
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/trove4j/trove4j/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.jetbrains.trove4j</groupId>
+ <artifactId>trove4j</artifactId>
+ <versioning>
+ <release>20160824</release>
+ <versions>
+ <version>20160824</version>
+ </versions>
+ <lastUpdated>20180418195242</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/jvnet/staxex/stax-ex/maven-metadata.xml b/common/m2/repository/org/jvnet/staxex/stax-ex/maven-metadata.xml
new file mode 100644
index 0000000..a341418
--- /dev/null
+++ b/common/m2/repository/org/jvnet/staxex/stax-ex/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.jvnet.staxex</groupId>
+ <artifactId>stax-ex</artifactId>
+ <versioning>
+ <release>1.7.7</release>
+ <versions>
+ <version>1.7.7</version>
+ </versions>
+ <lastUpdated>20180418195247</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0-sources.jar b/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0-sources.jar
new file mode 100644
index 0000000..b89ffb5
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0-sources.jar.md5 b/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0-sources.jar.md5
new file mode 100644
index 0000000..14fe418
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0-sources.jar.md5
@@ -0,0 +1 @@
+71da60dc16d4032e13e18b001fd9cacd
\ No newline at end of file
diff --git a/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0-sources.jar.sha1 b/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0-sources.jar.sha1
new file mode 100644
index 0000000..97c755b
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0-sources.jar.sha1
@@ -0,0 +1 @@
+8e7e6e75205e67839992bbb2c13094b684f8a475
\ No newline at end of file
diff --git a/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0.jar b/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0.jar
new file mode 100644
index 0000000..c10144e
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0.jar
Binary files differ
diff --git a/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0.jar.md5 b/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0.jar.md5
new file mode 100644
index 0000000..fcaf916
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0.jar.md5
@@ -0,0 +1 @@
+5167dc4a68a7e39d9d58712d46a23572
\ No newline at end of file
diff --git a/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0.jar.sha1 b/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0.jar.sha1
new file mode 100644
index 0000000..fc7d706
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0.jar.sha1
@@ -0,0 +1 @@
+a022ee494c753789a1e7cae75099de81d8a5cea6
\ No newline at end of file
diff --git a/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0.pom b/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0.pom
new file mode 100644
index 0000000..6da6f77
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0.pom
@@ -0,0 +1,541 @@
+<?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>2.16.0</version>
+ <dependencies>
+ <dependency>
+ <groupId>net.bytebuddy</groupId>
+ <artifactId>byte-buddy</artifactId>
+ <version>1.7.9</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>net.bytebuddy</groupId>
+ <artifactId>byte-buddy-agent</artifactId>
+ <version>1.7.9</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.objenesis</groupId>
+ <artifactId>objenesis</artifactId>
+ <version>2.6</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+ <name>mockito-core</name>
+ <packaging>jar</packaging>
+ <url>https://github.com/mockito/mockito</url>
+ <description>Mockito mock objects library core API and implementation</description>
+ <licenses>
+ <license>
+ <name>The MIT License</name>
+ <url>https://github.com/mockito/mockito/blob/master/LICENSE</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <scm>
+ <url>https://github.com/mockito/mockito.git</url>
+ </scm>
+ <issueManagement>
+ <url>https://github.com/mockito/mockito/issues</url>
+ <system>GitHub issues</system>
+ </issueManagement>
+ <ciManagement>
+ <url>https://travis-ci.org/mockito/mockito</url>
+ <system>TravisCI</system>
+ </ciManagement>
+ <developers>
+ <developer>
+ <id>mockitoguy</id>
+ <name>Szczepan Faber</name>
+ <roles>
+ <role>Core developer</role>
+ </roles>
+ <url>https://github.com/mockitoguy</url>
+ </developer>
+ <developer>
+ <id>bric3</id>
+ <name>Brice Dutheil</name>
+ <roles>
+ <role>Core developer</role>
+ </roles>
+ <url>https://github.com/bric3</url>
+ </developer>
+ <developer>
+ <id>raphw</id>
+ <name>Rafael Winterhalter</name>
+ <roles>
+ <role>Core developer</role>
+ </roles>
+ <url>https://github.com/raphw</url>
+ </developer>
+ <developer>
+ <id>TimvdLippe</id>
+ <name>Tim van der Lippe</name>
+ <roles>
+ <role>Core developer</role>
+ </roles>
+ <url>https://github.com/TimvdLippe</url>
+ </developer>
+ </developers>
+ <contributors>
+ <contributor>
+ <name>continuous-delivery-drone</name>
+ <url>https://github.com/continuous-delivery-drone</url>
+ </contributor>
+ <contributor>
+ <name>Marcin Zajączkowski</name>
+ <url>https://github.com/szpak</url>
+ </contributor>
+ <contributor>
+ <name>Pascal Schumacher</name>
+ <url>https://github.com/PascalSchumacher</url>
+ </contributor>
+ <contributor>
+ <name>Igor Czechowski</name>
+ <url>https://github.com/iczechowski</url>
+ </contributor>
+ <contributor>
+ <name>shipkit.org automated bot</name>
+ <url>https://github.com/shipkit-org</url>
+ </contributor>
+ <contributor>
+ <name>Bartosz Bańkowski</name>
+ <url>https://github.com/bbankowski</url>
+ </contributor>
+ <contributor>
+ <name>Allon Murienik</name>
+ <url>https://github.com/mureinik</url>
+ </contributor>
+ <contributor>
+ <name>Christian Schwarz</name>
+ <url>https://github.com/ChristianSchwarz</url>
+ </contributor>
+ <contributor>
+ <name>Lukasz Szewc</name>
+ <url>https://github.com/lukasz-szewc</url>
+ </contributor>
+ <contributor>
+ <name>Erhard Pointl</name>
+ <url>https://github.com/epeee</url>
+ </contributor>
+ <contributor>
+ <name>Marcin Grzejszczak</name>
+ <url>https://github.com/marcingrzejszczak</url>
+ </contributor>
+ <contributor>
+ <name>Marc Philipp</name>
+ <url>https://github.com/marcphilipp</url>
+ </contributor>
+ <contributor>
+ <name>Tim Perry</name>
+ <url>https://github.com/pimterry</url>
+ </contributor>
+ <contributor>
+ <name>David J. M. Karlsen</name>
+ <url>https://github.com/davidkarlsen</url>
+ </contributor>
+ <contributor>
+ <name>Dawud-xx</name>
+ <url>https://github.com/Dawud-xx</url>
+ </contributor>
+ <contributor>
+ <name>Philip P. Moltmann</name>
+ <url>https://github.com/moltmann</url>
+ </contributor>
+ <contributor>
+ <name>Lovro Pandžić</name>
+ <url>https://github.com/lpandzic</url>
+ </contributor>
+ <contributor>
+ <name>Werner Beroux</name>
+ <url>https://github.com/wernight</url>
+ </contributor>
+ <contributor>
+ <name>Tsuyoshi Murakami</name>
+ <url>https://github.com/tmurakami</url>
+ </contributor>
+ <contributor>
+ <name>jerzykrlk</name>
+ <url>https://github.com/jerzykrlk</url>
+ </contributor>
+ <contributor>
+ <name>alberskib</name>
+ <url>https://github.com/alberskib</url>
+ </contributor>
+ <contributor>
+ <name>Joseph Walton</name>
+ <url>https://github.com/josephw</url>
+ </contributor>
+ <contributor>
+ <name>Serge Bishyr</name>
+ <url>https://github.com/SeriyBg</url>
+ </contributor>
+ <contributor>
+ <name>Michal Kordas</name>
+ <url>https://github.com/mkordas</url>
+ </contributor>
+ <contributor>
+ <name>Kamil Szymański</name>
+ <url>https://github.com/kamilszymanski</url>
+ </contributor>
+ <contributor>
+ <name>Hynek Mlnařík</name>
+ <url>https://github.com/hmlnarik</url>
+ </contributor>
+ <contributor>
+ <name>Hugh Hamill</name>
+ <url>https://github.com/hughwphamill</url>
+ </contributor>
+ <contributor>
+ <name>Hans Joachim Desserud</name>
+ <url>https://github.com/hansjoachim</url>
+ </contributor>
+ <contributor>
+ <name>Gunnar Wagenknecht</name>
+ <url>https://github.com/guw</url>
+ </contributor>
+ <contributor>
+ <name>Dmytro Chyzhykov</name>
+ <url>https://github.com/ffbit</url>
+ </contributor>
+ <contributor>
+ <name>r-smirnov</name>
+ <url>https://github.com/r-smirnov</url>
+ </contributor>
+ <contributor>
+ <name>ianparkinson</name>
+ <url>https://github.com/ianparkinson</url>
+ </contributor>
+ <contributor>
+ <name>dmac100</name>
+ <url>https://github.com/dmac100</url>
+ </contributor>
+ <contributor>
+ <name>Vineet Kumar</name>
+ <url>https://github.com/vin</url>
+ </contributor>
+ <contributor>
+ <name>Urs Metz</name>
+ <url>https://github.com/UrsMetz</url>
+ </contributor>
+ <contributor>
+ <name>Tarnowski Jan</name>
+ <url>https://github.com/tarnowskijan</url>
+ </contributor>
+ <contributor>
+ <name>Stephan Schroevers</name>
+ <url>https://github.com/Stephan202</url>
+ </contributor>
+ <contributor>
+ <name>Roman Elizarov</name>
+ <url>https://github.com/elizarov</url>
+ </contributor>
+ <contributor>
+ <name>Roland Hauser</name>
+ <url>https://github.com/SourcePond</url>
+ </contributor>
+ <contributor>
+ <name>Michał Borek</name>
+ <url>https://github.com/michalborek</url>
+ </contributor>
+ <contributor>
+ <name>Michael Pinnegar</name>
+ <url>https://github.com/Jazzepi</url>
+ </contributor>
+ <contributor>
+ <name>Marius Volkhart</name>
+ <url>https://github.com/MariusVolkhart</url>
+ </contributor>
+ <contributor>
+ <name>Lucas Cavalcanti</name>
+ <url>https://github.com/lucascs</url>
+ </contributor>
+ <contributor>
+ <name>Leonardo Carrasco</name>
+ <url>https://github.com/thesnowgoose</url>
+ </contributor>
+ <contributor>
+ <name>Krzysztof Wolny</name>
+ <url>https://github.com/vanta</url>
+ </contributor>
+ <contributor>
+ <name>Jeffrey Falgout</name>
+ <url>https://github.com/JeffreyFalgout</url>
+ </contributor>
+ <contributor>
+ <name>Emory Merryman</name>
+ <url>https://github.com/AFnRFCb7</url>
+ </contributor>
+ <contributor>
+ <name>Clark Brewer</name>
+ <url>https://github.com/brewerc</url>
+ </contributor>
+ <contributor>
+ <name>Carlos Aguayo</name>
+ <url>https://github.com/carlosaguayo</url>
+ </contributor>
+ <contributor>
+ <name>Arend v. Reinersdorff</name>
+ <url>https://github.com/arend-von-reinersdorff</url>
+ </contributor>
+ <contributor>
+ <name>Alberto Scotto</name>
+ <url>https://github.com/alb-i986</url>
+ </contributor>
+ <contributor>
+ <name>yyvess</name>
+ <url>https://github.com/yyvess</url>
+ </contributor>
+ <contributor>
+ <name>wuwen</name>
+ <url>https://github.com/wuwen5</url>
+ </contributor>
+ <contributor>
+ <name>test111</name>
+ <url>https://github.com/tradingreason</url>
+ </contributor>
+ <contributor>
+ <name>Xin Liu</name>
+ <url>https://github.com/L-KID</url>
+ </contributor>
+ <contributor>
+ <name>Wojtek Wilk</name>
+ <url>https://github.com/wwilk</url>
+ </contributor>
+ <contributor>
+ <name>Vladislav</name>
+ <url>https://github.com/VChirp</url>
+ </contributor>
+ <contributor>
+ <name>Vivian Pennel</name>
+ <url>https://github.com/Vp3n</url>
+ </contributor>
+ <contributor>
+ <name>Tom Ball</name>
+ <url>https://github.com/tomball</url>
+ </contributor>
+ <contributor>
+ <name>Tokuhiro Matsuno</name>
+ <url>https://github.com/tokuhirom</url>
+ </contributor>
+ <contributor>
+ <name>Tim Cooke</name>
+ <url>https://github.com/trcooke</url>
+ </contributor>
+ <contributor>
+ <name>Stuart Blair</name>
+ <url>https://github.com/stuartblair</url>
+ </contributor>
+ <contributor>
+ <name>Simen Bekkhus</name>
+ <url>https://github.com/SimenB</url>
+ </contributor>
+ <contributor>
+ <name>Scott Markwell</name>
+ <url>https://github.com/smarkwell</url>
+ </contributor>
+ <contributor>
+ <name>Sanne Grinovero</name>
+ <url>https://github.com/Sanne</url>
+ </contributor>
+ <contributor>
+ <name>Roi Atalla</name>
+ <url>https://github.com/ra4king</url>
+ </contributor>
+ <contributor>
+ <name>Radim Kubacki</name>
+ <url>https://github.com/radimk</url>
+ </contributor>
+ <contributor>
+ <name>Philipp Jardas</name>
+ <url>https://github.com/phjardas</url>
+ </contributor>
+ <contributor>
+ <name>Oliver Gierke</name>
+ <url>https://github.com/olivergierke</url>
+ </contributor>
+ <contributor>
+ <name>Niklas Baudy</name>
+ <url>https://github.com/vanniktech</url>
+ </contributor>
+ <contributor>
+ <name>Myrle Krantz</name>
+ <url>https://github.com/myrle-krantz</url>
+ </contributor>
+ <contributor>
+ <name>Matt Dean</name>
+ <url>https://github.com/mattbdean</url>
+ </contributor>
+ <contributor>
+ <name>Markus Wüstenberg</name>
+ <url>https://github.com/markuswustenberg</url>
+ </contributor>
+ <contributor>
+ <name>Maciej Kuster</name>
+ <url>https://github.com/NagRock</url>
+ </contributor>
+ <contributor>
+ <name>MEDDAH Julien</name>
+ <url>https://github.com/MeddahJ</url>
+ </contributor>
+ <contributor>
+ <name>Ludovic Meurillon</name>
+ <url>https://github.com/LudoMeurillon</url>
+ </contributor>
+ <contributor>
+ <name>Ludovic Chane</name>
+ <url>https://github.com/ludochane</url>
+ </contributor>
+ <contributor>
+ <name>Krisztian Milesz</name>
+ <url>https://github.com/mileszk</url>
+ </contributor>
+ <contributor>
+ <name>José Paumard</name>
+ <url>https://github.com/JosePaumard</url>
+ </contributor>
+ <contributor>
+ <name>Jonathan Lloyd</name>
+ <url>https://github.com/lloydjm77</url>
+ </contributor>
+ <contributor>
+ <name>Johnny Lim</name>
+ <url>https://github.com/izeye</url>
+ </contributor>
+ <contributor>
+ <name>Jesse Englert</name>
+ <url>https://github.com/jpenglert</url>
+ </contributor>
+ <contributor>
+ <name>Jeremy Rickard</name>
+ <url>https://github.com/jrrickard</url>
+ </contributor>
+ <contributor>
+ <name>Ivan Vershinin</name>
+ <url>https://github.com/vershinin</url>
+ </contributor>
+ <contributor>
+ <name>Igor Kostenko</name>
+ <url>https://github.com/isanych</url>
+ </contributor>
+ <contributor>
+ <name>Igor Conrado Alves de Lima</name>
+ <url>https://github.com/igorcadelima</url>
+ </contributor>
+ <contributor>
+ <name>Gaëtan Muller</name>
+ <url>https://github.com/MGaetan89</url>
+ </contributor>
+ <contributor>
+ <name>Felix Dekker</name>
+ <url>https://github.com/FWDekker</url>
+ </contributor>
+ <contributor>
+ <name>Evgeny Astafyev</name>
+ <url>https://github.com/astafev</url>
+ </contributor>
+ <contributor>
+ <name>Eugene Ivakhno</name>
+ <url>https://github.com/eugene-ivakhno</url>
+ </contributor>
+ <contributor>
+ <name>Erik Bakker</name>
+ <url>https://github.com/eamelink</url>
+ </contributor>
+ <contributor>
+ <name>Dmitriy Zaitsev</name>
+ <url>https://github.com/DmitriyZaitsev</url>
+ </contributor>
+ <contributor>
+ <name>Divyansh Gupta</name>
+ <url>https://github.com/divyansh-gupta</url>
+ </contributor>
+ <contributor>
+ <name>Dennis Cheung</name>
+ <url>https://github.com/hkdennis2k</url>
+ </contributor>
+ <contributor>
+ <name>David Xia</name>
+ <url>https://github.com/davidxia</url>
+ </contributor>
+ <contributor>
+ <name>David Gageot</name>
+ <url>https://github.com/dgageot</url>
+ </contributor>
+ <contributor>
+ <name>Christian Persson</name>
+ <url>https://github.com/Saser</url>
+ </contributor>
+ <contributor>
+ <name>Bruno Krebs</name>
+ <url>https://github.com/brunokrebs</url>
+ </contributor>
+ <contributor>
+ <name>Ben Yu</name>
+ <url>https://github.com/fluentfuture</url>
+ </contributor>
+ <contributor>
+ <name>Bartosz Miller</name>
+ <url>https://github.com/BartoszMiller</url>
+ </contributor>
+ <contributor>
+ <name>Ariel Isaac</name>
+ <url>https://github.com/Ariel-Isaacm</url>
+ </contributor>
+ <contributor>
+ <name>André Gonçalves</name>
+ <url>https://github.com/andrerigon</url>
+ </contributor>
+ <contributor>
+ <name>Andrey</name>
+ <url>https://github.com/andreyrmg</url>
+ </contributor>
+ <contributor>
+ <name>Andrei Solntsev</name>
+ <url>https://github.com/asolntsev</url>
+ </contributor>
+ <contributor>
+ <name>Alex Simkin</name>
+ <url>https://github.com/SimY4</url>
+ </contributor>
+ <contributor>
+ <name>rberghegger</name>
+ <url>https://github.com/rberghegger</url>
+ </contributor>
+ <contributor>
+ <name>philipa</name>
+ <url>https://github.com/philipa</url>
+ </contributor>
+ <contributor>
+ <name>paulduffin</name>
+ <url>https://github.com/paulduffin</url>
+ </contributor>
+ <contributor>
+ <name>mgrafl</name>
+ <url>https://github.com/mgrafl</url>
+ </contributor>
+ <contributor>
+ <name>geoffschoeman</name>
+ <url>https://github.com/geoffschoeman</url>
+ </contributor>
+ <contributor>
+ <name>bruceeddy</name>
+ <url>https://github.com/bruceeddy</url>
+ </contributor>
+ <contributor>
+ <name>ashleyfrieze</name>
+ <url>https://github.com/ashleyfrieze</url>
+ </contributor>
+ <contributor>
+ <name>Nirvanall</name>
+ <url>https://github.com/Nirvanall</url>
+ </contributor>
+ <contributor>
+ <name>LiamClark</name>
+ <url>https://github.com/LiamClark</url>
+ </contributor>
+ </contributors>
+</project>
diff --git a/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0.pom.md5 b/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0.pom.md5
new file mode 100644
index 0000000..bfa1dc9
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0.pom.md5
@@ -0,0 +1 @@
+465d65078ca13bbc95849f38bfc33341
\ No newline at end of file
diff --git a/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0.pom.sha1 b/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0.pom.sha1
new file mode 100644
index 0000000..8a85e8f
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/2.16.0/mockito-core-2.16.0.pom.sha1
@@ -0,0 +1 @@
+06ea648aaa4e939ade693f8c91ef8924a96598ad
\ No newline at end of file
diff --git a/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0-sources.jar b/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0-sources.jar
new file mode 100644
index 0000000..a4b9cc5
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0-sources.jar.md5 b/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0-sources.jar.md5
new file mode 100644
index 0000000..ca0e3f0
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0-sources.jar.md5
@@ -0,0 +1 @@
+c04ba8400e377c0c56ef8090ba5e53f8
\ No newline at end of file
diff --git a/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0-sources.jar.sha1 b/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0-sources.jar.sha1
new file mode 100644
index 0000000..32bffde
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0-sources.jar.sha1
@@ -0,0 +1 @@
+c7a731fe218c6202c74cc79656bcb8f3bd4dc539
\ No newline at end of file
diff --git a/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0.jar b/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0.jar
new file mode 100644
index 0000000..db570e5
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0.jar
Binary files differ
diff --git a/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0.jar.md5 b/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0.jar.md5
new file mode 100644
index 0000000..b402bc1
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0.jar.md5
@@ -0,0 +1 @@
+a0ad0e8db1f734f652701b8ae23ae224
\ No newline at end of file
diff --git a/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0.jar.sha1 b/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0.jar.sha1
new file mode 100644
index 0000000..e0bea7d
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0.jar.sha1
@@ -0,0 +1 @@
+bc51dab3138afbd8517511cfb183dab731d8b1c4
\ No newline at end of file
diff --git a/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0.pom b/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0.pom
new file mode 100644
index 0000000..67a120b
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0.pom
@@ -0,0 +1,565 @@
+<?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>2.19.0</version>
+ <dependencies>
+ <dependency>
+ <groupId>net.bytebuddy</groupId>
+ <artifactId>byte-buddy</artifactId>
+ <version>1.8.10</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>net.bytebuddy</groupId>
+ <artifactId>byte-buddy-agent</artifactId>
+ <version>1.8.10</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.objenesis</groupId>
+ <artifactId>objenesis</artifactId>
+ <version>2.6</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+ <name>mockito-core</name>
+ <packaging>jar</packaging>
+ <url>https://github.com/mockito/mockito</url>
+ <description>Mockito mock objects library core API and implementation</description>
+ <licenses>
+ <license>
+ <name>The MIT License</name>
+ <url>https://github.com/mockito/mockito/blob/master/LICENSE</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <scm>
+ <url>https://github.com/mockito/mockito.git</url>
+ </scm>
+ <issueManagement>
+ <url>https://github.com/mockito/mockito/issues</url>
+ <system>GitHub issues</system>
+ </issueManagement>
+ <ciManagement>
+ <url>https://travis-ci.org/mockito/mockito</url>
+ <system>TravisCI</system>
+ </ciManagement>
+ <developers>
+ <developer>
+ <id>mockitoguy</id>
+ <name>Szczepan Faber</name>
+ <roles>
+ <role>Core developer</role>
+ </roles>
+ <url>https://github.com/mockitoguy</url>
+ </developer>
+ <developer>
+ <id>bric3</id>
+ <name>Brice Dutheil</name>
+ <roles>
+ <role>Core developer</role>
+ </roles>
+ <url>https://github.com/bric3</url>
+ </developer>
+ <developer>
+ <id>raphw</id>
+ <name>Rafael Winterhalter</name>
+ <roles>
+ <role>Core developer</role>
+ </roles>
+ <url>https://github.com/raphw</url>
+ </developer>
+ <developer>
+ <id>TimvdLippe</id>
+ <name>Tim van der Lippe</name>
+ <roles>
+ <role>Core developer</role>
+ </roles>
+ <url>https://github.com/TimvdLippe</url>
+ </developer>
+ </developers>
+ <contributors>
+ <contributor>
+ <name>continuous-delivery-drone</name>
+ <url>https://github.com/continuous-delivery-drone</url>
+ </contributor>
+ <contributor>
+ <name>shipkit.org automated bot</name>
+ <url>https://github.com/shipkit-org</url>
+ </contributor>
+ <contributor>
+ <name>Marcin Zajączkowski</name>
+ <url>https://github.com/szpak</url>
+ </contributor>
+ <contributor>
+ <name>Pascal Schumacher</name>
+ <url>https://github.com/PascalSchumacher</url>
+ </contributor>
+ <contributor>
+ <name>Igor Czechowski</name>
+ <url>https://github.com/iczechowski</url>
+ </contributor>
+ <contributor>
+ <name>Bartosz Bańkowski</name>
+ <url>https://github.com/bbankowski</url>
+ </contributor>
+ <contributor>
+ <name>Allon Murienik</name>
+ <url>https://github.com/mureinik</url>
+ </contributor>
+ <contributor>
+ <name>Erhard Pointl</name>
+ <url>https://github.com/epeee</url>
+ </contributor>
+ <contributor>
+ <name>Christian Schwarz</name>
+ <url>https://github.com/ChristianSchwarz</url>
+ </contributor>
+ <contributor>
+ <name>Lukasz Szewc</name>
+ <url>https://github.com/lukasz-szewc</url>
+ </contributor>
+ <contributor>
+ <name>Marcin Grzejszczak</name>
+ <url>https://github.com/marcingrzejszczak</url>
+ </contributor>
+ <contributor>
+ <name>Marc Philipp</name>
+ <url>https://github.com/marcphilipp</url>
+ </contributor>
+ <contributor>
+ <name>Philip P. Moltmann</name>
+ <url>https://github.com/moltmann</url>
+ </contributor>
+ <contributor>
+ <name>Tim Perry</name>
+ <url>https://github.com/pimterry</url>
+ </contributor>
+ <contributor>
+ <name>David J. M. Karlsen</name>
+ <url>https://github.com/davidkarlsen</url>
+ </contributor>
+ <contributor>
+ <name>Dawud-xx</name>
+ <url>https://github.com/Dawud-xx</url>
+ </contributor>
+ <contributor>
+ <name>Lovro Pandžić</name>
+ <url>https://github.com/lpandzic</url>
+ </contributor>
+ <contributor>
+ <name>Werner Beroux</name>
+ <url>https://github.com/wernight</url>
+ </contributor>
+ <contributor>
+ <name>Tsuyoshi Murakami</name>
+ <url>https://github.com/tmurakami</url>
+ </contributor>
+ <contributor>
+ <name>Serge Bishyr</name>
+ <url>https://github.com/SeriyBg</url>
+ </contributor>
+ <contributor>
+ <name>Dmitry Timofeev</name>
+ <url>https://github.com/dmitry-timofeev</url>
+ </contributor>
+ <contributor>
+ <name>jerzykrlk</name>
+ <url>https://github.com/jerzykrlk</url>
+ </contributor>
+ <contributor>
+ <name>alberskib</name>
+ <url>https://github.com/alberskib</url>
+ </contributor>
+ <contributor>
+ <name>Joseph Walton</name>
+ <url>https://github.com/josephw</url>
+ </contributor>
+ <contributor>
+ <name>Stephan Schroevers</name>
+ <url>https://github.com/Stephan202</url>
+ </contributor>
+ <contributor>
+ <name>Michal Kordas</name>
+ <url>https://github.com/mkordas</url>
+ </contributor>
+ <contributor>
+ <name>Kamil Szymański</name>
+ <url>https://github.com/kamilszymanski</url>
+ </contributor>
+ <contributor>
+ <name>Hynek Mlnařík</name>
+ <url>https://github.com/hmlnarik</url>
+ </contributor>
+ <contributor>
+ <name>Hugh Hamill</name>
+ <url>https://github.com/hughwphamill</url>
+ </contributor>
+ <contributor>
+ <name>Hans Joachim Desserud</name>
+ <url>https://github.com/hansjoachim</url>
+ </contributor>
+ <contributor>
+ <name>Gunnar Wagenknecht</name>
+ <url>https://github.com/guw</url>
+ </contributor>
+ <contributor>
+ <name>Dmytro Chyzhykov</name>
+ <url>https://github.com/ffbit</url>
+ </contributor>
+ <contributor>
+ <name>r-smirnov</name>
+ <url>https://github.com/r-smirnov</url>
+ </contributor>
+ <contributor>
+ <name>ianparkinson</name>
+ <url>https://github.com/ianparkinson</url>
+ </contributor>
+ <contributor>
+ <name>dmac100</name>
+ <url>https://github.com/dmac100</url>
+ </contributor>
+ <contributor>
+ <name>Vineet Kumar</name>
+ <url>https://github.com/vin</url>
+ </contributor>
+ <contributor>
+ <name>Urs Metz</name>
+ <url>https://github.com/UrsMetz</url>
+ </contributor>
+ <contributor>
+ <name>Tarnowski Jan</name>
+ <url>https://github.com/tarnowskijan</url>
+ </contributor>
+ <contributor>
+ <name>Roman Elizarov</name>
+ <url>https://github.com/elizarov</url>
+ </contributor>
+ <contributor>
+ <name>Roland Hauser</name>
+ <url>https://github.com/SourcePond</url>
+ </contributor>
+ <contributor>
+ <name>Michał Borek</name>
+ <url>https://github.com/michalborek</url>
+ </contributor>
+ <contributor>
+ <name>Michael Pinnegar</name>
+ <url>https://github.com/Jazzepi</url>
+ </contributor>
+ <contributor>
+ <name>Marius Volkhart</name>
+ <url>https://github.com/MariusVolkhart</url>
+ </contributor>
+ <contributor>
+ <name>Lucas Cavalcanti</name>
+ <url>https://github.com/lucascs</url>
+ </contributor>
+ <contributor>
+ <name>Leonardo Carrasco</name>
+ <url>https://github.com/thesnowgoose</url>
+ </contributor>
+ <contributor>
+ <name>Krzysztof Wolny</name>
+ <url>https://github.com/vanta</url>
+ </contributor>
+ <contributor>
+ <name>Jeffrey Falgout</name>
+ <url>https://github.com/JeffreyFalgout</url>
+ </contributor>
+ <contributor>
+ <name>Emory Merryman</name>
+ <url>https://github.com/AFnRFCb7</url>
+ </contributor>
+ <contributor>
+ <name>Clark Brewer</name>
+ <url>https://github.com/brewerc</url>
+ </contributor>
+ <contributor>
+ <name>Carlos Aguayo</name>
+ <url>https://github.com/carlosaguayo</url>
+ </contributor>
+ <contributor>
+ <name>Arend v. Reinersdorff</name>
+ <url>https://github.com/arend-von-reinersdorff</url>
+ </contributor>
+ <contributor>
+ <name>Alberto Scotto</name>
+ <url>https://github.com/alb-i986</url>
+ </contributor>
+ <contributor>
+ <name>yyvess</name>
+ <url>https://github.com/yyvess</url>
+ </contributor>
+ <contributor>
+ <name>訾明华</name>
+ <url>https://github.com/ziminghua</url>
+ </contributor>
+ <contributor>
+ <name>wuwen</name>
+ <url>https://github.com/wuwen5</url>
+ </contributor>
+ <contributor>
+ <name>test111</name>
+ <url>https://github.com/tradingreason</url>
+ </contributor>
+ <contributor>
+ <name>Xin Liu</name>
+ <url>https://github.com/L-KID</url>
+ </contributor>
+ <contributor>
+ <name>Wojtek Wilk</name>
+ <url>https://github.com/wwilk</url>
+ </contributor>
+ <contributor>
+ <name>Vladislav</name>
+ <url>https://github.com/VChirp</url>
+ </contributor>
+ <contributor>
+ <name>Vivian Pennel</name>
+ <url>https://github.com/Vp3n</url>
+ </contributor>
+ <contributor>
+ <name>Venkata Jaswanth</name>
+ <url>https://github.com/aj-jaswanth</url>
+ </contributor>
+ <contributor>
+ <name>Tom Ball</name>
+ <url>https://github.com/tomball</url>
+ </contributor>
+ <contributor>
+ <name>Tokuhiro Matsuno</name>
+ <url>https://github.com/tokuhirom</url>
+ </contributor>
+ <contributor>
+ <name>Tim Cooke</name>
+ <url>https://github.com/trcooke</url>
+ </contributor>
+ <contributor>
+ <name>Stuart Blair</name>
+ <url>https://github.com/stuartblair</url>
+ </contributor>
+ <contributor>
+ <name>Simen Bekkhus</name>
+ <url>https://github.com/SimenB</url>
+ </contributor>
+ <contributor>
+ <name>Scott Markwell</name>
+ <url>https://github.com/smarkwell</url>
+ </contributor>
+ <contributor>
+ <name>Sanne Grinovero</name>
+ <url>https://github.com/Sanne</url>
+ </contributor>
+ <contributor>
+ <name>Roi Atalla</name>
+ <url>https://github.com/ra4king</url>
+ </contributor>
+ <contributor>
+ <name>Radim Kubacki</name>
+ <url>https://github.com/radimk</url>
+ </contributor>
+ <contributor>
+ <name>Philipp Jardas</name>
+ <url>https://github.com/phjardas</url>
+ </contributor>
+ <contributor>
+ <name>Oliver Gierke</name>
+ <url>https://github.com/olivergierke</url>
+ </contributor>
+ <contributor>
+ <name>Niklas Baudy</name>
+ <url>https://github.com/vanniktech</url>
+ </contributor>
+ <contributor>
+ <name>Myrle Krantz</name>
+ <url>https://github.com/myrle-krantz</url>
+ </contributor>
+ <contributor>
+ <name>Matt Dean</name>
+ <url>https://github.com/mattbdean</url>
+ </contributor>
+ <contributor>
+ <name>Markus Wüstenberg</name>
+ <url>https://github.com/markuswustenberg</url>
+ </contributor>
+ <contributor>
+ <name>Maciej Kuster</name>
+ <url>https://github.com/NagRock</url>
+ </contributor>
+ <contributor>
+ <name>MEDDAH Julien</name>
+ <url>https://github.com/MeddahJ</url>
+ </contributor>
+ <contributor>
+ <name>Ludovic Meurillon</name>
+ <url>https://github.com/LudoMeurillon</url>
+ </contributor>
+ <contributor>
+ <name>Ludovic Chane</name>
+ <url>https://github.com/ludochane</url>
+ </contributor>
+ <contributor>
+ <name>Krisztian Milesz</name>
+ <url>https://github.com/mileszk</url>
+ </contributor>
+ <contributor>
+ <name>Kengo TODA</name>
+ <url>https://github.com/KengoTODA</url>
+ </contributor>
+ <contributor>
+ <name>Kayvan Najafzadeh</name>
+ <url>https://github.com/kayvannj</url>
+ </contributor>
+ <contributor>
+ <name>José Paumard</name>
+ <url>https://github.com/JosePaumard</url>
+ </contributor>
+ <contributor>
+ <name>Jonathan Lloyd</name>
+ <url>https://github.com/lloydjm77</url>
+ </contributor>
+ <contributor>
+ <name>Johnny Lim</name>
+ <url>https://github.com/izeye</url>
+ </contributor>
+ <contributor>
+ <name>Jesse Englert</name>
+ <url>https://github.com/jpenglert</url>
+ </contributor>
+ <contributor>
+ <name>Jeremy Rickard</name>
+ <url>https://github.com/jrrickard</url>
+ </contributor>
+ <contributor>
+ <name>Ivan Vershinin</name>
+ <url>https://github.com/vershinin</url>
+ </contributor>
+ <contributor>
+ <name>Igor Kostenko</name>
+ <url>https://github.com/isanych</url>
+ </contributor>
+ <contributor>
+ <name>Igor Conrado Alves de Lima</name>
+ <url>https://github.com/igorcadelima</url>
+ </contributor>
+ <contributor>
+ <name>Gaëtan Muller</name>
+ <url>https://github.com/MGaetan89</url>
+ </contributor>
+ <contributor>
+ <name>Felix Dekker</name>
+ <url>https://github.com/FWDekker</url>
+ </contributor>
+ <contributor>
+ <name>Evgeny Astafyev</name>
+ <url>https://github.com/astafev</url>
+ </contributor>
+ <contributor>
+ <name>Eugene Ivakhno</name>
+ <url>https://github.com/eugene-ivakhno</url>
+ </contributor>
+ <contributor>
+ <name>Erik Bakker</name>
+ <url>https://github.com/eamelink</url>
+ </contributor>
+ <contributor>
+ <name>Dmitriy Zaitsev</name>
+ <url>https://github.com/DmitriyZaitsev</url>
+ </contributor>
+ <contributor>
+ <name>Divyansh Gupta</name>
+ <url>https://github.com/divyansh-gupta</url>
+ </contributor>
+ <contributor>
+ <name>Dennis Cheung</name>
+ <url>https://github.com/hkdennis2k</url>
+ </contributor>
+ <contributor>
+ <name>David Xia</name>
+ <url>https://github.com/davidxia</url>
+ </contributor>
+ <contributor>
+ <name>David Gageot</name>
+ <url>https://github.com/dgageot</url>
+ </contributor>
+ <contributor>
+ <name>Christian Persson</name>
+ <url>https://github.com/Saser</url>
+ </contributor>
+ <contributor>
+ <name>Bruno Krebs</name>
+ <url>https://github.com/brunokrebs</url>
+ </contributor>
+ <contributor>
+ <name>Ben Yu</name>
+ <url>https://github.com/fluentfuture</url>
+ </contributor>
+ <contributor>
+ <name>Bartosz Miller</name>
+ <url>https://github.com/BartoszMiller</url>
+ </contributor>
+ <contributor>
+ <name>Ariel Isaac</name>
+ <url>https://github.com/Ariel-Isaacm</url>
+ </contributor>
+ <contributor>
+ <name>Anuraag Agrawal</name>
+ <url>https://github.com/anuraaga</url>
+ </contributor>
+ <contributor>
+ <name>André Gonçalves</name>
+ <url>https://github.com/andrerigon</url>
+ </contributor>
+ <contributor>
+ <name>Andrey</name>
+ <url>https://github.com/andreyrmg</url>
+ </contributor>
+ <contributor>
+ <name>Andrei Solntsev</name>
+ <url>https://github.com/asolntsev</url>
+ </contributor>
+ <contributor>
+ <name>Alex Simkin</name>
+ <url>https://github.com/SimY4</url>
+ </contributor>
+ <contributor>
+ <name>rberghegger</name>
+ <url>https://github.com/rberghegger</url>
+ </contributor>
+ <contributor>
+ <name>philipa</name>
+ <url>https://github.com/philipa</url>
+ </contributor>
+ <contributor>
+ <name>paulduffin</name>
+ <url>https://github.com/paulduffin</url>
+ </contributor>
+ <contributor>
+ <name>mgrafl</name>
+ <url>https://github.com/mgrafl</url>
+ </contributor>
+ <contributor>
+ <name>geoffschoeman</name>
+ <url>https://github.com/geoffschoeman</url>
+ </contributor>
+ <contributor>
+ <name>bruceeddy</name>
+ <url>https://github.com/bruceeddy</url>
+ </contributor>
+ <contributor>
+ <name>ashleyfrieze</name>
+ <url>https://github.com/ashleyfrieze</url>
+ </contributor>
+ <contributor>
+ <name>Nirvanall</name>
+ <url>https://github.com/Nirvanall</url>
+ </contributor>
+ <contributor>
+ <name>LiamClark</name>
+ <url>https://github.com/LiamClark</url>
+ </contributor>
+ </contributors>
+</project>
diff --git a/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0.pom.md5 b/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0.pom.md5
new file mode 100644
index 0000000..db57b70
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0.pom.md5
@@ -0,0 +1 @@
+de701fc6eb87119fe8c5829d3e440107
\ No newline at end of file
diff --git a/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0.pom.sha1 b/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0.pom.sha1
new file mode 100644
index 0000000..6d9593a
--- /dev/null
+++ b/common/m2/repository/org/mockito/mockito-core/2.19.0/mockito-core-2.19.0.pom.sha1
@@ -0,0 +1 @@
+10357319e212efe5275d5e38b6ae7522476a9f57
\ No newline at end of file
diff --git a/common/m2/repository/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom b/common/m2/repository/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
new file mode 100644
index 0000000..f161a0b
--- /dev/null
+++ b/common/m2/repository/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
@@ -0,0 +1,510 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<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.objenesis</groupId>
+ <artifactId>objenesis-parent</artifactId>
+ <version>2.6</version>
+ <packaging>pom</packaging>
+
+ <name>Objenesis parent project</name>
+ <description>A library for instantiating Java objects</description>
+ <url>http://objenesis.org</url>
+ <inceptionYear>2006</inceptionYear>
+
+ <prerequisites>
+ <maven>3.2.1</maven>
+ </prerequisites>
+
+ <modules>
+ <module>main</module>
+ <module>tck</module>
+ </modules>
+
+ <licenses>
+ <license>
+ <name>Apache 2</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <!-- Used for the copyright -->
+ <organization>
+ <name>Joe Walnes, Henri Tremblay, Leonardo Mesquita</name>
+ </organization>
+
+ <scm>
+ <url>https://github.com/easymock/objenesis</url>
+ <developerConnection>scm:git:git@github.com:easymock/objenesis.git</developerConnection>
+ <connection>scm:git:https://github.com/easymock/objenesis.git</connection>
+ <tag>2.6</tag>
+ </scm>
+
+ <developers>
+ <developer>
+ <id>joe</id>
+ <name>Joe Walnes</name>
+ <timezone>-5</timezone>
+ </developer>
+ <developer>
+ <id>henri</id>
+ <name>Henri Tremblay</name>
+ <timezone>-5</timezone>
+ </developer>
+ <developer>
+ <id>leonardo</id>
+ <name>Leonardo Mesquita</name>
+ <timezone>-5</timezone>
+ </developer>
+ </developers>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <index>true</index>
+ <addMavenDescriptor>false</addMavenDescriptor>
+ <manifest>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <!-- Required to let release with the benchmark project using snapshots. I can't put it directly in the benchmark project. It doesn't work -->
+ <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
+ <!-- Renamed because the default would be objenesis-parent-x.y -->
+ <tagNameFormat>@{project.version}</tagNameFormat>
+ <!-- Quite annoying in case of error that the changes were pushed -->
+ <pushChanges>false</pushChanges>
+ <!-- Do not activate special profile from the superpom. We do it ourselves -->
+ <useReleaseProfile>false</useReleaseProfile>
+ <!-- Profiles required for the release -->
+ <releaseProfiles>release,full,all</releaseProfiles>
+ <!-- To use the same version on the module and the parent -->
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-site-plugin</artifactId>
+ <inherited>false</inherited>
+ <configuration>
+ <siteDirectory>${project.basedir}/website</siteDirectory>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>com.mycila.maven-license-plugin</groupId>
+ <artifactId>maven-license-plugin</artifactId>
+ <inherited>false</inherited>
+ <configuration>
+ <!-- skipping the license check on the parent pom since it's not needed -->
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ssh-external</artifactId>
+ <version>2.10</version>
+ </extension>
+ </extensions>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>3.0.0</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.6.1</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>3.0.2</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.19.1</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-clean-plugin</artifactId>
+ <version>3.0.0</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.8.2</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>1.6</version>
+ <executions>
+ <execution>
+ <id>sign-artifacts</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-install-plugin</artifactId>
+ <version>2.5.2</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.5.3</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>3.0.1</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-shade-plugin</artifactId>
+ <version>2.4.3</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>3.5.1</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>3.0.1</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.10.4</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>3.2.0</version>
+ </plugin>
+ <plugin>
+ <groupId>com.keyboardsamurais.maven</groupId>
+ <artifactId>maven-timestamp-plugin</artifactId>
+ <version>1.0</version>
+ <executions>
+ <execution>
+ <id>year</id>
+ <goals>
+ <goal>create</goal>
+ </goals>
+ <configuration>
+ <propertyName>year</propertyName>
+ <timestampPattern>yyyy</timestampPattern>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>com.mycila.maven-license-plugin</groupId>
+ <artifactId>maven-license-plugin</artifactId>
+ <version>1.10.b1</version>
+ <configuration>
+ <header>${project.basedir}/../header.txt</header>
+ <strictCheck>true</strictCheck>
+ <excludes>
+ <!-- Not being ignore by default -->
+ <exclude>.gitignore</exclude>
+ <!-- Nothing is copyrighted in target -->
+ <exclude>target/**</exclude>
+ <!-- generated pom by maven-shade-plugin -->
+ <exclude>dependency-reduced-pom.xml</exclude>
+ <!-- generated by Equinox during OSGi test -->
+ <exclude>eclipse_config/**</exclude>
+ <!-- no header wanted on the website -->
+ <exclude>website/**</exclude>
+ <!-- no header on batch files -->
+ <exclude>**/*.bat</exclude>
+ <!-- generated Android files -->
+ <exclude>project.properties</exclude>
+ <exclude>lint.xml</exclude>
+ <exclude>gen/**</exclude>
+ <exclude>bin/**</exclude>
+ <!-- no header on text files -->
+ <exclude>**/*.txt</exclude>
+ <!-- no header on Eclipse launch files -->
+ <exclude>**/*.launch</exclude>
+ <!-- no header on markdown files -->
+ <exclude>**/*.md</exclude>
+ </excludes>
+ <properties>
+ <inceptionYear>${project.inceptionYear}</inceptionYear>
+ <year>${year}</year>
+ </properties>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-remote-resources-plugin</artifactId>
+ <version>1.5</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>process</goal>
+ </goals>
+ <configuration>
+ <resourceBundles>
+ <resourceBundle>org.apache:apache-jar-resource-bundle:1.3</resourceBundle>
+ </resourceBundles>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <version>1.5.0</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>versions-maven-plugin</artifactId>
+ <version>2.4</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>3.0.4</version>
+ <configuration>
+ <xmlOutput>true</xmlOutput>
+ <omitVisitors>Naming</omitVisitors>
+ </configuration>
+ </plugin>
+ <!--This plugin 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>com.keyboardsamurais.maven</groupId>
+ <artifactId>maven-timestamp-plugin</artifactId>
+ <versionRange>[1.0,)</versionRange>
+ <goals>
+ <goal>create</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <execute />
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <artifactId>maven-remote-resources-plugin</artifactId>
+ <versionRange>[1.0,)</versionRange>
+ <goals>
+ <goal>process</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <execute />
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <versionRange>[2.5.5,)</versionRange>
+ <goals>
+ <goal>findbugs</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.9</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>3.0.4</version>
+ </plugin>
+ <plugin>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <version>3.7</version>
+ <configuration>
+ <targetJdk>1.5</targetJdk>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ <distributionManagement>
+ <repository>
+ <id>bintray</id>
+ <name>JFrog Bintray</name>
+ <url>https://api.bintray.com/maven/easymock/maven/objenesis/;publish=1</url>
+ </repository>
+ </distributionManagement>
+
+ <profiles>
+ <profile>
+ <!-- Activate to generate javadoc, sources jars, license check and findbugs -->
+ <id>full</id>
+ <build>
+ <plugins>
+ <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>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>findbugs</id>
+ <goals>
+ <goal>findbugs</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>com.mycila.maven-license-plugin</groupId>
+ <artifactId>maven-license-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>check</id>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
+ <!-- Activate to update the license -->
+ <id>license</id>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>com.mycila.maven-license-plugin</groupId>
+ <artifactId>maven-license-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>format</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>format</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ </profile>
+ <profile>
+ <!-- Activate to generate the website -->
+ <id>website</id>
+ <modules>
+ <module>website</module>
+ </modules>
+ </profile>
+ <profile>
+ <!-- Activate to execute the tck on Android -->
+ <id>android</id>
+ <modules>
+ <module>tck-android</module>
+ </modules>
+ </profile>
+ <profile>
+ <!-- Activate to run the benchmark -->
+ <id>benchmark</id>
+ <modules>
+ <module>benchmark</module>
+ </modules>
+ </profile>
+ <profile>
+ <!-- Activate to create a complete release -->
+ <id>release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-gpg-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
+ <id>all</id>
+ <modules>
+ <module>benchmark</module>
+ <module>tck-android</module>
+ <module>gae</module>
+ <module>website</module>
+ </modules>
+ </profile>
+ </profiles>
+</project>
diff --git a/common/m2/repository/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom.md5 b/common/m2/repository/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom.md5
new file mode 100644
index 0000000..4bf79fc
--- /dev/null
+++ b/common/m2/repository/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom.md5
@@ -0,0 +1 @@
+bca3c636e41fbc112a1cdc6d1122a035
\ No newline at end of file
diff --git a/common/m2/repository/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom.sha1 b/common/m2/repository/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom.sha1
new file mode 100644
index 0000000..9343f8c
--- /dev/null
+++ b/common/m2/repository/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom.sha1
@@ -0,0 +1 @@
+cfc0966402e8174fbacd5c5dd355b5815364a4fe
\ No newline at end of file
diff --git a/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6-sources.jar b/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6-sources.jar
new file mode 100644
index 0000000..b2b4872
--- /dev/null
+++ b/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6-sources.jar.md5 b/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6-sources.jar.md5
new file mode 100644
index 0000000..13fa3bd
--- /dev/null
+++ b/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6-sources.jar.md5
@@ -0,0 +1 @@
+2cbe9729c8cda7dfd6534db615a4ba86
\ No newline at end of file
diff --git a/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6-sources.jar.sha1 b/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6-sources.jar.sha1
new file mode 100644
index 0000000..8bfb0e6
--- /dev/null
+++ b/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6-sources.jar.sha1
@@ -0,0 +1 @@
+96614f514a1031296657bf0dde452dc15e42fcb8
\ No newline at end of file
diff --git a/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.jar b/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.jar
new file mode 100644
index 0000000..b4b29d5
--- /dev/null
+++ b/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.jar
Binary files differ
diff --git a/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.jar.md5 b/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.jar.md5
new file mode 100644
index 0000000..d0e9615a0
--- /dev/null
+++ b/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.jar.md5
@@ -0,0 +1 @@
+5ffac3f51405ca9b2915970a224b3e8f
\ No newline at end of file
diff --git a/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.jar.sha1 b/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.jar.sha1
new file mode 100644
index 0000000..a44dc7d
--- /dev/null
+++ b/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.jar.sha1
@@ -0,0 +1 @@
+639033469776fd37c08358c6b92a4761feb2af4b
\ No newline at end of file
diff --git a/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.pom b/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.pom
new file mode 100644
index 0000000..6a4f555
--- /dev/null
+++ b/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.pom
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<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.objenesis</groupId>
+ <artifactId>objenesis-parent</artifactId>
+ <version>2.6</version>
+ </parent>
+ <artifactId>objenesis</artifactId>
+
+ <name>Objenesis</name>
+ <description>A library for instantiating Java objects</description>
+ <url>http://objenesis.org</url>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>com.keyboardsamurais.maven</groupId>
+ <artifactId>maven-timestamp-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>com.mycila.maven-license-plugin</groupId>
+ <artifactId>maven-license-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-remote-resources-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <extensions>true</extensions>
+ <configuration>
+ <instructions>
+ <Import-Package>
+ COM.newmonics.PercClassloader;resolution:=optional,
+ sun.misc;resolution:=optional,
+ sun.reflect;resolution:=optional
+ </Import-Package>
+ </instructions>
+ </configuration>
+ <executions>
+ <execution>
+ <id>bundle-manifest</id>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>manifest</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <!-- Activate to create the release bundle -->
+ <id>release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <attach>false</attach>
+ <descriptors>
+ <descriptor>assembly.xml</descriptor>
+ </descriptors>
+ </configuration>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+</project>
diff --git a/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.pom.md5 b/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.pom.md5
new file mode 100644
index 0000000..5ca2e50
--- /dev/null
+++ b/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.pom.md5
@@ -0,0 +1 @@
+219812b017c90464782bf7a5f13b20a6
\ No newline at end of file
diff --git a/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.pom.sha1 b/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.pom.sha1
new file mode 100644
index 0000000..040df43
--- /dev/null
+++ b/common/m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.pom.sha1
@@ -0,0 +1 @@
+b6d1f689e0d2b2d96b0730fad7b5d96902bf64d8
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1-sources.jar b/common/m2/repository/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1-sources.jar
new file mode 100644
index 0000000..e71d788
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1-sources.jar.md5 b/common/m2/repository/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1-sources.jar.md5
new file mode 100644
index 0000000..4957360
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1-sources.jar.md5
@@ -0,0 +1 @@
+9d5031aba327760b2a73be56efd3397a
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1-sources.jar.sha1 b/common/m2/repository/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1-sources.jar.sha1
new file mode 100644
index 0000000..b87a56a
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1-sources.jar.sha1
@@ -0,0 +1 @@
+81e81bd6c20b965f88d0462e2559f8759fc6c26d
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1.jar.md5 b/common/m2/repository/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1.jar.md5
new file mode 100644
index 0000000..1373591
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1.jar.md5
@@ -0,0 +1 @@
+715c14ba7488f1312cf9fd2944326e18
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1.jar.sha1 b/common/m2/repository/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1.jar.sha1
new file mode 100644
index 0000000..1778720
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1.jar.sha1
@@ -0,0 +1 @@
+6d1bf8989fc7901f868bee3863c44f21aa63d110
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1.pom.md5 b/common/m2/repository/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1.pom.md5
new file mode 100644
index 0000000..3f133d7
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1.pom.md5
@@ -0,0 +1 @@
+072dd452c80b32488307e0c71bd89fe6
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1.pom.sha1 b/common/m2/repository/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1.pom.sha1
new file mode 100644
index 0000000..05013f1
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1.pom.sha1
@@ -0,0 +1 @@
+529d264690bf03a432e29ae546fdc960a176839c
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0-sources.jar b/common/m2/repository/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0-sources.jar
new file mode 100644
index 0000000..ed686cd
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0-sources.jar.md5 b/common/m2/repository/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0-sources.jar.md5
new file mode 100644
index 0000000..6ae6308
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0-sources.jar.md5
@@ -0,0 +1 @@
+2f4c04be1c5846bc4bdcee9db847e5ee
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0-sources.jar.sha1 b/common/m2/repository/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0-sources.jar.sha1
new file mode 100644
index 0000000..fc953a3
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0-sources.jar.sha1
@@ -0,0 +1 @@
+066e3ec9f4ff0d70713868456142040111cc201c
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0.jar.md5 b/common/m2/repository/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0.jar.md5
new file mode 100644
index 0000000..5bcb35e
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0.jar.md5
@@ -0,0 +1 @@
+78d854d5bf870b360e2dc8414a6a8799
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0.pom.md5 b/common/m2/repository/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0.pom.md5
new file mode 100644
index 0000000..c331d1f
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0.pom.md5
@@ -0,0 +1 @@
+c8cdcb31ad9fd392f46e4adca877c39a
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar b/common/m2/repository/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar
new file mode 100644
index 0000000..341d0c5
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar
Binary files differ
diff --git a/common/m2/repository/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar.md5 b/common/m2/repository/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar.md5
new file mode 100644
index 0000000..36314a0
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar.md5
@@ -0,0 +1 @@
+eb378b389aef721ccd1486c1701e8454
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar.sha1 b/common/m2/repository/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar.sha1
new file mode 100644
index 0000000..9019e6a
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar.sha1
@@ -0,0 +1 @@
+4b310d20d6f1c6b7197a75f1b5d69f169bc8ac1f
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom b/common/m2/repository/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom
new file mode 100644
index 0000000..80d07b9
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom
@@ -0,0 +1,102 @@
+<?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>
+ <parent>
+ <groupId>org.ow2</groupId>
+ <artifactId>ow2</artifactId>
+ <version>1.5</version>
+ </parent>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-analysis</artifactId>
+ <version>7.0</version>
+ <name>asm-analysis</name>
+ <description>Static code analysis API of ASM, a very small and fast Java bytecode manipulation framework</description>
+ <url>http://asm.ow2.org/</url>
+ <inceptionYear>2000</inceptionYear>
+ <organization>
+ <name>OW2</name>
+ <url>http://www.ow2.org/</url>
+ </organization>
+ <licenses>
+ <license>
+ <name>BSD</name>
+ <url>http://asm.ow2.org/license.html</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>ebruneton</id>
+ <name>Eric Bruneton</name>
+ <email>ebruneton@free.fr</email>
+ <roles>
+ <role>Creator</role>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>eu</id>
+ <name>Eugene Kuleshov</name>
+ <email>eu@javatx.org</email>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>forax</id>
+ <name>Remi Forax</name>
+ <email>forax@univ-mlv.fr</email>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ </developers>
+ <mailingLists>
+ <mailingList>
+ <name>ASM Users List</name>
+ <subscribe>https://mail.ow2.org/wws/subscribe/asm</subscribe>
+ <post>asm@objectweb.org</post>
+ <archive>https://mail.ow2.org/wws/arc/asm/</archive>
+ </mailingList>
+ <mailingList>
+ <name>ASM Team List</name>
+ <subscribe>https://mail.ow2.org/wws/subscribe/asm-team</subscribe>
+ <post>asm-team@objectweb.org</post>
+ <archive>https://mail.ow2.org/wws/arc/asm-team/</archive>
+ </mailingList>
+ </mailingLists>
+ <scm>
+ <connection>scm:git:https://gitlab.ow2.org/asm/asm/</connection>
+ <developerConnection>scm:git:https://gitlab.ow2.org/asm/asm/</developerConnection>
+ <url>https://gitlab.ow2.org/asm/asm/</url>
+ </scm>
+ <issueManagement>
+ <url>https://gitlab.ow2.org/asm/asm/issues</url>
+ </issueManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-tree</artifactId>
+ <version>7.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-test</artifactId>
+ <version>7.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-api</artifactId>
+ <version>5.3.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-params</artifactId>
+ <version>5.3.0</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom.md5 b/common/m2/repository/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom.md5
new file mode 100644
index 0000000..843a1af
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom.md5
@@ -0,0 +1 @@
+5a151639095442b79d8254f656362b9d
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom.sha1 b/common/m2/repository/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom.sha1
new file mode 100644
index 0000000..1a5ab1e
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom.sha1
@@ -0,0 +1 @@
+20186ccd5304839aea81893ebc65addc6ad4ca5e
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-analysis/maven-metadata.xml b/common/m2/repository/org/ow2/asm/asm-analysis/maven-metadata.xml
index 4282c3d..d3a5e27 100644
--- a/common/m2/repository/org/ow2/asm/asm-analysis/maven-metadata.xml
+++ b/common/m2/repository/org/ow2/asm/asm-analysis/maven-metadata.xml
@@ -3,10 +3,10 @@
<groupId>org.ow2.asm</groupId>
<artifactId>asm-analysis</artifactId>
<versioning>
- <release>6.1.1</release>
+ <release>7.0</release>
<versions>
- <version>6.1.1</version>
+ <version>7.0</version>
</versions>
- <lastUpdated>20180502210540</lastUpdated>
+ <lastUpdated>20190110060729</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/5.1/asm-commons-5.1-sources.jar b/common/m2/repository/org/ow2/asm/asm-commons/5.1/asm-commons-5.1-sources.jar
new file mode 100644
index 0000000..e71d788
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-commons/5.1/asm-commons-5.1-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/5.1/asm-commons-5.1-sources.jar.md5 b/common/m2/repository/org/ow2/asm/asm-commons/5.1/asm-commons-5.1-sources.jar.md5
new file mode 100644
index 0000000..4957360
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-commons/5.1/asm-commons-5.1-sources.jar.md5
@@ -0,0 +1 @@
+9d5031aba327760b2a73be56efd3397a
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/5.1/asm-commons-5.1-sources.jar.sha1 b/common/m2/repository/org/ow2/asm/asm-commons/5.1/asm-commons-5.1-sources.jar.sha1
new file mode 100644
index 0000000..b87a56a
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-commons/5.1/asm-commons-5.1-sources.jar.sha1
@@ -0,0 +1 @@
+81e81bd6c20b965f88d0462e2559f8759fc6c26d
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.jar.md5 b/common/m2/repository/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.jar.md5
new file mode 100644
index 0000000..93d3de0
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.jar.md5
@@ -0,0 +1 @@
+38839fb32c40f7f70986e9c282de0018
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.jar.sha1 b/common/m2/repository/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.jar.sha1
new file mode 100644
index 0000000..193be98
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.jar.sha1
@@ -0,0 +1 @@
+25d8a575034dd9cfcb375a39b5334f0ba9c8474e
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.pom.md5 b/common/m2/repository/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.pom.md5
new file mode 100644
index 0000000..bda7e85
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.pom.md5
@@ -0,0 +1 @@
+5303ebc9fdf88a5b16a59f917b36893b
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.pom.sha1 b/common/m2/repository/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.pom.sha1
new file mode 100644
index 0000000..4b2b8d5
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.pom.sha1
@@ -0,0 +1 @@
+99b522fe5920cdfddee2ce51053ba9b4ba2748ac
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/6.0/asm-commons-6.0-sources.jar b/common/m2/repository/org/ow2/asm/asm-commons/6.0/asm-commons-6.0-sources.jar
new file mode 100644
index 0000000..ed686cd
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-commons/6.0/asm-commons-6.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/6.0/asm-commons-6.0-sources.jar.md5 b/common/m2/repository/org/ow2/asm/asm-commons/6.0/asm-commons-6.0-sources.jar.md5
new file mode 100644
index 0000000..6ae6308
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-commons/6.0/asm-commons-6.0-sources.jar.md5
@@ -0,0 +1 @@
+2f4c04be1c5846bc4bdcee9db847e5ee
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/6.0/asm-commons-6.0-sources.jar.sha1 b/common/m2/repository/org/ow2/asm/asm-commons/6.0/asm-commons-6.0-sources.jar.sha1
new file mode 100644
index 0000000..fc953a3
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-commons/6.0/asm-commons-6.0-sources.jar.sha1
@@ -0,0 +1 @@
+066e3ec9f4ff0d70713868456142040111cc201c
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/6.0/asm-commons-6.0.jar.md5 b/common/m2/repository/org/ow2/asm/asm-commons/6.0/asm-commons-6.0.jar.md5
new file mode 100644
index 0000000..b24af77
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-commons/6.0/asm-commons-6.0.jar.md5
@@ -0,0 +1 @@
+cbe9c8e4ed2a7e27de503b43f6dc4d61
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/6.0/asm-commons-6.0.pom.md5 b/common/m2/repository/org/ow2/asm/asm-commons/6.0/asm-commons-6.0.pom.md5
new file mode 100644
index 0000000..5537fd7
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-commons/6.0/asm-commons-6.0.pom.md5
@@ -0,0 +1 @@
+9a38fad0076a50941f8ef9909fc555e1
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0-sources.jar b/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0-sources.jar
new file mode 100644
index 0000000..28de5c0
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0-sources.jar.md5 b/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0-sources.jar.md5
new file mode 100644
index 0000000..52e0902
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0-sources.jar.md5
@@ -0,0 +1 @@
+4761c17e10aa6e51a4eab0433d912df4
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0-sources.jar.sha1 b/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0-sources.jar.sha1
new file mode 100644
index 0000000..d36aac1
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0-sources.jar.sha1
@@ -0,0 +1 @@
+06a7ca89b189929d4eb4349c6f075fc345b055e0
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar b/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar
new file mode 100644
index 0000000..ba0de6c
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar
Binary files differ
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar.md5 b/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar.md5
new file mode 100644
index 0000000..5e44c33
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar.md5
@@ -0,0 +1 @@
+770446a3d6e7f26ded138b5f04eae84f
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar.sha1 b/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar.sha1
new file mode 100644
index 0000000..f70896e
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar.sha1
@@ -0,0 +1 @@
+478006d07b7c561ae3a92ddc1829bca81ae0cdd1
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom b/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom
new file mode 100644
index 0000000..48e1a9d
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom
@@ -0,0 +1,120 @@
+<?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>
+ <parent>
+ <groupId>org.ow2</groupId>
+ <artifactId>ow2</artifactId>
+ <version>1.5</version>
+ </parent>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-commons</artifactId>
+ <version>7.0</version>
+ <name>asm-commons</name>
+ <description>Usefull class adapters based on ASM, a very small and fast Java bytecode manipulation framework</description>
+ <url>http://asm.ow2.org/</url>
+ <inceptionYear>2000</inceptionYear>
+ <organization>
+ <name>OW2</name>
+ <url>http://www.ow2.org/</url>
+ </organization>
+ <licenses>
+ <license>
+ <name>BSD</name>
+ <url>http://asm.ow2.org/license.html</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>ebruneton</id>
+ <name>Eric Bruneton</name>
+ <email>ebruneton@free.fr</email>
+ <roles>
+ <role>Creator</role>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>eu</id>
+ <name>Eugene Kuleshov</name>
+ <email>eu@javatx.org</email>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>forax</id>
+ <name>Remi Forax</name>
+ <email>forax@univ-mlv.fr</email>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ </developers>
+ <mailingLists>
+ <mailingList>
+ <name>ASM Users List</name>
+ <subscribe>https://mail.ow2.org/wws/subscribe/asm</subscribe>
+ <post>asm@objectweb.org</post>
+ <archive>https://mail.ow2.org/wws/arc/asm/</archive>
+ </mailingList>
+ <mailingList>
+ <name>ASM Team List</name>
+ <subscribe>https://mail.ow2.org/wws/subscribe/asm-team</subscribe>
+ <post>asm-team@objectweb.org</post>
+ <archive>https://mail.ow2.org/wws/arc/asm-team/</archive>
+ </mailingList>
+ </mailingLists>
+ <scm>
+ <connection>scm:git:https://gitlab.ow2.org/asm/asm/</connection>
+ <developerConnection>scm:git:https://gitlab.ow2.org/asm/asm/</developerConnection>
+ <url>https://gitlab.ow2.org/asm/asm/</url>
+ </scm>
+ <issueManagement>
+ <url>https://gitlab.ow2.org/asm/asm/issues</url>
+ </issueManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm</artifactId>
+ <version>7.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-tree</artifactId>
+ <version>7.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-analysis</artifactId>
+ <version>7.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-util</artifactId>
+ <version>7.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-test</artifactId>
+ <version>7.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-api</artifactId>
+ <version>5.3.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-params</artifactId>
+ <version>5.3.0</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom.md5 b/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom.md5
new file mode 100644
index 0000000..f262457
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom.md5
@@ -0,0 +1 @@
+87be3bc627ba51383146b041652ce57f
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom.sha1 b/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom.sha1
new file mode 100644
index 0000000..028bd57
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom.sha1
@@ -0,0 +1 @@
+7b5da826fcab00989f748b7c4f72e75e668da210
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-commons/maven-metadata.xml b/common/m2/repository/org/ow2/asm/asm-commons/maven-metadata.xml
index a65960f..8960476 100644
--- a/common/m2/repository/org/ow2/asm/asm-commons/maven-metadata.xml
+++ b/common/m2/repository/org/ow2/asm/asm-commons/maven-metadata.xml
@@ -3,10 +3,10 @@
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<versioning>
- <release>6.1.1</release>
+ <release>7.0</release>
<versions>
- <version>6.1.1</version>
+ <version>7.0</version>
</versions>
- <lastUpdated>20180502210540</lastUpdated>
+ <lastUpdated>20190110060734</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2-sources.jar b/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2-sources.jar
new file mode 100644
index 0000000..39efb02
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2-sources.jar.md5 b/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2-sources.jar.md5
new file mode 100644
index 0000000..a199d56
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2-sources.jar.md5
@@ -0,0 +1 @@
+f8a41f50dfb52af5720314030f053716
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2-sources.jar.sha1 b/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2-sources.jar.sha1
new file mode 100644
index 0000000..06ce9ea
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2-sources.jar.sha1
@@ -0,0 +1 @@
+ed60d4287d18996bc940f26656c570532b20d863
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar b/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar
new file mode 100644
index 0000000..7a78ef5
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar
Binary files differ
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar.md5 b/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar.md5
new file mode 100644
index 0000000..a02c03e
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar.md5
@@ -0,0 +1 @@
+fe5f20404ccdee9769ef05dc4b47ba98
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar.sha1 b/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar.sha1
new file mode 100644
index 0000000..7b56d5c
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar.sha1
@@ -0,0 +1 @@
+3354e11e2b34215f06dab629ab88e06aca477c19
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.pom b/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.pom
new file mode 100644
index 0000000..f586ba4
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.pom
@@ -0,0 +1,45 @@
+<!--
+ ! ASM: a very small and fast Java bytecode manipulation framework
+ ! Copyright (c) 2000-2011 INRIA, France Telecom
+ ! All rights reserved.
+ !
+ ! Redistribution and use in source and binary forms, with or without
+ ! modification, are permitted provided that the following conditions
+ ! are met:
+ ! 1. Redistributions of source code must retain the above copyright
+ ! notice, this list of conditions and the following disclaimer.
+ ! 2. Redistributions in binary form must reproduce the above copyright
+ ! notice, this list of conditions and the following disclaimer in the
+ ! documentation and/or other materials provided with the distribution.
+ ! 3. Neither the name of the copyright holders nor the names of its
+ ! contributors may be used to endorse or promote products derived from
+ ! this software without specific prior written permission.
+ !
+ ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ ! AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ ! IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ! ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ ! LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ ! CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ ! SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ ! INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ ! CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ! ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ ! THE POSSIBILITY OF SUCH DAMAGE.
+-->
+
+<project>
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-parent</artifactId>
+ <version>5.2</version>
+ </parent>
+
+ <name>ASM Debug All</name>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-debug-all</artifactId>
+ <packaging>jar</packaging>
+
+</project>
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.pom.md5 b/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.pom.md5
new file mode 100644
index 0000000..6207be9
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.pom.md5
@@ -0,0 +1 @@
+55133142121726aa1b0c84a061887faf
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.pom.sha1 b/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.pom.sha1
new file mode 100644
index 0000000..b064de8
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.pom.sha1
@@ -0,0 +1 @@
+994d9a122508d01d4bc967dc19198d4650c55fc6
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/maven-metadata.xml b/common/m2/repository/org/ow2/asm/asm-debug-all/maven-metadata.xml
new file mode 100644
index 0000000..05e3ed9
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-debug-all</artifactId>
+ <versioning>
+ <release>5.2</release>
+ <versions>
+ <version>5.2</version>
+ </versions>
+ <lastUpdated>20180306230623</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/ow2/asm/asm-parent/5.2/asm-parent-5.2.pom.md5 b/common/m2/repository/org/ow2/asm/asm-parent/5.2/asm-parent-5.2.pom.md5
new file mode 100644
index 0000000..661b37b
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-parent/5.2/asm-parent-5.2.pom.md5
@@ -0,0 +1 @@
+2b5342ea0d72d82a76ec5c783ee3952c
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-parent/6.0/asm-parent-6.0.pom b/common/m2/repository/org/ow2/asm/asm-parent/6.0/asm-parent-6.0.pom
new file mode 100644
index 0000000..67021e0
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-parent/6.0/asm-parent-6.0.pom
@@ -0,0 +1,163 @@
+<!--
+ ! ASM: a very small and fast Java bytecode manipulation framework
+ ! Copyright (c) 2000-2011 INRIA, France Telecom
+ ! All rights reserved.
+ !
+ ! Redistribution and use in source and binary forms, with or without
+ ! modification, are permitted provided that the following conditions
+ ! are met:
+ ! 1. Redistributions of source code must retain the above copyright
+ ! notice, this list of conditions and the following disclaimer.
+ ! 2. Redistributions in binary form must reproduce the above copyright
+ ! notice, this list of conditions and the following disclaimer in the
+ ! documentation and/or other materials provided with the distribution.
+ ! 3. Neither the name of the copyright holders nor the names of its
+ ! contributors may be used to endorse or promote products derived from
+ ! this software without specific prior written permission.
+ !
+ ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ ! AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ ! IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ! ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ ! LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ ! CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ ! SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ ! INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ ! CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ! ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ ! THE POSSIBILITY OF SUCH DAMAGE.
+-->
+
+<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>ow2</artifactId>
+ <groupId>org.ow2</groupId>
+ <version>1.3</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <artifactId>asm-parent</artifactId>
+ <groupId>org.ow2.asm</groupId>
+ <version>6.0</version>
+ <packaging>pom</packaging>
+
+ <name>ASM</name>
+ <description>A very small and fast Java bytecode manipulation framework</description>
+ <url>http://asm.objectweb.org/</url>
+
+ <organization>
+ <name>ObjectWeb</name>
+ <url>http://www.objectweb.org/</url>
+ </organization>
+ <inceptionYear>2000</inceptionYear>
+
+ <licenses>
+ <license>
+ <name>BSD</name>
+ <url>http://asm.objectweb.org/license.html</url>
+ </license>
+ </licenses>
+
+ <developers>
+ <developer>
+ <name>Eric Bruneton</name>
+ <id>ebruneton</id>
+ <email>ebruneton@free.fr</email>
+ <roles>
+ <role>Creator</role>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Eugene Kuleshov</name>
+ <id>eu</id>
+ <email>eu@javatx.org</email>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Remi Forax</name>
+ <id>forax</id>
+ <email>forax@univ-mlv.fr</email>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ </developers>
+
+ <scm>
+ <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/asm/trunk</connection>
+ <developerConnection>scm:svn:svn+ssh://${maven.username}@svn.forge.objectweb.org/svnroot/asm/trunk</developerConnection>
+ <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/asm/trunk/</url>
+ </scm>
+
+ <issueManagement>
+ <url>http://forge.objectweb.org/tracker/?group_id=23</url>
+ </issueManagement>
+
+ <dependencyManagement>
+ <dependencies>
+
+ <dependency>
+ <artifactId>asm</artifactId>
+ <groupId>${project.groupId}</groupId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <artifactId>asm-tree</artifactId>
+ <groupId>${project.groupId}</groupId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <artifactId>asm-analysis</artifactId>
+ <groupId>${project.groupId}</groupId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <artifactId>asm-commons</artifactId>
+ <groupId>${project.groupId}</groupId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <artifactId>asm-util</artifactId>
+ <groupId>${project.groupId}</groupId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <artifactId>asm-xml</artifactId>
+ <groupId>${project.groupId}</groupId>
+ <version>${project.version}</version>
+ </dependency>
+
+ </dependencies>
+ </dependencyManagement>
+
+ <mailingLists>
+ <mailingList>
+ <name>ASM Users List</name>
+ <subscribe>sympa@objectweb.org?subject=subscribe%20asm</subscribe>
+ <unsubscribe>sympa@objectweb.org?subject=unsubscribe%20asm</unsubscribe>
+ <post>asm@objectweb.org</post>
+ <archive>http://www.objectweb.org/wws/arc/asm</archive>
+ </mailingList>
+ <mailingList>
+ <name>ASM Team List</name>
+ <subscribe>sympa@objectweb.org?subject=subscribe%20asm-team</subscribe>
+ <unsubscribe>sympa@objectweb.org?subject=unsubscribe%20asm-team</unsubscribe>
+ <post>asm-team@objectweb.org</post>
+ <archive>http://www.objectweb.org/wws/arc/asm-team</archive>
+ </mailingList>
+ </mailingLists>
+
+</project>
diff --git a/common/m2/repository/org/ow2/asm/asm-parent/6.0/asm-parent-6.0.pom.md5 b/common/m2/repository/org/ow2/asm/asm-parent/6.0/asm-parent-6.0.pom.md5
new file mode 100644
index 0000000..374e34f
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-parent/6.0/asm-parent-6.0.pom.md5
@@ -0,0 +1 @@
+43f3a5810796895a4b4ace2a1d61cc33
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-parent/6.0/asm-parent-6.0.pom.sha1 b/common/m2/repository/org/ow2/asm/asm-parent/6.0/asm-parent-6.0.pom.sha1
new file mode 100644
index 0000000..e24d144
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-parent/6.0/asm-parent-6.0.pom.sha1
@@ -0,0 +1 @@
+6a030ede2a62bdde4a6b23ef342994703a11ea24
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-parent/maven-metadata.xml b/common/m2/repository/org/ow2/asm/asm-parent/maven-metadata.xml
new file mode 100644
index 0000000..17ac904
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-parent/maven-metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-parent</artifactId>
+ <versioning>
+ <release>6.0</release>
+ <versions>
+ <version>6.0</version>
+ <version>5.1</version>
+ </versions>
+ <lastUpdated>20180503103330</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/ow2/asm/asm-tree/5.1/asm-tree-5.1-sources.jar b/common/m2/repository/org/ow2/asm/asm-tree/5.1/asm-tree-5.1-sources.jar
new file mode 100644
index 0000000..e71d788
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-tree/5.1/asm-tree-5.1-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/ow2/asm/asm-tree/5.1/asm-tree-5.1-sources.jar.md5 b/common/m2/repository/org/ow2/asm/asm-tree/5.1/asm-tree-5.1-sources.jar.md5
new file mode 100644
index 0000000..4957360
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-tree/5.1/asm-tree-5.1-sources.jar.md5
@@ -0,0 +1 @@
+9d5031aba327760b2a73be56efd3397a
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-tree/5.1/asm-tree-5.1-sources.jar.sha1 b/common/m2/repository/org/ow2/asm/asm-tree/5.1/asm-tree-5.1-sources.jar.sha1
new file mode 100644
index 0000000..b87a56a
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-tree/5.1/asm-tree-5.1-sources.jar.sha1
@@ -0,0 +1 @@
+81e81bd6c20b965f88d0462e2559f8759fc6c26d
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.jar.md5 b/common/m2/repository/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.jar.md5
new file mode 100644
index 0000000..3032da8
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.jar.md5
@@ -0,0 +1 @@
+45c1ef0811855157025215f92d55cbce
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.jar.sha1 b/common/m2/repository/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.jar.sha1
new file mode 100644
index 0000000..60d1311
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.jar.sha1
@@ -0,0 +1 @@
+87b38c12a0ea645791ead9d3e74ae5268d1d6c34
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.pom.md5 b/common/m2/repository/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.pom.md5
new file mode 100644
index 0000000..402b7d1
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.pom.md5
@@ -0,0 +1 @@
+9a5cd90d7192c4ceb59a4ccc3aa51d59
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.pom.sha1 b/common/m2/repository/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.pom.sha1
new file mode 100644
index 0000000..152d44d
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.pom.sha1
@@ -0,0 +1 @@
+09e0a8798bb85ba11a36f21f2a0888bdd87d4ba4
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-tree/6.0/asm-tree-6.0-sources.jar b/common/m2/repository/org/ow2/asm/asm-tree/6.0/asm-tree-6.0-sources.jar
new file mode 100644
index 0000000..ed686cd
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-tree/6.0/asm-tree-6.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/ow2/asm/asm-tree/6.0/asm-tree-6.0-sources.jar.md5 b/common/m2/repository/org/ow2/asm/asm-tree/6.0/asm-tree-6.0-sources.jar.md5
new file mode 100644
index 0000000..6ae6308
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-tree/6.0/asm-tree-6.0-sources.jar.md5
@@ -0,0 +1 @@
+2f4c04be1c5846bc4bdcee9db847e5ee
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-tree/6.0/asm-tree-6.0-sources.jar.sha1 b/common/m2/repository/org/ow2/asm/asm-tree/6.0/asm-tree-6.0-sources.jar.sha1
new file mode 100644
index 0000000..fc953a3
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-tree/6.0/asm-tree-6.0-sources.jar.sha1
@@ -0,0 +1 @@
+066e3ec9f4ff0d70713868456142040111cc201c
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-tree/6.0/asm-tree-6.0.jar.md5 b/common/m2/repository/org/ow2/asm/asm-tree/6.0/asm-tree-6.0.jar.md5
new file mode 100644
index 0000000..2ec0d1b
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-tree/6.0/asm-tree-6.0.jar.md5
@@ -0,0 +1 @@
+076f7668703c07ff671837ad17f59ea1
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-tree/6.0/asm-tree-6.0.pom.md5 b/common/m2/repository/org/ow2/asm/asm-tree/6.0/asm-tree-6.0.pom.md5
new file mode 100644
index 0000000..bd08132
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-tree/6.0/asm-tree-6.0.pom.md5
@@ -0,0 +1 @@
+dcf6f5240cee83944db43b96f8b62ed0
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar b/common/m2/repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar
new file mode 100644
index 0000000..243c3cb
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar
Binary files differ
diff --git a/common/m2/repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar.md5 b/common/m2/repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar.md5
new file mode 100644
index 0000000..50d6485
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar.md5
@@ -0,0 +1 @@
+1879361985d6ccae30837cc3a4ce4d59
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar.sha1 b/common/m2/repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar.sha1
new file mode 100644
index 0000000..afabf0a
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar.sha1
@@ -0,0 +1 @@
+29bc62dcb85573af6e62e5b2d735ef65966c4180
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom b/common/m2/repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom
new file mode 100644
index 0000000..7106d06
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom
@@ -0,0 +1,102 @@
+<?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>
+ <parent>
+ <groupId>org.ow2</groupId>
+ <artifactId>ow2</artifactId>
+ <version>1.5</version>
+ </parent>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-tree</artifactId>
+ <version>7.0</version>
+ <name>asm-tree</name>
+ <description>Tree API of ASM, a very small and fast Java bytecode manipulation framework</description>
+ <url>http://asm.ow2.org/</url>
+ <inceptionYear>2000</inceptionYear>
+ <organization>
+ <name>OW2</name>
+ <url>http://www.ow2.org/</url>
+ </organization>
+ <licenses>
+ <license>
+ <name>BSD</name>
+ <url>http://asm.ow2.org/license.html</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>ebruneton</id>
+ <name>Eric Bruneton</name>
+ <email>ebruneton@free.fr</email>
+ <roles>
+ <role>Creator</role>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>eu</id>
+ <name>Eugene Kuleshov</name>
+ <email>eu@javatx.org</email>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>forax</id>
+ <name>Remi Forax</name>
+ <email>forax@univ-mlv.fr</email>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ </developers>
+ <mailingLists>
+ <mailingList>
+ <name>ASM Users List</name>
+ <subscribe>https://mail.ow2.org/wws/subscribe/asm</subscribe>
+ <post>asm@objectweb.org</post>
+ <archive>https://mail.ow2.org/wws/arc/asm/</archive>
+ </mailingList>
+ <mailingList>
+ <name>ASM Team List</name>
+ <subscribe>https://mail.ow2.org/wws/subscribe/asm-team</subscribe>
+ <post>asm-team@objectweb.org</post>
+ <archive>https://mail.ow2.org/wws/arc/asm-team/</archive>
+ </mailingList>
+ </mailingLists>
+ <scm>
+ <connection>scm:git:https://gitlab.ow2.org/asm/asm/</connection>
+ <developerConnection>scm:git:https://gitlab.ow2.org/asm/asm/</developerConnection>
+ <url>https://gitlab.ow2.org/asm/asm/</url>
+ </scm>
+ <issueManagement>
+ <url>https://gitlab.ow2.org/asm/asm/issues</url>
+ </issueManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm</artifactId>
+ <version>7.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-test</artifactId>
+ <version>7.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-api</artifactId>
+ <version>5.3.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-params</artifactId>
+ <version>5.3.0</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom.md5 b/common/m2/repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom.md5
new file mode 100644
index 0000000..0ac1608
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom.md5
@@ -0,0 +1 @@
+12a2a53688a174c0ab136325a5b2ae3b
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom.sha1 b/common/m2/repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom.sha1
new file mode 100644
index 0000000..936a470
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom.sha1
@@ -0,0 +1 @@
+9a26ff62a5b01e4fa15ce96fcdb78738817d3066
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-tree/maven-metadata.xml b/common/m2/repository/org/ow2/asm/asm-tree/maven-metadata.xml
index ced3b11..3e798bc 100644
--- a/common/m2/repository/org/ow2/asm/asm-tree/maven-metadata.xml
+++ b/common/m2/repository/org/ow2/asm/asm-tree/maven-metadata.xml
@@ -3,10 +3,10 @@
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
<versioning>
- <release>6.1.1</release>
+ <release>7.0</release>
<versions>
- <version>6.1.1</version>
+ <version>7.0</version>
</versions>
- <lastUpdated>20180502210540</lastUpdated>
+ <lastUpdated>20190110060729</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/org/ow2/asm/asm-util/5.1/asm-util-5.1-sources.jar b/common/m2/repository/org/ow2/asm/asm-util/5.1/asm-util-5.1-sources.jar
new file mode 100644
index 0000000..e71d788
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-util/5.1/asm-util-5.1-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/ow2/asm/asm-util/5.1/asm-util-5.1-sources.jar.md5 b/common/m2/repository/org/ow2/asm/asm-util/5.1/asm-util-5.1-sources.jar.md5
new file mode 100644
index 0000000..4957360
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-util/5.1/asm-util-5.1-sources.jar.md5
@@ -0,0 +1 @@
+9d5031aba327760b2a73be56efd3397a
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-util/5.1/asm-util-5.1-sources.jar.sha1 b/common/m2/repository/org/ow2/asm/asm-util/5.1/asm-util-5.1-sources.jar.sha1
new file mode 100644
index 0000000..b87a56a
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-util/5.1/asm-util-5.1-sources.jar.sha1
@@ -0,0 +1 @@
+81e81bd6c20b965f88d0462e2559f8759fc6c26d
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-util/5.1/asm-util-5.1.jar.md5 b/common/m2/repository/org/ow2/asm/asm-util/5.1/asm-util-5.1.jar.md5
new file mode 100644
index 0000000..00a9b58
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-util/5.1/asm-util-5.1.jar.md5
@@ -0,0 +1 @@
+99531cb1da6e5aa4f9f0e74313e3c5e9
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-util/5.1/asm-util-5.1.jar.sha1 b/common/m2/repository/org/ow2/asm/asm-util/5.1/asm-util-5.1.jar.sha1
new file mode 100644
index 0000000..81b8465
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-util/5.1/asm-util-5.1.jar.sha1
@@ -0,0 +1 @@
+b60e33a6bd0d71831e0c249816d01e6c1dd90a47
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-util/5.1/asm-util-5.1.pom.md5 b/common/m2/repository/org/ow2/asm/asm-util/5.1/asm-util-5.1.pom.md5
new file mode 100644
index 0000000..de95b42
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-util/5.1/asm-util-5.1.pom.md5
@@ -0,0 +1 @@
+6a09fe142c84ed9c8e8ea5c9040cbd4f
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-util/5.1/asm-util-5.1.pom.sha1 b/common/m2/repository/org/ow2/asm/asm-util/5.1/asm-util-5.1.pom.sha1
new file mode 100644
index 0000000..3b2bc98
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-util/5.1/asm-util-5.1.pom.sha1
@@ -0,0 +1 @@
+f5b08655a7056cdf8573524347706bae44f6707f
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-util/6.0/asm-util-6.0-sources.jar b/common/m2/repository/org/ow2/asm/asm-util/6.0/asm-util-6.0-sources.jar
new file mode 100644
index 0000000..ed686cd
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-util/6.0/asm-util-6.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/ow2/asm/asm-util/6.0/asm-util-6.0-sources.jar.md5 b/common/m2/repository/org/ow2/asm/asm-util/6.0/asm-util-6.0-sources.jar.md5
new file mode 100644
index 0000000..6ae6308
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-util/6.0/asm-util-6.0-sources.jar.md5
@@ -0,0 +1 @@
+2f4c04be1c5846bc4bdcee9db847e5ee
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-util/6.0/asm-util-6.0-sources.jar.sha1 b/common/m2/repository/org/ow2/asm/asm-util/6.0/asm-util-6.0-sources.jar.sha1
new file mode 100644
index 0000000..fc953a3
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-util/6.0/asm-util-6.0-sources.jar.sha1
@@ -0,0 +1 @@
+066e3ec9f4ff0d70713868456142040111cc201c
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-util/6.0/asm-util-6.0.jar.md5 b/common/m2/repository/org/ow2/asm/asm-util/6.0/asm-util-6.0.jar.md5
new file mode 100644
index 0000000..862d760
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-util/6.0/asm-util-6.0.jar.md5
@@ -0,0 +1 @@
+ddd94acc28c09f938523c9f440cd97cc
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-util/6.0/asm-util-6.0.pom.md5 b/common/m2/repository/org/ow2/asm/asm-util/6.0/asm-util-6.0.pom.md5
new file mode 100644
index 0000000..9918266
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-util/6.0/asm-util-6.0.pom.md5
@@ -0,0 +1 @@
+1e61e7af073d46acd256e7b0522a54b4
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-util/maven-metadata.xml b/common/m2/repository/org/ow2/asm/asm-util/maven-metadata.xml
new file mode 100644
index 0000000..89533e2
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-util/maven-metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-util</artifactId>
+ <versioning>
+ <release>6.0</release>
+ <versions>
+ <version>6.0</version>
+ <version>5.1</version>
+ </versions>
+ <lastUpdated>20180503103357</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/ow2/asm/asm/5.1/asm-5.1-sources.jar b/common/m2/repository/org/ow2/asm/asm/5.1/asm-5.1-sources.jar
new file mode 100644
index 0000000..e71d788
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm/5.1/asm-5.1-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/ow2/asm/asm/5.1/asm-5.1-sources.jar.md5 b/common/m2/repository/org/ow2/asm/asm/5.1/asm-5.1-sources.jar.md5
new file mode 100644
index 0000000..4957360
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm/5.1/asm-5.1-sources.jar.md5
@@ -0,0 +1 @@
+9d5031aba327760b2a73be56efd3397a
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm/5.1/asm-5.1-sources.jar.sha1 b/common/m2/repository/org/ow2/asm/asm/5.1/asm-5.1-sources.jar.sha1
new file mode 100644
index 0000000..b87a56a
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm/5.1/asm-5.1-sources.jar.sha1
@@ -0,0 +1 @@
+81e81bd6c20b965f88d0462e2559f8759fc6c26d
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm/5.1/asm-5.1.jar.md5 b/common/m2/repository/org/ow2/asm/asm/5.1/asm-5.1.jar.md5
new file mode 100644
index 0000000..25c9261
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm/5.1/asm-5.1.jar.md5
@@ -0,0 +1 @@
+3770466405f163d6616b65c32e16a3cd
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm/5.1/asm-5.1.jar.sha1 b/common/m2/repository/org/ow2/asm/asm/5.1/asm-5.1.jar.sha1
new file mode 100644
index 0000000..6c22958
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm/5.1/asm-5.1.jar.sha1
@@ -0,0 +1 @@
+5ef31c4fe953b1fd00b8a88fa1d6820e8785bb45
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm/5.1/asm-5.1.pom.md5 b/common/m2/repository/org/ow2/asm/asm/5.1/asm-5.1.pom.md5
new file mode 100644
index 0000000..05ffd7d
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm/5.1/asm-5.1.pom.md5
@@ -0,0 +1 @@
+6785585b372698b8bd9069e1c08a9708
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm/5.1/asm-5.1.pom.sha1 b/common/m2/repository/org/ow2/asm/asm/5.1/asm-5.1.pom.sha1
new file mode 100644
index 0000000..9abcb17
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm/5.1/asm-5.1.pom.sha1
@@ -0,0 +1 @@
+87afb3c6d9329d889ef8dc7bded4a5482cb15e99
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm/6.0/asm-6.0-sources.jar b/common/m2/repository/org/ow2/asm/asm/6.0/asm-6.0-sources.jar
new file mode 100644
index 0000000..ed686cd
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm/6.0/asm-6.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/ow2/asm/asm/6.0/asm-6.0-sources.jar.md5 b/common/m2/repository/org/ow2/asm/asm/6.0/asm-6.0-sources.jar.md5
new file mode 100644
index 0000000..6ae6308
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm/6.0/asm-6.0-sources.jar.md5
@@ -0,0 +1 @@
+2f4c04be1c5846bc4bdcee9db847e5ee
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm/6.0/asm-6.0-sources.jar.sha1 b/common/m2/repository/org/ow2/asm/asm/6.0/asm-6.0-sources.jar.sha1
new file mode 100644
index 0000000..fc953a3
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm/6.0/asm-6.0-sources.jar.sha1
@@ -0,0 +1 @@
+066e3ec9f4ff0d70713868456142040111cc201c
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm/6.0/asm-6.0.jar.md5 b/common/m2/repository/org/ow2/asm/asm/6.0/asm-6.0.jar.md5
new file mode 100644
index 0000000..d70d084
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm/6.0/asm-6.0.jar.md5
@@ -0,0 +1 @@
+305b31315dbca9c3cddac687b4a0e04c
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm/6.0/asm-6.0.pom.md5 b/common/m2/repository/org/ow2/asm/asm/6.0/asm-6.0.pom.md5
new file mode 100644
index 0000000..9c9332d
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm/6.0/asm-6.0.pom.md5
@@ -0,0 +1 @@
+d26cd7da17fa6c70af6b1836bc0bf899
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0-sources.jar b/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0-sources.jar
new file mode 100644
index 0000000..cad7502
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0-sources.jar.md5 b/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0-sources.jar.md5
new file mode 100644
index 0000000..b9e2003
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0-sources.jar.md5
@@ -0,0 +1 @@
+0644c0d7eae11cd1e6d0d2135bef88ed
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0-sources.jar.sha1 b/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0-sources.jar.sha1
new file mode 100644
index 0000000..91c834f
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0-sources.jar.sha1
@@ -0,0 +1 @@
+1e0eab03ec196dea229ea637e523b9c016e66b42
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0.jar b/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0.jar
new file mode 100644
index 0000000..2cf38f4
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0.jar
Binary files differ
diff --git a/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0.jar.md5 b/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0.jar.md5
new file mode 100644
index 0000000..95cda17
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0.jar.md5
@@ -0,0 +1 @@
+4cdf9fd77ce48671ff9fd607f2a8a93c
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0.jar.sha1 b/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0.jar.sha1
new file mode 100644
index 0000000..7356eeb
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0.jar.sha1
@@ -0,0 +1 @@
+d74d4ba0dee443f68fb2dcb7fcdb945a2cd89912
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0.pom b/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0.pom
new file mode 100644
index 0000000..cda9698
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0.pom
@@ -0,0 +1,96 @@
+<?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>
+ <parent>
+ <groupId>org.ow2</groupId>
+ <artifactId>ow2</artifactId>
+ <version>1.5</version>
+ </parent>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm</artifactId>
+ <version>7.0</version>
+ <name>asm</name>
+ <description>ASM, a very small and fast Java bytecode manipulation framework</description>
+ <url>http://asm.ow2.org/</url>
+ <inceptionYear>2000</inceptionYear>
+ <organization>
+ <name>OW2</name>
+ <url>http://www.ow2.org/</url>
+ </organization>
+ <licenses>
+ <license>
+ <name>BSD</name>
+ <url>http://asm.ow2.org/license.html</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>ebruneton</id>
+ <name>Eric Bruneton</name>
+ <email>ebruneton@free.fr</email>
+ <roles>
+ <role>Creator</role>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>eu</id>
+ <name>Eugene Kuleshov</name>
+ <email>eu@javatx.org</email>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>forax</id>
+ <name>Remi Forax</name>
+ <email>forax@univ-mlv.fr</email>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ </developers>
+ <mailingLists>
+ <mailingList>
+ <name>ASM Users List</name>
+ <subscribe>https://mail.ow2.org/wws/subscribe/asm</subscribe>
+ <post>asm@objectweb.org</post>
+ <archive>https://mail.ow2.org/wws/arc/asm/</archive>
+ </mailingList>
+ <mailingList>
+ <name>ASM Team List</name>
+ <subscribe>https://mail.ow2.org/wws/subscribe/asm-team</subscribe>
+ <post>asm-team@objectweb.org</post>
+ <archive>https://mail.ow2.org/wws/arc/asm-team/</archive>
+ </mailingList>
+ </mailingLists>
+ <scm>
+ <connection>scm:git:https://gitlab.ow2.org/asm/asm/</connection>
+ <developerConnection>scm:git:https://gitlab.ow2.org/asm/asm/</developerConnection>
+ <url>https://gitlab.ow2.org/asm/asm/</url>
+ </scm>
+ <issueManagement>
+ <url>https://gitlab.ow2.org/asm/asm/issues</url>
+ </issueManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-test</artifactId>
+ <version>7.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-api</artifactId>
+ <version>5.3.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-params</artifactId>
+ <version>5.3.0</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0.pom.md5 b/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0.pom.md5
new file mode 100644
index 0000000..1263e2c
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0.pom.md5
@@ -0,0 +1 @@
+a04a1f3ead09d7cf106d2ed417cf4d17
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0.pom.sha1 b/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0.pom.sha1
new file mode 100644
index 0000000..adfbde1
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm/7.0/asm-7.0.pom.sha1
@@ -0,0 +1 @@
+c6b547ce67397df979bde680a1d0cdf8ceb63f6a
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm/maven-metadata.xml b/common/m2/repository/org/ow2/asm/asm/maven-metadata.xml
index a1259b7..6a7134d 100644
--- a/common/m2/repository/org/ow2/asm/asm/maven-metadata.xml
+++ b/common/m2/repository/org/ow2/asm/asm/maven-metadata.xml
@@ -3,10 +3,10 @@
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<versioning>
- <release>6.1.1</release>
+ <release>7.0</release>
<versions>
- <version>6.1.1</version>
+ <version>7.0</version>
</versions>
- <lastUpdated>20180502210540</lastUpdated>
+ <lastUpdated>20190110060729</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/org/ow2/ow2/maven-metadata.xml b/common/m2/repository/org/ow2/ow2/maven-metadata.xml
index e2b784b..88cf913 100644
--- a/common/m2/repository/org/ow2/ow2/maven-metadata.xml
+++ b/common/m2/repository/org/ow2/ow2/maven-metadata.xml
@@ -7,6 +7,6 @@
<versions>
<version>1.5</version>
</versions>
- <lastUpdated>20180502210534</lastUpdated>
+ <lastUpdated>20190110060729</lastUpdated>
</versioning>
</metadata>
diff --git a/common/m2/repository/org/pcollections/pcollections/2.1.2/pcollections-2.1.2-sources.jar b/common/m2/repository/org/pcollections/pcollections/2.1.2/pcollections-2.1.2-sources.jar
new file mode 100644
index 0000000..6e35117
--- /dev/null
+++ b/common/m2/repository/org/pcollections/pcollections/2.1.2/pcollections-2.1.2-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/pcollections/pcollections/2.1.2/pcollections-2.1.2-sources.jar.md5 b/common/m2/repository/org/pcollections/pcollections/2.1.2/pcollections-2.1.2-sources.jar.md5
new file mode 100644
index 0000000..6b71af3
--- /dev/null
+++ b/common/m2/repository/org/pcollections/pcollections/2.1.2/pcollections-2.1.2-sources.jar.md5
@@ -0,0 +1 @@
+408fb09792883fbec75fc0b033d33c38
\ No newline at end of file
diff --git a/common/m2/repository/org/pcollections/pcollections/2.1.2/pcollections-2.1.2-sources.jar.sha1 b/common/m2/repository/org/pcollections/pcollections/2.1.2/pcollections-2.1.2-sources.jar.sha1
new file mode 100644
index 0000000..d2d0434
--- /dev/null
+++ b/common/m2/repository/org/pcollections/pcollections/2.1.2/pcollections-2.1.2-sources.jar.sha1
@@ -0,0 +1 @@
+58d97dc66c40a0062a0894a0eb787e60d1975731
\ No newline at end of file
diff --git a/common/m2/repository/org/pcollections/pcollections/maven-metadata.xml b/common/m2/repository/org/pcollections/pcollections/maven-metadata.xml
new file mode 100644
index 0000000..37c07ab
--- /dev/null
+++ b/common/m2/repository/org/pcollections/pcollections/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.pcollections</groupId>
+ <artifactId>pcollections</artifactId>
+ <versioning>
+ <release>2.1.2</release>
+ <versions>
+ <version>2.1.2</version>
+ </versions>
+ <lastUpdated>20180616054553</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1-sources.jar b/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1-sources.jar
new file mode 100644
index 0000000..0c949da
--- /dev/null
+++ b/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1-sources.jar.md5 b/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1-sources.jar.md5
new file mode 100644
index 0000000..5c3af48
--- /dev/null
+++ b/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1-sources.jar.md5
@@ -0,0 +1 @@
+e4c89990bc54d485d4234a5b684480fe
\ No newline at end of file
diff --git a/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1-sources.jar.sha1 b/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1-sources.jar.sha1
new file mode 100644
index 0000000..0170191
--- /dev/null
+++ b/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1-sources.jar.sha1
@@ -0,0 +1 @@
+db00da20cdb9fd9ede10dd6304d645ebd7bb5b7d
\ No newline at end of file
diff --git a/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1.jar b/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1.jar
new file mode 100644
index 0000000..a25b1d3
--- /dev/null
+++ b/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1.jar
Binary files differ
diff --git a/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1.jar.md5 b/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1.jar.md5
new file mode 100644
index 0000000..d9c482b
--- /dev/null
+++ b/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1.jar.md5
@@ -0,0 +1 @@
+36bf503c192215759bc0d28c78ff4637
\ No newline at end of file
diff --git a/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1.jar.sha1 b/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1.jar.sha1
new file mode 100644
index 0000000..5b2a8a7
--- /dev/null
+++ b/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1.jar.sha1
@@ -0,0 +1 @@
+5ede69519123c773b02610f6ba2c841a95938239
\ No newline at end of file
diff --git a/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1.pom b/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1.pom
new file mode 100644
index 0000000..657b331
--- /dev/null
+++ b/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1.pom
@@ -0,0 +1,60 @@
+<?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>org.smali</groupId>
+ <artifactId>dexlib2</artifactId>
+ <version>2.2.1</version>
+ <name>dexlib2</name>
+ <description>dexlib2 is a library for reading/modifying/writing Android dex files</description>
+ <url>http://smali.org</url>
+ <licenses>
+ <license>
+ <name>The BSD 3-Clause License</name>
+ <url>http://opensource.org/licenses/BSD-3-Clause</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>jesusfreke</id>
+ <name>Ben Gruver</name>
+ <email>jesusfreke@jesusfreke.com</email>
+ </developer>
+ </developers>
+ <scm>
+ <url>https://github.com/JesusFreke/smali/tree/master/dexlib2</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>org.smali</groupId>
+ <artifactId>util</artifactId>
+ <version>2.2.1</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ <version>1.3.9</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>18.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.6</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>1.10.19</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1.pom.md5 b/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1.pom.md5
new file mode 100644
index 0000000..f65221b
--- /dev/null
+++ b/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1.pom.md5
@@ -0,0 +1 @@
+af30a8cb28d0b9e412efac76a976728c
\ No newline at end of file
diff --git a/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1.pom.sha1 b/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1.pom.sha1
new file mode 100644
index 0000000..db50928
--- /dev/null
+++ b/common/m2/repository/org/smali/dexlib2/2.2.1/dexlib2-2.2.1.pom.sha1
@@ -0,0 +1 @@
+15d883315b8e9297246d6e7e42247cbf476766d0
\ No newline at end of file
diff --git a/common/m2/repository/org/smali/dexlib2/maven-metadata.xml b/common/m2/repository/org/smali/dexlib2/maven-metadata.xml
new file mode 100644
index 0000000..e37865c
--- /dev/null
+++ b/common/m2/repository/org/smali/dexlib2/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.smali</groupId>
+ <artifactId>dexlib2</artifactId>
+ <versioning>
+ <release>2.2.1</release>
+ <versions>
+ <version>2.2.1</version>
+ </versions>
+ <lastUpdated>20180306230700</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/smali/util/2.2.1/util-2.2.1-sources.jar b/common/m2/repository/org/smali/util/2.2.1/util-2.2.1-sources.jar
new file mode 100644
index 0000000..3d54d4e
--- /dev/null
+++ b/common/m2/repository/org/smali/util/2.2.1/util-2.2.1-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/smali/util/2.2.1/util-2.2.1-sources.jar.md5 b/common/m2/repository/org/smali/util/2.2.1/util-2.2.1-sources.jar.md5
new file mode 100644
index 0000000..70e8376
--- /dev/null
+++ b/common/m2/repository/org/smali/util/2.2.1/util-2.2.1-sources.jar.md5
@@ -0,0 +1 @@
+b7423f39b732f05a276036cc48be390b
\ No newline at end of file
diff --git a/common/m2/repository/org/smali/util/2.2.1/util-2.2.1-sources.jar.sha1 b/common/m2/repository/org/smali/util/2.2.1/util-2.2.1-sources.jar.sha1
new file mode 100644
index 0000000..63f3e41
--- /dev/null
+++ b/common/m2/repository/org/smali/util/2.2.1/util-2.2.1-sources.jar.sha1
@@ -0,0 +1 @@
+744ad5efcbcadb17b2c91a96ec7122c70714f3ca
\ No newline at end of file
diff --git a/common/m2/repository/org/smali/util/2.2.1/util-2.2.1.jar b/common/m2/repository/org/smali/util/2.2.1/util-2.2.1.jar
new file mode 100644
index 0000000..9bbeebf
--- /dev/null
+++ b/common/m2/repository/org/smali/util/2.2.1/util-2.2.1.jar
Binary files differ
diff --git a/common/m2/repository/org/smali/util/2.2.1/util-2.2.1.jar.md5 b/common/m2/repository/org/smali/util/2.2.1/util-2.2.1.jar.md5
new file mode 100644
index 0000000..b2b3459
--- /dev/null
+++ b/common/m2/repository/org/smali/util/2.2.1/util-2.2.1.jar.md5
@@ -0,0 +1 @@
+4c9a831d08ee96f20e327f00d3ddc6bf
\ No newline at end of file
diff --git a/common/m2/repository/org/smali/util/2.2.1/util-2.2.1.jar.sha1 b/common/m2/repository/org/smali/util/2.2.1/util-2.2.1.jar.sha1
new file mode 100644
index 0000000..4db5692
--- /dev/null
+++ b/common/m2/repository/org/smali/util/2.2.1/util-2.2.1.jar.sha1
@@ -0,0 +1 @@
+76cd8342427c55beb67c8508e7aa2ce1354cb272
\ No newline at end of file
diff --git a/common/m2/repository/org/smali/util/2.2.1/util-2.2.1.pom b/common/m2/repository/org/smali/util/2.2.1/util-2.2.1.pom
new file mode 100644
index 0000000..5a1b89c
--- /dev/null
+++ b/common/m2/repository/org/smali/util/2.2.1/util-2.2.1.pom
@@ -0,0 +1,54 @@
+<?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>org.smali</groupId>
+ <artifactId>util</artifactId>
+ <version>2.2.1</version>
+ <name>util</name>
+ <description>This library contains random utilities used by smali/baksmali/dexlib2</description>
+ <url>http://smali.org</url>
+ <licenses>
+ <license>
+ <name>The BSD 3-Clause License</name>
+ <url>http://opensource.org/licenses/BSD-3-Clause</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>jesusfreke</id>
+ <name>Ben Gruver</name>
+ <email>jesusfreke@jesusfreke.com</email>
+ </developer>
+ </developers>
+ <scm>
+ <url>https://github.com/JesusFreke/smali/tree/master/util</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ <version>1.3.9</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>18.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.beust</groupId>
+ <artifactId>jcommander</artifactId>
+ <version>1.64</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.6</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/common/m2/repository/org/smali/util/2.2.1/util-2.2.1.pom.md5 b/common/m2/repository/org/smali/util/2.2.1/util-2.2.1.pom.md5
new file mode 100644
index 0000000..4f809fb
--- /dev/null
+++ b/common/m2/repository/org/smali/util/2.2.1/util-2.2.1.pom.md5
@@ -0,0 +1 @@
+c5a6e2443c3ff6e084e67ec359d88cda
\ No newline at end of file
diff --git a/common/m2/repository/org/smali/util/2.2.1/util-2.2.1.pom.sha1 b/common/m2/repository/org/smali/util/2.2.1/util-2.2.1.pom.sha1
new file mode 100644
index 0000000..8f55d3b
--- /dev/null
+++ b/common/m2/repository/org/smali/util/2.2.1/util-2.2.1.pom.sha1
@@ -0,0 +1 @@
+647981c5fd434495fe4316169d97730f65a99c12
\ No newline at end of file
diff --git a/common/m2/repository/org/smali/util/maven-metadata.xml b/common/m2/repository/org/smali/util/maven-metadata.xml
new file mode 100644
index 0000000..81e56ce
--- /dev/null
+++ b/common/m2/repository/org/smali/util/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.smali</groupId>
+ <artifactId>util</artifactId>
+ <versioning>
+ <release>2.2.1</release>
+ <versions>
+ <version>2.2.1</version>
+ </versions>
+ <lastUpdated>20180306230658</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/repository/org/sonatype/oss/oss-parent/maven-metadata.xml b/common/m2/repository/org/sonatype/oss/oss-parent/maven-metadata.xml
new file mode 100644
index 0000000..80aec3e
--- /dev/null
+++ b/common/m2/repository/org/sonatype/oss/oss-parent/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.sonatype.oss</groupId>
+ <artifactId>oss-parent</artifactId>
+ <versioning>
+ <release>7</release>
+ <versions>
+ <version>7</version>
+ </versions>
+ <lastUpdated>20180616054532</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/common/m2/robolectric.bp b/common/m2/robolectric.bp
index e659f98..0166379 100644
--- a/common/m2/robolectric.bp
+++ b/common/m2/robolectric.bp
@@ -9,13 +9,13 @@
}
java_import_host {
- name: "robolectric-assertj-core-3.8.0",
- jars: ["repository/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.jar"],
+ name: "robolectric-compile-testing-0.15",
+ jars: ["repository/com/google/testing/compile/compile-testing/0.15/compile-testing-0.15.jar"],
}
java_import_host {
- name: "robolectric-compile-testing-0.15",
- jars: ["repository/com/google/testing/compile/compile-testing/0.15/compile-testing-0.15.jar"],
+ name: "robolectric-diffutils-1.3.0",
+ jars: ["repository/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0.jar"],
}
java_import_host {
@@ -38,12 +38,6 @@
jars: ["repository/org/apache/maven/maven-ant-tasks/2.1.3/maven-ant-tasks-2.1.3.jar"],
}
-android_library_import {
- name: "robolectric-monitor-1.0.2-alpha1",
- aars: ["repository/com/android/support/test/monitor/1.0.2-alpha1/monitor-1.0.2-alpha1.aar"],
- sdk_version: "current",
-}
-
java_import_host {
name: "robolectric-xstream-1.4.8",
jars: ["repository/com/thoughtworks/xstream/xstream/1.4.8/xstream-1.4.8.jar"],
@@ -71,8 +65,8 @@
"mkdir $$D/linux-x86_64 && mv $$D/*linux-amd64* $$D/linux-x86_64/libsqlite4java.so && " +
"mkdir $$D/linux-x86 && mv $$D/*linux-i386* $$D/linux-x86/libsqlite4java.so && " +
"mkdir $$D/mac-x86_64 && mv $$D/*osx* $$D/mac-x86_64/libsqlite4java.jnilib && " +
- "mkdir $$D/windows-x86_64 && mv $$D/*win32-x64* $$D/windows-x86_64/sqlite4java.dll && " +
- "mkdir $$D/windows-x86 && mv $$D/*win32-x86* $$D/windows-x86/sqlite4java.dll && " +
+ "mkdir $$D/windows-x86_64 && mv $$D/*win32-x64* $$D/windows-x86_64/libsqlite4java.dll && " +
+ "mkdir $$D/windows-x86 && mv $$D/*win32-x86* $$D/windows-x86/libsqlite4java.dll && " +
"$(location soong_zip) -o $(out) -C $$D -D $$D",
}
@@ -83,3 +77,20 @@
"robolectric-sqlite4java-native",
],
}
+
+////////////////////////////////////////////////////////////////////////////////
+// Additional versions of dependencies needed by AOSP
+// external/robolectric-shadows which are required for the master-gpl branch.
+// These can be removed once AOSP is updated with Q.
+////////////////////////////////////////////////////////////////////////////////
+
+java_import_host {
+ name: "robolectric-assertj-core-3.8.0",
+ jars: ["repository/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.jar"],
+}
+
+android_library_import {
+ name: "robolectric-monitor-1.0.2-alpha1",
+ aars: ["repository/com/android/support/test/monitor/1.0.2-alpha1/monitor-1.0.2-alpha1.aar"],
+ sdk_version: "current",
+}
diff --git a/common/metalava/README.md b/common/metalava/README.md
new file mode 100644
index 0000000..3b67f96
--- /dev/null
+++ b/common/metalava/README.md
@@ -0,0 +1,6 @@
+Metalava
+========
+
+A fat jar of https://android.googlesource.com/platform/tools/metalava/
+
+This version can be updated by grabbing `metalava.jar` from an SDK target of the latest green build of go/ab/master.
diff --git a/common/metalava/metalava.jar b/common/metalava/metalava.jar
new file mode 100644
index 0000000..2896536
--- /dev/null
+++ b/common/metalava/metalava.jar
Binary files differ
diff --git a/import-maven-artifacts.sh b/import-maven-artifacts.sh
new file mode 100755
index 0000000..c8e77b1
--- /dev/null
+++ b/import-maven-artifacts.sh
@@ -0,0 +1,191 @@
+set -e
+
+
+destRepo="$(cd $(dirname $0)/../.. && pwd)"
+tempDir="/tmp/import-temp-work"
+rm -rf $tempDir
+mkdir -p $tempDir
+cd $tempDir
+
+function usage() {
+ echo "Usage: $0 group:artifact:version[:classifier][@extension] [group:artifact:version[:classifier][@extension]...]
+
+This script downloads the specified artifacts copies them into the appropriate subdirectory of $destRepo/prebuilts/"
+ exit 1
+}
+
+
+
+
+inputRepo=m2repository
+stageRepo=m2staged
+destAndroidRepo=$destRepo/prebuilts/gradle-plugin
+destThirdPartyRepo=$destRepo/prebuilts/tools/common/m2/repository
+
+
+# usage: downloadArtifacts "$group:$artifact:$version[:classifier][@extension]..."
+function downloadArtifacts() {
+ if [ "$1" == "" ]; then
+ usage
+ fi
+ echo downloading dependencies into $inputRepo
+ rm -rf $inputRepo
+ while [ "$1" != "" ]; do
+ echo importing $1
+ IFS=@ read -r dependency extension <<< "$1"
+ IFS=: read -ra FIELDS <<< "${dependency}"
+ groupId="${FIELDS[0]}"
+ artifactId="${FIELDS[1]}"
+ version="${FIELDS[2]}"
+ classifier="${FIELDS[3]}"
+
+ # download the actual artifact
+ downloadArtifact "$groupId" "$artifactId" "$version" "$classifier" "$extension"
+
+ # try to download the sources jar
+ downloadArtifact "$groupId" "$artifactId" "$version" "sources" "jar" || true
+
+ # go to next artifact
+ shift
+ done
+ echo done downloading dependencies
+}
+
+# usage: downloadArtifact "$group" "$artifact" "$version" "$classifier" "$extension"
+function downloadArtifact() {
+ pomPath="$PWD/pom.xml"
+ echo creating $pomPath
+ pomPrefix='<?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>com.google.android.build</groupId>
+ <artifactId>m2repository</artifactId>
+ <version>1.0</version>
+ <repositories>
+ <repository>
+ <id>google</id>
+ <name>Google</name>
+ <url>https://maven.google.com</url>
+ </repository>
+ <repository>
+ <id>jcenter</id>
+ <name>JCenter</name>
+ <url>https://jcenter.bintray.com</url>
+ </repository>
+ </repositories>
+ <dependencies>
+'
+
+ pomSuffix='
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.8</version>
+ <executions>
+ <execution>
+ <id>default-cli</id>
+ <configuration>
+ <includeScope>runtime</includeScope>
+ <addParentPoms>true</addParentPoms>
+ <copyPom>true</copyPom>
+ <useRepositoryLayout>true</useRepositoryLayout>
+ <outputDirectory>m2repository</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
+'
+
+
+ groupId="$1"
+ artifactId="$2"
+ version="$3"
+ classifier="$4"
+ extension="$5"
+ pomDependencies=""
+
+
+ dependencyText=$(echo -e "\n <dependency>\n <groupId>${groupId}</groupId>\n <artifactId>${artifactId}</artifactId>\n <version>${version}</version>")
+ [ $classifier ] && dependencyText+=$(echo -e "\n <classifier>${classifier}</classifier>")
+ [ $extension ] && dependencyText+=$(echo -e "\n <type>${extension}</type>")
+ dependencyText+=$(echo -e "\n </dependency>")
+
+
+ pomDependencies="${pomDependencies}${dependencyText}"
+
+ echo "${pomPrefix}${pomDependencies}${pomSuffix}" > $pomPath
+ echo done creating $pomPath
+
+ echo downloading one dependency into $inputRepo
+ mvn -f "$pomPath" dependency:copy-dependencies
+ echo done downloading one dependency into $inputRepo
+}
+
+# generates an appropriately formatted repository for merging into existing repositories,
+# by computing artifact metadata
+function stageRepo() {
+ echo staging to $stageRepo
+ rm -rf $stageRepo
+
+ for f in $(find $inputRepo -type f | grep -v '\.sha1$' | grep -v '\.md5'); do
+ md5=$(md5sum $f | sed 's/ .*//')
+ sha1=$(sha1sum $f | sed 's/ .*//')
+ relPath=$(echo $f | sed "s|$inputRepo/||")
+ relDir=$(dirname $relPath)
+
+ fileName=$(basename $relPath)
+ writeChecksums="true"
+
+ destDir="$stageRepo/$relDir"
+ destFile="$stageRepo/$relPath"
+ if [ "$fileName" == "maven-metadata-local.xml" ]; then
+ writeChecksums="false"
+ destFile="$destDir/maven-metadata.xml"
+ fi
+
+ mkdir -p $destDir
+ if [ "$writeChecksums" == "true" ]; then
+ echo -n $md5 > "${destFile}.md5"
+ echo -n $sha1 > "${destFile}.sha1"
+ fi
+ cp $f $destFile
+ done
+
+ echo done staging to $stageRepo
+}
+
+function announceCopy() {
+ input=$1
+ output=$2
+ if stat $input > /dev/null 2>/dev/null; then
+ echo copying "$input" to "$output"
+ cp -rT $input $output
+ fi
+}
+
+function exportArtifact() {
+ echo exporting
+ announceCopy $stageRepo/com/android $destAndroidRepo/com/android
+ rm -rf $stageRepo/com/android
+
+ announceCopy $stageRepo/androidx $destAndroidRepo/androidx
+ rm -rf $stageRepo/androidx
+
+ announceCopy $stageRepo $destThirdPartyRepo
+ echo done exporting
+}
+
+
+function main() {
+ downloadArtifacts "$@"
+ stageRepo
+ exportArtifact
+}
+
+main "$@"