You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2021/05/24 00:21:28 UTC

[incubator-heron] branch master updated: Update Bookkeeper to 4.13.0 and Zookeeper to 3.6.3 (#3692)

This is an automated email from the ASF dual-hosted git repository.

nicknezis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new 22148db  Update Bookkeeper to 4.13.0 and Zookeeper to 3.6.3 (#3692)
22148db is described below

commit 22148db172d5ffa8eb0dbbac662c9f66a924a8bd
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Sun May 23 20:21:16 2021 -0400

    Update Bookkeeper to 4.13.0 and Zookeeper to 3.6.3 (#3692)
    
    * Update to Bookkeeper and Zookeeper
    
    * Committed this by accident
    
    * Updating Guava to fix submit failure
    
    * Updating BK image versions
---
 WORKSPACE                                          |   38 +-
 deploy/kubernetes/general/apiserver.yaml           |    2 +-
 .../kubernetes/general/bookkeeper.statefulset.yaml |    4 +-
 .../general/bookkeeper.statefulset_empty.yaml      |    4 +-
 deploy/kubernetes/general/bookkeeper.yaml          |    4 +-
 deploy/kubernetes/helm/values.yaml.template        |    2 +-
 deploy/kubernetes/minikube/apiserver.yaml          |    2 +-
 deploy/kubernetes/minikube/bookkeeper.yaml         |    4 +-
 heron/api/src/java/BUILD                           |    7 +-
 heron/ckptmgr/src/java/BUILD                       |    7 +-
 heron/downloaders/src/java/BUILD                   |    2 +-
 heron/instance/src/java/BUILD                      |    7 +-
 heron/io/dlog/src/java/BUILD                       |    3 +-
 heron/io/dlog/tests/java/BUILD                     |    2 +-
 heron/simulator/src/java/BUILD                     |    9 +-
 heron/statefulstorages/tests/java/BUILD            |    2 +-
 heron/uploaders/src/java/BUILD                     |    2 +-
 heron/uploaders/tests/java/BUILD                   |    2 +-
 maven_install.json                                 | 8057 ++++++++++----------
 scripts/travis/k8s.sh                              |    2 +-
 storm-compatibility/v0.10.2/src/java/BUILD         |    7 +-
 storm-compatibility/v2.2.0/src/java/BUILD          |    7 +-
 third_party/java/BUILD                             |   16 +-
 third_party/java/jarjar/BUILD                      |   12 -
 .../resources/com/tonicsystems/jarjar/help.txt     |   74 -
 third_party/zookeeper/BUILD                        |    8 +-
 third_party/zookeeper/zookeeper_jute.patch         | 2225 ++++++
 tools/build_rules/prelude_bazel                    |    4 +-
 tools/rules/jarjar_rules.bzl                       |   59 -
 29 files changed, 6119 insertions(+), 4455 deletions(-)

diff --git a/WORKSPACE b/WORKSPACE
index fb4dfc7..b9e6f52 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -33,7 +33,7 @@ http_archive(
 # versions shared across artifacts that should be upgraded together
 aws_version = "1.11.58"
 
-curator_version = "2.9.0"
+curator_version = "5.1.0"
 
 google_client_version = "1.22.0"
 
@@ -45,7 +45,7 @@ reef_version = "0.14.0"
 
 slf4j_version = "1.7.30"
 
-distributedlog_version = "4.11.0"
+distributedlog_version = "4.13.0"
 
 http_client_version = "4.5.2"
 
@@ -66,7 +66,7 @@ maven_install(
     name = "maven",
     artifacts = [
         "antlr:antlr:2.7.7",
-        "org.apache.zookeeper:zookeeper:3.5.8",
+        "org.apache.zookeeper:zookeeper:3.6.3",
         "io.kubernetes:client-java:" + kubernetes_client_version,
         "com.esotericsoftware:kryo:5.0.4",
         "org.apache.avro:avro:1.7.4",
@@ -83,8 +83,6 @@ maven_install(
         "com.google.apis:google-api-services-storage:v1-rev108-1.22.0",
         "com.microsoft.dhalion:dhalion:0.2.3",
         "org.objenesis:objenesis:2.1",
-        "org.ow2.asm:asm-all:5.1",
-        "org.ow2.asm:asm:5.0.4",
         "com.amazonaws:aws-java-sdk-s3:" + aws_version,
         "org.eclipse.jetty:jetty-server:" + jetty_version,
         "org.eclipse.jetty:jetty-http:" + jetty_version,
@@ -97,11 +95,11 @@ maven_install(
         "org.glassfish.jersey.media:jersey-media-json-jackson:" + jersey_version,
         "org.glassfish.jersey.media:jersey-media-multipart:" + jersey_version,
         "org.glassfish.jersey.containers:jersey-container-servlet:" + jersey_version,
-        "org.apache.distributedlog:distributedlog-core-shaded:" + distributedlog_version,
-        "io.netty:netty-all:4.1.22.Final",
+        "org.apache.distributedlog:distributedlog-core:" + distributedlog_version,
+        "io.netty:netty-all:4.1.50.Final",
         "aopalliance:aopalliance:1.0",
         "org.roaringbitmap:RoaringBitmap:0.6.51",
-        "com.google.guava:guava:18.0",
+        "com.google.guava:guava:23.6-jre",
         "io.gsonfire:gson-fire:1.8.3",
         "org.apache.curator:curator-framework:" + curator_version,
         "org.apache.curator:curator-recipes:" + curator_version,
@@ -126,7 +124,6 @@ maven_install(
         "javax.xml.bind:jaxb-api:2.3.0",
         "javax.activation:activation:1.1.1",
         "org.mockito:mockito-all:1.10.19",
-        "org.sonatype.plugins:jarjar-maven-plugin:1.9",
         "org.powermock:powermock-api-mockito:" + powermock_version,
         "org.powermock:powermock-module-junit4:" + powermock_version,
         "com.puppycrawl.tools:checkstyle:6.17",
@@ -156,6 +153,21 @@ load("@maven//:defs.bzl", "pinned_maven_install")
 
 pinned_maven_install()
 
+load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
+
+git_repository(
+    name = "com_github_johnynek_bazel_jar_jar",
+    commit = "171f268569384c57c19474b04aebe574d85fde0d", # Latest commit SHA as at 2019/02/13
+    remote = "git://github.com/johnynek/bazel_jar_jar.git",
+    shallow_since = "1594234634 -1000",
+)
+
+load(
+    "@com_github_johnynek_bazel_jar_jar//:jar_jar.bzl",
+    "jar_jar_repositories",
+)
+jar_jar_repositories()
+
 http_archive(
     name = "rules_python",
     sha256 = "b5668cde8bb6e3515057ef465a35ad712214962f0b3a314e551204266c7be90c",
@@ -263,9 +275,11 @@ http_archive(
 http_archive(
     name = "org_apache_zookeeper",
     build_file = "@//:third_party/zookeeper/BUILD",
-    sha256 = "bafc0abe7da696a2020ba11b8ce7d06f6e28e9bf1e5504de09be25b8b589777d",
-    strip_prefix = "apache-zookeeper-3.5.8",
-    urls = ["https://archive.apache.org/dist/zookeeper/zookeeper-3.5.8/apache-zookeeper-3.5.8.tar.gz"],
+    patch_args = ["-p1"],
+    patches = ["//third_party/zookeeper:zookeeper_jute.patch"],
+    sha256 = "1c52a4ea012c12c87e49298343eae44f89ce0d61133f7e07384d5fb64f8eaa77",
+    strip_prefix = "apache-zookeeper-3.6.3",
+    urls = ["https://downloads.apache.org/zookeeper/zookeeper-3.6.3/apache-zookeeper-3.6.3.tar.gz"],
 )
 
 http_archive(
diff --git a/deploy/kubernetes/general/apiserver.yaml b/deploy/kubernetes/general/apiserver.yaml
index 9d63b92..aa5b93e 100644
--- a/deploy/kubernetes/general/apiserver.yaml
+++ b/deploy/kubernetes/general/apiserver.yaml
@@ -77,7 +77,7 @@ spec:
           tolerationSeconds: 10
       initContainers:
         - name: init-heron-apiserver
-          image: apache/bookkeeper:4.11.0
+          image: apache/bookkeeper:4.13.0
           command: ['sh', '-c', '/opt/bookkeeper/bin/dlog admin bind -l /ledgers -s zookeeper:2181 -c distributedlog://zookeeper:2181/heron']
       containers:
         - name: heron-apiserver
diff --git a/deploy/kubernetes/general/bookkeeper.statefulset.yaml b/deploy/kubernetes/general/bookkeeper.statefulset.yaml
index 1faaa24..30fb914 100644
--- a/deploy/kubernetes/general/bookkeeper.statefulset.yaml
+++ b/deploy/kubernetes/general/bookkeeper.statefulset.yaml
@@ -77,7 +77,7 @@ spec:
       terminationGracePeriodSeconds: 0
       containers:
         - name: bookie
-          image: apache/bookkeeper:4.11.0
+          image: apache/bookkeeper:4.13.0
           resources:
             requests:
               memory: "3Gi"
@@ -168,7 +168,7 @@ spec:
     spec:
       containers:
         - name: replication-worker
-          image: apache/bookkeeper:4.11.0
+          image: apache/bookkeeper:4.13.0
           command: [ "/bin/bash", "/opt/bookkeeper/scripts/entrypoint.sh" ]
           args: ["/opt/bookkeeper/bin/bookkeeper", "autorecovery"]
           envFrom:
diff --git a/deploy/kubernetes/general/bookkeeper.statefulset_empty.yaml b/deploy/kubernetes/general/bookkeeper.statefulset_empty.yaml
index 271aa7d..9eb26bb 100644
--- a/deploy/kubernetes/general/bookkeeper.statefulset_empty.yaml
+++ b/deploy/kubernetes/general/bookkeeper.statefulset_empty.yaml
@@ -77,7 +77,7 @@ spec:
       terminationGracePeriodSeconds: 0
       containers:
         - name: bookie
-          image: apache/bookkeeper:4.11.0
+          image: apache/bookkeeper:4.13.0
           resources:
             requests:
               memory: "3Gi"
@@ -151,7 +151,7 @@ spec:
     spec:
       containers:
         - name: replication-worker
-          image: apache/bookkeeper:4.11.0
+          image: apache/bookkeeper:4.13.0
           command: [ "/bin/bash", "/opt/bookkeeper/scripts/entrypoint.sh" ]
           args: ["/opt/bookkeeper/bin/bookkeeper", "autorecovery"]
           envFrom:
diff --git a/deploy/kubernetes/general/bookkeeper.yaml b/deploy/kubernetes/general/bookkeeper.yaml
index b39f100..5470e64 100644
--- a/deploy/kubernetes/general/bookkeeper.yaml
+++ b/deploy/kubernetes/general/bookkeeper.yaml
@@ -66,7 +66,7 @@ spec:
     spec:
       containers:
         - name: bookie
-          image: apache/bookkeeper:4.11.0
+          image: apache/bookkeeper:4.13.0
           resources:
             requests:
               memory: "3Gi"
@@ -152,7 +152,7 @@ spec:
     spec:
       containers:
         - name: replication-worker
-          image: apache/bookkeeper:4.11.0
+          image: apache/bookkeeper:4.13.0
           command: [ "/bin/bash", "/opt/bookkeeper/scripts/entrypoint.sh" ]
           args: ["/opt/bookkeeper/bin/bookkeeper", "autorecovery"]
           envFrom:
diff --git a/deploy/kubernetes/helm/values.yaml.template b/deploy/kubernetes/helm/values.yaml.template
index ddb0e22..cf0154d 100644
--- a/deploy/kubernetes/helm/values.yaml.template
+++ b/deploy/kubernetes/helm/values.yaml.template
@@ -76,7 +76,7 @@ bookieLogSizeLimit: 10000000
 zkReplicas: 3
 
 bookkeeper:
-  image: apache/bookkeeper:4.11.0
+  image: apache/bookkeeper:4.13.0
   imagePullPolicy: IfNotPresent
   
   # set storageClassName to "none" to not use storageClassName
diff --git a/deploy/kubernetes/minikube/apiserver.yaml b/deploy/kubernetes/minikube/apiserver.yaml
index 81bd799..2cbf363 100644
--- a/deploy/kubernetes/minikube/apiserver.yaml
+++ b/deploy/kubernetes/minikube/apiserver.yaml
@@ -63,7 +63,7 @@ spec:
       serviceAccountName: heron-apiserver
       initContainers:
         - name: init-heron-apiserver
-          image: apache/bookkeeper:4.11.0
+          image: apache/bookkeeper:4.13.0
           command: ['sh', '-c', '/opt/bookkeeper/bin/dlog admin bind -l /ledgers -s zookeeper:2181 -c distributedlog://zookeeper:2181/heronbkdl']
       containers:
         - name: heron-apiserver
diff --git a/deploy/kubernetes/minikube/bookkeeper.yaml b/deploy/kubernetes/minikube/bookkeeper.yaml
index 64bc461..b162314 100644
--- a/deploy/kubernetes/minikube/bookkeeper.yaml
+++ b/deploy/kubernetes/minikube/bookkeeper.yaml
@@ -61,7 +61,7 @@ spec:
       initContainers:
         # The first time, initialize BK to wipe data for minikube
         - name: bookie-format
-          image: apache/bookkeeper:4.11.0
+          image: apache/bookkeeper:4.13.0
           args: ["/opt/bookkeeper/bin/bookkeeper", "shell", "bookieformat", "-nonInteractive", "-force"]
           command: [ "/bin/bash", "/opt/bookkeeper/scripts/entrypoint.sh" ]
           envFrom:
@@ -74,7 +74,7 @@ spec:
               mountPath: /bookkeeper/data/ledgers
       containers:
         - name: bookie
-          image: apache/bookkeeper:4.11.0
+          image: apache/bookkeeper:4.13.0
           resources:
             requests:
               memory: "1Gi"
diff --git a/heron/api/src/java/BUILD b/heron/api/src/java/BUILD
index 664cd60..1724ef3 100644
--- a/heron/api/src/java/BUILD
+++ b/heron/api/src/java/BUILD
@@ -67,11 +67,10 @@ java_binary(
     ],
 )
 
-jarjar_binary(
+jar_jar(
     name = "api-shaded",
-    src = ":api-unshaded_deploy.jar",
-    shade = "shade.conf",
-    deps = ["@maven//:org_sonatype_plugins_jarjar_maven_plugin"],
+    input_jar = ":api-unshaded_deploy.jar",
+    rules = "shade.conf",
 )
 
 genrule(
diff --git a/heron/ckptmgr/src/java/BUILD b/heron/ckptmgr/src/java/BUILD
index 159320e..87cdf39 100644
--- a/heron/ckptmgr/src/java/BUILD
+++ b/heron/ckptmgr/src/java/BUILD
@@ -42,9 +42,8 @@ java_binary(
     ],
 )
 
-jarjar_binary(
+jar_jar(
     name = "heron-ckptmgr",
-    src = ":ckptmgr-unshaded_deploy.jar",
-    shade = "shade.conf",
-    deps = ["@maven//:org_sonatype_plugins_jarjar_maven_plugin"],
+    input_jar = ":ckptmgr-unshaded_deploy.jar",
+    rules = "shade.conf",
 )
diff --git a/heron/downloaders/src/java/BUILD b/heron/downloaders/src/java/BUILD
index 7a48e6f..fb55965 100644
--- a/heron/downloaders/src/java/BUILD
+++ b/heron/downloaders/src/java/BUILD
@@ -14,7 +14,7 @@ downloader_deps = [
     "//heron/spi/src/java:common-spi-java",
     "//third_party/java:commons-compress",
     "@maven//:commons_cli_commons_cli",
-    "@maven//:org_apache_distributedlog_distributedlog_core_shaded",
+    "//third_party/java:dlog-java",
     "@maven//:io_netty_netty_all",
 ]
 
diff --git a/heron/instance/src/java/BUILD b/heron/instance/src/java/BUILD
index f7a136c..ee08fdc2 100644
--- a/heron/instance/src/java/BUILD
+++ b/heron/instance/src/java/BUILD
@@ -31,9 +31,8 @@ java_binary(
     deps = instance_deps_files,
 )
 
-jarjar_binary(
+jar_jar(
     name = "heron-instance",
-    src = ":instance-unshaded_deploy.jar",
-    shade = "shade.conf",
-    deps = ["@maven//:org_sonatype_plugins_jarjar_maven_plugin"],
+    input_jar = ":instance-unshaded_deploy.jar",
+    rules = "shade.conf",
 )
diff --git a/heron/io/dlog/src/java/BUILD b/heron/io/dlog/src/java/BUILD
index 10786e9..a9e1815 100644
--- a/heron/io/dlog/src/java/BUILD
+++ b/heron/io/dlog/src/java/BUILD
@@ -3,9 +3,8 @@ load("@rules_java//java:defs.bzl", "java_binary", "java_library")
 package(default_visibility = ["//visibility:public"])
 
 dlog_deps = [
-    "@maven//:org_apache_distributedlog_distributedlog_core_shaded",
-    "@maven//:io_netty_netty_all",
     "//third_party/java:dlog-java",
+    "@maven//:io_netty_netty_all",
 ]
 
 java_library(
diff --git a/heron/io/dlog/tests/java/BUILD b/heron/io/dlog/tests/java/BUILD
index bb546dc..96bb5a5 100644
--- a/heron/io/dlog/tests/java/BUILD
+++ b/heron/io/dlog/tests/java/BUILD
@@ -8,7 +8,7 @@ common_deps_files = [
 dlog_test_deps_files = \
     common_deps_files + [
         "@maven//:com_google_guava_guava",
-        "@maven//:org_apache_distributedlog_distributedlog_core_shaded",
+        "//third_party/java:dlog-java",
         "@maven//:io_netty_netty_all",
         "//heron/io/dlog/src/java:dlog-lib",
     ]
diff --git a/heron/simulator/src/java/BUILD b/heron/simulator/src/java/BUILD
index 0b8e0e1..bffe6ed 100644
--- a/heron/simulator/src/java/BUILD
+++ b/heron/simulator/src/java/BUILD
@@ -40,13 +40,10 @@ java_binary(
     ],
 )
 
-jarjar_binary(
+jar_jar(
     name = "simulator-shaded",
-    src = ":simulator-unshaded_deploy.jar",
-    shade = "shade.conf",
-    deps = [
-        "@maven//:org_sonatype_plugins_jarjar_maven_plugin",
-    ],
+    input_jar = ":simulator-unshaded_deploy.jar",
+    rules = "shade.conf",
 )
 
 genrule(
diff --git a/heron/statefulstorages/tests/java/BUILD b/heron/statefulstorages/tests/java/BUILD
index fe0a5e0..8c3a954 100644
--- a/heron/statefulstorages/tests/java/BUILD
+++ b/heron/statefulstorages/tests/java/BUILD
@@ -57,7 +57,7 @@ dlog_deps_files = [
     "//heron/statefulstorages/src/java:dlog-statefulstorage-java",
     "//heron/io/dlog/src/java:dlog-lib",
     "@maven//:com_google_guava_guava",
-    "@maven//:org_apache_distributedlog_distributedlog_core_shaded",
+    "//third_party/java:dlog-java",
     "@maven//:io_netty_netty_all",
 ]
 
diff --git a/heron/uploaders/src/java/BUILD b/heron/uploaders/src/java/BUILD
index b815abd..85d5221 100644
--- a/heron/uploaders/src/java/BUILD
+++ b/heron/uploaders/src/java/BUILD
@@ -24,7 +24,7 @@ gcs_deps_files = \
 
 dlog_deps_files = \
     uploader_spi_files + [
-        "@maven//:org_apache_distributedlog_distributedlog_core_shaded",
+        "//third_party/java:dlog-java",
         "@maven//:io_netty_netty_all",
         "//heron/io/dlog/src/java:dlog-lib",
     ]
diff --git a/heron/uploaders/tests/java/BUILD b/heron/uploaders/tests/java/BUILD
index eca3cb5..41d431a 100644
--- a/heron/uploaders/tests/java/BUILD
+++ b/heron/uploaders/tests/java/BUILD
@@ -23,7 +23,7 @@ localfs_deps_files = \
 dlog_deps_files = \
     common_deps_files + \
     spi_deps_files + [
-        "@maven//:org_apache_distributedlog_distributedlog_core_shaded",
+        "//third_party/java:dlog-java",
         "@maven//:io_netty_netty_all",
         "//heron/uploaders/src/java:dlog-uploader-java",
     ]
diff --git a/maven_install.json b/maven_install.json
index 18d31fe..fc4907c 100644
--- a/maven_install.json
+++ b/maven_install.json
@@ -1,194 +1,181 @@
 {
     "dependency_tree": {
-        "__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": 1128531397,
         "conflict_resolution": {},
         "dependencies": [
             {
                 "coord": "ant:ant:1.6.5",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/ant/ant/1.6.5/ant-1.6.5.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/ant/ant/1.6.5/ant-1.6.5.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/ant/ant/1.6.5/ant-1.6.5.jar",
                     "https://maven.google.com/ant/ant/1.6.5/ant-1.6.5.jar",
                     "https://repo1.maven.org/maven2/ant/ant/1.6.5/ant-1.6.5.jar"
                 ],
-                "sha256": "f06a601c718a7c9262d74b7ec3baad14c82584e89235089b4f821d6a44d9e1e4",
-                "url": "https://jcenter.bintray.com/ant/ant/1.6.5/ant-1.6.5.jar"
+                "sha256": "f06a601c718a7c9262d74b7ec3baad14c82584e89235089b4f821d6a44d9e1e4"
             },
             {
                 "coord": "ant:ant:jar:sources:1.6.5",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/ant/ant/1.6.5/ant-1.6.5-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/ant/ant/1.6.5/ant-1.6.5-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/ant/ant/1.6.5/ant-1.6.5-sources.jar",
                     "https://maven.google.com/ant/ant/1.6.5/ant-1.6.5-sources.jar",
                     "https://repo1.maven.org/maven2/ant/ant/1.6.5/ant-1.6.5-sources.jar"
                 ],
-                "sha256": "45369155a1ecca333ae193761094cba1fe279bdf537ed70d2bb968b7c7797ce2",
-                "url": "https://jcenter.bintray.com/ant/ant/1.6.5/ant-1.6.5-sources.jar"
+                "sha256": "45369155a1ecca333ae193761094cba1fe279bdf537ed70d2bb968b7c7797ce2"
             },
             {
                 "coord": "antlr:antlr:2.7.7",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/antlr/antlr/2.7.7/antlr-2.7.7.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/antlr/antlr/2.7.7/antlr-2.7.7.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/antlr/antlr/2.7.7/antlr-2.7.7.jar",
                     "https://maven.google.com/antlr/antlr/2.7.7/antlr-2.7.7.jar",
                     "https://repo1.maven.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar"
                 ],
-                "sha256": "88fbda4b912596b9f56e8e12e580cc954bacfb51776ecfddd3e18fc1cf56dc4c",
-                "url": "https://jcenter.bintray.com/antlr/antlr/2.7.7/antlr-2.7.7.jar"
+                "sha256": "88fbda4b912596b9f56e8e12e580cc954bacfb51776ecfddd3e18fc1cf56dc4c"
             },
             {
                 "coord": "antlr:antlr:jar:sources:2.7.7",
-                "dependencies": [],
+                "file": null,
                 "directDependencies": [],
-                "file": null
+                "dependencies": []
             },
             {
                 "coord": "aopalliance:aopalliance:1.0",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/aopalliance/aopalliance/1.0/aopalliance-1.0.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/aopalliance/aopalliance/1.0/aopalliance-1.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/aopalliance/aopalliance/1.0/aopalliance-1.0.jar",
                     "https://maven.google.com/aopalliance/aopalliance/1.0/aopalliance-1.0.jar",
                     "https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar"
                 ],
-                "sha256": "0addec670fedcd3f113c5c8091d783280d23f75e3acb841b61a9cdb079376a08",
-                "url": "https://jcenter.bintray.com/aopalliance/aopalliance/1.0/aopalliance-1.0.jar"
+                "sha256": "0addec670fedcd3f113c5c8091d783280d23f75e3acb841b61a9cdb079376a08"
             },
             {
                 "coord": "aopalliance:aopalliance:jar:sources:1.0",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar",
                     "https://maven.google.com/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar",
                     "https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar"
                 ],
-                "sha256": "e6ef91d439ada9045f419c77543ebe0416c3cdfc5b063448343417a3e4a72123",
-                "url": "https://jcenter.bintray.com/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar"
+                "sha256": "e6ef91d439ada9045f419c77543ebe0416c3cdfc5b063448343417a3e4a72123"
             },
             {
                 "coord": "cglib:cglib:3.1",
-                "dependencies": [
-                    "org.ow2.asm:asm:5.0.4"
-                ],
+                "file": "v1/https/jcenter.bintray.com/cglib/cglib/3.1/cglib-3.1.jar",
                 "directDependencies": [
-                    "org.ow2.asm:asm:5.0.4"
+                    "org.ow2.asm:asm:5.0.3"
                 ],
-                "file": "v1/https/jcenter.bintray.com/cglib/cglib/3.1/cglib-3.1.jar",
+                "dependencies": [
+                    "org.ow2.asm:asm:5.0.3"
+                ],
+                "url": "https://jcenter.bintray.com/cglib/cglib/3.1/cglib-3.1.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/cglib/cglib/3.1/cglib-3.1.jar",
                     "https://maven.google.com/cglib/cglib/3.1/cglib-3.1.jar",
                     "https://repo1.maven.org/maven2/cglib/cglib/3.1/cglib-3.1.jar"
                 ],
-                "sha256": "175c86146a6b1eefc891df9e99aef171cfd64998ba1c01c5045de56aef9778cb",
-                "url": "https://jcenter.bintray.com/cglib/cglib/3.1/cglib-3.1.jar"
+                "sha256": "175c86146a6b1eefc891df9e99aef171cfd64998ba1c01c5045de56aef9778cb"
             },
             {
                 "coord": "cglib:cglib:jar:sources:3.1",
-                "dependencies": [
-                    "org.ow2.asm:asm:jar:sources:5.0.4"
-                ],
+                "file": "v1/https/jcenter.bintray.com/cglib/cglib/3.1/cglib-3.1-sources.jar",
                 "directDependencies": [
-                    "org.ow2.asm:asm:jar:sources:5.0.4"
+                    "org.ow2.asm:asm:jar:sources:5.0.3"
                 ],
-                "file": "v1/https/jcenter.bintray.com/cglib/cglib/3.1/cglib-3.1-sources.jar",
+                "dependencies": [
+                    "org.ow2.asm:asm:jar:sources:5.0.3"
+                ],
+                "url": "https://jcenter.bintray.com/cglib/cglib/3.1/cglib-3.1-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/cglib/cglib/3.1/cglib-3.1-sources.jar",
                     "https://maven.google.com/cglib/cglib/3.1/cglib-3.1-sources.jar",
                     "https://repo1.maven.org/maven2/cglib/cglib/3.1/cglib-3.1-sources.jar"
                 ],
-                "sha256": "386f9a55ae8fed3cf8014f2c20344ce9ce05cd2e4fa467e5e4d8027abb3d62eb",
-                "url": "https://jcenter.bintray.com/cglib/cglib/3.1/cglib-3.1-sources.jar"
-            },
-            {
-                "coord": "classworlds:classworlds:1.1-alpha-2",
-                "dependencies": [],
-                "directDependencies": [],
-                "exclusions": [
-                    "plexus:plexus-utils",
-                    "org.codehaus.plexus:plexus-container-default"
-                ],
-                "file": "v1/https/jcenter.bintray.com/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar",
-                    "https://maven.google.com/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar",
-                    "https://repo1.maven.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar"
-                ],
-                "sha256": "2bf4e59f3acd106fea6145a9a88fe8956509f8b9c0fdd11eb96fee757269e3f3",
-                "url": "https://jcenter.bintray.com/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar"
+                "sha256": "386f9a55ae8fed3cf8014f2c20344ce9ce05cd2e4fa467e5e4d8027abb3d62eb"
             },
             {
                 "coord": "com.amazonaws:aws-java-sdk-core:1.11.58",
-                "dependencies": [
-                    "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
+                "file": "v1/https/jcenter.bintray.com/com/amazonaws/aws-java-sdk-core/1.11.58/aws-java-sdk-core-1.11.58.jar",
+                "directDependencies": [
                     "commons-logging:commons-logging:1.2",
                     "joda-time:joda-time:2.10.8",
                     "software.amazon.ion:ion-java:1.0.1",
                     "com.fasterxml.jackson.core:jackson-databind:jar:2.8.8",
-                    "commons-codec:commons-codec:1.15",
                     "org.apache.httpcomponents:httpclient:4.5.2",
-                    "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.6.6",
-                    "org.apache.httpcomponents:httpcore:4.4.4",
-                    "com.fasterxml.jackson.core:jackson-core:2.8.8"
+                    "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.6.6"
                 ],
-                "directDependencies": [
+                "dependencies": [
+                    "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
                     "commons-logging:commons-logging:1.2",
                     "joda-time:joda-time:2.10.8",
                     "software.amazon.ion:ion-java:1.0.1",
                     "com.fasterxml.jackson.core:jackson-databind:jar:2.8.8",
+                    "commons-codec:commons-codec:1.15",
                     "org.apache.httpcomponents:httpclient:4.5.2",
-                    "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.6.6"
+                    "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.6.6",
+                    "org.apache.httpcomponents:httpcore:4.4.4",
+                    "com.fasterxml.jackson.core:jackson-core:2.8.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/amazonaws/aws-java-sdk-core/1.11.58/aws-java-sdk-core-1.11.58.jar",
+                "url": "https://jcenter.bintray.com/com/amazonaws/aws-java-sdk-core/1.11.58/aws-java-sdk-core-1.11.58.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/amazonaws/aws-java-sdk-core/1.11.58/aws-java-sdk-core-1.11.58.jar",
                     "https://maven.google.com/com/amazonaws/aws-java-sdk-core/1.11.58/aws-java-sdk-core-1.11.58.jar",
                     "https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-core/1.11.58/aws-java-sdk-core-1.11.58.jar"
                 ],
-                "sha256": "da26fdfe4c119f8a88a964368572945083ce01432d4ee04a8ac6173aa203f677",
-                "url": "https://jcenter.bintray.com/com/amazonaws/aws-java-sdk-core/1.11.58/aws-java-sdk-core-1.11.58.jar"
+                "sha256": "da26fdfe4c119f8a88a964368572945083ce01432d4ee04a8ac6173aa203f677"
             },
             {
                 "coord": "com.amazonaws:aws-java-sdk-core:jar:sources:1.11.58",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/com/amazonaws/aws-java-sdk-core/1.11.58/aws-java-sdk-core-1.11.58-sources.jar",
+                "directDependencies": [
                     "software.amazon.ion:ion-java:jar:sources:1.0.1",
-                    "commons-codec:commons-codec:jar:sources:1.15",
                     "commons-logging:commons-logging:jar:sources:1.2",
-                    "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8",
                     "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:sources:2.6.6",
-                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
                     "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
                     "joda-time:joda-time:jar:sources:2.10.8",
-                    "org.apache.httpcomponents:httpcore:jar:sources:4.4.4",
                     "org.apache.httpcomponents:httpclient:jar:sources:4.5.2"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "software.amazon.ion:ion-java:jar:sources:1.0.1",
+                    "commons-codec:commons-codec:jar:sources:1.15",
                     "commons-logging:commons-logging:jar:sources:1.2",
+                    "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8",
                     "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:sources:2.6.6",
+                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
                     "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
                     "joda-time:joda-time:jar:sources:2.10.8",
+                    "org.apache.httpcomponents:httpcore:jar:sources:4.4.4",
                     "org.apache.httpcomponents:httpclient:jar:sources:4.5.2"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/amazonaws/aws-java-sdk-core/1.11.58/aws-java-sdk-core-1.11.58-sources.jar",
+                "url": "https://jcenter.bintray.com/com/amazonaws/aws-java-sdk-core/1.11.58/aws-java-sdk-core-1.11.58-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/amazonaws/aws-java-sdk-core/1.11.58/aws-java-sdk-core-1.11.58-sources.jar",
                     "https://maven.google.com/com/amazonaws/aws-java-sdk-core/1.11.58/aws-java-sdk-core-1.11.58-sources.jar",
                     "https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-core/1.11.58/aws-java-sdk-core-1.11.58-sources.jar"
                 ],
-                "sha256": "9eb941d2c626ba27a66af7ce30b4d145621c405ced22fc4452f7e330fdce38f8",
-                "url": "https://jcenter.bintray.com/com/amazonaws/aws-java-sdk-core/1.11.58/aws-java-sdk-core-1.11.58-sources.jar"
+                "sha256": "9eb941d2c626ba27a66af7ce30b4d145621c405ced22fc4452f7e330fdce38f8"
             },
             {
                 "coord": "com.amazonaws:aws-java-sdk-kms:1.11.58",
+                "file": "v1/https/jcenter.bintray.com/com/amazonaws/aws-java-sdk-kms/1.11.58/aws-java-sdk-kms-1.11.58.jar",
+                "directDependencies": [
+                    "com.amazonaws:aws-java-sdk-core:1.11.58",
+                    "com.amazonaws:jmespath-java:1.11.58"
+                ],
                 "dependencies": [
                     "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
                     "commons-logging:commons-logging:1.2",
@@ -204,21 +191,21 @@
                     "com.amazonaws:aws-java-sdk-core:1.11.58",
                     "com.fasterxml.jackson.core:jackson-core:2.8.8"
                 ],
-                "directDependencies": [
-                    "com.amazonaws:aws-java-sdk-core:1.11.58",
-                    "com.amazonaws:jmespath-java:1.11.58"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/amazonaws/aws-java-sdk-kms/1.11.58/aws-java-sdk-kms-1.11.58.jar",
+                "url": "https://jcenter.bintray.com/com/amazonaws/aws-java-sdk-kms/1.11.58/aws-java-sdk-kms-1.11.58.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/amazonaws/aws-java-sdk-kms/1.11.58/aws-java-sdk-kms-1.11.58.jar",
                     "https://maven.google.com/com/amazonaws/aws-java-sdk-kms/1.11.58/aws-java-sdk-kms-1.11.58.jar",
                     "https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-kms/1.11.58/aws-java-sdk-kms-1.11.58.jar"
                 ],
-                "sha256": "2ce68f26b2da2bd17c6f2b5943cdf67c1c4e6350efee9bf44f6d4e7436db1dca",
-                "url": "https://jcenter.bintray.com/com/amazonaws/aws-java-sdk-kms/1.11.58/aws-java-sdk-kms-1.11.58.jar"
+                "sha256": "2ce68f26b2da2bd17c6f2b5943cdf67c1c4e6350efee9bf44f6d4e7436db1dca"
             },
             {
                 "coord": "com.amazonaws:aws-java-sdk-kms:jar:sources:1.11.58",
+                "file": "v1/https/jcenter.bintray.com/com/amazonaws/aws-java-sdk-kms/1.11.58/aws-java-sdk-kms-1.11.58-sources.jar",
+                "directDependencies": [
+                    "com.amazonaws:aws-java-sdk-core:jar:sources:1.11.58",
+                    "com.amazonaws:jmespath-java:jar:sources:1.11.58"
+                ],
                 "dependencies": [
                     "com.amazonaws:jmespath-java:jar:sources:1.11.58",
                     "software.amazon.ion:ion-java:jar:sources:1.0.1",
@@ -233,21 +220,22 @@
                     "org.apache.httpcomponents:httpcore:jar:sources:4.4.4",
                     "org.apache.httpcomponents:httpclient:jar:sources:4.5.2"
                 ],
-                "directDependencies": [
-                    "com.amazonaws:aws-java-sdk-core:jar:sources:1.11.58",
-                    "com.amazonaws:jmespath-java:jar:sources:1.11.58"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/amazonaws/aws-java-sdk-kms/1.11.58/aws-java-sdk-kms-1.11.58-sources.jar",
+                "url": "https://jcenter.bintray.com/com/amazonaws/aws-java-sdk-kms/1.11.58/aws-java-sdk-kms-1.11.58-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/amazonaws/aws-java-sdk-kms/1.11.58/aws-java-sdk-kms-1.11.58-sources.jar",
                     "https://maven.google.com/com/amazonaws/aws-java-sdk-kms/1.11.58/aws-java-sdk-kms-1.11.58-sources.jar",
                     "https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-kms/1.11.58/aws-java-sdk-kms-1.11.58-sources.jar"
                 ],
-                "sha256": "a908f280b49ae943e35d22c96b606a328e8d2020a3757e4a89bc0b3648b5bc26",
-                "url": "https://jcenter.bintray.com/com/amazonaws/aws-java-sdk-kms/1.11.58/aws-java-sdk-kms-1.11.58-sources.jar"
+                "sha256": "a908f280b49ae943e35d22c96b606a328e8d2020a3757e4a89bc0b3648b5bc26"
             },
             {
                 "coord": "com.amazonaws:aws-java-sdk-s3:1.11.58",
+                "file": "v1/https/jcenter.bintray.com/com/amazonaws/aws-java-sdk-s3/1.11.58/aws-java-sdk-s3-1.11.58.jar",
+                "directDependencies": [
+                    "com.amazonaws:aws-java-sdk-core:1.11.58",
+                    "com.amazonaws:aws-java-sdk-kms:1.11.58",
+                    "com.amazonaws:jmespath-java:1.11.58"
+                ],
                 "dependencies": [
                     "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
                     "commons-logging:commons-logging:1.2",
@@ -264,22 +252,22 @@
                     "com.amazonaws:aws-java-sdk-core:1.11.58",
                     "com.fasterxml.jackson.core:jackson-core:2.8.8"
                 ],
-                "directDependencies": [
-                    "com.amazonaws:aws-java-sdk-core:1.11.58",
-                    "com.amazonaws:aws-java-sdk-kms:1.11.58",
-                    "com.amazonaws:jmespath-java:1.11.58"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/amazonaws/aws-java-sdk-s3/1.11.58/aws-java-sdk-s3-1.11.58.jar",
+                "url": "https://jcenter.bintray.com/com/amazonaws/aws-java-sdk-s3/1.11.58/aws-java-sdk-s3-1.11.58.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/amazonaws/aws-java-sdk-s3/1.11.58/aws-java-sdk-s3-1.11.58.jar",
                     "https://maven.google.com/com/amazonaws/aws-java-sdk-s3/1.11.58/aws-java-sdk-s3-1.11.58.jar",
                     "https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-s3/1.11.58/aws-java-sdk-s3-1.11.58.jar"
                 ],
-                "sha256": "e556c684b1030e05b6eff23b47e8ce7da2970c3a1056c6d0bbd4998d133150d0",
-                "url": "https://jcenter.bintray.com/com/amazonaws/aws-java-sdk-s3/1.11.58/aws-java-sdk-s3-1.11.58.jar"
+                "sha256": "e556c684b1030e05b6eff23b47e8ce7da2970c3a1056c6d0bbd4998d133150d0"
             },
             {
                 "coord": "com.amazonaws:aws-java-sdk-s3:jar:sources:1.11.58",
+                "file": "v1/https/jcenter.bintray.com/com/amazonaws/aws-java-sdk-s3/1.11.58/aws-java-sdk-s3-1.11.58-sources.jar",
+                "directDependencies": [
+                    "com.amazonaws:aws-java-sdk-core:jar:sources:1.11.58",
+                    "com.amazonaws:aws-java-sdk-kms:jar:sources:1.11.58",
+                    "com.amazonaws:jmespath-java:jar:sources:1.11.58"
+                ],
                 "dependencies": [
                     "com.amazonaws:jmespath-java:jar:sources:1.11.58",
                     "software.amazon.ion:ion-java:jar:sources:1.0.1",
@@ -295,344 +283,345 @@
                     "org.apache.httpcomponents:httpcore:jar:sources:4.4.4",
                     "org.apache.httpcomponents:httpclient:jar:sources:4.5.2"
                 ],
-                "directDependencies": [
-                    "com.amazonaws:aws-java-sdk-core:jar:sources:1.11.58",
-                    "com.amazonaws:aws-java-sdk-kms:jar:sources:1.11.58",
-                    "com.amazonaws:jmespath-java:jar:sources:1.11.58"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/amazonaws/aws-java-sdk-s3/1.11.58/aws-java-sdk-s3-1.11.58-sources.jar",
+                "url": "https://jcenter.bintray.com/com/amazonaws/aws-java-sdk-s3/1.11.58/aws-java-sdk-s3-1.11.58-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/amazonaws/aws-java-sdk-s3/1.11.58/aws-java-sdk-s3-1.11.58-sources.jar",
                     "https://maven.google.com/com/amazonaws/aws-java-sdk-s3/1.11.58/aws-java-sdk-s3-1.11.58-sources.jar",
                     "https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-s3/1.11.58/aws-java-sdk-s3-1.11.58-sources.jar"
                 ],
-                "sha256": "52bd56c1c7560f6d98ba5c1da8146a4cf014b0a99825c0bc1caea476ccb306bb",
-                "url": "https://jcenter.bintray.com/com/amazonaws/aws-java-sdk-s3/1.11.58/aws-java-sdk-s3-1.11.58-sources.jar"
+                "sha256": "52bd56c1c7560f6d98ba5c1da8146a4cf014b0a99825c0bc1caea476ccb306bb"
             },
             {
                 "coord": "com.amazonaws:jmespath-java:1.11.58",
+                "file": "v1/https/jcenter.bintray.com/com/amazonaws/jmespath-java/1.11.58/jmespath-java-1.11.58.jar",
+                "directDependencies": [
+                    "com.fasterxml.jackson.core:jackson-databind:2.8.8"
+                ],
                 "dependencies": [
                     "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
                     "com.fasterxml.jackson.core:jackson-databind:2.8.8",
                     "com.fasterxml.jackson.core:jackson-core:2.8.8"
                 ],
-                "directDependencies": [
-                    "com.fasterxml.jackson.core:jackson-databind:2.8.8"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/amazonaws/jmespath-java/1.11.58/jmespath-java-1.11.58.jar",
+                "url": "https://jcenter.bintray.com/com/amazonaws/jmespath-java/1.11.58/jmespath-java-1.11.58.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/amazonaws/jmespath-java/1.11.58/jmespath-java-1.11.58.jar",
                     "https://maven.google.com/com/amazonaws/jmespath-java/1.11.58/jmespath-java-1.11.58.jar",
                     "https://repo1.maven.org/maven2/com/amazonaws/jmespath-java/1.11.58/jmespath-java-1.11.58.jar"
                 ],
-                "sha256": "b37aef278ae79e2b48e049edde5ff2298223e24180f7dd195e77587d445678e4",
-                "url": "https://jcenter.bintray.com/com/amazonaws/jmespath-java/1.11.58/jmespath-java-1.11.58.jar"
+                "sha256": "b37aef278ae79e2b48e049edde5ff2298223e24180f7dd195e77587d445678e4"
             },
             {
                 "coord": "com.amazonaws:jmespath-java:jar:sources:1.11.58",
+                "file": "v1/https/jcenter.bintray.com/com/amazonaws/jmespath-java/1.11.58/jmespath-java-1.11.58-sources.jar",
+                "directDependencies": [
+                    "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8"
+                ],
                 "dependencies": [
                     "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
                     "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
                     "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8"
                 ],
-                "directDependencies": [
-                    "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/amazonaws/jmespath-java/1.11.58/jmespath-java-1.11.58-sources.jar",
+                "url": "https://jcenter.bintray.com/com/amazonaws/jmespath-java/1.11.58/jmespath-java-1.11.58-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/amazonaws/jmespath-java/1.11.58/jmespath-java-1.11.58-sources.jar",
                     "https://maven.google.com/com/amazonaws/jmespath-java/1.11.58/jmespath-java-1.11.58-sources.jar",
                     "https://repo1.maven.org/maven2/com/amazonaws/jmespath-java/1.11.58/jmespath-java-1.11.58-sources.jar"
                 ],
-                "sha256": "40e612696456351f2c5e1cd039f3f109027a56627b967e900f84ff1d35d2e910",
-                "url": "https://jcenter.bintray.com/com/amazonaws/jmespath-java/1.11.58/jmespath-java-1.11.58-sources.jar"
+                "sha256": "40e612696456351f2c5e1cd039f3f109027a56627b967e900f84ff1d35d2e910"
             },
             {
-                "coord": "com.beust:jcommander:1.48",
-                "dependencies": [],
+                "coord": "com.beust:jcommander:1.78",
+                "file": "v1/https/jcenter.bintray.com/com/beust/jcommander/1.78/jcommander-1.78.jar",
                 "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/com/beust/jcommander/1.48/jcommander-1.48.jar",
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/beust/jcommander/1.78/jcommander-1.78.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/com/beust/jcommander/1.48/jcommander-1.48.jar",
-                    "https://maven.google.com/com/beust/jcommander/1.48/jcommander-1.48.jar",
-                    "https://repo1.maven.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.jar"
+                    "https://jcenter.bintray.com/com/beust/jcommander/1.78/jcommander-1.78.jar",
+                    "https://maven.google.com/com/beust/jcommander/1.78/jcommander-1.78.jar",
+                    "https://repo1.maven.org/maven2/com/beust/jcommander/1.78/jcommander-1.78.jar"
                 ],
-                "sha256": "a7313fcfde070930e40ec79edf3c5948cf34e4f0d25cb3a09f9963d8bdd84113",
-                "url": "https://jcenter.bintray.com/com/beust/jcommander/1.48/jcommander-1.48.jar"
+                "sha256": "7891debb84b5f83e9bd57593ebece3399abbe0fd938cf306b3534c57913b9615"
             },
             {
-                "coord": "com.beust:jcommander:jar:sources:1.48",
-                "dependencies": [],
+                "coord": "com.beust:jcommander:jar:sources:1.78",
+                "file": "v1/https/jcenter.bintray.com/com/beust/jcommander/1.78/jcommander-1.78-sources.jar",
                 "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/com/beust/jcommander/1.48/jcommander-1.48-sources.jar",
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/beust/jcommander/1.78/jcommander-1.78-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/com/beust/jcommander/1.48/jcommander-1.48-sources.jar",
-                    "https://maven.google.com/com/beust/jcommander/1.48/jcommander-1.48-sources.jar",
-                    "https://repo1.maven.org/maven2/com/beust/jcommander/1.48/jcommander-1.48-sources.jar"
+                    "https://jcenter.bintray.com/com/beust/jcommander/1.78/jcommander-1.78-sources.jar",
+                    "https://maven.google.com/com/beust/jcommander/1.78/jcommander-1.78-sources.jar",
+                    "https://repo1.maven.org/maven2/com/beust/jcommander/1.78/jcommander-1.78-sources.jar"
                 ],
-                "sha256": "034401849e035a879dbd4c1937249a7d0c7a61c54bf9e668187718e56770ecb3",
-                "url": "https://jcenter.bintray.com/com/beust/jcommander/1.48/jcommander-1.48-sources.jar"
+                "sha256": "9e2aee95666a586918d0931bd1bee02628167da907e6adab86489708bbf2b39a"
             },
             {
                 "coord": "com.esotericsoftware:kryo:5.0.4",
-                "dependencies": [
-                    "com.esotericsoftware:minlog:1.3.1",
-                    "org.objenesis:objenesis:2.1",
-                    "com.esotericsoftware:reflectasm:1.11.9"
-                ],
+                "file": "v1/https/jcenter.bintray.com/com/esotericsoftware/kryo/5.0.4/kryo-5.0.4.jar",
                 "directDependencies": [
                     "com.esotericsoftware:minlog:1.3.1",
                     "com.esotericsoftware:reflectasm:1.11.9",
                     "org.objenesis:objenesis:2.1"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/esotericsoftware/kryo/5.0.4/kryo-5.0.4.jar",
+                "dependencies": [
+                    "com.esotericsoftware:minlog:1.3.1",
+                    "org.objenesis:objenesis:2.1",
+                    "com.esotericsoftware:reflectasm:1.11.9"
+                ],
+                "url": "https://jcenter.bintray.com/com/esotericsoftware/kryo/5.0.4/kryo-5.0.4.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/esotericsoftware/kryo/5.0.4/kryo-5.0.4.jar",
                     "https://maven.google.com/com/esotericsoftware/kryo/5.0.4/kryo-5.0.4.jar",
                     "https://repo1.maven.org/maven2/com/esotericsoftware/kryo/5.0.4/kryo-5.0.4.jar"
                 ],
-                "sha256": "a6570d50d64822ea54249f30ac355b96a208fe2db97237e82ae35848ca4b4439",
-                "url": "https://jcenter.bintray.com/com/esotericsoftware/kryo/5.0.4/kryo-5.0.4.jar"
+                "sha256": "a6570d50d64822ea54249f30ac355b96a208fe2db97237e82ae35848ca4b4439"
             },
             {
                 "coord": "com.esotericsoftware:kryo:jar:sources:5.0.4",
-                "dependencies": [
-                    "com.esotericsoftware:reflectasm:jar:sources:1.11.9",
+                "file": "v1/https/jcenter.bintray.com/com/esotericsoftware/kryo/5.0.4/kryo-5.0.4-sources.jar",
+                "directDependencies": [
                     "com.esotericsoftware:minlog:jar:sources:1.3.1",
+                    "com.esotericsoftware:reflectasm:jar:sources:1.11.9",
                     "org.objenesis:objenesis:jar:sources:2.1"
                 ],
-                "directDependencies": [
-                    "com.esotericsoftware:minlog:jar:sources:1.3.1",
+                "dependencies": [
                     "com.esotericsoftware:reflectasm:jar:sources:1.11.9",
+                    "com.esotericsoftware:minlog:jar:sources:1.3.1",
                     "org.objenesis:objenesis:jar:sources:2.1"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/esotericsoftware/kryo/5.0.4/kryo-5.0.4-sources.jar",
+                "url": "https://jcenter.bintray.com/com/esotericsoftware/kryo/5.0.4/kryo-5.0.4-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/esotericsoftware/kryo/5.0.4/kryo-5.0.4-sources.jar",
                     "https://maven.google.com/com/esotericsoftware/kryo/5.0.4/kryo-5.0.4-sources.jar",
                     "https://repo1.maven.org/maven2/com/esotericsoftware/kryo/5.0.4/kryo-5.0.4-sources.jar"
                 ],
-                "sha256": "016bbef6404639530cd3b966682d1fe21d844be070770569167ea734a3ab3d92",
-                "url": "https://jcenter.bintray.com/com/esotericsoftware/kryo/5.0.4/kryo-5.0.4-sources.jar"
+                "sha256": "016bbef6404639530cd3b966682d1fe21d844be070770569167ea734a3ab3d92"
             },
             {
                 "coord": "com.esotericsoftware:minlog:1.3.1",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1.jar",
                     "https://maven.google.com/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1.jar",
                     "https://repo1.maven.org/maven2/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1.jar"
                 ],
-                "sha256": "5d4d632cfbebfe0a7644501cc303570b691406181bee65e9916b921c767d7c72",
-                "url": "https://jcenter.bintray.com/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1.jar"
+                "sha256": "5d4d632cfbebfe0a7644501cc303570b691406181bee65e9916b921c767d7c72"
             },
             {
                 "coord": "com.esotericsoftware:minlog:jar:sources:1.3.1",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1-sources.jar",
                     "https://maven.google.com/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1-sources.jar",
                     "https://repo1.maven.org/maven2/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1-sources.jar"
                 ],
-                "sha256": "fdaf83a8c51295eff3a8109473ce7b213582738f71593e16b1efa012ff1f99b5",
-                "url": "https://jcenter.bintray.com/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1-sources.jar"
+                "sha256": "fdaf83a8c51295eff3a8109473ce7b213582738f71593e16b1efa012ff1f99b5"
             },
             {
                 "coord": "com.esotericsoftware:reflectasm:1.11.9",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/esotericsoftware/reflectasm/1.11.9/reflectasm-1.11.9.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/esotericsoftware/reflectasm/1.11.9/reflectasm-1.11.9.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/esotericsoftware/reflectasm/1.11.9/reflectasm-1.11.9.jar",
                     "https://maven.google.com/com/esotericsoftware/reflectasm/1.11.9/reflectasm-1.11.9.jar",
                     "https://repo1.maven.org/maven2/com/esotericsoftware/reflectasm/1.11.9/reflectasm-1.11.9.jar"
                 ],
-                "sha256": "712b44da79a5b7f47a28cbfcb3d8ecfc872fae349c48aa4d3e38a5d69956afce",
-                "url": "https://jcenter.bintray.com/com/esotericsoftware/reflectasm/1.11.9/reflectasm-1.11.9.jar"
+                "sha256": "712b44da79a5b7f47a28cbfcb3d8ecfc872fae349c48aa4d3e38a5d69956afce"
             },
             {
                 "coord": "com.esotericsoftware:reflectasm:jar:sources:1.11.9",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/esotericsoftware/reflectasm/1.11.9/reflectasm-1.11.9-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/esotericsoftware/reflectasm/1.11.9/reflectasm-1.11.9-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/esotericsoftware/reflectasm/1.11.9/reflectasm-1.11.9-sources.jar",
                     "https://maven.google.com/com/esotericsoftware/reflectasm/1.11.9/reflectasm-1.11.9-sources.jar",
                     "https://repo1.maven.org/maven2/com/esotericsoftware/reflectasm/1.11.9/reflectasm-1.11.9-sources.jar"
                 ],
-                "sha256": "8fc29f5069a1a43c38eb28b54f6850995734f31962813b13ac8a9b7a0624b45b",
-                "url": "https://jcenter.bintray.com/com/esotericsoftware/reflectasm/1.11.9/reflectasm-1.11.9-sources.jar"
+                "sha256": "8fc29f5069a1a43c38eb28b54f6850995734f31962813b13ac8a9b7a0624b45b"
             },
             {
                 "coord": "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar",
                     "https://maven.google.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar",
                     "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar"
                 ],
-                "sha256": "1ff7b1c91658506f1050b39d1564eb4d5dc63586dd709bad58428a63775d75a8",
-                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar"
+                "sha256": "1ff7b1c91658506f1050b39d1564eb4d5dc63586dd709bad58428a63775d75a8"
             },
             {
                 "coord": "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8-sources.jar",
                     "https://maven.google.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8-sources.jar",
                     "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8-sources.jar"
                 ],
-                "sha256": "fc02f7412728e7055c68e996ffcf268442388aa38cf176b12e5801b5d264aa6a",
-                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8-sources.jar"
+                "sha256": "fc02f7412728e7055c68e996ffcf268442388aa38cf176b12e5801b5d264aa6a"
             },
             {
                 "coord": "com.fasterxml.jackson.core:jackson-core:2.8.8",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.jar",
                     "https://maven.google.com/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.jar",
                     "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.jar"
                 ],
-                "sha256": "d9bde8c72c22202bf17b05c7811db4964ff8e843d97c00a9bfb048c0fe7a726b",
-                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.jar"
+                "sha256": "d9bde8c72c22202bf17b05c7811db4964ff8e843d97c00a9bfb048c0fe7a726b"
             },
             {
                 "coord": "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8-sources.jar",
                     "https://maven.google.com/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8-sources.jar",
                     "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8-sources.jar"
                 ],
-                "sha256": "eea7f4ee3e67a72b3cf9825ac425787fe14d23368e9946f991f9e6ba4509733b",
-                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8-sources.jar"
+                "sha256": "eea7f4ee3e67a72b3cf9825ac425787fe14d23368e9946f991f9e6ba4509733b"
             },
             {
                 "coord": "com.fasterxml.jackson.core:jackson-databind:2.8.8",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar",
+                "directDependencies": [
                     "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
                     "com.fasterxml.jackson.core:jackson-core:2.8.8"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
                     "com.fasterxml.jackson.core:jackson-core:2.8.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar",
+                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar",
                     "https://maven.google.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar",
                     "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar"
                 ],
-                "sha256": "bd2959a21974cb361cea6a9295b6e8600e8b6a8c866a768d22b952016bce3248",
-                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar"
+                "sha256": "bd2959a21974cb361cea6a9295b6e8600e8b6a8c866a768d22b952016bce3248"
             },
             {
                 "coord": "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
-                "dependencies": [
-                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
-                    "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8"
-                ],
+                "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8-sources.jar",
                 "directDependencies": [
                     "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8",
                     "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8-sources.jar",
+                "dependencies": [
+                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
+                    "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8"
+                ],
+                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8-sources.jar",
                     "https://maven.google.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8-sources.jar",
                     "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8-sources.jar"
                 ],
-                "sha256": "2e1f83bf79b2207d7fc9063a05467371358f9fc282ba0728494b0e2dc5ea94f1",
-                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8-sources.jar"
+                "sha256": "2e1f83bf79b2207d7fc9063a05467371358f9fc282ba0728494b0e2dc5ea94f1"
             },
             {
                 "coord": "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.6.6",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.jar",
+                "directDependencies": [
                     "com.fasterxml.jackson.core:jackson-core:2.8.8"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "com.fasterxml.jackson.core:jackson-core:2.8.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.jar",
+                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.jar",
                     "https://maven.google.com/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.jar",
                     "https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.jar"
                 ],
-                "sha256": "68edce58a340c89e14158f13291f8b6f9534f7cc102f44f9440cc9dd03f709b0",
-                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6.jar"
+                "sha256": "68edce58a340c89e14158f13291f8b6f9534f7cc102f44f9440cc9dd03f709b0"
             },
             {
                 "coord": "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:sources:2.6.6",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6-sources.jar",
+                "directDependencies": [
                     "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6-sources.jar",
+                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6-sources.jar",
                     "https://maven.google.com/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6-sources.jar",
                     "https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6-sources.jar"
                 ],
-                "sha256": "101fe6af52c0fd1cfb2a8bc4348113a36c71b392adf716d557f009ca96dcf920",
-                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/jackson-dataformat-cbor-2.6.6-sources.jar"
+                "sha256": "101fe6af52c0fd1cfb2a8bc4348113a36c71b392adf716d557f009ca96dcf920"
             },
             {
                 "coord": "com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.8.8",
+                "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.8.8/jackson-jaxrs-base-2.8.8.jar",
+                "directDependencies": [
+                    "com.fasterxml.jackson.core:jackson-core:2.8.8",
+                    "com.fasterxml.jackson.core:jackson-databind:2.8.8"
+                ],
                 "dependencies": [
                     "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
                     "com.fasterxml.jackson.core:jackson-databind:2.8.8",
                     "com.fasterxml.jackson.core:jackson-core:2.8.8"
                 ],
-                "directDependencies": [
-                    "com.fasterxml.jackson.core:jackson-core:2.8.8",
-                    "com.fasterxml.jackson.core:jackson-databind:2.8.8"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.8.8/jackson-jaxrs-base-2.8.8.jar",
+                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.8.8/jackson-jaxrs-base-2.8.8.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.8.8/jackson-jaxrs-base-2.8.8.jar",
                     "https://maven.google.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.8.8/jackson-jaxrs-base-2.8.8.jar",
                     "https://repo1.maven.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.8.8/jackson-jaxrs-base-2.8.8.jar"
                 ],
-                "sha256": "7c3b49333047f07a24fbdd1c121e7f36956f4865dff53c8c64f9897fe629cebb",
-                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.8.8/jackson-jaxrs-base-2.8.8.jar"
+                "sha256": "7c3b49333047f07a24fbdd1c121e7f36956f4865dff53c8c64f9897fe629cebb"
             },
             {
                 "coord": "com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:sources:2.8.8",
+                "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.8.8/jackson-jaxrs-base-2.8.8-sources.jar",
+                "directDependencies": [
+                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
+                    "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8"
+                ],
                 "dependencies": [
                     "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
                     "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
                     "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8"
                 ],
-                "directDependencies": [
-                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
-                    "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.8.8/jackson-jaxrs-base-2.8.8-sources.jar",
+                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.8.8/jackson-jaxrs-base-2.8.8-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.8.8/jackson-jaxrs-base-2.8.8-sources.jar",
                     "https://maven.google.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.8.8/jackson-jaxrs-base-2.8.8-sources.jar",
                     "https://repo1.maven.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.8.8/jackson-jaxrs-base-2.8.8-sources.jar"
                 ],
-                "sha256": "9867aad22ad8a47f078211355995cb0b6d590627fb88e9535778bda0d1b28254",
-                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.8.8/jackson-jaxrs-base-2.8.8-sources.jar"
+                "sha256": "9867aad22ad8a47f078211355995cb0b6d590627fb88e9535778bda0d1b28254"
             },
             {
                 "coord": "com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.8.8",
+                "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.8.8/jackson-jaxrs-json-provider-2.8.8.jar",
+                "directDependencies": [
+                    "com.fasterxml.jackson.core:jackson-core:2.8.8",
+                    "com.fasterxml.jackson.core:jackson-databind:2.8.8",
+                    "com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.8.8",
+                    "com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.8.8"
+                ],
                 "dependencies": [
                     "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
                     "com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.8.8",
@@ -640,115 +629,114 @@
                     "com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.8.8",
                     "com.fasterxml.jackson.core:jackson-core:2.8.8"
                 ],
-                "directDependencies": [
-                    "com.fasterxml.jackson.core:jackson-core:2.8.8",
-                    "com.fasterxml.jackson.core:jackson-databind:2.8.8",
-                    "com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.8.8",
-                    "com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.8.8"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.8.8/jackson-jaxrs-json-provider-2.8.8.jar",
+                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.8.8/jackson-jaxrs-json-provider-2.8.8.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.8.8/jackson-jaxrs-json-provider-2.8.8.jar",
                     "https://maven.google.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.8.8/jackson-jaxrs-json-provider-2.8.8.jar",
                     "https://repo1.maven.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.8.8/jackson-jaxrs-json-provider-2.8.8.jar"
                 ],
-                "sha256": "50638f0809a551ca658878a606b6eab50e3e29deb59bb2f87fecc0fe4ef13ae5",
-                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.8.8/jackson-jaxrs-json-provider-2.8.8.jar"
+                "sha256": "50638f0809a551ca658878a606b6eab50e3e29deb59bb2f87fecc0fe4ef13ae5"
             },
             {
                 "coord": "com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:sources:2.8.8",
-                "dependencies": [
-                    "com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:sources:2.8.8",
-                    "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8",
-                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
-                    "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
-                    "com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:sources:2.8.8"
-                ],
+                "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.8.8/jackson-jaxrs-json-provider-2.8.8-sources.jar",
                 "directDependencies": [
                     "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
                     "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
                     "com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:sources:2.8.8",
                     "com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:sources:2.8.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.8.8/jackson-jaxrs-json-provider-2.8.8-sources.jar",
+                "dependencies": [
+                    "com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:sources:2.8.8",
+                    "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8",
+                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
+                    "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
+                    "com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:sources:2.8.8"
+                ],
+                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.8.8/jackson-jaxrs-json-provider-2.8.8-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.8.8/jackson-jaxrs-json-provider-2.8.8-sources.jar",
                     "https://maven.google.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.8.8/jackson-jaxrs-json-provider-2.8.8-sources.jar",
                     "https://repo1.maven.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.8.8/jackson-jaxrs-json-provider-2.8.8-sources.jar"
                 ],
-                "sha256": "af19e6af05ca54f9ec49b25bbc88761d4e743bd907564a797092428b122ac964",
-                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.8.8/jackson-jaxrs-json-provider-2.8.8-sources.jar"
+                "sha256": "af19e6af05ca54f9ec49b25bbc88761d4e743bd907564a797092428b122ac964"
             },
             {
                 "coord": "com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.8.8",
-                "dependencies": [
-                    "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
-                    "com.fasterxml.jackson.core:jackson-databind:2.8.8",
-                    "com.fasterxml.jackson.core:jackson-core:2.8.8"
-                ],
+                "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.8/jackson-module-jaxb-annotations-2.8.8.jar",
                 "directDependencies": [
                     "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
                     "com.fasterxml.jackson.core:jackson-core:2.8.8",
                     "com.fasterxml.jackson.core:jackson-databind:2.8.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.8/jackson-module-jaxb-annotations-2.8.8.jar",
+                "dependencies": [
+                    "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
+                    "com.fasterxml.jackson.core:jackson-databind:2.8.8",
+                    "com.fasterxml.jackson.core:jackson-core:2.8.8"
+                ],
+                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.8/jackson-module-jaxb-annotations-2.8.8.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.8/jackson-module-jaxb-annotations-2.8.8.jar",
                     "https://maven.google.com/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.8/jackson-module-jaxb-annotations-2.8.8.jar",
                     "https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.8/jackson-module-jaxb-annotations-2.8.8.jar"
                 ],
-                "sha256": "ff3747b94fe0be4d378dab0d5c8e7baad77a3b4f59aac19809908626e92a8122",
-                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.8/jackson-module-jaxb-annotations-2.8.8.jar"
+                "sha256": "ff3747b94fe0be4d378dab0d5c8e7baad77a3b4f59aac19809908626e92a8122"
             },
             {
                 "coord": "com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:sources:2.8.8",
-                "dependencies": [
-                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
-                    "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
-                    "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8"
-                ],
+                "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.8/jackson-module-jaxb-annotations-2.8.8-sources.jar",
                 "directDependencies": [
                     "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8",
                     "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
                     "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.8/jackson-module-jaxb-annotations-2.8.8-sources.jar",
+                "dependencies": [
+                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
+                    "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
+                    "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8"
+                ],
+                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.8/jackson-module-jaxb-annotations-2.8.8-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.8/jackson-module-jaxb-annotations-2.8.8-sources.jar",
                     "https://maven.google.com/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.8/jackson-module-jaxb-annotations-2.8.8-sources.jar",
                     "https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.8/jackson-module-jaxb-annotations-2.8.8-sources.jar"
                 ],
-                "sha256": "dd9da5507c59f9a3315a45b22694a46967a1668c7704181b0c3d80475f59c7bd",
-                "url": "https://jcenter.bintray.com/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.8/jackson-module-jaxb-annotations-2.8.8-sources.jar"
+                "sha256": "dd9da5507c59f9a3315a45b22694a46967a1668c7704181b0c3d80475f59c7bd"
             },
             {
                 "coord": "com.github.luben:zstd-jni:1.3.8-1",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/github/luben/zstd-jni/1.3.8-1/zstd-jni-1.3.8-1.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/github/luben/zstd-jni/1.3.8-1/zstd-jni-1.3.8-1.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/github/luben/zstd-jni/1.3.8-1/zstd-jni-1.3.8-1.jar",
                     "https://maven.google.com/com/github/luben/zstd-jni/1.3.8-1/zstd-jni-1.3.8-1.jar",
                     "https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.3.8-1/zstd-jni-1.3.8-1.jar"
                 ],
-                "sha256": "05ab236e5beda6549ff14b2d3e604b68da6bac925bb0dcdb53ebc5a3ced2856c",
-                "url": "https://jcenter.bintray.com/com/github/luben/zstd-jni/1.3.8-1/zstd-jni-1.3.8-1.jar"
+                "sha256": "05ab236e5beda6549ff14b2d3e604b68da6bac925bb0dcdb53ebc5a3ced2856c"
             },
             {
                 "coord": "com.github.luben:zstd-jni:jar:sources:1.3.8-1",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/github/luben/zstd-jni/1.3.8-1/zstd-jni-1.3.8-1-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/github/luben/zstd-jni/1.3.8-1/zstd-jni-1.3.8-1-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/github/luben/zstd-jni/1.3.8-1/zstd-jni-1.3.8-1-sources.jar",
                     "https://maven.google.com/com/github/luben/zstd-jni/1.3.8-1/zstd-jni-1.3.8-1-sources.jar",
                     "https://repo1.maven.org/maven2/com/github/luben/zstd-jni/1.3.8-1/zstd-jni-1.3.8-1-sources.jar"
                 ],
-                "sha256": "1281edb1b55520ea959b1390229baa36bb879f1c0cf34a863d3784af293c7d80",
-                "url": "https://jcenter.bintray.com/com/github/luben/zstd-jni/1.3.8-1/zstd-jni-1.3.8-1-sources.jar"
+                "sha256": "1281edb1b55520ea959b1390229baa36bb879f1c0cf34a863d3784af293c7d80"
             },
             {
                 "coord": "com.google.api-client:google-api-client:1.22.0",
+                "file": "v1/https/jcenter.bintray.com/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.jar",
+                "directDependencies": [
+                    "com.google.guava:guava-jdk5:17.0",
+                    "com.google.http-client:google-http-client-jackson2:1.22.0",
+                    "com.google.oauth-client:google-oauth-client:1.22.0"
+                ],
                 "dependencies": [
                     "commons-logging:commons-logging:1.2",
                     "com.google.code.findbugs:jsr305:3.0.2",
@@ -761,22 +749,22 @@
                     "org.apache.httpcomponents:httpcore:4.4.4",
                     "com.fasterxml.jackson.core:jackson-core:2.8.8"
                 ],
-                "directDependencies": [
-                    "com.google.guava:guava-jdk5:17.0",
-                    "com.google.http-client:google-http-client-jackson2:1.22.0",
-                    "com.google.oauth-client:google-oauth-client:1.22.0"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.jar",
+                "url": "https://jcenter.bintray.com/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.jar",
                     "https://maven.google.com/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.jar",
                     "https://repo1.maven.org/maven2/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.jar"
                 ],
-                "sha256": "47c625c83a8cf97b8bbdff2acde923ff8fd3174e62aabcfc5d1b86692594ffba",
-                "url": "https://jcenter.bintray.com/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0.jar"
+                "sha256": "47c625c83a8cf97b8bbdff2acde923ff8fd3174e62aabcfc5d1b86692594ffba"
             },
             {
                 "coord": "com.google.api-client:google-api-client:jar:sources:1.22.0",
+                "file": "v1/https/jcenter.bintray.com/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0-sources.jar",
+                "directDependencies": [
+                    "com.google.guava:guava-jdk5:jar:sources:17.0",
+                    "com.google.http-client:google-http-client-jackson2:jar:sources:1.22.0",
+                    "com.google.oauth-client:google-oauth-client:jar:sources:1.22.0"
+                ],
                 "dependencies": [
                     "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
                     "com.google.oauth-client:google-oauth-client:jar:sources:1.22.0",
@@ -789,22 +777,20 @@
                     "org.apache.httpcomponents:httpcore:jar:sources:4.4.4",
                     "org.apache.httpcomponents:httpclient:jar:sources:4.5.2"
                 ],
-                "directDependencies": [
-                    "com.google.guava:guava-jdk5:jar:sources:17.0",
-                    "com.google.http-client:google-http-client-jackson2:jar:sources:1.22.0",
-                    "com.google.oauth-client:google-oauth-client:jar:sources:1.22.0"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0-sources.jar",
+                "url": "https://jcenter.bintray.com/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0-sources.jar",
                     "https://maven.google.com/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0-sources.jar",
                     "https://repo1.maven.org/maven2/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0-sources.jar"
                 ],
-                "sha256": "d6d529741964e7d3b42923b352bd07ea351726d85a257e66cc8ffd8af276984a",
-                "url": "https://jcenter.bintray.com/com/google/api-client/google-api-client/1.22.0/google-api-client-1.22.0-sources.jar"
+                "sha256": "d6d529741964e7d3b42923b352bd07ea351726d85a257e66cc8ffd8af276984a"
             },
             {
                 "coord": "com.google.apis:google-api-services-storage:jar:sources:v1-rev108-1.22.0",
+                "file": "v1/https/jcenter.bintray.com/com/google/apis/google-api-services-storage/v1-rev108-1.22.0/google-api-services-storage-v1-rev108-1.22.0-sources.jar",
+                "directDependencies": [
+                    "com.google.api-client:google-api-client:jar:sources:1.22.0"
+                ],
                 "dependencies": [
                     "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
                     "com.google.oauth-client:google-oauth-client:jar:sources:1.22.0",
@@ -818,20 +804,20 @@
                     "org.apache.httpcomponents:httpcore:jar:sources:4.4.4",
                     "org.apache.httpcomponents:httpclient:jar:sources:4.5.2"
                 ],
-                "directDependencies": [
-                    "com.google.api-client:google-api-client:jar:sources:1.22.0"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/google/apis/google-api-services-storage/v1-rev108-1.22.0/google-api-services-storage-v1-rev108-1.22.0-sources.jar",
+                "url": "https://jcenter.bintray.com/com/google/apis/google-api-services-storage/v1-rev108-1.22.0/google-api-services-storage-v1-rev108-1.22.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/apis/google-api-services-storage/v1-rev108-1.22.0/google-api-services-storage-v1-rev108-1.22.0-sources.jar",
                     "https://maven.google.com/com/google/apis/google-api-services-storage/v1-rev108-1.22.0/google-api-services-storage-v1-rev108-1.22.0-sources.jar",
                     "https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage/v1-rev108-1.22.0/google-api-services-storage-v1-rev108-1.22.0-sources.jar"
                 ],
-                "sha256": "19414dced22793d0ba423ac43059e2a3af17ac8df9e2dbc269b62a712490235d",
-                "url": "https://jcenter.bintray.com/com/google/apis/google-api-services-storage/v1-rev108-1.22.0/google-api-services-storage-v1-rev108-1.22.0-sources.jar"
+                "sha256": "19414dced22793d0ba423ac43059e2a3af17ac8df9e2dbc269b62a712490235d"
             },
             {
                 "coord": "com.google.apis:google-api-services-storage:v1-rev108-1.22.0",
+                "file": "v1/https/jcenter.bintray.com/com/google/apis/google-api-services-storage/v1-rev108-1.22.0/google-api-services-storage-v1-rev108-1.22.0.jar",
+                "directDependencies": [
+                    "com.google.api-client:google-api-client:1.22.0"
+                ],
                 "dependencies": [
                     "commons-logging:commons-logging:1.2",
                     "com.google.code.findbugs:jsr305:3.0.2",
@@ -845,150 +831,175 @@
                     "org.apache.httpcomponents:httpcore:4.4.4",
                     "com.fasterxml.jackson.core:jackson-core:2.8.8"
                 ],
-                "directDependencies": [
-                    "com.google.api-client:google-api-client:1.22.0"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/google/apis/google-api-services-storage/v1-rev108-1.22.0/google-api-services-storage-v1-rev108-1.22.0.jar",
+                "url": "https://jcenter.bintray.com/com/google/apis/google-api-services-storage/v1-rev108-1.22.0/google-api-services-storage-v1-rev108-1.22.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/apis/google-api-services-storage/v1-rev108-1.22.0/google-api-services-storage-v1-rev108-1.22.0.jar",
                     "https://maven.google.com/com/google/apis/google-api-services-storage/v1-rev108-1.22.0/google-api-services-storage-v1-rev108-1.22.0.jar",
                     "https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage/v1-rev108-1.22.0/google-api-services-storage-v1-rev108-1.22.0.jar"
                 ],
-                "sha256": "eae26d9589afb5fcd4f5db18ce2b7ef2aa10a333a97da9056e22c0fc203d6cad",
-                "url": "https://jcenter.bintray.com/com/google/apis/google-api-services-storage/v1-rev108-1.22.0/google-api-services-storage-v1-rev108-1.22.0.jar"
+                "sha256": "eae26d9589afb5fcd4f5db18ce2b7ef2aa10a333a97da9056e22c0fc203d6cad"
             },
             {
                 "coord": "com.google.code.findbugs:jsr305:3.0.2",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar",
                     "https://maven.google.com/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar",
                     "https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar"
                 ],
-                "sha256": "766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7",
-                "url": "https://jcenter.bintray.com/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar"
+                "sha256": "766ad2a0783f2687962c8ad74ceecc38a28b9f72a2d085ee438b7813e928d0c7"
             },
             {
                 "coord": "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2-sources.jar",
                     "https://maven.google.com/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2-sources.jar",
                     "https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2-sources.jar"
                 ],
-                "sha256": "1c9e85e272d0708c6a591dc74828c71603053b48cc75ae83cce56912a2aa063b",
-                "url": "https://jcenter.bintray.com/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2-sources.jar"
+                "sha256": "1c9e85e272d0708c6a591dc74828c71603053b48cc75ae83cce56912a2aa063b"
             },
             {
                 "coord": "com.google.code.gson:gson:2.8.6",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar",
                     "https://maven.google.com/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar",
                     "https://repo1.maven.org/maven2/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar"
                 ],
-                "sha256": "c8fb4839054d280b3033f800d1f5a97de2f028eb8ba2eb458ad287e536f3f25f",
-                "url": "https://jcenter.bintray.com/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar"
+                "sha256": "c8fb4839054d280b3033f800d1f5a97de2f028eb8ba2eb458ad287e536f3f25f"
             },
             {
                 "coord": "com.google.code.gson:gson:jar:sources:2.8.6",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/google/code/gson/gson/2.8.6/gson-2.8.6-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/google/code/gson/gson/2.8.6/gson-2.8.6-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/code/gson/gson/2.8.6/gson-2.8.6-sources.jar",
                     "https://maven.google.com/com/google/code/gson/gson/2.8.6/gson-2.8.6-sources.jar",
                     "https://repo1.maven.org/maven2/com/google/code/gson/gson/2.8.6/gson-2.8.6-sources.jar"
                 ],
-                "sha256": "da4d787939dc8de214724a20d88614b70ef8c3a4931d9c694300b5d9098ed9bc",
-                "url": "https://jcenter.bintray.com/com/google/code/gson/gson/2.8.6/gson-2.8.6-sources.jar"
+                "sha256": "da4d787939dc8de214724a20d88614b70ef8c3a4931d9c694300b5d9098ed9bc"
             },
             {
-                "coord": "com.google.collections:google-collections:1.0",
-                "dependencies": [],
+                "coord": "com.google.errorprone:error_prone_annotations:2.1.3",
+                "file": "v1/https/jcenter.bintray.com/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar",
                 "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/com/google/collections/google-collections/1.0/google-collections-1.0.jar",
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/com/google/collections/google-collections/1.0/google-collections-1.0.jar",
-                    "https://maven.google.com/com/google/collections/google-collections/1.0/google-collections-1.0.jar",
-                    "https://repo1.maven.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar"
+                    "https://jcenter.bintray.com/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar",
+                    "https://maven.google.com/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar",
+                    "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar"
                 ],
-                "sha256": "81b8d638af0083c4b877099d56aa0fee714485cd2ace1b6a09cab867cadb375d",
-                "url": "https://jcenter.bintray.com/com/google/collections/google-collections/1.0/google-collections-1.0.jar"
+                "sha256": "03d0329547c13da9e17c634d1049ea2ead093925e290567e1a364fd6b1fc7ff8"
             },
             {
-                "coord": "com.google.collections:google-collections:jar:sources:1.0",
-                "dependencies": [],
+                "coord": "com.google.errorprone:error_prone_annotations:jar:sources:2.1.3",
+                "file": "v1/https/jcenter.bintray.com/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3-sources.jar",
                 "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/com/google/collections/google-collections/1.0/google-collections-1.0-sources.jar",
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/com/google/collections/google-collections/1.0/google-collections-1.0-sources.jar",
-                    "https://maven.google.com/com/google/collections/google-collections/1.0/google-collections-1.0-sources.jar",
-                    "https://repo1.maven.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0-sources.jar"
+                    "https://jcenter.bintray.com/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3-sources.jar",
+                    "https://maven.google.com/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3-sources.jar",
+                    "https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3-sources.jar"
                 ],
-                "sha256": "dbb1a31cbbbaf5596cd7431a551cada2c329bba53b2f76900af35ab17d307f21",
-                "url": "https://jcenter.bintray.com/com/google/collections/google-collections/1.0/google-collections-1.0-sources.jar"
+                "sha256": "f6ef2b585876b007051df3947b080e0d64cdd5a58b59bc69debeb26bfc0432d7"
             },
             {
                 "coord": "com.google.guava:guava-jdk5:17.0",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.jar",
                     "https://maven.google.com/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.jar",
                     "https://repo1.maven.org/maven2/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.jar"
                 ],
-                "sha256": "59bf456547b6dda3ced968cb56f7f2d3e14474e2de2960a32c47e31c1e456c61",
-                "url": "https://jcenter.bintray.com/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.jar"
+                "sha256": "59bf456547b6dda3ced968cb56f7f2d3e14474e2de2960a32c47e31c1e456c61"
             },
             {
                 "coord": "com.google.guava:guava-jdk5:jar:sources:17.0",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0-sources.jar",
                     "https://maven.google.com/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0-sources.jar",
                     "https://repo1.maven.org/maven2/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0-sources.jar"
                 ],
-                "sha256": "70777456f41c7cf275e6e51a3b20a7cdf2f19efc8e7704b65275da38ad9cb9a4",
-                "url": "https://jcenter.bintray.com/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0-sources.jar"
+                "sha256": "70777456f41c7cf275e6e51a3b20a7cdf2f19efc8e7704b65275da38ad9cb9a4"
             },
             {
-                "coord": "com.google.guava:guava:18.0",
-                "dependencies": [],
-                "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/com/google/guava/guava/18.0/guava-18.0.jar",
+                "coord": "com.google.guava:guava:23.6-jre",
+                "file": "v1/https/jcenter.bintray.com/com/google/guava/guava/23.6-jre/guava-23.6-jre.jar",
+                "directDependencies": [
+                    "org.checkerframework:checker-compat-qual:2.0.0",
+                    "com.google.code.findbugs:jsr305:3.0.2",
+                    "org.codehaus.mojo:animal-sniffer-annotations:1.14",
+                    "com.google.j2objc:j2objc-annotations:1.1",
+                    "com.google.errorprone:error_prone_annotations:2.1.3"
+                ],
+                "dependencies": [
+                    "org.checkerframework:checker-compat-qual:2.0.0",
+                    "com.google.code.findbugs:jsr305:3.0.2",
+                    "org.codehaus.mojo:animal-sniffer-annotations:1.14",
+                    "com.google.j2objc:j2objc-annotations:1.1",
+                    "com.google.errorprone:error_prone_annotations:2.1.3"
+                ],
+                "url": "https://jcenter.bintray.com/com/google/guava/guava/23.6-jre/guava-23.6-jre.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/com/google/guava/guava/18.0/guava-18.0.jar",
-                    "https://maven.google.com/com/google/guava/guava/18.0/guava-18.0.jar",
-                    "https://repo1.maven.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar"
+                    "https://jcenter.bintray.com/com/google/guava/guava/23.6-jre/guava-23.6-jre.jar",
+                    "https://maven.google.com/com/google/guava/guava/23.6-jre/guava-23.6-jre.jar",
+                    "https://repo1.maven.org/maven2/com/google/guava/guava/23.6-jre/guava-23.6-jre.jar"
                 ],
-                "sha256": "d664fbfc03d2e5ce9cab2a44fb01f1d0bf9dfebeccc1a473b1f9ea31f79f6f99",
-                "url": "https://jcenter.bintray.com/com/google/guava/guava/18.0/guava-18.0.jar"
+                "sha256": "7d48e30849cb452629c53c41776f96db201145147bb71ac2c94e7345675faff7"
             },
             {
-                "coord": "com.google.guava:guava:jar:sources:18.0",
-                "dependencies": [],
-                "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/com/google/guava/guava/18.0/guava-18.0-sources.jar",
+                "coord": "com.google.guava:guava:jar:sources:23.6-jre",
+                "file": "v1/https/jcenter.bintray.com/com/google/guava/guava/23.6-jre/guava-23.6-jre-sources.jar",
+                "directDependencies": [
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
+                    "com.google.errorprone:error_prone_annotations:jar:sources:2.1.3",
+                    "org.checkerframework:checker-compat-qual:jar:sources:2.0.0",
+                    "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.14",
+                    "com.google.j2objc:j2objc-annotations:jar:sources:1.1"
+                ],
+                "dependencies": [
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
+                    "com.google.errorprone:error_prone_annotations:jar:sources:2.1.3",
+                    "org.checkerframework:checker-compat-qual:jar:sources:2.0.0",
+                    "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.14",
+                    "com.google.j2objc:j2objc-annotations:jar:sources:1.1"
+                ],
+                "url": "https://jcenter.bintray.com/com/google/guava/guava/23.6-jre/guava-23.6-jre-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/com/google/guava/guava/18.0/guava-18.0-sources.jar",
-                    "https://maven.google.com/com/google/guava/guava/18.0/guava-18.0-sources.jar",
-                    "https://repo1.maven.org/maven2/com/google/guava/guava/18.0/guava-18.0-sources.jar"
+                    "https://jcenter.bintray.com/com/google/guava/guava/23.6-jre/guava-23.6-jre-sources.jar",
+                    "https://maven.google.com/com/google/guava/guava/23.6-jre/guava-23.6-jre-sources.jar",
+                    "https://repo1.maven.org/maven2/com/google/guava/guava/23.6-jre/guava-23.6-jre-sources.jar"
                 ],
-                "sha256": "0f3381ce4caa3a01602cdf0d0f4437b9ad8f347ddabbd873ded4d498e19d9590",
-                "url": "https://jcenter.bintray.com/com/google/guava/guava/18.0/guava-18.0-sources.jar"
+                "sha256": "feecffc0b37020c080f71d17b5ec9c08c0cd6635e2db27dd61b288121f61cfde"
             },
             {
                 "coord": "com.google.http-client:google-http-client-jackson2:1.22.0",
+                "file": "v1/https/jcenter.bintray.com/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0.jar",
+                "directDependencies": [
+                    "com.fasterxml.jackson.core:jackson-core:2.8.8",
+                    "com.google.http-client:google-http-client:1.22.0"
+                ],
                 "dependencies": [
                     "commons-logging:commons-logging:1.2",
                     "com.google.code.findbugs:jsr305:3.0.2",
@@ -998,21 +1009,21 @@
                     "org.apache.httpcomponents:httpcore:4.4.4",
                     "com.fasterxml.jackson.core:jackson-core:2.8.8"
                 ],
-                "directDependencies": [
-                    "com.fasterxml.jackson.core:jackson-core:2.8.8",
-                    "com.google.http-client:google-http-client:1.22.0"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0.jar",
+                "url": "https://jcenter.bintray.com/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0.jar",
                     "https://maven.google.com/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0.jar",
                     "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0.jar"
                 ],
-                "sha256": "45b1e34b2dcef5cb496ef25a1223d19cf102b8c2ea4abf96491631b2faf4611c",
-                "url": "https://jcenter.bintray.com/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0.jar"
+                "sha256": "45b1e34b2dcef5cb496ef25a1223d19cf102b8c2ea4abf96491631b2faf4611c"
             },
             {
                 "coord": "com.google.http-client:google-http-client-jackson2:jar:sources:1.22.0",
+                "file": "v1/https/jcenter.bintray.com/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0-sources.jar",
+                "directDependencies": [
+                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
+                    "com.google.http-client:google-http-client:jar:sources:1.22.0"
+                ],
                 "dependencies": [
                     "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
                     "commons-codec:commons-codec:jar:sources:1.15",
@@ -1022,21 +1033,21 @@
                     "org.apache.httpcomponents:httpcore:jar:sources:4.4.4",
                     "org.apache.httpcomponents:httpclient:jar:sources:4.5.2"
                 ],
-                "directDependencies": [
-                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
-                    "com.google.http-client:google-http-client:jar:sources:1.22.0"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0-sources.jar",
+                "url": "https://jcenter.bintray.com/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0-sources.jar",
                     "https://maven.google.com/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0-sources.jar",
                     "https://repo1.maven.org/maven2/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0-sources.jar"
                 ],
-                "sha256": "76884259004572d24a669aed09bd35ddbd8e6155a2a38dfd96e61f4690baa00f",
-                "url": "https://jcenter.bintray.com/com/google/http-client/google-http-client-jackson2/1.22.0/google-http-client-jackson2-1.22.0-sources.jar"
+                "sha256": "76884259004572d24a669aed09bd35ddbd8e6155a2a38dfd96e61f4690baa00f"
             },
             {
                 "coord": "com.google.http-client:google-http-client:1.22.0",
+                "file": "v1/https/jcenter.bintray.com/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0.jar",
+                "directDependencies": [
+                    "com.google.code.findbugs:jsr305:3.0.2",
+                    "org.apache.httpcomponents:httpclient:4.5.2"
+                ],
                 "dependencies": [
                     "commons-logging:commons-logging:1.2",
                     "com.google.code.findbugs:jsr305:3.0.2",
@@ -1044,21 +1055,21 @@
                     "org.apache.httpcomponents:httpclient:4.5.2",
                     "org.apache.httpcomponents:httpcore:4.4.4"
                 ],
-                "directDependencies": [
-                    "com.google.code.findbugs:jsr305:3.0.2",
-                    "org.apache.httpcomponents:httpclient:4.5.2"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0.jar",
+                "url": "https://jcenter.bintray.com/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0.jar",
                     "https://maven.google.com/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0.jar",
                     "https://repo1.maven.org/maven2/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0.jar"
                 ],
-                "sha256": "f88ffa329ac52fb4f2ff0eb877ef7318423ac9b791a107f886ed5c7a00e77e11",
-                "url": "https://jcenter.bintray.com/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0.jar"
+                "sha256": "f88ffa329ac52fb4f2ff0eb877ef7318423ac9b791a107f886ed5c7a00e77e11"
             },
             {
                 "coord": "com.google.http-client:google-http-client:jar:sources:1.22.0",
+                "file": "v1/https/jcenter.bintray.com/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0-sources.jar",
+                "directDependencies": [
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
+                    "org.apache.httpcomponents:httpclient:jar:sources:4.5.2"
+                ],
                 "dependencies": [
                     "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
                     "commons-codec:commons-codec:jar:sources:1.15",
@@ -1066,103 +1077,149 @@
                     "org.apache.httpcomponents:httpcore:jar:sources:4.4.4",
                     "org.apache.httpcomponents:httpclient:jar:sources:4.5.2"
                 ],
-                "directDependencies": [
-                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
-                    "org.apache.httpcomponents:httpclient:jar:sources:4.5.2"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0-sources.jar",
+                "url": "https://jcenter.bintray.com/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0-sources.jar",
                     "https://maven.google.com/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0-sources.jar",
                     "https://repo1.maven.org/maven2/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0-sources.jar"
                 ],
-                "sha256": "7da8c0ed2203e84cf8c2248af98de177348dfeac92fc032e7aa220e78f2f80ba",
-                "url": "https://jcenter.bintray.com/com/google/http-client/google-http-client/1.22.0/google-http-client-1.22.0-sources.jar"
+                "sha256": "7da8c0ed2203e84cf8c2248af98de177348dfeac92fc032e7aa220e78f2f80ba"
             },
             {
                 "coord": "com.google.inject.extensions:guice-assistedinject:4.0",
-                "dependencies": [
-                    "com.google.guava:guava:18.0",
-                    "aopalliance:aopalliance:1.0",
-                    "javax.inject:javax.inject:1",
-                    "com.google.inject:guice:4.0"
-                ],
+                "file": "v1/https/jcenter.bintray.com/com/google/inject/extensions/guice-assistedinject/4.0/guice-assistedinject-4.0.jar",
                 "directDependencies": [
                     "com.google.inject:guice:4.0"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/google/inject/extensions/guice-assistedinject/4.0/guice-assistedinject-4.0.jar",
+                "dependencies": [
+                    "com.google.inject:guice:4.0",
+                    "org.checkerframework:checker-compat-qual:2.0.0",
+                    "com.google.code.findbugs:jsr305:3.0.2",
+                    "com.google.guava:guava:23.6-jre",
+                    "aopalliance:aopalliance:1.0",
+                    "org.codehaus.mojo:animal-sniffer-annotations:1.14",
+                    "com.google.j2objc:j2objc-annotations:1.1",
+                    "com.google.errorprone:error_prone_annotations:2.1.3",
+                    "javax.inject:javax.inject:1"
+                ],
+                "url": "https://jcenter.bintray.com/com/google/inject/extensions/guice-assistedinject/4.0/guice-assistedinject-4.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/inject/extensions/guice-assistedinject/4.0/guice-assistedinject-4.0.jar",
                     "https://maven.google.com/com/google/inject/extensions/guice-assistedinject/4.0/guice-assistedinject-4.0.jar",
                     "https://repo1.maven.org/maven2/com/google/inject/extensions/guice-assistedinject/4.0/guice-assistedinject-4.0.jar"
                 ],
-                "sha256": "ed44e4d809e6b3bc41ccd6e8b5acf43fb517234f4ac4c1125d7a82c44826f147",
-                "url": "https://jcenter.bintray.com/com/google/inject/extensions/guice-assistedinject/4.0/guice-assistedinject-4.0.jar"
+                "sha256": "ed44e4d809e6b3bc41ccd6e8b5acf43fb517234f4ac4c1125d7a82c44826f147"
             },
             {
                 "coord": "com.google.inject.extensions:guice-assistedinject:jar:sources:4.0",
+                "file": "v1/https/jcenter.bintray.com/com/google/inject/extensions/guice-assistedinject/4.0/guice-assistedinject-4.0-sources.jar",
+                "directDependencies": [
+                    "com.google.inject:guice:jar:sources:4.0"
+                ],
                 "dependencies": [
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "com.google.errorprone:error_prone_annotations:jar:sources:2.1.3",
+                    "org.checkerframework:checker-compat-qual:jar:sources:2.0.0",
                     "aopalliance:aopalliance:jar:sources:1.0",
+                    "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.14",
                     "com.google.inject:guice:jar:sources:4.0",
                     "javax.inject:javax.inject:jar:sources:1",
-                    "com.google.guava:guava:jar:sources:18.0"
-                ],
-                "directDependencies": [
-                    "com.google.inject:guice:jar:sources:4.0"
+                    "com.google.j2objc:j2objc-annotations:jar:sources:1.1"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/google/inject/extensions/guice-assistedinject/4.0/guice-assistedinject-4.0-sources.jar",
+                "url": "https://jcenter.bintray.com/com/google/inject/extensions/guice-assistedinject/4.0/guice-assistedinject-4.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/inject/extensions/guice-assistedinject/4.0/guice-assistedinject-4.0-sources.jar",
                     "https://maven.google.com/com/google/inject/extensions/guice-assistedinject/4.0/guice-assistedinject-4.0-sources.jar",
                     "https://repo1.maven.org/maven2/com/google/inject/extensions/guice-assistedinject/4.0/guice-assistedinject-4.0-sources.jar"
                 ],
-                "sha256": "689d2ee112437e3b03082876a902bd228f6067568d7d31c02b31a22babc889f3",
-                "url": "https://jcenter.bintray.com/com/google/inject/extensions/guice-assistedinject/4.0/guice-assistedinject-4.0-sources.jar"
+                "sha256": "689d2ee112437e3b03082876a902bd228f6067568d7d31c02b31a22babc889f3"
             },
             {
                 "coord": "com.google.inject:guice:4.0",
-                "dependencies": [
-                    "com.google.guava:guava:18.0",
+                "file": "v1/https/jcenter.bintray.com/com/google/inject/guice/4.0/guice-4.0.jar",
+                "directDependencies": [
                     "aopalliance:aopalliance:1.0",
+                    "com.google.guava:guava:23.6-jre",
                     "javax.inject:javax.inject:1"
                 ],
-                "directDependencies": [
+                "dependencies": [
+                    "org.checkerframework:checker-compat-qual:2.0.0",
+                    "com.google.code.findbugs:jsr305:3.0.2",
+                    "com.google.guava:guava:23.6-jre",
                     "aopalliance:aopalliance:1.0",
-                    "com.google.guava:guava:18.0",
+                    "org.codehaus.mojo:animal-sniffer-annotations:1.14",
+                    "com.google.j2objc:j2objc-annotations:1.1",
+                    "com.google.errorprone:error_prone_annotations:2.1.3",
                     "javax.inject:javax.inject:1"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/google/inject/guice/4.0/guice-4.0.jar",
+                "url": "https://jcenter.bintray.com/com/google/inject/guice/4.0/guice-4.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/inject/guice/4.0/guice-4.0.jar",
                     "https://maven.google.com/com/google/inject/guice/4.0/guice-4.0.jar",
                     "https://repo1.maven.org/maven2/com/google/inject/guice/4.0/guice-4.0.jar"
                 ],
-                "sha256": "b378ffc35e7f7125b3c5f3a461d4591ae1685e3c781392f0c854ed7b7581d6d2",
-                "url": "https://jcenter.bintray.com/com/google/inject/guice/4.0/guice-4.0.jar"
+                "sha256": "b378ffc35e7f7125b3c5f3a461d4591ae1685e3c781392f0c854ed7b7581d6d2"
             },
             {
                 "coord": "com.google.inject:guice:jar:sources:4.0",
-                "dependencies": [
-                    "aopalliance:aopalliance:jar:sources:1.0",
-                    "javax.inject:javax.inject:jar:sources:1",
-                    "com.google.guava:guava:jar:sources:18.0"
-                ],
+                "file": "v1/https/jcenter.bintray.com/com/google/inject/guice/4.0/guice-4.0-sources.jar",
                 "directDependencies": [
                     "aopalliance:aopalliance:jar:sources:1.0",
-                    "com.google.guava:guava:jar:sources:18.0",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
                     "javax.inject:javax.inject:jar:sources:1"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/google/inject/guice/4.0/guice-4.0-sources.jar",
+                "dependencies": [
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "com.google.errorprone:error_prone_annotations:jar:sources:2.1.3",
+                    "org.checkerframework:checker-compat-qual:jar:sources:2.0.0",
+                    "aopalliance:aopalliance:jar:sources:1.0",
+                    "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.14",
+                    "javax.inject:javax.inject:jar:sources:1",
+                    "com.google.j2objc:j2objc-annotations:jar:sources:1.1"
+                ],
+                "url": "https://jcenter.bintray.com/com/google/inject/guice/4.0/guice-4.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/inject/guice/4.0/guice-4.0-sources.jar",
                     "https://maven.google.com/com/google/inject/guice/4.0/guice-4.0-sources.jar",
                     "https://repo1.maven.org/maven2/com/google/inject/guice/4.0/guice-4.0-sources.jar"
                 ],
-                "sha256": "5ae16a56d478312ecee129b241a3df0fc9016b241bd4a0cbcd6b33f900a1eba6",
-                "url": "https://jcenter.bintray.com/com/google/inject/guice/4.0/guice-4.0-sources.jar"
+                "sha256": "5ae16a56d478312ecee129b241a3df0fc9016b241bd4a0cbcd6b33f900a1eba6"
+            },
+            {
+                "coord": "com.google.j2objc:j2objc-annotations:1.1",
+                "file": "v1/https/jcenter.bintray.com/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar",
+                "mirror_urls": [
+                    "https://jcenter.bintray.com/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar",
+                    "https://maven.google.com/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar",
+                    "https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar"
+                ],
+                "sha256": "2994a7eb78f2710bd3d3bfb639b2c94e219cedac0d4d084d516e78c16dddecf6"
+            },
+            {
+                "coord": "com.google.j2objc:j2objc-annotations:jar:sources:1.1",
+                "file": "v1/https/jcenter.bintray.com/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1-sources.jar",
+                "mirror_urls": [
+                    "https://jcenter.bintray.com/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1-sources.jar",
+                    "https://maven.google.com/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1-sources.jar",
+                    "https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1-sources.jar"
+                ],
+                "sha256": "2cd9022a77151d0b574887635cdfcdf3b78155b602abc89d7f8e62aba55cfb4f"
             },
             {
                 "coord": "com.google.oauth-client:google-oauth-client:1.22.0",
+                "file": "v1/https/jcenter.bintray.com/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.jar",
+                "directDependencies": [
+                    "com.google.code.findbugs:jsr305:3.0.2",
+                    "com.google.http-client:google-http-client:1.22.0"
+                ],
                 "dependencies": [
                     "commons-logging:commons-logging:1.2",
                     "com.google.code.findbugs:jsr305:3.0.2",
@@ -1171,21 +1228,21 @@
                     "org.apache.httpcomponents:httpclient:4.5.2",
                     "org.apache.httpcomponents:httpcore:4.4.4"
                 ],
-                "directDependencies": [
-                    "com.google.code.findbugs:jsr305:3.0.2",
-                    "com.google.http-client:google-http-client:1.22.0"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.jar",
+                "url": "https://jcenter.bintray.com/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.jar",
                     "https://maven.google.com/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.jar",
                     "https://repo1.maven.org/maven2/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.jar"
                 ],
-                "sha256": "a4c56168b3e042105d68cf136e40e74f6e27f63ed0a948df966b332678e19022",
-                "url": "https://jcenter.bintray.com/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0.jar"
+                "sha256": "a4c56168b3e042105d68cf136e40e74f6e27f63ed0a948df966b332678e19022"
             },
             {
                 "coord": "com.google.oauth-client:google-oauth-client:jar:sources:1.22.0",
+                "file": "v1/https/jcenter.bintray.com/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0-sources.jar",
+                "directDependencies": [
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
+                    "com.google.http-client:google-http-client:jar:sources:1.22.0"
+                ],
                 "dependencies": [
                     "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
                     "commons-codec:commons-codec:jar:sources:1.15",
@@ -1194,204 +1251,195 @@
                     "org.apache.httpcomponents:httpcore:jar:sources:4.4.4",
                     "org.apache.httpcomponents:httpclient:jar:sources:4.5.2"
                 ],
-                "directDependencies": [
-                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
-                    "com.google.http-client:google-http-client:jar:sources:1.22.0"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0-sources.jar",
+                "url": "https://jcenter.bintray.com/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0-sources.jar",
                     "https://maven.google.com/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0-sources.jar",
                     "https://repo1.maven.org/maven2/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0-sources.jar"
                 ],
-                "sha256": "f0e2896e486fb08bcaaf539569d5aa70f2f66528af54e0d1df1bd6493977dabb",
-                "url": "https://jcenter.bintray.com/com/google/oauth-client/google-oauth-client/1.22.0/google-oauth-client-1.22.0-sources.jar"
+                "sha256": "f0e2896e486fb08bcaaf539569d5aa70f2f66528af54e0d1df1bd6493977dabb"
             },
             {
                 "coord": "com.google.protobuf:protobuf-java:3.14.0",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/google/protobuf/protobuf-java/3.14.0/protobuf-java-3.14.0.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.14.0/protobuf-java-3.14.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.14.0/protobuf-java-3.14.0.jar",
                     "https://maven.google.com/com/google/protobuf/protobuf-java/3.14.0/protobuf-java-3.14.0.jar",
                     "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.14.0/protobuf-java-3.14.0.jar"
                 ],
-                "sha256": "bc9d7feab02531e15322980647379afb039fc2dccbb8f79588d1e8652efa1e00",
-                "url": "https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.14.0/protobuf-java-3.14.0.jar"
+                "sha256": "bc9d7feab02531e15322980647379afb039fc2dccbb8f79588d1e8652efa1e00"
             },
             {
                 "coord": "com.google.protobuf:protobuf-java:jar:sources:3.14.0",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/google/protobuf/protobuf-java/3.14.0/protobuf-java-3.14.0-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.14.0/protobuf-java-3.14.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.14.0/protobuf-java-3.14.0-sources.jar",
                     "https://maven.google.com/com/google/protobuf/protobuf-java/3.14.0/protobuf-java-3.14.0-sources.jar",
                     "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.14.0/protobuf-java-3.14.0-sources.jar"
                 ],
-                "sha256": "719cdbb11164b3659f679e0f9bec3d0238d5ca161cb9b478710dc6884e8e50c0",
-                "url": "https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.14.0/protobuf-java-3.14.0-sources.jar"
+                "sha256": "719cdbb11164b3659f679e0f9bec3d0238d5ca161cb9b478710dc6884e8e50c0"
             },
             {
                 "coord": "com.googlecode.json-simple:json-simple:1.1",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar",
                     "https://maven.google.com/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar",
                     "https://repo1.maven.org/maven2/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar"
                 ],
-                "sha256": "2d9484f4c649f708f47f9a479465fc729770ee65617dca3011836602264f6439",
-                "url": "https://jcenter.bintray.com/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar"
+                "sha256": "2d9484f4c649f708f47f9a479465fc729770ee65617dca3011836602264f6439"
             },
             {
                 "coord": "com.googlecode.json-simple:json-simple:jar:sources:1.1",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1-sources.jar",
-                "mirror_urls": [
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1-sources.jar",
+                "mirror_urls": [
                     "https://jcenter.bintray.com/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1-sources.jar",
                     "https://maven.google.com/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1-sources.jar",
                     "https://repo1.maven.org/maven2/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1-sources.jar"
                 ],
-                "sha256": "883fa2afc741f7b1bf5ed2235bf8f5bf0de6dcdeb0457c11d41f2c1140417a53",
-                "url": "https://jcenter.bintray.com/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1-sources.jar"
+                "sha256": "883fa2afc741f7b1bf5ed2235bf8f5bf0de6dcdeb0457c11d41f2c1140417a53"
             },
             {
                 "coord": "com.hashicorp.nomad:nomad-sdk:0.7.0",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/com/hashicorp/nomad/nomad-sdk/0.7.0/nomad-sdk-0.7.0.jar",
+                "directDependencies": [
                     "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
-                    "commons-logging:commons-logging:1.2",
-                    "org.bouncycastle:bcprov-jdk15on:jar:1.66",
                     "org.bouncycastle:bcpkix-jdk15on:1.66",
-                    "commons-codec:commons-codec:1.15",
                     "org.apache.httpcomponents:httpclient:4.5.2",
                     "com.fasterxml.jackson.core:jackson-databind:2.8.8",
-                    "org.apache.httpcomponents:httpcore:4.4.4",
                     "com.fasterxml.jackson.core:jackson-core:2.8.8"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
+                    "commons-logging:commons-logging:1.2",
+                    "org.bouncycastle:bcprov-jdk15on:jar:1.66",
                     "org.bouncycastle:bcpkix-jdk15on:1.66",
+                    "commons-codec:commons-codec:1.15",
                     "org.apache.httpcomponents:httpclient:4.5.2",
                     "com.fasterxml.jackson.core:jackson-databind:2.8.8",
+                    "org.apache.httpcomponents:httpcore:4.4.4",
                     "com.fasterxml.jackson.core:jackson-core:2.8.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/hashicorp/nomad/nomad-sdk/0.7.0/nomad-sdk-0.7.0.jar",
+                "url": "https://jcenter.bintray.com/com/hashicorp/nomad/nomad-sdk/0.7.0/nomad-sdk-0.7.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/hashicorp/nomad/nomad-sdk/0.7.0/nomad-sdk-0.7.0.jar",
                     "https://maven.google.com/com/hashicorp/nomad/nomad-sdk/0.7.0/nomad-sdk-0.7.0.jar",
                     "https://repo1.maven.org/maven2/com/hashicorp/nomad/nomad-sdk/0.7.0/nomad-sdk-0.7.0.jar"
                 ],
-                "sha256": "d04dda58d0242f87e66b333f5143d0f3aabb7e8ce1653c0ed1293a648cb18541",
-                "url": "https://jcenter.bintray.com/com/hashicorp/nomad/nomad-sdk/0.7.0/nomad-sdk-0.7.0.jar"
+                "sha256": "d04dda58d0242f87e66b333f5143d0f3aabb7e8ce1653c0ed1293a648cb18541"
             },
             {
                 "coord": "com.hashicorp.nomad:nomad-sdk:jar:sources:0.7.0",
-                "dependencies": [
-                    "commons-codec:commons-codec:jar:sources:1.15",
-                    "commons-logging:commons-logging:jar:sources:1.2",
+                "file": "v1/https/jcenter.bintray.com/com/hashicorp/nomad/nomad-sdk/0.7.0/nomad-sdk-0.7.0-sources.jar",
+                "directDependencies": [
                     "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8",
                     "org.bouncycastle:bcpkix-jdk15on:jar:sources:1.66",
                     "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
-                    "org.bouncycastle:bcprov-jdk15on:jar:sources:1.66",
                     "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
-                    "org.apache.httpcomponents:httpcore:jar:sources:4.4.4",
                     "org.apache.httpcomponents:httpclient:jar:sources:4.5.2"
                 ],
-                "directDependencies": [
+                "dependencies": [
+                    "commons-codec:commons-codec:jar:sources:1.15",
+                    "commons-logging:commons-logging:jar:sources:1.2",
                     "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8",
                     "org.bouncycastle:bcpkix-jdk15on:jar:sources:1.66",
                     "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
+                    "org.bouncycastle:bcprov-jdk15on:jar:sources:1.66",
                     "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
+                    "org.apache.httpcomponents:httpcore:jar:sources:4.4.4",
                     "org.apache.httpcomponents:httpclient:jar:sources:4.5.2"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/hashicorp/nomad/nomad-sdk/0.7.0/nomad-sdk-0.7.0-sources.jar",
+                "url": "https://jcenter.bintray.com/com/hashicorp/nomad/nomad-sdk/0.7.0/nomad-sdk-0.7.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/hashicorp/nomad/nomad-sdk/0.7.0/nomad-sdk-0.7.0-sources.jar",
                     "https://maven.google.com/com/hashicorp/nomad/nomad-sdk/0.7.0/nomad-sdk-0.7.0-sources.jar",
                     "https://repo1.maven.org/maven2/com/hashicorp/nomad/nomad-sdk/0.7.0/nomad-sdk-0.7.0-sources.jar"
                 ],
-                "sha256": "d99fc9aca500dff6cfc41372c0e8178ad4b99a665fee4653282a2871b1ab001b",
-                "url": "https://jcenter.bintray.com/com/hashicorp/nomad/nomad-sdk/0.7.0/nomad-sdk-0.7.0-sources.jar"
+                "sha256": "d99fc9aca500dff6cfc41372c0e8178ad4b99a665fee4653282a2871b1ab001b"
             },
             {
                 "coord": "com.jayway.jsonpath:json-path:2.1.0",
-                "dependencies": [
-                    "org.slf4j:slf4j-api:1.7.30",
-                    "net.minidev:json-smart:2.2",
-                    "net.minidev:accessors-smart:1.1",
-                    "org.ow2.asm:asm:5.0.4"
-                ],
+                "file": "v1/https/jcenter.bintray.com/com/jayway/jsonpath/json-path/2.1.0/json-path-2.1.0.jar",
                 "directDependencies": [
                     "net.minidev:json-smart:2.2",
                     "org.slf4j:slf4j-api:1.7.30"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/jayway/jsonpath/json-path/2.1.0/json-path-2.1.0.jar",
+                "dependencies": [
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "net.minidev:json-smart:2.2",
+                    "org.ow2.asm:asm:5.0.3",
+                    "net.minidev:accessors-smart:1.1"
+                ],
+                "url": "https://jcenter.bintray.com/com/jayway/jsonpath/json-path/2.1.0/json-path-2.1.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/jayway/jsonpath/json-path/2.1.0/json-path-2.1.0.jar",
                     "https://maven.google.com/com/jayway/jsonpath/json-path/2.1.0/json-path-2.1.0.jar",
                     "https://repo1.maven.org/maven2/com/jayway/jsonpath/json-path/2.1.0/json-path-2.1.0.jar"
                 ],
-                "sha256": "9927c3e3472459e3c48f4a73224a7040dcb877cf96151fb3f19d6479dffccae9",
-                "url": "https://jcenter.bintray.com/com/jayway/jsonpath/json-path/2.1.0/json-path-2.1.0.jar"
+                "sha256": "9927c3e3472459e3c48f4a73224a7040dcb877cf96151fb3f19d6479dffccae9"
             },
             {
                 "coord": "com.jayway.jsonpath:json-path:jar:sources:2.1.0",
-                "dependencies": [
-                    "net.minidev:accessors-smart:jar:sources:1.1",
-                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
-                    "net.minidev:json-smart:jar:sources:2.2",
-                    "org.ow2.asm:asm:jar:sources:5.0.4"
-                ],
+                "file": "v1/https/jcenter.bintray.com/com/jayway/jsonpath/json-path/2.1.0/json-path-2.1.0-sources.jar",
                 "directDependencies": [
                     "net.minidev:json-smart:jar:sources:2.2",
                     "org.slf4j:slf4j-api:jar:sources:1.7.30"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/jayway/jsonpath/json-path/2.1.0/json-path-2.1.0-sources.jar",
+                "dependencies": [
+                    "net.minidev:accessors-smart:jar:sources:1.1",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "org.ow2.asm:asm:jar:sources:5.0.3",
+                    "net.minidev:json-smart:jar:sources:2.2"
+                ],
+                "url": "https://jcenter.bintray.com/com/jayway/jsonpath/json-path/2.1.0/json-path-2.1.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/jayway/jsonpath/json-path/2.1.0/json-path-2.1.0-sources.jar",
                     "https://maven.google.com/com/jayway/jsonpath/json-path/2.1.0/json-path-2.1.0-sources.jar",
                     "https://repo1.maven.org/maven2/com/jayway/jsonpath/json-path/2.1.0/json-path-2.1.0-sources.jar"
                 ],
-                "sha256": "d2a1e6f45866f350d97bc9ef9e6d4dcc6e141f19573b09d1b292c6230e6808f8",
-                "url": "https://jcenter.bintray.com/com/jayway/jsonpath/json-path/2.1.0/json-path-2.1.0-sources.jar"
-            },
-            {
-                "coord": "com.jcraft:jsch:0.1.23",
-                "dependencies": [],
-                "directDependencies": [],
-                "exclusions": [
-                    "plexus:plexus-utils",
-                    "org.codehaus.plexus:plexus-container-default"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/jcraft/jsch/0.1.23/jsch-0.1.23.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/com/jcraft/jsch/0.1.23/jsch-0.1.23.jar",
-                    "https://maven.google.com/com/jcraft/jsch/0.1.23/jsch-0.1.23.jar",
-                    "https://repo1.maven.org/maven2/com/jcraft/jsch/0.1.23/jsch-0.1.23.jar"
-                ],
-                "sha256": "dd93757441e47aef6b6cd55f735821bae64eebaacc3aa808e951b3370e8e972a",
-                "url": "https://jcenter.bintray.com/com/jcraft/jsch/0.1.23/jsch-0.1.23.jar"
+                "sha256": "d2a1e6f45866f350d97bc9ef9e6d4dcc6e141f19573b09d1b292c6230e6808f8"
             },
             {
                 "coord": "com.microsoft.dhalion:dhalion:0.2.3",
+                "file": "v1/https/jcenter.bintray.com/com/microsoft/dhalion/dhalion/0.2.3/dhalion-0.2.3.jar",
+                "directDependencies": [
+                    "com.google.inject:guice:4.0",
+                    "com.google.inject.extensions:guice-assistedinject:4.0",
+                    "org.yaml:snakeyaml:1.15",
+                    "commons-cli:commons-cli:1.3.1",
+                    "tech.tablesaw:tablesaw-core:0.11.4"
+                ],
                 "dependencies": [
                     "com.google.inject:guice:4.0",
+                    "org.checkerframework:checker-compat-qual:2.0.0",
                     "com.google.inject.extensions:guice-assistedinject:4.0",
                     "org.yaml:snakeyaml:1.15",
                     "commons-logging:commons-logging:1.2",
+                    "com.google.code.findbugs:jsr305:3.0.2",
+                    "com.google.guava:guava:23.6-jre",
                     "aopalliance:aopalliance:1.0",
                     "com.google.code.gson:gson:2.8.6",
                     "it.unimi.dsi:fastutil:8.1.1",
+                    "org.codehaus.mojo:animal-sniffer-annotations:1.14",
                     "org.apache.commons:commons-math3:3.6.1",
                     "commons-cli:commons-cli:1.3.1",
                     "tech.tablesaw:tablesaw-core:0.11.4",
-                    "com.google.guava:guava:18.0",
+                    "com.google.j2objc:j2objc-annotations:1.1",
                     "org.apache.commons:commons-text:1.1",
                     "org.apache.commons:commons-lang3:3.11",
+                    "com.google.errorprone:error_prone_annotations:2.1.3",
                     "javax.inject:javax.inject:1",
                     "org.jsoup:jsoup:1.11.2",
                     "commons-beanutils:commons-beanutils:1.9.3",
@@ -1400,38 +1448,43 @@
                     "com.opencsv:opencsv:4.1",
                     "commons-collections:commons-collections:3.2.1"
                 ],
-                "directDependencies": [
-                    "com.google.inject:guice:4.0",
-                    "com.google.inject.extensions:guice-assistedinject:4.0",
-                    "org.yaml:snakeyaml:1.15",
-                    "commons-cli:commons-cli:1.3.1",
-                    "tech.tablesaw:tablesaw-core:0.11.4"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/microsoft/dhalion/dhalion/0.2.3/dhalion-0.2.3.jar",
+                "url": "https://jcenter.bintray.com/com/microsoft/dhalion/dhalion/0.2.3/dhalion-0.2.3.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/microsoft/dhalion/dhalion/0.2.3/dhalion-0.2.3.jar",
                     "https://maven.google.com/com/microsoft/dhalion/dhalion/0.2.3/dhalion-0.2.3.jar",
                     "https://repo1.maven.org/maven2/com/microsoft/dhalion/dhalion/0.2.3/dhalion-0.2.3.jar"
                 ],
-                "sha256": "89c379170708c0304582cdd55fc887980c7f8e8427391d18eb920a1e7fe4d7d1",
-                "url": "https://jcenter.bintray.com/com/microsoft/dhalion/dhalion/0.2.3/dhalion-0.2.3.jar"
+                "sha256": "89c379170708c0304582cdd55fc887980c7f8e8427391d18eb920a1e7fe4d7d1"
             },
             {
                 "coord": "com.microsoft.dhalion:dhalion:jar:sources:0.2.3",
+                "file": "v1/https/jcenter.bintray.com/com/microsoft/dhalion/dhalion/0.2.3/dhalion-0.2.3-sources.jar",
+                "directDependencies": [
+                    "org.yaml:snakeyaml:jar:sources:1.15",
+                    "com.google.inject:guice:jar:sources:4.0",
+                    "tech.tablesaw:tablesaw-core:jar:sources:0.11.4",
+                    "com.google.inject.extensions:guice-assistedinject:jar:sources:4.0",
+                    "commons-cli:commons-cli:jar:sources:1.3.1"
+                ],
                 "dependencies": [
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
                     "com.opencsv:opencsv:jar:sources:4.1",
                     "org.jsoup:jsoup:jar:sources:1.11.2",
                     "org.apache.commons:commons-lang3:jar:sources:3.11",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
                     "org.apache.commons:commons-text:jar:sources:1.1",
+                    "com.google.errorprone:error_prone_annotations:jar:sources:2.1.3",
                     "commons-logging:commons-logging:jar:sources:1.2",
                     "org.roaringbitmap:RoaringBitmap:jar:sources:0.6.51",
+                    "org.checkerframework:checker-compat-qual:jar:sources:2.0.0",
                     "org.yaml:snakeyaml:jar:sources:1.15",
                     "aopalliance:aopalliance:jar:sources:1.0",
+                    "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.14",
                     "com.google.inject:guice:jar:sources:4.0",
                     "it.unimi.dsi:fastutil:jar:sources:8.1.1",
-                    "com.google.guava:guava:jar:sources:18.0",
                     "javax.inject:javax.inject:jar:sources:1",
                     "org.apache.commons:commons-math3:jar:sources:3.6.1",
+                    "com.google.j2objc:j2objc-annotations:jar:sources:1.1",
                     "com.google.code.gson:gson:jar:sources:2.8.6",
                     "commons-collections:commons-collections:jar:sources:3.2.1",
                     "tech.tablesaw:tablesaw-core:jar:sources:0.11.4",
@@ -1440,24 +1493,22 @@
                     "com.google.inject.extensions:guice-assistedinject:jar:sources:4.0",
                     "commons-cli:commons-cli:jar:sources:1.3.1"
                 ],
-                "directDependencies": [
-                    "org.yaml:snakeyaml:jar:sources:1.15",
-                    "com.google.inject:guice:jar:sources:4.0",
-                    "tech.tablesaw:tablesaw-core:jar:sources:0.11.4",
-                    "com.google.inject.extensions:guice-assistedinject:jar:sources:4.0",
-                    "commons-cli:commons-cli:jar:sources:1.3.1"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/microsoft/dhalion/dhalion/0.2.3/dhalion-0.2.3-sources.jar",
+                "url": "https://jcenter.bintray.com/com/microsoft/dhalion/dhalion/0.2.3/dhalion-0.2.3-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/microsoft/dhalion/dhalion/0.2.3/dhalion-0.2.3-sources.jar",
                     "https://maven.google.com/com/microsoft/dhalion/dhalion/0.2.3/dhalion-0.2.3-sources.jar",
                     "https://repo1.maven.org/maven2/com/microsoft/dhalion/dhalion/0.2.3/dhalion-0.2.3-sources.jar"
                 ],
-                "sha256": "8c062f77ee30aa866695ddc1647939f1ba3a1394cd4da03f05a26dfbe50dcb95",
-                "url": "https://jcenter.bintray.com/com/microsoft/dhalion/dhalion/0.2.3/dhalion-0.2.3-sources.jar"
+                "sha256": "8c062f77ee30aa866695ddc1647939f1ba3a1394cd4da03f05a26dfbe50dcb95"
             },
             {
                 "coord": "com.opencsv:opencsv:4.1",
+                "file": "v1/https/jcenter.bintray.com/com/opencsv/opencsv/4.1/opencsv-4.1.jar",
+                "directDependencies": [
+                    "commons-beanutils:commons-beanutils:1.9.3",
+                    "org.apache.commons:commons-lang3:3.11",
+                    "org.apache.commons:commons-text:1.1"
+                ],
                 "dependencies": [
                     "commons-logging:commons-logging:1.2",
                     "org.apache.commons:commons-text:1.1",
@@ -1465,22 +1516,22 @@
                     "commons-beanutils:commons-beanutils:1.9.3",
                     "commons-collections:commons-collections:3.2.1"
                 ],
-                "directDependencies": [
-                    "commons-beanutils:commons-beanutils:1.9.3",
-                    "org.apache.commons:commons-lang3:3.11",
-                    "org.apache.commons:commons-text:1.1"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/opencsv/opencsv/4.1/opencsv-4.1.jar",
+                "url": "https://jcenter.bintray.com/com/opencsv/opencsv/4.1/opencsv-4.1.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/opencsv/opencsv/4.1/opencsv-4.1.jar",
                     "https://maven.google.com/com/opencsv/opencsv/4.1/opencsv-4.1.jar",
                     "https://repo1.maven.org/maven2/com/opencsv/opencsv/4.1/opencsv-4.1.jar"
                 ],
-                "sha256": "68283bf170ce9ca7eb70a390fbb590259455a7f7651b96ce2864eb2dde2bfbbd",
-                "url": "https://jcenter.bintray.com/com/opencsv/opencsv/4.1/opencsv-4.1.jar"
+                "sha256": "68283bf170ce9ca7eb70a390fbb590259455a7f7651b96ce2864eb2dde2bfbbd"
             },
             {
                 "coord": "com.opencsv:opencsv:jar:sources:4.1",
+                "file": "v1/https/jcenter.bintray.com/com/opencsv/opencsv/4.1/opencsv-4.1-sources.jar",
+                "directDependencies": [
+                    "commons-beanutils:commons-beanutils:jar:sources:1.9.3",
+                    "org.apache.commons:commons-lang3:jar:sources:3.11",
+                    "org.apache.commons:commons-text:jar:sources:1.1"
+                ],
                 "dependencies": [
                     "org.apache.commons:commons-lang3:jar:sources:3.11",
                     "org.apache.commons:commons-text:jar:sources:1.1",
@@ -1488,680 +1539,655 @@
                     "commons-collections:commons-collections:jar:sources:3.2.1",
                     "commons-beanutils:commons-beanutils:jar:sources:1.9.3"
                 ],
-                "directDependencies": [
-                    "commons-beanutils:commons-beanutils:jar:sources:1.9.3",
-                    "org.apache.commons:commons-lang3:jar:sources:3.11",
-                    "org.apache.commons:commons-text:jar:sources:1.1"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/opencsv/opencsv/4.1/opencsv-4.1-sources.jar",
+                "url": "https://jcenter.bintray.com/com/opencsv/opencsv/4.1/opencsv-4.1-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/opencsv/opencsv/4.1/opencsv-4.1-sources.jar",
                     "https://maven.google.com/com/opencsv/opencsv/4.1/opencsv-4.1-sources.jar",
                     "https://repo1.maven.org/maven2/com/opencsv/opencsv/4.1/opencsv-4.1-sources.jar"
                 ],
-                "sha256": "40d9c01e92831e004650380ba19e881c2faa5ecd96076986ea52b3ecf830b2f6",
-                "url": "https://jcenter.bintray.com/com/opencsv/opencsv/4.1/opencsv-4.1-sources.jar"
+                "sha256": "40d9c01e92831e004650380ba19e881c2faa5ecd96076986ea52b3ecf830b2f6"
             },
             {
                 "coord": "com.puppycrawl.tools:checkstyle:6.17",
-                "dependencies": [
-                    "commons-logging:commons-logging:1.2",
+                "file": "v1/https/jcenter.bintray.com/com/puppycrawl/tools/checkstyle/6.17/checkstyle-6.17.jar",
+                "directDependencies": [
                     "org.antlr:antlr4-runtime:4.5.2-1",
+                    "com.google.guava:guava:23.6-jre",
                     "antlr:antlr:2.7.7",
                     "commons-cli:commons-cli:1.3.1",
-                    "com.google.guava:guava:18.0",
-                    "commons-beanutils:commons-beanutils:1.9.3",
-                    "commons-collections:commons-collections:3.2.1"
+                    "commons-beanutils:commons-beanutils:1.9.3"
                 ],
-                "directDependencies": [
+                "dependencies": [
+                    "org.checkerframework:checker-compat-qual:2.0.0",
+                    "commons-logging:commons-logging:1.2",
+                    "com.google.code.findbugs:jsr305:3.0.2",
                     "org.antlr:antlr4-runtime:4.5.2-1",
+                    "com.google.guava:guava:23.6-jre",
                     "antlr:antlr:2.7.7",
+                    "org.codehaus.mojo:animal-sniffer-annotations:1.14",
                     "commons-cli:commons-cli:1.3.1",
-                    "com.google.guava:guava:18.0",
-                    "commons-beanutils:commons-beanutils:1.9.3"
+                    "com.google.j2objc:j2objc-annotations:1.1",
+                    "com.google.errorprone:error_prone_annotations:2.1.3",
+                    "commons-beanutils:commons-beanutils:1.9.3",
+                    "commons-collections:commons-collections:3.2.1"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/puppycrawl/tools/checkstyle/6.17/checkstyle-6.17.jar",
+                "url": "https://jcenter.bintray.com/com/puppycrawl/tools/checkstyle/6.17/checkstyle-6.17.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/puppycrawl/tools/checkstyle/6.17/checkstyle-6.17.jar",
                     "https://maven.google.com/com/puppycrawl/tools/checkstyle/6.17/checkstyle-6.17.jar",
                     "https://repo1.maven.org/maven2/com/puppycrawl/tools/checkstyle/6.17/checkstyle-6.17.jar"
                 ],
-                "sha256": "61a8b52d03a5b163d0983cdc4b03396a92ea7f8dc8c007dda30f4db673e9e60c",
-                "url": "https://jcenter.bintray.com/com/puppycrawl/tools/checkstyle/6.17/checkstyle-6.17.jar"
+                "sha256": "61a8b52d03a5b163d0983cdc4b03396a92ea7f8dc8c007dda30f4db673e9e60c"
             },
             {
                 "coord": "com.puppycrawl.tools:checkstyle:jar:sources:6.17",
-                "dependencies": [
-                    "commons-logging:commons-logging:jar:sources:1.2",
-                    "com.google.guava:guava:jar:sources:18.0",
-                    "commons-collections:commons-collections:jar:sources:3.2.1",
+                "file": "v1/https/jcenter.bintray.com/com/puppycrawl/tools/checkstyle/6.17/checkstyle-6.17-sources.jar",
+                "directDependencies": [
+                    "com.google.guava:guava:jar:sources:23.6-jre",
                     "org.antlr:antlr4-runtime:jar:sources:4.5.2-1",
                     "antlr:antlr:jar:sources:2.7.7",
                     "commons-beanutils:commons-beanutils:jar:sources:1.9.3",
                     "commons-cli:commons-cli:jar:sources:1.3.1"
                 ],
-                "directDependencies": [
-                    "com.google.guava:guava:jar:sources:18.0",
+                "dependencies": [
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "com.google.errorprone:error_prone_annotations:jar:sources:2.1.3",
+                    "commons-logging:commons-logging:jar:sources:1.2",
+                    "org.checkerframework:checker-compat-qual:jar:sources:2.0.0",
+                    "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.14",
+                    "com.google.j2objc:j2objc-annotations:jar:sources:1.1",
+                    "commons-collections:commons-collections:jar:sources:3.2.1",
                     "org.antlr:antlr4-runtime:jar:sources:4.5.2-1",
                     "antlr:antlr:jar:sources:2.7.7",
                     "commons-beanutils:commons-beanutils:jar:sources:1.9.3",
                     "commons-cli:commons-cli:jar:sources:1.3.1"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/puppycrawl/tools/checkstyle/6.17/checkstyle-6.17-sources.jar",
+                "url": "https://jcenter.bintray.com/com/puppycrawl/tools/checkstyle/6.17/checkstyle-6.17-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/puppycrawl/tools/checkstyle/6.17/checkstyle-6.17-sources.jar",
                     "https://maven.google.com/com/puppycrawl/tools/checkstyle/6.17/checkstyle-6.17-sources.jar",
                     "https://repo1.maven.org/maven2/com/puppycrawl/tools/checkstyle/6.17/checkstyle-6.17-sources.jar"
                 ],
-                "sha256": "8cea4d0cab18e19502f91d07bb572f9776f86539445117dc790aa86774b399e7",
-                "url": "https://jcenter.bintray.com/com/puppycrawl/tools/checkstyle/6.17/checkstyle-6.17-sources.jar"
+                "sha256": "8cea4d0cab18e19502f91d07bb572f9776f86539445117dc790aa86774b399e7"
             },
             {
                 "coord": "com.squareup.okhttp3:logging-interceptor:3.14.9",
+                "file": "v1/https/jcenter.bintray.com/com/squareup/okhttp3/logging-interceptor/3.14.9/logging-interceptor-3.14.9.jar",
+                "directDependencies": [
+                    "com.squareup.okhttp3:okhttp:3.14.9"
+                ],
                 "dependencies": [
                     "com.squareup.okhttp3:okhttp:3.14.9",
                     "com.squareup.okio:okio:1.17.2"
                 ],
-                "directDependencies": [
-                    "com.squareup.okhttp3:okhttp:3.14.9"
-                ],
-                "file": "v1/https/jcenter.bintray.com/com/squareup/okhttp3/logging-interceptor/3.14.9/logging-interceptor-3.14.9.jar",
+                "url": "https://jcenter.bintray.com/com/squareup/okhttp3/logging-interceptor/3.14.9/logging-interceptor-3.14.9.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/squareup/okhttp3/logging-interceptor/3.14.9/logging-interceptor-3.14.9.jar",
                     "https://maven.google.com/com/squareup/okhttp3/logging-interceptor/3.14.9/logging-interceptor-3.14.9.jar",
                     "https://repo1.maven.org/maven2/com/squareup/okhttp3/logging-interceptor/3.14.9/logging-interceptor-3.14.9.jar"
                 ],
-                "sha256": "68346e3613fcdb572427e2ed6b826582b174db3e20f84f485bc56f3923e2d4c5",
-                "url": "https://jcenter.bintray.com/com/squareup/okhttp3/logging-interceptor/3.14.9/logging-interceptor-3.14.9.jar"
+                "sha256": "68346e3613fcdb572427e2ed6b826582b174db3e20f84f485bc56f3923e2d4c5"
             },
             {
                 "coord": "com.squareup.okhttp3:logging-interceptor:jar:sources:3.14.9",
-                "dependencies": [
-                    "com.squareup.okio:okio:jar:sources:1.17.2",
+                "file": "v1/https/jcenter.bintray.com/com/squareup/okhttp3/logging-interceptor/3.14.9/logging-interceptor-3.14.9-sources.jar",
+                "directDependencies": [
                     "com.squareup.okhttp3:okhttp:jar:sources:3.14.9"
                 ],
-                "directDependencies": [
+                "dependencies": [
+                    "com.squareup.okio:okio:jar:sources:1.17.2",
                     "com.squareup.okhttp3:okhttp:jar:sources:3.14.9"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/squareup/okhttp3/logging-interceptor/3.14.9/logging-interceptor-3.14.9-sources.jar",
+                "url": "https://jcenter.bintray.com/com/squareup/okhttp3/logging-interceptor/3.14.9/logging-interceptor-3.14.9-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/squareup/okhttp3/logging-interceptor/3.14.9/logging-interceptor-3.14.9-sources.jar",
                     "https://maven.google.com/com/squareup/okhttp3/logging-interceptor/3.14.9/logging-interceptor-3.14.9-sources.jar",
                     "https://repo1.maven.org/maven2/com/squareup/okhttp3/logging-interceptor/3.14.9/logging-interceptor-3.14.9-sources.jar"
                 ],
-                "sha256": "cca459b0a552788e0c3eaa9b3bd782798a9f49fcdc13ec6265519848f62e0202",
-                "url": "https://jcenter.bintray.com/com/squareup/okhttp3/logging-interceptor/3.14.9/logging-interceptor-3.14.9-sources.jar"
+                "sha256": "cca459b0a552788e0c3eaa9b3bd782798a9f49fcdc13ec6265519848f62e0202"
             },
             {
                 "coord": "com.squareup.okhttp3:okhttp:3.14.9",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9.jar",
+                "directDependencies": [
                     "com.squareup.okio:okio:1.17.2"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "com.squareup.okio:okio:1.17.2"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9.jar",
+                "url": "https://jcenter.bintray.com/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9.jar",
                     "https://maven.google.com/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9.jar",
                     "https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9.jar"
                 ],
-                "sha256": "2570fab55515cbf881d7a4ceef49fc515490bc027057e666776a2832465aeca0",
-                "url": "https://jcenter.bintray.com/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9.jar"
+                "sha256": "2570fab55515cbf881d7a4ceef49fc515490bc027057e666776a2832465aeca0"
             },
             {
                 "coord": "com.squareup.okhttp3:okhttp:jar:sources:3.14.9",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9-sources.jar",
+                "directDependencies": [
                     "com.squareup.okio:okio:jar:sources:1.17.2"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "com.squareup.okio:okio:jar:sources:1.17.2"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9-sources.jar",
+                "url": "https://jcenter.bintray.com/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9-sources.jar",
                     "https://maven.google.com/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9-sources.jar",
                     "https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9-sources.jar"
                 ],
-                "sha256": "3988a386b12f047c293072e77b7cf7aa9b36bc1dc3f1e6bd53f58eb5b9e41063",
-                "url": "https://jcenter.bintray.com/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9-sources.jar"
+                "sha256": "3988a386b12f047c293072e77b7cf7aa9b36bc1dc3f1e6bd53f58eb5b9e41063"
             },
             {
                 "coord": "com.squareup.okio:okio:1.17.2",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/squareup/okio/okio/1.17.2/okio-1.17.2.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/squareup/okio/okio/1.17.2/okio-1.17.2.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/squareup/okio/okio/1.17.2/okio-1.17.2.jar",
                     "https://maven.google.com/com/squareup/okio/okio/1.17.2/okio-1.17.2.jar",
                     "https://repo1.maven.org/maven2/com/squareup/okio/okio/1.17.2/okio-1.17.2.jar"
                 ],
-                "sha256": "f80ce42d2ffac47ad4c47e1d6f980d604d247ceb1a886705cf4581ab0c9fe2b8",
-                "url": "https://jcenter.bintray.com/com/squareup/okio/okio/1.17.2/okio-1.17.2.jar"
+                "sha256": "f80ce42d2ffac47ad4c47e1d6f980d604d247ceb1a886705cf4581ab0c9fe2b8"
             },
             {
                 "coord": "com.squareup.okio:okio:jar:sources:1.17.2",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/squareup/okio/okio/1.17.2/okio-1.17.2-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/squareup/okio/okio/1.17.2/okio-1.17.2-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/squareup/okio/okio/1.17.2/okio-1.17.2-sources.jar",
                     "https://maven.google.com/com/squareup/okio/okio/1.17.2/okio-1.17.2-sources.jar",
                     "https://repo1.maven.org/maven2/com/squareup/okio/okio/1.17.2/okio-1.17.2-sources.jar"
                 ],
-                "sha256": "f96949004bdc5951c27256b96c33667d3dbd5369c467a8fa0d4157dba98b4252",
-                "url": "https://jcenter.bintray.com/com/squareup/okio/okio/1.17.2/okio-1.17.2-sources.jar"
+                "sha256": "f96949004bdc5951c27256b96c33667d3dbd5369c467a8fa0d4157dba98b4252"
             },
             {
                 "coord": "com.thoughtworks.paranamer:paranamer:2.3",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar",
                     "https://maven.google.com/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar",
                     "https://repo1.maven.org/maven2/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar"
                 ],
-                "sha256": "e93f50ae4d0de11080677f44ab268691266fed2b3ff7bc6fd97636febae7d8fe",
-                "url": "https://jcenter.bintray.com/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar"
+                "sha256": "e93f50ae4d0de11080677f44ab268691266fed2b3ff7bc6fd97636febae7d8fe"
             },
             {
                 "coord": "com.thoughtworks.paranamer:paranamer:jar:sources:2.3",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3-sources.jar",
                     "https://maven.google.com/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3-sources.jar",
                     "https://repo1.maven.org/maven2/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3-sources.jar"
                 ],
-                "sha256": "5691dc48d5f9a37303c7fd0d13fc3984edb4700030a498211924e5fb44d54ce2",
-                "url": "https://jcenter.bintray.com/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3-sources.jar"
+                "sha256": "5691dc48d5f9a37303c7fd0d13fc3984edb4700030a498211924e5fb44d54ce2"
             },
             {
                 "coord": "com.typesafe.netty:netty-reactive-streams:1.0.8",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/com/typesafe/netty/netty-reactive-streams/1.0.8/netty-reactive-streams-1.0.8.jar",
+                "directDependencies": [
                     "org.reactivestreams:reactive-streams:1.0.0"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "org.reactivestreams:reactive-streams:1.0.0"
                 ],
                 "exclusions": [
                     "io.netty:*"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/typesafe/netty/netty-reactive-streams/1.0.8/netty-reactive-streams-1.0.8.jar",
+                "url": "https://jcenter.bintray.com/com/typesafe/netty/netty-reactive-streams/1.0.8/netty-reactive-streams-1.0.8.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/typesafe/netty/netty-reactive-streams/1.0.8/netty-reactive-streams-1.0.8.jar",
                     "https://maven.google.com/com/typesafe/netty/netty-reactive-streams/1.0.8/netty-reactive-streams-1.0.8.jar",
                     "https://repo1.maven.org/maven2/com/typesafe/netty/netty-reactive-streams/1.0.8/netty-reactive-streams-1.0.8.jar"
                 ],
-                "sha256": "a368c024079971086d83c89ff7fbd6a028e6a8185faafd6ab8339e760f0f7aa2",
-                "url": "https://jcenter.bintray.com/com/typesafe/netty/netty-reactive-streams/1.0.8/netty-reactive-streams-1.0.8.jar"
+                "sha256": "a368c024079971086d83c89ff7fbd6a028e6a8185faafd6ab8339e760f0f7aa2"
             },
             {
                 "coord": "com.typesafe.netty:netty-reactive-streams:jar:sources:1.0.8",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/com/typesafe/netty/netty-reactive-streams/1.0.8/netty-reactive-streams-1.0.8-sources.jar",
+                "directDependencies": [
                     "org.reactivestreams:reactive-streams:jar:sources:1.0.0"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "org.reactivestreams:reactive-streams:jar:sources:1.0.0"
                 ],
                 "exclusions": [
                     "io.netty:*"
                 ],
-                "file": "v1/https/jcenter.bintray.com/com/typesafe/netty/netty-reactive-streams/1.0.8/netty-reactive-streams-1.0.8-sources.jar",
+                "url": "https://jcenter.bintray.com/com/typesafe/netty/netty-reactive-streams/1.0.8/netty-reactive-streams-1.0.8-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/typesafe/netty/netty-reactive-streams/1.0.8/netty-reactive-streams-1.0.8-sources.jar",
                     "https://maven.google.com/com/typesafe/netty/netty-reactive-streams/1.0.8/netty-reactive-streams-1.0.8-sources.jar",
                     "https://repo1.maven.org/maven2/com/typesafe/netty/netty-reactive-streams/1.0.8/netty-reactive-streams-1.0.8-sources.jar"
                 ],
-                "sha256": "640fd613fa17a20203d03a8d58b98a8069aef8b4930a821166b1a9857e12e3d9",
-                "url": "https://jcenter.bintray.com/com/typesafe/netty/netty-reactive-streams/1.0.8/netty-reactive-streams-1.0.8-sources.jar"
+                "sha256": "640fd613fa17a20203d03a8d58b98a8069aef8b4930a821166b1a9857e12e3d9"
             },
             {
                 "coord": "com.yahoo.datasketches:sketches-core:0.6.0",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/yahoo/datasketches/sketches-core/0.6.0/sketches-core-0.6.0.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/yahoo/datasketches/sketches-core/0.6.0/sketches-core-0.6.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/yahoo/datasketches/sketches-core/0.6.0/sketches-core-0.6.0.jar",
                     "https://maven.google.com/com/yahoo/datasketches/sketches-core/0.6.0/sketches-core-0.6.0.jar",
                     "https://repo1.maven.org/maven2/com/yahoo/datasketches/sketches-core/0.6.0/sketches-core-0.6.0.jar"
                 ],
-                "sha256": "1c24ff2aeb54934d7f45d2c126e40cffe675b4357882bb9134c3c0190fcd51c3",
-                "url": "https://jcenter.bintray.com/com/yahoo/datasketches/sketches-core/0.6.0/sketches-core-0.6.0.jar"
+                "sha256": "1c24ff2aeb54934d7f45d2c126e40cffe675b4357882bb9134c3c0190fcd51c3"
             },
             {
                 "coord": "com.yahoo.datasketches:sketches-core:jar:sources:0.6.0",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/com/yahoo/datasketches/sketches-core/0.6.0/sketches-core-0.6.0-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/com/yahoo/datasketches/sketches-core/0.6.0/sketches-core-0.6.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/com/yahoo/datasketches/sketches-core/0.6.0/sketches-core-0.6.0-sources.jar",
                     "https://maven.google.com/com/yahoo/datasketches/sketches-core/0.6.0/sketches-core-0.6.0-sources.jar",
                     "https://repo1.maven.org/maven2/com/yahoo/datasketches/sketches-core/0.6.0/sketches-core-0.6.0-sources.jar"
                 ],
-                "sha256": "0778d928d72834ff992502cfa6f6c14d594baa95bf1259185c4e08f3bf425c26",
-                "url": "https://jcenter.bintray.com/com/yahoo/datasketches/sketches-core/0.6.0/sketches-core-0.6.0-sources.jar"
+                "sha256": "0778d928d72834ff992502cfa6f6c14d594baa95bf1259185c4e08f3bf425c26"
             },
             {
                 "coord": "commons-beanutils:commons-beanutils:1.9.3",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar",
+                "directDependencies": [
                     "commons-collections:commons-collections:3.2.1",
                     "commons-logging:commons-logging:1.2"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "commons-collections:commons-collections:3.2.1",
                     "commons-logging:commons-logging:1.2"
                 ],
-                "file": "v1/https/jcenter.bintray.com/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar",
+                "url": "https://jcenter.bintray.com/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar",
                     "https://maven.google.com/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar",
                     "https://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar"
                 ],
-                "sha256": "c058e39c7c64203d3a448f3adb588cb03d6378ed808485618f26e137f29dae73",
-                "url": "https://jcenter.bintray.com/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar"
+                "sha256": "c058e39c7c64203d3a448f3adb588cb03d6378ed808485618f26e137f29dae73"
             },
             {
                 "coord": "commons-beanutils:commons-beanutils:jar:sources:1.9.3",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3-sources.jar",
+                "directDependencies": [
                     "commons-collections:commons-collections:jar:sources:3.2.1",
                     "commons-logging:commons-logging:jar:sources:1.2"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "commons-collections:commons-collections:jar:sources:3.2.1",
                     "commons-logging:commons-logging:jar:sources:1.2"
                 ],
-                "file": "v1/https/jcenter.bintray.com/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3-sources.jar",
+                "url": "https://jcenter.bintray.com/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3-sources.jar",
                     "https://maven.google.com/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3-sources.jar",
                     "https://repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3-sources.jar"
                 ],
-                "sha256": "3315f25f3793c1bb2577b2d956f58f852c7386c73aff4dea450e419a80b00a41",
-                "url": "https://jcenter.bintray.com/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3-sources.jar"
+                "sha256": "3315f25f3793c1bb2577b2d956f58f852c7386c73aff4dea450e419a80b00a41"
             },
             {
                 "coord": "commons-cli:commons-cli:1.3.1",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar",
                     "https://maven.google.com/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar",
                     "https://repo1.maven.org/maven2/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar"
                 ],
-                "sha256": "3a2f057041aa6a8813f5b59b695f726c5e85014a703d208d7e1689098e92d8c0",
-                "url": "https://jcenter.bintray.com/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar"
+                "sha256": "3a2f057041aa6a8813f5b59b695f726c5e85014a703d208d7e1689098e92d8c0"
             },
             {
                 "coord": "commons-cli:commons-cli:jar:sources:1.3.1",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1-sources.jar",
                     "https://maven.google.com/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1-sources.jar",
                     "https://repo1.maven.org/maven2/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1-sources.jar"
                 ],
-                "sha256": "b440fdddb4c82001c6c1ed4d89d5cc1eee7dd21049b00ae3722f14ffd4bdf6cc",
-                "url": "https://jcenter.bintray.com/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1-sources.jar"
+                "sha256": "b440fdddb4c82001c6c1ed4d89d5cc1eee7dd21049b00ae3722f14ffd4bdf6cc"
             },
             {
                 "coord": "commons-codec:commons-codec:1.15",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/commons-codec/commons-codec/1.15/commons-codec-1.15.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/commons-codec/commons-codec/1.15/commons-codec-1.15.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-codec/commons-codec/1.15/commons-codec-1.15.jar",
                     "https://maven.google.com/commons-codec/commons-codec/1.15/commons-codec-1.15.jar",
                     "https://repo1.maven.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar"
                 ],
-                "sha256": "b3e9f6d63a790109bf0d056611fbed1cf69055826defeb9894a71369d246ed63",
-                "url": "https://jcenter.bintray.com/commons-codec/commons-codec/1.15/commons-codec-1.15.jar"
+                "sha256": "b3e9f6d63a790109bf0d056611fbed1cf69055826defeb9894a71369d246ed63"
             },
             {
                 "coord": "commons-codec:commons-codec:jar:sources:1.15",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/commons-codec/commons-codec/1.15/commons-codec-1.15-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/commons-codec/commons-codec/1.15/commons-codec-1.15-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-codec/commons-codec/1.15/commons-codec-1.15-sources.jar",
                     "https://maven.google.com/commons-codec/commons-codec/1.15/commons-codec-1.15-sources.jar",
                     "https://repo1.maven.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15-sources.jar"
                 ],
-                "sha256": "7019940b2298d333edb946e2db3d10f1caacbbd52bb64e85832cfd0017e049cc",
-                "url": "https://jcenter.bintray.com/commons-codec/commons-codec/1.15/commons-codec-1.15-sources.jar"
+                "sha256": "7019940b2298d333edb946e2db3d10f1caacbbd52bb64e85832cfd0017e049cc"
             },
             {
                 "coord": "commons-collections:commons-collections:3.2.1",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar",
                     "https://maven.google.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar",
                     "https://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar"
                 ],
-                "sha256": "87363a4c94eaabeefd8b930cb059f66b64c9f7d632862f23de3012da7660047b",
-                "url": "https://jcenter.bintray.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar"
+                "sha256": "87363a4c94eaabeefd8b930cb059f66b64c9f7d632862f23de3012da7660047b"
             },
             {
                 "coord": "commons-collections:commons-collections:jar:sources:3.2.1",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1-sources.jar",
                     "https://maven.google.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1-sources.jar",
                     "https://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1-sources.jar"
                 ],
-                "sha256": "5bd4cfb6db784c74d344fd6c39801763e0bf5d553ae1e06d5357673f63883cec",
-                "url": "https://jcenter.bintray.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1-sources.jar"
+                "sha256": "5bd4cfb6db784c74d344fd6c39801763e0bf5d553ae1e06d5357673f63883cec"
             },
             {
                 "coord": "commons-configuration:commons-configuration:1.10",
-                "dependencies": [
-                    "commons-logging:commons-logging:1.2",
-                    "commons-lang:commons-lang:2.6"
-                ],
+                "file": "v1/https/jcenter.bintray.com/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar",
                 "directDependencies": [
                     "commons-lang:commons-lang:2.6",
                     "commons-logging:commons-logging:1.2"
                 ],
-                "file": "v1/https/jcenter.bintray.com/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar",
+                "dependencies": [
+                    "commons-logging:commons-logging:1.2",
+                    "commons-lang:commons-lang:2.6"
+                ],
+                "url": "https://jcenter.bintray.com/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar",
                     "https://maven.google.com/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar",
                     "https://repo1.maven.org/maven2/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar"
                 ],
-                "sha256": "95d4e6711e88ce78992c82c25bc03c8df9ecf5a357f0de0bec72a26db3399374",
-                "url": "https://jcenter.bintray.com/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar"
+                "sha256": "95d4e6711e88ce78992c82c25bc03c8df9ecf5a357f0de0bec72a26db3399374"
             },
             {
                 "coord": "commons-configuration:commons-configuration:jar:sources:1.10",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/commons-configuration/commons-configuration/1.10/commons-configuration-1.10-sources.jar",
+                "directDependencies": [
                     "commons-lang:commons-lang:jar:sources:2.6",
                     "commons-logging:commons-logging:jar:sources:1.2"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "commons-lang:commons-lang:jar:sources:2.6",
                     "commons-logging:commons-logging:jar:sources:1.2"
                 ],
-                "file": "v1/https/jcenter.bintray.com/commons-configuration/commons-configuration/1.10/commons-configuration-1.10-sources.jar",
+                "url": "https://jcenter.bintray.com/commons-configuration/commons-configuration/1.10/commons-configuration-1.10-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-configuration/commons-configuration/1.10/commons-configuration-1.10-sources.jar",
                     "https://maven.google.com/commons-configuration/commons-configuration/1.10/commons-configuration-1.10-sources.jar",
                     "https://repo1.maven.org/maven2/commons-configuration/commons-configuration/1.10/commons-configuration-1.10-sources.jar"
                 ],
-                "sha256": "0dde29a828f51e142d8392b20e4d69edd7d55ba5ea05a288e4ddc2222ecf5ced",
-                "url": "https://jcenter.bintray.com/commons-configuration/commons-configuration/1.10/commons-configuration-1.10-sources.jar"
+                "sha256": "0dde29a828f51e142d8392b20e4d69edd7d55ba5ea05a288e4ddc2222ecf5ced"
             },
             {
                 "coord": "commons-el:commons-el:1.0",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/commons-el/commons-el/1.0/commons-el-1.0.jar",
+                "directDependencies": [
                     "commons-logging:commons-logging:1.2"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "commons-logging:commons-logging:1.2"
                 ],
-                "file": "v1/https/jcenter.bintray.com/commons-el/commons-el/1.0/commons-el-1.0.jar",
+                "url": "https://jcenter.bintray.com/commons-el/commons-el/1.0/commons-el-1.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-el/commons-el/1.0/commons-el-1.0.jar",
                     "https://maven.google.com/commons-el/commons-el/1.0/commons-el-1.0.jar",
                     "https://repo1.maven.org/maven2/commons-el/commons-el/1.0/commons-el-1.0.jar"
                 ],
-                "sha256": "0d67550ec0022b653453c759f063a643c2fe64bc48faa8b25f95a220e2a282e2",
-                "url": "https://jcenter.bintray.com/commons-el/commons-el/1.0/commons-el-1.0.jar"
+                "sha256": "0d67550ec0022b653453c759f063a643c2fe64bc48faa8b25f95a220e2a282e2"
             },
             {
                 "coord": "commons-el:commons-el:jar:sources:1.0",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/commons-el/commons-el/1.0/commons-el-1.0-sources.jar",
+                "directDependencies": [
                     "commons-logging:commons-logging:jar:sources:1.2"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "commons-logging:commons-logging:jar:sources:1.2"
                 ],
-                "file": "v1/https/jcenter.bintray.com/commons-el/commons-el/1.0/commons-el-1.0-sources.jar",
+                "url": "https://jcenter.bintray.com/commons-el/commons-el/1.0/commons-el-1.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-el/commons-el/1.0/commons-el-1.0-sources.jar",
                     "https://maven.google.com/commons-el/commons-el/1.0/commons-el-1.0-sources.jar",
                     "https://repo1.maven.org/maven2/commons-el/commons-el/1.0/commons-el-1.0-sources.jar"
                 ],
-                "sha256": "2c6617fa865c60894c0f28e2f621a322eec518fd201f9206ec7a07fb0c3421ca",
-                "url": "https://jcenter.bintray.com/commons-el/commons-el/1.0/commons-el-1.0-sources.jar"
+                "sha256": "2c6617fa865c60894c0f28e2f621a322eec518fd201f9206ec7a07fb0c3421ca"
             },
             {
                 "coord": "commons-httpclient:commons-httpclient:3.1",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar",
+                "directDependencies": [
                     "commons-codec:commons-codec:1.15",
                     "commons-logging:commons-logging:1.2"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "commons-codec:commons-codec:1.15",
                     "commons-logging:commons-logging:1.2"
                 ],
-                "file": "v1/https/jcenter.bintray.com/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar",
+                "url": "https://jcenter.bintray.com/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar",
                     "https://maven.google.com/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar",
                     "https://repo1.maven.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar"
                 ],
-                "sha256": "dbd4953d013e10e7c1cc3701a3e6ccd8c950c892f08d804fabfac21705930443",
-                "url": "https://jcenter.bintray.com/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar"
+                "sha256": "dbd4953d013e10e7c1cc3701a3e6ccd8c950c892f08d804fabfac21705930443"
             },
             {
                 "coord": "commons-httpclient:commons-httpclient:jar:sources:3.1",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1-sources.jar",
+                "directDependencies": [
                     "commons-codec:commons-codec:jar:sources:1.15",
                     "commons-logging:commons-logging:jar:sources:1.2"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "commons-codec:commons-codec:jar:sources:1.15",
                     "commons-logging:commons-logging:jar:sources:1.2"
                 ],
-                "file": "v1/https/jcenter.bintray.com/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1-sources.jar",
+                "url": "https://jcenter.bintray.com/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1-sources.jar",
                     "https://maven.google.com/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1-sources.jar",
                     "https://repo1.maven.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1-sources.jar"
                 ],
-                "sha256": "d1664b998624bf8f7544aaf4d0145277901842ef91b291c13133f01cb6adcc15",
-                "url": "https://jcenter.bintray.com/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1-sources.jar"
+                "sha256": "d1664b998624bf8f7544aaf4d0145277901842ef91b291c13133f01cb6adcc15"
             },
             {
                 "coord": "commons-io:commons-io:2.4",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4.jar",
                     "https://maven.google.com/commons-io/commons-io/2.4/commons-io-2.4.jar",
                     "https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar"
                 ],
-                "sha256": "cc6a41dc3eaacc9e440a6bd0d2890b20d36b4ee408fe2d67122f328bb6e01581",
-                "url": "https://jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4.jar"
+                "sha256": "cc6a41dc3eaacc9e440a6bd0d2890b20d36b4ee408fe2d67122f328bb6e01581"
             },
             {
                 "coord": "commons-io:commons-io:jar:sources:2.4",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4-sources.jar",
                     "https://maven.google.com/commons-io/commons-io/2.4/commons-io-2.4-sources.jar",
                     "https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4-sources.jar"
                 ],
-                "sha256": "d4635b348bbbf3f166d972b052bc4cac5b326c133beed7b8a1cab7ea22b61e01",
-                "url": "https://jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4-sources.jar"
+                "sha256": "d4635b348bbbf3f166d972b052bc4cac5b326c133beed7b8a1cab7ea22b61e01"
             },
             {
                 "coord": "commons-lang:commons-lang:2.6",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/commons-lang/commons-lang/2.6/commons-lang-2.6.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/commons-lang/commons-lang/2.6/commons-lang-2.6.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-lang/commons-lang/2.6/commons-lang-2.6.jar",
                     "https://maven.google.com/commons-lang/commons-lang/2.6/commons-lang-2.6.jar",
                     "https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar"
                 ],
-                "sha256": "50f11b09f877c294d56f24463f47d28f929cf5044f648661c0f0cfbae9a2f49c",
-                "url": "https://jcenter.bintray.com/commons-lang/commons-lang/2.6/commons-lang-2.6.jar"
+                "sha256": "50f11b09f877c294d56f24463f47d28f929cf5044f648661c0f0cfbae9a2f49c"
             },
             {
                 "coord": "commons-lang:commons-lang:jar:sources:2.6",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar",
                     "https://maven.google.com/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar",
                     "https://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar"
                 ],
-                "sha256": "66c2760945cec226f26286ddf3f6ffe38544c4a69aade89700a9a689c9b92380",
-                "url": "https://jcenter.bintray.com/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar"
-            },
-            {
-                "coord": "commons-logging:commons-logging-api:1.1",
-                "dependencies": [],
-                "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar",
-                    "https://maven.google.com/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar",
-                    "https://repo1.maven.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar"
-                ],
-                "sha256": "33a4dd47bb4764e4eb3692d86386d17a0d9827f4f4bb0f70121efab6bc03ba35",
-                "url": "https://jcenter.bintray.com/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar"
+                "sha256": "66c2760945cec226f26286ddf3f6ffe38544c4a69aade89700a9a689c9b92380"
             },
             {
                 "coord": "commons-logging:commons-logging:1.2",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/commons-logging/commons-logging/1.2/commons-logging-1.2.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/commons-logging/commons-logging/1.2/commons-logging-1.2.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-logging/commons-logging/1.2/commons-logging-1.2.jar",
                     "https://maven.google.com/commons-logging/commons-logging/1.2/commons-logging-1.2.jar",
                     "https://repo1.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar"
                 ],
-                "sha256": "daddea1ea0be0f56978ab3006b8ac92834afeefbd9b7e4e6316fca57df0fa636",
-                "url": "https://jcenter.bintray.com/commons-logging/commons-logging/1.2/commons-logging-1.2.jar"
+                "sha256": "daddea1ea0be0f56978ab3006b8ac92834afeefbd9b7e4e6316fca57df0fa636"
             },
             {
                 "coord": "commons-logging:commons-logging:jar:sources:1.2",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar",
                     "https://maven.google.com/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar",
                     "https://repo1.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar"
                 ],
-                "sha256": "44347acfe5860461728e9cb33251e97345be36f8a0dfd5c5130c172559455f41",
-                "url": "https://jcenter.bintray.com/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar"
+                "sha256": "44347acfe5860461728e9cb33251e97345be36f8a0dfd5c5130c172559455f41"
             },
             {
                 "coord": "commons-net:commons-net:1.4.1",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/commons-net/commons-net/1.4.1/commons-net-1.4.1.jar",
+                "directDependencies": [
                     "oro:oro:2.0.8"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "oro:oro:2.0.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/commons-net/commons-net/1.4.1/commons-net-1.4.1.jar",
+                "url": "https://jcenter.bintray.com/commons-net/commons-net/1.4.1/commons-net-1.4.1.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-net/commons-net/1.4.1/commons-net-1.4.1.jar",
                     "https://maven.google.com/commons-net/commons-net/1.4.1/commons-net-1.4.1.jar",
                     "https://repo1.maven.org/maven2/commons-net/commons-net/1.4.1/commons-net-1.4.1.jar"
                 ],
-                "sha256": "05a3611dedf90d0ab3e8ed83dec4ee49200148c09425437eb9348562fde7d83c",
-                "url": "https://jcenter.bintray.com/commons-net/commons-net/1.4.1/commons-net-1.4.1.jar"
+                "sha256": "05a3611dedf90d0ab3e8ed83dec4ee49200148c09425437eb9348562fde7d83c"
             },
             {
                 "coord": "commons-net:commons-net:jar:sources:1.4.1",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/commons-net/commons-net/1.4.1/commons-net-1.4.1-sources.jar",
+                "directDependencies": [
                     "oro:oro:jar:sources:2.0.8"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "oro:oro:jar:sources:2.0.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/commons-net/commons-net/1.4.1/commons-net-1.4.1-sources.jar",
+                "url": "https://jcenter.bintray.com/commons-net/commons-net/1.4.1/commons-net-1.4.1-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/commons-net/commons-net/1.4.1/commons-net-1.4.1-sources.jar",
                     "https://maven.google.com/commons-net/commons-net/1.4.1/commons-net-1.4.1-sources.jar",
                     "https://repo1.maven.org/maven2/commons-net/commons-net/1.4.1/commons-net-1.4.1-sources.jar"
                 ],
-                "sha256": "83caad6228a66b7f3158c676b76817d0177ed7980159cec15dbeabd9d5a2d1d6",
-                "url": "https://jcenter.bintray.com/commons-net/commons-net/1.4.1/commons-net-1.4.1-sources.jar"
-            },
-            {
-                "coord": "doxia:doxia-sink-api:1.0-alpha-4",
-                "dependencies": [],
-                "directDependencies": [],
-                "exclusions": [
-                    "plexus:plexus-container-default",
-                    "plexus:plexus-utils"
-                ],
-                "file": "v1/https/jcenter.bintray.com/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar",
-                    "https://maven.google.com/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar",
-                    "https://repo1.maven.org/maven2/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar"
-                ],
-                "sha256": "f609a721b6e6f7d24352b9b12d0853d832a247b1fab189cfd641347c5f5c522c",
-                "url": "https://jcenter.bintray.com/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar"
+                "sha256": "83caad6228a66b7f3158c676b76817d0177ed7980159cec15dbeabd9d5a2d1d6"
             },
             {
                 "coord": "hsqldb:hsqldb:1.8.0.10",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.jar",
                     "https://maven.google.com/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.jar",
                     "https://repo1.maven.org/maven2/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.jar"
                 ],
-                "sha256": "b04b3b3ac295d497c87230eeb4f888327a5a15b9c3c1567db202a51d83ac9e41",
-                "url": "https://jcenter.bintray.com/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.jar"
+                "sha256": "b04b3b3ac295d497c87230eeb4f888327a5a15b9c3c1567db202a51d83ac9e41"
             },
             {
                 "coord": "io.gsonfire:gson-fire:1.8.3",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/io/gsonfire/gson-fire/1.8.3/gson-fire-1.8.3.jar",
+                "directDependencies": [
                     "com.google.code.gson:gson:2.8.6"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "com.google.code.gson:gson:2.8.6"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/gsonfire/gson-fire/1.8.3/gson-fire-1.8.3.jar",
+                "url": "https://jcenter.bintray.com/io/gsonfire/gson-fire/1.8.3/gson-fire-1.8.3.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/io/gsonfire/gson-fire/1.8.3/gson-fire-1.8.3.jar",
                     "https://maven.google.com/io/gsonfire/gson-fire/1.8.3/gson-fire-1.8.3.jar",
                     "https://repo1.maven.org/maven2/io/gsonfire/gson-fire/1.8.3/gson-fire-1.8.3.jar"
                 ],
-                "sha256": "fabe45ed428005d971ad7b27f5c7a618790e1314c62a7d0da5f1090697da4f37",
-                "url": "https://jcenter.bintray.com/io/gsonfire/gson-fire/1.8.3/gson-fire-1.8.3.jar"
+                "sha256": "fabe45ed428005d971ad7b27f5c7a618790e1314c62a7d0da5f1090697da4f37"
             },
             {
                 "coord": "io.gsonfire:gson-fire:jar:sources:1.8.3",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/io/gsonfire/gson-fire/1.8.3/gson-fire-1.8.3-sources.jar",
+                "directDependencies": [
                     "com.google.code.gson:gson:jar:sources:2.8.6"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "com.google.code.gson:gson:jar:sources:2.8.6"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/gsonfire/gson-fire/1.8.3/gson-fire-1.8.3-sources.jar",
+                "url": "https://jcenter.bintray.com/io/gsonfire/gson-fire/1.8.3/gson-fire-1.8.3-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/io/gsonfire/gson-fire/1.8.3/gson-fire-1.8.3-sources.jar",
                     "https://maven.google.com/io/gsonfire/gson-fire/1.8.3/gson-fire-1.8.3-sources.jar",
                     "https://repo1.maven.org/maven2/io/gsonfire/gson-fire/1.8.3/gson-fire-1.8.3-sources.jar"
                 ],
-                "sha256": "c6c5e785a30b6a496d5037910b77177494ea986fac24d8c43232547a37359128",
-                "url": "https://jcenter.bintray.com/io/gsonfire/gson-fire/1.8.3/gson-fire-1.8.3-sources.jar"
+                "sha256": "c6c5e785a30b6a496d5037910b77177494ea986fac24d8c43232547a37359128"
             },
             {
                 "coord": "io.kubernetes:client-java-api:11.0.0",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/io/kubernetes/client-java-api/11.0.0/client-java-api-11.0.0.jar",
+                "directDependencies": [
                     "com.google.code.findbugs:jsr305:3.0.2",
                     "io.swagger:swagger-annotations:1.6.2",
                     "com.google.code.gson:gson:2.8.6",
@@ -2170,11 +2196,10 @@
                     "javax.annotation:javax.annotation-api:1.3.2",
                     "org.apache.commons:commons-lang3:3.11",
                     "com.squareup.okhttp3:logging-interceptor:3.14.9",
-                    "com.squareup.okio:okio:1.17.2",
                     "io.gsonfire:gson-fire:1.8.3",
                     "org.joda:joda-convert:2.2.1"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "com.google.code.findbugs:jsr305:3.0.2",
                     "io.swagger:swagger-annotations:1.6.2",
                     "com.google.code.gson:gson:2.8.6",
@@ -2183,21 +2208,22 @@
                     "javax.annotation:javax.annotation-api:1.3.2",
                     "org.apache.commons:commons-lang3:3.11",
                     "com.squareup.okhttp3:logging-interceptor:3.14.9",
+                    "com.squareup.okio:okio:1.17.2",
                     "io.gsonfire:gson-fire:1.8.3",
                     "org.joda:joda-convert:2.2.1"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/kubernetes/client-java-api/11.0.0/client-java-api-11.0.0.jar",
+                "url": "https://jcenter.bintray.com/io/kubernetes/client-java-api/11.0.0/client-java-api-11.0.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/io/kubernetes/client-java-api/11.0.0/client-java-api-11.0.0.jar",
                     "https://maven.google.com/io/kubernetes/client-java-api/11.0.0/client-java-api-11.0.0.jar",
                     "https://repo1.maven.org/maven2/io/kubernetes/client-java-api/11.0.0/client-java-api-11.0.0.jar"
                 ],
-                "sha256": "92e557b3e895051a1f1f0729a31d8c6cc9b1052159ff9e6f7deb4826367d0ce9",
-                "url": "https://jcenter.bintray.com/io/kubernetes/client-java-api/11.0.0/client-java-api-11.0.0.jar"
+                "sha256": "92e557b3e895051a1f1f0729a31d8c6cc9b1052159ff9e6f7deb4826367d0ce9"
             },
             {
                 "coord": "io.kubernetes:client-java-api:jar:sources:11.0.0",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/io/kubernetes/client-java-api/11.0.0/client-java-api-11.0.0-sources.jar",
+                "directDependencies": [
                     "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
                     "org.apache.commons:commons-lang3:jar:sources:3.11",
                     "org.joda:joda-convert:jar:sources:2.2.1",
@@ -2207,10 +2233,9 @@
                     "com.squareup.okhttp3:okhttp:jar:sources:3.14.9",
                     "io.swagger:swagger-annotations:jar:sources:1.6.2",
                     "com.squareup.okhttp3:logging-interceptor:jar:sources:3.14.9",
-                    "javax.annotation:javax.annotation-api:jar:sources:1.3.2",
-                    "com.squareup.okio:okio:jar:sources:1.17.2"
+                    "javax.annotation:javax.annotation-api:jar:sources:1.3.2"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
                     "org.apache.commons:commons-lang3:jar:sources:3.11",
                     "org.joda:joda-convert:jar:sources:2.2.1",
@@ -2220,107 +2245,107 @@
                     "com.squareup.okhttp3:okhttp:jar:sources:3.14.9",
                     "io.swagger:swagger-annotations:jar:sources:1.6.2",
                     "com.squareup.okhttp3:logging-interceptor:jar:sources:3.14.9",
-                    "javax.annotation:javax.annotation-api:jar:sources:1.3.2"
+                    "javax.annotation:javax.annotation-api:jar:sources:1.3.2",
+                    "com.squareup.okio:okio:jar:sources:1.17.2"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/kubernetes/client-java-api/11.0.0/client-java-api-11.0.0-sources.jar",
+                "url": "https://jcenter.bintray.com/io/kubernetes/client-java-api/11.0.0/client-java-api-11.0.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/io/kubernetes/client-java-api/11.0.0/client-java-api-11.0.0-sources.jar",
                     "https://maven.google.com/io/kubernetes/client-java-api/11.0.0/client-java-api-11.0.0-sources.jar",
                     "https://repo1.maven.org/maven2/io/kubernetes/client-java-api/11.0.0/client-java-api-11.0.0-sources.jar"
                 ],
-                "sha256": "7f73fbfc1e5c66662efdbbb04b2fa1d3b820fd04fff640a110e2147cfcad3ab2",
-                "url": "https://jcenter.bintray.com/io/kubernetes/client-java-api/11.0.0/client-java-api-11.0.0-sources.jar"
+                "sha256": "7f73fbfc1e5c66662efdbbb04b2fa1d3b820fd04fff640a110e2147cfcad3ab2"
             },
             {
                 "coord": "io.kubernetes:client-java-proto:11.0.0",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/io/kubernetes/client-java-proto/11.0.0/client-java-proto-11.0.0.jar",
+                "directDependencies": [
                     "com.google.protobuf:protobuf-java:3.14.0"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "com.google.protobuf:protobuf-java:3.14.0"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/kubernetes/client-java-proto/11.0.0/client-java-proto-11.0.0.jar",
+                "url": "https://jcenter.bintray.com/io/kubernetes/client-java-proto/11.0.0/client-java-proto-11.0.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/io/kubernetes/client-java-proto/11.0.0/client-java-proto-11.0.0.jar",
                     "https://maven.google.com/io/kubernetes/client-java-proto/11.0.0/client-java-proto-11.0.0.jar",
                     "https://repo1.maven.org/maven2/io/kubernetes/client-java-proto/11.0.0/client-java-proto-11.0.0.jar"
                 ],
-                "sha256": "94067e2d15e3d064866888d725604a9a72b4bc5d17226601e29d12626a1a199b",
-                "url": "https://jcenter.bintray.com/io/kubernetes/client-java-proto/11.0.0/client-java-proto-11.0.0.jar"
+                "sha256": "94067e2d15e3d064866888d725604a9a72b4bc5d17226601e29d12626a1a199b"
             },
             {
                 "coord": "io.kubernetes:client-java-proto:jar:sources:11.0.0",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/io/kubernetes/client-java-proto/11.0.0/client-java-proto-11.0.0-sources.jar",
+                "directDependencies": [
                     "com.google.protobuf:protobuf-java:jar:sources:3.14.0"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "com.google.protobuf:protobuf-java:jar:sources:3.14.0"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/kubernetes/client-java-proto/11.0.0/client-java-proto-11.0.0-sources.jar",
+                "url": "https://jcenter.bintray.com/io/kubernetes/client-java-proto/11.0.0/client-java-proto-11.0.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/io/kubernetes/client-java-proto/11.0.0/client-java-proto-11.0.0-sources.jar",
                     "https://maven.google.com/io/kubernetes/client-java-proto/11.0.0/client-java-proto-11.0.0-sources.jar",
                     "https://repo1.maven.org/maven2/io/kubernetes/client-java-proto/11.0.0/client-java-proto-11.0.0-sources.jar"
                 ],
-                "sha256": "993aabbab3469e1927f2c4ef080f64e1ba0eee9c671e02fe6f729673cc46769c",
-                "url": "https://jcenter.bintray.com/io/kubernetes/client-java-proto/11.0.0/client-java-proto-11.0.0-sources.jar"
+                "sha256": "993aabbab3469e1927f2c4ef080f64e1ba0eee9c671e02fe6f729673cc46769c"
             },
             {
                 "coord": "io.kubernetes:client-java:11.0.0",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/io/kubernetes/client-java/11.0.0/client-java-11.0.0.jar",
+                "directDependencies": [
                     "org.bouncycastle:bcprov-ext-jdk15on:1.66",
                     "org.yaml:snakeyaml:1.15",
-                    "com.google.code.findbugs:jsr305:3.0.2",
                     "org.slf4j:slf4j-api:1.7.30",
                     "commons-io:commons-io:2.4",
                     "org.apache.commons:commons-compress:1.14",
-                    "org.bouncycastle:bcprov-jdk15on:jar:1.66",
                     "com.google.protobuf:protobuf-java:3.14.0",
-                    "io.swagger:swagger-annotations:1.6.2",
                     "io.kubernetes:client-java-proto:11.0.0",
-                    "com.google.code.gson:gson:2.8.6",
-                    "joda-time:joda-time:2.10.8",
                     "org.bouncycastle:bcpkix-jdk15on:1.66",
-                    "com.squareup.okhttp3:okhttp:3.14.9",
                     "io.kubernetes:client-java-api:11.0.0",
                     "commons-codec:commons-codec:1.15",
-                    "javax.annotation:javax.annotation-api:1.3.2",
                     "org.bitbucket.b_c:jose4j:0.7.3",
                     "org.apache.commons:commons-lang3:3.11",
-                    "org.apache.commons:commons-collections4:4.4",
-                    "com.squareup.okhttp3:logging-interceptor:3.14.9",
-                    "com.squareup.okio:okio:1.17.2",
-                    "io.gsonfire:gson-fire:1.8.3",
-                    "org.joda:joda-convert:2.2.1"
+                    "org.apache.commons:commons-collections4:4.4"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "org.bouncycastle:bcprov-ext-jdk15on:1.66",
                     "org.yaml:snakeyaml:1.15",
+                    "com.google.code.findbugs:jsr305:3.0.2",
                     "org.slf4j:slf4j-api:1.7.30",
                     "commons-io:commons-io:2.4",
                     "org.apache.commons:commons-compress:1.14",
+                    "org.bouncycastle:bcprov-jdk15on:jar:1.66",
                     "com.google.protobuf:protobuf-java:3.14.0",
+                    "io.swagger:swagger-annotations:1.6.2",
                     "io.kubernetes:client-java-proto:11.0.0",
+                    "com.google.code.gson:gson:2.8.6",
+                    "joda-time:joda-time:2.10.8",
                     "org.bouncycastle:bcpkix-jdk15on:1.66",
+                    "com.squareup.okhttp3:okhttp:3.14.9",
                     "io.kubernetes:client-java-api:11.0.0",
                     "commons-codec:commons-codec:1.15",
+                    "javax.annotation:javax.annotation-api:1.3.2",
                     "org.bitbucket.b_c:jose4j:0.7.3",
                     "org.apache.commons:commons-lang3:3.11",
-                    "org.apache.commons:commons-collections4:4.4"
+                    "org.apache.commons:commons-collections4:4.4",
+                    "com.squareup.okhttp3:logging-interceptor:3.14.9",
+                    "com.squareup.okio:okio:1.17.2",
+                    "io.gsonfire:gson-fire:1.8.3",
+                    "org.joda:joda-convert:2.2.1"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/kubernetes/client-java/11.0.0/client-java-11.0.0.jar",
+                "url": "https://jcenter.bintray.com/io/kubernetes/client-java/11.0.0/client-java-11.0.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/io/kubernetes/client-java/11.0.0/client-java-11.0.0.jar",
                     "https://maven.google.com/io/kubernetes/client-java/11.0.0/client-java-11.0.0.jar",
                     "https://repo1.maven.org/maven2/io/kubernetes/client-java/11.0.0/client-java-11.0.0.jar"
                 ],
-                "sha256": "f5efb2aab103a2b51f878d9178ee1a2e751d915f9e904711c5b0fb05b4a1224d",
-                "url": "https://jcenter.bintray.com/io/kubernetes/client-java/11.0.0/client-java-11.0.0.jar"
+                "sha256": "f5efb2aab103a2b51f878d9178ee1a2e751d915f9e904711c5b0fb05b4a1224d"
             },
             {
                 "coord": "io.kubernetes:client-java:jar:sources:11.0.0",
-                "dependencies": [
-                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
+                "file": "v1/https/jcenter.bintray.com/io/kubernetes/client-java/11.0.0/client-java-11.0.0-sources.jar",
+                "directDependencies": [
                     "org.apache.commons:commons-collections4:jar:sources:4.4",
                     "org.apache.commons:commons-lang3:jar:sources:3.11",
                     "io.kubernetes:client-java-proto:jar:sources:11.0.0",
@@ -2328,24 +2353,15 @@
                     "org.slf4j:slf4j-api:jar:sources:1.7.30",
                     "org.yaml:snakeyaml:jar:sources:1.15",
                     "org.bouncycastle:bcpkix-jdk15on:jar:sources:1.66",
-                    "org.joda:joda-convert:jar:sources:2.2.1",
                     "com.google.protobuf:protobuf-java:jar:sources:3.14.0",
-                    "org.bouncycastle:bcprov-jdk15on:jar:sources:1.66",
                     "io.kubernetes:client-java-api:jar:sources:11.0.0",
                     "org.bitbucket.b_c:jose4j:jar:sources:0.7.3",
                     "org.apache.commons:commons-compress:jar:sources:1.14",
-                    "com.google.code.gson:gson:jar:sources:2.8.6",
-                    "joda-time:joda-time:jar:sources:2.10.8",
                     "commons-io:commons-io:jar:sources:2.4",
-                    "io.gsonfire:gson-fire:jar:sources:1.8.3",
-                    "com.squareup.okhttp3:okhttp:jar:sources:3.14.9",
-                    "org.bouncycastle:bcprov-ext-jdk15on:jar:sources:1.66",
-                    "io.swagger:swagger-annotations:jar:sources:1.6.2",
-                    "com.squareup.okhttp3:logging-interceptor:jar:sources:3.14.9",
-                    "javax.annotation:javax.annotation-api:jar:sources:1.3.2",
-                    "com.squareup.okio:okio:jar:sources:1.17.2"
+                    "org.bouncycastle:bcprov-ext-jdk15on:jar:sources:1.66"
                 ],
-                "directDependencies": [
+                "dependencies": [
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
                     "org.apache.commons:commons-collections4:jar:sources:4.4",
                     "org.apache.commons:commons-lang3:jar:sources:3.11",
                     "io.kubernetes:client-java-proto:jar:sources:11.0.0",
@@ -2353,950 +2369,982 @@
                     "org.slf4j:slf4j-api:jar:sources:1.7.30",
                     "org.yaml:snakeyaml:jar:sources:1.15",
                     "org.bouncycastle:bcpkix-jdk15on:jar:sources:1.66",
+                    "org.joda:joda-convert:jar:sources:2.2.1",
                     "com.google.protobuf:protobuf-java:jar:sources:3.14.0",
+                    "org.bouncycastle:bcprov-jdk15on:jar:sources:1.66",
                     "io.kubernetes:client-java-api:jar:sources:11.0.0",
                     "org.bitbucket.b_c:jose4j:jar:sources:0.7.3",
                     "org.apache.commons:commons-compress:jar:sources:1.14",
+                    "com.google.code.gson:gson:jar:sources:2.8.6",
+                    "joda-time:joda-time:jar:sources:2.10.8",
                     "commons-io:commons-io:jar:sources:2.4",
-                    "org.bouncycastle:bcprov-ext-jdk15on:jar:sources:1.66"
+                    "io.gsonfire:gson-fire:jar:sources:1.8.3",
+                    "com.squareup.okhttp3:okhttp:jar:sources:3.14.9",
+                    "org.bouncycastle:bcprov-ext-jdk15on:jar:sources:1.66",
+                    "io.swagger:swagger-annotations:jar:sources:1.6.2",
+                    "com.squareup.okhttp3:logging-interceptor:jar:sources:3.14.9",
+                    "javax.annotation:javax.annotation-api:jar:sources:1.3.2",
+                    "com.squareup.okio:okio:jar:sources:1.17.2"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/kubernetes/client-java/11.0.0/client-java-11.0.0-sources.jar",
+                "url": "https://jcenter.bintray.com/io/kubernetes/client-java/11.0.0/client-java-11.0.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/io/kubernetes/client-java/11.0.0/client-java-11.0.0-sources.jar",
                     "https://maven.google.com/io/kubernetes/client-java/11.0.0/client-java-11.0.0-sources.jar",
                     "https://repo1.maven.org/maven2/io/kubernetes/client-java/11.0.0/client-java-11.0.0-sources.jar"
                 ],
-                "sha256": "ebcaae3db51658c592e601079f97a3425a511092c2b5443d0af43389e9e55e7d",
-                "url": "https://jcenter.bintray.com/io/kubernetes/client-java/11.0.0/client-java-11.0.0-sources.jar"
+                "sha256": "ebcaae3db51658c592e601079f97a3425a511092c2b5443d0af43389e9e55e7d"
             },
             {
-                "coord": "io.netty:netty-all:4.1.22.Final",
-                "dependencies": [],
+                "coord": "io.netty:netty-all:4.1.50.Final",
+                "file": "v1/https/jcenter.bintray.com/io/netty/netty-all/4.1.50.Final/netty-all-4.1.50.Final.jar",
                 "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/io/netty/netty-all/4.1.22.Final/netty-all-4.1.22.Final.jar",
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/io/netty/netty-all/4.1.50.Final/netty-all-4.1.50.Final.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/io/netty/netty-all/4.1.22.Final/netty-all-4.1.22.Final.jar",
-                    "https://maven.google.com/io/netty/netty-all/4.1.22.Final/netty-all-4.1.22.Final.jar",
-                    "https://repo1.maven.org/maven2/io/netty/netty-all/4.1.22.Final/netty-all-4.1.22.Final.jar"
+                    "https://jcenter.bintray.com/io/netty/netty-all/4.1.50.Final/netty-all-4.1.50.Final.jar",
+                    "https://maven.google.com/io/netty/netty-all/4.1.50.Final/netty-all-4.1.50.Final.jar",
+                    "https://repo1.maven.org/maven2/io/netty/netty-all/4.1.50.Final/netty-all-4.1.50.Final.jar"
                 ],
-                "sha256": "cabf1beb5d0c6fd71ed8374a8f6e3c24c08ab04fd67c5e07f0732de3cdb7cd8a",
-                "url": "https://jcenter.bintray.com/io/netty/netty-all/4.1.22.Final/netty-all-4.1.22.Final.jar"
+                "sha256": "c9c4bf40599b706301289cf5f8ae0b3700007bfb85c0858f1bb0252737033e20"
             },
             {
-                "coord": "io.netty:netty-all:jar:sources:4.1.22.Final",
-                "dependencies": [],
+                "coord": "io.netty:netty-all:jar:sources:4.1.50.Final",
+                "file": "v1/https/jcenter.bintray.com/io/netty/netty-all/4.1.50.Final/netty-all-4.1.50.Final-sources.jar",
                 "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/io/netty/netty-all/4.1.22.Final/netty-all-4.1.22.Final-sources.jar",
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/io/netty/netty-all/4.1.50.Final/netty-all-4.1.50.Final-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/io/netty/netty-all/4.1.22.Final/netty-all-4.1.22.Final-sources.jar",
-                    "https://maven.google.com/io/netty/netty-all/4.1.22.Final/netty-all-4.1.22.Final-sources.jar",
-                    "https://repo1.maven.org/maven2/io/netty/netty-all/4.1.22.Final/netty-all-4.1.22.Final-sources.jar"
+                    "https://jcenter.bintray.com/io/netty/netty-all/4.1.50.Final/netty-all-4.1.50.Final-sources.jar",
+                    "https://maven.google.com/io/netty/netty-all/4.1.50.Final/netty-all-4.1.50.Final-sources.jar",
+                    "https://repo1.maven.org/maven2/io/netty/netty-all/4.1.50.Final/netty-all-4.1.50.Final-sources.jar"
                 ],
-                "sha256": "e16e02483de53882bc5309bc31308a41f45973d450ca18af6b59d90f9ab0ebe9",
-                "url": "https://jcenter.bintray.com/io/netty/netty-all/4.1.22.Final/netty-all-4.1.22.Final-sources.jar"
+                "sha256": "7eef605e699aad5480350fd111ecca3dd1fc847f8cd575c2b0882fef35c9cdf5"
             },
             {
-                "coord": "io.netty:netty-buffer:4.1.48.Final",
-                "dependencies": [
-                    "io.netty:netty-common:4.1.48.Final"
-                ],
+                "coord": "io.netty:netty-buffer:4.1.63.Final",
+                "file": "v1/https/jcenter.bintray.com/io/netty/netty-buffer/4.1.63.Final/netty-buffer-4.1.63.Final.jar",
                 "directDependencies": [
-                    "io.netty:netty-common:4.1.48.Final"
+                    "io.netty:netty-common:4.1.63.Final"
+                ],
+                "dependencies": [
+                    "io.netty:netty-common:4.1.63.Final"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/netty/netty-buffer/4.1.48.Final/netty-buffer-4.1.48.Final.jar",
+                "url": "https://jcenter.bintray.com/io/netty/netty-buffer/4.1.63.Final/netty-buffer-4.1.63.Final.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/io/netty/netty-buffer/4.1.48.Final/netty-buffer-4.1.48.Final.jar",
-                    "https://maven.google.com/io/netty/netty-buffer/4.1.48.Final/netty-buffer-4.1.48.Final.jar",
-                    "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.48.Final/netty-buffer-4.1.48.Final.jar"
+                    "https://jcenter.bintray.com/io/netty/netty-buffer/4.1.63.Final/netty-buffer-4.1.63.Final.jar",
+                    "https://maven.google.com/io/netty/netty-buffer/4.1.63.Final/netty-buffer-4.1.63.Final.jar",
+                    "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.63.Final/netty-buffer-4.1.63.Final.jar"
                 ],
-                "sha256": "7efc8f98224c703ef09a409e5ddffbe14f5b4b6f527d3836c1647b4d9eff8cec",
-                "url": "https://jcenter.bintray.com/io/netty/netty-buffer/4.1.48.Final/netty-buffer-4.1.48.Final.jar"
+                "sha256": "f7fb235fdf125bddb0b65cc3473a7cfef120a42ca07f3faf7cb381016cbd7d81"
             },
             {
-                "coord": "io.netty:netty-buffer:jar:sources:4.1.48.Final",
-                "dependencies": [
-                    "io.netty:netty-common:jar:sources:4.1.48.Final"
-                ],
+                "coord": "io.netty:netty-buffer:jar:sources:4.1.63.Final",
+                "file": "v1/https/jcenter.bintray.com/io/netty/netty-buffer/4.1.63.Final/netty-buffer-4.1.63.Final-sources.jar",
                 "directDependencies": [
-                    "io.netty:netty-common:jar:sources:4.1.48.Final"
+                    "io.netty:netty-common:jar:sources:4.1.63.Final"
+                ],
+                "dependencies": [
+                    "io.netty:netty-common:jar:sources:4.1.63.Final"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/netty/netty-buffer/4.1.48.Final/netty-buffer-4.1.48.Final-sources.jar",
+                "url": "https://jcenter.bintray.com/io/netty/netty-buffer/4.1.63.Final/netty-buffer-4.1.63.Final-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/io/netty/netty-buffer/4.1.48.Final/netty-buffer-4.1.48.Final-sources.jar",
-                    "https://maven.google.com/io/netty/netty-buffer/4.1.48.Final/netty-buffer-4.1.48.Final-sources.jar",
-                    "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.48.Final/netty-buffer-4.1.48.Final-sources.jar"
+                    "https://jcenter.bintray.com/io/netty/netty-buffer/4.1.63.Final/netty-buffer-4.1.63.Final-sources.jar",
+                    "https://maven.google.com/io/netty/netty-buffer/4.1.63.Final/netty-buffer-4.1.63.Final-sources.jar",
+                    "https://repo1.maven.org/maven2/io/netty/netty-buffer/4.1.63.Final/netty-buffer-4.1.63.Final-sources.jar"
                 ],
-                "sha256": "433db92fb6e0f8c14228ad7a5e12f69180e17604ad8553d7bce32f685ac0b273",
-                "url": "https://jcenter.bintray.com/io/netty/netty-buffer/4.1.48.Final/netty-buffer-4.1.48.Final-sources.jar"
+                "sha256": "d341f80b7c5eaa95fcb25cbb27321610c09695157f90cf06e679c258b9920b82"
             },
             {
-                "coord": "io.netty:netty-codec:4.1.48.Final",
-                "dependencies": [
-                    "io.netty:netty-common:4.1.48.Final",
-                    "io.netty:netty-resolver:4.1.48.Final",
-                    "io.netty:netty-transport:4.1.48.Final"
-                ],
+                "coord": "io.netty:netty-codec:4.1.63.Final",
+                "file": "v1/https/jcenter.bintray.com/io/netty/netty-codec/4.1.63.Final/netty-codec-4.1.63.Final.jar",
                 "directDependencies": [
-                    "io.netty:netty-common:4.1.48.Final",
-                    "io.netty:netty-transport:4.1.48.Final"
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "io.netty:netty-common:4.1.63.Final",
+                    "io.netty:netty-transport:4.1.63.Final"
                 ],
-                "exclusions": [
-                    "io.netty:netty-buffer"
+                "dependencies": [
+                    "io.netty:netty-common:4.1.63.Final",
+                    "io.netty:netty-resolver:4.1.63.Final",
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "io.netty:netty-transport:4.1.63.Final"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/netty/netty-codec/4.1.48.Final/netty-codec-4.1.48.Final.jar",
+                "url": "https://jcenter.bintray.com/io/netty/netty-codec/4.1.63.Final/netty-codec-4.1.63.Final.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/io/netty/netty-codec/4.1.48.Final/netty-codec-4.1.48.Final.jar",
-                    "https://maven.google.com/io/netty/netty-codec/4.1.48.Final/netty-codec-4.1.48.Final.jar",
-                    "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.48.Final/netty-codec-4.1.48.Final.jar"
+                    "https://jcenter.bintray.com/io/netty/netty-codec/4.1.63.Final/netty-codec-4.1.63.Final.jar",
+                    "https://maven.google.com/io/netty/netty-codec/4.1.63.Final/netty-codec-4.1.63.Final.jar",
+                    "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.63.Final/netty-codec-4.1.63.Final.jar"
                 ],
-                "sha256": "81b4c316163a591b4f74fd2dc23a3ea45359cb817d0a9c4fc7f37dc9edfdbea8",
-                "url": "https://jcenter.bintray.com/io/netty/netty-codec/4.1.48.Final/netty-codec-4.1.48.Final.jar"
+                "sha256": "642f48374272a19d8e323f9b775f468918e3965b212f1611c5ea1d8649979640"
             },
             {
-                "coord": "io.netty:netty-codec:jar:sources:4.1.48.Final",
-                "dependencies": [
-                    "io.netty:netty-common:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport:jar:sources:4.1.48.Final",
-                    "io.netty:netty-resolver:jar:sources:4.1.48.Final"
-                ],
+                "coord": "io.netty:netty-codec:jar:sources:4.1.63.Final",
+                "file": "v1/https/jcenter.bintray.com/io/netty/netty-codec/4.1.63.Final/netty-codec-4.1.63.Final-sources.jar",
                 "directDependencies": [
-                    "io.netty:netty-common:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport:jar:sources:4.1.48.Final"
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "io.netty:netty-transport:jar:sources:4.1.63.Final"
                 ],
-                "exclusions": [
-                    "io.netty:netty-buffer"
+                "dependencies": [
+                    "io.netty:netty-resolver:jar:sources:4.1.63.Final",
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "io.netty:netty-transport:jar:sources:4.1.63.Final"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/netty/netty-codec/4.1.48.Final/netty-codec-4.1.48.Final-sources.jar",
+                "url": "https://jcenter.bintray.com/io/netty/netty-codec/4.1.63.Final/netty-codec-4.1.63.Final-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/io/netty/netty-codec/4.1.48.Final/netty-codec-4.1.48.Final-sources.jar",
-                    "https://maven.google.com/io/netty/netty-codec/4.1.48.Final/netty-codec-4.1.48.Final-sources.jar",
-                    "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.48.Final/netty-codec-4.1.48.Final-sources.jar"
+                    "https://jcenter.bintray.com/io/netty/netty-codec/4.1.63.Final/netty-codec-4.1.63.Final-sources.jar",
+                    "https://maven.google.com/io/netty/netty-codec/4.1.63.Final/netty-codec-4.1.63.Final-sources.jar",
+                    "https://repo1.maven.org/maven2/io/netty/netty-codec/4.1.63.Final/netty-codec-4.1.63.Final-sources.jar"
                 ],
-                "sha256": "c9ce166db31e2c5dce08b902c5ac7fe3427209c2d3fea63ef3532559923577c1",
-                "url": "https://jcenter.bintray.com/io/netty/netty-codec/4.1.48.Final/netty-codec-4.1.48.Final-sources.jar"
+                "sha256": "af23b88c6f1e9a3b8e31a026d8e3100ad3b222030df4ffd0ca0a32b54f76c0bd"
             },
             {
-                "coord": "io.netty:netty-common:4.1.48.Final",
-                "dependencies": [],
+                "coord": "io.netty:netty-common:4.1.63.Final",
+                "file": "v1/https/jcenter.bintray.com/io/netty/netty-common/4.1.63.Final/netty-common-4.1.63.Final.jar",
                 "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/io/netty/netty-common/4.1.48.Final/netty-common-4.1.48.Final.jar",
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/io/netty/netty-common/4.1.63.Final/netty-common-4.1.63.Final.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/io/netty/netty-common/4.1.48.Final/netty-common-4.1.48.Final.jar",
-                    "https://maven.google.com/io/netty/netty-common/4.1.48.Final/netty-common-4.1.48.Final.jar",
-                    "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.48.Final/netty-common-4.1.48.Final.jar"
+                    "https://jcenter.bintray.com/io/netty/netty-common/4.1.63.Final/netty-common-4.1.63.Final.jar",
+                    "https://maven.google.com/io/netty/netty-common/4.1.63.Final/netty-common-4.1.63.Final.jar",
+                    "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.63.Final/netty-common-4.1.63.Final.jar"
                 ],
-                "sha256": "e44a2369566fd1fa8a0f30b12e2801de8fb405b9d1fa3894a58b6262065a9916",
-                "url": "https://jcenter.bintray.com/io/netty/netty-common/4.1.48.Final/netty-common-4.1.48.Final.jar"
+                "sha256": "c9fbf7c5e777f08475e8564a83d6b3cb1e855b6899a1d498684ba4849802e96c"
             },
             {
-                "coord": "io.netty:netty-common:jar:sources:4.1.48.Final",
-                "dependencies": [],
+                "coord": "io.netty:netty-common:jar:sources:4.1.63.Final",
+                "file": "v1/https/jcenter.bintray.com/io/netty/netty-common/4.1.63.Final/netty-common-4.1.63.Final-sources.jar",
                 "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/io/netty/netty-common/4.1.48.Final/netty-common-4.1.48.Final-sources.jar",
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/io/netty/netty-common/4.1.63.Final/netty-common-4.1.63.Final-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/io/netty/netty-common/4.1.48.Final/netty-common-4.1.48.Final-sources.jar",
-                    "https://maven.google.com/io/netty/netty-common/4.1.48.Final/netty-common-4.1.48.Final-sources.jar",
-                    "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.48.Final/netty-common-4.1.48.Final-sources.jar"
+                    "https://jcenter.bintray.com/io/netty/netty-common/4.1.63.Final/netty-common-4.1.63.Final-sources.jar",
+                    "https://maven.google.com/io/netty/netty-common/4.1.63.Final/netty-common-4.1.63.Final-sources.jar",
+                    "https://repo1.maven.org/maven2/io/netty/netty-common/4.1.63.Final/netty-common-4.1.63.Final-sources.jar"
                 ],
-                "sha256": "6363f44bed7a8157633114665af102de531a15c7fb0ffc2f224ecd45c4ed49d1",
-                "url": "https://jcenter.bintray.com/io/netty/netty-common/4.1.48.Final/netty-common-4.1.48.Final-sources.jar"
+                "sha256": "18e830e2290ec07c3a710aa816569fc488fc32948fa071bce9504c522a67d2b9"
             },
             {
-                "coord": "io.netty:netty-handler:4.1.48.Final",
-                "dependencies": [
-                    "io.netty:netty-common:4.1.48.Final",
-                    "io.netty:netty-resolver:4.1.48.Final",
-                    "io.netty:netty-transport:4.1.48.Final",
-                    "io.netty:netty-codec:4.1.48.Final"
-                ],
+                "coord": "io.netty:netty-handler:4.1.63.Final",
+                "file": "v1/https/jcenter.bintray.com/io/netty/netty-handler/4.1.63.Final/netty-handler-4.1.63.Final.jar",
                 "directDependencies": [
-                    "io.netty:netty-codec:4.1.48.Final",
-                    "io.netty:netty-common:4.1.48.Final",
-                    "io.netty:netty-resolver:4.1.48.Final",
-                    "io.netty:netty-transport:4.1.48.Final"
+                    "io.netty:netty-codec:4.1.63.Final",
+                    "io.netty:netty-resolver:4.1.63.Final",
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "io.netty:netty-common:4.1.63.Final",
+                    "io.netty:netty-transport:4.1.63.Final"
                 ],
-                "exclusions": [
-                    "io.netty:netty-buffer"
+                "dependencies": [
+                    "io.netty:netty-codec:4.1.63.Final",
+                    "io.netty:netty-resolver:4.1.63.Final",
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "io.netty:netty-common:4.1.63.Final",
+                    "io.netty:netty-transport:4.1.63.Final"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/netty/netty-handler/4.1.48.Final/netty-handler-4.1.48.Final.jar",
+                "url": "https://jcenter.bintray.com/io/netty/netty-handler/4.1.63.Final/netty-handler-4.1.63.Final.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/io/netty/netty-handler/4.1.48.Final/netty-handler-4.1.48.Final.jar",
-                    "https://maven.google.com/io/netty/netty-handler/4.1.48.Final/netty-handler-4.1.48.Final.jar",
-                    "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.48.Final/netty-handler-4.1.48.Final.jar"
+                    "https://jcenter.bintray.com/io/netty/netty-handler/4.1.63.Final/netty-handler-4.1.63.Final.jar",
+                    "https://maven.google.com/io/netty/netty-handler/4.1.63.Final/netty-handler-4.1.63.Final.jar",
+                    "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.63.Final/netty-handler-4.1.63.Final.jar"
                 ],
-                "sha256": "757f83c7891ad2ebad209f02d8dbca0121e03f7062c2d4ec9d00eba1a0d403d5",
-                "url": "https://jcenter.bintray.com/io/netty/netty-handler/4.1.48.Final/netty-handler-4.1.48.Final.jar"
+                "sha256": "aafd714a00e03eae36b4addbde2be44db8baa358d0d36edc8fbb506486a555fc"
             },
             {
-                "coord": "io.netty:netty-handler:jar:sources:4.1.48.Final",
-                "dependencies": [
-                    "io.netty:netty-buffer:jar:sources:4.1.48.Final",
-                    "io.netty:netty-common:jar:sources:4.1.48.Final",
-                    "io.netty:netty-resolver:jar:sources:4.1.48.Final",
-                    "io.netty:netty-codec:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport:jar:sources:4.1.48.Final"
-                ],
+                "coord": "io.netty:netty-handler:jar:sources:4.1.63.Final",
+                "file": "v1/https/jcenter.bintray.com/io/netty/netty-handler/4.1.63.Final/netty-handler-4.1.63.Final-sources.jar",
                 "directDependencies": [
-                    "io.netty:netty-buffer:jar:sources:4.1.48.Final",
-                    "io.netty:netty-common:jar:sources:4.1.48.Final",
-                    "io.netty:netty-resolver:jar:sources:4.1.48.Final",
-                    "io.netty:netty-codec:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport:jar:sources:4.1.48.Final"
+                    "io.netty:netty-transport:jar:sources:4.1.63.Final",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "io.netty:netty-resolver:jar:sources:4.1.63.Final",
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
+                    "io.netty:netty-codec:jar:sources:4.1.63.Final"
+                ],
+                "dependencies": [
+                    "io.netty:netty-transport:jar:sources:4.1.63.Final",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "io.netty:netty-resolver:jar:sources:4.1.63.Final",
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
+                    "io.netty:netty-codec:jar:sources:4.1.63.Final"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/netty/netty-handler/4.1.48.Final/netty-handler-4.1.48.Final-sources.jar",
+                "url": "https://jcenter.bintray.com/io/netty/netty-handler/4.1.63.Final/netty-handler-4.1.63.Final-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/io/netty/netty-handler/4.1.48.Final/netty-handler-4.1.48.Final-sources.jar",
-                    "https://maven.google.com/io/netty/netty-handler/4.1.48.Final/netty-handler-4.1.48.Final-sources.jar",
-                    "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.48.Final/netty-handler-4.1.48.Final-sources.jar"
+                    "https://jcenter.bintray.com/io/netty/netty-handler/4.1.63.Final/netty-handler-4.1.63.Final-sources.jar",
+                    "https://maven.google.com/io/netty/netty-handler/4.1.63.Final/netty-handler-4.1.63.Final-sources.jar",
+                    "https://repo1.maven.org/maven2/io/netty/netty-handler/4.1.63.Final/netty-handler-4.1.63.Final-sources.jar"
                 ],
-                "sha256": "2ac4215797f4d661910d2a143223965e0ba956a7ca8a26259e4eab5cfe6a455a",
-                "url": "https://jcenter.bintray.com/io/netty/netty-handler/4.1.48.Final/netty-handler-4.1.48.Final-sources.jar"
+                "sha256": "a19d3cfe349d6f2c40131d20e0faad042b64b354b90ad15e32136824309a461d"
             },
             {
-                "coord": "io.netty:netty-resolver:4.1.48.Final",
-                "dependencies": [
-                    "io.netty:netty-common:4.1.48.Final"
-                ],
+                "coord": "io.netty:netty-resolver:4.1.63.Final",
+                "file": "v1/https/jcenter.bintray.com/io/netty/netty-resolver/4.1.63.Final/netty-resolver-4.1.63.Final.jar",
                 "directDependencies": [
-                    "io.netty:netty-common:4.1.48.Final"
+                    "io.netty:netty-common:4.1.63.Final"
+                ],
+                "dependencies": [
+                    "io.netty:netty-common:4.1.63.Final"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/netty/netty-resolver/4.1.48.Final/netty-resolver-4.1.48.Final.jar",
+                "url": "https://jcenter.bintray.com/io/netty/netty-resolver/4.1.63.Final/netty-resolver-4.1.63.Final.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/io/netty/netty-resolver/4.1.48.Final/netty-resolver-4.1.48.Final.jar",
-                    "https://maven.google.com/io/netty/netty-resolver/4.1.48.Final/netty-resolver-4.1.48.Final.jar",
-                    "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.48.Final/netty-resolver-4.1.48.Final.jar"
+                    "https://jcenter.bintray.com/io/netty/netty-resolver/4.1.63.Final/netty-resolver-4.1.63.Final.jar",
+                    "https://maven.google.com/io/netty/netty-resolver/4.1.63.Final/netty-resolver-4.1.63.Final.jar",
+                    "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.63.Final/netty-resolver-4.1.63.Final.jar"
                 ],
-                "sha256": "fb125914398ebef821def3dbb1642f9f360f39d182f00149ef3db845ebf06ad2",
-                "url": "https://jcenter.bintray.com/io/netty/netty-resolver/4.1.48.Final/netty-resolver-4.1.48.Final.jar"
+                "sha256": "08ca66adc460cee7bfb3b9f48971e0a758633490ab0d35df05969922c1ab7393"
             },
             {
-                "coord": "io.netty:netty-resolver:jar:sources:4.1.48.Final",
-                "dependencies": [],
-                "directDependencies": [],
-                "exclusions": [
-                    "io.netty:netty-common"
+                "coord": "io.netty:netty-resolver:jar:sources:4.1.63.Final",
+                "file": "v1/https/jcenter.bintray.com/io/netty/netty-resolver/4.1.63.Final/netty-resolver-4.1.63.Final-sources.jar",
+                "directDependencies": [
+                    "io.netty:netty-common:jar:sources:4.1.63.Final"
+                ],
+                "dependencies": [
+                    "io.netty:netty-common:jar:sources:4.1.63.Final"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/netty/netty-resolver/4.1.48.Final/netty-resolver-4.1.48.Final-sources.jar",
+                "url": "https://jcenter.bintray.com/io/netty/netty-resolver/4.1.63.Final/netty-resolver-4.1.63.Final-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/io/netty/netty-resolver/4.1.48.Final/netty-resolver-4.1.48.Final-sources.jar",
-                    "https://maven.google.com/io/netty/netty-resolver/4.1.48.Final/netty-resolver-4.1.48.Final-sources.jar",
-                    "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.48.Final/netty-resolver-4.1.48.Final-sources.jar"
+                    "https://jcenter.bintray.com/io/netty/netty-resolver/4.1.63.Final/netty-resolver-4.1.63.Final-sources.jar",
+                    "https://maven.google.com/io/netty/netty-resolver/4.1.63.Final/netty-resolver-4.1.63.Final-sources.jar",
+                    "https://repo1.maven.org/maven2/io/netty/netty-resolver/4.1.63.Final/netty-resolver-4.1.63.Final-sources.jar"
                 ],
-                "sha256": "e0fd3b04e6d77b1020ed5ab321fe5747f4239310359d1f96f26e2d98a20cdc26",
-                "url": "https://jcenter.bintray.com/io/netty/netty-resolver/4.1.48.Final/netty-resolver-4.1.48.Final-sources.jar"
+                "sha256": "a84a025907278f20819c8f723385a663b56070acf8eca0d098017bb0f92ef0fd"
             },
             {
-                "coord": "io.netty:netty-tcnative-boringssl-static:2.0.20.Final",
-                "dependencies": [],
+                "coord": "io.netty:netty-tcnative-boringssl-static:2.0.31.Final",
+                "file": "v1/https/jcenter.bintray.com/io/netty/netty-tcnative-boringssl-static/2.0.31.Final/netty-tcnative-boringssl-static-2.0.31.Final.jar",
                 "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/io/netty/netty-tcnative-boringssl-static/2.0.20.Final/netty-tcnative-boringssl-static-2.0.20.Final.jar",
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/io/netty/netty-tcnative-boringssl-static/2.0.31.Final/netty-tcnative-boringssl-static-2.0.31.Final.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/io/netty/netty-tcnative-boringssl-static/2.0.20.Final/netty-tcnative-boringssl-static-2.0.20.Final.jar",
-                    "https://maven.google.com/io/netty/netty-tcnative-boringssl-static/2.0.20.Final/netty-tcnative-boringssl-static-2.0.20.Final.jar",
-                    "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.20.Final/netty-tcnative-boringssl-static-2.0.20.Final.jar"
+                    "https://jcenter.bintray.com/io/netty/netty-tcnative-boringssl-static/2.0.31.Final/netty-tcnative-boringssl-static-2.0.31.Final.jar",
+                    "https://maven.google.com/io/netty/netty-tcnative-boringssl-static/2.0.31.Final/netty-tcnative-boringssl-static-2.0.31.Final.jar",
+                    "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.31.Final/netty-tcnative-boringssl-static-2.0.31.Final.jar"
                 ],
-                "sha256": "c0bbfcb116ae9928ebb17cbfbdd80ee51980ad228a4fffb0cb3137ac91b1bc09",
-                "url": "https://jcenter.bintray.com/io/netty/netty-tcnative-boringssl-static/2.0.20.Final/netty-tcnative-boringssl-static-2.0.20.Final.jar"
+                "sha256": "308e7e1f5faea3ff86bf689f6309b8605090cdd5186586a52e418bf48af93d68"
             },
             {
-                "coord": "io.netty:netty-tcnative-boringssl-static:jar:sources:2.0.20.Final",
-                "dependencies": [],
+                "coord": "io.netty:netty-tcnative-boringssl-static:jar:sources:2.0.31.Final",
+                "file": "v1/https/jcenter.bintray.com/io/netty/netty-tcnative-boringssl-static/2.0.31.Final/netty-tcnative-boringssl-static-2.0.31.Final-sources.jar",
                 "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/io/netty/netty-tcnative-boringssl-static/2.0.20.Final/netty-tcnative-boringssl-static-2.0.20.Final-sources.jar",
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/io/netty/netty-tcnative-boringssl-static/2.0.31.Final/netty-tcnative-boringssl-static-2.0.31.Final-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/io/netty/netty-tcnative-boringssl-static/2.0.20.Final/netty-tcnative-boringssl-static-2.0.20.Final-sources.jar",
-                    "https://maven.google.com/io/netty/netty-tcnative-boringssl-static/2.0.20.Final/netty-tcnative-boringssl-static-2.0.20.Final-sources.jar",
-                    "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.20.Final/netty-tcnative-boringssl-static-2.0.20.Final-sources.jar"
+                    "https://jcenter.bintray.com/io/netty/netty-tcnative-boringssl-static/2.0.31.Final/netty-tcnative-boringssl-static-2.0.31.Final-sources.jar",
+                    "https://maven.google.com/io/netty/netty-tcnative-boringssl-static/2.0.31.Final/netty-tcnative-boringssl-static-2.0.31.Final-sources.jar",
+                    "https://repo1.maven.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.31.Final/netty-tcnative-boringssl-static-2.0.31.Final-sources.jar"
                 ],
-                "sha256": "e81668c7f98caebbd6d66993eb8e874a2ced243bb2fa30b1ab8da7c62fa00038",
-                "url": "https://jcenter.bintray.com/io/netty/netty-tcnative-boringssl-static/2.0.20.Final/netty-tcnative-boringssl-static-2.0.20.Final-sources.jar"
+                "sha256": "48cd8655aa0add5eba3acc99ed125781721f43959ccb93f245c810b6dd4ee5bf"
             },
             {
-                "coord": "io.netty:netty-transport-native-epoll:4.1.48.Final",
-                "dependencies": [
-                    "io.netty:netty-transport:4.1.48.Final",
-                    "io.netty:netty-buffer:4.1.48.Final",
-                    "io.netty:netty-resolver:4.1.48.Final",
-                    "io.netty:netty-common:4.1.48.Final",
-                    "io.netty:netty-transport-native-unix-common:4.1.48.Final"
-                ],
+                "coord": "io.netty:netty-transport-native-epoll:4.1.63.Final",
+                "file": "v1/https/jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.63.Final/netty-transport-native-epoll-4.1.63.Final.jar",
                 "directDependencies": [
-                    "io.netty:netty-buffer:4.1.48.Final",
-                    "io.netty:netty-common:4.1.48.Final",
-                    "io.netty:netty-transport:4.1.48.Final",
-                    "io.netty:netty-transport-native-unix-common:4.1.48.Final"
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "io.netty:netty-common:4.1.63.Final",
+                    "io.netty:netty-transport:4.1.63.Final",
+                    "io.netty:netty-transport-native-unix-common:4.1.63.Final"
+                ],
+                "dependencies": [
+                    "io.netty:netty-resolver:4.1.63.Final",
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "io.netty:netty-transport-native-unix-common:4.1.63.Final",
+                    "io.netty:netty-common:4.1.63.Final",
+                    "io.netty:netty-transport:4.1.63.Final"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.48.Final/netty-transport-native-epoll-4.1.48.Final.jar",
+                "url": "https://jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.63.Final/netty-transport-native-epoll-4.1.63.Final.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.48.Final/netty-transport-native-epoll-4.1.48.Final.jar",
-                    "https://maven.google.com/io/netty/netty-transport-native-epoll/4.1.48.Final/netty-transport-native-epoll-4.1.48.Final.jar",
-                    "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.48.Final/netty-transport-native-epoll-4.1.48.Final.jar"
+                    "https://jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.63.Final/netty-transport-native-epoll-4.1.63.Final.jar",
+                    "https://maven.google.com/io/netty/netty-transport-native-epoll/4.1.63.Final/netty-transport-native-epoll-4.1.63.Final.jar",
+                    "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.63.Final/netty-transport-native-epoll-4.1.63.Final.jar"
                 ],
-                "sha256": "f16ed1dd7a2403cfcbba70e73348bcb8d572f12631f476e674e84b195be73744",
-                "url": "https://jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.48.Final/netty-transport-native-epoll-4.1.48.Final.jar"
+                "sha256": "a2eeeeb80c3b8a3c97d5348e53a89496164f738c618562d136e25d8a481b537f"
             },
             {
-                "coord": "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.48.Final",
-                "dependencies": [
-                    "io.netty:netty-transport-native-unix-common:4.1.48.Final",
-                    "io.netty:netty-resolver:4.1.48.Final",
-                    "io.netty:netty-transport:4.1.48.Final"
-                ],
+                "coord": "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.63.Final",
+                "file": "v1/https/jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.63.Final/netty-transport-native-epoll-4.1.63.Final-linux-x86_64.jar",
                 "directDependencies": [
-                    "io.netty:netty-transport:4.1.48.Final",
-                    "io.netty:netty-transport-native-unix-common:4.1.48.Final"
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "io.netty:netty-common:4.1.63.Final",
+                    "io.netty:netty-transport:4.1.63.Final",
+                    "io.netty:netty-transport-native-unix-common:4.1.63.Final"
                 ],
-                "exclusions": [
-                    "io.netty:netty-common",
-                    "io.netty:netty-buffer"
+                "dependencies": [
+                    "io.netty:netty-resolver:4.1.63.Final",
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "io.netty:netty-transport-native-unix-common:4.1.63.Final",
+                    "io.netty:netty-common:4.1.63.Final",
+                    "io.netty:netty-transport:4.1.63.Final"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.48.Final/netty-transport-native-epoll-4.1.48.Final-linux-x86_64.jar",
+                "url": "https://jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.63.Final/netty-transport-native-epoll-4.1.63.Final-linux-x86_64.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.48.Final/netty-transport-native-epoll-4.1.48.Final-linux-x86_64.jar",
-                    "https://maven.google.com/io/netty/netty-transport-native-epoll/4.1.48.Final/netty-transport-native-epoll-4.1.48.Final-linux-x86_64.jar",
-                    "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.48.Final/netty-transport-native-epoll-4.1.48.Final-linux-x86_64.jar"
+                    "https://jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.63.Final/netty-transport-native-epoll-4.1.63.Final-linux-x86_64.jar",
+                    "https://maven.google.com/io/netty/netty-transport-native-epoll/4.1.63.Final/netty-transport-native-epoll-4.1.63.Final-linux-x86_64.jar",
+                    "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.63.Final/netty-transport-native-epoll-4.1.63.Final-linux-x86_64.jar"
                 ],
-                "sha256": "7436ecfb442b299af6ecff7ae6a8d3f00fb56e081d20e82b467dad2e6ee8848f",
-                "url": "https://jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.48.Final/netty-transport-native-epoll-4.1.48.Final-linux-x86_64.jar"
+                "sha256": "879d0bc91e68fab06c66dafa0b632e175ea45281f32f81d4e916868ea8b5f033"
             },
             {
-                "coord": "io.netty:netty-transport-native-epoll:jar:sources:4.1.48.Final",
-                "dependencies": [
-                    "io.netty:netty-buffer:jar:sources:4.1.48.Final",
-                    "io.netty:netty-common:jar:sources:4.1.48.Final",
-                    "io.netty:netty-resolver:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport-native-unix-common:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport:jar:sources:4.1.48.Final"
-                ],
+                "coord": "io.netty:netty-transport-native-epoll:jar:sources:4.1.63.Final",
+                "file": "v1/https/jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.63.Final/netty-transport-native-epoll-4.1.63.Final-sources.jar",
                 "directDependencies": [
-                    "io.netty:netty-buffer:jar:sources:4.1.48.Final",
-                    "io.netty:netty-common:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport-native-unix-common:jar:sources:4.1.48.Final"
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "io.netty:netty-transport:jar:sources:4.1.63.Final",
+                    "io.netty:netty-transport-native-unix-common:jar:sources:4.1.63.Final"
+                ],
+                "dependencies": [
+                    "io.netty:netty-transport-native-unix-common:jar:sources:4.1.63.Final",
+                    "io.netty:netty-transport:jar:sources:4.1.63.Final",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "io.netty:netty-resolver:jar:sources:4.1.63.Final",
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.48.Final/netty-transport-native-epoll-4.1.48.Final-sources.jar",
+                "url": "https://jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.63.Final/netty-transport-native-epoll-4.1.63.Final-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.48.Final/netty-transport-native-epoll-4.1.48.Final-sources.jar",
-                    "https://maven.google.com/io/netty/netty-transport-native-epoll/4.1.48.Final/netty-transport-native-epoll-4.1.48.Final-sources.jar",
-                    "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.48.Final/netty-transport-native-epoll-4.1.48.Final-sources.jar"
+                    "https://jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.63.Final/netty-transport-native-epoll-4.1.63.Final-sources.jar",
+                    "https://maven.google.com/io/netty/netty-transport-native-epoll/4.1.63.Final/netty-transport-native-epoll-4.1.63.Final-sources.jar",
+                    "https://repo1.maven.org/maven2/io/netty/netty-transport-native-epoll/4.1.63.Final/netty-transport-native-epoll-4.1.63.Final-sources.jar"
                 ],
-                "sha256": "b675ba3800ff1ded76b6f90cfb3b98040a213c3c48f5073cd60092b15bbf6ec7",
-                "url": "https://jcenter.bintray.com/io/netty/netty-transport-native-epoll/4.1.48.Final/netty-transport-native-epoll-4.1.48.Final-sources.jar"
+                "sha256": "c8b65c3eb40167a71f4f8e169f3020ef76436092d76555a96a65caa5a0700d3c"
             },
             {
-                "coord": "io.netty:netty-transport-native-unix-common:4.1.48.Final",
-                "dependencies": [
-                    "io.netty:netty-common:4.1.48.Final",
-                    "io.netty:netty-resolver:4.1.48.Final",
-                    "io.netty:netty-transport:4.1.48.Final",
-                    "io.netty:netty-buffer:4.1.48.Final"
-                ],
+                "coord": "io.netty:netty-transport-native-unix-common:4.1.63.Final",
+                "file": "v1/https/jcenter.bintray.com/io/netty/netty-transport-native-unix-common/4.1.63.Final/netty-transport-native-unix-common-4.1.63.Final.jar",
                 "directDependencies": [
-                    "io.netty:netty-buffer:4.1.48.Final",
-                    "io.netty:netty-common:4.1.48.Final",
-                    "io.netty:netty-transport:4.1.48.Final"
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "io.netty:netty-common:4.1.63.Final",
+                    "io.netty:netty-transport:4.1.63.Final"
+                ],
+                "dependencies": [
+                    "io.netty:netty-common:4.1.63.Final",
+                    "io.netty:netty-resolver:4.1.63.Final",
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "io.netty:netty-transport:4.1.63.Final"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/netty/netty-transport-native-unix-common/4.1.48.Final/netty-transport-native-unix-common-4.1.48.Final.jar",
+                "url": "https://jcenter.bintray.com/io/netty/netty-transport-native-unix-common/4.1.63.Final/netty-transport-native-unix-common-4.1.63.Final.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/io/netty/netty-transport-native-unix-common/4.1.48.Final/netty-transport-native-unix-common-4.1.48.Final.jar",
-                    "https://maven.google.com/io/netty/netty-transport-native-unix-common/4.1.48.Final/netty-transport-native-unix-common-4.1.48.Final.jar",
-                    "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.48.Final/netty-transport-native-unix-common-4.1.48.Final.jar"
+                    "https://jcenter.bintray.com/io/netty/netty-transport-native-unix-common/4.1.63.Final/netty-transport-native-unix-common-4.1.63.Final.jar",
+                    "https://maven.google.com/io/netty/netty-transport-native-unix-common/4.1.63.Final/netty-transport-native-unix-common-4.1.63.Final.jar",
+                    "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.63.Final/netty-transport-native-unix-common-4.1.63.Final.jar"
                 ],
-                "sha256": "c4142429437845d966babba5eddce47203e1f256209e455019d2538ebec58b95",
-                "url": "https://jcenter.bintray.com/io/netty/netty-transport-native-unix-common/4.1.48.Final/netty-transport-native-unix-common-4.1.48.Final.jar"
+                "sha256": "342caefdda65c8f0fb55305f6b9031b6e533c88bf1d57307b30e540f4978a735"
             },
             {
-                "coord": "io.netty:netty-transport-native-unix-common:jar:sources:4.1.48.Final",
-                "dependencies": [
-                    "io.netty:netty-common:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport:jar:sources:4.1.48.Final",
-                    "io.netty:netty-resolver:jar:sources:4.1.48.Final",
-                    "io.netty:netty-buffer:jar:sources:4.1.48.Final"
-                ],
+                "coord": "io.netty:netty-transport-native-unix-common:jar:sources:4.1.63.Final",
+                "file": "v1/https/jcenter.bintray.com/io/netty/netty-transport-native-unix-common/4.1.63.Final/netty-transport-native-unix-common-4.1.63.Final-sources.jar",
                 "directDependencies": [
-                    "io.netty:netty-buffer:jar:sources:4.1.48.Final",
-                    "io.netty:netty-common:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport:jar:sources:4.1.48.Final"
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "io.netty:netty-transport:jar:sources:4.1.63.Final"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/netty/netty-transport-native-unix-common/4.1.48.Final/netty-transport-native-unix-common-4.1.48.Final-sources.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/io/netty/netty-transport-native-unix-common/4.1.48.Final/netty-transport-native-unix-common-4.1.48.Final-sources.jar",
-                    "https://maven.google.com/io/netty/netty-transport-native-unix-common/4.1.48.Final/netty-transport-native-unix-common-4.1.48.Final-sources.jar",
-                    "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.48.Final/netty-transport-native-unix-common-4.1.48.Final-sources.jar"
+                "dependencies": [
+                    "io.netty:netty-resolver:jar:sources:4.1.63.Final",
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "io.netty:netty-transport:jar:sources:4.1.63.Final"
+                ],
+                "url": "https://jcenter.bintray.com/io/netty/netty-transport-native-unix-common/4.1.63.Final/netty-transport-native-unix-common-4.1.63.Final-sources.jar",
+                "mirror_urls": [
+                    "https://jcenter.bintray.com/io/netty/netty-transport-native-unix-common/4.1.63.Final/netty-transport-native-unix-common-4.1.63.Final-sources.jar",
+                    "https://maven.google.com/io/netty/netty-transport-native-unix-common/4.1.63.Final/netty-transport-native-unix-common-4.1.63.Final-sources.jar",
+                    "https://repo1.maven.org/maven2/io/netty/netty-transport-native-unix-common/4.1.63.Final/netty-transport-native-unix-common-4.1.63.Final-sources.jar"
                 ],
-                "sha256": "43bfcda404e6366fc73944f5105d6ad85104d52070b0c729fd1102a8f7136565",
-                "url": "https://jcenter.bintray.com/io/netty/netty-transport-native-unix-common/4.1.48.Final/netty-transport-native-unix-common-4.1.48.Final-sources.jar"
+                "sha256": "a0ee04cdbf3e81c0e89ff7e6e5cf5844dbb57a89edd89f60be22bef17fd46dab"
             },
             {
-                "coord": "io.netty:netty-transport:4.1.48.Final",
-                "dependencies": [
-                    "io.netty:netty-common:4.1.48.Final",
-                    "io.netty:netty-resolver:4.1.48.Final"
-                ],
+                "coord": "io.netty:netty-transport:4.1.63.Final",
+                "file": "v1/https/jcenter.bintray.com/io/netty/netty-transport/4.1.63.Final/netty-transport-4.1.63.Final.jar",
                 "directDependencies": [
-                    "io.netty:netty-common:4.1.48.Final",
-                    "io.netty:netty-resolver:4.1.48.Final"
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "io.netty:netty-common:4.1.63.Final",
+                    "io.netty:netty-resolver:4.1.63.Final"
                 ],
-                "exclusions": [
-                    "io.netty:netty-buffer"
+                "dependencies": [
+                    "io.netty:netty-common:4.1.63.Final",
+                    "io.netty:netty-resolver:4.1.63.Final",
+                    "io.netty:netty-buffer:4.1.63.Final"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/netty/netty-transport/4.1.48.Final/netty-transport-4.1.48.Final.jar",
+                "url": "https://jcenter.bintray.com/io/netty/netty-transport/4.1.63.Final/netty-transport-4.1.63.Final.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/io/netty/netty-transport/4.1.48.Final/netty-transport-4.1.48.Final.jar",
-                    "https://maven.google.com/io/netty/netty-transport/4.1.48.Final/netty-transport-4.1.48.Final.jar",
-                    "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.48.Final/netty-transport-4.1.48.Final.jar"
+                    "https://jcenter.bintray.com/io/netty/netty-transport/4.1.63.Final/netty-transport-4.1.63.Final.jar",
+                    "https://maven.google.com/io/netty/netty-transport/4.1.63.Final/netty-transport-4.1.63.Final.jar",
+                    "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.63.Final/netty-transport-4.1.63.Final.jar"
                 ],
-                "sha256": "6b4ba9e09a8e060bad2540845491b5fa1ca73614d157860e657f4027c91e72fd",
-                "url": "https://jcenter.bintray.com/io/netty/netty-transport/4.1.48.Final/netty-transport-4.1.48.Final.jar"
+                "sha256": "55f633ee6eed311cc7d8be8675267f2dae7467de3c79144d224be38d004d3fcf"
             },
             {
-                "coord": "io.netty:netty-transport:jar:sources:4.1.48.Final",
-                "dependencies": [
-                    "io.netty:netty-common:jar:sources:4.1.48.Final",
-                    "io.netty:netty-resolver:jar:sources:4.1.48.Final"
-                ],
+                "coord": "io.netty:netty-transport:jar:sources:4.1.63.Final",
+                "file": "v1/https/jcenter.bintray.com/io/netty/netty-transport/4.1.63.Final/netty-transport-4.1.63.Final-sources.jar",
                 "directDependencies": [
-                    "io.netty:netty-common:jar:sources:4.1.48.Final",
-                    "io.netty:netty-resolver:jar:sources:4.1.48.Final"
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "io.netty:netty-resolver:jar:sources:4.1.63.Final"
                 ],
-                "exclusions": [
-                    "io.netty:netty-buffer"
+                "dependencies": [
+                    "io.netty:netty-resolver:jar:sources:4.1.63.Final",
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final"
                 ],
-                "file": "v1/https/jcenter.bintray.com/io/netty/netty-transport/4.1.48.Final/netty-transport-4.1.48.Final-sources.jar",
+                "url": "https://jcenter.bintray.com/io/netty/netty-transport/4.1.63.Final/netty-transport-4.1.63.Final-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/io/netty/netty-transport/4.1.48.Final/netty-transport-4.1.48.Final-sources.jar",
-                    "https://maven.google.com/io/netty/netty-transport/4.1.48.Final/netty-transport-4.1.48.Final-sources.jar",
-                    "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.48.Final/netty-transport-4.1.48.Final-sources.jar"
+                    "https://jcenter.bintray.com/io/netty/netty-transport/4.1.63.Final/netty-transport-4.1.63.Final-sources.jar",
+                    "https://maven.google.com/io/netty/netty-transport/4.1.63.Final/netty-transport-4.1.63.Final-sources.jar",
+                    "https://repo1.maven.org/maven2/io/netty/netty-transport/4.1.63.Final/netty-transport-4.1.63.Final-sources.jar"
                 ],
-                "sha256": "9d973dfff21f3d41745e1189721fdd2e7d717b8e410d438041d27d2e08df94d1",
-                "url": "https://jcenter.bintray.com/io/netty/netty-transport/4.1.48.Final/netty-transport-4.1.48.Final-sources.jar"
+                "sha256": "aaac0d3f51999fef2bd98639c052b3e6681b0e23c984398e606949cadda8e9f5"
             },
             {
                 "coord": "io.swagger:swagger-annotations:1.6.2",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/io/swagger/swagger-annotations/1.6.2/swagger-annotations-1.6.2.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/io/swagger/swagger-annotations/1.6.2/swagger-annotations-1.6.2.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/io/swagger/swagger-annotations/1.6.2/swagger-annotations-1.6.2.jar",
                     "https://maven.google.com/io/swagger/swagger-annotations/1.6.2/swagger-annotations-1.6.2.jar",
                     "https://repo1.maven.org/maven2/io/swagger/swagger-annotations/1.6.2/swagger-annotations-1.6.2.jar"
                 ],
-                "sha256": "68d68a3d0b55ab68372b90f9b8d93787a8ebcc368b7c4d8d7ee5fb92d57fb11b",
-                "url": "https://jcenter.bintray.com/io/swagger/swagger-annotations/1.6.2/swagger-annotations-1.6.2.jar"
+                "sha256": "68d68a3d0b55ab68372b90f9b8d93787a8ebcc368b7c4d8d7ee5fb92d57fb11b"
             },
             {
                 "coord": "io.swagger:swagger-annotations:jar:sources:1.6.2",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/io/swagger/swagger-annotations/1.6.2/swagger-annotations-1.6.2-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/io/swagger/swagger-annotations/1.6.2/swagger-annotations-1.6.2-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/io/swagger/swagger-annotations/1.6.2/swagger-annotations-1.6.2-sources.jar",
                     "https://maven.google.com/io/swagger/swagger-annotations/1.6.2/swagger-annotations-1.6.2-sources.jar",
                     "https://repo1.maven.org/maven2/io/swagger/swagger-annotations/1.6.2/swagger-annotations-1.6.2-sources.jar"
                 ],
-                "sha256": "03223b165c971a2449fb36f61a48e425b0ae0b9c026aac1c9038fdb53996f488",
-                "url": "https://jcenter.bintray.com/io/swagger/swagger-annotations/1.6.2/swagger-annotations-1.6.2-sources.jar"
+                "sha256": "03223b165c971a2449fb36f61a48e425b0ae0b9c026aac1c9038fdb53996f488"
             },
             {
                 "coord": "it.unimi.dsi:fastutil:8.1.1",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/it/unimi/dsi/fastutil/8.1.1/fastutil-8.1.1.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/it/unimi/dsi/fastutil/8.1.1/fastutil-8.1.1.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/it/unimi/dsi/fastutil/8.1.1/fastutil-8.1.1.jar",
                     "https://maven.google.com/it/unimi/dsi/fastutil/8.1.1/fastutil-8.1.1.jar",
                     "https://repo1.maven.org/maven2/it/unimi/dsi/fastutil/8.1.1/fastutil-8.1.1.jar"
                 ],
-                "sha256": "d9cdf8d69e1abde5d6ee509977340c29669f672ed9cc03ccff4d4f1981c071b1",
-                "url": "https://jcenter.bintray.com/it/unimi/dsi/fastutil/8.1.1/fastutil-8.1.1.jar"
+                "sha256": "d9cdf8d69e1abde5d6ee509977340c29669f672ed9cc03ccff4d4f1981c071b1"
             },
             {
                 "coord": "it.unimi.dsi:fastutil:jar:sources:8.1.1",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/it/unimi/dsi/fastutil/8.1.1/fastutil-8.1.1-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/it/unimi/dsi/fastutil/8.1.1/fastutil-8.1.1-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/it/unimi/dsi/fastutil/8.1.1/fastutil-8.1.1-sources.jar",
                     "https://maven.google.com/it/unimi/dsi/fastutil/8.1.1/fastutil-8.1.1-sources.jar",
                     "https://repo1.maven.org/maven2/it/unimi/dsi/fastutil/8.1.1/fastutil-8.1.1-sources.jar"
                 ],
-                "sha256": "0262568658d3972d152b956b44ae351e9203bc323527052afd6a7ff5122f5d6c",
-                "url": "https://jcenter.bintray.com/it/unimi/dsi/fastutil/8.1.1/fastutil-8.1.1-sources.jar"
+                "sha256": "0262568658d3972d152b956b44ae351e9203bc323527052afd6a7ff5122f5d6c"
             },
             {
                 "coord": "javax.activation:activation:1.1.1",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/javax/activation/activation/1.1.1/activation-1.1.1.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/javax/activation/activation/1.1.1/activation-1.1.1.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/javax/activation/activation/1.1.1/activation-1.1.1.jar",
                     "https://maven.google.com/javax/activation/activation/1.1.1/activation-1.1.1.jar",
                     "https://repo1.maven.org/maven2/javax/activation/activation/1.1.1/activation-1.1.1.jar"
                 ],
-                "sha256": "ae475120e9fcd99b4b00b38329bd61cdc5eb754eee03fe66c01f50e137724f99",
-                "url": "https://jcenter.bintray.com/javax/activation/activation/1.1.1/activation-1.1.1.jar"
+                "sha256": "ae475120e9fcd99b4b00b38329bd61cdc5eb754eee03fe66c01f50e137724f99"
             },
             {
                 "coord": "javax.activation:activation:jar:sources:1.1.1",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/javax/activation/activation/1.1.1/activation-1.1.1-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/javax/activation/activation/1.1.1/activation-1.1.1-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/javax/activation/activation/1.1.1/activation-1.1.1-sources.jar",
                     "https://maven.google.com/javax/activation/activation/1.1.1/activation-1.1.1-sources.jar",
                     "https://repo1.maven.org/maven2/javax/activation/activation/1.1.1/activation-1.1.1-sources.jar"
                 ],
-                "sha256": "8f0625a411700ec64163f8d4bba860475519acb9799f47139c7f49740fd93703",
-                "url": "https://jcenter.bintray.com/javax/activation/activation/1.1.1/activation-1.1.1-sources.jar"
+                "sha256": "8f0625a411700ec64163f8d4bba860475519acb9799f47139c7f49740fd93703"
             },
             {
                 "coord": "javax.annotation:javax.annotation-api:1.3.2",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar",
                     "https://maven.google.com/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar",
                     "https://repo1.maven.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar"
                 ],
-                "sha256": "e04ba5195bcd555dc95650f7cc614d151e4bcd52d29a10b8aa2197f3ab89ab9b",
-                "url": "https://jcenter.bintray.com/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar"
+                "sha256": "e04ba5195bcd555dc95650f7cc614d151e4bcd52d29a10b8aa2197f3ab89ab9b"
             },
             {
                 "coord": "javax.annotation:javax.annotation-api:jar:sources:1.3.2",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2-sources.jar",
                     "https://maven.google.com/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2-sources.jar",
                     "https://repo1.maven.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2-sources.jar"
                 ],
-                "sha256": "128971e52e0d84a66e3b6e049dab8ad7b2c58b7e1ad37fa2debd3d40c2947b95",
-                "url": "https://jcenter.bintray.com/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2-sources.jar"
+                "sha256": "128971e52e0d84a66e3b6e049dab8ad7b2c58b7e1ad37fa2debd3d40c2947b95"
             },
             {
                 "coord": "javax.inject:javax.inject:1",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/javax/inject/javax.inject/1/javax.inject-1.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/javax/inject/javax.inject/1/javax.inject-1.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/javax/inject/javax.inject/1/javax.inject-1.jar",
                     "https://maven.google.com/javax/inject/javax.inject/1/javax.inject-1.jar",
                     "https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar"
                 ],
-                "sha256": "91c77044a50c481636c32d916fd89c9118a72195390452c81065080f957de7ff",
-                "url": "https://jcenter.bintray.com/javax/inject/javax.inject/1/javax.inject-1.jar"
+                "sha256": "91c77044a50c481636c32d916fd89c9118a72195390452c81065080f957de7ff"
             },
             {
                 "coord": "javax.inject:javax.inject:jar:sources:1",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/javax/inject/javax.inject/1/javax.inject-1-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/javax/inject/javax.inject/1/javax.inject-1-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/javax/inject/javax.inject/1/javax.inject-1-sources.jar",
                     "https://maven.google.com/javax/inject/javax.inject/1/javax.inject-1-sources.jar",
                     "https://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1-sources.jar"
                 ],
-                "sha256": "c4b87ee2911c139c3daf498a781967f1eb2e75bc1a8529a2e7b328a15d0e433e",
-                "url": "https://jcenter.bintray.com/javax/inject/javax.inject/1/javax.inject-1-sources.jar"
+                "sha256": "c4b87ee2911c139c3daf498a781967f1eb2e75bc1a8529a2e7b328a15d0e433e"
             },
             {
                 "coord": "javax.servlet:javax.servlet-api:3.1.0",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar",
                     "https://maven.google.com/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar",
                     "https://repo1.maven.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar"
                 ],
-                "sha256": "af456b2dd41c4e82cf54f3e743bc678973d9fe35bd4d3071fa05c7e5333b8482",
-                "url": "https://jcenter.bintray.com/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar"
+                "sha256": "af456b2dd41c4e82cf54f3e743bc678973d9fe35bd4d3071fa05c7e5333b8482"
             },
             {
                 "coord": "javax.servlet:javax.servlet-api:jar:sources:3.1.0",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0-sources.jar",
                     "https://maven.google.com/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0-sources.jar",
                     "https://repo1.maven.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0-sources.jar"
                 ],
-                "sha256": "5c6d640f01e8e7ffdba21b2b75c0f64f0c30fd1fc3372123750c034cb363012a",
-                "url": "https://jcenter.bintray.com/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0-sources.jar"
+                "sha256": "5c6d640f01e8e7ffdba21b2b75c0f64f0c30fd1fc3372123750c034cb363012a"
             },
             {
                 "coord": "javax.validation:validation-api:1.1.0.Final",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar",
                     "https://maven.google.com/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar",
                     "https://repo1.maven.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar"
                 ],
-                "sha256": "f39d7ba7253e35f5ac48081ec1bc28c5df9b32ac4b7db20853e5a8e76bf7b0ed",
-                "url": "https://jcenter.bintray.com/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar"
+                "sha256": "f39d7ba7253e35f5ac48081ec1bc28c5df9b32ac4b7db20853e5a8e76bf7b0ed"
             },
             {
                 "coord": "javax.validation:validation-api:jar:sources:1.1.0.Final",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final-sources.jar",
                     "https://maven.google.com/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final-sources.jar",
                     "https://repo1.maven.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final-sources.jar"
                 ],
-                "sha256": "30c421ac184ae6204961304b60cd06db5fde3db5159e81430bcdcb386cf19470",
-                "url": "https://jcenter.bintray.com/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final-sources.jar"
+                "sha256": "30c421ac184ae6204961304b60cd06db5fde3db5159e81430bcdcb386cf19470"
             },
             {
                 "coord": "javax.ws.rs:javax.ws.rs-api:2.0.1",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar",
                     "https://maven.google.com/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar",
                     "https://repo1.maven.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar"
                 ],
-                "sha256": "38607d626f2288d8fbc1b1f8a62c369e63806d9a313ac7cbc5f9d6c94f4b466d",
-                "url": "https://jcenter.bintray.com/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar"
+                "sha256": "38607d626f2288d8fbc1b1f8a62c369e63806d9a313ac7cbc5f9d6c94f4b466d"
             },
             {
                 "coord": "javax.ws.rs:javax.ws.rs-api:jar:sources:2.0.1",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1-sources.jar",
                     "https://maven.google.com/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1-sources.jar",
                     "https://repo1.maven.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1-sources.jar"
                 ],
-                "sha256": "e5195bd059fe5b6f46f376bf52e2bc230b017a3975ec586dee4fbaca7ec02206",
-                "url": "https://jcenter.bintray.com/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1-sources.jar"
+                "sha256": "e5195bd059fe5b6f46f376bf52e2bc230b017a3975ec586dee4fbaca7ec02206"
             },
             {
                 "coord": "javax.xml.bind:jaxb-api:2.3.0",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar",
                     "https://maven.google.com/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar",
                     "https://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar"
                 ],
-                "sha256": "883007989d373d19f352ba9792b25dec21dc7d0e205a710a93a3815101bb3d03",
-                "url": "https://jcenter.bintray.com/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar"
+                "sha256": "883007989d373d19f352ba9792b25dec21dc7d0e205a710a93a3815101bb3d03"
             },
             {
                 "coord": "javax.xml.bind:jaxb-api:jar:sources:2.3.0",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0-sources.jar",
                     "https://maven.google.com/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0-sources.jar",
                     "https://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0-sources.jar"
                 ],
-                "sha256": "de09da7ffa14a4d6d35bde4452b3a88fafa1b8aa5aca0d5bad427649069e8b9f",
-                "url": "https://jcenter.bintray.com/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0-sources.jar"
+                "sha256": "de09da7ffa14a4d6d35bde4452b3a88fafa1b8aa5aca0d5bad427649069e8b9f"
             },
             {
                 "coord": "joda-time:joda-time:2.10.8",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/joda-time/joda-time/2.10.8/joda-time-2.10.8.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/joda-time/joda-time/2.10.8/joda-time-2.10.8.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/joda-time/joda-time/2.10.8/joda-time-2.10.8.jar",
                     "https://maven.google.com/joda-time/joda-time/2.10.8/joda-time-2.10.8.jar",
                     "https://repo1.maven.org/maven2/joda-time/joda-time/2.10.8/joda-time-2.10.8.jar"
                 ],
-                "sha256": "da04572b431597f0a42e6a7f44973f2bdc975776c25ad3cdb2ba92d17c554a66",
-                "url": "https://jcenter.bintray.com/joda-time/joda-time/2.10.8/joda-time-2.10.8.jar"
+                "sha256": "da04572b431597f0a42e6a7f44973f2bdc975776c25ad3cdb2ba92d17c554a66"
             },
             {
                 "coord": "joda-time:joda-time:jar:sources:2.10.8",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/joda-time/joda-time/2.10.8/joda-time-2.10.8-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/joda-time/joda-time/2.10.8/joda-time-2.10.8-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/joda-time/joda-time/2.10.8/joda-time-2.10.8-sources.jar",
                     "https://maven.google.com/joda-time/joda-time/2.10.8/joda-time-2.10.8-sources.jar",
                     "https://repo1.maven.org/maven2/joda-time/joda-time/2.10.8/joda-time-2.10.8-sources.jar"
                 ],
-                "sha256": "feb9cd09bd5ed51bfda40a3915e1d57f466bf089e95cf278ed5a865c4e18fc24",
-                "url": "https://jcenter.bintray.com/joda-time/joda-time/2.10.8/joda-time-2.10.8-sources.jar"
+                "sha256": "feb9cd09bd5ed51bfda40a3915e1d57f466bf089e95cf278ed5a865c4e18fc24"
             },
             {
                 "coord": "junit:junit:4.12",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/junit/junit/4.12/junit-4.12.jar",
+                "directDependencies": [
                     "org.hamcrest:hamcrest-core:1.3"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "org.hamcrest:hamcrest-core:1.3"
                 ],
-                "file": "v1/https/jcenter.bintray.com/junit/junit/4.12/junit-4.12.jar",
+                "url": "https://jcenter.bintray.com/junit/junit/4.12/junit-4.12.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/junit/junit/4.12/junit-4.12.jar",
                     "https://maven.google.com/junit/junit/4.12/junit-4.12.jar",
                     "https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar"
                 ],
-                "sha256": "59721f0805e223d84b90677887d9ff567dc534d7c502ca903c0c2b17f05c116a",
-                "url": "https://jcenter.bintray.com/junit/junit/4.12/junit-4.12.jar"
+                "sha256": "59721f0805e223d84b90677887d9ff567dc534d7c502ca903c0c2b17f05c116a"
             },
             {
                 "coord": "junit:junit:jar:sources:4.12",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/junit/junit/4.12/junit-4.12-sources.jar",
+                "directDependencies": [
                     "org.hamcrest:hamcrest-core:jar:sources:1.3"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "org.hamcrest:hamcrest-core:jar:sources:1.3"
                 ],
-                "file": "v1/https/jcenter.bintray.com/junit/junit/4.12/junit-4.12-sources.jar",
+                "url": "https://jcenter.bintray.com/junit/junit/4.12/junit-4.12-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/junit/junit/4.12/junit-4.12-sources.jar",
                     "https://maven.google.com/junit/junit/4.12/junit-4.12-sources.jar",
                     "https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12-sources.jar"
                 ],
-                "sha256": "9f43fea92033ad82bcad2ae44cec5c82abc9d6ee4b095cab921d11ead98bf2ff",
-                "url": "https://jcenter.bintray.com/junit/junit/4.12/junit-4.12-sources.jar"
+                "sha256": "9f43fea92033ad82bcad2ae44cec5c82abc9d6ee4b095cab921d11ead98bf2ff"
             },
             {
                 "coord": "log4j:log4j:1.2.17",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/log4j/log4j/1.2.17/log4j-1.2.17.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/log4j/log4j/1.2.17/log4j-1.2.17.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/log4j/log4j/1.2.17/log4j-1.2.17.jar",
                     "https://maven.google.com/log4j/log4j/1.2.17/log4j-1.2.17.jar",
                     "https://repo1.maven.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar"
                 ],
-                "sha256": "1d31696445697720527091754369082a6651bd49781b6005deb94e56753406f9",
-                "url": "https://jcenter.bintray.com/log4j/log4j/1.2.17/log4j-1.2.17.jar"
+                "sha256": "1d31696445697720527091754369082a6651bd49781b6005deb94e56753406f9"
             },
             {
                 "coord": "log4j:log4j:jar:sources:1.2.17",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/log4j/log4j/1.2.17/log4j-1.2.17-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/log4j/log4j/1.2.17/log4j-1.2.17-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/log4j/log4j/1.2.17/log4j-1.2.17-sources.jar",
                     "https://maven.google.com/log4j/log4j/1.2.17/log4j-1.2.17-sources.jar",
                     "https://repo1.maven.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17-sources.jar"
                 ],
-                "sha256": "4d9ba787af1692aa88417c2a47a37a98125d645b91ab556252dbee0f45225493",
-                "url": "https://jcenter.bintray.com/log4j/log4j/1.2.17/log4j-1.2.17-sources.jar"
+                "sha256": "4d9ba787af1692aa88417c2a47a37a98125d645b91ab556252dbee0f45225493"
             },
             {
                 "coord": "net.java.dev.jets3t:jets3t:0.7.1",
-                "dependencies": [
-                    "commons-httpclient:commons-httpclient:3.1",
+                "file": "v1/https/jcenter.bintray.com/net/java/dev/jets3t/jets3t/0.7.1/jets3t-0.7.1.jar",
+                "directDependencies": [
                     "commons-codec:commons-codec:1.15",
+                    "commons-httpclient:commons-httpclient:3.1",
                     "commons-logging:commons-logging:1.2"
                 ],
-                "directDependencies": [
-                    "commons-codec:commons-codec:1.15",
+                "dependencies": [
                     "commons-httpclient:commons-httpclient:3.1",
+                    "commons-codec:commons-codec:1.15",
                     "commons-logging:commons-logging:1.2"
                 ],
-                "file": "v1/https/jcenter.bintray.com/net/java/dev/jets3t/jets3t/0.7.1/jets3t-0.7.1.jar",
+                "url": "https://jcenter.bintray.com/net/java/dev/jets3t/jets3t/0.7.1/jets3t-0.7.1.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/net/java/dev/jets3t/jets3t/0.7.1/jets3t-0.7.1.jar",
                     "https://maven.google.com/net/java/dev/jets3t/jets3t/0.7.1/jets3t-0.7.1.jar",
                     "https://repo1.maven.org/maven2/net/java/dev/jets3t/jets3t/0.7.1/jets3t-0.7.1.jar"
                 ],
-                "sha256": "cf3c047571471682a7f59df54808a7143d78c6b8f6826809ee95a2f9637b7e60",
-                "url": "https://jcenter.bintray.com/net/java/dev/jets3t/jets3t/0.7.1/jets3t-0.7.1.jar"
+                "sha256": "cf3c047571471682a7f59df54808a7143d78c6b8f6826809ee95a2f9637b7e60"
             },
             {
                 "coord": "net.java.dev.jets3t:jets3t:jar:sources:0.7.1",
-                "dependencies": [
-                    "commons-httpclient:commons-httpclient:jar:sources:3.1",
+                "file": "v1/https/jcenter.bintray.com/net/java/dev/jets3t/jets3t/0.7.1/jets3t-0.7.1-sources.jar",
+                "directDependencies": [
                     "commons-codec:commons-codec:jar:sources:1.15",
+                    "commons-httpclient:commons-httpclient:jar:sources:3.1",
                     "commons-logging:commons-logging:jar:sources:1.2"
                 ],
-                "directDependencies": [
-                    "commons-codec:commons-codec:jar:sources:1.15",
+                "dependencies": [
                     "commons-httpclient:commons-httpclient:jar:sources:3.1",
+                    "commons-codec:commons-codec:jar:sources:1.15",
                     "commons-logging:commons-logging:jar:sources:1.2"
                 ],
-                "file": "v1/https/jcenter.bintray.com/net/java/dev/jets3t/jets3t/0.7.1/jets3t-0.7.1-sources.jar",
+                "url": "https://jcenter.bintray.com/net/java/dev/jets3t/jets3t/0.7.1/jets3t-0.7.1-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/net/java/dev/jets3t/jets3t/0.7.1/jets3t-0.7.1-sources.jar",
                     "https://maven.google.com/net/java/dev/jets3t/jets3t/0.7.1/jets3t-0.7.1-sources.jar",
                     "https://repo1.maven.org/maven2/net/java/dev/jets3t/jets3t/0.7.1/jets3t-0.7.1-sources.jar"
                 ],
-                "sha256": "a530a8994182272306528c1ba3a3ac0688102585737f192398abbf7126ba4665",
-                "url": "https://jcenter.bintray.com/net/java/dev/jets3t/jets3t/0.7.1/jets3t-0.7.1-sources.jar"
+                "sha256": "a530a8994182272306528c1ba3a3ac0688102585737f192398abbf7126ba4665"
             },
             {
-                "coord": "net.jcip:jcip-annotations:1.0",
+                "coord": "net.java.dev.jna:jna:3.2.7",
+                "file": "v1/https/jcenter.bintray.com/net/java/dev/jna/jna/3.2.7/jna-3.2.7.jar",
+                "directDependencies": [],
                 "dependencies": [],
+                "url": "https://jcenter.bintray.com/net/java/dev/jna/jna/3.2.7/jna-3.2.7.jar",
+                "mirror_urls": [
+                    "https://jcenter.bintray.com/net/java/dev/jna/jna/3.2.7/jna-3.2.7.jar",
+                    "https://maven.google.com/net/java/dev/jna/jna/3.2.7/jna-3.2.7.jar",
+                    "https://repo1.maven.org/maven2/net/java/dev/jna/jna/3.2.7/jna-3.2.7.jar"
+                ],
+                "sha256": "722b31d0c8b14a7e7e24f332c88e7dc658c1703f7e03813670b9cc89ce795606"
+            },
+            {
+                "coord": "net.java.dev.jna:jna:jar:sources:3.2.7",
+                "file": "v1/https/jcenter.bintray.com/net/java/dev/jna/jna/3.2.7/jna-3.2.7-sources.jar",
                 "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/net/java/dev/jna/jna/3.2.7/jna-3.2.7-sources.jar",
+                "mirror_urls": [
+                    "https://jcenter.bintray.com/net/java/dev/jna/jna/3.2.7/jna-3.2.7-sources.jar",
+                    "https://maven.google.com/net/java/dev/jna/jna/3.2.7/jna-3.2.7-sources.jar",
+                    "https://repo1.maven.org/maven2/net/java/dev/jna/jna/3.2.7/jna-3.2.7-sources.jar"
+                ],
+                "sha256": "e6611b2814d5809ca127c675f5b67bd342a78f3370820c576391b08094e91bea"
+            },
+            {
+                "coord": "net.jcip:jcip-annotations:1.0",
                 "file": "v1/https/jcenter.bintray.com/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar",
                     "https://maven.google.com/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar",
                     "https://repo1.maven.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar"
                 ],
-                "sha256": "be5805392060c71474bf6c9a67a099471274d30b83eef84bfc4e0889a4f1dcc0",
-                "url": "https://jcenter.bintray.com/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar"
+                "sha256": "be5805392060c71474bf6c9a67a099471274d30b83eef84bfc4e0889a4f1dcc0"
             },
             {
                 "coord": "net.jcip:jcip-annotations:jar:sources:1.0",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0-sources.jar",
                     "https://maven.google.com/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0-sources.jar",
                     "https://repo1.maven.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0-sources.jar"
                 ],
-                "sha256": "e3ad6ae439e3cf8a25372de838efaa1a95f8ef9b5053d5d94fafe89c8c09814e",
-                "url": "https://jcenter.bintray.com/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0-sources.jar"
+                "sha256": "e3ad6ae439e3cf8a25372de838efaa1a95f8ef9b5053d5d94fafe89c8c09814e"
             },
             {
                 "coord": "net.jpountz.lz4:lz4:1.3.0",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/net/jpountz/lz4/lz4/1.3.0/lz4-1.3.0.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/net/jpountz/lz4/lz4/1.3.0/lz4-1.3.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/net/jpountz/lz4/lz4/1.3.0/lz4-1.3.0.jar",
                     "https://maven.google.com/net/jpountz/lz4/lz4/1.3.0/lz4-1.3.0.jar",
                     "https://repo1.maven.org/maven2/net/jpountz/lz4/lz4/1.3.0/lz4-1.3.0.jar"
                 ],
-                "sha256": "b877a4d4a3a0140486d3d0f83d9058e7c0ff6ca80b00d2f7b77145935b385b56",
-                "url": "https://jcenter.bintray.com/net/jpountz/lz4/lz4/1.3.0/lz4-1.3.0.jar"
+                "sha256": "b877a4d4a3a0140486d3d0f83d9058e7c0ff6ca80b00d2f7b77145935b385b56"
             },
             {
                 "coord": "net.jpountz.lz4:lz4:jar:sources:1.3.0",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/net/jpountz/lz4/lz4/1.3.0/lz4-1.3.0-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/net/jpountz/lz4/lz4/1.3.0/lz4-1.3.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/net/jpountz/lz4/lz4/1.3.0/lz4-1.3.0-sources.jar",
                     "https://maven.google.com/net/jpountz/lz4/lz4/1.3.0/lz4-1.3.0-sources.jar",
                     "https://repo1.maven.org/maven2/net/jpountz/lz4/lz4/1.3.0/lz4-1.3.0-sources.jar"
                 ],
-                "sha256": "956df26ca2bca3131a578688e300daeaef4e99e794516bdbcc5272e804c6f4ee",
-                "url": "https://jcenter.bintray.com/net/jpountz/lz4/lz4/1.3.0/lz4-1.3.0-sources.jar"
+                "sha256": "956df26ca2bca3131a578688e300daeaef4e99e794516bdbcc5272e804c6f4ee"
             },
             {
                 "coord": "net.minidev:accessors-smart:1.1",
-                "dependencies": [
-                    "org.ow2.asm:asm:5.0.4"
-                ],
+                "file": "v1/https/jcenter.bintray.com/net/minidev/accessors-smart/1.1/accessors-smart-1.1.jar",
                 "directDependencies": [
-                    "org.ow2.asm:asm:5.0.4"
+                    "org.ow2.asm:asm:5.0.3"
                 ],
-                "file": "v1/https/jcenter.bintray.com/net/minidev/accessors-smart/1.1/accessors-smart-1.1.jar",
+                "dependencies": [
+                    "org.ow2.asm:asm:5.0.3"
+                ],
+                "url": "https://jcenter.bintray.com/net/minidev/accessors-smart/1.1/accessors-smart-1.1.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/net/minidev/accessors-smart/1.1/accessors-smart-1.1.jar",
                     "https://maven.google.com/net/minidev/accessors-smart/1.1/accessors-smart-1.1.jar",
                     "https://repo1.maven.org/maven2/net/minidev/accessors-smart/1.1/accessors-smart-1.1.jar"
                 ],
-                "sha256": "e6e04753913546da3ff0fbf532ac2831d0266f69246b1e6e295ba367aa9f02a5",
-                "url": "https://jcenter.bintray.com/net/minidev/accessors-smart/1.1/accessors-smart-1.1.jar"
+                "sha256": "e6e04753913546da3ff0fbf532ac2831d0266f69246b1e6e295ba367aa9f02a5"
             },
             {
                 "coord": "net.minidev:accessors-smart:jar:sources:1.1",
-                "dependencies": [
-                    "org.ow2.asm:asm:jar:sources:5.0.4"
-                ],
+                "file": "v1/https/jcenter.bintray.com/net/minidev/accessors-smart/1.1/accessors-smart-1.1-sources.jar",
                 "directDependencies": [
-                    "org.ow2.asm:asm:jar:sources:5.0.4"
+                    "org.ow2.asm:asm:jar:sources:5.0.3"
                 ],
-                "file": "v1/https/jcenter.bintray.com/net/minidev/accessors-smart/1.1/accessors-smart-1.1-sources.jar",
+                "dependencies": [
+                    "org.ow2.asm:asm:jar:sources:5.0.3"
+                ],
+                "url": "https://jcenter.bintray.com/net/minidev/accessors-smart/1.1/accessors-smart-1.1-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/net/minidev/accessors-smart/1.1/accessors-smart-1.1-sources.jar",
                     "https://maven.google.com/net/minidev/accessors-smart/1.1/accessors-smart-1.1-sources.jar",
                     "https://repo1.maven.org/maven2/net/minidev/accessors-smart/1.1/accessors-smart-1.1-sources.jar"
                 ],
-                "sha256": "9fba3d176840ae2744ff7cea1d87f3be38cc53b6dcae0781673b5317890b3dd4",
-                "url": "https://jcenter.bintray.com/net/minidev/accessors-smart/1.1/accessors-smart-1.1-sources.jar"
+                "sha256": "9fba3d176840ae2744ff7cea1d87f3be38cc53b6dcae0781673b5317890b3dd4"
             },
             {
                 "coord": "net.minidev:json-smart:2.2",
-                "dependencies": [
-                    "net.minidev:accessors-smart:1.1",
-                    "org.ow2.asm:asm:5.0.4"
-                ],
+                "file": "v1/https/jcenter.bintray.com/net/minidev/json-smart/2.2/json-smart-2.2.jar",
                 "directDependencies": [
                     "net.minidev:accessors-smart:1.1"
                 ],
-                "file": "v1/https/jcenter.bintray.com/net/minidev/json-smart/2.2/json-smart-2.2.jar",
+                "dependencies": [
+                    "org.ow2.asm:asm:5.0.3",
+                    "net.minidev:accessors-smart:1.1"
+                ],
+                "url": "https://jcenter.bintray.com/net/minidev/json-smart/2.2/json-smart-2.2.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/net/minidev/json-smart/2.2/json-smart-2.2.jar",
                     "https://maven.google.com/net/minidev/json-smart/2.2/json-smart-2.2.jar",
                     "https://repo1.maven.org/maven2/net/minidev/json-smart/2.2/json-smart-2.2.jar"
                 ],
-                "sha256": "758d1b10c455a79991d10e2cf178ed89335290a5dcacd5483678ea626c0bd6e4",
-                "url": "https://jcenter.bintray.com/net/minidev/json-smart/2.2/json-smart-2.2.jar"
+                "sha256": "758d1b10c455a79991d10e2cf178ed89335290a5dcacd5483678ea626c0bd6e4"
             },
             {
                 "coord": "net.minidev:json-smart:jar:sources:2.2",
-                "dependencies": [
-                    "net.minidev:accessors-smart:jar:sources:1.1",
-                    "org.ow2.asm:asm:jar:sources:5.0.4"
-                ],
+                "file": "v1/https/jcenter.bintray.com/net/minidev/json-smart/2.2/json-smart-2.2-sources.jar",
                 "directDependencies": [
                     "net.minidev:accessors-smart:jar:sources:1.1"
                 ],
-                "file": "v1/https/jcenter.bintray.com/net/minidev/json-smart/2.2/json-smart-2.2-sources.jar",
+                "dependencies": [
+                    "net.minidev:accessors-smart:jar:sources:1.1",
+                    "org.ow2.asm:asm:jar:sources:5.0.3"
+                ],
+                "url": "https://jcenter.bintray.com/net/minidev/json-smart/2.2/json-smart-2.2-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/net/minidev/json-smart/2.2/json-smart-2.2-sources.jar",
                     "https://maven.google.com/net/minidev/json-smart/2.2/json-smart-2.2-sources.jar",
                     "https://repo1.maven.org/maven2/net/minidev/json-smart/2.2/json-smart-2.2-sources.jar"
                 ],
-                "sha256": "25d4298eeeea14b3cb0160afd63212090efe98164db5c7a7dbc33e8a9a22ada8",
-                "url": "https://jcenter.bintray.com/net/minidev/json-smart/2.2/json-smart-2.2-sources.jar"
+                "sha256": "25d4298eeeea14b3cb0160afd63212090efe98164db5c7a7dbc33e8a9a22ada8"
             },
             {
                 "coord": "net.sf.kosmosfs:kfs:0.3",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/net/sf/kosmosfs/kfs/0.3/kfs-0.3.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/net/sf/kosmosfs/kfs/0.3/kfs-0.3.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/net/sf/kosmosfs/kfs/0.3/kfs-0.3.jar",
                     "https://maven.google.com/net/sf/kosmosfs/kfs/0.3/kfs-0.3.jar",
                     "https://repo1.maven.org/maven2/net/sf/kosmosfs/kfs/0.3/kfs-0.3.jar"
                 ],
-                "sha256": "1807cbffb6c8876cf440b8f7d748fff49cea40ddd2d042bbb62bae3c87ba8842",
-                "url": "https://jcenter.bintray.com/net/sf/kosmosfs/kfs/0.3/kfs-0.3.jar"
+                "sha256": "1807cbffb6c8876cf440b8f7d748fff49cea40ddd2d042bbb62bae3c87ba8842"
             },
             {
                 "coord": "org.antlr:antlr4-runtime:4.5.2-1",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/org/antlr/antlr4-runtime/4.5.2-1/antlr4-runtime-4.5.2-1.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/antlr/antlr4-runtime/4.5.2-1/antlr4-runtime-4.5.2-1.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/antlr/antlr4-runtime/4.5.2-1/antlr4-runtime-4.5.2-1.jar",
                     "https://maven.google.com/org/antlr/antlr4-runtime/4.5.2-1/antlr4-runtime-4.5.2-1.jar",
                     "https://repo1.maven.org/maven2/org/antlr/antlr4-runtime/4.5.2-1/antlr4-runtime-4.5.2-1.jar"
                 ],
-                "sha256": "e831413004bceed7d915c3a175927b1daabc4974b7b8a6f87bbce886d3550398",
-                "url": "https://jcenter.bintray.com/org/antlr/antlr4-runtime/4.5.2-1/antlr4-runtime-4.5.2-1.jar"
+                "sha256": "e831413004bceed7d915c3a175927b1daabc4974b7b8a6f87bbce886d3550398"
             },
             {
                 "coord": "org.antlr:antlr4-runtime:jar:sources:4.5.2-1",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/org/antlr/antlr4-runtime/4.5.2-1/antlr4-runtime-4.5.2-1-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/antlr/antlr4-runtime/4.5.2-1/antlr4-runtime-4.5.2-1-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/antlr/antlr4-runtime/4.5.2-1/antlr4-runtime-4.5.2-1-sources.jar",
                     "https://maven.google.com/org/antlr/antlr4-runtime/4.5.2-1/antlr4-runtime-4.5.2-1-sources.jar",
                     "https://repo1.maven.org/maven2/org/antlr/antlr4-runtime/4.5.2-1/antlr4-runtime-4.5.2-1-sources.jar"
                 ],
-                "sha256": "490bee7f6044bf0e014934ead9d292cae01e83800b0e08946f5a21ddacba5ed1",
-                "url": "https://jcenter.bintray.com/org/antlr/antlr4-runtime/4.5.2-1/antlr4-runtime-4.5.2-1-sources.jar"
+                "sha256": "490bee7f6044bf0e014934ead9d292cae01e83800b0e08946f5a21ddacba5ed1"
             },
             {
                 "coord": "org.apache.avro:avro:1.7.4",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/org/apache/avro/avro/1.7.4/avro-1.7.4.jar",
+                "directDependencies": [
                     "org.slf4j:slf4j-api:1.7.30",
                     "com.thoughtworks.paranamer:paranamer:2.3",
                     "org.apache.commons:commons-compress:1.14",
@@ -3304,7 +3352,7 @@
                     "org.codehaus.jackson:jackson-mapper-asl:1.8.8",
                     "org.codehaus.jackson:jackson-core-asl:1.8.8"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "org.slf4j:slf4j-api:1.7.30",
                     "com.thoughtworks.paranamer:paranamer:2.3",
                     "org.apache.commons:commons-compress:1.14",
@@ -3312,18 +3360,18 @@
                     "org.codehaus.jackson:jackson-mapper-asl:1.8.8",
                     "org.codehaus.jackson:jackson-core-asl:1.8.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/avro/avro/1.7.4/avro-1.7.4.jar",
+                "url": "https://jcenter.bintray.com/org/apache/avro/avro/1.7.4/avro-1.7.4.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/avro/avro/1.7.4/avro-1.7.4.jar",
                     "https://maven.google.com/org/apache/avro/avro/1.7.4/avro-1.7.4.jar",
                     "https://repo1.maven.org/maven2/org/apache/avro/avro/1.7.4/avro-1.7.4.jar"
                 ],
-                "sha256": "a01d26e9a5ed0754e8c88dbb373fba896c57df0a0c424185767a3857855bb222",
-                "url": "https://jcenter.bintray.com/org/apache/avro/avro/1.7.4/avro-1.7.4.jar"
+                "sha256": "a01d26e9a5ed0754e8c88dbb373fba896c57df0a0c424185767a3857855bb222"
             },
             {
                 "coord": "org.apache.avro:avro:jar:sources:1.7.4",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/org/apache/avro/avro/1.7.4/avro-1.7.4-sources.jar",
+                "directDependencies": [
                     "org.codehaus.jackson:jackson-mapper-asl:jar:sources:1.8.8",
                     "org.codehaus.jackson:jackson-core-asl:jar:sources:1.8.8",
                     "com.thoughtworks.paranamer:paranamer:jar:sources:2.3",
@@ -3331,7 +3379,7 @@
                     "org.xerial.snappy:snappy-java:jar:sources:1.1.7.2",
                     "org.apache.commons:commons-compress:jar:sources:1.14"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "org.codehaus.jackson:jackson-mapper-asl:jar:sources:1.8.8",
                     "org.codehaus.jackson:jackson-core-asl:jar:sources:1.8.8",
                     "com.thoughtworks.paranamer:paranamer:jar:sources:2.3",
@@ -3339,1974 +3387,1890 @@
                     "org.xerial.snappy:snappy-java:jar:sources:1.1.7.2",
                     "org.apache.commons:commons-compress:jar:sources:1.14"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/avro/avro/1.7.4/avro-1.7.4-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/avro/avro/1.7.4/avro-1.7.4-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/avro/avro/1.7.4/avro-1.7.4-sources.jar",
                     "https://maven.google.com/org/apache/avro/avro/1.7.4/avro-1.7.4-sources.jar",
                     "https://repo1.maven.org/maven2/org/apache/avro/avro/1.7.4/avro-1.7.4-sources.jar"
                 ],
-                "sha256": "cecd0753fec86ad7c0a6277eaeaae65d403383b93f0d35c4dbcbfe9886079915",
-                "url": "https://jcenter.bintray.com/org/apache/avro/avro/1.7.4/avro-1.7.4-sources.jar"
+                "sha256": "cecd0753fec86ad7c0a6277eaeaae65d403383b93f0d35c4dbcbfe9886079915"
             },
             {
-                "coord": "org.apache.commons:commons-collections4:4.4",
-                "dependencies": [],
-                "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar",
+                "coord": "org.apache.bookkeeper.http:http-server:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/bookkeeper/http/http-server/4.13.0/http-server-4.13.0.jar",
+                "directDependencies": [
+                    "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "commons-configuration:commons-configuration:1.10",
+                    "com.fasterxml.jackson.core:jackson-databind:2.8.8",
+                    "com.fasterxml.jackson.core:jackson-core:2.8.8"
+                ],
+                "dependencies": [
+                    "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
+                    "commons-logging:commons-logging:1.2",
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "commons-lang:commons-lang:2.6",
+                    "commons-configuration:commons-configuration:1.10",
+                    "com.fasterxml.jackson.core:jackson-databind:2.8.8",
+                    "com.fasterxml.jackson.core:jackson-core:2.8.8"
+                ],
+                "url": "https://jcenter.bintray.com/org/apache/bookkeeper/http/http-server/4.13.0/http-server-4.13.0.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar",
-                    "https://maven.google.com/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar",
-                    "https://repo1.maven.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar"
+                    "https://jcenter.bintray.com/org/apache/bookkeeper/http/http-server/4.13.0/http-server-4.13.0.jar",
+                    "https://maven.google.com/org/apache/bookkeeper/http/http-server/4.13.0/http-server-4.13.0.jar",
+                    "https://repo1.maven.org/maven2/org/apache/bookkeeper/http/http-server/4.13.0/http-server-4.13.0.jar"
                 ],
-                "sha256": "1df8b9430b5c8ed143d7815e403e33ef5371b2400aadbe9bda0883762e0846d1",
-                "url": "https://jcenter.bintray.com/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar"
+                "sha256": "e95914fa6eac72730afa286e63163e576249a389d38b4acf152bd1a30a46c1b7"
             },
             {
-                "coord": "org.apache.commons:commons-collections4:jar:sources:4.4",
-                "dependencies": [],
-                "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4-sources.jar",
+                "coord": "org.apache.bookkeeper.http:http-server:jar:sources:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/bookkeeper/http/http-server/4.13.0/http-server-4.13.0-sources.jar",
+                "directDependencies": [
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
+                    "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8"
+                ],
+                "dependencies": [
+                    "commons-lang:commons-lang:jar:sources:2.6",
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "commons-logging:commons-logging:jar:sources:1.2",
+                    "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
+                    "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8"
+                ],
+                "url": "https://jcenter.bintray.com/org/apache/bookkeeper/http/http-server/4.13.0/http-server-4.13.0-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4-sources.jar",
-                    "https://maven.google.com/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/bookkeeper/http/http-server/4.13.0/http-server-4.13.0-sources.jar",
+                    "https://maven.google.com/org/apache/bookkeeper/http/http-server/4.13.0/http-server-4.13.0-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/bookkeeper/http/http-server/4.13.0/http-server-4.13.0-sources.jar"
                 ],
-                "sha256": "93b4ff13ee810830a247dfa83bf5b73c401a591af4c11f3efb9b9da581e70452",
-                "url": "https://jcenter.bintray.com/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4-sources.jar"
+                "sha256": "ac9029eadc1ba1479c43cc1437d5b4f25df4b77692783bcade184353b2af641d"
             },
             {
-                "coord": "org.apache.commons:commons-compress:1.14",
-                "dependencies": [],
-                "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/org/apache/commons/commons-compress/1.14/commons-compress-1.14.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/commons/commons-compress/1.14/commons-compress-1.14.jar",
-                    "https://maven.google.com/org/apache/commons/commons-compress/1.14/commons-compress-1.14.jar",
-                    "https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.14/commons-compress-1.14.jar"
-                ],
-                "sha256": "ad2c50c007e3384b7b46849d7f86a9ede873132256a78179f18b70e3adde7c99",
-                "url": "https://jcenter.bintray.com/org/apache/commons/commons-compress/1.14/commons-compress-1.14.jar"
-            },
-            {
-                "coord": "org.apache.commons:commons-compress:jar:sources:1.14",
-                "dependencies": [],
-                "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/org/apache/commons/commons-compress/1.14/commons-compress-1.14-sources.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/commons/commons-compress/1.14/commons-compress-1.14-sources.jar",
-                    "https://maven.google.com/org/apache/commons/commons-compress/1.14/commons-compress-1.14-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.14/commons-compress-1.14-sources.jar"
+                "coord": "org.apache.bookkeeper.stats:bookkeeper-stats-api:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/bookkeeper/stats/bookkeeper-stats-api/4.13.0/bookkeeper-stats-api-4.13.0.jar",
+                "directDependencies": [
+                    "commons-configuration:commons-configuration:1.10",
+                    "org.slf4j:slf4j-api:1.7.30"
                 ],
-                "sha256": "58c1eb4b545090cdd0de2f4c5ee7b0cbf057439ed607e2206d8a3530a1973010",
-                "url": "https://jcenter.bintray.com/org/apache/commons/commons-compress/1.14/commons-compress-1.14-sources.jar"
-            },
-            {
-                "coord": "org.apache.commons:commons-lang3:3.11",
-                "dependencies": [],
-                "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar",
-                    "https://maven.google.com/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar",
-                    "https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar"
+                "dependencies": [
+                    "commons-configuration:commons-configuration:1.10",
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "commons-logging:commons-logging:1.2",
+                    "commons-lang:commons-lang:2.6"
                 ],
-                "sha256": "4ee380259c068d1dbe9e84ab52186f2acd65de067ec09beff731fca1697fdb16",
-                "url": "https://jcenter.bintray.com/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar"
-            },
-            {
-                "coord": "org.apache.commons:commons-lang3:jar:sources:3.11",
-                "dependencies": [],
-                "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11-sources.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11-sources.jar",
-                    "https://maven.google.com/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11-sources.jar"
+                "exclusions": [
+                    "org.slf4j:slf4j-log4j12"
                 ],
-                "sha256": "8d64ba48fd8a3f70b20cab32f1617ed01ee71af933a768e4955372d28964798a",
-                "url": "https://jcenter.bintray.com/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11-sources.jar"
-            },
-            {
-                "coord": "org.apache.commons:commons-math3:3.6.1",
-                "dependencies": [],
-                "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar",
+                "url": "https://jcenter.bintray.com/org/apache/bookkeeper/stats/bookkeeper-stats-api/4.13.0/bookkeeper-stats-api-4.13.0.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar",
-                    "https://maven.google.com/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar",
-                    "https://repo1.maven.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar"
+                    "https://jcenter.bintray.com/org/apache/bookkeeper/stats/bookkeeper-stats-api/4.13.0/bookkeeper-stats-api-4.13.0.jar",
+                    "https://maven.google.com/org/apache/bookkeeper/stats/bookkeeper-stats-api/4.13.0/bookkeeper-stats-api-4.13.0.jar",
+                    "https://repo1.maven.org/maven2/org/apache/bookkeeper/stats/bookkeeper-stats-api/4.13.0/bookkeeper-stats-api-4.13.0.jar"
                 ],
-                "sha256": "1e56d7b058d28b65abd256b8458e3885b674c1d588fa43cd7d1cbb9c7ef2b308",
-                "url": "https://jcenter.bintray.com/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar"
+                "sha256": "06c95c23e503dcc220816fa0402db41e071ffa60357bacee4bbbc2c632fcaedb"
             },
             {
-                "coord": "org.apache.commons:commons-math3:jar:sources:3.6.1",
-                "dependencies": [],
-                "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1-sources.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1-sources.jar",
-                    "https://maven.google.com/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1-sources.jar"
+                "coord": "org.apache.bookkeeper.stats:bookkeeper-stats-api:jar:sources:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/bookkeeper/stats/bookkeeper-stats-api/4.13.0/bookkeeper-stats-api-4.13.0-sources.jar",
+                "directDependencies": [
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30"
                 ],
-                "sha256": "e2ff85a3c360d56c51a7021614a194f3fbaf224054642ac535016f118322934d",
-                "url": "https://jcenter.bintray.com/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1-sources.jar"
-            },
-            {
-                "coord": "org.apache.commons:commons-text:1.1",
                 "dependencies": [
-                    "org.apache.commons:commons-lang3:3.11"
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "commons-lang:commons-lang:jar:sources:2.6",
+                    "commons-logging:commons-logging:jar:sources:1.2"
                 ],
-                "directDependencies": [
-                    "org.apache.commons:commons-lang3:3.11"
+                "exclusions": [
+                    "org.slf4j:slf4j-log4j12"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/commons/commons-text/1.1/commons-text-1.1.jar",
+                "url": "https://jcenter.bintray.com/org/apache/bookkeeper/stats/bookkeeper-stats-api/4.13.0/bookkeeper-stats-api-4.13.0-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/commons/commons-text/1.1/commons-text-1.1.jar",
-                    "https://maven.google.com/org/apache/commons/commons-text/1.1/commons-text-1.1.jar",
-                    "https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1.jar"
+                    "https://jcenter.bintray.com/org/apache/bookkeeper/stats/bookkeeper-stats-api/4.13.0/bookkeeper-stats-api-4.13.0-sources.jar",
+                    "https://maven.google.com/org/apache/bookkeeper/stats/bookkeeper-stats-api/4.13.0/bookkeeper-stats-api-4.13.0-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/bookkeeper/stats/bookkeeper-stats-api/4.13.0/bookkeeper-stats-api-4.13.0-sources.jar"
                 ],
-                "sha256": "0149a81b421e646646d8724e0500f71264893c790aa2a771c056a1e984f02434",
-                "url": "https://jcenter.bintray.com/org/apache/commons/commons-text/1.1/commons-text-1.1.jar"
+                "sha256": "58773575cb674574a74833195bafdb209d0b34caa872e50bd6180ce4ed15e8f1"
             },
             {
-                "coord": "org.apache.commons:commons-text:jar:sources:1.1",
-                "dependencies": [
-                    "org.apache.commons:commons-lang3:jar:sources:3.11"
-                ],
+                "coord": "org.apache.bookkeeper:bookkeeper-common-allocator:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-common-allocator/4.13.0/bookkeeper-common-allocator-4.13.0.jar",
                 "directDependencies": [
-                    "org.apache.commons:commons-lang3:jar:sources:3.11"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar",
-                    "https://maven.google.com/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar"
+                    "commons-configuration:commons-configuration:1.10",
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "org.slf4j:slf4j-api:1.7.30"
                 ],
-                "sha256": "3f24065f7d4b847951e9e098cbb2ad39f245d4761a6ab2ea67ce600e58dc1f90",
-                "url": "https://jcenter.bintray.com/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar"
-            },
-            {
-                "coord": "org.apache.curator:curator-client:2.9.0",
                 "dependencies": [
-                    "io.netty:netty-transport:4.1.48.Final",
+                    "commons-logging:commons-logging:1.2",
                     "org.slf4j:slf4j-api:1.7.30",
-                    "org.apache.zookeeper:zookeeper:3.5.8",
-                    "log4j:log4j:1.2.17",
-                    "io.netty:netty-transport-native-epoll:4.1.48.Final",
-                    "io.netty:netty-buffer:4.1.48.Final",
-                    "org.apache.zookeeper:zookeeper-jute:3.5.8",
-                    "io.netty:netty-resolver:4.1.48.Final",
-                    "org.apache.yetus:audience-annotations:0.5.0",
-                    "io.netty:netty-common:4.1.48.Final",
-                    "com.google.guava:guava:18.0",
-                    "io.netty:netty-handler:4.1.48.Final",
-                    "io.netty:netty-codec:4.1.48.Final",
-                    "io.netty:netty-transport-native-unix-common:4.1.48.Final"
-                ],
-                "directDependencies": [
-                    "com.google.guava:guava:18.0",
-                    "org.apache.zookeeper:zookeeper:3.5.8",
-                    "org.slf4j:slf4j-api:1.7.30"
+                    "commons-lang:commons-lang:2.6",
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "commons-configuration:commons-configuration:1.10",
+                    "io.netty:netty-common:4.1.63.Final"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/curator/curator-client/2.9.0/curator-client-2.9.0.jar",
+                "url": "https://jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-common-allocator/4.13.0/bookkeeper-common-allocator-4.13.0.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/curator/curator-client/2.9.0/curator-client-2.9.0.jar",
-                    "https://maven.google.com/org/apache/curator/curator-client/2.9.0/curator-client-2.9.0.jar",
-                    "https://repo1.maven.org/maven2/org/apache/curator/curator-client/2.9.0/curator-client-2.9.0.jar"
+                    "https://jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-common-allocator/4.13.0/bookkeeper-common-allocator-4.13.0.jar",
+                    "https://maven.google.com/org/apache/bookkeeper/bookkeeper-common-allocator/4.13.0/bookkeeper-common-allocator-4.13.0.jar",
+                    "https://repo1.maven.org/maven2/org/apache/bookkeeper/bookkeeper-common-allocator/4.13.0/bookkeeper-common-allocator-4.13.0.jar"
                 ],
-                "sha256": "e1897adea52f7c7be9860fcc93f788682cc37a0bb92a8c44ef85a1dc9e566542",
-                "url": "https://jcenter.bintray.com/org/apache/curator/curator-client/2.9.0/curator-client-2.9.0.jar"
+                "sha256": "fd993179f08a8ceee2f57a349553d13951146a419ea3df630a373a53b57555ca"
             },
             {
-                "coord": "org.apache.curator:curator-client:jar:sources:2.9.0",
-                "dependencies": [
-                    "io.netty:netty-buffer:jar:sources:4.1.48.Final",
-                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
-                    "com.google.guava:guava:jar:sources:18.0",
-                    "io.netty:netty-common:jar:sources:4.1.48.Final",
-                    "org.apache.yetus:audience-annotations:jar:sources:0.5.0",
-                    "io.netty:netty-resolver:jar:sources:4.1.48.Final",
-                    "org.apache.zookeeper:zookeeper:jar:sources:3.5.8",
-                    "io.netty:netty-handler:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport-native-epoll:jar:sources:4.1.48.Final",
-                    "io.netty:netty-codec:jar:sources:4.1.48.Final",
-                    "log4j:log4j:jar:sources:1.2.17",
-                    "io.netty:netty-transport-native-unix-common:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport:jar:sources:4.1.48.Final",
-                    "org.apache.zookeeper:zookeeper-jute:jar:sources:3.5.8"
-                ],
+                "coord": "org.apache.bookkeeper:bookkeeper-common-allocator:jar:sources:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-common-allocator/4.13.0/bookkeeper-common-allocator-4.13.0-sources.jar",
                 "directDependencies": [
-                    "com.google.guava:guava:jar:sources:18.0",
-                    "org.apache.zookeeper:zookeeper:jar:sources:3.5.8",
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
                     "org.slf4j:slf4j-api:jar:sources:1.7.30"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/curator/curator-client/2.9.0/curator-client-2.9.0-sources.jar",
+                "dependencies": [
+                    "commons-lang:commons-lang:jar:sources:2.6",
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "commons-logging:commons-logging:jar:sources:1.2",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final"
+                ],
+                "url": "https://jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-common-allocator/4.13.0/bookkeeper-common-allocator-4.13.0-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/curator/curator-client/2.9.0/curator-client-2.9.0-sources.jar",
-                    "https://maven.google.com/org/apache/curator/curator-client/2.9.0/curator-client-2.9.0-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/curator/curator-client/2.9.0/curator-client-2.9.0-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-common-allocator/4.13.0/bookkeeper-common-allocator-4.13.0-sources.jar",
+                    "https://maven.google.com/org/apache/bookkeeper/bookkeeper-common-allocator/4.13.0/bookkeeper-common-allocator-4.13.0-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/bookkeeper/bookkeeper-common-allocator/4.13.0/bookkeeper-common-allocator-4.13.0-sources.jar"
                 ],
-                "sha256": "edb3e57adba38bebebba10e662030a47f1c5f65b0903229fea851e50bb7106e4",
-                "url": "https://jcenter.bintray.com/org/apache/curator/curator-client/2.9.0/curator-client-2.9.0-sources.jar"
+                "sha256": "79081b7455da68032f45c97ee4034ced0e2a1923d86b2a9c4b8d39ed6e766678"
             },
             {
-                "coord": "org.apache.curator:curator-framework:2.9.0",
-                "dependencies": [
-                    "io.netty:netty-transport:4.1.48.Final",
+                "coord": "org.apache.bookkeeper:bookkeeper-common:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-common/4.13.0/bookkeeper-common-4.13.0.jar",
+                "directDependencies": [
+                    "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
+                    "org.apache.bookkeeper:cpu-affinity:4.13.0",
                     "org.slf4j:slf4j-api:1.7.30",
-                    "org.apache.zookeeper:zookeeper:3.5.8",
-                    "log4j:log4j:1.2.17",
-                    "io.netty:netty-transport-native-epoll:4.1.48.Final",
-                    "io.netty:netty-buffer:4.1.48.Final",
-                    "org.apache.zookeeper:zookeeper-jute:3.5.8",
-                    "io.netty:netty-resolver:4.1.48.Final",
-                    "org.apache.yetus:audience-annotations:0.5.0",
-                    "io.netty:netty-common:4.1.48.Final",
-                    "com.google.guava:guava:18.0",
-                    "org.apache.curator:curator-client:2.9.0",
-                    "io.netty:netty-handler:4.1.48.Final",
-                    "io.netty:netty-codec:4.1.48.Final",
-                    "io.netty:netty-transport-native-unix-common:4.1.48.Final"
+                    "org.jctools:jctools-core:2.1.2",
+                    "com.google.guava:guava:23.6-jre",
+                    "commons-configuration:commons-configuration:1.10",
+                    "org.apache.bookkeeper.stats:bookkeeper-stats-api:4.13.0",
+                    "io.netty:netty-common:4.1.63.Final",
+                    "com.fasterxml.jackson.core:jackson-databind:2.8.8",
+                    "com.fasterxml.jackson.core:jackson-core:2.8.8"
                 ],
-                "directDependencies": [
-                    "org.apache.curator:curator-client:2.9.0"
+                "dependencies": [
+                    "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
+                    "org.checkerframework:checker-compat-qual:2.0.0",
+                    "org.apache.bookkeeper:cpu-affinity:4.13.0",
+                    "commons-logging:commons-logging:1.2",
+                    "com.google.code.findbugs:jsr305:3.0.2",
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "org.jctools:jctools-core:2.1.2",
+                    "commons-lang:commons-lang:2.6",
+                    "com.google.guava:guava:23.6-jre",
+                    "commons-configuration:commons-configuration:1.10",
+                    "org.codehaus.mojo:animal-sniffer-annotations:1.14",
+                    "org.apache.bookkeeper.stats:bookkeeper-stats-api:4.13.0",
+                    "io.netty:netty-common:4.1.63.Final",
+                    "com.google.j2objc:j2objc-annotations:1.1",
+                    "com.fasterxml.jackson.core:jackson-databind:2.8.8",
+                    "org.apache.commons:commons-lang3:3.11",
+                    "com.google.errorprone:error_prone_annotations:2.1.3",
+                    "com.fasterxml.jackson.core:jackson-core:2.8.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/curator/curator-framework/2.9.0/curator-framework-2.9.0.jar",
+                "url": "https://jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-common/4.13.0/bookkeeper-common-4.13.0.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/curator/curator-framework/2.9.0/curator-framework-2.9.0.jar",
-                    "https://maven.google.com/org/apache/curator/curator-framework/2.9.0/curator-framework-2.9.0.jar",
-                    "https://repo1.maven.org/maven2/org/apache/curator/curator-framework/2.9.0/curator-framework-2.9.0.jar"
+                    "https://jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-common/4.13.0/bookkeeper-common-4.13.0.jar",
+                    "https://maven.google.com/org/apache/bookkeeper/bookkeeper-common/4.13.0/bookkeeper-common-4.13.0.jar",
+                    "https://repo1.maven.org/maven2/org/apache/bookkeeper/bookkeeper-common/4.13.0/bookkeeper-common-4.13.0.jar"
                 ],
-                "sha256": "c5fa90bb62eb7ae584dffb815954c617466c33a2dd271178c62e96a6b2613224",
-                "url": "https://jcenter.bintray.com/org/apache/curator/curator-framework/2.9.0/curator-framework-2.9.0.jar"
+                "sha256": "6b66985faec6d8bc13e189c3f7a17273abe09d3e9be4ba8b4011c69c0acd3b60"
             },
             {
-                "coord": "org.apache.curator:curator-framework:jar:sources:2.9.0",
-                "dependencies": [
-                    "org.apache.curator:curator-client:jar:sources:2.9.0",
-                    "io.netty:netty-buffer:jar:sources:4.1.48.Final",
+                "coord": "org.apache.bookkeeper:bookkeeper-common:jar:sources:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-common/4.13.0/bookkeeper-common-4.13.0-sources.jar",
+                "directDependencies": [
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8",
                     "org.slf4j:slf4j-api:jar:sources:1.7.30",
-                    "com.google.guava:guava:jar:sources:18.0",
-                    "io.netty:netty-common:jar:sources:4.1.48.Final",
-                    "org.apache.yetus:audience-annotations:jar:sources:0.5.0",
-                    "io.netty:netty-resolver:jar:sources:4.1.48.Final",
-                    "org.apache.zookeeper:zookeeper:jar:sources:3.5.8",
-                    "io.netty:netty-handler:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport-native-epoll:jar:sources:4.1.48.Final",
-                    "io.netty:netty-codec:jar:sources:4.1.48.Final",
-                    "log4j:log4j:jar:sources:1.2.17",
-                    "io.netty:netty-transport-native-unix-common:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport:jar:sources:4.1.48.Final",
-                    "org.apache.zookeeper:zookeeper-jute:jar:sources:3.5.8"
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
+                    "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
+                    "org.apache.bookkeeper:cpu-affinity:jar:sources:4.13.0",
+                    "org.jctools:jctools-core:jar:sources:2.1.2",
+                    "org.apache.bookkeeper.stats:bookkeeper-stats-api:jar:sources:4.13.0"
                 ],
-                "directDependencies": [
-                    "org.apache.curator:curator-client:jar:sources:2.9.0"
+                "dependencies": [
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
+                    "org.apache.commons:commons-lang3:jar:sources:3.11",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "com.google.errorprone:error_prone_annotations:jar:sources:2.1.3",
+                    "commons-lang:commons-lang:jar:sources:2.6",
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "commons-logging:commons-logging:jar:sources:1.2",
+                    "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "org.checkerframework:checker-compat-qual:jar:sources:2.0.0",
+                    "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.14",
+                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
+                    "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
+                    "org.apache.bookkeeper:cpu-affinity:jar:sources:4.13.0",
+                    "com.google.j2objc:j2objc-annotations:jar:sources:1.1",
+                    "org.jctools:jctools-core:jar:sources:2.1.2",
+                    "org.apache.bookkeeper.stats:bookkeeper-stats-api:jar:sources:4.13.0"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/curator/curator-framework/2.9.0/curator-framework-2.9.0-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-common/4.13.0/bookkeeper-common-4.13.0-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/curator/curator-framework/2.9.0/curator-framework-2.9.0-sources.jar",
-                    "https://maven.google.com/org/apache/curator/curator-framework/2.9.0/curator-framework-2.9.0-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/curator/curator-framework/2.9.0/curator-framework-2.9.0-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-common/4.13.0/bookkeeper-common-4.13.0-sources.jar",
+                    "https://maven.google.com/org/apache/bookkeeper/bookkeeper-common/4.13.0/bookkeeper-common-4.13.0-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/bookkeeper/bookkeeper-common/4.13.0/bookkeeper-common-4.13.0-sources.jar"
                 ],
-                "sha256": "daa3030204d3e855e6e077545929db544d1d11b41319330435ce20953514b5df",
-                "url": "https://jcenter.bintray.com/org/apache/curator/curator-framework/2.9.0/curator-framework-2.9.0-sources.jar"
+                "sha256": "a8ec0441a95f84dd33f5a7e3dbc9e8dcd3563faae69e89e6253b699b30f7fc7f"
             },
             {
-                "coord": "org.apache.curator:curator-recipes:2.9.0",
+                "coord": "org.apache.bookkeeper:bookkeeper-proto:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-proto/4.13.0/bookkeeper-proto-4.13.0.jar",
+                "directDependencies": [
+                    "com.google.protobuf:protobuf-java:3.14.0",
+                    "commons-configuration:commons-configuration:1.10",
+                    "org.slf4j:slf4j-api:1.7.30"
+                ],
                 "dependencies": [
-                    "io.netty:netty-transport:4.1.48.Final",
+                    "commons-logging:commons-logging:1.2",
                     "org.slf4j:slf4j-api:1.7.30",
-                    "org.apache.zookeeper:zookeeper:3.5.8",
-                    "log4j:log4j:1.2.17",
-                    "io.netty:netty-transport-native-epoll:4.1.48.Final",
-                    "io.netty:netty-buffer:4.1.48.Final",
-                    "org.apache.zookeeper:zookeeper-jute:3.5.8",
-                    "io.netty:netty-resolver:4.1.48.Final",
-                    "org.apache.yetus:audience-annotations:0.5.0",
-                    "io.netty:netty-common:4.1.48.Final",
-                    "com.google.guava:guava:18.0",
-                    "org.apache.curator:curator-client:2.9.0",
-                    "io.netty:netty-handler:4.1.48.Final",
-                    "io.netty:netty-codec:4.1.48.Final",
-                    "org.apache.curator:curator-framework:2.9.0",
-                    "io.netty:netty-transport-native-unix-common:4.1.48.Final"
-                ],
-                "directDependencies": [
-                    "org.apache.curator:curator-framework:2.9.0"
+                    "commons-lang:commons-lang:2.6",
+                    "com.google.protobuf:protobuf-java:3.14.0",
+                    "commons-configuration:commons-configuration:1.10"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/curator/curator-recipes/2.9.0/curator-recipes-2.9.0.jar",
+                "url": "https://jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-proto/4.13.0/bookkeeper-proto-4.13.0.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/curator/curator-recipes/2.9.0/curator-recipes-2.9.0.jar",
-                    "https://maven.google.com/org/apache/curator/curator-recipes/2.9.0/curator-recipes-2.9.0.jar",
-                    "https://repo1.maven.org/maven2/org/apache/curator/curator-recipes/2.9.0/curator-recipes-2.9.0.jar"
+                    "https://jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-proto/4.13.0/bookkeeper-proto-4.13.0.jar",
+                    "https://maven.google.com/org/apache/bookkeeper/bookkeeper-proto/4.13.0/bookkeeper-proto-4.13.0.jar",
+                    "https://repo1.maven.org/maven2/org/apache/bookkeeper/bookkeeper-proto/4.13.0/bookkeeper-proto-4.13.0.jar"
                 ],
-                "sha256": "3f3a97f291e3f25565ea4c7206143c769e78dfacd5a67d8c3188ff4878fcc4e7",
-                "url": "https://jcenter.bintray.com/org/apache/curator/curator-recipes/2.9.0/curator-recipes-2.9.0.jar"
+                "sha256": "f8f3ec8f095f4f26e7e0149308895a3f9a947cc3885601095795a06ddc23a4f7"
             },
             {
-                "coord": "org.apache.curator:curator-recipes:jar:sources:2.9.0",
+                "coord": "org.apache.bookkeeper:bookkeeper-proto:jar:sources:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-proto/4.13.0/bookkeeper-proto-4.13.0-sources.jar",
+                "directDependencies": [
+                    "com.google.protobuf:protobuf-java:jar:sources:3.14.0",
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30"
+                ],
                 "dependencies": [
-                    "org.apache.curator:curator-client:jar:sources:2.9.0",
-                    "io.netty:netty-buffer:jar:sources:4.1.48.Final",
-                    "org.apache.curator:curator-framework:jar:sources:2.9.0",
+                    "commons-lang:commons-lang:jar:sources:2.6",
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "commons-logging:commons-logging:jar:sources:1.2",
                     "org.slf4j:slf4j-api:jar:sources:1.7.30",
-                    "com.google.guava:guava:jar:sources:18.0",
-                    "io.netty:netty-common:jar:sources:4.1.48.Final",
-                    "org.apache.yetus:audience-annotations:jar:sources:0.5.0",
-                    "io.netty:netty-resolver:jar:sources:4.1.48.Final",
-                    "org.apache.zookeeper:zookeeper:jar:sources:3.5.8",
-                    "io.netty:netty-handler:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport-native-epoll:jar:sources:4.1.48.Final",
-                    "io.netty:netty-codec:jar:sources:4.1.48.Final",
-                    "log4j:log4j:jar:sources:1.2.17",
-                    "io.netty:netty-transport-native-unix-common:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport:jar:sources:4.1.48.Final",
-                    "org.apache.zookeeper:zookeeper-jute:jar:sources:3.5.8"
-                ],
-                "directDependencies": [
-                    "org.apache.curator:curator-framework:jar:sources:2.9.0"
+                    "com.google.protobuf:protobuf-java:jar:sources:3.14.0"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/curator/curator-recipes/2.9.0/curator-recipes-2.9.0-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-proto/4.13.0/bookkeeper-proto-4.13.0-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/curator/curator-recipes/2.9.0/curator-recipes-2.9.0-sources.jar",
-                    "https://maven.google.com/org/apache/curator/curator-recipes/2.9.0/curator-recipes-2.9.0-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/curator/curator-recipes/2.9.0/curator-recipes-2.9.0-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-proto/4.13.0/bookkeeper-proto-4.13.0-sources.jar",
+                    "https://maven.google.com/org/apache/bookkeeper/bookkeeper-proto/4.13.0/bookkeeper-proto-4.13.0-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/bookkeeper/bookkeeper-proto/4.13.0/bookkeeper-proto-4.13.0-sources.jar"
                 ],
-                "sha256": "d953d9e660b90d3257a517e2830b69d68ac1b890e488134bd7419ea07e2e8c61",
-                "url": "https://jcenter.bintray.com/org/apache/curator/curator-recipes/2.9.0/curator-recipes-2.9.0-sources.jar"
+                "sha256": "1b3ca1f23fe56f749efc8715a2cfe3afd409e6d17c85d1d8b91262ff23d124a4"
             },
             {
-                "coord": "org.apache.distributedlog:distributedlog-core-shaded:4.11.0",
-                "dependencies": [
-                    "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.48.Final",
-                    "io.netty:netty-transport:4.1.48.Final",
+                "coord": "org.apache.bookkeeper:bookkeeper-server:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-server/4.13.0/bookkeeper-server-4.13.0.jar",
+                "directDependencies": [
+                    "org.rocksdb:rocksdbjni:6.10.2",
+                    "org.apache.bookkeeper:circe-checksum:4.13.0",
+                    "org.slf4j:slf4j-log4j12:1.7.25",
                     "org.bouncycastle:bcprov-ext-jdk15on:1.66",
-                    "commons-logging:commons-logging:1.2",
+                    "io.netty:netty-handler:4.1.63.Final",
+                    "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.63.Final",
                     "org.slf4j:slf4j-api:1.7.30",
-                    "org.jctools:jctools-core:2.1.2",
-                    "commons-lang:commons-lang:2.6",
-                    "org.bouncycastle:bcprov-jdk15on:jar:1.66",
-                    "io.netty:netty-buffer:4.1.48.Final",
+                    "commons-io:commons-io:2.4",
+                    "org.apache.bookkeeper.http:http-server:4.13.0",
                     "commons-configuration:commons-configuration:1.10",
                     "org.bouncycastle:bcpkix-jdk15on:1.66",
-                    "com.beust:jcommander:1.48",
-                    "io.netty:netty-resolver:4.1.48.Final",
-                    "org.apache.yetus:audience-annotations:0.5.0",
-                    "io.netty:netty-common:4.1.48.Final",
-                    "io.netty:netty-tcnative-boringssl-static:2.0.20.Final",
-                    "org.bouncycastle:bcprov-jdk15on:1.66",
-                    "io.netty:netty-handler:4.1.48.Final",
-                    "io.netty:netty-codec:4.1.48.Final",
-                    "io.netty:netty-transport-native-unix-common:4.1.48.Final"
+                    "commons-cli:commons-cli:1.3.1",
+                    "io.netty:netty-tcnative-boringssl-static:2.0.31.Final",
+                    "org.apache.bookkeeper:bookkeeper-proto:4.13.0",
+                    "org.apache.bookkeeper:bookkeeper-common:4.13.0",
+                    "commons-codec:commons-codec:1.15",
+                    "org.apache.httpcomponents:httpclient:4.5.2",
+                    "org.apache.zookeeper:zookeeper:3.6.3",
+                    "net.java.dev.jna:jna:3.2.7",
+                    "org.apache.commons:commons-lang3:3.11",
+                    "org.apache.commons:commons-collections4:4.4",
+                    "org.apache.bookkeeper:bookkeeper-tools-framework:4.13.0",
+                    "com.beust:jcommander:1.78",
+                    "org.apache.bookkeeper:bookkeeper-common-allocator:4.13.0"
                 ],
-                "directDependencies": [
-                    "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.48.Final",
-                    "io.netty:netty-transport:4.1.48.Final",
+                "dependencies": [
+                    "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
+                    "org.rocksdb:rocksdbjni:6.10.2",
+                    "org.apache.bookkeeper:circe-checksum:4.13.0",
+                    "org.slf4j:slf4j-log4j12:1.7.25",
+                    "org.checkerframework:checker-compat-qual:2.0.0",
+                    "org.apache.bookkeeper:cpu-affinity:4.13.0",
+                    "io.netty:netty-codec:4.1.63.Final",
                     "org.bouncycastle:bcprov-ext-jdk15on:1.66",
+                    "commons-logging:commons-logging:1.2",
+                    "com.google.code.findbugs:jsr305:3.0.2",
+                    "io.netty:netty-handler:4.1.63.Final",
+                    "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.63.Final",
                     "org.slf4j:slf4j-api:1.7.30",
                     "org.jctools:jctools-core:2.1.2",
+                    "commons-io:commons-io:2.4",
+                    "org.apache.zookeeper:zookeeper-jute:3.6.3",
+                    "commons-lang:commons-lang:2.6",
+                    "io.netty:netty-resolver:4.1.63.Final",
+                    "com.google.guava:guava:23.6-jre",
+                    "org.bouncycastle:bcprov-jdk15on:jar:1.66",
+                    "com.google.protobuf:protobuf-java:3.14.0",
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "log4j:log4j:1.2.17",
+                    "org.apache.bookkeeper.http:http-server:4.13.0",
                     "commons-configuration:commons-configuration:1.10",
+                    "io.netty:netty-transport-native-unix-common:4.1.63.Final",
                     "org.bouncycastle:bcpkix-jdk15on:1.66",
-                    "com.beust:jcommander:1.48",
-                    "io.netty:netty-resolver:4.1.48.Final",
+                    "org.codehaus.mojo:animal-sniffer-annotations:1.14",
+                    "org.apache.bookkeeper.stats:bookkeeper-stats-api:4.13.0",
+                    "commons-cli:commons-cli:1.3.1",
+                    "io.netty:netty-common:4.1.63.Final",
+                    "io.netty:netty-tcnative-boringssl-static:2.0.31.Final",
                     "org.apache.yetus:audience-annotations:0.5.0",
-                    "io.netty:netty-tcnative-boringssl-static:2.0.20.Final",
-                    "org.bouncycastle:bcprov-jdk15on:1.66",
-                    "io.netty:netty-handler:4.1.48.Final",
-                    "io.netty:netty-codec:4.1.48.Final",
-                    "io.netty:netty-transport-native-unix-common:4.1.48.Final"
+                    "org.apache.bookkeeper:bookkeeper-proto:4.13.0",
+                    "org.apache.bookkeeper:bookkeeper-common:4.13.0",
+                    "commons-codec:commons-codec:1.15",
+                    "org.apache.httpcomponents:httpclient:4.5.2",
+                    "org.apache.zookeeper:zookeeper:3.6.3",
+                    "net.java.dev.jna:jna:3.2.7",
+                    "com.google.j2objc:j2objc-annotations:1.1",
+                    "io.netty:netty-transport:4.1.63.Final",
+                    "com.fasterxml.jackson.core:jackson-databind:2.8.8",
+                    "org.apache.commons:commons-lang3:3.11",
+                    "org.apache.commons:commons-collections4:4.4",
+                    "org.apache.bookkeeper:bookkeeper-tools-framework:4.13.0",
+                    "com.google.errorprone:error_prone_annotations:2.1.3",
+                    "org.apache.httpcomponents:httpcore:4.4.4",
+                    "com.beust:jcommander:1.78",
+                    "org.apache.bookkeeper:bookkeeper-common-allocator:4.13.0",
+                    "com.fasterxml.jackson.core:jackson-core:2.8.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/distributedlog/distributedlog-core-shaded/4.11.0/distributedlog-core-shaded-4.11.0.jar",
+                "url": "https://jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-server/4.13.0/bookkeeper-server-4.13.0.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/distributedlog/distributedlog-core-shaded/4.11.0/distributedlog-core-shaded-4.11.0.jar",
-                    "https://maven.google.com/org/apache/distributedlog/distributedlog-core-shaded/4.11.0/distributedlog-core-shaded-4.11.0.jar",
-                    "https://repo1.maven.org/maven2/org/apache/distributedlog/distributedlog-core-shaded/4.11.0/distributedlog-core-shaded-4.11.0.jar"
+                    "https://jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-server/4.13.0/bookkeeper-server-4.13.0.jar",
+                    "https://maven.google.com/org/apache/bookkeeper/bookkeeper-server/4.13.0/bookkeeper-server-4.13.0.jar",
+                    "https://repo1.maven.org/maven2/org/apache/bookkeeper/bookkeeper-server/4.13.0/bookkeeper-server-4.13.0.jar"
                 ],
-                "sha256": "2ae60da02e5213073c115ae006b622d691c20aa8fa93ffe4ab4dea0f13a23073",
-                "url": "https://jcenter.bintray.com/org/apache/distributedlog/distributedlog-core-shaded/4.11.0/distributedlog-core-shaded-4.11.0.jar"
+                "sha256": "6a0d491ada1266e30b79c43a1731d9bcc6cf0a8b0adbae11fdb9d4646ecc0dad"
             },
             {
-                "coord": "org.apache.distributedlog:distributedlog-core-shaded:jar:sources:4.11.0",
-                "dependencies": [
-                    "io.netty:netty-buffer:jar:sources:4.1.48.Final",
-                    "com.beust:jcommander:jar:sources:1.48",
-                    "commons-lang:commons-lang:jar:sources:2.6",
+                "coord": "org.apache.bookkeeper:bookkeeper-server:jar:sources:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-server/4.13.0/bookkeeper-server-4.13.0-sources.jar",
+                "directDependencies": [
+                    "io.netty:netty-tcnative-boringssl-static:jar:sources:2.0.31.Final",
+                    "org.rocksdb:rocksdbjni:jar:sources:6.10.2",
+                    "org.apache.bookkeeper:bookkeeper-proto:jar:sources:4.13.0",
+                    "org.apache.commons:commons-collections4:jar:sources:4.4",
+                    "org.apache.zookeeper:zookeeper:jar:sources:3.6.3",
+                    "org.apache.commons:commons-lang3:jar:sources:3.11",
+                    "com.beust:jcommander:jar:sources:1.78",
+                    "commons-codec:commons-codec:jar:sources:1.15",
                     "commons-configuration:commons-configuration:jar:sources:1.10",
-                    "commons-logging:commons-logging:jar:sources:1.2",
                     "org.slf4j:slf4j-api:jar:sources:1.7.30",
                     "org.bouncycastle:bcpkix-jdk15on:jar:sources:1.66",
-                    "org.bouncycastle:bcprov-jdk15on:jar:sources:1.66",
-                    "io.netty:netty-common:jar:sources:4.1.48.Final",
-                    "io.netty:netty-tcnative-boringssl-static:jar:sources:2.0.20.Final",
-                    "org.apache.yetus:audience-annotations:jar:sources:0.5.0",
-                    "io.netty:netty-resolver:jar:sources:4.1.48.Final",
+                    "net.java.dev.jna:jna:jar:sources:3.2.7",
+                    "org.apache.bookkeeper.http:http-server:jar:sources:4.13.0",
+                    "org.apache.bookkeeper:bookkeeper-common-allocator:jar:sources:4.13.0",
+                    "org.apache.bookkeeper:bookkeeper-tools-framework:jar:sources:4.13.0",
+                    "commons-io:commons-io:jar:sources:2.4",
                     "org.bouncycastle:bcprov-ext-jdk15on:jar:sources:1.66",
-                    "io.netty:netty-handler:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport-native-epoll:jar:sources:4.1.48.Final",
-                    "io.netty:netty-codec:jar:sources:4.1.48.Final",
-                    "org.jctools:jctools-core:jar:sources:2.1.2",
-                    "io.netty:netty-transport-native-unix-common:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport:jar:sources:4.1.48.Final"
+                    "io.netty:netty-transport-native-epoll:jar:sources:4.1.63.Final",
+                    "org.slf4j:slf4j-log4j12:jar:sources:1.7.25",
+                    "org.apache.bookkeeper:bookkeeper-common:jar:sources:4.13.0",
+                    "org.apache.httpcomponents:httpclient:jar:sources:4.5.2",
+                    "io.netty:netty-handler:jar:sources:4.1.63.Final",
+                    "org.apache.bookkeeper:circe-checksum:jar:sources:4.13.0",
+                    "commons-cli:commons-cli:jar:sources:1.3.1"
                 ],
-                "directDependencies": [
-                    "com.beust:jcommander:jar:sources:1.48",
+                "dependencies": [
+                    "org.apache.zookeeper:zookeeper-jute:jar:sources:3.6.3",
+                    "io.netty:netty-tcnative-boringssl-static:jar:sources:2.0.31.Final",
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
+                    "org.rocksdb:rocksdbjni:jar:sources:6.10.2",
+                    "org.apache.bookkeeper:bookkeeper-proto:jar:sources:4.13.0",
+                    "io.netty:netty-transport-native-unix-common:jar:sources:4.1.63.Final",
+                    "io.netty:netty-transport:jar:sources:4.1.63.Final",
+                    "org.apache.commons:commons-collections4:jar:sources:4.4",
+                    "org.apache.zookeeper:zookeeper:jar:sources:3.6.3",
+                    "org.apache.commons:commons-lang3:jar:sources:3.11",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "com.google.errorprone:error_prone_annotations:jar:sources:2.1.3",
+                    "commons-lang:commons-lang:jar:sources:2.6",
+                    "com.beust:jcommander:jar:sources:1.78",
+                    "commons-codec:commons-codec:jar:sources:1.15",
                     "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "commons-logging:commons-logging:jar:sources:1.2",
+                    "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8",
                     "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "org.checkerframework:checker-compat-qual:jar:sources:2.0.0",
                     "org.bouncycastle:bcpkix-jdk15on:jar:sources:1.66",
+                    "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.14",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.14.0",
+                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
+                    "io.netty:netty-resolver:jar:sources:4.1.63.Final",
                     "org.bouncycastle:bcprov-jdk15on:jar:sources:1.66",
-                    "io.netty:netty-tcnative-boringssl-static:jar:sources:2.0.20.Final",
+                    "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
+                    "net.java.dev.jna:jna:jar:sources:3.2.7",
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
+                    "org.apache.bookkeeper:cpu-affinity:jar:sources:4.13.0",
+                    "org.apache.bookkeeper.http:http-server:jar:sources:4.13.0",
+                    "com.google.j2objc:j2objc-annotations:jar:sources:1.1",
+                    "org.apache.bookkeeper:bookkeeper-common-allocator:jar:sources:4.13.0",
                     "org.apache.yetus:audience-annotations:jar:sources:0.5.0",
-                    "io.netty:netty-resolver:jar:sources:4.1.48.Final",
+                    "org.apache.bookkeeper:bookkeeper-tools-framework:jar:sources:4.13.0",
+                    "commons-io:commons-io:jar:sources:2.4",
                     "org.bouncycastle:bcprov-ext-jdk15on:jar:sources:1.66",
-                    "io.netty:netty-handler:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport-native-epoll:jar:sources:4.1.48.Final",
-                    "io.netty:netty-codec:jar:sources:4.1.48.Final",
+                    "org.apache.httpcomponents:httpcore:jar:sources:4.4.4",
+                    "io.netty:netty-transport-native-epoll:jar:sources:4.1.63.Final",
+                    "org.slf4j:slf4j-log4j12:jar:sources:1.7.25",
+                    "org.apache.bookkeeper:bookkeeper-common:jar:sources:4.13.0",
                     "org.jctools:jctools-core:jar:sources:2.1.2",
-                    "io.netty:netty-transport-native-unix-common:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport:jar:sources:4.1.48.Final"
+                    "org.apache.httpcomponents:httpclient:jar:sources:4.5.2",
+                    "log4j:log4j:jar:sources:1.2.17",
+                    "io.netty:netty-handler:jar:sources:4.1.63.Final",
+                    "org.apache.bookkeeper:circe-checksum:jar:sources:4.13.0",
+                    "org.apache.bookkeeper.stats:bookkeeper-stats-api:jar:sources:4.13.0",
+                    "io.netty:netty-codec:jar:sources:4.1.63.Final",
+                    "commons-cli:commons-cli:jar:sources:1.3.1"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/distributedlog/distributedlog-core-shaded/4.11.0/distributedlog-core-shaded-4.11.0-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-server/4.13.0/bookkeeper-server-4.13.0-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/distributedlog/distributedlog-core-shaded/4.11.0/distributedlog-core-shaded-4.11.0-sources.jar",
-                    "https://maven.google.com/org/apache/distributedlog/distributedlog-core-shaded/4.11.0/distributedlog-core-shaded-4.11.0-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/distributedlog/distributedlog-core-shaded/4.11.0/distributedlog-core-shaded-4.11.0-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-server/4.13.0/bookkeeper-server-4.13.0-sources.jar",
+                    "https://maven.google.com/org/apache/bookkeeper/bookkeeper-server/4.13.0/bookkeeper-server-4.13.0-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/bookkeeper/bookkeeper-server/4.13.0/bookkeeper-server-4.13.0-sources.jar"
                 ],
-                "sha256": "79768251c00072b886a29b4fa9c5c9bf2eef19e2944b3c8c640d20daa441588d",
-                "url": "https://jcenter.bintray.com/org/apache/distributedlog/distributedlog-core-shaded/4.11.0/distributedlog-core-shaded-4.11.0-sources.jar"
+                "sha256": "b7f12108ebbc0466b0e51d468deab37a1105afc7cd4f4f489fc26662e9fb62ef"
             },
             {
-                "coord": "org.apache.hadoop:hadoop-core:0.20.2",
+                "coord": "org.apache.bookkeeper:bookkeeper-tools-framework:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-tools-framework/4.13.0/bookkeeper-tools-framework-4.13.0.jar",
+                "directDependencies": [
+                    "com.beust:jcommander:1.78",
+                    "commons-configuration:commons-configuration:1.10",
+                    "org.apache.bookkeeper:bookkeeper-common:4.13.0",
+                    "org.slf4j:slf4j-api:1.7.30"
+                ],
                 "dependencies": [
-                    "org.eclipse.jdt:core:3.1.1",
-                    "xmlenc:xmlenc:0.52",
-                    "hsqldb:hsqldb:1.8.0.10",
+                    "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
+                    "org.checkerframework:checker-compat-qual:2.0.0",
+                    "org.apache.bookkeeper:cpu-affinity:4.13.0",
                     "commons-logging:commons-logging:1.2",
-                    "org.mortbay.jetty:jsp-api-2.1:6.1.14",
-                    "org.mortbay.jetty:jetty-util:6.1.14",
-                    "ant:ant:1.6.5",
-                    "junit:junit:4.12",
-                    "org.hamcrest:hamcrest-core:1.3",
-                    "commons-el:commons-el:1.0",
-                    "org.mortbay.jetty:jetty:6.1.14",
-                    "commons-cli:commons-cli:1.3.1",
-                    "org.mortbay.jetty:servlet-api-2.5:6.1.14",
-                    "tomcat:jasper-compiler:5.5.12",
-                    "commons-codec:commons-codec:1.15",
-                    "net.java.dev.jets3t:jets3t:0.7.1",
-                    "oro:oro:2.0.8",
-                    "tomcat:jasper-runtime:5.5.12",
-                    "commons-httpclient:commons-httpclient:3.1",
-                    "net.sf.kosmosfs:kfs:0.3",
-                    "commons-net:commons-net:1.4.1",
-                    "org.mortbay.jetty:jsp-2.1:6.1.14"
-                ],
-                "directDependencies": [
-                    "org.eclipse.jdt:core:3.1.1",
-                    "xmlenc:xmlenc:0.52",
-                    "hsqldb:hsqldb:1.8.0.10",
-                    "org.mortbay.jetty:jsp-api-2.1:6.1.14",
-                    "org.mortbay.jetty:jetty-util:6.1.14",
-                    "junit:junit:4.12",
-                    "commons-el:commons-el:1.0",
-                    "org.mortbay.jetty:jetty:6.1.14",
-                    "commons-cli:commons-cli:1.3.1",
-                    "org.mortbay.jetty:servlet-api-2.5:6.1.14",
-                    "tomcat:jasper-compiler:5.5.12",
-                    "commons-codec:commons-codec:1.15",
-                    "net.java.dev.jets3t:jets3t:0.7.1",
-                    "oro:oro:2.0.8",
-                    "tomcat:jasper-runtime:5.5.12",
-                    "commons-httpclient:commons-httpclient:3.1",
-                    "net.sf.kosmosfs:kfs:0.3",
-                    "commons-net:commons-net:1.4.1",
-                    "org.mortbay.jetty:jsp-2.1:6.1.14"
+                    "com.google.code.findbugs:jsr305:3.0.2",
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "org.jctools:jctools-core:2.1.2",
+                    "commons-lang:commons-lang:2.6",
+                    "com.google.guava:guava:23.6-jre",
+                    "commons-configuration:commons-configuration:1.10",
+                    "org.codehaus.mojo:animal-sniffer-annotations:1.14",
+                    "org.apache.bookkeeper.stats:bookkeeper-stats-api:4.13.0",
+                    "io.netty:netty-common:4.1.63.Final",
+                    "org.apache.bookkeeper:bookkeeper-common:4.13.0",
+                    "com.google.j2objc:j2objc-annotations:1.1",
+                    "com.fasterxml.jackson.core:jackson-databind:2.8.8",
+                    "org.apache.commons:commons-lang3:3.11",
+                    "com.google.errorprone:error_prone_annotations:2.1.3",
+                    "com.beust:jcommander:1.78",
+                    "com.fasterxml.jackson.core:jackson-core:2.8.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar",
+                "url": "https://jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-tools-framework/4.13.0/bookkeeper-tools-framework-4.13.0.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar",
-                    "https://maven.google.com/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar",
-                    "https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar"
+                    "https://jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-tools-framework/4.13.0/bookkeeper-tools-framework-4.13.0.jar",
+                    "https://maven.google.com/org/apache/bookkeeper/bookkeeper-tools-framework/4.13.0/bookkeeper-tools-framework-4.13.0.jar",
+                    "https://repo1.maven.org/maven2/org/apache/bookkeeper/bookkeeper-tools-framework/4.13.0/bookkeeper-tools-framework-4.13.0.jar"
                 ],
-                "sha256": "3699d07e35cf58982d228bebaf3073ef4cf84e0f4f82dc91636118cab132e4f6",
-                "url": "https://jcenter.bintray.com/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar"
+                "sha256": "abf6c4a700ad09833d74b8e2789484fd26a94282bfe37784a94837e34b276446"
             },
             {
-                "coord": "org.apache.httpcomponents:httpclient:4.5.2",
+                "coord": "org.apache.bookkeeper:bookkeeper-tools-framework:jar:sources:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-tools-framework/4.13.0/bookkeeper-tools-framework-4.13.0-sources.jar",
+                "directDependencies": [
+                    "com.beust:jcommander:jar:sources:1.78",
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "org.apache.bookkeeper:bookkeeper-common:jar:sources:4.13.0",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30"
+                ],
                 "dependencies": [
-                    "commons-codec:commons-codec:1.15",
-                    "commons-logging:commons-logging:1.2",
-                    "org.apache.httpcomponents:httpcore:4.4.4"
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
+                    "org.apache.commons:commons-lang3:jar:sources:3.11",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "com.google.errorprone:error_prone_annotations:jar:sources:2.1.3",
+                    "commons-lang:commons-lang:jar:sources:2.6",
+                    "com.beust:jcommander:jar:sources:1.78",
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "commons-logging:commons-logging:jar:sources:1.2",
+                    "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "org.checkerframework:checker-compat-qual:jar:sources:2.0.0",
+                    "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.14",
+                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
+                    "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
+                    "org.apache.bookkeeper:cpu-affinity:jar:sources:4.13.0",
+                    "com.google.j2objc:j2objc-annotations:jar:sources:1.1",
+                    "org.apache.bookkeeper:bookkeeper-common:jar:sources:4.13.0",
+                    "org.jctools:jctools-core:jar:sources:2.1.2",
+                    "org.apache.bookkeeper.stats:bookkeeper-stats-api:jar:sources:4.13.0"
+                ],
+                "url": "https://jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-tools-framework/4.13.0/bookkeeper-tools-framework-4.13.0-sources.jar",
+                "mirror_urls": [
+                    "https://jcenter.bintray.com/org/apache/bookkeeper/bookkeeper-tools-framework/4.13.0/bookkeeper-tools-framework-4.13.0-sources.jar",
+                    "https://maven.google.com/org/apache/bookkeeper/bookkeeper-tools-framework/4.13.0/bookkeeper-tools-framework-4.13.0-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/bookkeeper/bookkeeper-tools-framework/4.13.0/bookkeeper-tools-framework-4.13.0-sources.jar"
                 ],
+                "sha256": "53df8bd945916a0856dfed8af53414a7c08f05cd5983fa386827cb6393c318cb"
+            },
+            {
+                "coord": "org.apache.bookkeeper:circe-checksum:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/bookkeeper/circe-checksum/4.13.0/circe-checksum-4.13.0.jar",
                 "directDependencies": [
-                    "commons-codec:commons-codec:1.15",
+                    "com.google.guava:guava:23.6-jre",
+                    "commons-configuration:commons-configuration:1.10",
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "org.slf4j:slf4j-api:1.7.30"
+                ],
+                "dependencies": [
+                    "org.checkerframework:checker-compat-qual:2.0.0",
                     "commons-logging:commons-logging:1.2",
-                    "org.apache.httpcomponents:httpcore:4.4.4"
+                    "com.google.code.findbugs:jsr305:3.0.2",
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "commons-lang:commons-lang:2.6",
+                    "com.google.guava:guava:23.6-jre",
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "commons-configuration:commons-configuration:1.10",
+                    "org.codehaus.mojo:animal-sniffer-annotations:1.14",
+                    "io.netty:netty-common:4.1.63.Final",
+                    "com.google.j2objc:j2objc-annotations:1.1",
+                    "com.google.errorprone:error_prone_annotations:2.1.3"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar",
+                "url": "https://jcenter.bintray.com/org/apache/bookkeeper/circe-checksum/4.13.0/circe-checksum-4.13.0.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar",
-                    "https://maven.google.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar",
-                    "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar"
+                    "https://jcenter.bintray.com/org/apache/bookkeeper/circe-checksum/4.13.0/circe-checksum-4.13.0.jar",
+                    "https://maven.google.com/org/apache/bookkeeper/circe-checksum/4.13.0/circe-checksum-4.13.0.jar",
+                    "https://repo1.maven.org/maven2/org/apache/bookkeeper/circe-checksum/4.13.0/circe-checksum-4.13.0.jar"
                 ],
-                "sha256": "0dffc621400d6c632f55787d996b8aeca36b30746a716e079a985f24d8074057",
-                "url": "https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar"
+                "sha256": "bd5314b057486e7db850ac21cb296c00d70cfbb129121aa59341629c6a492039"
             },
             {
-                "coord": "org.apache.httpcomponents:httpclient:jar:sources:4.5.2",
-                "dependencies": [
-                    "org.apache.httpcomponents:httpcore:jar:sources:4.4.4",
-                    "commons-codec:commons-codec:jar:sources:1.15",
-                    "commons-logging:commons-logging:jar:sources:1.2"
-                ],
+                "coord": "org.apache.bookkeeper:circe-checksum:jar:sources:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/bookkeeper/circe-checksum/4.13.0/circe-checksum-4.13.0-sources.jar",
                 "directDependencies": [
-                    "commons-codec:commons-codec:jar:sources:1.15",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30"
+                ],
+                "dependencies": [
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "com.google.errorprone:error_prone_annotations:jar:sources:2.1.3",
+                    "commons-lang:commons-lang:jar:sources:2.6",
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
                     "commons-logging:commons-logging:jar:sources:1.2",
-                    "org.apache.httpcomponents:httpcore:jar:sources:4.4.4"
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "org.checkerframework:checker-compat-qual:jar:sources:2.0.0",
+                    "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.14",
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
+                    "com.google.j2objc:j2objc-annotations:jar:sources:1.1"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/bookkeeper/circe-checksum/4.13.0/circe-checksum-4.13.0-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar",
-                    "https://maven.google.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/bookkeeper/circe-checksum/4.13.0/circe-checksum-4.13.0-sources.jar",
+                    "https://maven.google.com/org/apache/bookkeeper/circe-checksum/4.13.0/circe-checksum-4.13.0-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/bookkeeper/circe-checksum/4.13.0/circe-checksum-4.13.0-sources.jar"
                 ],
-                "sha256": "1eb8d2b8b0b1528fbda8b1dbaf65e0412d29ce78cd37040b94b8fd1d58fef85a",
-                "url": "https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar"
+                "sha256": "2bbc86e27644d87d0d15379ed2008b249e0e30f42579ab5f990b9a17cecba688"
             },
             {
-                "coord": "org.apache.httpcomponents:httpclient:jar:tests:4.5.2",
+                "coord": "org.apache.bookkeeper:cpu-affinity:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/bookkeeper/cpu-affinity/4.13.0/cpu-affinity-4.13.0.jar",
+                "directDependencies": [
+                    "com.google.guava:guava:23.6-jre",
+                    "commons-configuration:commons-configuration:1.10",
+                    "org.apache.commons:commons-lang3:3.11",
+                    "org.slf4j:slf4j-api:1.7.30"
+                ],
                 "dependencies": [
-                    "commons-codec:commons-codec:1.15",
+                    "org.checkerframework:checker-compat-qual:2.0.0",
                     "commons-logging:commons-logging:1.2",
-                    "org.apache.httpcomponents:httpcore:4.4.4"
+                    "com.google.code.findbugs:jsr305:3.0.2",
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "commons-lang:commons-lang:2.6",
+                    "com.google.guava:guava:23.6-jre",
+                    "commons-configuration:commons-configuration:1.10",
+                    "org.codehaus.mojo:animal-sniffer-annotations:1.14",
+                    "com.google.j2objc:j2objc-annotations:1.1",
+                    "org.apache.commons:commons-lang3:3.11",
+                    "com.google.errorprone:error_prone_annotations:2.1.3"
                 ],
+                "url": "https://jcenter.bintray.com/org/apache/bookkeeper/cpu-affinity/4.13.0/cpu-affinity-4.13.0.jar",
+                "mirror_urls": [
+                    "https://jcenter.bintray.com/org/apache/bookkeeper/cpu-affinity/4.13.0/cpu-affinity-4.13.0.jar",
+                    "https://maven.google.com/org/apache/bookkeeper/cpu-affinity/4.13.0/cpu-affinity-4.13.0.jar",
+                    "https://repo1.maven.org/maven2/org/apache/bookkeeper/cpu-affinity/4.13.0/cpu-affinity-4.13.0.jar"
+                ],
+                "sha256": "594332abcd3969023adfc0e51e747a2912a890fda4382a548ef09a360aa769e9"
+            },
+            {
+                "coord": "org.apache.bookkeeper:cpu-affinity:jar:sources:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/bookkeeper/cpu-affinity/4.13.0/cpu-affinity-4.13.0-sources.jar",
                 "directDependencies": [
-                    "commons-codec:commons-codec:1.15",
-                    "commons-logging:commons-logging:1.2",
-                    "org.apache.httpcomponents:httpcore:4.4.4"
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "org.apache.commons:commons-lang3:jar:sources:3.11",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-tests.jar",
+                "dependencies": [
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
+                    "org.apache.commons:commons-lang3:jar:sources:3.11",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "com.google.errorprone:error_prone_annotations:jar:sources:2.1.3",
+                    "commons-lang:commons-lang:jar:sources:2.6",
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "commons-logging:commons-logging:jar:sources:1.2",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "org.checkerframework:checker-compat-qual:jar:sources:2.0.0",
+                    "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.14",
+                    "com.google.j2objc:j2objc-annotations:jar:sources:1.1"
+                ],
+                "url": "https://jcenter.bintray.com/org/apache/bookkeeper/cpu-affinity/4.13.0/cpu-affinity-4.13.0-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-tests.jar",
-                    "https://maven.google.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-tests.jar",
-                    "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-tests.jar"
+                    "https://jcenter.bintray.com/org/apache/bookkeeper/cpu-affinity/4.13.0/cpu-affinity-4.13.0-sources.jar",
+                    "https://maven.google.com/org/apache/bookkeeper/cpu-affinity/4.13.0/cpu-affinity-4.13.0-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/bookkeeper/cpu-affinity/4.13.0/cpu-affinity-4.13.0-sources.jar"
                 ],
-                "sha256": "d87c8dcfd609085090e5ced0249c5ac064c5d50bda29eb8633794fd91789d163",
-                "url": "https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-tests.jar"
+                "sha256": "8332339a5df7f20f755074f0c68f4780d9a8c49bebb8cf5377385dc597644679"
             },
             {
-                "coord": "org.apache.httpcomponents:httpcore:4.4.4",
-                "dependencies": [],
+                "coord": "org.apache.commons:commons-collections4:4.4",
+                "file": "v1/https/jcenter.bintray.com/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar",
                 "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar",
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar",
-                    "https://maven.google.com/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar",
-                    "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar"
+                    "https://jcenter.bintray.com/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar",
+                    "https://maven.google.com/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar",
+                    "https://repo1.maven.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar"
                 ],
-                "sha256": "f7bc09dc8a7003822d109634ffd3845d579d12e725ae54673e323a7ce7f5e325",
-                "url": "https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar"
+                "sha256": "1df8b9430b5c8ed143d7815e403e33ef5371b2400aadbe9bda0883762e0846d1"
             },
             {
-                "coord": "org.apache.httpcomponents:httpcore:jar:sources:4.4.4",
-                "dependencies": [],
+                "coord": "org.apache.commons:commons-collections4:jar:sources:4.4",
+                "file": "v1/https/jcenter.bintray.com/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4-sources.jar",
                 "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4-sources.jar",
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4-sources.jar",
-                    "https://maven.google.com/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4-sources.jar",
+                    "https://maven.google.com/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4-sources.jar"
                 ],
-                "sha256": "bf8a17189e48ae3964fb8ab79c32e6b87423229c38571024895d9c532bba6129",
-                "url": "https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4-sources.jar"
+                "sha256": "93b4ff13ee810830a247dfa83bf5b73c401a591af4c11f3efb9b9da581e70452"
             },
             {
-                "coord": "org.apache.httpcomponents:httpmime:4.5.2",
-                "dependencies": [
-                    "org.apache.httpcomponents:httpclient:4.5.2",
-                    "commons-codec:commons-codec:1.15",
-                    "commons-logging:commons-logging:1.2",
-                    "org.apache.httpcomponents:httpcore:4.4.4"
-                ],
-                "directDependencies": [
-                    "org.apache.httpcomponents:httpclient:4.5.2"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar",
+                "coord": "org.apache.commons:commons-compress:1.14",
+                "file": "v1/https/jcenter.bintray.com/org/apache/commons/commons-compress/1.14/commons-compress-1.14.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/apache/commons/commons-compress/1.14/commons-compress-1.14.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar",
-                    "https://maven.google.com/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar",
-                    "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar"
+                    "https://jcenter.bintray.com/org/apache/commons/commons-compress/1.14/commons-compress-1.14.jar",
+                    "https://maven.google.com/org/apache/commons/commons-compress/1.14/commons-compress-1.14.jar",
+                    "https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.14/commons-compress-1.14.jar"
                 ],
-                "sha256": "231a3f7e4962053db2be8461d5422e68fc458a3a7dd7d8ada803a348e21f8f07",
-                "url": "https://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar"
+                "sha256": "ad2c50c007e3384b7b46849d7f86a9ede873132256a78179f18b70e3adde7c99"
             },
             {
-                "coord": "org.apache.httpcomponents:httpmime:jar:sources:4.5.2",
-                "dependencies": [
-                    "org.apache.httpcomponents:httpcore:jar:sources:4.4.4",
-                    "commons-codec:commons-codec:jar:sources:1.15",
-                    "commons-logging:commons-logging:jar:sources:1.2",
-                    "org.apache.httpcomponents:httpclient:jar:sources:4.5.2"
-                ],
-                "directDependencies": [
-                    "org.apache.httpcomponents:httpclient:jar:sources:4.5.2"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2-sources.jar",
+                "coord": "org.apache.commons:commons-compress:jar:sources:1.14",
+                "file": "v1/https/jcenter.bintray.com/org/apache/commons/commons-compress/1.14/commons-compress-1.14-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/apache/commons/commons-compress/1.14/commons-compress-1.14-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2-sources.jar",
-                    "https://maven.google.com/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/commons/commons-compress/1.14/commons-compress-1.14-sources.jar",
+                    "https://maven.google.com/org/apache/commons/commons-compress/1.14/commons-compress-1.14-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.14/commons-compress-1.14-sources.jar"
                 ],
-                "sha256": "accfedcbe11b7eb496b70d0a19ee2b7cb26066c98450f51de9a6866b82a4ae4b",
-                "url": "https://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2-sources.jar"
+                "sha256": "58c1eb4b545090cdd0de2f4c5ee7b0cbf057439ed607e2206d8a3530a1973010"
             },
             {
-                "coord": "org.apache.kafka:kafka-clients:2.2.0",
-                "dependencies": [
-                    "com.github.luben:zstd-jni:1.3.8-1",
-                    "org.lz4:lz4-java:1.5.0",
-                    "org.slf4j:slf4j-api:1.7.30",
-                    "org.xerial.snappy:snappy-java:1.1.7.2"
-                ],
-                "directDependencies": [
-                    "com.github.luben:zstd-jni:1.3.8-1",
-                    "org.lz4:lz4-java:1.5.0",
-                    "org.slf4j:slf4j-api:1.7.30",
-                    "org.xerial.snappy:snappy-java:1.1.7.2"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/kafka/kafka-clients/2.2.0/kafka-clients-2.2.0.jar",
+                "coord": "org.apache.commons:commons-lang3:3.11",
+                "file": "v1/https/jcenter.bintray.com/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/kafka/kafka-clients/2.2.0/kafka-clients-2.2.0.jar",
-                    "https://maven.google.com/org/apache/kafka/kafka-clients/2.2.0/kafka-clients-2.2.0.jar",
-                    "https://repo1.maven.org/maven2/org/apache/kafka/kafka-clients/2.2.0/kafka-clients-2.2.0.jar"
+                    "https://jcenter.bintray.com/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar",
+                    "https://maven.google.com/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar",
+                    "https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar"
                 ],
-                "sha256": "cc819c61aeb40906d38d862d2c645bc960ac3274eb57b89ba2153b60e562f2a2",
-                "url": "https://jcenter.bintray.com/org/apache/kafka/kafka-clients/2.2.0/kafka-clients-2.2.0.jar"
+                "sha256": "4ee380259c068d1dbe9e84ab52186f2acd65de067ec09beff731fca1697fdb16"
             },
             {
-                "coord": "org.apache.kafka:kafka-clients:jar:sources:2.2.0",
-                "dependencies": [
-                    "org.lz4:lz4-java:jar:sources:1.5.0",
-                    "com.github.luben:zstd-jni:jar:sources:1.3.8-1",
-                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
-                    "org.xerial.snappy:snappy-java:jar:sources:1.1.7.2"
-                ],
-                "directDependencies": [
-                    "com.github.luben:zstd-jni:jar:sources:1.3.8-1",
-                    "org.lz4:lz4-java:jar:sources:1.5.0",
-                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
-                    "org.xerial.snappy:snappy-java:jar:sources:1.1.7.2"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/kafka/kafka-clients/2.2.0/kafka-clients-2.2.0-sources.jar",
+                "coord": "org.apache.commons:commons-lang3:jar:sources:3.11",
+                "file": "v1/https/jcenter.bintray.com/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/kafka/kafka-clients/2.2.0/kafka-clients-2.2.0-sources.jar",
-                    "https://maven.google.com/org/apache/kafka/kafka-clients/2.2.0/kafka-clients-2.2.0-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/kafka/kafka-clients/2.2.0/kafka-clients-2.2.0-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11-sources.jar",
+                    "https://maven.google.com/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11-sources.jar"
                 ],
-                "sha256": "6337e5677ba1bb683d8bb386b86a6eb542de90a8eb345c309b9ac1990147fd86",
-                "url": "https://jcenter.bintray.com/org/apache/kafka/kafka-clients/2.2.0/kafka-clients-2.2.0-sources.jar"
+                "sha256": "8d64ba48fd8a3f70b20cab32f1617ed01ee71af933a768e4955372d28964798a"
             },
             {
-                "coord": "org.apache.maven.reporting:maven-reporting-api:2.0",
-                "dependencies": [
-                    "doxia:doxia-sink-api:1.0-alpha-4"
-                ],
-                "directDependencies": [
-                    "doxia:doxia-sink-api:1.0-alpha-4"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.jar",
+                "coord": "org.apache.commons:commons-math3:3.6.1",
+                "file": "v1/https/jcenter.bintray.com/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.jar",
-                    "https://maven.google.com/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.jar"
+                    "https://jcenter.bintray.com/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar",
+                    "https://maven.google.com/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar",
+                    "https://repo1.maven.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar"
                 ],
-                "sha256": "b9caa4a383c9477b0fdd876396aca81afb98ddc661c1505dc5ed814765716c4a",
-                "url": "https://jcenter.bintray.com/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.jar"
+                "sha256": "1e56d7b058d28b65abd256b8458e3885b674c1d588fa43cd7d1cbb9c7ef2b308"
             },
             {
-                "coord": "org.apache.maven.reporting:maven-reporting-api:jar:sources:2.0",
-                "dependencies": [
-                    "doxia:doxia-sink-api:jar:sources:1.0-alpha-4"
+                "coord": "org.apache.commons:commons-math3:jar:sources:3.6.1",
+                "file": "v1/https/jcenter.bintray.com/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1-sources.jar",
+                "mirror_urls": [
+                    "https://jcenter.bintray.com/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1-sources.jar",
+                    "https://maven.google.com/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1-sources.jar"
                 ],
+                "sha256": "e2ff85a3c360d56c51a7021614a194f3fbaf224054642ac535016f118322934d"
+            },
+            {
+                "coord": "org.apache.commons:commons-text:1.1",
+                "file": "v1/https/jcenter.bintray.com/org/apache/commons/commons-text/1.1/commons-text-1.1.jar",
                 "directDependencies": [
-                    "doxia:doxia-sink-api:jar:sources:1.0-alpha-4"
+                    "org.apache.commons:commons-lang3:3.11"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0-sources.jar",
+                "dependencies": [
+                    "org.apache.commons:commons-lang3:3.11"
+                ],
+                "url": "https://jcenter.bintray.com/org/apache/commons/commons-text/1.1/commons-text-1.1.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0-sources.jar",
-                    "https://maven.google.com/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/commons/commons-text/1.1/commons-text-1.1.jar",
+                    "https://maven.google.com/org/apache/commons/commons-text/1.1/commons-text-1.1.jar",
+                    "https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1.jar"
                 ],
-                "sha256": "28345ac9467d0f963f84a0eba8256149495ce385a7e229237be9e4adbfa0551e",
-                "url": "https://jcenter.bintray.com/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0-sources.jar"
+                "sha256": "0149a81b421e646646d8724e0500f71264893c790aa2a771c056a1e984f02434"
             },
             {
-                "coord": "org.apache.maven.shared:maven-common-artifact-filters:1.4",
-                "dependencies": [
-                    "org.apache.maven:maven-repository-metadata:2.0.8",
-                    "org.apache.maven.wagon:wagon-provider-api:1.0-beta-2",
-                    "commons-logging:commons-logging-api:1.1",
-                    "org.apache.maven:maven-model:2.0.8",
-                    "org.apache.maven:maven-artifact-manager:2.0.8",
-                    "junit:junit:4.12",
-                    "log4j:log4j:1.2.17",
-                    "org.hamcrest:hamcrest-core:1.3",
-                    "org.codehaus.plexus:plexus-utils:3.0.8",
-                    "org.apache.maven:maven-project:2.0.8",
-                    "org.apache.maven:maven-profile:2.0.8",
-                    "org.apache.maven:maven-plugin-api:2.0.8",
-                    "org.codehaus.plexus:plexus-container-default:1.5.5",
-                    "org.apache.maven:maven-plugin-registry:2.0.8",
-                    "com.google.collections:google-collections:1.0",
-                    "org.apache.xbean:xbean-reflect:3.4",
-                    "org.apache.maven:maven-artifact:2.0.8",
-                    "org.codehaus.plexus:plexus-classworlds:2.2.2",
-                    "org.apache.maven:maven-settings:2.0.8"
-                ],
-                "directDependencies": [
-                    "org.apache.maven:maven-model:2.0.8",
-                    "org.codehaus.plexus:plexus-utils:3.0.8",
-                    "org.apache.maven:maven-project:2.0.8",
-                    "org.apache.maven:maven-plugin-api:2.0.8",
-                    "org.codehaus.plexus:plexus-container-default:1.5.5",
-                    "org.apache.maven:maven-artifact:2.0.8"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar",
-                    "https://maven.google.com/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar"
-                ],
-                "sha256": "5a769ea4c7530fb53c6b4b979a0f822e4c07770bc696838280abd1f9467abe08",
-                "url": "https://jcenter.bintray.com/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar"
-            },
-            {
-                "coord": "org.apache.maven.shared:maven-common-artifact-filters:jar:sources:1.4",
-                "dependencies": [
-                    "org.apache.maven:maven-settings:jar:sources:2.0.8",
-                    "org.apache.xbean:xbean-reflect:jar:sources:3.4",
-                    "org.apache.maven:maven-profile:jar:sources:2.0.8",
-                    "commons-logging:commons-logging-api:jar:sources:1.1",
-                    "com.google.collections:google-collections:jar:sources:1.0",
-                    "org.apache.maven:maven-plugin-api:jar:sources:2.0.8",
-                    "org.apache.maven:maven-artifact-manager:jar:sources:2.0.8",
-                    "org.apache.maven:maven-project:jar:sources:2.0.8",
-                    "org.hamcrest:hamcrest-core:jar:sources:1.3",
-                    "org.apache.maven:maven-plugin-registry:jar:sources:2.0.8",
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5",
-                    "org.apache.maven:maven-model:jar:sources:2.0.8",
-                    "org.apache.maven.wagon:wagon-provider-api:jar:sources:1.0-beta-2",
-                    "log4j:log4j:jar:sources:1.2.17",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8",
-                    "org.apache.maven:maven-artifact:jar:sources:2.0.8",
-                    "org.apache.maven:maven-repository-metadata:jar:sources:2.0.8",
-                    "org.codehaus.plexus:plexus-classworlds:jar:sources:2.2.2",
-                    "junit:junit:jar:sources:4.12"
-                ],
+                "coord": "org.apache.commons:commons-text:jar:sources:1.1",
+                "file": "v1/https/jcenter.bintray.com/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar",
                 "directDependencies": [
-                    "org.apache.maven:maven-plugin-api:jar:sources:2.0.8",
-                    "org.apache.maven:maven-project:jar:sources:2.0.8",
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5",
-                    "org.apache.maven:maven-model:jar:sources:2.0.8",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8",
-                    "org.apache.maven:maven-artifact:jar:sources:2.0.8"
+                    "org.apache.commons:commons-lang3:jar:sources:3.11"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4-sources.jar",
+                "dependencies": [
+                    "org.apache.commons:commons-lang3:jar:sources:3.11"
+                ],
+                "url": "https://jcenter.bintray.com/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4-sources.jar",
-                    "https://maven.google.com/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar",
+                    "https://maven.google.com/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.1/commons-text-1.1-sources.jar"
                 ],
-                "sha256": "bacfaa0ea356c45aa674f1c722f659c5618d3c3e2abfc0ebf333d7ce558d15df",
-                "url": "https://jcenter.bintray.com/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4-sources.jar"
+                "sha256": "3f24065f7d4b847951e9e098cbb2ad39f245d4761a6ab2ea67ce600e58dc1f90"
             },
             {
-                "coord": "org.apache.maven.wagon:wagon-file:1.0-alpha-5",
-                "dependencies": [
-                    "org.apache.maven.wagon:wagon-provider-api:1.0-beta-2",
-                    "org.codehaus.plexus:plexus-utils:3.0.8"
-                ],
+                "coord": "org.apache.curator:curator-client:5.1.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0.jar",
                 "directDependencies": [
-                    "org.apache.maven.wagon:wagon-provider-api:1.0-beta-2",
-                    "org.codehaus.plexus:plexus-utils:3.0.8"
+                    "com.google.guava:guava:23.6-jre",
+                    "org.apache.zookeeper:zookeeper:3.6.3",
+                    "org.slf4j:slf4j-api:1.7.30"
+                ],
+                "dependencies": [
+                    "org.checkerframework:checker-compat-qual:2.0.0",
+                    "io.netty:netty-codec:4.1.63.Final",
+                    "io.netty:netty-transport-native-epoll:4.1.63.Final",
+                    "com.google.code.findbugs:jsr305:3.0.2",
+                    "io.netty:netty-handler:4.1.63.Final",
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "org.apache.zookeeper:zookeeper-jute:3.6.3",
+                    "io.netty:netty-resolver:4.1.63.Final",
+                    "com.google.guava:guava:23.6-jre",
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "log4j:log4j:1.2.17",
+                    "io.netty:netty-transport-native-unix-common:4.1.63.Final",
+                    "org.codehaus.mojo:animal-sniffer-annotations:1.14",
+                    "io.netty:netty-common:4.1.63.Final",
+                    "org.apache.yetus:audience-annotations:0.5.0",
+                    "org.apache.zookeeper:zookeeper:3.6.3",
+                    "com.google.j2objc:j2objc-annotations:1.1",
+                    "io.netty:netty-transport:4.1.63.Final",
+                    "com.google.errorprone:error_prone_annotations:2.1.3"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/wagon/wagon-file/1.0-alpha-5/wagon-file-1.0-alpha-5.jar",
+                "url": "https://jcenter.bintray.com/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/wagon/wagon-file/1.0-alpha-5/wagon-file-1.0-alpha-5.jar",
-                    "https://maven.google.com/org/apache/maven/wagon/wagon-file/1.0-alpha-5/wagon-file-1.0-alpha-5.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-file/1.0-alpha-5/wagon-file-1.0-alpha-5.jar"
+                    "https://jcenter.bintray.com/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0.jar",
+                    "https://maven.google.com/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0.jar",
+                    "https://repo1.maven.org/maven2/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0.jar"
                 ],
-                "sha256": "af086ef7698b0e81f2ea54fc5f704d01e9f693d757143a04a17c4958d4da8107",
-                "url": "https://jcenter.bintray.com/org/apache/maven/wagon/wagon-file/1.0-alpha-5/wagon-file-1.0-alpha-5.jar"
+                "sha256": "76b4eb2cea4f710552283ef7a11a37972d88e414e00658cd59ea7302b7669995"
             },
             {
-                "coord": "org.apache.maven.wagon:wagon-file:jar:sources:1.0-alpha-5",
-                "dependencies": [
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8",
-                    "org.apache.maven.wagon:wagon-provider-api:jar:sources:1.0-beta-2"
-                ],
+                "coord": "org.apache.curator:curator-client:jar:sources:5.1.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0-sources.jar",
                 "directDependencies": [
-                    "org.apache.maven.wagon:wagon-provider-api:jar:sources:1.0-beta-2",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8"
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "org.apache.zookeeper:zookeeper:jar:sources:3.6.3",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30"
+                ],
+                "dependencies": [
+                    "org.apache.zookeeper:zookeeper-jute:jar:sources:3.6.3",
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
+                    "io.netty:netty-transport-native-unix-common:jar:sources:4.1.63.Final",
+                    "io.netty:netty-transport:jar:sources:4.1.63.Final",
+                    "org.apache.zookeeper:zookeeper:jar:sources:3.6.3",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "com.google.errorprone:error_prone_annotations:jar:sources:2.1.3",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "org.checkerframework:checker-compat-qual:jar:sources:2.0.0",
+                    "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.14",
+                    "io.netty:netty-resolver:jar:sources:4.1.63.Final",
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
+                    "com.google.j2objc:j2objc-annotations:jar:sources:1.1",
+                    "org.apache.yetus:audience-annotations:jar:sources:0.5.0",
+                    "io.netty:netty-transport-native-epoll:jar:sources:4.1.63.Final",
+                    "log4j:log4j:jar:sources:1.2.17",
+                    "io.netty:netty-handler:jar:sources:4.1.63.Final",
+                    "io.netty:netty-codec:jar:sources:4.1.63.Final"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/wagon/wagon-file/1.0-alpha-5/wagon-file-1.0-alpha-5-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/wagon/wagon-file/1.0-alpha-5/wagon-file-1.0-alpha-5-sources.jar",
-                    "https://maven.google.com/org/apache/maven/wagon/wagon-file/1.0-alpha-5/wagon-file-1.0-alpha-5-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-file/1.0-alpha-5/wagon-file-1.0-alpha-5-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0-sources.jar",
+                    "https://maven.google.com/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0-sources.jar"
                 ],
-                "sha256": "7cda8d775a77815ded1263f8185fdd1212e029f28404d6868813884a2345d48f",
-                "url": "https://jcenter.bintray.com/org/apache/maven/wagon/wagon-file/1.0-alpha-5/wagon-file-1.0-alpha-5-sources.jar"
+                "sha256": "b2c8a523461f36ec20c5bc4cfed640587dafe03297db3c6735336cecfc02c3f3"
             },
             {
-                "coord": "org.apache.maven.wagon:wagon-http-lightweight:1.0-alpha-5",
-                "dependencies": [
-                    "org.apache.maven.wagon:wagon-provider-api:1.0-beta-2",
-                    "org.codehaus.plexus:plexus-utils:3.0.8"
-                ],
+                "coord": "org.apache.curator:curator-framework:5.1.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0.jar",
                 "directDependencies": [
-                    "org.apache.maven.wagon:wagon-provider-api:1.0-beta-2",
-                    "org.codehaus.plexus:plexus-utils:3.0.8"
+                    "org.apache.curator:curator-client:5.1.0"
+                ],
+                "dependencies": [
+                    "org.checkerframework:checker-compat-qual:2.0.0",
+                    "io.netty:netty-codec:4.1.63.Final",
+                    "io.netty:netty-transport-native-epoll:4.1.63.Final",
+                    "com.google.code.findbugs:jsr305:3.0.2",
+                    "io.netty:netty-handler:4.1.63.Final",
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "org.apache.zookeeper:zookeeper-jute:3.6.3",
+                    "io.netty:netty-resolver:4.1.63.Final",
+                    "com.google.guava:guava:23.6-jre",
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "log4j:log4j:1.2.17",
+                    "org.apache.curator:curator-client:5.1.0",
+                    "io.netty:netty-transport-native-unix-common:4.1.63.Final",
+                    "org.codehaus.mojo:animal-sniffer-annotations:1.14",
+                    "io.netty:netty-common:4.1.63.Final",
+                    "org.apache.yetus:audience-annotations:0.5.0",
+                    "org.apache.zookeeper:zookeeper:3.6.3",
+                    "com.google.j2objc:j2objc-annotations:1.1",
+                    "io.netty:netty-transport:4.1.63.Final",
+                    "com.google.errorprone:error_prone_annotations:2.1.3"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/wagon/wagon-http-lightweight/1.0-alpha-5/wagon-http-lightweight-1.0-alpha-5.jar",
+                "url": "https://jcenter.bintray.com/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/wagon/wagon-http-lightweight/1.0-alpha-5/wagon-http-lightweight-1.0-alpha-5.jar",
-                    "https://maven.google.com/org/apache/maven/wagon/wagon-http-lightweight/1.0-alpha-5/wagon-http-lightweight-1.0-alpha-5.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0-alpha-5/wagon-http-lightweight-1.0-alpha-5.jar"
+                    "https://jcenter.bintray.com/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0.jar",
+                    "https://maven.google.com/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0.jar",
+                    "https://repo1.maven.org/maven2/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0.jar"
                 ],
-                "sha256": "eefb87b65dd39731447d786ce2b16c403a192d2869c14fdd4da18892610aeeb2",
-                "url": "https://jcenter.bintray.com/org/apache/maven/wagon/wagon-http-lightweight/1.0-alpha-5/wagon-http-lightweight-1.0-alpha-5.jar"
+                "sha256": "9272468a46f88757d21a523f492560ca39716757d5c4cbabc9710adb933fa79f"
             },
             {
-                "coord": "org.apache.maven.wagon:wagon-http-lightweight:jar:sources:1.0-alpha-5",
-                "dependencies": [
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8",
-                    "org.apache.maven.wagon:wagon-provider-api:jar:sources:1.0-beta-2"
-                ],
+                "coord": "org.apache.curator:curator-framework:jar:sources:5.1.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0-sources.jar",
                 "directDependencies": [
-                    "org.apache.maven.wagon:wagon-provider-api:jar:sources:1.0-beta-2",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8"
+                    "org.apache.curator:curator-client:jar:sources:5.1.0"
+                ],
+                "dependencies": [
+                    "org.apache.zookeeper:zookeeper-jute:jar:sources:3.6.3",
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
+                    "io.netty:netty-transport-native-unix-common:jar:sources:4.1.63.Final",
+                    "io.netty:netty-transport:jar:sources:4.1.63.Final",
+                    "org.apache.zookeeper:zookeeper:jar:sources:3.6.3",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "com.google.errorprone:error_prone_annotations:jar:sources:2.1.3",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "org.checkerframework:checker-compat-qual:jar:sources:2.0.0",
+                    "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.14",
+                    "io.netty:netty-resolver:jar:sources:4.1.63.Final",
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
+                    "com.google.j2objc:j2objc-annotations:jar:sources:1.1",
+                    "org.apache.yetus:audience-annotations:jar:sources:0.5.0",
+                    "io.netty:netty-transport-native-epoll:jar:sources:4.1.63.Final",
+                    "org.apache.curator:curator-client:jar:sources:5.1.0",
+                    "log4j:log4j:jar:sources:1.2.17",
+                    "io.netty:netty-handler:jar:sources:4.1.63.Final",
+                    "io.netty:netty-codec:jar:sources:4.1.63.Final"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/wagon/wagon-http-lightweight/1.0-alpha-5/wagon-http-lightweight-1.0-alpha-5-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/wagon/wagon-http-lightweight/1.0-alpha-5/wagon-http-lightweight-1.0-alpha-5-sources.jar",
-                    "https://maven.google.com/org/apache/maven/wagon/wagon-http-lightweight/1.0-alpha-5/wagon-http-lightweight-1.0-alpha-5-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/1.0-alpha-5/wagon-http-lightweight-1.0-alpha-5-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0-sources.jar",
+                    "https://maven.google.com/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0-sources.jar"
                 ],
-                "sha256": "388fee35c0429620f80001081cd3f70e255f3866bbb01b22ac1616933fa83d73",
-                "url": "https://jcenter.bintray.com/org/apache/maven/wagon/wagon-http-lightweight/1.0-alpha-5/wagon-http-lightweight-1.0-alpha-5-sources.jar"
+                "sha256": "75f4d2a2a6ed86db78a66487e7691dfd62b79eedc7ee6a815e4e7aa66dddfbfa"
             },
             {
-                "coord": "org.apache.maven.wagon:wagon-provider-api:1.0-beta-2",
-                "dependencies": [
-                    "org.codehaus.plexus:plexus-utils:3.0.8"
-                ],
+                "coord": "org.apache.curator:curator-recipes:5.1.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0.jar",
                 "directDependencies": [
-                    "org.codehaus.plexus:plexus-utils:3.0.8"
+                    "org.apache.curator:curator-framework:5.1.0"
                 ],
-                "exclusions": [
-                    "plexus:plexus-utils",
-                    "org.codehaus.plexus:plexus-container-default"
+                "dependencies": [
+                    "org.checkerframework:checker-compat-qual:2.0.0",
+                    "io.netty:netty-codec:4.1.63.Final",
+                    "io.netty:netty-transport-native-epoll:4.1.63.Final",
+                    "com.google.code.findbugs:jsr305:3.0.2",
+                    "io.netty:netty-handler:4.1.63.Final",
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "org.apache.zookeeper:zookeeper-jute:3.6.3",
+                    "io.netty:netty-resolver:4.1.63.Final",
+                    "com.google.guava:guava:23.6-jre",
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "log4j:log4j:1.2.17",
+                    "org.apache.curator:curator-client:5.1.0",
+                    "io.netty:netty-transport-native-unix-common:4.1.63.Final",
+                    "org.codehaus.mojo:animal-sniffer-annotations:1.14",
+                    "io.netty:netty-common:4.1.63.Final",
+                    "org.apache.yetus:audience-annotations:0.5.0",
+                    "org.apache.curator:curator-framework:5.1.0",
+                    "org.apache.zookeeper:zookeeper:3.6.3",
+                    "com.google.j2objc:j2objc-annotations:1.1",
+                    "io.netty:netty-transport:4.1.63.Final",
+                    "com.google.errorprone:error_prone_annotations:2.1.3"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar",
+                "url": "https://jcenter.bintray.com/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar",
-                    "https://maven.google.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar"
+                    "https://jcenter.bintray.com/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0.jar",
+                    "https://maven.google.com/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0.jar",
+                    "https://repo1.maven.org/maven2/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0.jar"
                 ],
-                "sha256": "0ba6040074d1e193580bae9314392940f5ecd81e3b6d3b3381050360dce033ad",
-                "url": "https://jcenter.bintray.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar"
+                "sha256": "b027a5f661808d9b72a77fde34429225b51e3dd19ab2b171ccc4a9fde7f569c1"
             },
             {
-                "coord": "org.apache.maven.wagon:wagon-provider-api:jar:sources:1.0-beta-2",
-                "dependencies": [
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8"
-                ],
+                "coord": "org.apache.curator:curator-recipes:jar:sources:5.1.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0-sources.jar",
                 "directDependencies": [
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8"
+                    "org.apache.curator:curator-framework:jar:sources:5.1.0"
+                ],
+                "dependencies": [
+                    "org.apache.zookeeper:zookeeper-jute:jar:sources:3.6.3",
+                    "org.apache.curator:curator-framework:jar:sources:5.1.0",
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
+                    "io.netty:netty-transport-native-unix-common:jar:sources:4.1.63.Final",
+                    "io.netty:netty-transport:jar:sources:4.1.63.Final",
+                    "org.apache.zookeeper:zookeeper:jar:sources:3.6.3",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "com.google.errorprone:error_prone_annotations:jar:sources:2.1.3",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "org.checkerframework:checker-compat-qual:jar:sources:2.0.0",
+                    "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.14",
+                    "io.netty:netty-resolver:jar:sources:4.1.63.Final",
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
+                    "com.google.j2objc:j2objc-annotations:jar:sources:1.1",
+                    "org.apache.yetus:audience-annotations:jar:sources:0.5.0",
+                    "io.netty:netty-transport-native-epoll:jar:sources:4.1.63.Final",
+                    "org.apache.curator:curator-client:jar:sources:5.1.0",
+                    "log4j:log4j:jar:sources:1.2.17",
+                    "io.netty:netty-handler:jar:sources:4.1.63.Final",
+                    "io.netty:netty-codec:jar:sources:4.1.63.Final"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2-sources.jar",
-                    "https://maven.google.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0-sources.jar",
+                    "https://maven.google.com/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0-sources.jar"
                 ],
-                "sha256": "b193d3dbe73010677e2d465b57bf22b43067a10e61f0e8bdab4cc537eaacec06",
-                "url": "https://jcenter.bintray.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2-sources.jar"
+                "sha256": "4b553904429205020afa1cbeeafd93312da76d02bf11c7d27ea2016a32c7005e"
             },
             {
-                "coord": "org.apache.maven.wagon:wagon-ssh:1.0-alpha-5",
-                "dependencies": [
-                    "org.apache.maven.wagon:wagon-provider-api:1.0-beta-2",
-                    "org.codehaus.plexus:plexus-utils:3.0.8",
-                    "com.jcraft:jsch:0.1.23",
-                    "org.codehaus.plexus:plexus-interactivity-api:1.0-alpha-4",
-                    "classworlds:classworlds:1.1-alpha-2"
-                ],
+                "coord": "org.apache.distributedlog:distributedlog-common:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/distributedlog/distributedlog-common/4.13.0/distributedlog-common-4.13.0.jar",
                 "directDependencies": [
-                    "org.apache.maven.wagon:wagon-provider-api:1.0-beta-2",
-                    "org.codehaus.plexus:plexus-utils:3.0.8",
-                    "com.jcraft:jsch:0.1.23",
-                    "org.codehaus.plexus:plexus-interactivity-api:1.0-alpha-4",
-                    "classworlds:classworlds:1.1-alpha-2"
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "commons-lang:commons-lang:2.6",
+                    "com.google.guava:guava:23.6-jre",
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "commons-configuration:commons-configuration:1.10",
+                    "org.apache.bookkeeper.stats:bookkeeper-stats-api:4.13.0",
+                    "org.apache.bookkeeper:bookkeeper-common:4.13.0",
+                    "commons-codec:commons-codec:1.15",
+                    "org.apache.commons:commons-lang3:3.11",
+                    "net.jpountz.lz4:lz4:1.3.0"
                 ],
-                "exclusions": [
-                    "plexus:plexus-utils",
-                    "org.codehaus.plexus:plexus-container-default"
+                "dependencies": [
+                    "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
+                    "org.checkerframework:checker-compat-qual:2.0.0",
+                    "org.apache.bookkeeper:cpu-affinity:4.13.0",
+                    "commons-logging:commons-logging:1.2",
+                    "com.google.code.findbugs:jsr305:3.0.2",
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "org.jctools:jctools-core:2.1.2",
+                    "commons-lang:commons-lang:2.6",
+                    "com.google.guava:guava:23.6-jre",
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "commons-configuration:commons-configuration:1.10",
+                    "org.codehaus.mojo:animal-sniffer-annotations:1.14",
+                    "org.apache.bookkeeper.stats:bookkeeper-stats-api:4.13.0",
+                    "io.netty:netty-common:4.1.63.Final",
+                    "org.apache.bookkeeper:bookkeeper-common:4.13.0",
+                    "commons-codec:commons-codec:1.15",
+                    "com.google.j2objc:j2objc-annotations:1.1",
+                    "com.fasterxml.jackson.core:jackson-databind:2.8.8",
+                    "org.apache.commons:commons-lang3:3.11",
+                    "com.google.errorprone:error_prone_annotations:2.1.3",
+                    "com.fasterxml.jackson.core:jackson-core:2.8.8",
+                    "net.jpountz.lz4:lz4:1.3.0"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/wagon/wagon-ssh/1.0-alpha-5/wagon-ssh-1.0-alpha-5.jar",
+                "url": "https://jcenter.bintray.com/org/apache/distributedlog/distributedlog-common/4.13.0/distributedlog-common-4.13.0.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/wagon/wagon-ssh/1.0-alpha-5/wagon-ssh-1.0-alpha-5.jar",
-                    "https://maven.google.com/org/apache/maven/wagon/wagon-ssh/1.0-alpha-5/wagon-ssh-1.0-alpha-5.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0-alpha-5/wagon-ssh-1.0-alpha-5.jar"
+                    "https://jcenter.bintray.com/org/apache/distributedlog/distributedlog-common/4.13.0/distributedlog-common-4.13.0.jar",
+                    "https://maven.google.com/org/apache/distributedlog/distributedlog-common/4.13.0/distributedlog-common-4.13.0.jar",
+                    "https://repo1.maven.org/maven2/org/apache/distributedlog/distributedlog-common/4.13.0/distributedlog-common-4.13.0.jar"
                 ],
-                "sha256": "45ed6921b5056219840128bdd8b628efee187957ab70314e35e0478f418c67d3",
-                "url": "https://jcenter.bintray.com/org/apache/maven/wagon/wagon-ssh/1.0-alpha-5/wagon-ssh-1.0-alpha-5.jar"
+                "sha256": "9fabed512be91b9cbf8797834e2ace6e41dd4d0e7c86cad0ed70505753775146"
             },
             {
-                "coord": "org.apache.maven.wagon:wagon-ssh:jar:sources:1.0-alpha-5",
-                "dependencies": [
-                    "classworlds:classworlds:jar:sources:1.1-alpha-2",
-                    "org.apache.maven.wagon:wagon-provider-api:jar:sources:1.0-beta-2",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8",
-                    "org.codehaus.plexus:plexus-interactivity-api:jar:sources:1.0-alpha-4",
-                    "com.jcraft:jsch:jar:sources:0.1.23"
-                ],
+                "coord": "org.apache.distributedlog:distributedlog-common:jar:sources:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/distributedlog/distributedlog-common/4.13.0/distributedlog-common-4.13.0-sources.jar",
                 "directDependencies": [
-                    "classworlds:classworlds:jar:sources:1.1-alpha-2",
-                    "org.apache.maven.wagon:wagon-provider-api:jar:sources:1.0-beta-2",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8",
-                    "org.codehaus.plexus:plexus-interactivity-api:jar:sources:1.0-alpha-4",
-                    "com.jcraft:jsch:jar:sources:0.1.23"
+                    "net.jpountz.lz4:lz4:jar:sources:1.3.0",
+                    "org.apache.commons:commons-lang3:jar:sources:3.11",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "commons-lang:commons-lang:jar:sources:2.6",
+                    "commons-codec:commons-codec:jar:sources:1.15",
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
+                    "org.apache.bookkeeper:bookkeeper-common:jar:sources:4.13.0",
+                    "org.apache.bookkeeper.stats:bookkeeper-stats-api:jar:sources:4.13.0"
                 ],
-                "exclusions": [
-                    "plexus:plexus-utils",
-                    "org.codehaus.plexus:plexus-container-default"
+                "dependencies": [
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
+                    "net.jpountz.lz4:lz4:jar:sources:1.3.0",
+                    "org.apache.commons:commons-lang3:jar:sources:3.11",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "com.google.errorprone:error_prone_annotations:jar:sources:2.1.3",
+                    "commons-lang:commons-lang:jar:sources:2.6",
+                    "commons-codec:commons-codec:jar:sources:1.15",
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "commons-logging:commons-logging:jar:sources:1.2",
+                    "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "org.checkerframework:checker-compat-qual:jar:sources:2.0.0",
+                    "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.14",
+                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
+                    "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
+                    "org.apache.bookkeeper:cpu-affinity:jar:sources:4.13.0",
+                    "com.google.j2objc:j2objc-annotations:jar:sources:1.1",
+                    "org.apache.bookkeeper:bookkeeper-common:jar:sources:4.13.0",
+                    "org.jctools:jctools-core:jar:sources:2.1.2",
+                    "org.apache.bookkeeper.stats:bookkeeper-stats-api:jar:sources:4.13.0"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/wagon/wagon-ssh/1.0-alpha-5/wagon-ssh-1.0-alpha-5-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/distributedlog/distributedlog-common/4.13.0/distributedlog-common-4.13.0-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/wagon/wagon-ssh/1.0-alpha-5/wagon-ssh-1.0-alpha-5-sources.jar",
-                    "https://maven.google.com/org/apache/maven/wagon/wagon-ssh/1.0-alpha-5/wagon-ssh-1.0-alpha-5-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-ssh/1.0-alpha-5/wagon-ssh-1.0-alpha-5-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/distributedlog/distributedlog-common/4.13.0/distributedlog-common-4.13.0-sources.jar",
+                    "https://maven.google.com/org/apache/distributedlog/distributedlog-common/4.13.0/distributedlog-common-4.13.0-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/distributedlog/distributedlog-common/4.13.0/distributedlog-common-4.13.0-sources.jar"
                 ],
-                "sha256": "408a9ef688b312860deef7e57172d1b1a10bdddb6d895409d3ea4686680c0f1e",
-                "url": "https://jcenter.bintray.com/org/apache/maven/wagon/wagon-ssh/1.0-alpha-5/wagon-ssh-1.0-alpha-5-sources.jar"
+                "sha256": "53bee372a1b3c8fe11199efa40baeac3c86b94446bc3a76adc6b0bfc4244bebf"
             },
             {
-                "coord": "org.apache.maven:maven-artifact-manager:2.0.8",
+                "coord": "org.apache.distributedlog:distributedlog-core:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/distributedlog/distributedlog-core/4.13.0/distributedlog-core-4.13.0.jar",
+                "directDependencies": [
+                    "org.apache.bookkeeper:bookkeeper-server:4.13.0",
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "org.apache.distributedlog:distributedlog-protocol:4.13.0",
+                    "commons-configuration:commons-configuration:1.10",
+                    "org.apache.thrift:libthrift:0.12.0",
+                    "org.apache.zookeeper:zookeeper:3.6.3"
+                ],
                 "dependencies": [
-                    "org.apache.maven:maven-repository-metadata:2.0.8",
-                    "org.apache.maven.wagon:wagon-provider-api:1.0-beta-2",
-                    "commons-logging:commons-logging-api:1.1",
-                    "junit:junit:4.12",
+                    "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
+                    "org.rocksdb:rocksdbjni:6.10.2",
+                    "org.apache.bookkeeper:circe-checksum:4.13.0",
+                    "org.slf4j:slf4j-log4j12:1.7.25",
+                    "org.checkerframework:checker-compat-qual:2.0.0",
+                    "org.apache.bookkeeper:cpu-affinity:4.13.0",
+                    "org.apache.bookkeeper:bookkeeper-server:4.13.0",
+                    "io.netty:netty-codec:4.1.63.Final",
+                    "org.bouncycastle:bcprov-ext-jdk15on:1.66",
+                    "commons-logging:commons-logging:1.2",
+                    "com.google.code.findbugs:jsr305:3.0.2",
+                    "io.netty:netty-handler:4.1.63.Final",
+                    "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.63.Final",
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "org.apache.distributedlog:distributedlog-protocol:4.13.0",
+                    "org.jctools:jctools-core:2.1.2",
+                    "commons-io:commons-io:2.4",
+                    "org.apache.zookeeper:zookeeper-jute:3.6.3",
+                    "commons-lang:commons-lang:2.6",
+                    "io.netty:netty-resolver:4.1.63.Final",
+                    "com.google.guava:guava:23.6-jre",
+                    "org.bouncycastle:bcprov-jdk15on:jar:1.66",
+                    "com.google.protobuf:protobuf-java:3.14.0",
+                    "io.netty:netty-buffer:4.1.63.Final",
                     "log4j:log4j:1.2.17",
-                    "org.hamcrest:hamcrest-core:1.3",
-                    "org.codehaus.plexus:plexus-utils:3.0.8",
-                    "org.codehaus.plexus:plexus-container-default:1.5.5",
-                    "com.google.collections:google-collections:1.0",
-                    "org.apache.xbean:xbean-reflect:3.4",
-                    "org.apache.maven:maven-artifact:2.0.8",
-                    "org.codehaus.plexus:plexus-classworlds:2.2.2"
-                ],
-                "directDependencies": [
-                    "org.apache.maven:maven-repository-metadata:2.0.8",
-                    "org.apache.maven.wagon:wagon-provider-api:1.0-beta-2",
-                    "org.codehaus.plexus:plexus-utils:3.0.8",
-                    "org.codehaus.plexus:plexus-container-default:1.5.5",
-                    "org.apache.maven:maven-artifact:2.0.8"
+                    "org.apache.bookkeeper.http:http-server:4.13.0",
+                    "commons-configuration:commons-configuration:1.10",
+                    "io.netty:netty-transport-native-unix-common:4.1.63.Final",
+                    "org.bouncycastle:bcpkix-jdk15on:1.66",
+                    "org.codehaus.mojo:animal-sniffer-annotations:1.14",
+                    "org.apache.bookkeeper.stats:bookkeeper-stats-api:4.13.0",
+                    "org.apache.thrift:libthrift:0.12.0",
+                    "commons-cli:commons-cli:1.3.1",
+                    "io.netty:netty-common:4.1.63.Final",
+                    "io.netty:netty-tcnative-boringssl-static:2.0.31.Final",
+                    "org.apache.yetus:audience-annotations:0.5.0",
+                    "org.apache.bookkeeper:bookkeeper-proto:4.13.0",
+                    "org.apache.bookkeeper:bookkeeper-common:4.13.0",
+                    "commons-codec:commons-codec:1.15",
+                    "org.apache.httpcomponents:httpclient:4.5.2",
+                    "org.apache.zookeeper:zookeeper:3.6.3",
+                    "net.java.dev.jna:jna:3.2.7",
+                    "com.google.j2objc:j2objc-annotations:1.1",
+                    "io.netty:netty-transport:4.1.63.Final",
+                    "com.fasterxml.jackson.core:jackson-databind:2.8.8",
+                    "org.apache.commons:commons-lang3:3.11",
+                    "org.apache.commons:commons-collections4:4.4",
+                    "org.apache.bookkeeper:bookkeeper-tools-framework:4.13.0",
+                    "com.google.errorprone:error_prone_annotations:2.1.3",
+                    "org.apache.httpcomponents:httpcore:4.4.4",
+                    "org.apache.distributedlog:distributedlog-common:4.13.0",
+                    "com.beust:jcommander:1.78",
+                    "org.apache.bookkeeper:bookkeeper-common-allocator:4.13.0",
+                    "com.fasterxml.jackson.core:jackson-core:2.8.8",
+                    "net.jpountz.lz4:lz4:1.3.0"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar",
+                "url": "https://jcenter.bintray.com/org/apache/distributedlog/distributedlog-core/4.13.0/distributedlog-core-4.13.0.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar",
-                    "https://maven.google.com/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar"
+                    "https://jcenter.bintray.com/org/apache/distributedlog/distributedlog-core/4.13.0/distributedlog-core-4.13.0.jar",
+                    "https://maven.google.com/org/apache/distributedlog/distributedlog-core/4.13.0/distributedlog-core-4.13.0.jar",
+                    "https://repo1.maven.org/maven2/org/apache/distributedlog/distributedlog-core/4.13.0/distributedlog-core-4.13.0.jar"
                 ],
-                "sha256": "c257564b252dc69ff3f3603971164fcb387adbd000818e72c959e6be7b6319cd",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar"
+                "sha256": "7944d4fdf3a46f1f9c4df00759506311d844105920ba931e664fafd9a4f452fe"
             },
             {
-                "coord": "org.apache.maven:maven-artifact-manager:jar:sources:2.0.8",
+                "coord": "org.apache.distributedlog:distributedlog-core:jar:sources:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/distributedlog/distributedlog-core/4.13.0/distributedlog-core-4.13.0-sources.jar",
+                "directDependencies": [
+                    "org.apache.thrift:libthrift:jar:sources:0.12.0",
+                    "org.apache.zookeeper:zookeeper:jar:sources:3.6.3",
+                    "org.apache.distributedlog:distributedlog-protocol:jar:sources:4.13.0",
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "org.apache.bookkeeper:bookkeeper-server:jar:sources:4.13.0"
+                ],
                 "dependencies": [
-                    "org.apache.xbean:xbean-reflect:jar:sources:3.4",
-                    "commons-logging:commons-logging-api:jar:sources:1.1",
-                    "com.google.collections:google-collections:jar:sources:1.0",
-                    "org.hamcrest:hamcrest-core:jar:sources:1.3",
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5",
-                    "org.apache.maven.wagon:wagon-provider-api:jar:sources:1.0-beta-2",
+                    "org.apache.zookeeper:zookeeper-jute:jar:sources:3.6.3",
+                    "io.netty:netty-tcnative-boringssl-static:jar:sources:2.0.31.Final",
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
+                    "net.jpountz.lz4:lz4:jar:sources:1.3.0",
+                    "org.rocksdb:rocksdbjni:jar:sources:6.10.2",
+                    "org.apache.bookkeeper:bookkeeper-proto:jar:sources:4.13.0",
+                    "io.netty:netty-transport-native-unix-common:jar:sources:4.1.63.Final",
+                    "io.netty:netty-transport:jar:sources:4.1.63.Final",
+                    "org.apache.commons:commons-collections4:jar:sources:4.4",
+                    "org.apache.thrift:libthrift:jar:sources:0.12.0",
+                    "org.apache.zookeeper:zookeeper:jar:sources:3.6.3",
+                    "org.apache.distributedlog:distributedlog-protocol:jar:sources:4.13.0",
+                    "org.apache.commons:commons-lang3:jar:sources:3.11",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "com.google.errorprone:error_prone_annotations:jar:sources:2.1.3",
+                    "commons-lang:commons-lang:jar:sources:2.6",
+                    "com.beust:jcommander:jar:sources:1.78",
+                    "commons-codec:commons-codec:jar:sources:1.15",
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "commons-logging:commons-logging:jar:sources:1.2",
+                    "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "org.checkerframework:checker-compat-qual:jar:sources:2.0.0",
+                    "org.bouncycastle:bcpkix-jdk15on:jar:sources:1.66",
+                    "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.14",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.14.0",
+                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
+                    "io.netty:netty-resolver:jar:sources:4.1.63.Final",
+                    "org.bouncycastle:bcprov-jdk15on:jar:sources:1.66",
+                    "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
+                    "net.java.dev.jna:jna:jar:sources:3.2.7",
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
+                    "org.apache.bookkeeper:cpu-affinity:jar:sources:4.13.0",
+                    "org.apache.bookkeeper.http:http-server:jar:sources:4.13.0",
+                    "org.apache.distributedlog:distributedlog-common:jar:sources:4.13.0",
+                    "com.google.j2objc:j2objc-annotations:jar:sources:1.1",
+                    "org.apache.bookkeeper:bookkeeper-common-allocator:jar:sources:4.13.0",
+                    "org.apache.yetus:audience-annotations:jar:sources:0.5.0",
+                    "org.apache.bookkeeper:bookkeeper-tools-framework:jar:sources:4.13.0",
+                    "commons-io:commons-io:jar:sources:2.4",
+                    "org.bouncycastle:bcprov-ext-jdk15on:jar:sources:1.66",
+                    "org.apache.httpcomponents:httpcore:jar:sources:4.4.4",
+                    "io.netty:netty-transport-native-epoll:jar:sources:4.1.63.Final",
+                    "org.slf4j:slf4j-log4j12:jar:sources:1.7.25",
+                    "org.apache.bookkeeper:bookkeeper-common:jar:sources:4.13.0",
+                    "org.jctools:jctools-core:jar:sources:2.1.2",
+                    "org.apache.httpcomponents:httpclient:jar:sources:4.5.2",
                     "log4j:log4j:jar:sources:1.2.17",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8",
-                    "org.apache.maven:maven-artifact:jar:sources:2.0.8",
-                    "org.apache.maven:maven-repository-metadata:jar:sources:2.0.8",
-                    "org.codehaus.plexus:plexus-classworlds:jar:sources:2.2.2",
-                    "junit:junit:jar:sources:4.12"
-                ],
-                "directDependencies": [
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5",
-                    "org.apache.maven.wagon:wagon-provider-api:jar:sources:1.0-beta-2",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8",
-                    "org.apache.maven:maven-artifact:jar:sources:2.0.8",
-                    "org.apache.maven:maven-repository-metadata:jar:sources:2.0.8"
+                    "io.netty:netty-handler:jar:sources:4.1.63.Final",
+                    "org.apache.bookkeeper:bookkeeper-server:jar:sources:4.13.0",
+                    "org.apache.bookkeeper:circe-checksum:jar:sources:4.13.0",
+                    "org.apache.bookkeeper.stats:bookkeeper-stats-api:jar:sources:4.13.0",
+                    "io.netty:netty-codec:jar:sources:4.1.63.Final",
+                    "commons-cli:commons-cli:jar:sources:1.3.1"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/distributedlog/distributedlog-core/4.13.0/distributedlog-core-4.13.0-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8-sources.jar",
-                    "https://maven.google.com/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/distributedlog/distributedlog-core/4.13.0/distributedlog-core-4.13.0-sources.jar",
+                    "https://maven.google.com/org/apache/distributedlog/distributedlog-core/4.13.0/distributedlog-core-4.13.0-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/distributedlog/distributedlog-core/4.13.0/distributedlog-core-4.13.0-sources.jar"
                 ],
-                "sha256": "4779c14594f4b50c1b4fd46cc2ac3f4b95974fa96b9e4cf4d556540fb75a697d",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8-sources.jar"
+                "sha256": "5734066361008ac7bf0d9b7d7365a32d54bed31fbf9468e1e62bdaec3c5ec8eb"
             },
             {
-                "coord": "org.apache.maven:maven-artifact:2.0.8",
-                "dependencies": [
-                    "org.codehaus.plexus:plexus-utils:3.0.8"
-                ],
+                "coord": "org.apache.distributedlog:distributedlog-protocol:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/distributedlog/distributedlog-protocol/4.13.0/distributedlog-protocol-4.13.0.jar",
                 "directDependencies": [
-                    "org.codehaus.plexus:plexus-utils:3.0.8"
+                    "commons-configuration:commons-configuration:1.10",
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "org.apache.distributedlog:distributedlog-common:4.13.0",
+                    "org.slf4j:slf4j-api:1.7.30"
+                ],
+                "dependencies": [
+                    "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
+                    "org.checkerframework:checker-compat-qual:2.0.0",
+                    "org.apache.bookkeeper:cpu-affinity:4.13.0",
+                    "commons-logging:commons-logging:1.2",
+                    "com.google.code.findbugs:jsr305:3.0.2",
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "org.jctools:jctools-core:2.1.2",
+                    "commons-lang:commons-lang:2.6",
+                    "com.google.guava:guava:23.6-jre",
+                    "io.netty:netty-buffer:4.1.63.Final",
+                    "commons-configuration:commons-configuration:1.10",
+                    "org.codehaus.mojo:animal-sniffer-annotations:1.14",
+                    "org.apache.bookkeeper.stats:bookkeeper-stats-api:4.13.0",
+                    "io.netty:netty-common:4.1.63.Final",
+                    "org.apache.bookkeeper:bookkeeper-common:4.13.0",
+                    "commons-codec:commons-codec:1.15",
+                    "com.google.j2objc:j2objc-annotations:1.1",
+                    "com.fasterxml.jackson.core:jackson-databind:2.8.8",
+                    "org.apache.commons:commons-lang3:3.11",
+                    "com.google.errorprone:error_prone_annotations:2.1.3",
+                    "org.apache.distributedlog:distributedlog-common:4.13.0",
+                    "com.fasterxml.jackson.core:jackson-core:2.8.8",
+                    "net.jpountz.lz4:lz4:1.3.0"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar",
+                "url": "https://jcenter.bintray.com/org/apache/distributedlog/distributedlog-protocol/4.13.0/distributedlog-protocol-4.13.0.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar",
-                    "https://maven.google.com/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar"
+                    "https://jcenter.bintray.com/org/apache/distributedlog/distributedlog-protocol/4.13.0/distributedlog-protocol-4.13.0.jar",
+                    "https://maven.google.com/org/apache/distributedlog/distributedlog-protocol/4.13.0/distributedlog-protocol-4.13.0.jar",
+                    "https://repo1.maven.org/maven2/org/apache/distributedlog/distributedlog-protocol/4.13.0/distributedlog-protocol-4.13.0.jar"
                 ],
-                "sha256": "5cf23417cdee6a8e1eb6b9c015c8feea62cedb7dceb3ad098e6869569fcfd1c0",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar"
+                "sha256": "e76f7dd4525a07c28506fe3bba2ff2d15b596cee64dc66ae17066a4d47eed96a"
             },
             {
-                "coord": "org.apache.maven:maven-artifact:jar:sources:2.0.8",
-                "dependencies": [
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8"
-                ],
+                "coord": "org.apache.distributedlog:distributedlog-protocol:jar:sources:4.13.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/distributedlog/distributedlog-protocol/4.13.0/distributedlog-protocol-4.13.0-sources.jar",
                 "directDependencies": [
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8"
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
+                    "org.apache.distributedlog:distributedlog-common:jar:sources:4.13.0",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30"
+                ],
+                "dependencies": [
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
+                    "net.jpountz.lz4:lz4:jar:sources:1.3.0",
+                    "org.apache.commons:commons-lang3:jar:sources:3.11",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "com.google.errorprone:error_prone_annotations:jar:sources:2.1.3",
+                    "commons-lang:commons-lang:jar:sources:2.6",
+                    "commons-codec:commons-codec:jar:sources:1.15",
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "commons-logging:commons-logging:jar:sources:1.2",
+                    "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "org.checkerframework:checker-compat-qual:jar:sources:2.0.0",
+                    "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.14",
+                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
+                    "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
+                    "org.apache.bookkeeper:cpu-affinity:jar:sources:4.13.0",
+                    "org.apache.distributedlog:distributedlog-common:jar:sources:4.13.0",
+                    "com.google.j2objc:j2objc-annotations:jar:sources:1.1",
+                    "org.apache.bookkeeper:bookkeeper-common:jar:sources:4.13.0",
+                    "org.jctools:jctools-core:jar:sources:2.1.2",
+                    "org.apache.bookkeeper.stats:bookkeeper-stats-api:jar:sources:4.13.0"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/distributedlog/distributedlog-protocol/4.13.0/distributedlog-protocol-4.13.0-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8-sources.jar",
-                    "https://maven.google.com/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/distributedlog/distributedlog-protocol/4.13.0/distributedlog-protocol-4.13.0-sources.jar",
+                    "https://maven.google.com/org/apache/distributedlog/distributedlog-protocol/4.13.0/distributedlog-protocol-4.13.0-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/distributedlog/distributedlog-protocol/4.13.0/distributedlog-protocol-4.13.0-sources.jar"
                 ],
-                "sha256": "b4f95bf1d3ab23b2b6943630f1768dd82f3888d520b752b1c32a40e44541b97e",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8-sources.jar"
+                "sha256": "fb91ea1dbfc9d4191a27399242515b6c33bc5df6d07204d565041c9bfdc79400"
             },
             {
-                "coord": "org.apache.maven:maven-core:2.0",
-                "dependencies": [
-                    "org.apache.maven:maven-plugin-descriptor:2.0",
-                    "org.apache.maven.reporting:maven-reporting-api:2.0",
-                    "org.apache.maven:maven-repository-metadata:2.0.8",
-                    "org.apache.maven.wagon:wagon-provider-api:1.0-beta-2",
-                    "commons-logging:commons-logging-api:1.1",
-                    "org.apache.maven:maven-model:2.0.8",
-                    "org.apache.maven:maven-artifact-manager:2.0.8",
+                "coord": "org.apache.hadoop:hadoop-core:0.20.2",
+                "file": "v1/https/jcenter.bintray.com/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar",
+                "directDependencies": [
+                    "org.eclipse.jdt:core:3.1.1",
+                    "xmlenc:xmlenc:0.52",
+                    "hsqldb:hsqldb:1.8.0.10",
+                    "org.mortbay.jetty:jsp-api-2.1:6.1.14",
+                    "org.mortbay.jetty:jetty-util:6.1.14",
                     "junit:junit:4.12",
-                    "log4j:log4j:1.2.17",
-                    "org.hamcrest:hamcrest-core:1.3",
-                    "org.codehaus.plexus:plexus-utils:3.0.8",
-                    "org.apache.maven:maven-project:2.0.8",
-                    "org.apache.maven:maven-profile:2.0.8",
-                    "com.jcraft:jsch:0.1.23",
-                    "org.apache.maven:maven-plugin-api:2.0.8",
-                    "org.apache.maven:maven-error-diagnostics:2.0",
-                    "doxia:doxia-sink-api:1.0-alpha-4",
-                    "org.codehaus.plexus:plexus-container-default:1.5.5",
-                    "commons-cli:commons-cli:1.3.1",
-                    "org.apache.maven:maven-plugin-registry:2.0.8",
-                    "org.codehaus.plexus:plexus-interactivity-api:1.0-alpha-4",
-                    "com.google.collections:google-collections:1.0",
-                    "org.apache.maven:maven-monitor:2.0",
-                    "org.apache.xbean:xbean-reflect:3.4",
-                    "org.apache.maven:maven-artifact:2.0.8",
-                    "org.apache.maven.wagon:wagon-http-lightweight:1.0-alpha-5",
-                    "org.apache.maven.wagon:wagon-file:1.0-alpha-5",
-                    "classworlds:classworlds:1.1-alpha-2",
-                    "org.apache.maven:maven-plugin-parameter-documenter:2.0",
-                    "org.codehaus.plexus:plexus-classworlds:2.2.2",
-                    "org.apache.maven.wagon:wagon-ssh:1.0-alpha-5",
-                    "org.apache.maven:maven-settings:2.0.8"
-                ],
-                "directDependencies": [
-                    "org.apache.maven:maven-plugin-descriptor:2.0",
-                    "org.apache.maven.reporting:maven-reporting-api:2.0",
-                    "org.apache.maven:maven-repository-metadata:2.0.8",
-                    "org.apache.maven.wagon:wagon-provider-api:1.0-beta-2",
-                    "org.apache.maven:maven-model:2.0.8",
-                    "org.apache.maven:maven-artifact-manager:2.0.8",
-                    "org.codehaus.plexus:plexus-utils:3.0.8",
-                    "org.apache.maven:maven-project:2.0.8",
-                    "org.apache.maven:maven-profile:2.0.8",
-                    "org.apache.maven:maven-plugin-api:2.0.8",
-                    "org.apache.maven:maven-error-diagnostics:2.0",
-                    "org.codehaus.plexus:plexus-container-default:1.5.5",
+                    "commons-el:commons-el:1.0",
+                    "org.mortbay.jetty:jetty:6.1.14",
                     "commons-cli:commons-cli:1.3.1",
-                    "org.apache.maven:maven-plugin-registry:2.0.8",
-                    "org.codehaus.plexus:plexus-interactivity-api:1.0-alpha-4",
-                    "org.apache.maven:maven-monitor:2.0",
-                    "org.apache.maven:maven-artifact:2.0.8",
-                    "org.apache.maven.wagon:wagon-http-lightweight:1.0-alpha-5",
-                    "org.apache.maven.wagon:wagon-file:1.0-alpha-5",
-                    "org.apache.maven:maven-plugin-parameter-documenter:2.0",
-                    "org.apache.maven.wagon:wagon-ssh:1.0-alpha-5",
-                    "org.apache.maven:maven-settings:2.0.8"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-core/2.0/maven-core-2.0.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-core/2.0/maven-core-2.0.jar",
-                    "https://maven.google.com/org/apache/maven/maven-core/2.0/maven-core-2.0.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-core/2.0/maven-core-2.0.jar"
-                ],
-                "sha256": "b4dce584563fafa05a0f987b2ce237f195809549abcf454ee61b7269c514c65a",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-core/2.0/maven-core-2.0.jar"
-            },
-            {
-                "coord": "org.apache.maven:maven-core:jar:sources:2.0",
-                "dependencies": [
-                    "org.apache.maven:maven-settings:jar:sources:2.0.8",
-                    "org.apache.xbean:xbean-reflect:jar:sources:3.4",
-                    "org.apache.maven:maven-profile:jar:sources:2.0.8",
-                    "org.apache.maven:maven-monitor:jar:sources:2.0",
-                    "commons-logging:commons-logging-api:jar:sources:1.1",
-                    "com.google.collections:google-collections:jar:sources:1.0",
-                    "org.apache.maven:maven-plugin-api:jar:sources:2.0.8",
-                    "org.apache.maven:maven-artifact-manager:jar:sources:2.0.8",
-                    "classworlds:classworlds:jar:sources:1.1-alpha-2",
-                    "org.apache.maven:maven-project:jar:sources:2.0.8",
-                    "org.apache.maven.wagon:wagon-ssh:jar:sources:1.0-alpha-5",
-                    "org.hamcrest:hamcrest-core:jar:sources:1.3",
-                    "org.apache.maven:maven-plugin-registry:jar:sources:2.0.8",
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5",
-                    "org.apache.maven.wagon:wagon-file:jar:sources:1.0-alpha-5",
-                    "org.apache.maven.wagon:wagon-http-lightweight:jar:sources:1.0-alpha-5",
-                    "org.apache.maven:maven-model:jar:sources:2.0.8",
-                    "org.apache.maven.wagon:wagon-provider-api:jar:sources:1.0-beta-2",
-                    "org.apache.maven:maven-error-diagnostics:jar:sources:2.0",
-                    "doxia:doxia-sink-api:jar:sources:1.0-alpha-4",
-                    "org.apache.maven.reporting:maven-reporting-api:jar:sources:2.0",
-                    "org.apache.maven:maven-plugin-descriptor:jar:sources:2.0",
-                    "log4j:log4j:jar:sources:1.2.17",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8",
-                    "org.apache.maven:maven-artifact:jar:sources:2.0.8",
-                    "org.apache.maven:maven-repository-metadata:jar:sources:2.0.8",
-                    "org.codehaus.plexus:plexus-classworlds:jar:sources:2.2.2",
-                    "junit:junit:jar:sources:4.12",
-                    "org.apache.maven:maven-plugin-parameter-documenter:jar:sources:2.0",
-                    "org.codehaus.plexus:plexus-interactivity-api:jar:sources:1.0-alpha-4",
-                    "com.jcraft:jsch:jar:sources:0.1.23",
-                    "commons-cli:commons-cli:jar:sources:1.3.1"
-                ],
-                "directDependencies": [
-                    "org.apache.maven:maven-settings:jar:sources:2.0.8",
-                    "org.apache.maven:maven-profile:jar:sources:2.0.8",
-                    "org.apache.maven:maven-monitor:jar:sources:2.0",
-                    "org.apache.maven:maven-plugin-api:jar:sources:2.0.8",
-                    "org.apache.maven:maven-artifact-manager:jar:sources:2.0.8",
-                    "org.apache.maven:maven-project:jar:sources:2.0.8",
-                    "org.apache.maven.wagon:wagon-ssh:jar:sources:1.0-alpha-5",
-                    "org.apache.maven:maven-plugin-registry:jar:sources:2.0.8",
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5",
-                    "org.apache.maven.wagon:wagon-file:jar:sources:1.0-alpha-5",
-                    "org.apache.maven.wagon:wagon-http-lightweight:jar:sources:1.0-alpha-5",
-                    "org.apache.maven:maven-model:jar:sources:2.0.8",
-                    "org.apache.maven.wagon:wagon-provider-api:jar:sources:1.0-beta-2",
-                    "org.apache.maven:maven-error-diagnostics:jar:sources:2.0",
-                    "org.apache.maven.reporting:maven-reporting-api:jar:sources:2.0",
-                    "org.apache.maven:maven-plugin-descriptor:jar:sources:2.0",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8",
-                    "org.apache.maven:maven-artifact:jar:sources:2.0.8",
-                    "org.apache.maven:maven-repository-metadata:jar:sources:2.0.8",
-                    "org.apache.maven:maven-plugin-parameter-documenter:jar:sources:2.0",
-                    "org.codehaus.plexus:plexus-interactivity-api:jar:sources:1.0-alpha-4",
-                    "commons-cli:commons-cli:jar:sources:1.3.1"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-core/2.0/maven-core-2.0-sources.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-core/2.0/maven-core-2.0-sources.jar",
-                    "https://maven.google.com/org/apache/maven/maven-core/2.0/maven-core-2.0-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-core/2.0/maven-core-2.0-sources.jar"
+                    "org.mortbay.jetty:servlet-api-2.5:6.1.14",
+                    "tomcat:jasper-compiler:5.5.12",
+                    "commons-codec:commons-codec:1.15",
+                    "net.java.dev.jets3t:jets3t:0.7.1",
+                    "oro:oro:2.0.8",
+                    "tomcat:jasper-runtime:5.5.12",
+                    "commons-httpclient:commons-httpclient:3.1",
+                    "net.sf.kosmosfs:kfs:0.3",
+                    "commons-net:commons-net:1.4.1",
+                    "org.mortbay.jetty:jsp-2.1:6.1.14"
                 ],
-                "sha256": "90dae00fbee334390470b93f1bc0784736c6a2d79c713eaea918b47844664384",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-core/2.0/maven-core-2.0-sources.jar"
-            },
-            {
-                "coord": "org.apache.maven:maven-error-diagnostics:2.0",
                 "dependencies": [
-                    "commons-logging:commons-logging-api:1.1",
+                    "org.eclipse.jdt:core:3.1.1",
+                    "xmlenc:xmlenc:0.52",
+                    "hsqldb:hsqldb:1.8.0.10",
+                    "commons-logging:commons-logging:1.2",
+                    "org.mortbay.jetty:jsp-api-2.1:6.1.14",
+                    "org.mortbay.jetty:jetty-util:6.1.14",
+                    "ant:ant:1.6.5",
                     "junit:junit:4.12",
-                    "log4j:log4j:1.2.17",
                     "org.hamcrest:hamcrest-core:1.3",
-                    "org.codehaus.plexus:plexus-utils:3.0.8",
-                    "org.codehaus.plexus:plexus-container-default:1.5.5",
-                    "com.google.collections:google-collections:1.0",
-                    "org.apache.xbean:xbean-reflect:3.4",
-                    "org.codehaus.plexus:plexus-classworlds:2.2.2"
-                ],
-                "directDependencies": [
-                    "org.codehaus.plexus:plexus-container-default:1.5.5"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.jar",
-                    "https://maven.google.com/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.jar"
-                ],
-                "sha256": "9e18532942abc78c13bd4debc76f4646ceeb80f11968d7a9e017e0b1b550524f",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.jar"
-            },
-            {
-                "coord": "org.apache.maven:maven-error-diagnostics:jar:sources:2.0",
-                "dependencies": [
-                    "org.apache.xbean:xbean-reflect:jar:sources:3.4",
-                    "commons-logging:commons-logging-api:jar:sources:1.1",
-                    "com.google.collections:google-collections:jar:sources:1.0",
-                    "org.hamcrest:hamcrest-core:jar:sources:1.3",
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5",
-                    "log4j:log4j:jar:sources:1.2.17",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8",
-                    "org.codehaus.plexus:plexus-classworlds:jar:sources:2.2.2",
-                    "junit:junit:jar:sources:4.12"
-                ],
-                "directDependencies": [
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5"
+                    "commons-el:commons-el:1.0",
+                    "org.mortbay.jetty:jetty:6.1.14",
+                    "commons-cli:commons-cli:1.3.1",
+                    "org.mortbay.jetty:servlet-api-2.5:6.1.14",
+                    "tomcat:jasper-compiler:5.5.12",
+                    "commons-codec:commons-codec:1.15",
+                    "net.java.dev.jets3t:jets3t:0.7.1",
+                    "oro:oro:2.0.8",
+                    "tomcat:jasper-runtime:5.5.12",
+                    "commons-httpclient:commons-httpclient:3.1",
+                    "net.sf.kosmosfs:kfs:0.3",
+                    "commons-net:commons-net:1.4.1",
+                    "org.mortbay.jetty:jsp-2.1:6.1.14"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0-sources.jar",
-                    "https://maven.google.com/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar",
+                    "https://maven.google.com/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar",
+                    "https://repo1.maven.org/maven2/org/apache/hadoop/hadoop-core/0.20.2/hadoop-core-0.20.2.jar"
                 ],
-                "sha256": "b166fbf5b2d4add7bfab0d970b4062f87278ac420cbd09827aa5818904e36550",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0-sources.jar"
+                "sha256": "3699d07e35cf58982d228bebaf3073ef4cf84e0f4f82dc91636118cab132e4f6"
             },
             {
-                "coord": "org.apache.maven:maven-model:2.0.8",
-                "dependencies": [
-                    "org.codehaus.plexus:plexus-utils:3.0.8"
-                ],
+                "coord": "org.apache.httpcomponents:httpclient:4.5.2",
+                "file": "v1/https/jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar",
                 "directDependencies": [
-                    "org.codehaus.plexus:plexus-utils:3.0.8"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar",
-                    "https://maven.google.com/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar"
+                    "commons-codec:commons-codec:1.15",
+                    "commons-logging:commons-logging:1.2",
+                    "org.apache.httpcomponents:httpcore:4.4.4"
                 ],
-                "sha256": "51cde4f45d74720eaf567444d88c9ffdfc6896dd58dcc459403f6613d8439255",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar"
-            },
-            {
-                "coord": "org.apache.maven:maven-model:jar:sources:2.0.8",
                 "dependencies": [
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8"
-                ],
-                "directDependencies": [
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8-sources.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8-sources.jar",
-                    "https://maven.google.com/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8-sources.jar"
-                ],
-                "sha256": "3597ca8d371d04eaadd411e302aa45a1ad66723342175e77f0d4b112437899c7",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8-sources.jar"
-            },
-            {
-                "coord": "org.apache.maven:maven-monitor:2.0",
-                "dependencies": [],
-                "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar",
-                    "https://maven.google.com/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar"
-                ],
-                "sha256": "d3e450c2f38e6656d80133647a6abe4d1642ce2695c843fcfc2f7afaf6fa9f7c",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar"
-            },
-            {
-                "coord": "org.apache.maven:maven-monitor:jar:sources:2.0",
-                "dependencies": [],
-                "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0-sources.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0-sources.jar",
-                    "https://maven.google.com/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0-sources.jar"
+                    "commons-codec:commons-codec:1.15",
+                    "commons-logging:commons-logging:1.2",
+                    "org.apache.httpcomponents:httpcore:4.4.4"
                 ],
-                "sha256": "c99f6d54814207027c531d90322db4e4b80aac45e938ee96d6b3fed0d19d1d80",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0-sources.jar"
-            },
-            {
-                "coord": "org.apache.maven:maven-plugin-api:2.0.8",
-                "dependencies": [],
-                "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.jar",
+                "url": "https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.jar",
-                    "https://maven.google.com/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.jar"
+                    "https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar",
+                    "https://maven.google.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar",
+                    "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar"
                 ],
-                "sha256": "61050e4b31c7c887408ae52f2f48e2a5847c8923f0941729c3e3fe71e1baaed1",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.jar"
+                "sha256": "0dffc621400d6c632f55787d996b8aeca36b30746a716e079a985f24d8074057"
             },
             {
-                "coord": "org.apache.maven:maven-plugin-api:jar:sources:2.0.8",
-                "dependencies": [],
-                "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8-sources.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8-sources.jar",
-                    "https://maven.google.com/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8-sources.jar"
+                "coord": "org.apache.httpcomponents:httpclient:jar:sources:4.5.2",
+                "file": "v1/https/jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar",
+                "directDependencies": [
+                    "commons-codec:commons-codec:jar:sources:1.15",
+                    "commons-logging:commons-logging:jar:sources:1.2",
+                    "org.apache.httpcomponents:httpcore:jar:sources:4.4.4"
                 ],
-                "sha256": "326b7a624ac2bf3acea6c8dd5bec6c4253714c6783b4ec62121b6e00f71500f4",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8-sources.jar"
-            },
-            {
-                "coord": "org.apache.maven:maven-plugin-descriptor:2.0",
                 "dependencies": [
-                    "commons-logging:commons-logging-api:1.1",
-                    "junit:junit:4.12",
-                    "log4j:log4j:1.2.17",
-                    "org.hamcrest:hamcrest-core:1.3",
-                    "org.codehaus.plexus:plexus-utils:3.0.8",
-                    "org.apache.maven:maven-plugin-api:2.0.8",
-                    "org.codehaus.plexus:plexus-container-default:1.5.5",
-                    "com.google.collections:google-collections:1.0",
-                    "org.apache.xbean:xbean-reflect:3.4",
-                    "org.apache.maven:maven-artifact:2.0.8",
-                    "org.codehaus.plexus:plexus-classworlds:2.2.2"
-                ],
-                "directDependencies": [
-                    "org.apache.maven:maven-artifact:2.0.8",
-                    "org.apache.maven:maven-plugin-api:2.0.8",
-                    "org.codehaus.plexus:plexus-container-default:1.5.5"
+                    "org.apache.httpcomponents:httpcore:jar:sources:4.4.4",
+                    "commons-codec:commons-codec:jar:sources:1.15",
+                    "commons-logging:commons-logging:jar:sources:1.2"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.jar",
+                "url": "https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.jar",
-                    "https://maven.google.com/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.jar"
+                    "https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar",
+                    "https://maven.google.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar"
                 ],
-                "sha256": "b9fa0f3b72a161bf7a44a4eccaf03e5e54818d75a731a49cabab2ed6c2a5d36c",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.jar"
+                "sha256": "1eb8d2b8b0b1528fbda8b1dbaf65e0412d29ce78cd37040b94b8fd1d58fef85a"
             },
             {
-                "coord": "org.apache.maven:maven-plugin-descriptor:jar:sources:2.0",
-                "dependencies": [
-                    "org.apache.xbean:xbean-reflect:jar:sources:3.4",
-                    "commons-logging:commons-logging-api:jar:sources:1.1",
-                    "com.google.collections:google-collections:jar:sources:1.0",
-                    "org.apache.maven:maven-plugin-api:jar:sources:2.0.8",
-                    "org.hamcrest:hamcrest-core:jar:sources:1.3",
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5",
-                    "log4j:log4j:jar:sources:1.2.17",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8",
-                    "org.apache.maven:maven-artifact:jar:sources:2.0.8",
-                    "org.codehaus.plexus:plexus-classworlds:jar:sources:2.2.2",
-                    "junit:junit:jar:sources:4.12"
-                ],
+                "coord": "org.apache.httpcomponents:httpclient:jar:tests:4.5.2",
+                "file": "v1/https/jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-tests.jar",
                 "directDependencies": [
-                    "org.apache.maven:maven-artifact:jar:sources:2.0.8",
-                    "org.apache.maven:maven-plugin-api:jar:sources:2.0.8",
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0-sources.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0-sources.jar",
-                    "https://maven.google.com/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0-sources.jar"
+                    "commons-codec:commons-codec:1.15",
+                    "commons-logging:commons-logging:1.2",
+                    "org.apache.httpcomponents:httpcore:4.4.4"
                 ],
-                "sha256": "26d9cff793efc4059b0d831a03597b6f6f75fcf8e0090e1a6b52efb0d369e138",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0-sources.jar"
-            },
-            {
-                "coord": "org.apache.maven:maven-plugin-parameter-documenter:2.0",
                 "dependencies": [
-                    "commons-logging:commons-logging-api:1.1",
-                    "junit:junit:4.12",
-                    "log4j:log4j:1.2.17",
-                    "org.hamcrest:hamcrest-core:1.3",
-                    "org.codehaus.plexus:plexus-utils:3.0.8",
-                    "org.codehaus.plexus:plexus-container-default:1.5.5",
-                    "com.google.collections:google-collections:1.0",
-                    "org.apache.xbean:xbean-reflect:3.4",
-                    "org.codehaus.plexus:plexus-classworlds:2.2.2"
-                ],
-                "directDependencies": [
-                    "org.codehaus.plexus:plexus-container-default:1.5.5",
-                    "org.codehaus.plexus:plexus-utils:3.0.8"
+                    "commons-codec:commons-codec:1.15",
+                    "commons-logging:commons-logging:1.2",
+                    "org.apache.httpcomponents:httpcore:4.4.4"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.jar",
+                "url": "https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-tests.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.jar",
-                    "https://maven.google.com/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.jar"
+                    "https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-tests.jar",
+                    "https://maven.google.com/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-tests.jar",
+                    "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-tests.jar"
                 ],
-                "sha256": "2189475025f392dce067258f5aa967653f409df0db0b11e27ce07ebd3d935c6b",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.jar"
+                "sha256": "d87c8dcfd609085090e5ced0249c5ac064c5d50bda29eb8633794fd91789d163"
             },
             {
-                "coord": "org.apache.maven:maven-plugin-parameter-documenter:jar:sources:2.0",
-                "dependencies": [
-                    "org.apache.xbean:xbean-reflect:jar:sources:3.4",
-                    "commons-logging:commons-logging-api:jar:sources:1.1",
-                    "com.google.collections:google-collections:jar:sources:1.0",
-                    "org.hamcrest:hamcrest-core:jar:sources:1.3",
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5",
-                    "log4j:log4j:jar:sources:1.2.17",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8",
-                    "org.codehaus.plexus:plexus-classworlds:jar:sources:2.2.2",
-                    "junit:junit:jar:sources:4.12"
-                ],
-                "directDependencies": [
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0-sources.jar",
+                "coord": "org.apache.httpcomponents:httpcore:4.4.4",
+                "file": "v1/https/jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0-sources.jar",
-                    "https://maven.google.com/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar",
+                    "https://maven.google.com/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar",
+                    "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar"
                 ],
-                "sha256": "50ca906177a10c1f44bb9f755c35a92af013d66f05c518fe45b5c9fb40d22bb2",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0-sources.jar"
+                "sha256": "f7bc09dc8a7003822d109634ffd3845d579d12e725ae54673e323a7ce7f5e325"
             },
             {
-                "coord": "org.apache.maven:maven-plugin-registry:2.0.8",
-                "dependencies": [
-                    "commons-logging:commons-logging-api:1.1",
-                    "junit:junit:4.12",
-                    "log4j:log4j:1.2.17",
-                    "org.hamcrest:hamcrest-core:1.3",
-                    "org.codehaus.plexus:plexus-utils:3.0.8",
-                    "org.codehaus.plexus:plexus-container-default:1.5.5",
-                    "com.google.collections:google-collections:1.0",
-                    "org.apache.xbean:xbean-reflect:3.4",
-                    "org.codehaus.plexus:plexus-classworlds:2.2.2"
-                ],
-                "directDependencies": [
-                    "org.codehaus.plexus:plexus-container-default:1.5.5",
-                    "org.codehaus.plexus:plexus-utils:3.0.8"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar",
+                "coord": "org.apache.httpcomponents:httpcore:jar:sources:4.4.4",
+                "file": "v1/https/jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar",
-                    "https://maven.google.com/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar"
+                    "https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4-sources.jar",
+                    "https://maven.google.com/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4-sources.jar"
                 ],
-                "sha256": "a7e77626ec4c8382a4c11ba808684402582693df00f0c39f7c0fc02cd1ece9ab",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar"
+                "sha256": "bf8a17189e48ae3964fb8ab79c32e6b87423229c38571024895d9c532bba6129"
             },
             {
-                "coord": "org.apache.maven:maven-plugin-registry:jar:sources:2.0.8",
-                "dependencies": [
-                    "org.apache.xbean:xbean-reflect:jar:sources:3.4",
-                    "commons-logging:commons-logging-api:jar:sources:1.1",
-                    "com.google.collections:google-collections:jar:sources:1.0",
-                    "org.hamcrest:hamcrest-core:jar:sources:1.3",
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5",
-                    "log4j:log4j:jar:sources:1.2.17",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8",
-                    "org.codehaus.plexus:plexus-classworlds:jar:sources:2.2.2",
-                    "junit:junit:jar:sources:4.12"
-                ],
+                "coord": "org.apache.httpcomponents:httpmime:4.5.2",
+                "file": "v1/https/jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar",
                 "directDependencies": [
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8-sources.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8-sources.jar",
-                    "https://maven.google.com/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8-sources.jar"
+                    "org.apache.httpcomponents:httpclient:4.5.2"
                 ],
-                "sha256": "0944967176ff5295765db11c3e593ed0368c1b70ddbd82019225592654503c2d",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8-sources.jar"
-            },
-            {
-                "coord": "org.apache.maven:maven-profile:2.0.8",
                 "dependencies": [
-                    "commons-logging:commons-logging-api:1.1",
-                    "org.apache.maven:maven-model:2.0.8",
-                    "junit:junit:4.12",
-                    "log4j:log4j:1.2.17",
-                    "org.hamcrest:hamcrest-core:1.3",
-                    "org.codehaus.plexus:plexus-utils:3.0.8",
-                    "org.codehaus.plexus:plexus-container-default:1.5.5",
-                    "com.google.collections:google-collections:1.0",
-                    "org.apache.xbean:xbean-reflect:3.4",
-                    "org.codehaus.plexus:plexus-classworlds:2.2.2"
-                ],
-                "directDependencies": [
-                    "org.apache.maven:maven-model:2.0.8",
-                    "org.codehaus.plexus:plexus-container-default:1.5.5",
-                    "org.codehaus.plexus:plexus-utils:3.0.8"
+                    "org.apache.httpcomponents:httpclient:4.5.2",
+                    "commons-codec:commons-codec:1.15",
+                    "commons-logging:commons-logging:1.2",
+                    "org.apache.httpcomponents:httpcore:4.4.4"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar",
+                "url": "https://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar",
-                    "https://maven.google.com/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar"
+                    "https://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar",
+                    "https://maven.google.com/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar",
+                    "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar"
                 ],
-                "sha256": "bd566c2fdb896e3dd157dc3e49b3c10f93250daaa6462af3cd42ad5b4aeda0a3",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar"
+                "sha256": "231a3f7e4962053db2be8461d5422e68fc458a3a7dd7d8ada803a348e21f8f07"
             },
             {
-                "coord": "org.apache.maven:maven-profile:jar:sources:2.0.8",
-                "dependencies": [
-                    "org.apache.xbean:xbean-reflect:jar:sources:3.4",
-                    "commons-logging:commons-logging-api:jar:sources:1.1",
-                    "com.google.collections:google-collections:jar:sources:1.0",
-                    "org.hamcrest:hamcrest-core:jar:sources:1.3",
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5",
-                    "org.apache.maven:maven-model:jar:sources:2.0.8",
-                    "log4j:log4j:jar:sources:1.2.17",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8",
-                    "org.codehaus.plexus:plexus-classworlds:jar:sources:2.2.2",
-                    "junit:junit:jar:sources:4.12"
-                ],
+                "coord": "org.apache.httpcomponents:httpmime:jar:sources:4.5.2",
+                "file": "v1/https/jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2-sources.jar",
                 "directDependencies": [
-                    "org.apache.maven:maven-model:jar:sources:2.0.8",
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8-sources.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8-sources.jar",
-                    "https://maven.google.com/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8-sources.jar"
+                    "org.apache.httpcomponents:httpclient:jar:sources:4.5.2"
                 ],
-                "sha256": "80f4392fc69be3cce5bafce69850304797a1a9c8ba66c8080ebb350a52493b95",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8-sources.jar"
-            },
-            {
-                "coord": "org.apache.maven:maven-project:2.0.8",
                 "dependencies": [
-                    "org.apache.maven:maven-repository-metadata:2.0.8",
-                    "org.apache.maven.wagon:wagon-provider-api:1.0-beta-2",
-                    "commons-logging:commons-logging-api:1.1",
-                    "org.apache.maven:maven-model:2.0.8",
-                    "org.apache.maven:maven-artifact-manager:2.0.8",
-                    "junit:junit:4.12",
-                    "log4j:log4j:1.2.17",
-                    "org.hamcrest:hamcrest-core:1.3",
-                    "org.codehaus.plexus:plexus-utils:3.0.8",
-                    "org.apache.maven:maven-profile:2.0.8",
-                    "org.codehaus.plexus:plexus-container-default:1.5.5",
-                    "org.apache.maven:maven-plugin-registry:2.0.8",
-                    "com.google.collections:google-collections:1.0",
-                    "org.apache.xbean:xbean-reflect:3.4",
-                    "org.apache.maven:maven-artifact:2.0.8",
-                    "org.codehaus.plexus:plexus-classworlds:2.2.2",
-                    "org.apache.maven:maven-settings:2.0.8"
-                ],
-                "directDependencies": [
-                    "org.apache.maven:maven-model:2.0.8",
-                    "org.apache.maven:maven-artifact-manager:2.0.8",
-                    "org.codehaus.plexus:plexus-utils:3.0.8",
-                    "org.apache.maven:maven-profile:2.0.8",
-                    "org.codehaus.plexus:plexus-container-default:1.5.5",
-                    "org.apache.maven:maven-plugin-registry:2.0.8",
-                    "org.apache.maven:maven-artifact:2.0.8",
-                    "org.apache.maven:maven-settings:2.0.8"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar",
-                    "https://maven.google.com/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar"
-                ],
-                "sha256": "46799ed8812c96f1e651958cbd864155cc8a9ae8d4ebe2392b845d232a910d31",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar"
-            },
-            {
-                "coord": "org.apache.maven:maven-project:jar:sources:2.0.8",
-                "dependencies": [
-                    "org.apache.maven:maven-settings:jar:sources:2.0.8",
-                    "org.apache.xbean:xbean-reflect:jar:sources:3.4",
-                    "org.apache.maven:maven-profile:jar:sources:2.0.8",
-                    "commons-logging:commons-logging-api:jar:sources:1.1",
-                    "com.google.collections:google-collections:jar:sources:1.0",
-                    "org.apache.maven:maven-artifact-manager:jar:sources:2.0.8",
-                    "org.hamcrest:hamcrest-core:jar:sources:1.3",
-                    "org.apache.maven:maven-plugin-registry:jar:sources:2.0.8",
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5",
-                    "org.apache.maven:maven-model:jar:sources:2.0.8",
-                    "org.apache.maven.wagon:wagon-provider-api:jar:sources:1.0-beta-2",
-                    "log4j:log4j:jar:sources:1.2.17",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8",
-                    "org.apache.maven:maven-artifact:jar:sources:2.0.8",
-                    "org.apache.maven:maven-repository-metadata:jar:sources:2.0.8",
-                    "org.codehaus.plexus:plexus-classworlds:jar:sources:2.2.2",
-                    "junit:junit:jar:sources:4.12"
-                ],
-                "directDependencies": [
-                    "org.apache.maven:maven-settings:jar:sources:2.0.8",
-                    "org.apache.maven:maven-profile:jar:sources:2.0.8",
-                    "org.apache.maven:maven-artifact-manager:jar:sources:2.0.8",
-                    "org.apache.maven:maven-plugin-registry:jar:sources:2.0.8",
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5",
-                    "org.apache.maven:maven-model:jar:sources:2.0.8",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8",
-                    "org.apache.maven:maven-artifact:jar:sources:2.0.8"
+                    "org.apache.httpcomponents:httpcore:jar:sources:4.4.4",
+                    "commons-codec:commons-codec:jar:sources:1.15",
+                    "commons-logging:commons-logging:jar:sources:1.2",
+                    "org.apache.httpcomponents:httpclient:jar:sources:4.5.2"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8-sources.jar",
-                    "https://maven.google.com/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2-sources.jar",
+                    "https://maven.google.com/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2-sources.jar"
                 ],
-                "sha256": "88c50e2d015a7d77a9b55af5e711f506b00b9a7334b5b5e237fc26f64f9d2018",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8-sources.jar"
+                "sha256": "accfedcbe11b7eb496b70d0a19ee2b7cb26066c98450f51de9a6866b82a4ae4b"
             },
             {
-                "coord": "org.apache.maven:maven-repository-metadata:2.0.8",
-                "dependencies": [
-                    "org.codehaus.plexus:plexus-utils:3.0.8"
-                ],
+                "coord": "org.apache.kafka:kafka-clients:2.2.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/kafka/kafka-clients/2.2.0/kafka-clients-2.2.0.jar",
                 "directDependencies": [
-                    "org.codehaus.plexus:plexus-utils:3.0.8"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar",
-                    "https://maven.google.com/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar"
+                    "com.github.luben:zstd-jni:1.3.8-1",
+                    "org.lz4:lz4-java:1.5.0",
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "org.xerial.snappy:snappy-java:1.1.7.2"
                 ],
-                "sha256": "aff8473e802e4e1c226a777a198f72fbdf7ef36f6f972df6de763b767f652ee1",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar"
-            },
-            {
-                "coord": "org.apache.maven:maven-repository-metadata:jar:sources:2.0.8",
                 "dependencies": [
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8"
-                ],
-                "directDependencies": [
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8"
+                    "com.github.luben:zstd-jni:1.3.8-1",
+                    "org.lz4:lz4-java:1.5.0",
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "org.xerial.snappy:snappy-java:1.1.7.2"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/kafka/kafka-clients/2.2.0/kafka-clients-2.2.0.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8-sources.jar",
-                    "https://maven.google.com/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/kafka/kafka-clients/2.2.0/kafka-clients-2.2.0.jar",
+                    "https://maven.google.com/org/apache/kafka/kafka-clients/2.2.0/kafka-clients-2.2.0.jar",
+                    "https://repo1.maven.org/maven2/org/apache/kafka/kafka-clients/2.2.0/kafka-clients-2.2.0.jar"
                 ],
-                "sha256": "67bd67b11fce2dd66d08a49ec28d6098c71707c46d71cf011ba8c1a754988cc1",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8-sources.jar"
+                "sha256": "cc819c61aeb40906d38d862d2c645bc960ac3274eb57b89ba2153b60e562f2a2"
             },
             {
-                "coord": "org.apache.maven:maven-settings:2.0.8",
-                "dependencies": [
-                    "commons-logging:commons-logging-api:1.1",
-                    "org.apache.maven:maven-model:2.0.8",
-                    "junit:junit:4.12",
-                    "log4j:log4j:1.2.17",
-                    "org.hamcrest:hamcrest-core:1.3",
-                    "org.codehaus.plexus:plexus-utils:3.0.8",
-                    "org.codehaus.plexus:plexus-container-default:1.5.5",
-                    "com.google.collections:google-collections:1.0",
-                    "org.apache.xbean:xbean-reflect:3.4",
-                    "org.codehaus.plexus:plexus-classworlds:2.2.2"
-                ],
+                "coord": "org.apache.kafka:kafka-clients:jar:sources:2.2.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/kafka/kafka-clients/2.2.0/kafka-clients-2.2.0-sources.jar",
                 "directDependencies": [
-                    "org.apache.maven:maven-model:2.0.8",
-                    "org.codehaus.plexus:plexus-container-default:1.5.5",
-                    "org.codehaus.plexus:plexus-utils:3.0.8"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar",
-                    "https://maven.google.com/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar"
+                    "com.github.luben:zstd-jni:jar:sources:1.3.8-1",
+                    "org.lz4:lz4-java:jar:sources:1.5.0",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "org.xerial.snappy:snappy-java:jar:sources:1.1.7.2"
                 ],
-                "sha256": "e1873a36ea2debc0bb6210c3064faae91cf12108e9f8b9845e283022f58ecb46",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar"
-            },
-            {
-                "coord": "org.apache.maven:maven-settings:jar:sources:2.0.8",
                 "dependencies": [
-                    "org.apache.xbean:xbean-reflect:jar:sources:3.4",
-                    "commons-logging:commons-logging-api:jar:sources:1.1",
-                    "com.google.collections:google-collections:jar:sources:1.0",
-                    "org.hamcrest:hamcrest-core:jar:sources:1.3",
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5",
-                    "org.apache.maven:maven-model:jar:sources:2.0.8",
-                    "log4j:log4j:jar:sources:1.2.17",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8",
-                    "org.codehaus.plexus:plexus-classworlds:jar:sources:2.2.2",
-                    "junit:junit:jar:sources:4.12"
-                ],
-                "directDependencies": [
-                    "org.apache.maven:maven-model:jar:sources:2.0.8",
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8"
+                    "org.lz4:lz4-java:jar:sources:1.5.0",
+                    "com.github.luben:zstd-jni:jar:sources:1.3.8-1",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "org.xerial.snappy:snappy-java:jar:sources:1.1.7.2"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/kafka/kafka-clients/2.2.0/kafka-clients-2.2.0-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8-sources.jar",
-                    "https://maven.google.com/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/kafka/kafka-clients/2.2.0/kafka-clients-2.2.0-sources.jar",
+                    "https://maven.google.com/org/apache/kafka/kafka-clients/2.2.0/kafka-clients-2.2.0-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/kafka/kafka-clients/2.2.0/kafka-clients-2.2.0-sources.jar"
                 ],
-                "sha256": "c0a42707ef2620bb121c3fd561f5f390620fea862cd55c825e345aca86b51632",
-                "url": "https://jcenter.bintray.com/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8-sources.jar"
+                "sha256": "6337e5677ba1bb683d8bb386b86a6eb542de90a8eb345c309b9ac1990147fd86"
             },
             {
                 "coord": "org.apache.mesos:mesos:0.22.0",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/org/apache/mesos/mesos/0.22.0/mesos-0.22.0.jar",
+                "directDependencies": [
                     "com.google.protobuf:protobuf-java:3.14.0"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "com.google.protobuf:protobuf-java:3.14.0"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/mesos/mesos/0.22.0/mesos-0.22.0.jar",
+                "url": "https://jcenter.bintray.com/org/apache/mesos/mesos/0.22.0/mesos-0.22.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/mesos/mesos/0.22.0/mesos-0.22.0.jar",
                     "https://maven.google.com/org/apache/mesos/mesos/0.22.0/mesos-0.22.0.jar",
                     "https://repo1.maven.org/maven2/org/apache/mesos/mesos/0.22.0/mesos-0.22.0.jar"
                 ],
-                "sha256": "3bd5358c77995a1858db9173927757a68f762ba8e19430ffaf9b85301d726490",
-                "url": "https://jcenter.bintray.com/org/apache/mesos/mesos/0.22.0/mesos-0.22.0.jar"
+                "sha256": "3bd5358c77995a1858db9173927757a68f762ba8e19430ffaf9b85301d726490"
             },
             {
                 "coord": "org.apache.mesos:mesos:jar:sources:0.22.0",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/org/apache/mesos/mesos/0.22.0/mesos-0.22.0-sources.jar",
+                "directDependencies": [
                     "com.google.protobuf:protobuf-java:jar:sources:3.14.0"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "com.google.protobuf:protobuf-java:jar:sources:3.14.0"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/mesos/mesos/0.22.0/mesos-0.22.0-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/mesos/mesos/0.22.0/mesos-0.22.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/mesos/mesos/0.22.0/mesos-0.22.0-sources.jar",
                     "https://maven.google.com/org/apache/mesos/mesos/0.22.0/mesos-0.22.0-sources.jar",
                     "https://repo1.maven.org/maven2/org/apache/mesos/mesos/0.22.0/mesos-0.22.0-sources.jar"
                 ],
-                "sha256": "46dda0412d03c87451fa3d7093370ba98f03673e7a279d0c201cc395e149c61f",
-                "url": "https://jcenter.bintray.com/org/apache/mesos/mesos/0.22.0/mesos-0.22.0-sources.jar"
+                "sha256": "46dda0412d03c87451fa3d7093370ba98f03673e7a279d0c201cc395e149c61f"
             },
             {
                 "coord": "org.apache.pulsar:pulsar-checksum:1.19.0-incubating",
-                "dependencies": [
-                    "com.google.guava:guava:18.0",
-                    "org.slf4j:slf4j-api:1.7.30",
-                    "io.netty:netty-all:4.1.22.Final"
-                ],
+                "file": "v1/https/jcenter.bintray.com/org/apache/pulsar/pulsar-checksum/1.19.0-incubating/pulsar-checksum-1.19.0-incubating.jar",
                 "directDependencies": [
-                    "com.google.guava:guava:18.0",
-                    "io.netty:netty-all:4.1.22.Final",
+                    "com.google.guava:guava:23.6-jre",
+                    "io.netty:netty-all:4.1.50.Final",
                     "org.slf4j:slf4j-api:1.7.30"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/pulsar/pulsar-checksum/1.19.0-incubating/pulsar-checksum-1.19.0-incubating.jar",
+                "dependencies": [
+                    "org.checkerframework:checker-compat-qual:2.0.0",
+                    "io.netty:netty-all:4.1.50.Final",
+                    "com.google.code.findbugs:jsr305:3.0.2",
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "com.google.guava:guava:23.6-jre",
+                    "org.codehaus.mojo:animal-sniffer-annotations:1.14",
+                    "com.google.j2objc:j2objc-annotations:1.1",
+                    "com.google.errorprone:error_prone_annotations:2.1.3"
+                ],
+                "url": "https://jcenter.bintray.com/org/apache/pulsar/pulsar-checksum/1.19.0-incubating/pulsar-checksum-1.19.0-incubating.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/pulsar/pulsar-checksum/1.19.0-incubating/pulsar-checksum-1.19.0-incubating.jar",
                     "https://maven.google.com/org/apache/pulsar/pulsar-checksum/1.19.0-incubating/pulsar-checksum-1.19.0-incubating.jar",
                     "https://repo1.maven.org/maven2/org/apache/pulsar/pulsar-checksum/1.19.0-incubating/pulsar-checksum-1.19.0-incubating.jar"
                 ],
-                "sha256": "9631400c6ea9e2de4498e1a2fab606f6134b09fa53537a1f523851413cff7cc1",
-                "url": "https://jcenter.bintray.com/org/apache/pulsar/pulsar-checksum/1.19.0-incubating/pulsar-checksum-1.19.0-incubating.jar"
+                "sha256": "9631400c6ea9e2de4498e1a2fab606f6134b09fa53537a1f523851413cff7cc1"
             },
             {
                 "coord": "org.apache.pulsar:pulsar-checksum:jar:sources:1.19.0-incubating",
-                "dependencies": [
-                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
-                    "io.netty:netty-all:jar:sources:4.1.22.Final",
-                    "com.google.guava:guava:jar:sources:18.0"
-                ],
+                "file": "v1/https/jcenter.bintray.com/org/apache/pulsar/pulsar-checksum/1.19.0-incubating/pulsar-checksum-1.19.0-incubating-sources.jar",
                 "directDependencies": [
-                    "com.google.guava:guava:jar:sources:18.0",
-                    "io.netty:netty-all:jar:sources:4.1.22.Final",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "io.netty:netty-all:jar:sources:4.1.50.Final",
                     "org.slf4j:slf4j-api:jar:sources:1.7.30"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/pulsar/pulsar-checksum/1.19.0-incubating/pulsar-checksum-1.19.0-incubating-sources.jar",
+                "dependencies": [
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "com.google.errorprone:error_prone_annotations:jar:sources:2.1.3",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "org.checkerframework:checker-compat-qual:jar:sources:2.0.0",
+                    "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.14",
+                    "io.netty:netty-all:jar:sources:4.1.50.Final",
+                    "com.google.j2objc:j2objc-annotations:jar:sources:1.1"
+                ],
+                "url": "https://jcenter.bintray.com/org/apache/pulsar/pulsar-checksum/1.19.0-incubating/pulsar-checksum-1.19.0-incubating-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/pulsar/pulsar-checksum/1.19.0-incubating/pulsar-checksum-1.19.0-incubating-sources.jar",
                     "https://maven.google.com/org/apache/pulsar/pulsar-checksum/1.19.0-incubating/pulsar-checksum-1.19.0-incubating-sources.jar",
                     "https://repo1.maven.org/maven2/org/apache/pulsar/pulsar-checksum/1.19.0-incubating/pulsar-checksum-1.19.0-incubating-sources.jar"
                 ],
-                "sha256": "81d9a5ccb743501a1c8295a5774292caf2ba899db9c22f7e3b54852344f1f9b8",
-                "url": "https://jcenter.bintray.com/org/apache/pulsar/pulsar-checksum/1.19.0-incubating/pulsar-checksum-1.19.0-incubating-sources.jar"
-            },
-            {
-                "coord": "org.apache.pulsar:pulsar-client:jar:shaded:1.19.0-incubating",
+                "sha256": "81d9a5ccb743501a1c8295a5774292caf2ba899db9c22f7e3b54852344f1f9b8"
+            },
+            {
+                "coord": "org.apache.pulsar:pulsar-client:jar:shaded:1.19.0-incubating",
+                "file": "v1/https/jcenter.bintray.com/org/apache/pulsar/pulsar-client/1.19.0-incubating/pulsar-client-1.19.0-incubating-shaded.jar",
+                "directDependencies": [
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "commons-codec:commons-codec:1.15",
+                    "org.apache.pulsar:pulsar-common:1.19.0-incubating",
+                    "org.apache.commons:commons-lang3:3.11",
+                    "com.yahoo.datasketches:sketches-core:0.6.0",
+                    "org.asynchttpclient:async-http-client:2.0.31"
+                ],
                 "dependencies": [
                     "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
                     "org.apache.pulsar:pulsar-checksum:1.19.0-incubating",
+                    "org.checkerframework:checker-compat-qual:2.0.0",
+                    "io.netty:netty-all:4.1.50.Final",
                     "org.asynchttpclient:netty-codec-dns:2.0.31",
                     "org.asynchttpclient:netty-resolver:2.0.31",
+                    "com.google.code.findbugs:jsr305:3.0.2",
                     "org.slf4j:slf4j-api:1.7.30",
+                    "com.google.guava:guava:23.6-jre",
                     "com.google.protobuf:protobuf-java:3.14.0",
                     "org.reactivestreams:reactive-streams:1.0.0",
+                    "org.codehaus.mojo:animal-sniffer-annotations:1.14",
                     "com.typesafe.netty:netty-reactive-streams:1.0.8",
-                    "com.google.guava:guava:18.0",
                     "org.asynchttpclient:netty-resolver-dns:2.0.31",
                     "commons-codec:commons-codec:1.15",
+                    "com.google.j2objc:j2objc-annotations:1.1",
                     "org.apache.pulsar:pulsar-common:1.19.0-incubating",
                     "com.fasterxml.jackson.core:jackson-databind:2.8.8",
                     "org.apache.commons:commons-lang3:3.11",
+                    "com.google.errorprone:error_prone_annotations:2.1.3",
                     "com.yahoo.datasketches:sketches-core:0.6.0",
                     "org.asynchttpclient:async-http-client:2.0.31",
                     "org.asynchttpclient:async-http-client-netty-utils:2.0.31",
                     "com.fasterxml.jackson.core:jackson-core:2.8.8",
-                    "io.netty:netty-all:4.1.22.Final",
                     "net.jpountz.lz4:lz4:1.3.0"
                 ],
-                "directDependencies": [
-                    "org.slf4j:slf4j-api:1.7.30",
-                    "commons-codec:commons-codec:1.15",
-                    "org.apache.pulsar:pulsar-common:1.19.0-incubating",
-                    "org.apache.commons:commons-lang3:3.11",
-                    "com.yahoo.datasketches:sketches-core:0.6.0",
-                    "org.asynchttpclient:async-http-client:2.0.31"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/pulsar/pulsar-client/1.19.0-incubating/pulsar-client-1.19.0-incubating-shaded.jar",
+                "url": "https://jcenter.bintray.com/org/apache/pulsar/pulsar-client/1.19.0-incubating/pulsar-client-1.19.0-incubating-shaded.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/pulsar/pulsar-client/1.19.0-incubating/pulsar-client-1.19.0-incubating-shaded.jar",
                     "https://maven.google.com/org/apache/pulsar/pulsar-client/1.19.0-incubating/pulsar-client-1.19.0-incubating-shaded.jar",
                     "https://repo1.maven.org/maven2/org/apache/pulsar/pulsar-client/1.19.0-incubating/pulsar-client-1.19.0-incubating-shaded.jar"
                 ],
-                "sha256": "7f740effec8dbce3f16e4081ee08f3d16a6419899520495933facdc9c8d5f5c1",
-                "url": "https://jcenter.bintray.com/org/apache/pulsar/pulsar-client/1.19.0-incubating/pulsar-client-1.19.0-incubating-shaded.jar"
+                "sha256": "7f740effec8dbce3f16e4081ee08f3d16a6419899520495933facdc9c8d5f5c1"
             },
             {
                 "coord": "org.apache.pulsar:pulsar-client:jar:sources:1.19.0-incubating",
+                "file": "v1/https/jcenter.bintray.com/org/apache/pulsar/pulsar-client/1.19.0-incubating/pulsar-client-1.19.0-incubating-sources.jar",
+                "directDependencies": [
+                    "org.asynchttpclient:async-http-client:jar:sources:2.0.31",
+                    "com.yahoo.datasketches:sketches-core:jar:sources:0.6.0",
+                    "org.apache.commons:commons-lang3:jar:sources:3.11",
+                    "commons-codec:commons-codec:jar:sources:1.15",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "org.apache.pulsar:pulsar-common:jar:sources:1.19.0-incubating"
+                ],
                 "dependencies": [
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
                     "org.asynchttpclient:netty-resolver-dns:jar:sources:2.0.31",
                     "net.jpountz.lz4:lz4:jar:sources:1.3.0",
                     "org.asynchttpclient:async-http-client:jar:sources:2.0.31",
                     "com.yahoo.datasketches:sketches-core:jar:sources:0.6.0",
                     "org.apache.commons:commons-lang3:jar:sources:3.11",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "com.google.errorprone:error_prone_annotations:jar:sources:2.1.3",
                     "commons-codec:commons-codec:jar:sources:1.15",
                     "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8",
                     "org.slf4j:slf4j-api:jar:sources:1.7.30",
                     "org.apache.pulsar:pulsar-common:jar:sources:1.19.0-incubating",
+                    "org.checkerframework:checker-compat-qual:jar:sources:2.0.0",
                     "org.asynchttpclient:netty-resolver:jar:sources:2.0.31",
-                    "io.netty:netty-all:jar:sources:4.1.22.Final",
+                    "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.14",
                     "com.google.protobuf:protobuf-java:jar:sources:3.14.0",
                     "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
-                    "com.google.guava:guava:jar:sources:18.0",
                     "org.asynchttpclient:netty-codec-dns:jar:sources:2.0.31",
                     "org.apache.pulsar:pulsar-checksum:jar:sources:1.19.0-incubating",
                     "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
+                    "io.netty:netty-all:jar:sources:4.1.50.Final",
+                    "com.google.j2objc:j2objc-annotations:jar:sources:1.1",
                     "org.asynchttpclient:async-http-client-netty-utils:jar:sources:2.0.31",
                     "org.reactivestreams:reactive-streams:jar:sources:1.0.0",
                     "com.typesafe.netty:netty-reactive-streams:jar:sources:1.0.8"
                 ],
-                "directDependencies": [
-                    "org.asynchttpclient:async-http-client:jar:sources:2.0.31",
-                    "com.yahoo.datasketches:sketches-core:jar:sources:0.6.0",
-                    "org.apache.commons:commons-lang3:jar:sources:3.11",
-                    "commons-codec:commons-codec:jar:sources:1.15",
-                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
-                    "org.apache.pulsar:pulsar-common:jar:sources:1.19.0-incubating"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/pulsar/pulsar-client/1.19.0-incubating/pulsar-client-1.19.0-incubating-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/pulsar/pulsar-client/1.19.0-incubating/pulsar-client-1.19.0-incubating-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/pulsar/pulsar-client/1.19.0-incubating/pulsar-client-1.19.0-incubating-sources.jar",
                     "https://maven.google.com/org/apache/pulsar/pulsar-client/1.19.0-incubating/pulsar-client-1.19.0-incubating-sources.jar",
                     "https://repo1.maven.org/maven2/org/apache/pulsar/pulsar-client/1.19.0-incubating/pulsar-client-1.19.0-incubating-sources.jar"
                 ],
-                "sha256": "0df714022988814de6d02c6a8143565cc5e6e64d9a15cecdcb76745a40ca4c79",
-                "url": "https://jcenter.bintray.com/org/apache/pulsar/pulsar-client/1.19.0-incubating/pulsar-client-1.19.0-incubating-sources.jar"
+                "sha256": "0df714022988814de6d02c6a8143565cc5e6e64d9a15cecdcb76745a40ca4c79"
             },
             {
                 "coord": "org.apache.pulsar:pulsar-common:1.19.0-incubating",
-                "dependencies": [
-                    "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
+                "file": "v1/https/jcenter.bintray.com/org/apache/pulsar/pulsar-common/1.19.0-incubating/pulsar-common-1.19.0-incubating.jar",
+                "directDependencies": [
                     "org.apache.pulsar:pulsar-checksum:1.19.0-incubating",
+                    "io.netty:netty-all:4.1.50.Final",
                     "org.slf4j:slf4j-api:1.7.30",
+                    "com.google.guava:guava:23.6-jre",
                     "com.google.protobuf:protobuf-java:3.14.0",
-                    "com.google.guava:guava:18.0",
                     "com.fasterxml.jackson.core:jackson-databind:2.8.8",
-                    "com.fasterxml.jackson.core:jackson-core:2.8.8",
-                    "io.netty:netty-all:4.1.22.Final",
                     "net.jpountz.lz4:lz4:1.3.0"
                 ],
-                "directDependencies": [
+                "dependencies": [
+                    "com.fasterxml.jackson.core:jackson-annotations:2.8.8",
                     "org.apache.pulsar:pulsar-checksum:1.19.0-incubating",
+                    "org.checkerframework:checker-compat-qual:2.0.0",
+                    "io.netty:netty-all:4.1.50.Final",
+                    "com.google.code.findbugs:jsr305:3.0.2",
                     "org.slf4j:slf4j-api:1.7.30",
+                    "com.google.guava:guava:23.6-jre",
                     "com.google.protobuf:protobuf-java:3.14.0",
-                    "com.google.guava:guava:18.0",
+                    "org.codehaus.mojo:animal-sniffer-annotations:1.14",
+                    "com.google.j2objc:j2objc-annotations:1.1",
                     "com.fasterxml.jackson.core:jackson-databind:2.8.8",
-                    "io.netty:netty-all:4.1.22.Final",
+                    "com.google.errorprone:error_prone_annotations:2.1.3",
+                    "com.fasterxml.jackson.core:jackson-core:2.8.8",
                     "net.jpountz.lz4:lz4:1.3.0"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/pulsar/pulsar-common/1.19.0-incubating/pulsar-common-1.19.0-incubating.jar",
+                "url": "https://jcenter.bintray.com/org/apache/pulsar/pulsar-common/1.19.0-incubating/pulsar-common-1.19.0-incubating.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/pulsar/pulsar-common/1.19.0-incubating/pulsar-common-1.19.0-incubating.jar",
                     "https://maven.google.com/org/apache/pulsar/pulsar-common/1.19.0-incubating/pulsar-common-1.19.0-incubating.jar",
                     "https://repo1.maven.org/maven2/org/apache/pulsar/pulsar-common/1.19.0-incubating/pulsar-common-1.19.0-incubating.jar"
                 ],
-                "sha256": "4b21e04138d48403593f2010dacc63b14cffc6a9a785c7190608205ebd09352d",
-                "url": "https://jcenter.bintray.com/org/apache/pulsar/pulsar-common/1.19.0-incubating/pulsar-common-1.19.0-incubating.jar"
+                "sha256": "4b21e04138d48403593f2010dacc63b14cffc6a9a785c7190608205ebd09352d"
             },
             {
                 "coord": "org.apache.pulsar:pulsar-common:jar:sources:1.19.0-incubating",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/org/apache/pulsar/pulsar-common/1.19.0-incubating/pulsar-common-1.19.0-incubating-sources.jar",
+                "directDependencies": [
                     "net.jpountz.lz4:lz4:jar:sources:1.3.0",
-                    "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
                     "org.slf4j:slf4j-api:jar:sources:1.7.30",
-                    "io.netty:netty-all:jar:sources:4.1.22.Final",
                     "com.google.protobuf:protobuf-java:jar:sources:3.14.0",
-                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
-                    "com.google.guava:guava:jar:sources:18.0",
                     "org.apache.pulsar:pulsar-checksum:jar:sources:1.19.0-incubating",
-                    "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8"
+                    "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
+                    "io.netty:netty-all:jar:sources:4.1.50.Final"
                 ],
-                "directDependencies": [
+                "dependencies": [
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
                     "net.jpountz.lz4:lz4:jar:sources:1.3.0",
+                    "com.google.guava:guava:jar:sources:23.6-jre",
+                    "com.google.errorprone:error_prone_annotations:jar:sources:2.1.3",
+                    "com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.8.8",
                     "org.slf4j:slf4j-api:jar:sources:1.7.30",
-                    "io.netty:netty-all:jar:sources:4.1.22.Final",
+                    "org.checkerframework:checker-compat-qual:jar:sources:2.0.0",
+                    "org.codehaus.mojo:animal-sniffer-annotations:jar:sources:1.14",
                     "com.google.protobuf:protobuf-java:jar:sources:3.14.0",
-                    "com.google.guava:guava:jar:sources:18.0",
+                    "com.fasterxml.jackson.core:jackson-core:jar:sources:2.8.8",
                     "org.apache.pulsar:pulsar-checksum:jar:sources:1.19.0-incubating",
-                    "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8"
+                    "com.fasterxml.jackson.core:jackson-databind:jar:sources:2.8.8",
+                    "io.netty:netty-all:jar:sources:4.1.50.Final",
+                    "com.google.j2objc:j2objc-annotations:jar:sources:1.1"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/pulsar/pulsar-common/1.19.0-incubating/pulsar-common-1.19.0-incubating-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/pulsar/pulsar-common/1.19.0-incubating/pulsar-common-1.19.0-incubating-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/pulsar/pulsar-common/1.19.0-incubating/pulsar-common-1.19.0-incubating-sources.jar",
                     "https://maven.google.com/org/apache/pulsar/pulsar-common/1.19.0-incubating/pulsar-common-1.19.0-incubating-sources.jar",
                     "https://repo1.maven.org/maven2/org/apache/pulsar/pulsar-common/1.19.0-incubating/pulsar-common-1.19.0-incubating-sources.jar"
                 ],
-                "sha256": "7b990be2752b113b73a6ceb0dcc99f0c8e3d99ac90b54f889c6ccd2ab669ee39",
-                "url": "https://jcenter.bintray.com/org/apache/pulsar/pulsar-common/1.19.0-incubating/pulsar-common-1.19.0-incubating-sources.jar"
+                "sha256": "7b990be2752b113b73a6ceb0dcc99f0c8e3d99ac90b54f889c6ccd2ab669ee39"
             },
             {
                 "coord": "org.apache.reef:reef-annotations:0.14.0",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-annotations/0.14.0/reef-annotations-0.14.0.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/apache/reef/reef-annotations/0.14.0/reef-annotations-0.14.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/reef/reef-annotations/0.14.0/reef-annotations-0.14.0.jar",
                     "https://maven.google.com/org/apache/reef/reef-annotations/0.14.0/reef-annotations-0.14.0.jar",
                     "https://repo1.maven.org/maven2/org/apache/reef/reef-annotations/0.14.0/reef-annotations-0.14.0.jar"
                 ],
-                "sha256": "0d40359495d66571b186a186835ce60a6863cd1e557ab82673db5fbe0604cdef",
-                "url": "https://jcenter.bintray.com/org/apache/reef/reef-annotations/0.14.0/reef-annotations-0.14.0.jar"
+                "sha256": "0d40359495d66571b186a186835ce60a6863cd1e557ab82673db5fbe0604cdef"
             },
             {
                 "coord": "org.apache.reef:reef-annotations:jar:sources:0.14.0",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-annotations/0.14.0/reef-annotations-0.14.0-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/apache/reef/reef-annotations/0.14.0/reef-annotations-0.14.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/reef/reef-annotations/0.14.0/reef-annotations-0.14.0-sources.jar",
                     "https://maven.google.com/org/apache/reef/reef-annotations/0.14.0/reef-annotations-0.14.0-sources.jar",
                     "https://repo1.maven.org/maven2/org/apache/reef/reef-annotations/0.14.0/reef-annotations-0.14.0-sources.jar"
                 ],
-                "sha256": "b0f5bc0460c9c2c89e0c122b5e6c534bf25a17059e8097834649dfeadead54a1",
-                "url": "https://jcenter.bintray.com/org/apache/reef/reef-annotations/0.14.0/reef-annotations-0.14.0-sources.jar"
+                "sha256": "b0f5bc0460c9c2c89e0c122b5e6c534bf25a17059e8097834649dfeadead54a1"
             },
             {
                 "coord": "org.apache.reef:reef-common:0.14.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-common/0.14.0/reef-common-0.14.0.jar",
+                "directDependencies": [
+                    "org.apache.reef:wake:0.14.0",
+                    "com.google.code.findbugs:jsr305:3.0.2",
+                    "com.google.protobuf:protobuf-java:3.14.0",
+                    "org.apache.reef:reef-annotations:0.14.0",
+                    "org.apache.reef:reef-utils:0.14.0",
+                    "org.apache.reef:tang:0.14.0",
+                    "net.jcip:jcip-annotations:1.0",
+                    "org.apache.commons:commons-lang3:3.11"
+                ],
                 "dependencies": [
                     "org.apache.avro:avro:1.7.4",
-                    "org.ow2.asm:asm:5.0.4",
                     "org.apache.reef:wake:0.14.0",
+                    "io.netty:netty-all:4.1.50.Final",
                     "commons-logging:commons-logging:1.2",
                     "com.google.code.findbugs:jsr305:3.0.2",
                     "org.slf4j:slf4j-api:1.7.30",
+                    "org.ow2.asm:asm:5.0.3",
                     "com.thoughtworks.paranamer:paranamer:2.3",
                     "org.apache.commons:commons-compress:1.14",
                     "commons-lang:commons-lang:2.6",
@@ -5322,31 +5286,31 @@
                     "org.apache.commons:commons-lang3:3.11",
                     "org.codehaus.jackson:jackson-mapper-asl:1.8.8",
                     "javax.inject:javax.inject:1",
-                    "org.codehaus.jackson:jackson-core-asl:1.8.8",
-                    "io.netty:netty-all:4.1.22.Final"
-                ],
-                "directDependencies": [
-                    "org.apache.reef:wake:0.14.0",
-                    "com.google.code.findbugs:jsr305:3.0.2",
-                    "com.google.protobuf:protobuf-java:3.14.0",
-                    "org.apache.reef:reef-annotations:0.14.0",
-                    "org.apache.reef:reef-utils:0.14.0",
-                    "org.apache.reef:tang:0.14.0",
-                    "net.jcip:jcip-annotations:1.0",
-                    "org.apache.commons:commons-lang3:3.11"
+                    "org.codehaus.jackson:jackson-core-asl:1.8.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-common/0.14.0/reef-common-0.14.0.jar",
+                "url": "https://jcenter.bintray.com/org/apache/reef/reef-common/0.14.0/reef-common-0.14.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/reef/reef-common/0.14.0/reef-common-0.14.0.jar",
                     "https://maven.google.com/org/apache/reef/reef-common/0.14.0/reef-common-0.14.0.jar",
                     "https://repo1.maven.org/maven2/org/apache/reef/reef-common/0.14.0/reef-common-0.14.0.jar"
                 ],
-                "sha256": "d39fbf28b9a64f80e538235e4e190a356ca1756c77f0b973c78b2fb3da6d3ac8",
-                "url": "https://jcenter.bintray.com/org/apache/reef/reef-common/0.14.0/reef-common-0.14.0.jar"
+                "sha256": "d39fbf28b9a64f80e538235e4e190a356ca1756c77f0b973c78b2fb3da6d3ac8"
             },
             {
                 "coord": "org.apache.reef:reef-common:jar:sources:0.14.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-common/0.14.0/reef-common-0.14.0-sources.jar",
+                "directDependencies": [
+                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
+                    "org.apache.commons:commons-lang3:jar:sources:3.11",
+                    "net.jcip:jcip-annotations:jar:sources:1.0",
+                    "org.apache.reef:reef-annotations:jar:sources:0.14.0",
+                    "org.apache.reef:reef-utils:jar:sources:0.14.0",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.14.0",
+                    "org.apache.reef:wake:jar:sources:0.14.0",
+                    "org.apache.reef:tang:jar:sources:0.14.0"
+                ],
                 "dependencies": [
+                    "org.ow2.asm:asm:jar:sources:5.0.3",
                     "org.codehaus.jackson:jackson-mapper-asl:jar:sources:1.8.8",
                     "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
                     "org.codehaus.jackson:jackson-core-asl:jar:sources:1.8.8",
@@ -5359,46 +5323,39 @@
                     "commons-configuration:commons-configuration:jar:sources:1.10",
                     "commons-logging:commons-logging:jar:sources:1.2",
                     "org.slf4j:slf4j-api:jar:sources:1.7.30",
-                    "io.netty:netty-all:jar:sources:4.1.22.Final",
                     "com.google.protobuf:protobuf-java:jar:sources:3.14.0",
                     "org.apache.reef:wake:jar:sources:0.14.0",
                     "org.xerial.snappy:snappy-java:jar:sources:1.1.7.2",
                     "javax.inject:javax.inject:jar:sources:1",
                     "cglib:cglib:jar:sources:3.1",
+                    "io.netty:netty-all:jar:sources:4.1.50.Final",
                     "org.apache.commons:commons-compress:jar:sources:1.14",
-                    "org.ow2.asm:asm:jar:sources:5.0.4",
                     "org.apache.reef:tang:jar:sources:0.14.0",
                     "org.apache.avro:avro:jar:sources:1.7.4",
                     "commons-cli:commons-cli:jar:sources:1.3.1"
                 ],
-                "directDependencies": [
-                    "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
-                    "org.apache.commons:commons-lang3:jar:sources:3.11",
-                    "net.jcip:jcip-annotations:jar:sources:1.0",
-                    "org.apache.reef:reef-annotations:jar:sources:0.14.0",
-                    "org.apache.reef:reef-utils:jar:sources:0.14.0",
-                    "com.google.protobuf:protobuf-java:jar:sources:3.14.0",
-                    "org.apache.reef:wake:jar:sources:0.14.0",
-                    "org.apache.reef:tang:jar:sources:0.14.0"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-common/0.14.0/reef-common-0.14.0-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/reef/reef-common/0.14.0/reef-common-0.14.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/reef/reef-common/0.14.0/reef-common-0.14.0-sources.jar",
                     "https://maven.google.com/org/apache/reef/reef-common/0.14.0/reef-common-0.14.0-sources.jar",
                     "https://repo1.maven.org/maven2/org/apache/reef/reef-common/0.14.0/reef-common-0.14.0-sources.jar"
                 ],
-                "sha256": "7d5037210a6287787bbad0cf1312f37e0299dd33749bd3cc5dc08dffd3b1ed6f",
-                "url": "https://jcenter.bintray.com/org/apache/reef/reef-common/0.14.0/reef-common-0.14.0-sources.jar"
+                "sha256": "7d5037210a6287787bbad0cf1312f37e0299dd33749bd3cc5dc08dffd3b1ed6f"
             },
             {
                 "coord": "org.apache.reef:reef-runtime-local:0.14.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-runtime-local/0.14.0/reef-runtime-local-0.14.0.jar",
+                "directDependencies": [
+                    "org.apache.reef:reef-common:0.14.0"
+                ],
                 "dependencies": [
                     "org.apache.avro:avro:1.7.4",
-                    "org.ow2.asm:asm:5.0.4",
                     "org.apache.reef:wake:0.14.0",
+                    "io.netty:netty-all:4.1.50.Final",
                     "commons-logging:commons-logging:1.2",
                     "com.google.code.findbugs:jsr305:3.0.2",
                     "org.slf4j:slf4j-api:1.7.30",
+                    "org.ow2.asm:asm:5.0.3",
                     "com.thoughtworks.paranamer:paranamer:2.3",
                     "org.apache.commons:commons-compress:1.14",
                     "commons-lang:commons-lang:2.6",
@@ -5415,24 +5372,24 @@
                     "org.codehaus.jackson:jackson-mapper-asl:1.8.8",
                     "javax.inject:javax.inject:1",
                     "org.apache.reef:reef-common:0.14.0",
-                    "org.codehaus.jackson:jackson-core-asl:1.8.8",
-                    "io.netty:netty-all:4.1.22.Final"
-                ],
-                "directDependencies": [
-                    "org.apache.reef:reef-common:0.14.0"
+                    "org.codehaus.jackson:jackson-core-asl:1.8.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-runtime-local/0.14.0/reef-runtime-local-0.14.0.jar",
+                "url": "https://jcenter.bintray.com/org/apache/reef/reef-runtime-local/0.14.0/reef-runtime-local-0.14.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/reef/reef-runtime-local/0.14.0/reef-runtime-local-0.14.0.jar",
                     "https://maven.google.com/org/apache/reef/reef-runtime-local/0.14.0/reef-runtime-local-0.14.0.jar",
                     "https://repo1.maven.org/maven2/org/apache/reef/reef-runtime-local/0.14.0/reef-runtime-local-0.14.0.jar"
                 ],
-                "sha256": "657e1acc384656c61ebb9255e7eb8d175742c45ba8464ce80f6887fb5aea7717",
-                "url": "https://jcenter.bintray.com/org/apache/reef/reef-runtime-local/0.14.0/reef-runtime-local-0.14.0.jar"
+                "sha256": "657e1acc384656c61ebb9255e7eb8d175742c45ba8464ce80f6887fb5aea7717"
             },
             {
                 "coord": "org.apache.reef:reef-runtime-local:jar:sources:0.14.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-runtime-local/0.14.0/reef-runtime-local-0.14.0-sources.jar",
+                "directDependencies": [
+                    "org.apache.reef:reef-common:jar:sources:0.14.0"
+                ],
                 "dependencies": [
+                    "org.ow2.asm:asm:jar:sources:5.0.3",
                     "org.codehaus.jackson:jackson-mapper-asl:jar:sources:1.8.8",
                     "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
                     "org.codehaus.jackson:jackson-core-asl:jar:sources:1.8.8",
@@ -5445,40 +5402,41 @@
                     "commons-configuration:commons-configuration:jar:sources:1.10",
                     "commons-logging:commons-logging:jar:sources:1.2",
                     "org.slf4j:slf4j-api:jar:sources:1.7.30",
-                    "io.netty:netty-all:jar:sources:4.1.22.Final",
                     "com.google.protobuf:protobuf-java:jar:sources:3.14.0",
                     "org.apache.reef:wake:jar:sources:0.14.0",
                     "org.xerial.snappy:snappy-java:jar:sources:1.1.7.2",
                     "javax.inject:javax.inject:jar:sources:1",
                     "cglib:cglib:jar:sources:3.1",
+                    "io.netty:netty-all:jar:sources:4.1.50.Final",
                     "org.apache.commons:commons-compress:jar:sources:1.14",
                     "org.apache.reef:reef-common:jar:sources:0.14.0",
-                    "org.ow2.asm:asm:jar:sources:5.0.4",
                     "org.apache.reef:tang:jar:sources:0.14.0",
                     "org.apache.avro:avro:jar:sources:1.7.4",
                     "commons-cli:commons-cli:jar:sources:1.3.1"
                 ],
-                "directDependencies": [
-                    "org.apache.reef:reef-common:jar:sources:0.14.0"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-runtime-local/0.14.0/reef-runtime-local-0.14.0-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/reef/reef-runtime-local/0.14.0/reef-runtime-local-0.14.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/reef/reef-runtime-local/0.14.0/reef-runtime-local-0.14.0-sources.jar",
                     "https://maven.google.com/org/apache/reef/reef-runtime-local/0.14.0/reef-runtime-local-0.14.0-sources.jar",
                     "https://repo1.maven.org/maven2/org/apache/reef/reef-runtime-local/0.14.0/reef-runtime-local-0.14.0-sources.jar"
                 ],
-                "sha256": "8ff798dececcaac2c7bec67573f24986f7f246e849c512b6c830febc470fe00f",
-                "url": "https://jcenter.bintray.com/org/apache/reef/reef-runtime-local/0.14.0/reef-runtime-local-0.14.0-sources.jar"
+                "sha256": "8ff798dececcaac2c7bec67573f24986f7f246e849c512b6c830febc470fe00f"
             },
             {
                 "coord": "org.apache.reef:reef-runtime-yarn:0.14.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-runtime-yarn/0.14.0/reef-runtime-yarn-0.14.0.jar",
+                "directDependencies": [
+                    "org.apache.reef:reef-common:0.14.0",
+                    "org.apache.reef:reef-utils-hadoop:0.14.0"
+                ],
                 "dependencies": [
                     "org.apache.avro:avro:1.7.4",
-                    "org.ow2.asm:asm:5.0.4",
                     "org.apache.reef:wake:0.14.0",
+                    "io.netty:netty-all:4.1.50.Final",
                     "commons-logging:commons-logging:1.2",
                     "com.google.code.findbugs:jsr305:3.0.2",
                     "org.slf4j:slf4j-api:1.7.30",
+                    "org.ow2.asm:asm:5.0.3",
                     "com.thoughtworks.paranamer:paranamer:2.3",
                     "org.apache.commons:commons-compress:1.14",
                     "commons-lang:commons-lang:2.6",
@@ -5496,25 +5454,25 @@
                     "org.codehaus.jackson:jackson-mapper-asl:1.8.8",
                     "javax.inject:javax.inject:1",
                     "org.apache.reef:reef-common:0.14.0",
-                    "org.codehaus.jackson:jackson-core-asl:1.8.8",
-                    "io.netty:netty-all:4.1.22.Final"
-                ],
-                "directDependencies": [
-                    "org.apache.reef:reef-common:0.14.0",
-                    "org.apache.reef:reef-utils-hadoop:0.14.0"
+                    "org.codehaus.jackson:jackson-core-asl:1.8.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-runtime-yarn/0.14.0/reef-runtime-yarn-0.14.0.jar",
+                "url": "https://jcenter.bintray.com/org/apache/reef/reef-runtime-yarn/0.14.0/reef-runtime-yarn-0.14.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/reef/reef-runtime-yarn/0.14.0/reef-runtime-yarn-0.14.0.jar",
                     "https://maven.google.com/org/apache/reef/reef-runtime-yarn/0.14.0/reef-runtime-yarn-0.14.0.jar",
                     "https://repo1.maven.org/maven2/org/apache/reef/reef-runtime-yarn/0.14.0/reef-runtime-yarn-0.14.0.jar"
                 ],
-                "sha256": "6211178601f8a934934d67bd19a6b2f011a6dd495f2524e1dc9ca3c46039e65e",
-                "url": "https://jcenter.bintray.com/org/apache/reef/reef-runtime-yarn/0.14.0/reef-runtime-yarn-0.14.0.jar"
+                "sha256": "6211178601f8a934934d67bd19a6b2f011a6dd495f2524e1dc9ca3c46039e65e"
             },
             {
                 "coord": "org.apache.reef:reef-runtime-yarn:jar:sources:0.14.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-runtime-yarn/0.14.0/reef-runtime-yarn-0.14.0-sources.jar",
+                "directDependencies": [
+                    "org.apache.reef:reef-common:jar:sources:0.14.0",
+                    "org.apache.reef:reef-utils-hadoop:jar:sources:0.14.0"
+                ],
                 "dependencies": [
+                    "org.ow2.asm:asm:jar:sources:5.0.3",
                     "org.codehaus.jackson:jackson-mapper-asl:jar:sources:1.8.8",
                     "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
                     "org.codehaus.jackson:jackson-core-asl:jar:sources:1.8.8",
@@ -5527,42 +5485,41 @@
                     "commons-configuration:commons-configuration:jar:sources:1.10",
                     "commons-logging:commons-logging:jar:sources:1.2",
                     "org.slf4j:slf4j-api:jar:sources:1.7.30",
-                    "io.netty:netty-all:jar:sources:4.1.22.Final",
                     "com.google.protobuf:protobuf-java:jar:sources:3.14.0",
                     "org.apache.reef:wake:jar:sources:0.14.0",
                     "org.xerial.snappy:snappy-java:jar:sources:1.1.7.2",
                     "javax.inject:javax.inject:jar:sources:1",
                     "org.apache.reef:reef-utils-hadoop:jar:sources:0.14.0",
                     "cglib:cglib:jar:sources:3.1",
+                    "io.netty:netty-all:jar:sources:4.1.50.Final",
                     "org.apache.commons:commons-compress:jar:sources:1.14",
                     "org.apache.reef:reef-common:jar:sources:0.14.0",
-                    "org.ow2.asm:asm:jar:sources:5.0.4",
                     "org.apache.reef:tang:jar:sources:0.14.0",
                     "org.apache.avro:avro:jar:sources:1.7.4",
                     "commons-cli:commons-cli:jar:sources:1.3.1"
                 ],
-                "directDependencies": [
-                    "org.apache.reef:reef-common:jar:sources:0.14.0",
-                    "org.apache.reef:reef-utils-hadoop:jar:sources:0.14.0"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-runtime-yarn/0.14.0/reef-runtime-yarn-0.14.0-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/reef/reef-runtime-yarn/0.14.0/reef-runtime-yarn-0.14.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/reef/reef-runtime-yarn/0.14.0/reef-runtime-yarn-0.14.0-sources.jar",
                     "https://maven.google.com/org/apache/reef/reef-runtime-yarn/0.14.0/reef-runtime-yarn-0.14.0-sources.jar",
                     "https://repo1.maven.org/maven2/org/apache/reef/reef-runtime-yarn/0.14.0/reef-runtime-yarn-0.14.0-sources.jar"
                 ],
-                "sha256": "1af847f292e89ff5330425f31d0a63e7be36d98b95b0fbb4ddec76ab099d8b16",
-                "url": "https://jcenter.bintray.com/org/apache/reef/reef-runtime-yarn/0.14.0/reef-runtime-yarn-0.14.0-sources.jar"
+                "sha256": "1af847f292e89ff5330425f31d0a63e7be36d98b95b0fbb4ddec76ab099d8b16"
             },
             {
                 "coord": "org.apache.reef:reef-utils-hadoop:0.14.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-utils-hadoop/0.14.0/reef-utils-hadoop-0.14.0.jar",
+                "directDependencies": [
+                    "org.apache.reef:reef-common:0.14.0"
+                ],
                 "dependencies": [
                     "org.apache.avro:avro:1.7.4",
-                    "org.ow2.asm:asm:5.0.4",
                     "org.apache.reef:wake:0.14.0",
+                    "io.netty:netty-all:4.1.50.Final",
                     "commons-logging:commons-logging:1.2",
                     "com.google.code.findbugs:jsr305:3.0.2",
                     "org.slf4j:slf4j-api:1.7.30",
+                    "org.ow2.asm:asm:5.0.3",
                     "com.thoughtworks.paranamer:paranamer:2.3",
                     "org.apache.commons:commons-compress:1.14",
                     "commons-lang:commons-lang:2.6",
@@ -5579,24 +5536,24 @@
                     "org.codehaus.jackson:jackson-mapper-asl:1.8.8",
                     "javax.inject:javax.inject:1",
                     "org.apache.reef:reef-common:0.14.0",
-                    "org.codehaus.jackson:jackson-core-asl:1.8.8",
-                    "io.netty:netty-all:4.1.22.Final"
-                ],
-                "directDependencies": [
-                    "org.apache.reef:reef-common:0.14.0"
+                    "org.codehaus.jackson:jackson-core-asl:1.8.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-utils-hadoop/0.14.0/reef-utils-hadoop-0.14.0.jar",
+                "url": "https://jcenter.bintray.com/org/apache/reef/reef-utils-hadoop/0.14.0/reef-utils-hadoop-0.14.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/reef/reef-utils-hadoop/0.14.0/reef-utils-hadoop-0.14.0.jar",
                     "https://maven.google.com/org/apache/reef/reef-utils-hadoop/0.14.0/reef-utils-hadoop-0.14.0.jar",
                     "https://repo1.maven.org/maven2/org/apache/reef/reef-utils-hadoop/0.14.0/reef-utils-hadoop-0.14.0.jar"
                 ],
-                "sha256": "3790b740daec72e3b4b80680c3e4d9777db6d79db3e50da34a047e18e0e3f35a",
-                "url": "https://jcenter.bintray.com/org/apache/reef/reef-utils-hadoop/0.14.0/reef-utils-hadoop-0.14.0.jar"
+                "sha256": "3790b740daec72e3b4b80680c3e4d9777db6d79db3e50da34a047e18e0e3f35a"
             },
             {
                 "coord": "org.apache.reef:reef-utils-hadoop:jar:sources:0.14.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-utils-hadoop/0.14.0/reef-utils-hadoop-0.14.0-sources.jar",
+                "directDependencies": [
+                    "org.apache.reef:reef-common:jar:sources:0.14.0"
+                ],
                 "dependencies": [
+                    "org.ow2.asm:asm:jar:sources:5.0.3",
                     "org.codehaus.jackson:jackson-mapper-asl:jar:sources:1.8.8",
                     "com.google.code.findbugs:jsr305:jar:sources:3.0.2",
                     "org.codehaus.jackson:jackson-core-asl:jar:sources:1.8.8",
@@ -5609,71 +5566,74 @@
                     "commons-configuration:commons-configuration:jar:sources:1.10",
                     "commons-logging:commons-logging:jar:sources:1.2",
                     "org.slf4j:slf4j-api:jar:sources:1.7.30",
-                    "io.netty:netty-all:jar:sources:4.1.22.Final",
                     "com.google.protobuf:protobuf-java:jar:sources:3.14.0",
                     "org.apache.reef:wake:jar:sources:0.14.0",
                     "org.xerial.snappy:snappy-java:jar:sources:1.1.7.2",
                     "javax.inject:javax.inject:jar:sources:1",
                     "cglib:cglib:jar:sources:3.1",
+                    "io.netty:netty-all:jar:sources:4.1.50.Final",
                     "org.apache.commons:commons-compress:jar:sources:1.14",
                     "org.apache.reef:reef-common:jar:sources:0.14.0",
-                    "org.ow2.asm:asm:jar:sources:5.0.4",
                     "org.apache.reef:tang:jar:sources:0.14.0",
                     "org.apache.avro:avro:jar:sources:1.7.4",
                     "commons-cli:commons-cli:jar:sources:1.3.1"
                 ],
-                "directDependencies": [
-                    "org.apache.reef:reef-common:jar:sources:0.14.0"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-utils-hadoop/0.14.0/reef-utils-hadoop-0.14.0-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/reef/reef-utils-hadoop/0.14.0/reef-utils-hadoop-0.14.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/reef/reef-utils-hadoop/0.14.0/reef-utils-hadoop-0.14.0-sources.jar",
                     "https://maven.google.com/org/apache/reef/reef-utils-hadoop/0.14.0/reef-utils-hadoop-0.14.0-sources.jar",
                     "https://repo1.maven.org/maven2/org/apache/reef/reef-utils-hadoop/0.14.0/reef-utils-hadoop-0.14.0-sources.jar"
                 ],
-                "sha256": "c7cd46b6fd45a454f5a340ac28dd5d277d0ffbb2864f328f4385c39781517e1b",
-                "url": "https://jcenter.bintray.com/org/apache/reef/reef-utils-hadoop/0.14.0/reef-utils-hadoop-0.14.0-sources.jar"
+                "sha256": "c7cd46b6fd45a454f5a340ac28dd5d277d0ffbb2864f328f4385c39781517e1b"
             },
             {
                 "coord": "org.apache.reef:reef-utils:0.14.0",
-                "dependencies": [
-                    "net.jcip:jcip-annotations:1.0",
-                    "javax.inject:javax.inject:1"
-                ],
+                "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-utils/0.14.0/reef-utils-0.14.0.jar",
                 "directDependencies": [
                     "javax.inject:javax.inject:1",
                     "net.jcip:jcip-annotations:1.0"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-utils/0.14.0/reef-utils-0.14.0.jar",
+                "dependencies": [
+                    "net.jcip:jcip-annotations:1.0",
+                    "javax.inject:javax.inject:1"
+                ],
+                "url": "https://jcenter.bintray.com/org/apache/reef/reef-utils/0.14.0/reef-utils-0.14.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/reef/reef-utils/0.14.0/reef-utils-0.14.0.jar",
                     "https://maven.google.com/org/apache/reef/reef-utils/0.14.0/reef-utils-0.14.0.jar",
                     "https://repo1.maven.org/maven2/org/apache/reef/reef-utils/0.14.0/reef-utils-0.14.0.jar"
                 ],
-                "sha256": "2fa7f3b4241e816b33ba80e478f59f7fd1f4221764cc82dc030f9facbfd9cb7a",
-                "url": "https://jcenter.bintray.com/org/apache/reef/reef-utils/0.14.0/reef-utils-0.14.0.jar"
+                "sha256": "2fa7f3b4241e816b33ba80e478f59f7fd1f4221764cc82dc030f9facbfd9cb7a"
             },
             {
                 "coord": "org.apache.reef:reef-utils:jar:sources:0.14.0",
-                "dependencies": [
-                    "net.jcip:jcip-annotations:jar:sources:1.0",
-                    "javax.inject:javax.inject:jar:sources:1"
-                ],
+                "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-utils/0.14.0/reef-utils-0.14.0-sources.jar",
                 "directDependencies": [
                     "javax.inject:javax.inject:jar:sources:1",
                     "net.jcip:jcip-annotations:jar:sources:1.0"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/reef/reef-utils/0.14.0/reef-utils-0.14.0-sources.jar",
+                "dependencies": [
+                    "net.jcip:jcip-annotations:jar:sources:1.0",
+                    "javax.inject:javax.inject:jar:sources:1"
+                ],
+                "url": "https://jcenter.bintray.com/org/apache/reef/reef-utils/0.14.0/reef-utils-0.14.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/reef/reef-utils/0.14.0/reef-utils-0.14.0-sources.jar",
                     "https://maven.google.com/org/apache/reef/reef-utils/0.14.0/reef-utils-0.14.0-sources.jar",
                     "https://repo1.maven.org/maven2/org/apache/reef/reef-utils/0.14.0/reef-utils-0.14.0-sources.jar"
                 ],
-                "sha256": "5489283c31df1884546db9e4553735676da51bb60522408aadaf2037302a5d9d",
-                "url": "https://jcenter.bintray.com/org/apache/reef/reef-utils/0.14.0/reef-utils-0.14.0-sources.jar"
+                "sha256": "5489283c31df1884546db9e4553735676da51bb60522408aadaf2037302a5d9d"
             },
             {
                 "coord": "org.apache.reef:tang:0.14.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/reef/tang/0.14.0/tang-0.14.0.jar",
+                "directDependencies": [
+                    "org.apache.avro:avro:1.7.4",
+                    "com.google.protobuf:protobuf-java:3.14.0",
+                    "commons-configuration:commons-configuration:1.10",
+                    "commons-cli:commons-cli:1.3.1",
+                    "javax.inject:javax.inject:1"
+                ],
                 "dependencies": [
                     "org.apache.avro:avro:1.7.4",
                     "commons-logging:commons-logging:1.2",
@@ -5689,24 +5649,24 @@
                     "javax.inject:javax.inject:1",
                     "org.codehaus.jackson:jackson-core-asl:1.8.8"
                 ],
-                "directDependencies": [
-                    "org.apache.avro:avro:1.7.4",
-                    "com.google.protobuf:protobuf-java:3.14.0",
-                    "commons-configuration:commons-configuration:1.10",
-                    "commons-cli:commons-cli:1.3.1",
-                    "javax.inject:javax.inject:1"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/reef/tang/0.14.0/tang-0.14.0.jar",
+                "url": "https://jcenter.bintray.com/org/apache/reef/tang/0.14.0/tang-0.14.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/reef/tang/0.14.0/tang-0.14.0.jar",
                     "https://maven.google.com/org/apache/reef/tang/0.14.0/tang-0.14.0.jar",
                     "https://repo1.maven.org/maven2/org/apache/reef/tang/0.14.0/tang-0.14.0.jar"
                 ],
-                "sha256": "958082feff6dbd0fb8a681f83baee16b146f1d861bc84999b3fa7f689ef9d553",
-                "url": "https://jcenter.bintray.com/org/apache/reef/tang/0.14.0/tang-0.14.0.jar"
+                "sha256": "958082feff6dbd0fb8a681f83baee16b146f1d861bc84999b3fa7f689ef9d553"
             },
             {
                 "coord": "org.apache.reef:tang:jar:sources:0.14.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/reef/tang/0.14.0/tang-0.14.0-sources.jar",
+                "directDependencies": [
+                    "commons-configuration:commons-configuration:jar:sources:1.10",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.14.0",
+                    "javax.inject:javax.inject:jar:sources:1",
+                    "org.apache.avro:avro:jar:sources:1.7.4",
+                    "commons-cli:commons-cli:jar:sources:1.3.1"
+                ],
                 "dependencies": [
                     "org.codehaus.jackson:jackson-mapper-asl:jar:sources:1.8.8",
                     "org.codehaus.jackson:jackson-core-asl:jar:sources:1.8.8",
@@ -5722,29 +5682,30 @@
                     "org.apache.avro:avro:jar:sources:1.7.4",
                     "commons-cli:commons-cli:jar:sources:1.3.1"
                 ],
-                "directDependencies": [
-                    "commons-configuration:commons-configuration:jar:sources:1.10",
-                    "com.google.protobuf:protobuf-java:jar:sources:3.14.0",
-                    "javax.inject:javax.inject:jar:sources:1",
-                    "org.apache.avro:avro:jar:sources:1.7.4",
-                    "commons-cli:commons-cli:jar:sources:1.3.1"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/reef/tang/0.14.0/tang-0.14.0-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/reef/tang/0.14.0/tang-0.14.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/reef/tang/0.14.0/tang-0.14.0-sources.jar",
                     "https://maven.google.com/org/apache/reef/tang/0.14.0/tang-0.14.0-sources.jar",
                     "https://repo1.maven.org/maven2/org/apache/reef/tang/0.14.0/tang-0.14.0-sources.jar"
                 ],
-                "sha256": "8f78cd4b706d796baa5502a71c3b9fc889a72926839c76dd4286d01510c5f353",
-                "url": "https://jcenter.bintray.com/org/apache/reef/tang/0.14.0/tang-0.14.0-sources.jar"
+                "sha256": "8f78cd4b706d796baa5502a71c3b9fc889a72926839c76dd4286d01510c5f353"
             },
             {
                 "coord": "org.apache.reef:wake:0.14.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/reef/wake/0.14.0/wake-0.14.0.jar",
+                "directDependencies": [
+                    "io.netty:netty-all:4.1.50.Final",
+                    "com.google.protobuf:protobuf-java:3.14.0",
+                    "cglib:cglib:3.1",
+                    "org.apache.reef:tang:0.14.0",
+                    "net.jcip:jcip-annotations:1.0"
+                ],
                 "dependencies": [
                     "org.apache.avro:avro:1.7.4",
-                    "org.ow2.asm:asm:5.0.4",
+                    "io.netty:netty-all:4.1.50.Final",
                     "commons-logging:commons-logging:1.2",
                     "org.slf4j:slf4j-api:1.7.30",
+                    "org.ow2.asm:asm:5.0.3",
                     "com.thoughtworks.paranamer:paranamer:2.3",
                     "org.apache.commons:commons-compress:1.14",
                     "commons-lang:commons-lang:2.6",
@@ -5757,28 +5718,28 @@
                     "commons-cli:commons-cli:1.3.1",
                     "org.codehaus.jackson:jackson-mapper-asl:1.8.8",
                     "javax.inject:javax.inject:1",
-                    "org.codehaus.jackson:jackson-core-asl:1.8.8",
-                    "io.netty:netty-all:4.1.22.Final"
-                ],
-                "directDependencies": [
-                    "com.google.protobuf:protobuf-java:3.14.0",
-                    "cglib:cglib:3.1",
-                    "org.apache.reef:tang:0.14.0",
-                    "net.jcip:jcip-annotations:1.0",
-                    "io.netty:netty-all:4.1.22.Final"
+                    "org.codehaus.jackson:jackson-core-asl:1.8.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/reef/wake/0.14.0/wake-0.14.0.jar",
+                "url": "https://jcenter.bintray.com/org/apache/reef/wake/0.14.0/wake-0.14.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/reef/wake/0.14.0/wake-0.14.0.jar",
                     "https://maven.google.com/org/apache/reef/wake/0.14.0/wake-0.14.0.jar",
                     "https://repo1.maven.org/maven2/org/apache/reef/wake/0.14.0/wake-0.14.0.jar"
                 ],
-                "sha256": "7f4902d2ac788434f0f6e38f8fbe5a31b4b547a1e2fa342375efc18cd0c94bba",
-                "url": "https://jcenter.bintray.com/org/apache/reef/wake/0.14.0/wake-0.14.0.jar"
+                "sha256": "7f4902d2ac788434f0f6e38f8fbe5a31b4b547a1e2fa342375efc18cd0c94bba"
             },
             {
                 "coord": "org.apache.reef:wake:jar:sources:0.14.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/reef/wake/0.14.0/wake-0.14.0-sources.jar",
+                "directDependencies": [
+                    "net.jcip:jcip-annotations:jar:sources:1.0",
+                    "com.google.protobuf:protobuf-java:jar:sources:3.14.0",
+                    "cglib:cglib:jar:sources:3.1",
+                    "io.netty:netty-all:jar:sources:4.1.50.Final",
+                    "org.apache.reef:tang:jar:sources:0.14.0"
+                ],
                 "dependencies": [
+                    "org.ow2.asm:asm:jar:sources:5.0.3",
                     "org.codehaus.jackson:jackson-mapper-asl:jar:sources:1.8.8",
                     "org.codehaus.jackson:jackson-core-asl:jar:sources:1.8.8",
                     "com.thoughtworks.paranamer:paranamer:jar:sources:2.3",
@@ -5787,253 +5748,253 @@
                     "commons-configuration:commons-configuration:jar:sources:1.10",
                     "commons-logging:commons-logging:jar:sources:1.2",
                     "org.slf4j:slf4j-api:jar:sources:1.7.30",
-                    "io.netty:netty-all:jar:sources:4.1.22.Final",
                     "com.google.protobuf:protobuf-java:jar:sources:3.14.0",
                     "org.xerial.snappy:snappy-java:jar:sources:1.1.7.2",
                     "javax.inject:javax.inject:jar:sources:1",
                     "cglib:cglib:jar:sources:3.1",
+                    "io.netty:netty-all:jar:sources:4.1.50.Final",
                     "org.apache.commons:commons-compress:jar:sources:1.14",
-                    "org.ow2.asm:asm:jar:sources:5.0.4",
                     "org.apache.reef:tang:jar:sources:0.14.0",
                     "org.apache.avro:avro:jar:sources:1.7.4",
                     "commons-cli:commons-cli:jar:sources:1.3.1"
                 ],
-                "directDependencies": [
-                    "net.jcip:jcip-annotations:jar:sources:1.0",
-                    "io.netty:netty-all:jar:sources:4.1.22.Final",
-                    "com.google.protobuf:protobuf-java:jar:sources:3.14.0",
-                    "cglib:cglib:jar:sources:3.1",
-                    "org.apache.reef:tang:jar:sources:0.14.0"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/reef/wake/0.14.0/wake-0.14.0-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/reef/wake/0.14.0/wake-0.14.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/reef/wake/0.14.0/wake-0.14.0-sources.jar",
                     "https://maven.google.com/org/apache/reef/wake/0.14.0/wake-0.14.0-sources.jar",
                     "https://repo1.maven.org/maven2/org/apache/reef/wake/0.14.0/wake-0.14.0-sources.jar"
                 ],
-                "sha256": "b571f95f42cb87e089803efcb158c72d0b21812c4a701e4652d80dfb72f84b29",
-                "url": "https://jcenter.bintray.com/org/apache/reef/wake/0.14.0/wake-0.14.0-sources.jar"
+                "sha256": "b571f95f42cb87e089803efcb158c72d0b21812c4a701e4652d80dfb72f84b29"
             },
             {
-                "coord": "org.apache.xbean:xbean-reflect:3.4",
-                "dependencies": [
-                    "commons-logging:commons-logging-api:1.1",
-                    "log4j:log4j:1.2.17"
+                "coord": "org.apache.thrift:libthrift:0.12.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.jar",
+                "directDependencies": [
+                    "org.apache.httpcomponents:httpclient:4.5.2",
+                    "org.apache.httpcomponents:httpcore:4.4.4",
+                    "org.slf4j:slf4j-api:1.7.30"
                 ],
-                "directDependencies": [
-                    "commons-logging:commons-logging-api:1.1",
-                    "log4j:log4j:1.2.17"
+                "dependencies": [
+                    "commons-logging:commons-logging:1.2",
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "commons-codec:commons-codec:1.15",
+                    "org.apache.httpcomponents:httpclient:4.5.2",
+                    "org.apache.httpcomponents:httpcore:4.4.4"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar",
+                "url": "https://jcenter.bintray.com/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar",
-                    "https://maven.google.com/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar",
-                    "https://repo1.maven.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar"
+                    "https://jcenter.bintray.com/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.jar",
+                    "https://maven.google.com/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.jar",
+                    "https://repo1.maven.org/maven2/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.jar"
                 ],
-                "sha256": "17e0efa187127034623197fb88c50c30d3baa62baa0f07d6ec693047ac92ec3b",
-                "url": "https://jcenter.bintray.com/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar"
+                "sha256": "28478ea7b296ff569aae07271ddaf1d2118bcb325495f25a2d323891cfc46c68"
             },
             {
-                "coord": "org.apache.xbean:xbean-reflect:jar:sources:3.4",
-                "dependencies": [
-                    "commons-logging:commons-logging-api:jar:sources:1.1",
-                    "log4j:log4j:jar:sources:1.2.17"
-                ],
+                "coord": "org.apache.thrift:libthrift:jar:sources:0.12.0",
+                "file": "v1/https/jcenter.bintray.com/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0-sources.jar",
                 "directDependencies": [
-                    "commons-logging:commons-logging-api:jar:sources:1.1",
-                    "log4j:log4j:jar:sources:1.2.17"
+                    "org.apache.httpcomponents:httpclient:jar:sources:4.5.2",
+                    "org.apache.httpcomponents:httpcore:jar:sources:4.4.4",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30"
+                ],
+                "dependencies": [
+                    "commons-codec:commons-codec:jar:sources:1.15",
+                    "commons-logging:commons-logging:jar:sources:1.2",
+                    "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "org.apache.httpcomponents:httpcore:jar:sources:4.4.4",
+                    "org.apache.httpcomponents:httpclient:jar:sources:4.5.2"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4-sources.jar",
-                    "https://maven.google.com/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0-sources.jar",
+                    "https://maven.google.com/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0-sources.jar"
                 ],
-                "sha256": "1e6f89e8c5fc05b15a2def9b1414cac7e8c01e0b3dc25feece2bef4b67ef4de1",
-                "url": "https://jcenter.bintray.com/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4-sources.jar"
+                "sha256": "2be1faca2745f81983b46537205256efc9f33d3c37d101812140e5da275918e8"
             },
             {
                 "coord": "org.apache.yetus:audience-annotations:0.5.0",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar",
                     "https://maven.google.com/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar",
                     "https://repo1.maven.org/maven2/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar"
                 ],
-                "sha256": "c82631f06c75d46bf6524d95f0d6c2e3aef1b3eb4a7b584ca296624ef0d474be",
-                "url": "https://jcenter.bintray.com/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar"
+                "sha256": "c82631f06c75d46bf6524d95f0d6c2e3aef1b3eb4a7b584ca296624ef0d474be"
             },
             {
                 "coord": "org.apache.yetus:audience-annotations:jar:sources:0.5.0",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0-sources.jar",
                     "https://maven.google.com/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0-sources.jar",
                     "https://repo1.maven.org/maven2/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0-sources.jar"
                 ],
-                "sha256": "05d975529ac0d51ffd6c38376d59c29f79fca2f5c6bef76e096223c52d26928b",
-                "url": "https://jcenter.bintray.com/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0-sources.jar"
+                "sha256": "05d975529ac0d51ffd6c38376d59c29f79fca2f5c6bef76e096223c52d26928b"
             },
             {
-                "coord": "org.apache.zookeeper:zookeeper-jute:3.5.8",
-                "dependencies": [
+                "coord": "org.apache.zookeeper:zookeeper-jute:3.6.3",
+                "file": "v1/https/jcenter.bintray.com/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3.jar",
+                "directDependencies": [
                     "org.apache.yetus:audience-annotations:0.5.0"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "org.apache.yetus:audience-annotations:0.5.0"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/zookeeper/zookeeper-jute/3.5.8/zookeeper-jute-3.5.8.jar",
+                "url": "https://jcenter.bintray.com/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/zookeeper/zookeeper-jute/3.5.8/zookeeper-jute-3.5.8.jar",
-                    "https://maven.google.com/org/apache/zookeeper/zookeeper-jute/3.5.8/zookeeper-jute-3.5.8.jar",
-                    "https://repo1.maven.org/maven2/org/apache/zookeeper/zookeeper-jute/3.5.8/zookeeper-jute-3.5.8.jar"
+                    "https://jcenter.bintray.com/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3.jar",
+                    "https://maven.google.com/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3.jar",
+                    "https://repo1.maven.org/maven2/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3.jar"
                 ],
-                "sha256": "7f0c9de0ee4747d0e34c3d2c8bc0da80a412c2c359520bc3754bd052afd38d69",
-                "url": "https://jcenter.bintray.com/org/apache/zookeeper/zookeeper-jute/3.5.8/zookeeper-jute-3.5.8.jar"
+                "sha256": "6f463ade2b777f81e6c3e145b3fc03d4b39131b73dcf8c7f4b89ac4b1bacc9c5"
             },
             {
-                "coord": "org.apache.zookeeper:zookeeper-jute:jar:sources:3.5.8",
-                "dependencies": [
+                "coord": "org.apache.zookeeper:zookeeper-jute:jar:sources:3.6.3",
+                "file": "v1/https/jcenter.bintray.com/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3-sources.jar",
+                "directDependencies": [
                     "org.apache.yetus:audience-annotations:jar:sources:0.5.0"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "org.apache.yetus:audience-annotations:jar:sources:0.5.0"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/zookeeper/zookeeper-jute/3.5.8/zookeeper-jute-3.5.8-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/zookeeper/zookeeper-jute/3.5.8/zookeeper-jute-3.5.8-sources.jar",
-                    "https://maven.google.com/org/apache/zookeeper/zookeeper-jute/3.5.8/zookeeper-jute-3.5.8-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/zookeeper/zookeeper-jute/3.5.8/zookeeper-jute-3.5.8-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3-sources.jar",
+                    "https://maven.google.com/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3-sources.jar"
                 ],
-                "sha256": "e2eaaac45d49af59aa68b9ed3dc3eb28a344eb1579749b4b7a029610264b13f9",
-                "url": "https://jcenter.bintray.com/org/apache/zookeeper/zookeeper-jute/3.5.8/zookeeper-jute-3.5.8-sources.jar"
+                "sha256": "b99a8ef4d9d3998ecb2c038c2ffce9ea067b55e38f9419bcf6c3ae7ceae15388"
             },
             {
-                "coord": "org.apache.zookeeper:zookeeper:3.5.8",
-                "dependencies": [
-                    "io.netty:netty-transport:4.1.48.Final",
+                "coord": "org.apache.zookeeper:zookeeper:3.6.3",
+                "file": "v1/https/jcenter.bintray.com/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3.jar",
+                "directDependencies": [
                     "org.slf4j:slf4j-log4j12:1.7.25",
+                    "io.netty:netty-transport-native-epoll:4.1.63.Final",
+                    "io.netty:netty-handler:4.1.63.Final",
                     "org.slf4j:slf4j-api:1.7.30",
+                    "org.apache.zookeeper:zookeeper-jute:3.6.3",
                     "log4j:log4j:1.2.17",
-                    "io.netty:netty-transport-native-epoll:4.1.48.Final",
-                    "io.netty:netty-buffer:4.1.48.Final",
-                    "org.apache.zookeeper:zookeeper-jute:3.5.8",
-                    "io.netty:netty-resolver:4.1.48.Final",
-                    "org.apache.yetus:audience-annotations:0.5.0",
-                    "io.netty:netty-common:4.1.48.Final",
-                    "io.netty:netty-handler:4.1.48.Final",
-                    "io.netty:netty-codec:4.1.48.Final",
-                    "io.netty:netty-transport-native-unix-common:4.1.48.Final"
+                    "org.apache.yetus:audience-annotations:0.5.0"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "org.slf4j:slf4j-log4j12:1.7.25",
+                    "io.netty:netty-codec:4.1.63.Final",
+                    "io.netty:netty-transport-native-epoll:4.1.63.Final",
+                    "io.netty:netty-handler:4.1.63.Final",
                     "org.slf4j:slf4j-api:1.7.30",
+                    "org.apache.zookeeper:zookeeper-jute:3.6.3",
+                    "io.netty:netty-resolver:4.1.63.Final",
+                    "io.netty:netty-buffer:4.1.63.Final",
                     "log4j:log4j:1.2.17",
-                    "io.netty:netty-transport-native-epoll:4.1.48.Final",
-                    "org.apache.zookeeper:zookeeper-jute:3.5.8",
+                    "io.netty:netty-transport-native-unix-common:4.1.63.Final",
+                    "io.netty:netty-common:4.1.63.Final",
                     "org.apache.yetus:audience-annotations:0.5.0",
-                    "io.netty:netty-handler:4.1.48.Final"
+                    "io.netty:netty-transport:4.1.63.Final"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/zookeeper/zookeeper/3.5.8/zookeeper-3.5.8.jar",
+                "url": "https://jcenter.bintray.com/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/zookeeper/zookeeper/3.5.8/zookeeper-3.5.8.jar",
-                    "https://maven.google.com/org/apache/zookeeper/zookeeper/3.5.8/zookeeper-3.5.8.jar",
-                    "https://repo1.maven.org/maven2/org/apache/zookeeper/zookeeper/3.5.8/zookeeper-3.5.8.jar"
+                    "https://jcenter.bintray.com/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3.jar",
+                    "https://maven.google.com/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3.jar",
+                    "https://repo1.maven.org/maven2/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3.jar"
                 ],
-                "sha256": "a606ccab2c476d638a25a386661cc7cf1943904461f818a20d94411fea93b852",
-                "url": "https://jcenter.bintray.com/org/apache/zookeeper/zookeeper/3.5.8/zookeeper-3.5.8.jar"
+                "sha256": "ac44de96d37a80d463c1e01aaa2ea86b19490fa17a37438d14491456c0e4a911"
             },
             {
-                "coord": "org.apache.zookeeper:zookeeper:jar:sources:3.5.8",
-                "dependencies": [
-                    "io.netty:netty-buffer:jar:sources:4.1.48.Final",
+                "coord": "org.apache.zookeeper:zookeeper:jar:sources:3.6.3",
+                "file": "v1/https/jcenter.bintray.com/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3-sources.jar",
+                "directDependencies": [
+                    "org.apache.zookeeper:zookeeper-jute:jar:sources:3.6.3",
                     "org.slf4j:slf4j-api:jar:sources:1.7.30",
-                    "io.netty:netty-common:jar:sources:4.1.48.Final",
                     "org.apache.yetus:audience-annotations:jar:sources:0.5.0",
-                    "io.netty:netty-resolver:jar:sources:4.1.48.Final",
-                    "io.netty:netty-handler:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport-native-epoll:jar:sources:4.1.48.Final",
+                    "io.netty:netty-transport-native-epoll:jar:sources:4.1.63.Final",
                     "org.slf4j:slf4j-log4j12:jar:sources:1.7.25",
-                    "io.netty:netty-codec:jar:sources:4.1.48.Final",
                     "log4j:log4j:jar:sources:1.2.17",
-                    "io.netty:netty-transport-native-unix-common:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport:jar:sources:4.1.48.Final",
-                    "org.apache.zookeeper:zookeeper-jute:jar:sources:3.5.8"
+                    "io.netty:netty-handler:jar:sources:4.1.63.Final"
                 ],
-                "directDependencies": [
+                "dependencies": [
+                    "org.apache.zookeeper:zookeeper-jute:jar:sources:3.6.3",
+                    "io.netty:netty-transport-native-unix-common:jar:sources:4.1.63.Final",
+                    "io.netty:netty-transport:jar:sources:4.1.63.Final",
                     "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "io.netty:netty-common:jar:sources:4.1.63.Final",
+                    "io.netty:netty-resolver:jar:sources:4.1.63.Final",
+                    "io.netty:netty-buffer:jar:sources:4.1.63.Final",
                     "org.apache.yetus:audience-annotations:jar:sources:0.5.0",
-                    "io.netty:netty-handler:jar:sources:4.1.48.Final",
-                    "io.netty:netty-transport-native-epoll:jar:sources:4.1.48.Final",
+                    "io.netty:netty-transport-native-epoll:jar:sources:4.1.63.Final",
                     "org.slf4j:slf4j-log4j12:jar:sources:1.7.25",
                     "log4j:log4j:jar:sources:1.2.17",
-                    "org.apache.zookeeper:zookeeper-jute:jar:sources:3.5.8"
+                    "io.netty:netty-handler:jar:sources:4.1.63.Final",
+                    "io.netty:netty-codec:jar:sources:4.1.63.Final"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/apache/zookeeper/zookeeper/3.5.8/zookeeper-3.5.8-sources.jar",
+                "url": "https://jcenter.bintray.com/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/apache/zookeeper/zookeeper/3.5.8/zookeeper-3.5.8-sources.jar",
-                    "https://maven.google.com/org/apache/zookeeper/zookeeper/3.5.8/zookeeper-3.5.8-sources.jar",
-                    "https://repo1.maven.org/maven2/org/apache/zookeeper/zookeeper/3.5.8/zookeeper-3.5.8-sources.jar"
+                    "https://jcenter.bintray.com/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3-sources.jar",
+                    "https://maven.google.com/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3-sources.jar",
+                    "https://repo1.maven.org/maven2/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3-sources.jar"
                 ],
-                "sha256": "64058b3e30c534b99ceb165cb38aa8321a8060a3b0ea941dc6e65ee1c7a4772c",
-                "url": "https://jcenter.bintray.com/org/apache/zookeeper/zookeeper/3.5.8/zookeeper-3.5.8-sources.jar"
+                "sha256": "c249081f34f022f4fefb4a3bd83de768af7966ffc6a81070f3f9187242af574f"
             },
             {
                 "coord": "org.asynchttpclient:async-http-client-netty-utils:2.0.31",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/org/asynchttpclient/async-http-client-netty-utils/2.0.31/async-http-client-netty-utils-2.0.31.jar",
+                "directDependencies": [
                     "org.slf4j:slf4j-api:1.7.30"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "org.slf4j:slf4j-api:1.7.30"
                 ],
                 "exclusions": [
                     "io.netty:*"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/asynchttpclient/async-http-client-netty-utils/2.0.31/async-http-client-netty-utils-2.0.31.jar",
+                "url": "https://jcenter.bintray.com/org/asynchttpclient/async-http-client-netty-utils/2.0.31/async-http-client-netty-utils-2.0.31.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/asynchttpclient/async-http-client-netty-utils/2.0.31/async-http-client-netty-utils-2.0.31.jar",
                     "https://maven.google.com/org/asynchttpclient/async-http-client-netty-utils/2.0.31/async-http-client-netty-utils-2.0.31.jar",
                     "https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client-netty-utils/2.0.31/async-http-client-netty-utils-2.0.31.jar"
                 ],
-                "sha256": "d62465c3d7f679498d5c2407a27f82bf51444d97c136db458551999eff3bed99",
-                "url": "https://jcenter.bintray.com/org/asynchttpclient/async-http-client-netty-utils/2.0.31/async-http-client-netty-utils-2.0.31.jar"
+                "sha256": "d62465c3d7f679498d5c2407a27f82bf51444d97c136db458551999eff3bed99"
             },
             {
                 "coord": "org.asynchttpclient:async-http-client-netty-utils:jar:sources:2.0.31",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/org/asynchttpclient/async-http-client-netty-utils/2.0.31/async-http-client-netty-utils-2.0.31-sources.jar",
+                "directDependencies": [
                     "org.slf4j:slf4j-api:jar:sources:1.7.30"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "org.slf4j:slf4j-api:jar:sources:1.7.30"
                 ],
                 "exclusions": [
                     "io.netty:*"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/asynchttpclient/async-http-client-netty-utils/2.0.31/async-http-client-netty-utils-2.0.31-sources.jar",
+                "url": "https://jcenter.bintray.com/org/asynchttpclient/async-http-client-netty-utils/2.0.31/async-http-client-netty-utils-2.0.31-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/asynchttpclient/async-http-client-netty-utils/2.0.31/async-http-client-netty-utils-2.0.31-sources.jar",
                     "https://maven.google.com/org/asynchttpclient/async-http-client-netty-utils/2.0.31/async-http-client-netty-utils-2.0.31-sources.jar",
                     "https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client-netty-utils/2.0.31/async-http-client-netty-utils-2.0.31-sources.jar"
                 ],
-                "sha256": "c02567af00a0de376751af0cec2c28417e066508a866e854cf4a9fa01af5df07",
-                "url": "https://jcenter.bintray.com/org/asynchttpclient/async-http-client-netty-utils/2.0.31/async-http-client-netty-utils-2.0.31-sources.jar"
+                "sha256": "c02567af00a0de376751af0cec2c28417e066508a866e854cf4a9fa01af5df07"
             },
             {
                 "coord": "org.asynchttpclient:async-http-client:2.0.31",
-                "dependencies": [
-                    "org.asynchttpclient:netty-codec-dns:2.0.31",
-                    "org.asynchttpclient:netty-resolver:2.0.31",
+                "file": "v1/https/jcenter.bintray.com/org/asynchttpclient/async-http-client/2.0.31/async-http-client-2.0.31.jar",
+                "directDependencies": [
                     "org.slf4j:slf4j-api:1.7.30",
                     "org.reactivestreams:reactive-streams:1.0.0",
                     "com.typesafe.netty:netty-reactive-streams:1.0.8",
                     "org.asynchttpclient:netty-resolver-dns:2.0.31",
                     "org.asynchttpclient:async-http-client-netty-utils:2.0.31"
                 ],
-                "directDependencies": [
+                "dependencies": [
+                    "org.asynchttpclient:netty-codec-dns:2.0.31",
+                    "org.asynchttpclient:netty-resolver:2.0.31",
                     "org.slf4j:slf4j-api:1.7.30",
                     "org.reactivestreams:reactive-streams:1.0.0",
                     "com.typesafe.netty:netty-reactive-streams:1.0.8",
@@ -6043,29 +6004,29 @@
                 "exclusions": [
                     "io.netty:*"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/asynchttpclient/async-http-client/2.0.31/async-http-client-2.0.31.jar",
+                "url": "https://jcenter.bintray.com/org/asynchttpclient/async-http-client/2.0.31/async-http-client-2.0.31.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/asynchttpclient/async-http-client/2.0.31/async-http-client-2.0.31.jar",
                     "https://maven.google.com/org/asynchttpclient/async-http-client/2.0.31/async-http-client-2.0.31.jar",
                     "https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client/2.0.31/async-http-client-2.0.31.jar"
                 ],
-                "sha256": "e069433cc58fbac4556f5a82ba86f10fd92962e5df32e63b7a707399f336eb6e",
-                "url": "https://jcenter.bintray.com/org/asynchttpclient/async-http-client/2.0.31/async-http-client-2.0.31.jar"
+                "sha256": "e069433cc58fbac4556f5a82ba86f10fd92962e5df32e63b7a707399f336eb6e"
             },
             {
                 "coord": "org.asynchttpclient:async-http-client:jar:sources:2.0.31",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/org/asynchttpclient/async-http-client/2.0.31/async-http-client-2.0.31-sources.jar",
+                "directDependencies": [
                     "org.asynchttpclient:netty-resolver-dns:jar:sources:2.0.31",
                     "org.slf4j:slf4j-api:jar:sources:1.7.30",
-                    "org.asynchttpclient:netty-resolver:jar:sources:2.0.31",
-                    "org.asynchttpclient:netty-codec-dns:jar:sources:2.0.31",
                     "org.asynchttpclient:async-http-client-netty-utils:jar:sources:2.0.31",
                     "org.reactivestreams:reactive-streams:jar:sources:1.0.0",
                     "com.typesafe.netty:netty-reactive-streams:jar:sources:1.0.8"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "org.asynchttpclient:netty-resolver-dns:jar:sources:2.0.31",
                     "org.slf4j:slf4j-api:jar:sources:1.7.30",
+                    "org.asynchttpclient:netty-resolver:jar:sources:2.0.31",
+                    "org.asynchttpclient:netty-codec-dns:jar:sources:2.0.31",
                     "org.asynchttpclient:async-http-client-netty-utils:jar:sources:2.0.31",
                     "org.reactivestreams:reactive-streams:jar:sources:1.0.0",
                     "com.typesafe.netty:netty-reactive-streams:jar:sources:1.0.8"
@@ -6073,680 +6034,491 @@
                 "exclusions": [
                     "io.netty:*"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/asynchttpclient/async-http-client/2.0.31/async-http-client-2.0.31-sources.jar",
+                "url": "https://jcenter.bintray.com/org/asynchttpclient/async-http-client/2.0.31/async-http-client-2.0.31-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/asynchttpclient/async-http-client/2.0.31/async-http-client-2.0.31-sources.jar",
                     "https://maven.google.com/org/asynchttpclient/async-http-client/2.0.31/async-http-client-2.0.31-sources.jar",
                     "https://repo1.maven.org/maven2/org/asynchttpclient/async-http-client/2.0.31/async-http-client-2.0.31-sources.jar"
                 ],
-                "sha256": "601fd8a6eec8929e9a708f930105e080f77ff8615b7f1369972557eae417636d",
-                "url": "https://jcenter.bintray.com/org/asynchttpclient/async-http-client/2.0.31/async-http-client-2.0.31-sources.jar"
+                "sha256": "601fd8a6eec8929e9a708f930105e080f77ff8615b7f1369972557eae417636d"
             },
             {
                 "coord": "org.asynchttpclient:netty-codec-dns:2.0.31",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/org/asynchttpclient/netty-codec-dns/2.0.31/netty-codec-dns-2.0.31.jar",
+                "directDependencies": [
                     "org.slf4j:slf4j-api:1.7.30"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "org.slf4j:slf4j-api:1.7.30"
                 ],
                 "exclusions": [
                     "io.netty:*"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/asynchttpclient/netty-codec-dns/2.0.31/netty-codec-dns-2.0.31.jar",
+                "url": "https://jcenter.bintray.com/org/asynchttpclient/netty-codec-dns/2.0.31/netty-codec-dns-2.0.31.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/asynchttpclient/netty-codec-dns/2.0.31/netty-codec-dns-2.0.31.jar",
                     "https://maven.google.com/org/asynchttpclient/netty-codec-dns/2.0.31/netty-codec-dns-2.0.31.jar",
                     "https://repo1.maven.org/maven2/org/asynchttpclient/netty-codec-dns/2.0.31/netty-codec-dns-2.0.31.jar"
                 ],
-                "sha256": "d0e6033a8489ae9db2293077c87ddaf3f99d80c73d0ecbf74ab29d08083a96b4",
-                "url": "https://jcenter.bintray.com/org/asynchttpclient/netty-codec-dns/2.0.31/netty-codec-dns-2.0.31.jar"
+                "sha256": "d0e6033a8489ae9db2293077c87ddaf3f99d80c73d0ecbf74ab29d08083a96b4"
             },
             {
                 "coord": "org.asynchttpclient:netty-codec-dns:jar:sources:2.0.31",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/org/asynchttpclient/netty-codec-dns/2.0.31/netty-codec-dns-2.0.31-sources.jar",
+                "directDependencies": [
                     "org.slf4j:slf4j-api:jar:sources:1.7.30"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "org.slf4j:slf4j-api:jar:sources:1.7.30"
                 ],
                 "exclusions": [
                     "io.netty:*"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/asynchttpclient/netty-codec-dns/2.0.31/netty-codec-dns-2.0.31-sources.jar",
+                "url": "https://jcenter.bintray.com/org/asynchttpclient/netty-codec-dns/2.0.31/netty-codec-dns-2.0.31-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/asynchttpclient/netty-codec-dns/2.0.31/netty-codec-dns-2.0.31-sources.jar",
                     "https://maven.google.com/org/asynchttpclient/netty-codec-dns/2.0.31/netty-codec-dns-2.0.31-sources.jar",
                     "https://repo1.maven.org/maven2/org/asynchttpclient/netty-codec-dns/2.0.31/netty-codec-dns-2.0.31-sources.jar"
                 ],
-                "sha256": "157b37aeaa3f615d3897c476701d40fe1417f2a0840675b1eb8d97b41ca7d0c7",
-                "url": "https://jcenter.bintray.com/org/asynchttpclient/netty-codec-dns/2.0.31/netty-codec-dns-2.0.31-sources.jar"
+                "sha256": "157b37aeaa3f615d3897c476701d40fe1417f2a0840675b1eb8d97b41ca7d0c7"
             },
             {
                 "coord": "org.asynchttpclient:netty-resolver-dns:2.0.31",
-                "dependencies": [
-                    "org.slf4j:slf4j-api:1.7.30",
-                    "org.asynchttpclient:netty-resolver:2.0.31",
-                    "org.asynchttpclient:netty-codec-dns:2.0.31"
-                ],
+                "file": "v1/https/jcenter.bintray.com/org/asynchttpclient/netty-resolver-dns/2.0.31/netty-resolver-dns-2.0.31.jar",
                 "directDependencies": [
                     "org.asynchttpclient:netty-codec-dns:2.0.31",
                     "org.asynchttpclient:netty-resolver:2.0.31",
                     "org.slf4j:slf4j-api:1.7.30"
                 ],
+                "dependencies": [
+                    "org.slf4j:slf4j-api:1.7.30",
+                    "org.asynchttpclient:netty-resolver:2.0.31",
+                    "org.asynchttpclient:netty-codec-dns:2.0.31"
+                ],
                 "exclusions": [
                     "io.netty:*"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/asynchttpclient/netty-resolver-dns/2.0.31/netty-resolver-dns-2.0.31.jar",
+                "url": "https://jcenter.bintray.com/org/asynchttpclient/netty-resolver-dns/2.0.31/netty-resolver-dns-2.0.31.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/asynchttpclient/netty-resolver-dns/2.0.31/netty-resolver-dns-2.0.31.jar",
                     "https://maven.google.com/org/asynchttpclient/netty-resolver-dns/2.0.31/netty-resolver-dns-2.0.31.jar",
                     "https://repo1.maven.org/maven2/org/asynchttpclient/netty-resolver-dns/2.0.31/netty-resolver-dns-2.0.31.jar"
                 ],
-                "sha256": "8c76c8bc84887d2c38672c073272693375dbf800545daa271b56f44030ced906",
-                "url": "https://jcenter.bintray.com/org/asynchttpclient/netty-resolver-dns/2.0.31/netty-resolver-dns-2.0.31.jar"
+                "sha256": "8c76c8bc84887d2c38672c073272693375dbf800545daa271b56f44030ced906"
             },
             {
                 "coord": "org.asynchttpclient:netty-resolver-dns:jar:sources:2.0.31",
-                "dependencies": [
-                    "org.asynchttpclient:netty-resolver:jar:sources:2.0.31",
+                "file": "v1/https/jcenter.bintray.com/org/asynchttpclient/netty-resolver-dns/2.0.31/netty-resolver-dns-2.0.31-sources.jar",
+                "directDependencies": [
                     "org.asynchttpclient:netty-codec-dns:jar:sources:2.0.31",
+                    "org.asynchttpclient:netty-resolver:jar:sources:2.0.31",
                     "org.slf4j:slf4j-api:jar:sources:1.7.30"
                 ],
-                "directDependencies": [
-                    "org.asynchttpclient:netty-codec-dns:jar:sources:2.0.31",
+                "dependencies": [
                     "org.asynchttpclient:netty-resolver:jar:sources:2.0.31",
+                    "org.asynchttpclient:netty-codec-dns:jar:sources:2.0.31",
                     "org.slf4j:slf4j-api:jar:sources:1.7.30"
                 ],
                 "exclusions": [
                     "io.netty:*"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/asynchttpclient/netty-resolver-dns/2.0.31/netty-resolver-dns-2.0.31-sources.jar",
+                "url": "https://jcenter.bintray.com/org/asynchttpclient/netty-resolver-dns/2.0.31/netty-resolver-dns-2.0.31-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/asynchttpclient/netty-resolver-dns/2.0.31/netty-resolver-dns-2.0.31-sources.jar",
                     "https://maven.google.com/org/asynchttpclient/netty-resolver-dns/2.0.31/netty-resolver-dns-2.0.31-sources.jar",
                     "https://repo1.maven.org/maven2/org/asynchttpclient/netty-resolver-dns/2.0.31/netty-resolver-dns-2.0.31-sources.jar"
                 ],
-                "sha256": "68924cc67f13abeda0a564b328e707d51840a201460f26d75530e71118226446",
-                "url": "https://jcenter.bintray.com/org/asynchttpclient/netty-resolver-dns/2.0.31/netty-resolver-dns-2.0.31-sources.jar"
+                "sha256": "68924cc67f13abeda0a564b328e707d51840a201460f26d75530e71118226446"
             },
             {
                 "coord": "org.asynchttpclient:netty-resolver:2.0.31",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/org/asynchttpclient/netty-resolver/2.0.31/netty-resolver-2.0.31.jar",
+                "directDependencies": [
                     "org.slf4j:slf4j-api:1.7.30"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "org.slf4j:slf4j-api:1.7.30"
                 ],
                 "exclusions": [
                     "io.netty:*"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/asynchttpclient/netty-resolver/2.0.31/netty-resolver-2.0.31.jar",
+                "url": "https://jcenter.bintray.com/org/asynchttpclient/netty-resolver/2.0.31/netty-resolver-2.0.31.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/asynchttpclient/netty-resolver/2.0.31/netty-resolver-2.0.31.jar",
                     "https://maven.google.com/org/asynchttpclient/netty-resolver/2.0.31/netty-resolver-2.0.31.jar",
                     "https://repo1.maven.org/maven2/org/asynchttpclient/netty-resolver/2.0.31/netty-resolver-2.0.31.jar"
                 ],
-                "sha256": "2c6b7b984501b46a93429240f596b00523e819565a7f846d640e25951e831189",
-                "url": "https://jcenter.bintray.com/org/asynchttpclient/netty-resolver/2.0.31/netty-resolver-2.0.31.jar"
+                "sha256": "2c6b7b984501b46a93429240f596b00523e819565a7f846d640e25951e831189"
             },
             {
                 "coord": "org.asynchttpclient:netty-resolver:jar:sources:2.0.31",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/org/asynchttpclient/netty-resolver/2.0.31/netty-resolver-2.0.31-sources.jar",
+                "directDependencies": [
                     "org.slf4j:slf4j-api:jar:sources:1.7.30"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "org.slf4j:slf4j-api:jar:sources:1.7.30"
                 ],
                 "exclusions": [
                     "io.netty:*"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/asynchttpclient/netty-resolver/2.0.31/netty-resolver-2.0.31-sources.jar",
+                "url": "https://jcenter.bintray.com/org/asynchttpclient/netty-resolver/2.0.31/netty-resolver-2.0.31-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/asynchttpclient/netty-resolver/2.0.31/netty-resolver-2.0.31-sources.jar",
                     "https://maven.google.com/org/asynchttpclient/netty-resolver/2.0.31/netty-resolver-2.0.31-sources.jar",
                     "https://repo1.maven.org/maven2/org/asynchttpclient/netty-resolver/2.0.31/netty-resolver-2.0.31-sources.jar"
                 ],
-                "sha256": "22f8b76f5501a676ccd67e97542004db3a044bcde7866bdb6ef16543e427b001",
-                "url": "https://jcenter.bintray.com/org/asynchttpclient/netty-resolver/2.0.31/netty-resolver-2.0.31-sources.jar"
+                "sha256": "22f8b76f5501a676ccd67e97542004db3a044bcde7866bdb6ef16543e427b001"
             },
             {
                 "coord": "org.bitbucket.b_c:jose4j:0.7.3",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/org/bitbucket/b_c/jose4j/0.7.3/jose4j-0.7.3.jar",
+                "directDependencies": [
                     "org.slf4j:slf4j-api:1.7.30"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "org.slf4j:slf4j-api:1.7.30"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/bitbucket/b_c/jose4j/0.7.3/jose4j-0.7.3.jar",
+                "url": "https://jcenter.bintray.com/org/bitbucket/b_c/jose4j/0.7.3/jose4j-0.7.3.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/bitbucket/b_c/jose4j/0.7.3/jose4j-0.7.3.jar",
                     "https://maven.google.com/org/bitbucket/b_c/jose4j/0.7.3/jose4j-0.7.3.jar",
                     "https://repo1.maven.org/maven2/org/bitbucket/b_c/jose4j/0.7.3/jose4j-0.7.3.jar"
                 ],
-                "sha256": "47e9fd26eff4cfb281d721c325d446034fbb078f0d814e25bd33deac7e016174",
-                "url": "https://jcenter.bintray.com/org/bitbucket/b_c/jose4j/0.7.3/jose4j-0.7.3.jar"
+                "sha256": "47e9fd26eff4cfb281d721c325d446034fbb078f0d814e25bd33deac7e016174"
             },
             {
                 "coord": "org.bitbucket.b_c:jose4j:jar:sources:0.7.3",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/org/bitbucket/b_c/jose4j/0.7.3/jose4j-0.7.3-sources.jar",
+                "directDependencies": [
                     "org.slf4j:slf4j-api:jar:sources:1.7.30"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "org.slf4j:slf4j-api:jar:sources:1.7.30"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/bitbucket/b_c/jose4j/0.7.3/jose4j-0.7.3-sources.jar",
+                "url": "https://jcenter.bintray.com/org/bitbucket/b_c/jose4j/0.7.3/jose4j-0.7.3-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/bitbucket/b_c/jose4j/0.7.3/jose4j-0.7.3-sources.jar",
                     "https://maven.google.com/org/bitbucket/b_c/jose4j/0.7.3/jose4j-0.7.3-sources.jar",
                     "https://repo1.maven.org/maven2/org/bitbucket/b_c/jose4j/0.7.3/jose4j-0.7.3-sources.jar"
                 ],
-                "sha256": "4b16a6355299b9abdd59f3120c4046ae8247f774cd7dd49834ed53319fc890e0",
-                "url": "https://jcenter.bintray.com/org/bitbucket/b_c/jose4j/0.7.3/jose4j-0.7.3-sources.jar"
+                "sha256": "4b16a6355299b9abdd59f3120c4046ae8247f774cd7dd49834ed53319fc890e0"
             },
             {
                 "coord": "org.bouncycastle:bcpkix-jdk15on:1.66",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.66/bcpkix-jdk15on-1.66.jar",
+                "directDependencies": [
                     "org.bouncycastle:bcprov-jdk15on:jar:1.66"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "org.bouncycastle:bcprov-jdk15on:jar:1.66"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.66/bcpkix-jdk15on-1.66.jar",
+                "url": "https://jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.66/bcpkix-jdk15on-1.66.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.66/bcpkix-jdk15on-1.66.jar",
                     "https://maven.google.com/org/bouncycastle/bcpkix-jdk15on/1.66/bcpkix-jdk15on-1.66.jar",
                     "https://repo1.maven.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.66/bcpkix-jdk15on-1.66.jar"
                 ],
-                "sha256": "02d61268352fdb35dba996c9ca68a3f793d7b8bfa75754aac66d696517a421bd",
-                "url": "https://jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.66/bcpkix-jdk15on-1.66.jar"
+                "sha256": "02d61268352fdb35dba996c9ca68a3f793d7b8bfa75754aac66d696517a421bd"
             },
             {
                 "coord": "org.bouncycastle:bcpkix-jdk15on:jar:sources:1.66",
-                "dependencies": [
+                "file": "v1/https/jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.66/bcpkix-jdk15on-1.66-sources.jar",
+                "directDependencies": [
                     "org.bouncycastle:bcprov-jdk15on:jar:sources:1.66"
                 ],
-                "directDependencies": [
+                "dependencies": [
                     "org.bouncycastle:bcprov-jdk15on:jar:sources:1.66"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.66/bcpkix-jdk15on-1.66-sources.jar",
+                "url": "https://jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.66/bcpkix-jdk15on-1.66-sources.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.66/bcpkix-jdk15on-1.66-sources.jar",
                     "https://maven.google.com/org/bouncycastle/bcpkix-jdk15on/1.66/bcpkix-jdk15on-1.66-sources.jar",
                     "https://repo1.maven.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.66/bcpkix-jdk15on-1.66-sources.jar"
                 ],
-                "sha256": "2b697e2998d3ad894d8d6fa4a0992b9f2bbbb648298d33cbc68bbe3da0c19eca",
-                "url": "https://jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.66/bcpkix-jdk15on-1.66-sources.jar"
+                "sha256": "2b697e2998d3ad894d8d6fa4a0992b9f2bbbb648298d33cbc68bbe3da0c19eca"
             },
             {
                 "coord": "org.bouncycastle:bcprov-ext-jdk15on:1.66",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/org/bouncycastle/bcprov-ext-jdk15on/1.66/bcprov-ext-jdk15on-1.66.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/bouncycastle/bcprov-ext-jdk15on/1.66/bcprov-ext-jdk15on-1.66.jar",
                 "mirror_urls": [
                     "https://jcenter.bintray.com/org/bouncycastle/bcprov-ext-jdk15on/1.66/bcprov-ext-jdk15on-1.66.jar",
                     "https://maven.google.com/org/bouncycastle/bcprov-ext-jdk15on/1.66/bcprov-ext-jdk15on-1.66.jar",
                     "https://repo1.maven.org/maven2/org/bouncycastle/bcprov-ext-jdk15on/1.66/bcprov-ext-jdk15on-1.66.jar"
                 ],
-                "sha256": "48729364151b761f7747fb94ff7d2cab5814c15313b3b3def60d9d6b6ce4ad09",
-                "url": "https://jcenter.bintray.com/org/bouncycastle/bcprov-ext-jdk15on/1.66/bcprov-ext-jdk15on-1.66.jar"
+                "sha256": "48729364151b761f7747fb94ff7d2cab5814c15313b3b3def60d9d6b6ce4ad09"
             },
             {
                 "coord": "org.bouncycastle:bcprov-ext-jdk15on:jar:sources:1.66",
-                "dependencies": [],
-                "directDependencies": [],
                 "file": "v1/https/jcenter.bintray.com/org/bouncycastle/bcprov-ext-jdk15on/1.66/bcprov-ext-jdk15on-1.66-sources.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/bouncycastle/bcprov-ext-jdk15on/1.66/bcprov-ext-jdk15on-1.66-sources.jar",
-                    "https://maven.google.com/org/bouncycastle/bcprov-ext-jdk15on/1.66/bcprov-ext-jdk15on-1.66-sources.jar",
-                    "https://repo1.maven.org/maven2/org/bouncycastle/bcprov-ext-jdk15on/1.66/bcprov-ext-jdk15on-1.66-sources.jar"
-                ],
-                "sha256": "76643e5519aaaf6930d733a096d16afcb4c48165aae172e2d4c0b5be86fe6480",
-                "url": "https://jcenter.bintray.com/org/bouncycastle/bcprov-ext-jdk15on/1.66/bcprov-ext-jdk15on-1.66-sources.jar"
-            },
-            {
-                "coord": "org.bouncycastle:bcprov-jdk15on:1.66",
-                "dependencies": [],
-                "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66.jar",
-                    "https://maven.google.com/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66.jar",
-                    "https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66.jar"
-                ],
-                "sha256": "1b861dba1c5445de9b38a1789c211ef28b9d07e26d1fa38bee717e5b51162ffe",
-                "url": "https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66.jar"
-            },
-            {
-                "coord": "org.bouncycastle:bcprov-jdk15on:jar:sources:1.66",
-                "dependencies": [],
-                "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66-sources.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66-sources.jar",
-                    "https://maven.google.com/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66-sources.jar",
-                    "https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66-sources.jar"
-                ],
-                "sha256": "76643e5519aaaf6930d733a096d16afcb4c48165aae172e2d4c0b5be86fe6480",
-                "url": "https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66-sources.jar"
-            },
-            {
-                "coord": "org.codehaus.jackson:jackson-core-asl:1.8.8",
-                "dependencies": [],
                 "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8.jar",
-                    "https://maven.google.com/org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8.jar",
-                    "https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8.jar"
-                ],
-                "sha256": "96b394f135bf396679681aca6716d8bea14a97cf306d3738a053c43d07a1308b",
-                "url": "https://jcenter.bintray.com/org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8.jar"
-            },
-            {
-                "coord": "org.codehaus.jackson:jackson-core-asl:jar:sources:1.8.8",
                 "dependencies": [],
-                "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8-sources.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8-sources.jar",
-                    "https://maven.google.com/org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8-sources.jar",
-                    "https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8-sources.jar"
-                ],
-                "sha256": "2c30bf0e0c4ee8bdadfe69c8be23cbd3cbe3982c7745117f6ac4bb1343ac3cca",
-                "url": "https://jcenter.bintray.com/org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8-sources.jar"
-            },
-            {
-                "coord": "org.codehaus.jackson:jackson-mapper-asl:1.8.8",
-                "dependencies": [
-                    "org.codehaus.jackson:jackson-core-asl:1.8.8"
-                ],
-                "directDependencies": [
-                    "org.codehaus.jackson:jackson-core-asl:1.8.8"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8.jar",
-                    "https://maven.google.com/org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8.jar",
-                    "https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8.jar"
-                ],
-                "sha256": "56436abd3e06c45e496b8604fd3f3b0f22451a9b5de8433b6f8b416e7a14a048",
-                "url": "https://jcenter.bintray.com/org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8.jar"
-            },
-            {
-                "coord": "org.codehaus.jackson:jackson-mapper-asl:jar:sources:1.8.8",
-                "dependencies": [
-                    "org.codehaus.jackson:jackson-core-asl:jar:sources:1.8.8"
-                ],
-                "directDependencies": [
-                    "org.codehaus.jackson:jackson-core-asl:jar:sources:1.8.8"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8-sources.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8-sources.jar",
-                    "https://maven.google.com/org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8-sources.jar",
-                    "https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8-sources.jar"
-                ],
-                "sha256": "15817a2897fe38a58f7bfa4effeee5a8215358902c210c8a4afa0889c0b7ae2d",
-                "url": "https://jcenter.bintray.com/org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8-sources.jar"
-            },
-            {
-                "coord": "org.codehaus.plexus:plexus-archiver:2.4.4",
-                "dependencies": [
-                    "commons-logging:commons-logging-api:1.1",
-                    "org.apache.commons:commons-compress:1.14",
-                    "junit:junit:4.12",
-                    "log4j:log4j:1.2.17",
-                    "org.hamcrest:hamcrest-core:1.3",
-                    "org.codehaus.plexus:plexus-utils:3.0.8",
-                    "org.codehaus.plexus:plexus-io:2.0.10",
-                    "org.codehaus.plexus:plexus-container-default:1.5.5",
-                    "com.google.collections:google-collections:1.0",
-                    "org.apache.xbean:xbean-reflect:3.4",
-                    "org.codehaus.plexus:plexus-classworlds:2.2.2"
-                ],
-                "directDependencies": [
-                    "org.apache.commons:commons-compress:1.14",
-                    "org.codehaus.plexus:plexus-container-default:1.5.5",
-                    "org.codehaus.plexus:plexus-io:2.0.10",
-                    "org.codehaus.plexus:plexus-utils:3.0.8"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.jar",
+                "url": "https://jcenter.bintray.com/org/bouncycastle/bcprov-ext-jdk15on/1.66/bcprov-ext-jdk15on-1.66-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.jar",
-                    "https://maven.google.com/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.jar",
-                    "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.jar"
-                ],
-                "sha256": "b1eecb2db50665f9dc0f0e17fb94f9663268186658bdc272d0b88f60273d4f50",
-                "url": "https://jcenter.bintray.com/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.jar"
-            },
-            {
-                "coord": "org.codehaus.plexus:plexus-archiver:jar:sources:2.4.4",
-                "dependencies": [
-                    "org.apache.xbean:xbean-reflect:jar:sources:3.4",
-                    "commons-logging:commons-logging-api:jar:sources:1.1",
-                    "com.google.collections:google-collections:jar:sources:1.0",
-                    "org.hamcrest:hamcrest-core:jar:sources:1.3",
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5",
-                    "org.apache.commons:commons-compress:jar:sources:1.14",
-                    "log4j:log4j:jar:sources:1.2.17",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8",
-                    "org.codehaus.plexus:plexus-classworlds:jar:sources:2.2.2",
-                    "junit:junit:jar:sources:4.12",
-                    "org.codehaus.plexus:plexus-io:jar:sources:2.0.10"
-                ],
-                "directDependencies": [
-                    "org.apache.commons:commons-compress:jar:sources:1.14",
-                    "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5",
-                    "org.codehaus.plexus:plexus-io:jar:sources:2.0.10",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8"
+                    "https://jcenter.bintray.com/org/bouncycastle/bcprov-ext-jdk15on/1.66/bcprov-ext-jdk15on-1.66-sources.jar",
+                    "https://maven.google.com/org/bouncycastle/bcprov-ext-jdk15on/1.66/bcprov-ext-jdk15on-1.66-sources.jar",
+                    "https://repo1.maven.org/maven2/org/bouncycastle/bcprov-ext-jdk15on/1.66/bcprov-ext-jdk15on-1.66-sources.jar"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4-sources.jar",
+                "sha256": "76643e5519aaaf6930d733a096d16afcb4c48165aae172e2d4c0b5be86fe6480"
+            },
+            {
+                "coord": "org.bouncycastle:bcprov-jdk15on:jar:1.66",
+                "file": "v1/https/jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4-sources.jar",
-                    "https://maven.google.com/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4-sources.jar",
-                    "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4-sources.jar"
+                    "https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66.jar",
+                    "https://maven.google.com/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66.jar",
+                    "https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66.jar"
                 ],
-                "sha256": "fc3901f8e097d5b5fae0b8e0812956d847e032513a662fe8ef7e206de6177381",
-                "url": "https://jcenter.bintray.com/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4-sources.jar"
+                "sha256": "1b861dba1c5445de9b38a1789c211ef28b9d07e26d1fa38bee717e5b51162ffe"
             },
             {
-                "coord": "org.codehaus.plexus:plexus-classworlds:2.2.2",
-                "dependencies": [],
+                "coord": "org.bouncycastle:bcprov-jdk15on:jar:sources:1.66",
+                "file": "v1/https/jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66-sources.jar",
                 "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar",
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar",
-                    "https://maven.google.com/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar",
-                    "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar"
+                    "https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66-sources.jar",
+                    "https://maven.google.com/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66-sources.jar",
+                    "https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.66/bcprov-jdk15on-1.66-sources.jar"
                 ],
-                "sha256": "13a90763640e445ffa432ce9586e416572645c3ed4db6a860fe0d28256ad40ce",
-                "url": "https://jcenter.bintray.com/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar"
+                "sha256": "76643e5519aaaf6930d733a096d16afcb4c48165aae172e2d4c0b5be86fe6480"
             },
             {
-                "coord": "org.codehaus.plexus:plexus-classworlds:jar:sources:2.2.2",
-                "dependencies": [],
+                "coord": "org.checkerframework:checker-compat-qual:2.0.0",
+                "file": "v1/https/jcenter.bintray.com/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar",
                 "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2-sources.jar",
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2-sources.jar",
-                    "https://maven.google.com/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2-sources.jar",
-                    "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2-sources.jar"
+                    "https://jcenter.bintray.com/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar",
+                    "https://maven.google.com/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar",
+                    "https://repo1.maven.org/maven2/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar"
                 ],
-                "sha256": "178bab3d2b950fd868854e207730429c7f1228932dbf86589313bc05bd820d6e",
-                "url": "https://jcenter.bintray.com/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2-sources.jar"
+                "sha256": "a40b2ce6d8551e5b90b1bf637064303f32944d61b52ab2014e38699df573941b"
             },
             {
-                "coord": "org.codehaus.plexus:plexus-container-default:1.5.5",
-                "dependencies": [
-                    "commons-logging:commons-logging-api:1.1",
-                    "junit:junit:4.12",
-                    "log4j:log4j:1.2.17",
-                    "org.hamcrest:hamcrest-core:1.3",
-                    "org.codehaus.plexus:plexus-utils:3.0.8",
-                    "com.google.collections:google-collections:1.0",
-                    "org.apache.xbean:xbean-reflect:3.4",
-                    "org.codehaus.plexus:plexus-classworlds:2.2.2"
-                ],
-                "directDependencies": [
-                    "junit:junit:4.12",
-                    "org.codehaus.plexus:plexus-utils:3.0.8",
-                    "com.google.collections:google-collections:1.0",
-                    "org.apache.xbean:xbean-reflect:3.4",
-                    "org.codehaus.plexus:plexus-classworlds:2.2.2"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar",
+                "coord": "org.checkerframework:checker-compat-qual:jar:sources:2.0.0",
+                "file": "v1/https/jcenter.bintray.com/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar",
-                    "https://maven.google.com/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar",
-                    "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar"
+                    "https://jcenter.bintray.com/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0-sources.jar",
+                    "https://maven.google.com/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0-sources.jar",
+                    "https://repo1.maven.org/maven2/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0-sources.jar"
                 ],
-                "sha256": "69197486cd80beb54b4e0fcabaa325ec2d4e2636e9b245c472435c87a10931cf",
-                "url": "https://jcenter.bintray.com/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar"
+                "sha256": "8e287b29415fac2c0b9eb04f30224d9d2ad33c23b7a7ce8d23d1f197f0eb5074"
             },
             {
-                "coord": "org.codehaus.plexus:plexus-container-default:jar:sources:1.5.5",
-                "dependencies": [
-                    "org.apache.xbean:xbean-reflect:jar:sources:3.4",
-                    "commons-logging:commons-logging-api:jar:sources:1.1",
-                    "com.google.collections:google-collections:jar:sources:1.0",
-                    "org.hamcrest:hamcrest-core:jar:sources:1.3",
-                    "log4j:log4j:jar:sources:1.2.17",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8",
-                    "org.codehaus.plexus:plexus-classworlds:jar:sources:2.2.2",
-                    "junit:junit:jar:sources:4.12"
-                ],
-                "directDependencies": [
-                    "org.apache.xbean:xbean-reflect:jar:sources:3.4",
-                    "com.google.collections:google-collections:jar:sources:1.0",
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8",
-                    "org.codehaus.plexus:plexus-classworlds:jar:sources:2.2.2",
-                    "junit:junit:jar:sources:4.12"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5-sources.jar",
+                "coord": "org.codehaus.jackson:jackson-core-asl:1.8.8",
+                "file": "v1/https/jcenter.bintray.com/org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5-sources.jar",
-                    "https://maven.google.com/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5-sources.jar",
-                    "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5-sources.jar"
+                    "https://jcenter.bintray.com/org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8.jar",
+                    "https://maven.google.com/org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8.jar",
+                    "https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8.jar"
                 ],
-                "sha256": "8cb58c40e61a3b40aa22802e7d00007f08dd4f58111f0f46e7515d3736c0cb54",
-                "url": "https://jcenter.bintray.com/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5-sources.jar"
+                "sha256": "96b394f135bf396679681aca6716d8bea14a97cf306d3738a053c43d07a1308b"
             },
             {
-                "coord": "org.codehaus.plexus:plexus-interactivity-api:1.0-alpha-4",
-                "dependencies": [
-                    "classworlds:classworlds:1.1-alpha-2"
-                ],
-                "directDependencies": [
-                    "classworlds:classworlds:1.1-alpha-2"
-                ],
-                "exclusions": [
-                    "plexus:plexus-utils",
-                    "org.codehaus.plexus:plexus-container-default"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar",
+                "coord": "org.codehaus.jackson:jackson-core-asl:jar:sources:1.8.8",
+                "file": "v1/https/jcenter.bintray.com/org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8-sources.jar",
+                "directDependencies": [],
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar",
-                    "https://maven.google.com/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar",
-                    "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar"
+                    "https://jcenter.bintray.com/org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8-sources.jar",
+                    "https://maven.google.com/org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8-sources.jar",
+                    "https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8-sources.jar"
                 ],
-                "sha256": "4f60eb379f93d8b616bc3b4d299f466bc54fcced959f7ad082dae78b89d6a3f0",
-                "url": "https://jcenter.bintray.com/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar"
+                "sha256": "2c30bf0e0c4ee8bdadfe69c8be23cbd3cbe3982c7745117f6ac4bb1343ac3cca"
             },
             {
-                "coord": "org.codehaus.plexus:plexus-interactivity-api:jar:sources:1.0-alpha-4",
-                "dependencies": [
-                    "classworlds:classworlds:jar:sources:1.1-alpha-2"
-                ],
+                "coord": "org.codehaus.jackson:jackson-mapper-asl:1.8.8",
+                "file": "v1/https/jcenter.bintray.com/org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8.jar",
                 "directDependencies": [
-                    "classworlds:classworlds:jar:sources:1.1-alpha-2"
+                    "org.codehaus.jackson:jackson-core-asl:1.8.8"
                 ],
-                "exclusions": [
-                    "plexus:plexus-utils",
-                    "org.codehaus.plexus:plexus-container-default"
+                "dependencies": [
+                    "org.codehaus.jackson:jackson-core-asl:1.8.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4-sources.jar",
+                "url": "https://jcenter.bintray.com/org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4-sources.jar",
-                    "https://maven.google.com/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4-sources.jar",
-                    "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4-sources.jar"
+                    "https://jcenter.bintray.com/org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8.jar",
+                    "https://maven.google.com/org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8.jar",
+                    "https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8.jar"
                 ],
-                "sha256": "2eae2dc145b8dca70671f4607255b5419b6609741c753b925debcef598d56206",
-                "url": "https://jcenter.bintray.com/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4-sources.jar"
+                "sha256": "56436abd3e06c45e496b8604fd3f3b0f22451a9b5de8433b6f8b416e7a14a048"
             },
             {
-                "coord": "org.codehaus.plexus:plexus-io:2.0.10",
-                "dependencies": [
-                    "org.codehaus.plexus:plexus-utils:3.0.8"
-                ],
+                "coord": "org.codehaus.jackson:jackson-mapper-asl:jar:sources:1.8.8",
+                "file": "v1/https/jcenter.bintray.com/org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8-sources.jar",
                 "directDependencies": [
-                    "org.codehaus.plexus:plexus-utils:3.0.8"
-                ],
-                "file": "v1/https/jcenter.bintray.com/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.jar",
-                "mirror_urls": [
-                    "https://jcenter.bintray.com/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.jar",
-                    "https://maven.google.com/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.jar",
-                    "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.jar"
+                    "org.codehaus.jackson:jackson-core-asl:jar:sources:1.8.8"
                 ],
-                "sha256": "195b9c6631473148f32c40b3e71da0409f6ec415b6ba1fff8593a8399f5aaf05",
-                "url": "https://jcenter.bintray.com/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.jar"
-            },
-            {
-                "coord": "org.codehaus.plexus:plexus-io:jar:sources:2.0.10",
                 "dependencies": [
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8"
-                ],
-                "directDependencies": [
-                    "org.codehaus.plexus:plexus-utils:jar:sources:3.0.8"
+                    "org.codehaus.jackson:jackson-core-asl:jar:sources:1.8.8"
                 ],
-                "file": "v1/https/jcenter.bintray.com/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10-sources.jar",
+                "url": "https://jcenter.bintray.com/org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8-sources.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10-sources.jar",
-                    "https://maven.google.com/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10-sources.jar",
-                    "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10-sources.jar"
+                    "https://jcenter.bintray.com/org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8-sources.jar",
+                    "https://maven.google.com/org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8-sources.jar",
+                    "https://repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8-sources.jar"
                 ],
-                "sha256": "9a0f04141f81f632a8dde3ff47cb2653568d30efc59207e37a2d8716c2704410",
-                "url": "https://jcenter.bintray.com/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10-sources.jar"
+                "sha256": "15817a2897fe38a58f7bfa4effeee5a8215358902c210c8a4afa0889c0b7ae2d"
             },
             {
-                "coord": "org.codehaus.plexus:plexus-utils:3.0.8",
-                "dependencies": [],
+                "coord": "org.codehaus.mojo:animal-sniffer-annotations:1.14",
+                "file": "v1/https/jcenter.bintray.com/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar",
                 "directDependencies": [],
-                "file": "v1/https/jcenter.bintray.com/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar",
+                "dependencies": [],
+                "url": "https://jcenter.bintray.com/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar",
                 "mirror_urls": [
-                    "https://jcenter.bintray.com/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar",
-                    "https://maven.google.com/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar",
-                    "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar"
+                    "https://jcenter.bintray.com/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar",
... 5592 lines suppressed ...