diff --git a/ant-1.10.5/pom.xml b/ant-1.10.13/pom.xml similarity index 96% rename from ant-1.10.5/pom.xml rename to ant-1.10.13/pom.xml index 2d8f2b22c4..b322e70248 100644 --- a/ant-1.10.5/pom.xml +++ b/ant-1.10.13/pom.xml @@ -24,14 +24,14 @@ org.apache.servicemix.bundles bundles-pom - 13 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.ant bundle - 1.10.5_2-SNAPSHOT + 1.10.13_2-SNAPSHOT Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ant and ant-launcher ${pkgVersion} jar files. @@ -45,7 +45,8 @@ org.apache.ant ant - 1.10.5 + 1.10.13 + 1.10.13.1 org.apache.tools diff --git a/ant-1.10.5/src/main/resources/OSGI-INF/bundle.info b/ant-1.10.13/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from ant-1.10.5/src/main/resources/OSGI-INF/bundle.info rename to ant-1.10.13/src/main/resources/OSGI-INF/bundle.info diff --git a/antisamy-1.5.8/pom.xml b/antisamy-1.7.5/pom.xml similarity index 95% rename from antisamy-1.5.8/pom.xml rename to antisamy-1.7.5/pom.xml index 1d22016f1d..d06d021edf 100644 --- a/antisamy-1.5.8/pom.xml +++ b/antisamy-1.7.5/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.antisamy - 1.5.8_1-SNAPSHOT + 1.7.5_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -39,12 +39,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.owasp.antisamy antisamy - 1.5.8 + 1.7.5 + 1.7.5.1 org.owasp.validator diff --git a/antisamy-1.5.8/src/main/resources/OSGI-INF/bundle.info b/antisamy-1.7.5/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from antisamy-1.5.8/src/main/resources/OSGI-INF/bundle.info rename to antisamy-1.7.5/src/main/resources/OSGI-INF/bundle.info diff --git a/antlr-3.5.2/pom.xml b/antlr-3.5.3/pom.xml similarity index 90% rename from antlr-3.5.2/pom.xml rename to antlr-3.5.3/pom.xml index 634ad689f8..7191368bb3 100644 --- a/antlr-3.5.2/pom.xml +++ b/antlr-3.5.3/pom.xml @@ -24,21 +24,28 @@ org.apache.servicemix.bundles bundles-pom - 11 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.antlr - 3.5.2_2-SNAPSHOT + 3.5.3_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + org.antlr antlr - 3.5.2 + 3.5.3 !org.antlr.stringtemplate*, org.antlr*;version=${pkgVersion};-split-package:=merge-first, diff --git a/antlr-3.5.2/src/main/resources/OSGI-INF/bundle.info b/antlr-3.5.3/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from antlr-3.5.2/src/main/resources/OSGI-INF/bundle.info rename to antlr-3.5.3/src/main/resources/OSGI-INF/bundle.info diff --git a/antlr-runtime-3.5.2/pom.xml b/antlr-runtime-3.5.2/pom.xml deleted file mode 100644 index 17b01ed711..0000000000 --- a/antlr-runtime-3.5.2/pom.xml +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 11 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.antlr-runtime - 3.5.2_2-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. - - - org.antlr - antlr-runtime - 3.5.2 - - org.antlr.runtime - - - org.antlr.stringtemplate*;resolution:=optional - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - sources - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:${pkgArtifactId} - - - - - ${pkgGroupId}:${pkgArtifactId} - - ** - - - - true - true - - - - - - - diff --git a/antlr-runtime-3.5.3/pom.xml b/antlr-runtime-3.5.3/pom.xml new file mode 100644 index 0000000000..a263eeb0f3 --- /dev/null +++ b/antlr-runtime-3.5.3/pom.xml @@ -0,0 +1,106 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 14 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.antlr-runtime + 3.5.3_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.antlr + antlr-runtime + 3.5.3 + + org.antlr.runtime + + + org.antlr.stringtemplate*;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/antlr-runtime-3.5.2/src/main/resources/OSGI-INF/bundle.info b/antlr-runtime-3.5.3/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from antlr-runtime-3.5.2/src/main/resources/OSGI-INF/bundle.info rename to antlr-runtime-3.5.3/src/main/resources/OSGI-INF/bundle.info diff --git a/commons-collections-3.2.1/pom.xml b/any23-2.7/pom.xml similarity index 92% rename from commons-collections-3.2.1/pom.xml rename to any23-2.7/pom.xml index 48efcd796a..0c4b7b4bc6 100644 --- a/commons-collections-3.2.1/pom.xml +++ b/any23-2.7/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles - org.apache.servicemix.bundles.commons-collections - 3.2.1_4-SNAPSHOT + org.apache.servicemix.bundles.any23 + 2.7_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -39,17 +39,18 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - + HEAD + - commons-collections - commons-collections - 3.2.1 + org.apache.any23 + apache-any23-core + 2.7 - org.apache.commons.collections + org.apache.any23 - + * @@ -104,5 +105,4 @@ - diff --git a/any23-2.7/src/main/resources/OSGI-INF/bundle.info b/any23-2.7/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..0ca96611fc --- /dev/null +++ b/any23-2.7/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Anything To Triples (any23) is a library, a web service and a command line tool that extracts structured data in RDF format from a variety of Web documents + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://any23.apache.org/\u001B[0m diff --git a/aspectj-1.9.3/pom.xml b/aspectj-1.9.21.1/pom.xml similarity index 94% rename from aspectj-1.9.3/pom.xml rename to aspectj-1.9.21.1/pom.xml index 12b43c3eff..5a33d217a3 100644 --- a/aspectj-1.9.3/pom.xml +++ b/aspectj-1.9.21.1/pom.xml @@ -24,14 +24,14 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.aspectj bundle - 1.9.3_1-SNAPSHOT + 1.9.21.1_2-SNAPSHOT Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps aspectjrt and aspectjweaver ${pkgVersion} jar files. @@ -39,15 +39,17 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.aspectj aspectj - 1.9.3 + 1.9.21.1 + 1.9.21.1.1 - org.aspectj*;version=1.9.3;-split-package:=merge-first, - aj*;version=1.9.3 + org.aspectj*;version=1.9.21.1;-split-package:=merge-first, + aj*;version=1.9.21.1 javax.xml*, diff --git a/aspectj-1.9.3/src/main/resources/OSGI-INF/bundle.info b/aspectj-1.9.21.1/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from aspectj-1.9.3/src/main/resources/OSGI-INF/bundle.info rename to aspectj-1.9.21.1/src/main/resources/OSGI-INF/bundle.info diff --git a/asterisk-java-2.0.2/pom.xml b/asterisk-java-3.39.0/pom.xml similarity index 95% rename from asterisk-java-2.0.2/pom.xml rename to asterisk-java-3.39.0/pom.xml index 88faf8a15a..d9f1851365 100644 --- a/asterisk-java-2.0.2/pom.xml +++ b/asterisk-java-3.39.0/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.asterisk-java - 2.0.2_2-SNAPSHOT + 3.39.0_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ org.asteriskjava asterisk-java - 2.0.2 + 3.39.0 + 3.39.0.1 org.asteriskjava diff --git a/asterisk-java-1.0.0-final/src/main/resources/OSGI-INF/bundle.info b/asterisk-java-3.39.0/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from asterisk-java-1.0.0-final/src/main/resources/OSGI-INF/bundle.info rename to asterisk-java-3.39.0/src/main/resources/OSGI-INF/bundle.info diff --git a/atlassian-jira-client-5.2.4/pom.xml b/atlassian-jira-client-5.2.4/pom.xml new file mode 100644 index 0000000000..363a48b50d --- /dev/null +++ b/atlassian-jira-client-5.2.4/pom.xml @@ -0,0 +1,178 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.atlassian-jira-client + bundle + 5.2.4_3-SNAPSHOT + Apache ServiceMix :: Bundles :: Atlassian Jira Client + + This OSGi bundle wraps atlassian jira-rest-java-client-api, jira-rest-java-client-core ${pkgVersion} jar files. + + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + + atlassian-public + Atlassian Public Repo + https://packages.atlassian.com/maven-external + + false + + + true + + + + + + com.atlassian.jira + 5.2.4 + 5.2.4.1 + + com.atlassian.jira.rest.client*;version=${pkgVersion}, + com.atlassian.httpclient*;version=${pkgVersion}, + com.atlassian.event*;version=${pkgVersion}, + com.atlassian.sal*;version=4.4.2, + io.atlassian.fugue*;version=3.0.0, + io.atlassian.util*, + com.atlassian.fugue*;version=3.0.0 + + + !com.atlassian.jira.rest.client*, + !com.atlassian.event*, + !com.atlassian.httpclient*, + !com.atlassian.analytics*, + !com.atlassian.inject*, + !com.atlassian.plugin*, + !com.atlassian.sal*, + !io.atlassian.fugue*, + !com.atlassian.fugue*, + !io.atlassian.util*, + !com.google.common*, + !com.google.appengine*, + !com.google.apphosting*, + !com.google.errorprone*, + !com.google.thirdparty*, + !javax.annotation*, + !org.checkerframework*, + javax.servlet*;resolution:=optional, + org.springframework*;resolution:=optional, + net.jcip*;resolution:=optional, + * + + + com.atlassian.analytics*, + com.atlassian.inject*, + com.atlassian.plugin*, + com.google.common*, + com.google.appengine*, + com.google.apphosting*, + com.google.errorprone*, + com.google.thirdparty*, + javax.annotation*, + org.checkerframework* + + + + + + ${pkgGroupId} + jira-rest-java-client-api + ${pkgVersion} + false + + + ${pkgGroupId} + jira-rest-java-client-core + ${pkgVersion} + false + + + com.atlassian.sal + sal-api + 4.4.2 + jar + false + + + io.atlassian.fugue + fugue + 3.0.0 + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:jira-rest-java-client-api + ${pkgGroupId}:jira-rest-java-client-core + + + + + ${pkgGroupId}:jira-rest-java-client-api + + ** + + + + ${pkgGroupId}:jira-rest-java-client-core + + ** + + + + true + true + + + + + + + diff --git a/atlassian-jira-client-5.2.4/src/main/resources/OSGI-INF/bundle.info b/atlassian-jira-client-5.2.4/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..7598772ea0 --- /dev/null +++ b/atlassian-jira-client-5.2.4/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,22 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URLs: + \u001B[33mmvn:${pkgGroupId}/jira-rest-java-client-api/${pkgVersion}\u001B[0m + \u001B[33mmvn:${pkgGroupId}/jira-rest-java-client-core/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Jira REST Java Client is a Java library (usable from any JVM language) which + allows to easily talk to any Jira Server 4.2+ instance using new (and still evolving) + REST API. + JRJC currently provides a thin layer of abstraction on top of REST API and related + HTTP(S) communication. It provides a domain object model of JIRA entities on the + client side - objects representing issues, priorities, resolutions, statuses, users, etc. + In the future though JRJC may be extended to handle things like caching (conditional GET, + metadata) or provide a higher level of abstraction on top of existing REST API - completely + shielding the user from the specifics of REST. + JRJC should be useful for integrating systems using JVM-based languages (like Java) with + JIRA and specifically for integrating Atlassian products with themselves. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://ecosystem.atlassian.net/wiki/display/JRJC/\u001B[0m diff --git a/avro-1.8.2/pom.xml b/avro-1.11.3/pom.xml similarity index 94% rename from avro-1.8.2/pom.xml rename to avro-1.11.3/pom.xml index d1936d357e..b54f73e780 100644 --- a/avro-1.8.2/pom.xml +++ b/avro-1.11.3/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.avro - 1.8.2_2-SNAPSHOT + 1.11.3_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -39,13 +39,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD + HEAD org.apache.avro avro - 1.8.2 + 1.11.3 + 1.11.3.1 !org.apache.avro.ipc;version="${project.version}", org.apache.avro*;version="${project.version}";-noimport:=true;-split-package:=merge-first @@ -54,7 +55,7 @@ javax.annotation, com.thoughtworks.paranamer;version="[2.3,3)", org.apache.commons.compress*, - org.codehaus.jackson*;version="[1.8,2)", + org.codehaus.jackson*;version="[2,3)", org.slf4j;resolution:=optional, org.joda.time;resolution:=optional, org.xerial.snappy;version="[1.0,2)";resolution:=optional, @@ -88,7 +89,6 @@ org.apache.maven.plugins maven-shade-plugin - 1.4 package diff --git a/avro-1.8.2/src/main/resources/OSGI-INF/bundle.info b/avro-1.11.3/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from avro-1.8.2/src/main/resources/OSGI-INF/bundle.info rename to avro-1.11.3/src/main/resources/OSGI-INF/bundle.info diff --git a/avro-ipc-1.8.2/pom.xml b/avro-ipc-1.11.3/pom.xml similarity index 95% rename from avro-ipc-1.8.2/pom.xml rename to avro-ipc-1.11.3/pom.xml index 25a49a006f..8a4e4802af 100644 --- a/avro-ipc-1.8.2/pom.xml +++ b/avro-ipc-1.11.3/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.avro-ipc - 1.8.2_2-SNAPSHOT + 1.11.3_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -39,13 +39,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD + HEAD org.apache.avro avro-ipc - 1.8.2 + 1.11.3 + 1.11.3.1 org.apache.avro.ipc*;version="${project.version}";-noimport:=true;-split-package:=merge-first @@ -83,7 +84,6 @@ org.apache.maven.plugins maven-shade-plugin - 1.4 package diff --git a/avro-ipc-1.8.2/src/main/resources/OSGI-INF/bundle.info b/avro-ipc-1.11.3/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from avro-ipc-1.8.2/src/main/resources/OSGI-INF/bundle.info rename to avro-ipc-1.11.3/src/main/resources/OSGI-INF/bundle.info diff --git a/aws-java-sdk-1.11.537/pom.xml b/aws-java-sdk-1.12.660/pom.xml similarity index 97% rename from aws-java-sdk-1.11.537/pom.xml rename to aws-java-sdk-1.12.660/pom.xml index 7b280402a5..5d11d369d3 100644 --- a/aws-java-sdk-1.11.537/pom.xml +++ b/aws-java-sdk-1.12.660/pom.xml @@ -24,14 +24,14 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.aws-java-sdk bundle - 1.11.537_2-SNAPSHOT + 1.12.660_2-SNAPSHOT Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ com.amazonaws aws-java-sdk - 1.11.537 + 1.12.660 + 1.12.660.1 com.amazonaws* diff --git a/aws-java-sdk-1.11.537/src/main/resources/OSGI-INF/bundle.info b/aws-java-sdk-1.12.660/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from aws-java-sdk-1.11.537/src/main/resources/OSGI-INF/bundle.info rename to aws-java-sdk-1.12.660/src/main/resources/OSGI-INF/bundle.info diff --git a/aws-java-sdk-2.24.4/pom.xml b/aws-java-sdk-2.24.4/pom.xml new file mode 100644 index 0000000000..066d745f65 --- /dev/null +++ b/aws-java-sdk-2.24.4/pom.xml @@ -0,0 +1,124 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.aws-java-sdk2 + bundle + 2.24.4_2-SNAPSHOT + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + software.amazon.awssdk + aws-sdk-java + 2.24.4 + 2.24.4.1 + + software.amazon.awssdk* + + + com.fasterxml.jackson*;resolution:=optional, + javax.crypto*, + javax.management, + javax.net*, + javax.xml*, + org.w3c.dom, + org.slf4j*;resolution:=optional, + javax.naming, + javax.naming.directory, + javax.naming.ldap + + + org.apache.http.*, + org.reactivestreams.*, + org.apache.commons.logging.*, + org.apache.commons.codec.* + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + mime.types + **/*.handlers + **/*.xml + **/*.properties + + + + true + true + + + + + + + diff --git a/aws-java-sdk-2.24.4/src/main/resources/OSGI-INF/bundle.info b/aws-java-sdk-2.24.4/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..03e372513e --- /dev/null +++ b/aws-java-sdk-2.24.4/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,24 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Since early 2006, Amazon Web Services (AWS) has provided companies of all sizes with an infrastructure web + services platform in the cloud. With AWS you can requisition compute power, storage, and other + services–gaining access to a suite of elastic IT infrastructure services as your business demands them. + With AWS you have the flexibility to choose whichever development platform or programming model makes the + most sense for the problems you’re trying to solve. You pay only for what you use, with no up-front expenses + or long-term commitments, making AWS the most cost-effective way to deliver your application to your + customers and clients. And, with AWS, you can take advantage of Amazon.com’s global computing infrastructure + that is the backbone of Amazon.com’s multi-billion retail business and transactional enterprise whose + scalable, reliable, and secure distributed computing infrastructure has been honed for over a decade. + + Using Amazon Web Services, an e-commerce web site can weather unforeseen demand with ease; a pharmaceutical + company can “rent” computing power to execute large-scale simulations; a media company can serve unlimited + videos, music, and more; and an enterprise can deploy bandwidth-consuming services and training to its + mobile workforce. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://aws.amazon.com/\u001B[0m diff --git a/azure-core-1.35.0/pom.xml b/azure-core-1.35.0/pom.xml new file mode 100644 index 0000000000..fb1951663c --- /dev/null +++ b/azure-core-1.35.0/pom.xml @@ -0,0 +1,117 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.azure-core + 1.35.0_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.azure + azure-core + 1.35.0 + 1.35.0.1 + + com.azure.core + + + !com.azure.core*, + com.fasterxml.jackson*;version="[2.9,3)", + reactor*;version="[3,4)";resolution:=optional, + org.reactivestreams;resolution:=optional, + org.slf4j*;resolution:=optional, + * + + + META-INF.services + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + azure-core.properties + + + + true + true + + + + + + + + diff --git a/guava-11.0.2/src/main/resources/OSGI-INF/bundle.info b/azure-core-1.35.0/src/main/resources/OSGI-INF/bundle.info similarity index 63% rename from guava-11.0.2/src/main/resources/OSGI-INF/bundle.info rename to azure-core-1.35.0/src/main/resources/OSGI-INF/bundle.info index 366d2a0dbf..d1816a0e2e 100644 --- a/guava-11.0.2/src/main/resources/OSGI-INF/bundle.info +++ b/azure-core-1.35.0/src/main/resources/OSGI-INF/bundle.info @@ -5,7 +5,7 @@ \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m \u001B[1mDESCRIPTION\u001B[0m - Guava is a set of core libraries provided by Google. + Core library for Azure. \u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://code.google.com/p/guava-libraries/\u001B[0m + \u001B[36mhttps://github.com/Azure/azure-sdk-for-java\u001B[0m diff --git a/asterisk-java-1.0.0-final/pom.xml b/azure-core-amqp-2.8.1/pom.xml similarity index 85% rename from asterisk-java-1.0.0-final/pom.xml rename to azure-core-amqp-2.8.1/pom.xml index 505f3defca..715534a68d 100644 --- a/asterisk-java-1.0.0-final/pom.xml +++ b/azure-core-amqp-2.8.1/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 12 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles - org.apache.servicemix.bundles.asterisk-java - 1.0.0-final_2-SNAPSHOT + org.apache.servicemix.bundles.azure-core-amqp + 2.8.1_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -43,19 +43,21 @@ - org.asteriskjava - asterisk-java - 1.0.0-final + com.azure + azure-core-amqp + 2.8.1 + 2.8.1.1 - org.asteriskjava - + com.azure.core.amqp + - javax.net*, - javax.script, - org.apache.log4j*;resolution:=optional, - org.slf4j*;resolution:=optional + !com.azure.core.amqp*, + reactor*;version="[3,4)", + * + com.microsoft.azure.proton.transport*, + META-INF.services @@ -72,6 +74,7 @@ ${pkgArtifactId} ${pkgVersion} sources + true @@ -96,7 +99,7 @@ ${pkgGroupId}:${pkgArtifactId} - ** + **/* @@ -108,4 +111,5 @@ + diff --git a/asterisk-java-2.0.2/src/main/resources/OSGI-INF/bundle.info b/azure-core-amqp-2.8.1/src/main/resources/OSGI-INF/bundle.info similarity index 59% rename from asterisk-java-2.0.2/src/main/resources/OSGI-INF/bundle.info rename to azure-core-amqp-2.8.1/src/main/resources/OSGI-INF/bundle.info index 3a014efa71..d1816a0e2e 100644 --- a/asterisk-java-2.0.2/src/main/resources/OSGI-INF/bundle.info +++ b/azure-core-amqp-2.8.1/src/main/resources/OSGI-INF/bundle.info @@ -5,7 +5,7 @@ \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m \u001B[1mDESCRIPTION\u001B[0m - Asterisk-java is a Java client to interact with an Asterisk PBX Server. + Core library for Azure. \u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttps://github.com/asterisk-java/asterisk-java\u001B[0m + \u001B[36mhttps://github.com/Azure/azure-sdk-for-java\u001B[0m diff --git a/azure-core-http-netty-1.12.8/pom.xml b/azure-core-http-netty-1.12.8/pom.xml new file mode 100644 index 0000000000..0b4485a73f --- /dev/null +++ b/azure-core-http-netty-1.12.8/pom.xml @@ -0,0 +1,125 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.azure-core-http-netty + 1.12.8_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.azure + azure-core-http-netty + 1.12.8 + 1.12.8.1 + + com.azure.core.http.netty + + + !com.azure.core.http.netty.implementation, + reactor*;resolution:=optional, + io.netty*;resolution:=optional, + * + + + META-INF.services + + + com.azure.core.http.netty.NettyAsyncHttpClient + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + io.projectreactor.netty + reactor-netty-http + 1.0.18 + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + io.projectreactor.netty:reactor-netty-http + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + true + true + + + + + + + + diff --git a/azure-core-http-netty-1.12.8/src/main/resources/OSGI-INF/bundle.info b/azure-core-http-netty-1.12.8/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..d1816a0e2e --- /dev/null +++ b/azure-core-http-netty-1.12.8/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Core library for Azure. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/Azure/azure-sdk-for-java\u001B[0m diff --git a/azure-core-http-okhttp-1.11.4/pom.xml b/azure-core-http-okhttp-1.11.4/pom.xml new file mode 100644 index 0000000000..0778291516 --- /dev/null +++ b/azure-core-http-okhttp-1.11.4/pom.xml @@ -0,0 +1,163 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.azure-core-http-okhttp + 1.11.4_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.azure + azure-core-http-okhttp + 1.11.4 + 1.11.4.1 + + com.azure.core.http.okhttp + + + !com.azure.core.http.okhttp.implementation, + org.reactivestreams;resolution:=optional, + reactor*;resolution:=optional, + android*;resolution:=optional, + org.conscrypt*;resolution:=optional, + org.openjsse*;resolution:=optional, + org.bouncycastle*;resolution:=optional, + com.sun*;resolution:=optional, + * + + + okhttp3*, + kotlin*, + okio*, + META-INF.services + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + com.squareup.okhttp3 + okhttp + 4.9.3 + + + + + com.squareup.okio + okio + 2.8.0 + + + + + org.jetbrains.kotlin + kotlin-stdlib + 1.6.10 + + + + + org.jetbrains.kotlin + kotlin-stdlib-common + 1.6.10 + + + + + org.jetbrains + annotations + 23.0.0 + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + com.squareup.okhttp3:okhttp + com.squareup.okio:okio + org.jetbrains.kotlin:kotlin-stdlib + org.jetbrains.kotlin:kotlin-stdlib-common + org.jetbrains:anotations + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + true + true + + + + + + + + diff --git a/azure-core-http-okhttp-1.11.4/src/main/resources/OSGI-INF/bundle.info b/azure-core-http-okhttp-1.11.4/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..d1816a0e2e --- /dev/null +++ b/azure-core-http-okhttp-1.11.4/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Core library for Azure. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/Azure/azure-sdk-for-java\u001B[0m diff --git a/azure-cosmos-4.41.0/pom.xml b/azure-cosmos-4.41.0/pom.xml new file mode 100644 index 0000000000..82a77aa09e --- /dev/null +++ b/azure-cosmos-4.41.0/pom.xml @@ -0,0 +1,119 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.azure-cosmos + 4.41.0_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.azure + azure-cosmos + 4.41.0 + 4.41.0.1 + + com.azure.cosmos + + + !com.azure.cosmos*, + !com.codahale.metrics*, + !io.micrometer*, + com.fasterxml.jackson*;version="[2,3)", + io.netty*;version="[4,5)", + reactor*;version="[3,4)", + * + + + com.codahale.metrics*, + io.micrometer* + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + azure-cosmos.properties + + + + true + true + + + + + + + + diff --git a/azure-cosmos-4.41.0/src/main/resources/OSGI-INF/bundle.info b/azure-cosmos-4.41.0/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..d1816a0e2e --- /dev/null +++ b/azure-cosmos-4.41.0/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Core library for Azure. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/Azure/azure-sdk-for-java\u001B[0m diff --git a/azure-identity-1.7.1/pom.xml b/azure-identity-1.7.1/pom.xml new file mode 100644 index 0000000000..d7f3e3eb4c --- /dev/null +++ b/azure-identity-1.7.1/pom.xml @@ -0,0 +1,289 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.azure-identity + 1.7.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.azure + azure-identity + 1.7.1 + 1.7.1.1 + + com.azure.identity* + + + !com.azure.identity*, + javax.annotation;version="1.1.0", + javax.annotation.concurrent;version="1.1.0", + javax.annotation.meta;version="1.1.0", + com.sun.jna*;resolution:=optional, + com.sun.net.httpserver;resolution:=optional, + com.fasterxml.jackson*;version="[2,3)", + com.google.crypto*;resolution:=optional, + reactor*;version="[3,4)", + org.bouncycastle.jcajce.provider;version="1.70";resolution:=optional, + org.apache.xml.security*, + org.cryptacular, + org.opensaml*, + org.apache.velocity*;resolution:=optional, + * + + + com.microsoft.azure.msal4j*, + com.microsoft.aad.msal4j, + com.microsoft.aad.msal4jextensions*, + com.nimbusds*, + net.jcip.annotations, + net.shibboleth.utilities*, + com.beust*, + com.google*;-split-package:=merge-first, + io.opencensus*, + io.grpc*, + reactor.blockhound*, + io.reactivex.*;resolution:=optional, + org.checkerframework*, + org.cryptomator*, + net.shibboleth*, + com.codahale.metrics, + com.sun.jna* + + 1.11.2 + 1.1.0 + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + com.microsoft.azure + msal4j + ${msal4j-version} + + + + com.microsoft.azure + msal4j-persistence-extension + ${msal4j-persistence-extension-version} + + + + com.google.http-client + google-http-client + 1.41.4 + + + + com.nimbusds + oauth2-oidc-sdk + 9.22.2 + compile + + + + com.google.crypto.tink + tink + 1.6.1 + compile + + + + com.google.guava + guava + 31.0.1-jre + + + + io.opencensus + opencensus-api + 0.31.0 + + + + io.opencensus + opencensus-contrib-http-util + 0.31.0 + + + + io.opencensus + opencensus-contrib-http-util + 0.31.0 + + + + io.grpc + grpc-context + 1.27.2 + + + + io.projectreactor.tools + blockhound + 1.0.6.RELEASE + + + + io.reactivex.rxjava2 + rxjava + 2.2.21 + + + + org.checkerframework + checker-qual + 3.0.1 + + + + org.cryptomator + siv-mode + 1.3.1 + + + + net.jcip + jcip-annotations + 1.0 + + + + net.shibboleth.utilities + java-support + 7.1.1 + + + + + com.beust + jcommander + 1.82 + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + net.shibboleth.utilities + java-support + 8.0.0 + + + + + com.codahale.metrics + metrics-core + 3.0.2 + + + + + com.codahale.metrics + metrics-core + 3.0.2 + + + + + net.java.dev.jna + jna-platform + 4.5.0 + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + com.google.http-client:google-http-client + com.google.j2objc:j2objc-annotations + io.opencensus:opencensus-contrib-http-util + io.grpc:grpc-context + io.projectreactor.tools:blockhound + io.reactivex.rxjava2:rxjava + org.checkerframework:checker-qual + org.cryptomator:siv-mode + org.opensaml:opensaml-saml-api + org.opensaml:opensaml-saml-impl + net.shibboleth.utilities:java-support + com.codahale.metrics:metrics-core + net.java.dev.jna:jna-platform + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + + diff --git a/azure-identity-1.7.1/src/main/resources/OSGI-INF/bundle.info b/azure-identity-1.7.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..be4444b7c3 --- /dev/null +++ b/azure-identity-1.7.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + library for Azure identity. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/Azureu001B[0m diff --git a/azure-keyvault-core-1.2.0/pom.xml b/azure-keyvault-core-1.2.6/pom.xml similarity index 97% rename from azure-keyvault-core-1.2.0/pom.xml rename to azure-keyvault-core-1.2.6/pom.xml index 37ac9f6bd4..c6baa7a7a0 100644 --- a/azure-keyvault-core-1.2.0/pom.xml +++ b/azure-keyvault-core-1.2.6/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.azure-keyvault-core - 1.2.0_2-SNAPSHOT + 1.2.6_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,7 @@ com.microsoft.azure azure-keyvault-core - 1.2.0 + 1.2.6 com.microsoft.azure.keyvault.core diff --git a/azure-keyvault-core-1.2.0/src/main/resources/OSGI-INF/bundle.info b/azure-keyvault-core-1.2.6/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from azure-keyvault-core-1.2.0/src/main/resources/OSGI-INF/bundle.info rename to azure-keyvault-core-1.2.6/src/main/resources/OSGI-INF/bundle.info diff --git a/azure-messaging-eventhubs-5.15.1/pom.xml b/azure-messaging-eventhubs-5.15.1/pom.xml new file mode 100644 index 0000000000..5c32a51fae --- /dev/null +++ b/azure-messaging-eventhubs-5.15.1/pom.xml @@ -0,0 +1,116 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.azure-messaging-eventhubs + 5.15.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.azure + azure-messaging-eventhubs + 5.15.1 + 5.15.1.1 + + com.azure.messaging.eventhubs + + + !com.azure.messaging.eventhubs*, + org.reactivestreams*, + reactor*;version="[3,4)", + * + + + META-INF.services + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + azure-messaging-eventhubs.properties + eventhubs-messages.properties + + + + true + true + + + + + + + + diff --git a/azure-messaging-eventhubs-5.15.1/src/main/resources/OSGI-INF/bundle.info b/azure-messaging-eventhubs-5.15.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..d1816a0e2e --- /dev/null +++ b/azure-messaging-eventhubs-5.15.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Core library for Azure. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/Azure/azure-sdk-for-java\u001B[0m diff --git a/azure-messaging-eventhubs-checkpointstore-blob-1.16.2/pom.xml b/azure-messaging-eventhubs-checkpointstore-blob-1.16.2/pom.xml new file mode 100644 index 0000000000..c900a29b21 --- /dev/null +++ b/azure-messaging-eventhubs-checkpointstore-blob-1.16.2/pom.xml @@ -0,0 +1,115 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.azure-messaging-eventhubs-checkpointstore-blob + 1.16.2_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.azure + azure-messaging-eventhubs-checkpointstore-blob + 1.16.2 + 1.16.2.1 + + com.azure.messaging.eventhubs.checkpointstore.blob + + + !com.azure.messaging.eventhubs.checkpointstore.blob*, + org.reactivestreams*;resolution:=optional, + reactor*;resolution:=optional, + * + + + META-INF.services + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + eventhubs-checkpointstore-blob-messages.properties + + + + true + true + + + + + + + + diff --git a/azure-messaging-eventhubs-checkpointstore-blob-1.16.2/src/main/resources/OSGI-INF/bundle.info b/azure-messaging-eventhubs-checkpointstore-blob-1.16.2/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..d1816a0e2e --- /dev/null +++ b/azure-messaging-eventhubs-checkpointstore-blob-1.16.2/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Core library for Azure. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/Azure/azure-sdk-for-java\u001B[0m diff --git a/azure-messaging-eventhubs-checkpointstore-blob-1.7.1/pom.xml b/azure-messaging-eventhubs-checkpointstore-blob-1.7.1/pom.xml new file mode 100644 index 0000000000..9f4637ac54 --- /dev/null +++ b/azure-messaging-eventhubs-checkpointstore-blob-1.7.1/pom.xml @@ -0,0 +1,114 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 14 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.azure-messaging-eventhubs-checkpointstore-blob + 1.7.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.azure + azure-messaging-eventhubs-checkpointstore-blob + 1.7.1 + + com.azure.messaging.eventhubs.checkpointstore.blob + + + !com.azure.messaging.eventhubs.checkpointstore.blob*, + org.reactivestreams*;resolution:=optional, + reactor*;resolution:=optional, + * + + + META-INF.services + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + eventhubs-checkpointstore-blob-messages.properties + + + + true + true + + + + + + + + diff --git a/azure-messaging-eventhubs-checkpointstore-blob-1.7.1/src/main/resources/OSGI-INF/bundle.info b/azure-messaging-eventhubs-checkpointstore-blob-1.7.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..d1816a0e2e --- /dev/null +++ b/azure-messaging-eventhubs-checkpointstore-blob-1.7.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Core library for Azure. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/Azure/azure-sdk-for-java\u001B[0m diff --git a/azure-messaging-servicebus-7.13.1/pom.xml b/azure-messaging-servicebus-7.13.1/pom.xml new file mode 100644 index 0000000000..374698239f --- /dev/null +++ b/azure-messaging-servicebus-7.13.1/pom.xml @@ -0,0 +1,114 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.azure-messaging-servicebus + 7.13.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.azure + azure-messaging-servicebus + 7.13.1 + 7.13.1.1 + + com.azure.messaging.servicebus + + + !com.azure.messaging.servicebus*, + com.azure.core.implementation.http, + com.fasterxml.jackson*;version="[2.10,3)", + org.apache.qpid*;version="[0.20,1)", + reactor.*;version="[3,4)", + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + azure-messaging-servicebus.properties + + + + true + true + + + + + + + + diff --git a/azure-messaging-servicebus-7.13.1/src/main/resources/OSGI-INF/bundle.info b/azure-messaging-servicebus-7.13.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..d1816a0e2e --- /dev/null +++ b/azure-messaging-servicebus-7.13.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Core library for Azure. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/Azure/azure-sdk-for-java\u001B[0m diff --git a/azure-storage-8.2.0/pom.xml b/azure-storage-8.6.6/pom.xml similarity index 97% rename from azure-storage-8.2.0/pom.xml rename to azure-storage-8.6.6/pom.xml index 8e7acbe9e9..527ef52633 100644 --- a/azure-storage-8.2.0/pom.xml +++ b/azure-storage-8.6.6/pom.xml @@ -30,7 +30,7 @@ org.apache.servicemix.bundles org.apache.servicemix.bundles.azure-storage - 8.2.0_1-SNAPSHOT + 8.6.6_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -39,12 +39,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD com.microsoft.azure azure-storage - 8.2.0 + 8.6.6 com.microsoft.azure diff --git a/azure-storage-8.2.0/src/main/resources/OSGI-INF/bundle.info b/azure-storage-8.6.6/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from azure-storage-8.2.0/src/main/resources/OSGI-INF/bundle.info rename to azure-storage-8.6.6/src/main/resources/OSGI-INF/bundle.info diff --git a/azure-storage-blob-12.11.1/pom.xml b/azure-storage-blob-12.11.1/pom.xml new file mode 100644 index 0000000000..63f94ef50a --- /dev/null +++ b/azure-storage-blob-12.11.1/pom.xml @@ -0,0 +1,115 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 14 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.azure-storage-blob + 12.11.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.azure + azure-storage-blob + 12.11.1 + + com.azure.storage.blob + + + !com.azure.storage.blob*, + !com.azure.storage.internal*, + com.fasterxml.jackson*;version="[2.9,3)", + reactor*;version="[3,4)", + * + + + com.azure.storage.internal* + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + azure-storage-blob.properties + + + + true + true + + + + + + + + diff --git a/azure-storage-blob-12.11.1/src/main/resources/OSGI-INF/bundle.info b/azure-storage-blob-12.11.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9eb79d1b7b --- /dev/null +++ b/azure-storage-blob-12.11.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Client library for Microsoft Azure Blob Storage. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/Azure/azure-sdk-for-java\u001B[0m diff --git a/azure-storage-blob-12.20.2/pom.xml b/azure-storage-blob-12.20.2/pom.xml new file mode 100644 index 0000000000..64b7cc0650 --- /dev/null +++ b/azure-storage-blob-12.20.2/pom.xml @@ -0,0 +1,116 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.azure-storage-blob + 12.20.2_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.azure + azure-storage-blob + 12.20.2 + 12.20.2.1 + + com.azure.storage.blob + + + !com.azure.storage.blob*, + !com.azure.storage.internal*, + com.fasterxml.jackson*;version="[2.13,3)", + reactor*;version="[3,4)", + * + + + com.azure.storage.internal* + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + azure-storage-blob.properties + + + + true + true + + + + + + + + diff --git a/azure-storage-blob-12.20.2/src/main/resources/OSGI-INF/bundle.info b/azure-storage-blob-12.20.2/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9eb79d1b7b --- /dev/null +++ b/azure-storage-blob-12.20.2/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Client library for Microsoft Azure Blob Storage. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/Azure/azure-sdk-for-java\u001B[0m diff --git a/azure-storage-blob-changefeed-12.0.0-beta17/pom.xml b/azure-storage-blob-changefeed-12.0.0-beta17/pom.xml new file mode 100644 index 0000000000..02f17cf581 --- /dev/null +++ b/azure-storage-blob-changefeed-12.0.0-beta17/pom.xml @@ -0,0 +1,115 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.azure-storage-blob-changefeed + 12.0.0-beta17_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.azure + azure-storage-blob-changefeed + 12.0.0-beta.17 + 12.0.0.17.1 + + com.azure.storage.blob.changefeed + + + !com.azure.storage.blob.changefeed*, + com.fasterxml.jackson*;version="[2.9,3)", + reactor*;version="[3,4)", + * + + + com.azure.storage.internal.avro.implementation* + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + azure-storage-blob-changefeed.properties + + + + true + true + + + + + + + + diff --git a/azure-storage-blob-changefeed-12.0.0-beta17/src/main/resources/OSGI-INF/bundle.info b/azure-storage-blob-changefeed-12.0.0-beta17/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9eb79d1b7b --- /dev/null +++ b/azure-storage-blob-changefeed-12.0.0-beta17/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Client library for Microsoft Azure Blob Storage. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/Azure/azure-sdk-for-java\u001B[0m diff --git a/azure-storage-common-12.11.1/pom.xml b/azure-storage-common-12.11.1/pom.xml new file mode 100644 index 0000000000..b7f9e43dde --- /dev/null +++ b/azure-storage-common-12.11.1/pom.xml @@ -0,0 +1,111 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 14 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.azure-storage-common + 12.11.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.azure + azure-storage-common + 12.11.1 + + com.azure.storage.common + + + !com.azure.storage.common*, + com.fasterxml.jackson*;version="[2.9,3)", + reactor*;version="[3,4)", + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + azure-storage-blob.properties + + + + true + true + + + + + + + + diff --git a/azure-storage-common-12.11.1/src/main/resources/OSGI-INF/bundle.info b/azure-storage-common-12.11.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9eb79d1b7b --- /dev/null +++ b/azure-storage-common-12.11.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Client library for Microsoft Azure Blob Storage. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/Azure/azure-sdk-for-java\u001B[0m diff --git a/azure-storage-common-12.19.2/pom.xml b/azure-storage-common-12.19.2/pom.xml new file mode 100644 index 0000000000..3489871fae --- /dev/null +++ b/azure-storage-common-12.19.2/pom.xml @@ -0,0 +1,112 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.azure-storage-common + 12.19.2_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.azure + azure-storage-common + 12.19.2 + 12.19.2.1 + + com.azure.storage.common + + + !com.azure.storage.common*, + com.fasterxml.jackson*;version="[2.9,3)", + reactor*;version="[3,4)", + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + azure-storage-blob.properties + + + + true + true + + + + + + + + diff --git a/azure-storage-common-12.19.2/src/main/resources/OSGI-INF/bundle.info b/azure-storage-common-12.19.2/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9eb79d1b7b --- /dev/null +++ b/azure-storage-common-12.19.2/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Client library for Microsoft Azure Blob Storage. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/Azure/azure-sdk-for-java\u001B[0m diff --git a/azure-storage-file-datalake-12.13.2/pom.xml b/azure-storage-file-datalake-12.13.2/pom.xml new file mode 100644 index 0000000000..9c4625bd1f --- /dev/null +++ b/azure-storage-file-datalake-12.13.2/pom.xml @@ -0,0 +1,112 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.azure-storage-file-datalake + 12.13.2_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.azure + azure-storage-file-datalake + 12.13.2 + 12.13.2.1 + + com.azure.storage.file.datalake + + + !com.azure.storage.file.datalake*, + com.fasterxml.jackson*;version="[2,3)", + reactor*;version="[3,4)", + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + azure-storage-file-datalake.properties + + + + true + true + + + + + + + + diff --git a/azure-storage-file-datalake-12.13.2/src/main/resources/OSGI-INF/bundle.info b/azure-storage-file-datalake-12.13.2/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9eb79d1b7b --- /dev/null +++ b/azure-storage-file-datalake-12.13.2/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Client library for Microsoft Azure Blob Storage. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/Azure/azure-sdk-for-java\u001B[0m diff --git a/azure-storage-queue-12.15.2/pom.xml b/azure-storage-queue-12.15.2/pom.xml new file mode 100644 index 0000000000..835ccc35cb --- /dev/null +++ b/azure-storage-queue-12.15.2/pom.xml @@ -0,0 +1,112 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.azure-storage-queue + 12.15.2_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.azure + azure-storage-queue + 12.15.2 + 12.15.2.1 + + com.azure.storage.queue + + + !com.azure.storage.queue*, + com.fasterxml.jackson*;version="[2.13,3)", + reactor*;version="[3,4)", + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + azure-storage-queue.properties + + + + true + true + + + + + + + + diff --git a/azure-storage-queue-12.15.2/src/main/resources/OSGI-INF/bundle.info b/azure-storage-queue-12.15.2/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9eb79d1b7b --- /dev/null +++ b/azure-storage-queue-12.15.2/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Client library for Microsoft Azure Blob Storage. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/Azure/azure-sdk-for-java\u001B[0m diff --git a/azure-storage-queue-12.9.1/pom.xml b/azure-storage-queue-12.9.1/pom.xml new file mode 100644 index 0000000000..46613e5d8e --- /dev/null +++ b/azure-storage-queue-12.9.1/pom.xml @@ -0,0 +1,111 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 14 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.azure-storage-queue + 12.9.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.azure + azure-storage-queue + 12.9.1 + + com.azure.storage.queue + + + !com.azure.storage.queue*, + com.fasterxml.jackson*;version="[2.9,3)", + reactor*;version="[3,4)", + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + azure-storage-queue.properties + + + + true + true + + + + + + + + diff --git a/azure-storage-queue-12.9.1/src/main/resources/OSGI-INF/bundle.info b/azure-storage-queue-12.9.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9eb79d1b7b --- /dev/null +++ b/azure-storage-queue-12.9.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Client library for Microsoft Azure Blob Storage. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/Azure/azure-sdk-for-java\u001B[0m diff --git a/batik-1.11/pom.xml b/batik-1.16/pom.xml similarity index 97% rename from batik-1.11/pom.xml rename to batik-1.16/pom.xml index 016f5db6cc..adcf4568ca 100644 --- a/batik-1.11/pom.xml +++ b/batik-1.16/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.batik - 1.11_2-SNAPSHOT + 1.16_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: batik This OSGi bundle wraps batik-bridge, batik-extension, batik-svggen, batik-transcoder ${pkgVersion} jar files. @@ -44,7 +44,8 @@ org.apache.xmlgraphics - 1.11 + 1.16 + 1.16.1 org.apache.batik diff --git a/batik-1.11/src/main/resources/OSGI-INF/bundle.info b/batik-1.16/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from batik-1.11/src/main/resources/OSGI-INF/bundle.info rename to batik-1.16/src/main/resources/OSGI-INF/bundle.info diff --git a/bazaarvoice-jolt-0.1.1/pom.xml b/bazaarvoice-jolt-0.1.8/pom.xml similarity index 98% rename from bazaarvoice-jolt-0.1.1/pom.xml rename to bazaarvoice-jolt-0.1.8/pom.xml index 19d2df16c8..62a020a008 100644 --- a/bazaarvoice-jolt-0.1.1/pom.xml +++ b/bazaarvoice-jolt-0.1.8/pom.xml @@ -30,7 +30,7 @@ org.apache.servicemix.bundles org.apache.servicemix.bundles.bazaarvoice-jolt - 0.1.1_2-SNAPSHOT + 0.1.8_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -39,13 +39,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD + HEAD com.bazaarvoice.jolt jolt - 0.1.1 + 0.1.8 com.bazaarvoice.jolt* diff --git a/bazaarvoice-jolt-0.1.1/src/main/resources/OSGI-INF/bundle.info b/bazaarvoice-jolt-0.1.8/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from bazaarvoice-jolt-0.1.1/src/main/resources/OSGI-INF/bundle.info rename to bazaarvoice-jolt-0.1.8/src/main/resources/OSGI-INF/bundle.info diff --git a/bcpg-jdk15on-1.61/pom.xml b/bcpg-jdk15on-1.70/pom.xml similarity index 97% rename from bcpg-jdk15on-1.61/pom.xml rename to bcpg-jdk15on-1.70/pom.xml index 1dbf878e4d..a6c866a690 100644 --- a/bcpg-jdk15on-1.61/pom.xml +++ b/bcpg-jdk15on-1.70/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.bcpg-jdk15on - 1.61_2-SNAPSHOT + 1.70_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps {pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,7 @@ org.bouncycastle bcpg-jdk15on - 1.61 + 1.70 org.bouncycastle* diff --git a/bcpg-jdk15on-1.61/src/main/resources/OSGI-INF/bundle.info b/bcpg-jdk15on-1.70/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from bcpg-jdk15on-1.61/src/main/resources/OSGI-INF/bundle.info rename to bcpg-jdk15on-1.70/src/main/resources/OSGI-INF/bundle.info diff --git a/bcprov-jdk15on-1.61/pom.xml b/bcprov-jdk15on-1.70/pom.xml similarity index 98% rename from bcprov-jdk15on-1.61/pom.xml rename to bcprov-jdk15on-1.70/pom.xml index d427cce006..d7ce88cf78 100644 --- a/bcprov-jdk15on-1.61/pom.xml +++ b/bcprov-jdk15on-1.70/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.bcprov-jdk15on - 1.61_2-SNAPSHOT + 1.70_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,7 @@ org.bouncycastle bcprov-jdk15on - 1.61 + 1.70 org.bouncycastle* diff --git a/bcprov-jdk15on-1.61/src/main/resources/OSGI-INF/bundle.info b/bcprov-jdk15on-1.70/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from bcprov-jdk15on-1.61/src/main/resources/OSGI-INF/bundle.info rename to bcprov-jdk15on-1.70/src/main/resources/OSGI-INF/bundle.info diff --git a/braintree-java-2.93.0/pom.xml b/braintree-java-3.32.0/pom.xml similarity index 94% rename from braintree-java-2.93.0/pom.xml rename to braintree-java-3.32.0/pom.xml index 255346c70d..eab646033a 100644 --- a/braintree-java-2.93.0/pom.xml +++ b/braintree-java-3.32.0/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.braintree-java - 2.93.0_2-SNAPSHOT + 3.32.0_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,13 +45,14 @@ com.braintreepayments.gateway braintree-java - 2.93.0 - + 3.32.0 + 3.32.0.1 + com.braintreegateway;version=${pkgVersion};-split-package:=merge-first, com.braintreegateway.exceptions;version=${pkgVersion};-split-package:=merge-first, com.braintreegateway.util;version=${pkgVersion};-split-package:=merge-first, com.braintreegateway.test;version=${pkgVersion};-split-package:=merge-first - + com.braintreegateway.org.*;-split-package:=merge-first diff --git a/braintree-java-2.93.0/src/main/resources/OSGI-INF/bundle.info b/braintree-java-3.32.0/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from braintree-java-2.93.0/src/main/resources/OSGI-INF/bundle.info rename to braintree-java-3.32.0/src/main/resources/OSGI-INF/bundle.info diff --git a/bundles-pom/pom.xml b/bundles-pom/pom.xml index d9a1cea680..58b4de16ad 100644 --- a/bundles-pom/pom.xml +++ b/bundles-pom/pom.xml @@ -31,7 +31,7 @@ org.apache.servicemix.bundles bundles-pom pom - 15-SNAPSHOT + 17-SNAPSHOT Apache ServiceMix :: Bundles @@ -80,7 +80,7 @@ org.apache.maven.plugins maven-release-plugin - 2.5.3 + 3.0.1 false clean install @@ -94,7 +94,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.19.1 + 3.1.2 true @@ -102,7 +102,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.0.0 + 3.5.1 sources @@ -129,7 +129,11 @@ ${project.artifactId}.source - ${project.artifactId};version="${project.version}" + ${project.artifactId};version="${servicemix.osgi.source.version}" + + + + @@ -143,7 +147,7 @@ org.apache.maven.plugins maven-source-plugin - 3.0.1 + 3.3.0 generate-sources @@ -159,20 +163,20 @@ org.apache.maven.plugins maven-antrun-plugin - 1.8 + 3.1.0 org.apache.maven.plugins maven-jarsigner-plugin - 1.4 + 3.0.0 org.apache.maven.plugins maven-compiler-plugin - 3.6.1 + 3.11.0 - 1.5 - 1.5 + 1.8 + 1.8 @@ -183,7 +187,7 @@ org.apache.felix maven-bundle-plugin - 4.1.0 + 5.1.9 true @@ -212,7 +216,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.0.0 + 3.6.0 copy-legal @@ -246,7 +250,7 @@ org.apache.maven.plugins maven-remote-resources-plugin - 1.5 + 3.1.0 generate-resources @@ -267,7 +271,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.0.0 + 3.6.0 org.apache.servicemix.bundles @@ -302,7 +306,7 @@ true maven-deploy-plugin - 2.8.2 + 3.1.1 true @@ -310,7 +314,7 @@ maven-gpg-plugin - 1.6 + 3.1.0 diff --git a/c3p0-0.9.5.4/pom.xml b/c3p0-0.9.5.5/pom.xml similarity index 98% rename from c3p0-0.9.5.4/pom.xml rename to c3p0-0.9.5.5/pom.xml index a62ef54dea..30f439655c 100644 --- a/c3p0-0.9.5.4/pom.xml +++ b/c3p0-0.9.5.5/pom.xml @@ -30,7 +30,7 @@ org.apache.servicemix.bundles org.apache.servicemix.bundles.c3p0 - 0.9.5.4_2-SNAPSHOT + 0.9.5.5_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,7 @@ com.mchange c3p0 - 0.9.5.4 + 0.9.5.5 com.mchange diff --git a/c3p0-0.9.5.4/src/main/resources/OSGI-INF/bundle.info b/c3p0-0.9.5.5/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from c3p0-0.9.5.4/src/main/resources/OSGI-INF/bundle.info rename to c3p0-0.9.5.5/src/main/resources/OSGI-INF/bundle.info diff --git a/casbah-3.1.1/pom.xml b/casbah-3.1.1/pom.xml index 83542e7e66..408906c66b 100644 --- a/casbah-3.1.1/pom.xml +++ b/casbah-3.1.1/pom.xml @@ -61,7 +61,7 @@ releases.scala-tools.org - http://scala-tools.org/repo-releases + https://scala-tools.org/repo-releases true diff --git a/castor-1.4.1/pom.xml b/castor-1.4.1/pom.xml index 6b420da1eb..7e163974bd 100644 --- a/castor-1.4.1/pom.xml +++ b/castor-1.4.1/pom.xml @@ -30,7 +30,7 @@ org.apache.servicemix.bundles org.apache.servicemix.bundles.castor - 1.4.1_2-SNAPSHOT + 1.4.1_3-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -57,6 +57,7 @@ org.w3c.dom, org.xml.sax*, org.apache.commons.lang;version="[2.1,3)", + org.apache.commons.lang3;version="[3.4,4)", org.apache.oro*;version="[2,3)", org.apache.regexp*;version="[1.4,2)", org.springframework.stereotype;resolution:=optional, diff --git a/cglib-3.2.10/pom.xml b/cglib-3.3.0/pom.xml similarity index 95% rename from cglib-3.2.10/pom.xml rename to cglib-3.3.0/pom.xml index fcc1d71886..96d97bcdbc 100644 --- a/cglib-3.2.10/pom.xml +++ b/cglib-3.3.0/pom.xml @@ -24,14 +24,14 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.cglib bundle - 3.2.10_2-SNAPSHOT + 3.3.0_2-SNAPSHOT Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps cglib-nodep ${pkgVersion} jar file. @@ -45,13 +45,13 @@ cglib cglib - 3.2.10 + 3.3.0 net.sf.cglib net.sf.cglib.asm.util;resolution:=optional, - org.apache.tools.ant*;version="[1.6,2)";resolution:=optional + org.apache.tools.ant*;version="[1.6,3)";resolution:=optional diff --git a/cglib-3.2.10/src/main/resources/OSGI-INF/bundle.info b/cglib-3.3.0/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from cglib-3.2.10/src/main/resources/OSGI-INF/bundle.info rename to cglib-3.3.0/src/main/resources/OSGI-INF/bundle.info diff --git a/chunk-templates-3.5.0/pom.xml b/chunk-templates-3.6.2/pom.xml similarity index 97% rename from chunk-templates-3.5.0/pom.xml rename to chunk-templates-3.6.2/pom.xml index 5e095ad381..a895dd9344 100644 --- a/chunk-templates-3.5.0/pom.xml +++ b/chunk-templates-3.6.2/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.chunk-templates - 3.5.0_2-SNAPSHOT + 3.6.2_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,7 @@ com.x5dev chunk-templates - 3.5.0 + 3.6.2 com.x5.template;version=${pkgVersion};-split-package:=merge-first, com.x5.template.filters;version=${pkgVersion};-split-package:=merge-first, diff --git a/chunk-templates-3.5.0/src/main/resources/OSGI-INF/bundle.info b/chunk-templates-3.6.2/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from chunk-templates-3.5.0/src/main/resources/OSGI-INF/bundle.info rename to chunk-templates-3.6.2/src/main/resources/OSGI-INF/bundle.info diff --git a/commons-collections-3.2.1/src/main/resources/OSGI-INF/bundle.info b/commons-collections-3.2.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 4958b8bbd3..0000000000 --- a/commons-collections-3.2.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,31 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - The Java Collections Framework was a major addition in JDK 1.2. It added many powerful data structures that - accelerate development of most significant Java applications. Since that time it has become the recognised - standard for collection handling in Java. - - Commons-Collections seek to build upon the JDK classes by providing new interfaces, implementations and - utilities. There are many features, including: - - * Bag interface for collections that have a number of copies of each object - * Buffer interface for collections that have a well defined removal order, like FIFOs - * BidiMap interface for maps that can be looked up from value to key as well and key to value - * MapIterator interface to provide simple and quick iteration over maps - * Type checking decorators to ensure that only instances of a certain type can be added - * Transforming decorators that alter each object as it is added to the collection - * Composite collections that make multiple collections look like one - * Ordered maps and sets that retain the order elements are added in, including an LRU based map - * Identity map that compares objects based on their identity (==) instead of the equals method - * Reference map that allows keys and/or values to be garbage collected under close control - * Many comparator implementations - * Many iterator implementations - * Adapter classes from array and enumerations to collections - * Utilities to test or create typical set-theory properties of collections such as union, intersection, and closure - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://commons.apache.org/collections/\u001B[0m diff --git a/commons-compiler-3.0.12/pom.xml b/commons-compiler-3.1.12/pom.xml similarity index 95% rename from commons-compiler-3.0.12/pom.xml rename to commons-compiler-3.1.12/pom.xml index 8a049b86c6..6f9cbb7dc6 100644 --- a/commons-compiler-3.0.12/pom.xml +++ b/commons-compiler-3.1.12/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.commons-compiler - 3.0.12_2-SNAPSHOT + 3.1.12_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -43,9 +43,10 @@ + 3.1.12.1 org.codehaus.janino commons-compiler - 3.0.12 + 3.1.12 org.codehaus.commons.compiler diff --git a/commons-compiler-3.0.12/src/main/resources/OSGI-INF/bundle.info b/commons-compiler-3.1.12/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from commons-compiler-3.0.12/src/main/resources/OSGI-INF/bundle.info rename to commons-compiler-3.1.12/src/main/resources/OSGI-INF/bundle.info diff --git a/conscrypt-openjdk-uber-2.1.0/pom.xml b/conscrypt-openjdk-uber-2.5.2/pom.xml similarity index 98% rename from conscrypt-openjdk-uber-2.1.0/pom.xml rename to conscrypt-openjdk-uber-2.5.2/pom.xml index 7080ddd7b4..40f07a1fc8 100644 --- a/conscrypt-openjdk-uber-2.1.0/pom.xml +++ b/conscrypt-openjdk-uber-2.5.2/pom.xml @@ -30,7 +30,7 @@ org.apache.servicemix.bundles org.apache.servicemix.bundles.conscrypt-openjdk - 2.1.0_2-SNAPSHOT + 2.5.2_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,7 @@ org.conscrypt conscrypt-openjdk-uber - 2.1.0 + 2.5.2 org.conscrypt diff --git a/conscrypt-openjdk-uber-2.1.0/src/main/resources/OSGI-INF/bundle.info b/conscrypt-openjdk-uber-2.5.2/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from conscrypt-openjdk-uber-2.1.0/src/main/resources/OSGI-INF/bundle.info rename to conscrypt-openjdk-uber-2.5.2/src/main/resources/OSGI-INF/bundle.info diff --git a/dbunit-2.6.0/pom.xml b/dbunit-2.7.3/pom.xml similarity index 97% rename from dbunit-2.6.0/pom.xml rename to dbunit-2.7.3/pom.xml index 46a6d5552c..e303b56c15 100644 --- a/dbunit-2.6.0/pom.xml +++ b/dbunit-2.7.3/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.dbunit - 2.6.0_2-SNAPSHOT + 2.7.3_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,7 @@ org.dbunit dbunit - 2.6.0 + 2.7.3 org.dbunit diff --git a/dbunit-2.6.0/src/main/resources/OSGI-INF/bundle.info b/dbunit-2.7.3/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from dbunit-2.6.0/src/main/resources/OSGI-INF/bundle.info rename to dbunit-2.7.3/src/main/resources/OSGI-INF/bundle.info diff --git a/derby-10.15.1.3/pom.xml b/derby-10.16.1.1/pom.xml similarity index 97% rename from derby-10.15.1.3/pom.xml rename to derby-10.16.1.1/pom.xml index fa8a202d5d..95c9120ed0 100644 --- a/derby-10.15.1.3/pom.xml +++ b/derby-10.16.1.1/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.derby - 10.15.1.3_2-SNAPSHOT + 10.16.1.1_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: derby This OSGi bundle wraps derby, derbyclient, and derbynet ${pkgVersion} jar files. @@ -44,7 +44,8 @@ org.apache.derby - 10.15.1.3 + 10.16.1.1 + 10.16.1.1.1 org.apache.derby diff --git a/derby-10.15.1.3/src/main/resources/OSGI-INF/bundle.info b/derby-10.16.1.1/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from derby-10.15.1.3/src/main/resources/OSGI-INF/bundle.info rename to derby-10.16.1.1/src/main/resources/OSGI-INF/bundle.info diff --git a/derbynet-10.15.1.3/pom.xml b/derbynet-10.16.1.1/pom.xml similarity index 97% rename from derbynet-10.15.1.3/pom.xml rename to derbynet-10.16.1.1/pom.xml index ca442e6f78..58790f2b55 100644 --- a/derbynet-10.15.1.3/pom.xml +++ b/derbynet-10.16.1.1/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.derbynet - 10.15.1.3_2-SNAPSHOT + 10.16.1.1_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ org.apache.derby derbynet - 10.15.1.3 + 10.16.1.1 + 10.16.1.1.1 org.apache.derby.drda;version=${pkgVersion};-split-package:=merge-first, org.apache.derby.impl.drda;version=${pkgVersion};-split-package:=merge-first, diff --git a/derbynet-10.15.1.3/src/main/resources/OSGI-INF/bundle.info b/derbynet-10.16.1.1/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from derbynet-10.15.1.3/src/main/resources/OSGI-INF/bundle.info rename to derbynet-10.16.1.1/src/main/resources/OSGI-INF/bundle.info diff --git a/dnsjava-2.1.8/pom.xml b/dnsjava-3.5.3/pom.xml similarity index 92% rename from dnsjava-2.1.8/pom.xml rename to dnsjava-3.5.3/pom.xml index f444853967..fa280d5b5c 100644 --- a/dnsjava-2.1.8/pom.xml +++ b/dnsjava-3.5.3/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.dnsjava - 2.1.8_2-SNAPSHOT + 3.5.3_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -39,13 +39,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD + HEAD dnsjava dnsjava - 2.1.8 + 3.5.3 + 3.5.3.1 org.xbill @@ -53,7 +54,8 @@ javax.crypto*, android.os;resolution:=optional, junit.framework;resolution:=optional, - sun.net.spi.nameservice;resolution:=optional + sun.net.spi.nameservice;resolution:=optional, + org.slf4j;resolution:=optional diff --git a/dnsjava-2.1.8/src/main/resources/OSGI-INF/bundle.info b/dnsjava-3.5.3/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from dnsjava-2.1.8/src/main/resources/OSGI-INF/bundle.info rename to dnsjava-3.5.3/src/main/resources/OSGI-INF/bundle.info diff --git a/docker-java-3.1.2/pom.xml b/docker-java-3.3.4/pom.xml similarity index 95% rename from docker-java-3.1.2/pom.xml rename to docker-java-3.3.4/pom.xml index c853676295..fd7af8e8c7 100644 --- a/docker-java-3.1.2/pom.xml +++ b/docker-java-3.3.4/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.docker-java - 3.1.2_1-SNAPSHOT + 3.3.4_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -39,12 +39,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD com.github.docker-java docker-java - 3.1.2 + 3.3.4 + 3.3.4.1 com.github.dockerjava diff --git a/docker-java-3.1.2/src/main/resources/OSGI-INF/bundle.info b/docker-java-3.3.4/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from docker-java-3.1.2/src/main/resources/OSGI-INF/bundle.info rename to docker-java-3.3.4/src/main/resources/OSGI-INF/bundle.info diff --git a/dom4j-2.1.1/pom.xml b/dom4j-2.1.4/pom.xml similarity index 96% rename from dom4j-2.1.1/pom.xml rename to dom4j-2.1.4/pom.xml index 000ea8cd1a..90f29ec325 100644 --- a/dom4j-2.1.1/pom.xml +++ b/dom4j-2.1.4/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.dom4j - 2.1.1_2-SNAPSHOT + 2.1.4_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ org.dom4j dom4j - 2.1.1 + 2.1.4 + 2.1.4.1 org.dom4j diff --git a/dom4j-2.1.1/src/main/resources/OSGI-INF/bundle.info b/dom4j-2.1.4/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from dom4j-2.1.1/src/main/resources/OSGI-INF/bundle.info rename to dom4j-2.1.4/src/main/resources/OSGI-INF/bundle.info diff --git a/elasticsearch-2.2.1/pom.xml b/elasticsearch-2.2.1/pom.xml deleted file mode 100644 index 6a37f911f3..0000000000 --- a/elasticsearch-2.2.1/pom.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 13 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.elasticsearch - 2.2.1_3-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD - - - - org.elasticsearch - elasticsearch - 2.2.1 - - org.elasticsearch - - - com.google.common.collect, - com.fasterxml.jackson*;version="[2.6,2.7)", - com.fasterxml.jackson.core;version="[2.6,2.7)", - com.fasterxml.jackson.dataformat.yaml;version="[2.6,2.7)", - com.fasterxml.jackson.dataformat.smile;version="[2.6,2.7)", - com.sun.jna;resolution:=optional, - com.ning.compress.lzf.util, - *;resolution:=optional - - - org.joda.time*;-split-package:=merge-first, - org.apache.lucene*;-split-package:=merge-first, - org.tartarus.snowball*, - org.apache.regexp, - com.twitter.jsr166e, - com.tdunning.math.stats, - com.carrotsearch.hppc*, - META-INF.* - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - sources - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:${pkgArtifactId} - org.apache.lucene:* - - - - - ${pkgGroupId}:${pkgArtifactId} - - config/** - - - - org.apache.lucene:* - - META-INF/services/** - - - - - - - true - true - - - - - - - diff --git a/elasticsearch-2.2.1/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-2.2.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index af11bfdac9..0000000000 --- a/elasticsearch-2.2.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - So, we build a web site or an application and want to add search to it, and - then it hits us: getting search working is hard. We want our search solution - to be fast, we want a painless setup and a completely free search schema, we - want to be able to index data simply using JSON over HTTP, we want our search - server to be always available, we want to be able to start with one machine - and scale to hundreds, we want real-time search, we want simple multi-tenancy, - and we want a solution that is built for the cloud. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.elasticsearch.org\u001B[0m diff --git a/elasticsearch-6.2.4/pom.xml b/elasticsearch-6.2.4/pom.xml deleted file mode 100644 index 1f0e475357..0000000000 --- a/elasticsearch-6.2.4/pom.xml +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 13 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.elasticsearch - 6.2.4_4-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD - - - - org.elasticsearch - elasticsearch - 6.2.4 - - !org.elasticsearch.client*, - org.elasticsearch*;version="${pkgVersion}";-split-package:=merge-first - - - !org.elasticsearch*, - !org.joda.time, - !org.joda.convert, - !org.locationtech.spatial4j*, - !com.vividsolutions.jts*, - !org.apache.lucene*, - com.google.common.collect, - com.fasterxml.jackson.core;version="[2.8,3)", - com.fasterxml.jackson.dataformat.yaml;version="[2.8,3)", - com.fasterxml.jackson.dataformat.smile;version="[2.8,3)", - com.sun.jna*;resolution:=optional, - com.ning.compress.lzf.util, - org.apache.logging.log4j*;version="[2.8,3)" - - - org.joda.time*;-split-package:=merge-first, - org.joda.convert*, - org.apache.lucene*;-split-package:=merge-first, - org.tartarus.snowball*, - com.tdunning.math.stats, - com.vividsolutions.jts*, - com.carrotsearch.hppc*, - joptsimple*, - org.HdrHistogram, - org.locationtech.spatial4j*, - META-INF.services.*;-split-package:=merge-first - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - - - org.elasticsearch.plugin - transport-netty4-client - ${pkgVersion} - - - org.apache.logging.log4j - log4j-core - 2.9.1 - - - org.apache.lucene - lucene-backward-codecs - 7.1.0 - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - sources - - - org.elasticsearch.plugin - transport-netty4-client - ${pkgVersion} - sources - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:${pkgArtifactId} - org.elasticsearch.plugin:transport-netty4client - org.apache.lucene:* - - - - - ${pkgGroupId}:${pkgArtifactId} - - config/** - META-INF/services/** - plugins.txt - - - - org.apache.lucene:* - - META-INF/services/** - - - - - - - true - true - - - - - - - diff --git a/elasticsearch-6.2.4/src/main/java/org/elasticsearch/common/logging/Loggers.java b/elasticsearch-6.2.4/src/main/java/org/elasticsearch/common/logging/Loggers.java deleted file mode 100644 index 97e1c4606d..0000000000 --- a/elasticsearch-6.2.4/src/main/java/org/elasticsearch/common/logging/Loggers.java +++ /dev/null @@ -1,154 +0,0 @@ -/* - * Licensed to Elasticsearch under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package org.elasticsearch.common.logging; - -import org.apache.logging.log4j.Level; -import org.apache.logging.log4j.Logger; -import org.apache.logging.log4j.core.Appender; -import org.elasticsearch.common.settings.Settings; -import org.elasticsearch.index.Index; -import org.elasticsearch.index.shard.ShardId; -import org.elasticsearch.node.Node; - -import java.util.ArrayList; -import java.util.List; - -import static java.util.Arrays.asList; -import static org.elasticsearch.common.util.CollectionUtils.asArrayList; - -/** - * A set of utilities around Logging. - */ -public class Loggers { - - public static final String SPACE = " "; - - public static Logger getLogger(Class clazz, Settings settings, ShardId shardId, String... prefixes) { - return getLogger(clazz, settings, shardId.getIndex(), asArrayList(Integer.toString(shardId.id()), prefixes).toArray(new String[0])); - } - - /** - * Just like {@link #getLogger(Class, org.elasticsearch.common.settings.Settings, ShardId, String...)} but String loggerName instead of - * Class. - */ - public static Logger getLogger(String loggerName, Settings settings, ShardId shardId, String... prefixes) { - return getLogger(loggerName, settings, - asArrayList(shardId.getIndexName(), Integer.toString(shardId.id()), prefixes).toArray(new String[0])); - } - - public static Logger getLogger(Class clazz, Settings settings, Index index, String... prefixes) { - return getLogger(clazz, settings, asArrayList(SPACE, index.getName(), prefixes).toArray(new String[0])); - } - - public static Logger getLogger(Class clazz, Settings settings, String... prefixes) { - final List prefixesList = prefixesList(settings, prefixes); - return getLogger(clazz, prefixesList.toArray(new String[prefixesList.size()])); - } - - public static Logger getLogger(String loggerName, Settings settings, String... prefixes) { - final List prefixesList = prefixesList(settings, prefixes); - return getLogger(loggerName, prefixesList.toArray(new String[prefixesList.size()])); - } - - private static List prefixesList(Settings settings, String... prefixes) { - List prefixesList = new ArrayList(); - if (Node.NODE_NAME_SETTING.exists(settings)) { - prefixesList.add(Node.NODE_NAME_SETTING.get(settings)); - } - if (prefixes != null && prefixes.length > 0) { - prefixesList.addAll(asList(prefixes)); - } - return prefixesList; - } - - public static Logger getLogger(Logger parentLogger, String s) { - assert parentLogger instanceof PrefixLogger; - return ESLoggerFactory.getLogger(((PrefixLogger)parentLogger).prefix(), parentLogger.getName() + s); - } - - public static Logger getLogger(String s) { - return ESLoggerFactory.getLogger(s); - } - - public static Logger getLogger(Class clazz) { - return ESLoggerFactory.getLogger(clazz); - } - - public static Logger getLogger(Class clazz, String... prefixes) { - return ESLoggerFactory.getLogger(formatPrefix(prefixes), clazz); - } - - public static Logger getLogger(String name, String... prefixes) { - return ESLoggerFactory.getLogger(formatPrefix(prefixes), name); - } - - private static String formatPrefix(String... prefixes) { - String prefix = null; - if (prefixes != null && prefixes.length > 0) { - StringBuilder sb = new StringBuilder(); - for (String prefixX : prefixes) { - if (prefixX != null) { - if (prefixX.equals(SPACE)) { - sb.append(" "); - } else { - sb.append("[").append(prefixX).append("]"); - } - } - } - if (sb.length() > 0) { - sb.append(" "); - prefix = sb.toString(); - } - } - return prefix; - } - - /** - * Set the level of the logger. If the new level is null, the logger will inherit it's level from its nearest ancestor with a non-null - * level. - */ - public static void setLevel(Logger logger, String level) { - final Level l; - if (level == null) { - l = null; - } else { - l = Level.valueOf(level); - } - setLevel(logger, l); - } - - public static void setLevel(Logger logger, Level level) { - // nothing to do - } - - public static void addAppender(final Logger logger, final Appender appender) { - // nothing to do - } - - public static void removeAppender(final Logger logger, final Appender appender) { - // nothing to do - } - - public static Appender findAppender(final Logger logger, final Class clazz) { - // nothing to do - return null; - } - -} diff --git a/elasticsearch-6.2.4/src/main/resources/META-INF/org.apache.lucene.codecs.Codec b/elasticsearch-6.2.4/src/main/resources/META-INF/org.apache.lucene.codecs.Codec deleted file mode 100644 index 087c8254d3..0000000000 --- a/elasticsearch-6.2.4/src/main/resources/META-INF/org.apache.lucene.codecs.Codec +++ /dev/null @@ -1,3 +0,0 @@ -org.apache.lucene.codecs.lucene60.Lucene60Codec -org.apache.lucene.codecs.lucene62.Lucene62Codec -org.apache.lucene.codecs.lucene70.Lucene70Codec diff --git a/elasticsearch-6.2.4/src/main/resources/META-INF/org.apache.lucene.codecs.DocValuesFormat b/elasticsearch-6.2.4/src/main/resources/META-INF/org.apache.lucene.codecs.DocValuesFormat deleted file mode 100644 index b069eb6719..0000000000 --- a/elasticsearch-6.2.4/src/main/resources/META-INF/org.apache.lucene.codecs.DocValuesFormat +++ /dev/null @@ -1,2 +0,0 @@ -org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat -org.apache.lucene.codecs.lucene70.Lucene70DocValuesFormat diff --git a/elasticsearch-6.2.4/src/main/resources/META-INF/org.apache.lucene.codecs.PostingsFormat b/elasticsearch-6.2.4/src/main/resources/META-INF/org.apache.lucene.codecs.PostingsFormat deleted file mode 100644 index 3b5682aa74..0000000000 --- a/elasticsearch-6.2.4/src/main/resources/META-INF/org.apache.lucene.codecs.PostingsFormat +++ /dev/null @@ -1 +0,0 @@ -org.apache.lucene.codecs.lucene50.Lucene50PostingsFormat diff --git a/elasticsearch-6.2.4/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-6.2.4/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index af11bfdac9..0000000000 --- a/elasticsearch-6.2.4/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - So, we build a web site or an application and want to add search to it, and - then it hits us: getting search working is hard. We want our search solution - to be fast, we want a painless setup and a completely free search schema, we - want to be able to index data simply using JSON over HTTP, we want our search - server to be always available, we want to be able to start with one machine - and scale to hundreds, we want real-time search, we want simple multi-tenancy, - and we want a solution that is built for the cloud. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.elasticsearch.org\u001B[0m diff --git a/elasticsearch-6.4.3/pom.xml b/elasticsearch-6.4.3/pom.xml deleted file mode 100644 index 82a1806b46..0000000000 --- a/elasticsearch-6.4.3/pom.xml +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 13 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.elasticsearch - 6.4.3_2-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD - - - - org.elasticsearch - elasticsearch - 6.4.3 - - !org.elasticsearch.client*; - org.elasticsearch*;version="${pkgVersion}";-split-package:=merge-first - - - !org.elasticsearch*, - !org.joda.time, - !org.joda.convert, - !org.locationtech.spatial4j*, - !com.vividsolutions.jts.geom, - !org.apache.lucene*, - com.google.common.collect, - com.fasterxml.jackson.core;version="[2.8,4)", - com.fasterxml.jackson.dataformat.yaml;version="[2.8,4)", - com.fasterxml.jackson.dataformat.smile;version="[2.8,4)", - com.sun.jna;resolution:=optional, - com.ning.compress.lzf.util, - org.apache.logging.log4j*;version="[2.8,4)", - * - - - org.joda.time*;-split-package:=merge-first, - org.joda.convert*, - org.apache.lucene*;-split-package:=merge-first, - org.tartarus.snowball*, - com.tdunning.math.stats, - com.vividsolutions.jts.geom, - com.carrotsearch.hppc*, - joptsimple*, - org.HdrHistogram, - org.locationtech.spatial4j*, - META-INF.services.*;-split-package:=merge-first - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - - - org.elasticsearch.plugin - transport-netty4-client - ${pkgVersion} - - - org.apache.logging.log4j - log4j-core - 2.9.1 - - - org.apache.lucene - lucene-backward-codecs - 7.1.0 - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - sources - - - org.elasticsearch.plugin - transport-netty4-client - ${pkgVersion} - sources - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:${pkgArtifactId} - org.elasticsearch.plugin:transport-netty4client - org.apache.lucene:* - - - - - ${pkgGroupId}:${pkgArtifactId} - - config/** - META-INF/services/** - plugins.txt - - - - org.apache.lucene:* - - META-INF/services/** - - - - - - - true - true - - - - - - - diff --git a/elasticsearch-6.4.3/src/main/java/org/elasticsearch/common/logging/Loggers.java b/elasticsearch-6.4.3/src/main/java/org/elasticsearch/common/logging/Loggers.java deleted file mode 100644 index 97e1c4606d..0000000000 --- a/elasticsearch-6.4.3/src/main/java/org/elasticsearch/common/logging/Loggers.java +++ /dev/null @@ -1,154 +0,0 @@ -/* - * Licensed to Elasticsearch under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package org.elasticsearch.common.logging; - -import org.apache.logging.log4j.Level; -import org.apache.logging.log4j.Logger; -import org.apache.logging.log4j.core.Appender; -import org.elasticsearch.common.settings.Settings; -import org.elasticsearch.index.Index; -import org.elasticsearch.index.shard.ShardId; -import org.elasticsearch.node.Node; - -import java.util.ArrayList; -import java.util.List; - -import static java.util.Arrays.asList; -import static org.elasticsearch.common.util.CollectionUtils.asArrayList; - -/** - * A set of utilities around Logging. - */ -public class Loggers { - - public static final String SPACE = " "; - - public static Logger getLogger(Class clazz, Settings settings, ShardId shardId, String... prefixes) { - return getLogger(clazz, settings, shardId.getIndex(), asArrayList(Integer.toString(shardId.id()), prefixes).toArray(new String[0])); - } - - /** - * Just like {@link #getLogger(Class, org.elasticsearch.common.settings.Settings, ShardId, String...)} but String loggerName instead of - * Class. - */ - public static Logger getLogger(String loggerName, Settings settings, ShardId shardId, String... prefixes) { - return getLogger(loggerName, settings, - asArrayList(shardId.getIndexName(), Integer.toString(shardId.id()), prefixes).toArray(new String[0])); - } - - public static Logger getLogger(Class clazz, Settings settings, Index index, String... prefixes) { - return getLogger(clazz, settings, asArrayList(SPACE, index.getName(), prefixes).toArray(new String[0])); - } - - public static Logger getLogger(Class clazz, Settings settings, String... prefixes) { - final List prefixesList = prefixesList(settings, prefixes); - return getLogger(clazz, prefixesList.toArray(new String[prefixesList.size()])); - } - - public static Logger getLogger(String loggerName, Settings settings, String... prefixes) { - final List prefixesList = prefixesList(settings, prefixes); - return getLogger(loggerName, prefixesList.toArray(new String[prefixesList.size()])); - } - - private static List prefixesList(Settings settings, String... prefixes) { - List prefixesList = new ArrayList(); - if (Node.NODE_NAME_SETTING.exists(settings)) { - prefixesList.add(Node.NODE_NAME_SETTING.get(settings)); - } - if (prefixes != null && prefixes.length > 0) { - prefixesList.addAll(asList(prefixes)); - } - return prefixesList; - } - - public static Logger getLogger(Logger parentLogger, String s) { - assert parentLogger instanceof PrefixLogger; - return ESLoggerFactory.getLogger(((PrefixLogger)parentLogger).prefix(), parentLogger.getName() + s); - } - - public static Logger getLogger(String s) { - return ESLoggerFactory.getLogger(s); - } - - public static Logger getLogger(Class clazz) { - return ESLoggerFactory.getLogger(clazz); - } - - public static Logger getLogger(Class clazz, String... prefixes) { - return ESLoggerFactory.getLogger(formatPrefix(prefixes), clazz); - } - - public static Logger getLogger(String name, String... prefixes) { - return ESLoggerFactory.getLogger(formatPrefix(prefixes), name); - } - - private static String formatPrefix(String... prefixes) { - String prefix = null; - if (prefixes != null && prefixes.length > 0) { - StringBuilder sb = new StringBuilder(); - for (String prefixX : prefixes) { - if (prefixX != null) { - if (prefixX.equals(SPACE)) { - sb.append(" "); - } else { - sb.append("[").append(prefixX).append("]"); - } - } - } - if (sb.length() > 0) { - sb.append(" "); - prefix = sb.toString(); - } - } - return prefix; - } - - /** - * Set the level of the logger. If the new level is null, the logger will inherit it's level from its nearest ancestor with a non-null - * level. - */ - public static void setLevel(Logger logger, String level) { - final Level l; - if (level == null) { - l = null; - } else { - l = Level.valueOf(level); - } - setLevel(logger, l); - } - - public static void setLevel(Logger logger, Level level) { - // nothing to do - } - - public static void addAppender(final Logger logger, final Appender appender) { - // nothing to do - } - - public static void removeAppender(final Logger logger, final Appender appender) { - // nothing to do - } - - public static Appender findAppender(final Logger logger, final Class clazz) { - // nothing to do - return null; - } - -} diff --git a/elasticsearch-6.4.3/src/main/resources/META-INF/org.apache.lucene.codecs.Codec b/elasticsearch-6.4.3/src/main/resources/META-INF/org.apache.lucene.codecs.Codec deleted file mode 100644 index 087c8254d3..0000000000 --- a/elasticsearch-6.4.3/src/main/resources/META-INF/org.apache.lucene.codecs.Codec +++ /dev/null @@ -1,3 +0,0 @@ -org.apache.lucene.codecs.lucene60.Lucene60Codec -org.apache.lucene.codecs.lucene62.Lucene62Codec -org.apache.lucene.codecs.lucene70.Lucene70Codec diff --git a/elasticsearch-6.4.3/src/main/resources/META-INF/org.apache.lucene.codecs.DocValuesFormat b/elasticsearch-6.4.3/src/main/resources/META-INF/org.apache.lucene.codecs.DocValuesFormat deleted file mode 100644 index b069eb6719..0000000000 --- a/elasticsearch-6.4.3/src/main/resources/META-INF/org.apache.lucene.codecs.DocValuesFormat +++ /dev/null @@ -1,2 +0,0 @@ -org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat -org.apache.lucene.codecs.lucene70.Lucene70DocValuesFormat diff --git a/elasticsearch-6.4.3/src/main/resources/META-INF/org.apache.lucene.codecs.PostingsFormat b/elasticsearch-6.4.3/src/main/resources/META-INF/org.apache.lucene.codecs.PostingsFormat deleted file mode 100644 index 3b5682aa74..0000000000 --- a/elasticsearch-6.4.3/src/main/resources/META-INF/org.apache.lucene.codecs.PostingsFormat +++ /dev/null @@ -1 +0,0 @@ -org.apache.lucene.codecs.lucene50.Lucene50PostingsFormat diff --git a/elasticsearch-6.4.3/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-6.4.3/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index af11bfdac9..0000000000 --- a/elasticsearch-6.4.3/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - So, we build a web site or an application and want to add search to it, and - then it hits us: getting search working is hard. We want our search solution - to be fast, we want a painless setup and a completely free search schema, we - want to be able to index data simply using JSON over HTTP, we want our search - server to be always available, we want to be able to start with one machine - and scale to hundreds, we want real-time search, we want simple multi-tenancy, - and we want a solution that is built for the cloud. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.elasticsearch.org\u001B[0m diff --git a/elasticsearch-6.5.4/pom.xml b/elasticsearch-6.5.4/pom.xml deleted file mode 100644 index 86238f7a8c..0000000000 --- a/elasticsearch-6.5.4/pom.xml +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 13 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.elasticsearch - 6.5.4_2-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD - - - - org.elasticsearch - elasticsearch - 6.5.4 - - !org.elasticsearch.client*, - org.elasticsearch*;version="${pkgVersion}";-split-package:=merge-first - - - !org.elasticsearch*, - !org.joda.time, - !org.joda.convert, - !org.locationtech.spatial4j*, - !com.vividsolutions.jts.geom, - !org.apache.lucene*, - com.google.common.collect, - com.google.common.geometry;resolution:=optional, - com.fasterxml.jackson.core;version="[2.8,4)", - com.fasterxml.jackson.dataformat.yaml;version="[2.8,4)", - com.fasterxml.jackson.dataformat.smile;version="[2.8,4)", - com.sun.jna;resolution:=optional, - com.ning.compress.lzf.util, - org.apache.logging.log4j*;version="[2.8,4)", - com.sun.jna*;resolution:=optional, - org.locationtech.jts.geom;resolution:=optional, - * - - - org.joda.time*;-split-package:=merge-first, - org.joda.convert*, - org.apache.lucene*;-split-package:=merge-first, - org.tartarus.snowball*, - com.tdunning.math.stats, - com.vividsolutions.jts.geom, - com.carrotsearch.hppc*, - joptsimple*, - org.HdrHistogram, - org.locationtech.spatial4j*, - META-INF.services.*;-split-package:=merge-first - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - - - org.elasticsearch.plugin - transport-netty4-client - ${pkgVersion} - - - org.apache.logging.log4j - log4j-core - 2.9.1 - - - org.apache.lucene - lucene-backward-codecs - 7.5.0 - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - sources - - - org.elasticsearch.plugin - transport-netty4-client - ${pkgVersion} - sources - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:${pkgArtifactId} - org.elasticsearch.plugin:transport-netty4client - org.apache.lucene:* - - - - - ${pkgGroupId}:${pkgArtifactId} - - config/** - META-INF/services/** - plugins.txt - - - - org.apache.lucene:* - - META-INF/services/** - - - - - - - true - true - - - - - - - diff --git a/elasticsearch-6.5.4/src/main/java/org/elasticsearch/common/logging/Loggers.java b/elasticsearch-6.5.4/src/main/java/org/elasticsearch/common/logging/Loggers.java deleted file mode 100644 index df9d016761..0000000000 --- a/elasticsearch-6.5.4/src/main/java/org/elasticsearch/common/logging/Loggers.java +++ /dev/null @@ -1,154 +0,0 @@ -/* - * Licensed to Elasticsearch under one or more contributor - * license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright - * ownership. Elasticsearch licenses this file to you under - * the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package org.elasticsearch.common.logging; - -import org.apache.logging.log4j.Level; -import org.apache.logging.log4j.Logger; -import org.apache.logging.log4j.core.Appender; -import org.elasticsearch.common.settings.Settings; -import org.elasticsearch.index.Index; -import org.elasticsearch.index.shard.ShardId; -import org.elasticsearch.node.Node; - -import java.util.ArrayList; -import java.util.List; - -import static java.util.Arrays.asList; -import static org.elasticsearch.common.util.CollectionUtils.asArrayList; - -/** - * A set of utilities around Logging. - */ -public class Loggers { - - public static final String SPACE = " "; - - public static Logger getLogger(Class clazz, Settings settings, ShardId shardId, String... prefixes) { - return getLogger(clazz, settings, shardId.getIndex(), asArrayList(Integer.toString(shardId.id()), prefixes).toArray(new String[0])); - } - - /** - * Just like {@link #getLogger(Class, org.elasticsearch.common.settings.Settings, ShardId, String...)} but String loggerName instead of - * Class. - */ - public static Logger getLogger(String loggerName, Settings settings, ShardId shardId, String... prefixes) { - return getLogger(loggerName, settings, - asArrayList(shardId.getIndexName(), Integer.toString(shardId.id()), prefixes).toArray(new String[0])); - } - - public static Logger getLogger(Class clazz, Settings settings, Index index, String... prefixes) { - return getLogger(clazz, settings, asArrayList(SPACE, index.getName(), prefixes).toArray(new String[0])); - } - - public static Logger getLogger(Class clazz, Settings settings, String... prefixes) { - final List prefixesList = prefixesList(settings, prefixes); - return getLogger(clazz, prefixesList.toArray(new String[prefixesList.size()])); - } - - public static Logger getLogger(String loggerName, Settings settings, String... prefixes) { - final List prefixesList = prefixesList(settings, prefixes); - return getLogger(loggerName, prefixesList.toArray(new String[prefixesList.size()])); - } - - private static List prefixesList(Settings settings, String... prefixes) { - List prefixesList = new ArrayList(); - if (Node.NODE_NAME_SETTING.exists(settings)) { - prefixesList.add(Node.NODE_NAME_SETTING.get(settings)); - } - if (prefixes != null && prefixes.length > 0) { - prefixesList.addAll(asList(prefixes)); - } - return prefixesList; - } - - public static Logger getLogger(Logger parentLogger, String s) { - assert parentLogger instanceof PrefixLogger; - return ESLoggerFactory.getLogger(((PrefixLogger)parentLogger).prefix(), parentLogger.getName() + s); - } - - public static Logger getLogger(String s) { - return ESLoggerFactory.getLogger(null, s); - } - - public static Logger getLogger(Class clazz) { - return ESLoggerFactory.getLogger(null, clazz); - } - - public static Logger getLogger(Class clazz, String... prefixes) { - return ESLoggerFactory.getLogger(formatPrefix(prefixes), clazz); - } - - public static Logger getLogger(String name, String... prefixes) { - return ESLoggerFactory.getLogger(formatPrefix(prefixes), name); - } - - private static String formatPrefix(String... prefixes) { - String prefix = null; - if (prefixes != null && prefixes.length > 0) { - StringBuilder sb = new StringBuilder(); - for (String prefixX : prefixes) { - if (prefixX != null) { - if (prefixX.equals(SPACE)) { - sb.append(" "); - } else { - sb.append("[").append(prefixX).append("]"); - } - } - } - if (sb.length() > 0) { - sb.append(" "); - prefix = sb.toString(); - } - } - return prefix; - } - - /** - * Set the level of the logger. If the new level is null, the logger will inherit it's level from its nearest ancestor with a non-null - * level. - */ - public static void setLevel(Logger logger, String level) { - final Level l; - if (level == null) { - l = null; - } else { - l = Level.valueOf(level); - } - setLevel(logger, l); - } - - public static void setLevel(Logger logger, Level level) { - // nothing to do - } - - public static void addAppender(final Logger logger, final Appender appender) { - // nothing to do - } - - public static void removeAppender(final Logger logger, final Appender appender) { - // nothing to do - } - - public static Appender findAppender(final Logger logger, final Class clazz) { - // nothing to do - return null; - } - -} diff --git a/elasticsearch-6.5.4/src/main/resources/META-INF/org.apache.lucene.codecs.Codec b/elasticsearch-6.5.4/src/main/resources/META-INF/org.apache.lucene.codecs.Codec deleted file mode 100644 index 087c8254d3..0000000000 --- a/elasticsearch-6.5.4/src/main/resources/META-INF/org.apache.lucene.codecs.Codec +++ /dev/null @@ -1,3 +0,0 @@ -org.apache.lucene.codecs.lucene60.Lucene60Codec -org.apache.lucene.codecs.lucene62.Lucene62Codec -org.apache.lucene.codecs.lucene70.Lucene70Codec diff --git a/elasticsearch-6.5.4/src/main/resources/META-INF/org.apache.lucene.codecs.DocValuesFormat b/elasticsearch-6.5.4/src/main/resources/META-INF/org.apache.lucene.codecs.DocValuesFormat deleted file mode 100644 index b069eb6719..0000000000 --- a/elasticsearch-6.5.4/src/main/resources/META-INF/org.apache.lucene.codecs.DocValuesFormat +++ /dev/null @@ -1,2 +0,0 @@ -org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat -org.apache.lucene.codecs.lucene70.Lucene70DocValuesFormat diff --git a/elasticsearch-6.5.4/src/main/resources/META-INF/org.apache.lucene.codecs.PostingsFormat b/elasticsearch-6.5.4/src/main/resources/META-INF/org.apache.lucene.codecs.PostingsFormat deleted file mode 100644 index 3b5682aa74..0000000000 --- a/elasticsearch-6.5.4/src/main/resources/META-INF/org.apache.lucene.codecs.PostingsFormat +++ /dev/null @@ -1 +0,0 @@ -org.apache.lucene.codecs.lucene50.Lucene50PostingsFormat diff --git a/elasticsearch-6.5.4/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-6.5.4/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index af11bfdac9..0000000000 --- a/elasticsearch-6.5.4/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - So, we build a web site or an application and want to add search to it, and - then it hits us: getting search working is hard. We want our search solution - to be fast, we want a painless setup and a completely free search schema, we - want to be able to index data simply using JSON over HTTP, we want our search - server to be always available, we want to be able to start with one machine - and scale to hundreds, we want real-time search, we want simple multi-tenancy, - and we want a solution that is built for the cloud. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.elasticsearch.org\u001B[0m diff --git a/elasticsearch-6.6.2/pom.xml b/elasticsearch-6.6.2/pom.xml deleted file mode 100644 index 3ef013ef0f..0000000000 --- a/elasticsearch-6.6.2/pom.xml +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 14 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.elasticsearch - 6.6.2_2-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD - - - - org.elasticsearch - elasticsearch - 6.6.2 - - !org.elasticsearch.client*, - org.elasticsearch*;version="${pkgVersion}";-split-package:=merge-first - - - !org.elasticsearch*, - !org.joda.time, - !org.joda.convert, - !org.locationtech.spatial4j*, - !com.vividsolutions.jts.geom, - !org.apache.lucene*, - com.google.common.collect;resolution:=optional, - com.google.common.geometry;resolution:=optional, - com.fasterxml.jackson.core;version="[2.8,4)", - com.fasterxml.jackson.dataformat.yaml;version="[2.8,4)", - com.fasterxml.jackson.dataformat.smile;version="[2.8,4)", - com.sun.jna;resolution:=optional, - com.ning.compress.lzf.util, - org.apache.logging.log4j*;version="[2.8,4)", - com.sun.jna*;resolution:=optional, - org.locationtech.jts.geom;resolution:=optional, - * - - - org.joda.time*;-split-package:=merge-first, - org.joda.convert*, - org.apache.lucene*;-split-package:=merge-first, - org.tartarus.snowball*, - com.tdunning.math.stats, - com.vividsolutions.jts.geom, - com.carrotsearch.hppc*, - joptsimple*, - org.HdrHistogram, - org.locationtech.spatial4j*, - META-INF.services.*;-split-package:=merge-first - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - - - org.elasticsearch.plugin - transport-netty4-client - ${pkgVersion} - - - org.apache.logging.log4j - log4j-core - 2.9.1 - - - org.apache.lucene - lucene-backward-codecs - 7.5.0 - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - sources - - - org.elasticsearch.plugin - transport-netty4-client - ${pkgVersion} - sources - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:${pkgArtifactId} - org.elasticsearch.plugin:transport-netty4client - org.apache.lucene:* - - - - - ${pkgGroupId}:${pkgArtifactId} - - config/** - META-INF/services/** - plugins.txt - - - - org.apache.lucene:* - - META-INF/services/** - - - - - - - true - true - - - - - - - diff --git a/elasticsearch-6.6.2/src/main/resources/META-INF/org.apache.lucene.codecs.Codec b/elasticsearch-6.6.2/src/main/resources/META-INF/org.apache.lucene.codecs.Codec deleted file mode 100644 index 087c8254d3..0000000000 --- a/elasticsearch-6.6.2/src/main/resources/META-INF/org.apache.lucene.codecs.Codec +++ /dev/null @@ -1,3 +0,0 @@ -org.apache.lucene.codecs.lucene60.Lucene60Codec -org.apache.lucene.codecs.lucene62.Lucene62Codec -org.apache.lucene.codecs.lucene70.Lucene70Codec diff --git a/elasticsearch-6.6.2/src/main/resources/META-INF/org.apache.lucene.codecs.DocValuesFormat b/elasticsearch-6.6.2/src/main/resources/META-INF/org.apache.lucene.codecs.DocValuesFormat deleted file mode 100644 index b069eb6719..0000000000 --- a/elasticsearch-6.6.2/src/main/resources/META-INF/org.apache.lucene.codecs.DocValuesFormat +++ /dev/null @@ -1,2 +0,0 @@ -org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat -org.apache.lucene.codecs.lucene70.Lucene70DocValuesFormat diff --git a/elasticsearch-6.6.2/src/main/resources/META-INF/org.apache.lucene.codecs.PostingsFormat b/elasticsearch-6.6.2/src/main/resources/META-INF/org.apache.lucene.codecs.PostingsFormat deleted file mode 100644 index 3b5682aa74..0000000000 --- a/elasticsearch-6.6.2/src/main/resources/META-INF/org.apache.lucene.codecs.PostingsFormat +++ /dev/null @@ -1 +0,0 @@ -org.apache.lucene.codecs.lucene50.Lucene50PostingsFormat diff --git a/elasticsearch-6.6.2/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-6.6.2/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index af11bfdac9..0000000000 --- a/elasticsearch-6.6.2/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - So, we build a web site or an application and want to add search to it, and - then it hits us: getting search working is hard. We want our search solution - to be fast, we want a painless setup and a completely free search schema, we - want to be able to index data simply using JSON over HTTP, we want our search - server to be always available, we want to be able to start with one machine - and scale to hundreds, we want real-time search, we want simple multi-tenancy, - and we want a solution that is built for the cloud. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.elasticsearch.org\u001B[0m diff --git a/elasticsearch-7.0.0/pom.xml b/elasticsearch-7.0.0/pom.xml deleted file mode 100644 index d54c24dafa..0000000000 --- a/elasticsearch-7.0.0/pom.xml +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 14 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.elasticsearch - 7.0.0_1-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - - - - org.elasticsearch - elasticsearch - 7.0.0 - - !org.elasticsearch.client*, - org.elasticsearch*;version="${pkgVersion}";-split-package:=merge-first - - - !org.elasticsearch*, - !org.joda.time, - !org.joda.convert, - !org.locationtech.spatial4j*, - !com.vividsolutions.jts.geom, - !org.apache.lucene*, - com.google.common.collect;resolution:=optional, - com.google.common.geometry;resolution:=optional, - com.fasterxml.jackson.core;version="[2.8,4)", - com.fasterxml.jackson.dataformat.yaml;version="[2.8,4)", - com.fasterxml.jackson.dataformat.smile;version="[2.8,4)", - com.sun.jna;resolution:=optional, - com.ning.compress.lzf.util, - org.apache.logging.log4j*;version="[2.8,4)", - com.sun.jna*;resolution:=optional, - org.locationtech.jts.geom;resolution:=optional, - * - - - org.joda.time*;-split-package:=merge-first, - org.joda.convert*, - org.apache.lucene*;-split-package:=merge-first, - org.tartarus.snowball*, - com.tdunning.math.stats, - com.vividsolutions.jts.geom, - com.carrotsearch.hppc*, - joptsimple*, - org.HdrHistogram, - org.locationtech.spatial4j*, - META-INF.services.*;-split-package:=merge-first - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - - - org.elasticsearch.plugin - transport-netty4-client - ${pkgVersion} - - - org.apache.logging.log4j - log4j-core - 2.9.1 - - - org.apache.lucene - lucene-backward-codecs - 8.0.0 - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - sources - - - org.elasticsearch.plugin - transport-netty4-client - ${pkgVersion} - sources - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:${pkgArtifactId} - org.elasticsearch.plugin:transport-netty4client - org.apache.lucene:* - - - - - ${pkgGroupId}:${pkgArtifactId} - - config/** - META-INF/services/** - plugins.txt - - - - org.apache.lucene:* - - META-INF/services/** - - - - - - - true - true - - - - - - - diff --git a/elasticsearch-7.0.0/src/main/resources/META-INF/org.apache.lucene.codecs.Codec b/elasticsearch-7.0.0/src/main/resources/META-INF/org.apache.lucene.codecs.Codec deleted file mode 100644 index 505f1c8bfe..0000000000 --- a/elasticsearch-7.0.0/src/main/resources/META-INF/org.apache.lucene.codecs.Codec +++ /dev/null @@ -1,4 +0,0 @@ -org.apache.lucene.codecs.lucene60.Lucene60Codec -org.apache.lucene.codecs.lucene62.Lucene62Codec -org.apache.lucene.codecs.lucene70.Lucene70Codec -org.apache.lucene.codecs.lucene80.Lucene80Codec diff --git a/elasticsearch-7.0.0/src/main/resources/META-INF/org.apache.lucene.codecs.DocValuesFormat b/elasticsearch-7.0.0/src/main/resources/META-INF/org.apache.lucene.codecs.DocValuesFormat deleted file mode 100644 index 53cebe220a..0000000000 --- a/elasticsearch-7.0.0/src/main/resources/META-INF/org.apache.lucene.codecs.DocValuesFormat +++ /dev/null @@ -1,3 +0,0 @@ -org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat -org.apache.lucene.codecs.lucene70.Lucene70DocValuesFormat -org.apache.lucene.codecs.lucene80.Lucene80DocValuesFormat diff --git a/elasticsearch-7.0.0/src/main/resources/META-INF/org.apache.lucene.codecs.PostingsFormat b/elasticsearch-7.0.0/src/main/resources/META-INF/org.apache.lucene.codecs.PostingsFormat deleted file mode 100644 index 3b5682aa74..0000000000 --- a/elasticsearch-7.0.0/src/main/resources/META-INF/org.apache.lucene.codecs.PostingsFormat +++ /dev/null @@ -1 +0,0 @@ -org.apache.lucene.codecs.lucene50.Lucene50PostingsFormat diff --git a/elasticsearch-7.0.0/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-7.0.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index af11bfdac9..0000000000 --- a/elasticsearch-7.0.0/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - So, we build a web site or an application and want to add search to it, and - then it hits us: getting search working is hard. We want our search solution - to be fast, we want a painless setup and a completely free search schema, we - want to be able to index data simply using JSON over HTTP, we want our search - server to be always available, we want to be able to start with one machine - and scale to hundreds, we want real-time search, we want simple multi-tenancy, - and we want a solution that is built for the cloud. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.elasticsearch.org\u001B[0m diff --git a/elasticsearch-client-6.2.4/pom.xml b/elasticsearch-client-6.2.4/pom.xml deleted file mode 100644 index 858f14c6db..0000000000 --- a/elasticsearch-client-6.2.4/pom.xml +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 13 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.elasticsearch-client - 6.2.4_4-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: elasticsearch-client - This OSGi bundle wraps elasticsearch-client ${pkgVersion} jar files. - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD - - - - org.elasticsearch.client - 6.2.4 - - org.elasticsearch.client;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.client.sniff;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.transport.client;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.client.transport;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.client.support;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.client.node;version="${pkgVersion}";-split-package:=merge-first - - - - - - - - - ${pkgGroupId} - elasticsearch-rest-client - ${pkgVersion} - - - ${pkgGroupId} - elasticsearch-rest-client-sniffer - ${pkgVersion} - - - ${pkgGroupId} - elasticsearch-rest-high-level-client - ${pkgVersion} - - - ${pkgGroupId} - transport - ${pkgVersion} - - - - - ${pkgGroupId} - elasticsearch-rest-client - ${pkgVersion} - sources - - - ${pkgGroupId} - elasticsearch-rest-client-sniffer - ${pkgVersion} - sources - - - ${pkgGroupId} - elasticsearch-rest-high-level-client - ${pkgVersion} - sources - - - ${pkgGroupId} - transport - ${pkgVersion} - sources - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:elasticsearch-rest-client - ${pkgGroupId}:elasticsearch-rest-client-sniffer - ${pkgGroupId}:elasticsearch-rest-high-level-client - ${pkgGroupId}:transport - - - - - ${pkgGroupId}:elasticsearch-rest-client - - **/* - - - - ${pkgGroupId}:elasticsearch-rest-client-sniffer - - **/* - - - - ${pkgGroupId}:elasticsearch-rest-high-level-client - - **/* - - - - ${pkgGroupId}:transport - - **/* - - - - true - true - - - - - - - diff --git a/elasticsearch-client-6.2.4/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-client-6.2.4/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 633bf8b26e..0000000000 --- a/elasticsearch-client-6.2.4/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,14 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/rest/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/transport/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/sniffer/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - This is the elasticsearch client bundle introduced in Elasticsearch 5.x. - It allows you to communicate with Elasticsearch instances. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.elasticsearch.org\u001B[0m diff --git a/elasticsearch-client-6.4.3/pom.xml b/elasticsearch-client-6.4.3/pom.xml deleted file mode 100644 index e067a32441..0000000000 --- a/elasticsearch-client-6.4.3/pom.xml +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 13 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.elasticsearch-client - 6.4.3_2-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: elasticsearch-client - This OSGi bundle wraps elasticsearch-client ${pkgVersion} jar files. - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD - - - - org.elasticsearch.client - 6.4.3 - - org.elasticsearch.client;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.client.sniff;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.transport.client;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.client.transport;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.client.support;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.client.node;version="${pkgVersion}";-split-package:=merge-first - - - - - - - - - ${pkgGroupId} - elasticsearch-rest-client - ${pkgVersion} - - - ${pkgGroupId} - elasticsearch-rest-client-sniffer - ${pkgVersion} - - - ${pkgGroupId} - elasticsearch-rest-high-level-client - ${pkgVersion} - - - ${pkgGroupId} - transport - ${pkgVersion} - - - - - ${pkgGroupId} - elasticsearch-rest-client - ${pkgVersion} - sources - - - ${pkgGroupId} - elasticsearch-rest-client-sniffer - ${pkgVersion} - sources - - - ${pkgGroupId} - elasticsearch-rest-high-level-client - ${pkgVersion} - sources - - - ${pkgGroupId} - transport - ${pkgVersion} - sources - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:elasticsearch-rest-client - ${pkgGroupId}:elasticsearch-rest-client-sniffer - ${pkgGroupId}:elasticsearch-rest-high-level-client - ${pkgGroupId}:transport - - - - - ${pkgGroupId}:elasticsearch-rest-client - - **/* - - - - ${pkgGroupId}:elasticsearch-rest-client-sniffer - - **/* - - - - ${pkgGroupId}:elasticsearch-rest-high-level-client - - **/* - - - - ${pkgGroupId}:transport - - **/* - - - - true - true - - - - - - - diff --git a/elasticsearch-client-6.4.3/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-client-6.4.3/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 633bf8b26e..0000000000 --- a/elasticsearch-client-6.4.3/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,14 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/rest/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/transport/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/sniffer/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - This is the elasticsearch client bundle introduced in Elasticsearch 5.x. - It allows you to communicate with Elasticsearch instances. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.elasticsearch.org\u001B[0m diff --git a/elasticsearch-client-6.5.4/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-client-6.5.4/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 633bf8b26e..0000000000 --- a/elasticsearch-client-6.5.4/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,14 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/rest/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/transport/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/sniffer/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - This is the elasticsearch client bundle introduced in Elasticsearch 5.x. - It allows you to communicate with Elasticsearch instances. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.elasticsearch.org\u001B[0m diff --git a/elasticsearch-client-6.6.2/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-client-6.6.2/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 633bf8b26e..0000000000 --- a/elasticsearch-client-6.6.2/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,14 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/rest/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/transport/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/sniffer/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - This is the elasticsearch client bundle introduced in Elasticsearch 5.x. - It allows you to communicate with Elasticsearch instances. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.elasticsearch.org\u001B[0m diff --git a/elasticsearch-client-7.0.0/pom.xml b/elasticsearch-client-7.0.0/pom.xml deleted file mode 100644 index 579d42457c..0000000000 --- a/elasticsearch-client-7.0.0/pom.xml +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 14 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.elasticsearch-client - 7.0.0_1-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: elasticsearch-client - This OSGi bundle wraps elasticsearch-client ${pkgVersion} jar files. - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - - - - org.elasticsearch.client - 7.0.0 - - org.elasticsearch.client;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.client.sniff;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.transport.client;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.client.transport;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.client.support;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.client.node;version="${pkgVersion}";-split-package:=merge-first - - - - - - - - - ${pkgGroupId} - elasticsearch-rest-client - ${pkgVersion} - - - ${pkgGroupId} - elasticsearch-rest-client-sniffer - ${pkgVersion} - - - ${pkgGroupId} - elasticsearch-rest-high-level-client - ${pkgVersion} - - - ${pkgGroupId} - transport - ${pkgVersion} - - - - - ${pkgGroupId} - elasticsearch-rest-client - ${pkgVersion} - sources - - - ${pkgGroupId} - elasticsearch-rest-client-sniffer - ${pkgVersion} - sources - - - ${pkgGroupId} - elasticsearch-rest-high-level-client - ${pkgVersion} - sources - - - ${pkgGroupId} - transport - ${pkgVersion} - sources - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:elasticsearch-rest-client - ${pkgGroupId}:elasticsearch-rest-client-sniffer - ${pkgGroupId}:elasticsearch-rest-high-level-client - ${pkgGroupId}:transport - - - - - ${pkgGroupId}:elasticsearch-rest-client - - **/* - - - - ${pkgGroupId}:elasticsearch-rest-client-sniffer - - **/* - - - - ${pkgGroupId}:elasticsearch-rest-high-level-client - - **/* - - - - ${pkgGroupId}:transport - - **/* - - - - true - true - - - - - - - diff --git a/elasticsearch-client-7.0.0/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-client-7.0.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 633bf8b26e..0000000000 --- a/elasticsearch-client-7.0.0/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,14 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/rest/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/transport/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/sniffer/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - This is the elasticsearch client bundle introduced in Elasticsearch 5.x. - It allows you to communicate with Elasticsearch instances. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.elasticsearch.org\u001B[0m diff --git a/elasticsearch-java-7.17.9/pom.xml b/elasticsearch-java-7.17.9/pom.xml new file mode 100644 index 0000000000..ff44d817af --- /dev/null +++ b/elasticsearch-java-7.17.9/pom.xml @@ -0,0 +1,115 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.elasticsearch-java + 7.17.9_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: Elasticsearch Java Client + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar files. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + co.elastic.clients + elasticsearch-java + 7.17.9 + 7.17.9.1 + + co.elastic.clients*, + org.elasticsearch.client* + + + !org.elasticsearch.client*, + !javax.annotation*, + jakarta.json.bind*;resolution:=optional, + com.fasterxml.jackson*;resolution:=optional, + * + + + org.elasticsearch.client*, + javax.annotation* + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + true + + + + + + + diff --git a/elasticsearch-java-7.17.9/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-java-7.17.9/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..65787d68c2 --- /dev/null +++ b/elasticsearch-java-7.17.9/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,14 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + The Java client for Elasticsearch provides strongly typed requests and responses for all Elasticsearch + APIs. It delegates protocol handling to an http client such as the Elasticsearch Low Level REST client + that takes care of all transport-level concerns (http connection establishment and pooling, retries, + etc). + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/elastic/elasticsearch-java\u001B[0m diff --git a/elasticsearch-java-8.12.1/pom.xml b/elasticsearch-java-8.12.1/pom.xml new file mode 100644 index 0000000000..64bf8c0459 --- /dev/null +++ b/elasticsearch-java-8.12.1/pom.xml @@ -0,0 +1,115 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.elasticsearch-java + 8.12.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: Elasticsearch Java Client + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar files. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + co.elastic.clients + elasticsearch-java + 8.12.1 + 8.12.1.1 + + co.elastic.clients*, + org.elasticsearch.client* + + + !org.elasticsearch.client*, + !javax.annotation*, + jakarta.json.bind*;resolution:=optional, + com.fasterxml.jackson*;resolution:=optional, + * + + + org.elasticsearch.client*, + javax.annotation* + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + true + + + + + + + diff --git a/elasticsearch-java-8.12.1/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-java-8.12.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..65787d68c2 --- /dev/null +++ b/elasticsearch-java-8.12.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,14 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + The Java client for Elasticsearch provides strongly typed requests and responses for all Elasticsearch + APIs. It delegates protocol handling to an http client such as the Elasticsearch Low Level REST client + that takes care of all transport-level concerns (http connection establishment and pooling, retries, + etc). + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/elastic/elasticsearch-java\u001B[0m diff --git a/elasticsearch-repository-hdfs-2.4.4/pom.xml b/elasticsearch-repository-hdfs-2.4.4/pom.xml deleted file mode 100644 index 944e27607d..0000000000 --- a/elasticsearch-repository-hdfs-2.4.4/pom.xml +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 13 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.elasticsearch-repository-hdfs - 2.4.4_2-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD - - - - org.elasticsearch - elasticsearch-repository-hdfs - 2.4.4 - - - - org.apache.hadoop.*;version="[1.0,3.0)", - *;resolution:=optional, - - - org.elasticsearch.hadoop.hdfs.blobstore, - org.elasticsearch.plugin.hadoop.hdfs, - org.elasticsearch.repositories.hdfs - - - org.apache.servicemix.bundles.elasticsearch - - - - - - oss.sonatype.releases - OSS Sonatype Releases - https://oss.sonatype.org/content/repositories/releases - - false - - - true - - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - sources - - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:${pkgArtifactId} - - - - - ${pkgGroupId}:${pkgArtifactId} - - config/** - - - - - - - true - true - - - - - - - diff --git a/elasticsearch-repository-hdfs-2.4.4/src/main/resources/OSGI-INF/bundle.info b/elasticsearch-repository-hdfs-2.4.4/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index af11bfdac9..0000000000 --- a/elasticsearch-repository-hdfs-2.4.4/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,17 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - So, we build a web site or an application and want to add search to it, and - then it hits us: getting search working is hard. We want our search solution - to be fast, we want a painless setup and a completely free search schema, we - want to be able to index data simply using JSON over HTTP, we want our search - server to be always available, we want to be able to start with one machine - and scale to hundreds, we want real-time search, we want simple multi-tenancy, - and we want a solution that is built for the cloud. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.elasticsearch.org\u001B[0m diff --git a/esapi-2.1.0.1/pom.xml b/esapi-2.5.1.0/pom.xml similarity index 95% rename from esapi-2.1.0.1/pom.xml rename to esapi-2.5.1.0/pom.xml index 88a77655ee..c311c3c135 100644 --- a/esapi-2.1.0.1/pom.xml +++ b/esapi-2.5.1.0/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 12 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.esapi - 2.1.0.1_2-SNAPSHOT + 2.5.1.0_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -39,13 +39,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD + HEAD org.owasp.esapi esapi - 2.1.0.1 + 2.5.1.0 + 2.5.1.0.1 org.owasp.esapi diff --git a/esapi-2.1.0.1/src/main/resources/OSGI-INF/bundle.info b/esapi-2.5.1.0/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from esapi-2.1.0.1/src/main/resources/OSGI-INF/bundle.info rename to esapi-2.5.1.0/src/main/resources/OSGI-INF/bundle.info diff --git a/fastinfoset-1.2.16/pom.xml b/fastinfoset-1.2.18/pom.xml similarity index 97% rename from fastinfoset-1.2.16/pom.xml rename to fastinfoset-1.2.18/pom.xml index 57ee8140f4..d4ba501426 100644 --- a/fastinfoset-1.2.16/pom.xml +++ b/fastinfoset-1.2.18/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.fastinfoset - 1.2.16_2-SNAPSHOT + 1.2.18_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,7 @@ com.sun.xml.fastinfoset FastInfoset - 1.2.16 + 1.2.18 org.jvnet.fastinfoset*;version=${pkgVersion};-split-package:=merge-first, com.sun.xml.fastinfoset*;version=${pkgVersion};-split-package:=merge-first diff --git a/fastinfoset-1.2.16/src/main/resources/OSGI-INF/bundle.info b/fastinfoset-1.2.18/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from fastinfoset-1.2.16/src/main/resources/OSGI-INF/bundle.info rename to fastinfoset-1.2.18/src/main/resources/OSGI-INF/bundle.info diff --git a/fastinfoset-2.1.1/pom.xml b/fastinfoset-2.1.1/pom.xml new file mode 100644 index 0000000000..c939efbd89 --- /dev/null +++ b/fastinfoset-2.1.1/pom.xml @@ -0,0 +1,115 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.fastinfoset + 2.1.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.sun.xml.fastinfoset + FastInfoset + 2.1.1 + 2.1.1.1 + + org.jvnet.fastinfoset*;version=${pkgVersion};-split-package:=merge-first, + com.sun.xml.fastinfoset*;version=${pkgVersion};-split-package:=merge-first + + + javax.xml.namespace, + javax.xml.parsers, + javax.xml.transform*, + org.w3c.dom, + org.xml.sax*, + javax.xml.stream*;version="[1,2)" + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + true + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/fastinfoset-2.1.1/src/main/resources/OSGI-INF/bundle.info b/fastinfoset-2.1.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..e6748a3ea8 --- /dev/null +++ b/fastinfoset-2.1.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,26 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + The Fast Infoset standard draft (currently being developed as joint work by ISO/IEC JTC 1 and ITU-T) + specifies a binary format for XML infosets that is an efficient alternative to XML. An instance of this + binary format is called a fast infoset document. Fast infoset documents are analogous to XML documents. + Each has a physical form and an XML infoset. Fast infoset documents are, given the results presented, faster + to serialize and parse, and smaller in size, than the equivalent XML documents. Thus, fast infoset documents + may be used whenever the size and processing time of XML documents is an issue. + + The binary format is optimized to balance the needs of both document size and processing time. Fast infoset + documents are useful in a number of domains from bandwidth- and resource-constrained mobile devices to + high-bandwidth high-throughput systems. In general, smaller documents are possible at the expense of either + increased processing or loss of self-description and dependence on a schema. Faster processing is possible + at the expense of loss of self-description and dependence on a schema. For example, standard compression + (LZH) or XML-specific compression techniques (XMill) may be applied to XML documents to obtain smaller + document sizes, but this adds to the processing time, especially in the compression phase, and can affect + server-side performance. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://java.sun.com/developer/technicalArticles/xml/fastinfoset/\u001B[0m + \u001B[36mhttp://java.sun.com/developer/technicalArticles/WebServices/soa2/fastinfoset-soa.html\u001B[0m diff --git a/fastjson-1.2.57/pom.xml b/fastjson-2.0.46/pom.xml similarity index 94% rename from fastjson-1.2.57/pom.xml rename to fastjson-2.0.46/pom.xml index 5f7548812b..94dc35008b 100644 --- a/fastjson-1.2.57/pom.xml +++ b/fastjson-2.0.46/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.fastjson - 1.2.57_2-SNAPSHOT + 2.0.46_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,9 +45,10 @@ com.alibaba fastjson - 1.2.57 + 2.0.46 + 2.0.46.1 - com.alibaba.fastjson*;version=1.2.57;-split-package:=merge-first + com.alibaba.fastjson*;version=2.0.46;-split-package:=merge-first diff --git a/fastjson-1.2.57/src/main/resources/OSGI-INF/bundle.info b/fastjson-2.0.46/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from fastjson-1.2.57/src/main/resources/OSGI-INF/bundle.info rename to fastjson-2.0.46/src/main/resources/OSGI-INF/bundle.info diff --git a/fop-2.3/pom.xml b/fop-2.7/pom.xml similarity index 93% rename from fop-2.3/pom.xml rename to fop-2.7/pom.xml index 8080dd1db8..183d7a2b3c 100644 --- a/fop-2.3/pom.xml +++ b/fop-2.7/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.fop - 2.3_2-SNAPSHOT + 2.7_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,7 @@ org.apache.xmlgraphics fop - 2.3 + 2.7 org.apache.fop @@ -95,6 +95,14 @@ org.apache.avalon.framework avalon-framework-impl + + javax.media + jai-core + + + com.sun.media + jai-codec + @@ -107,14 +115,6 @@ avalon-framework-impl 4.3.1 - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - sources - diff --git a/fop-2.3/src/main/resources/OSGI-INF/bundle.info b/fop-2.7/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from fop-2.3/src/main/resources/OSGI-INF/bundle.info rename to fop-2.7/src/main/resources/OSGI-INF/bundle.info diff --git a/freemarker-2.3.28/pom.xml b/freemarker-2.3.32/pom.xml similarity index 96% rename from freemarker-2.3.28/pom.xml rename to freemarker-2.3.32/pom.xml index fa2817a685..fbf6fd0794 100644 --- a/freemarker-2.3.28/pom.xml +++ b/freemarker-2.3.32/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.freemarker - 2.3.28_2-SNAPSHOT + 2.3.32_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ org.freemarker freemarker - 2.3.28 + 2.3.32 + 2.3.32.1 freemarker diff --git a/freemarker-2.3.28/src/main/resources/OSGI-INF/bundle.info b/freemarker-2.3.32/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from freemarker-2.3.28/src/main/resources/OSGI-INF/bundle.info rename to freemarker-2.3.32/src/main/resources/OSGI-INF/bundle.info diff --git a/gae-1.9.73/pom.xml b/gae-2.0.24/pom.xml similarity index 96% rename from gae-1.9.73/pom.xml rename to gae-2.0.24/pom.xml index f231434818..5e70e00097 100644 --- a/gae-1.9.73/pom.xml +++ b/gae-2.0.24/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.gae - 1.9.73_1-SNAPSHOT + 2.0.24_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: Google App Engine (GAE) This bundle wraps Google App Engine (GAE) ${pkgVersion} API jar files. @@ -39,11 +39,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD com.google.appengine - 1.9.73 + 2.0.24 + 2.0.24.1 com.google.appengine.api*;version=${pkgVersion};-split-package:=merge-first, com.google.apphosting.api*;version=${pkgVersion};-split-package:=merge-first, diff --git a/gae-1.9.73/src/main/resources/OSGI-INF/bundle.info b/gae-2.0.24/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from gae-1.9.73/src/main/resources/OSGI-INF/bundle.info rename to gae-2.0.24/src/main/resources/OSGI-INF/bundle.info diff --git a/gentlyweb-utils-1.5/pom.xml b/gentlyweb-utils-1.5/pom.xml index 27c3ecbdb1..5042903242 100644 --- a/gentlyweb-utils-1.5/pom.xml +++ b/gentlyweb-utils-1.5/pom.xml @@ -50,7 +50,7 @@ fusesource - http://repo.fusesource.com/nexus/content/groups/public/ + https://repo.fusesource.com/nexus/content/groups/public/ true diff --git a/google-cloud-pubsub-1.123.17/pom.xml b/google-cloud-pubsub-1.123.17/pom.xml new file mode 100644 index 0000000000..925468c051 --- /dev/null +++ b/google-cloud-pubsub-1.123.17/pom.xml @@ -0,0 +1,122 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.google-cloud-pubsub + 1.123.17_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: Google Cloud PubSub + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar files. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.google.cloud + google-cloud-pubsub + 1.123.17 + 1.123.17.1 + + com.google.cloud.pubsub*, + com.google.pubsub* + + + !com.google.appengine*, + !com.google.apphosting*, + !com.google.longrunning*, + !com.google.rpc*, + !javax.annotation*, + !org.checkerframework*, + org.graalvm*;resolution:=optional, + * + + + com.google.appengine*, + com.google.apphosting*, + com.google.longrunning*, + com.google.rpc*, + javax.annotation*, + org.checkerframework* + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + true + + + + + + + diff --git a/google-cloud-pubsub-1.123.17/src/main/resources/OSGI-INF/bundle.info b/google-cloud-pubsub-1.123.17/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..715ba37f92 --- /dev/null +++ b/google-cloud-pubsub-1.123.17/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,12 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Google Cloud Pub / Sub is a fully-managed real-time messaging service that allows you to send and receive + messages between independent applications. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/googleapis/java-pubsub\u001B[0m diff --git a/google-gax-grpc-2.30.0/pom.xml b/google-gax-grpc-2.30.0/pom.xml new file mode 100644 index 0000000000..3e5b27f81c --- /dev/null +++ b/google-gax-grpc-2.30.0/pom.xml @@ -0,0 +1,121 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.google-gax-grpc + 2.30.0_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: Google Gax GRPC + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar files. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.google.api + gax-grpc + 2.30.0 + 2.30.0.1 + + com.google.api.gax* + + + !com.google.appengine*, + !com.google.apphosting*, + !com.google.longrunning*, + !com.google.rpc*, + !javax.annotation*, + !org.checkerframework*, + org.graalvm*;resolution:=optional, + * + + + com.google.appengine*, + com.google.apphosting*, + com.google.longrunning*, + com.google.rpc*, + javax.annotation*, + org.checkerframework* + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + true + + + + + + + diff --git a/google-gax-grpc-2.30.0/src/main/resources/OSGI-INF/bundle.info b/google-gax-grpc-2.30.0/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..61b452cc3f --- /dev/null +++ b/google-gax-grpc-2.30.0/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,12 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Google API Extensions for Java (GAX Java) is a library which aids in the development of client libraries for server + APIs, based on GRPC and Google API conventions. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/googleapis/gax-java\u001B[0m diff --git a/google-http-client-1.41.8/pom.xml b/google-http-client-1.41.8/pom.xml new file mode 100644 index 0000000000..b82c90f224 --- /dev/null +++ b/google-http-client-1.41.8/pom.xml @@ -0,0 +1,130 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.google-http-client + bundle + 1.41.8_3-SNAPSHOT + Apache ServiceMix :: Bundles :: Google HTTP Client + + This OSGi bundle wraps google-http-client, google-oauth-client, google-http-client-gson jar files. + + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + 1.41.8.2 + + com.google.api.client.auth.oauth*;version="1.34.0", + com.google.api.client.http*;version="1.41.8", + com.google.api.client.json*;version="1.41.8", + com.google.api.client.util*;version="1.41.8" + + + !javax.annotation*, + com.google.common*;version="30.1", + * + + + javax.annotation* + + + + + + com.google.http-client + google-http-client + 1.41.8 + + + com.google.http-client + google-http-client-gson + 1.41.8 + + + com.google.oauth-client + google-oauth-client + 1.34.0 + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + com.google.http-client:google-http-client + com.google.http-client:google-http-client-gson + com.google.oauth-client:google-oauth-client + + + + + com.google.http-client:google-http-client + + ** + + + + com.google.http-client:google-http-client-gson + + ** + + + + com.google.oauth-client:google-oauth-client + + ** + + + + true + true + + + + + + + diff --git a/google-http-client-1.42.3/pom.xml b/google-http-client-1.42.3/pom.xml new file mode 100644 index 0000000000..5eb4f5293d --- /dev/null +++ b/google-http-client-1.42.3/pom.xml @@ -0,0 +1,124 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.google-http-client + bundle + 1.42.3_2-SNAPSHOT + Apache ServiceMix :: Bundles :: Google HTTP Client + + This OSGi bundle wraps google-http-client, google-oauth-client, google-http-client-gson jar files. + + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + 1.42.3.1 + + com.google.api.client.auth.oauth*;version="1.34.1", + com.google.api.client.http*;version="1.42.3", + com.google.api.client.json*;version="1.42.3", + com.google.api.client.util*;version="1.42.3" + + + + + + + + com.google.http-client + google-http-client + 1.42.3 + + + com.google.http-client + google-http-client-gson + 1.42.3 + + + com.google.oauth-client + google-oauth-client + 1.34.1 + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + com.google.http-client:google-http-client + com.google.http-client:google-http-client-gson + com.google.oauth-client:google-oauth-client + + + + + com.google.http-client:google-http-client + + ** + + + + com.google.http-client:google-http-client-gson + + ** + + + + com.google.oauth-client:google-oauth-client + + ** + + + + true + true + + + + + + + diff --git a/gremlin-driver-3.4.1/pom.xml b/gremlin-driver-3.7.1/pom.xml similarity index 89% rename from gremlin-driver-3.4.1/pom.xml rename to gremlin-driver-3.7.1/pom.xml index de8da660fa..03c8a1084a 100644 --- a/gremlin-driver-3.4.1/pom.xml +++ b/gremlin-driver-3.7.1/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.gremlin-driver - 3.4.1_2-SNAPSHOT + 3.7.1_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ org.apache.tinkerpop gremlin-driver - 3.4.1 + 3.7.1 + 3.7.1.1 org.apache.tinkerpop.gremlin.* @@ -82,14 +83,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - - 1.8 - 1.8 - - org.apache.felix maven-bundle-plugin diff --git a/gremlin-driver-3.4.1/src/main/resources/OSGI-INF/bundle.info b/gremlin-driver-3.7.1/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from gremlin-driver-3.4.1/src/main/resources/OSGI-INF/bundle.info rename to gremlin-driver-3.7.1/src/main/resources/OSGI-INF/bundle.info diff --git a/grpc-1.56.1/pom.xml b/grpc-1.56.1/pom.xml new file mode 100644 index 0000000000..4c144db9c9 --- /dev/null +++ b/grpc-1.56.1/pom.xml @@ -0,0 +1,148 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.grpc + 1.56.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: gRPC + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar files. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + io.grpc + grpc-all + 1.56.1 + 1.56.1.1 + + io.grpc* + + + !com.google.rpc, + !org.mockito*, + !org.junit*, + !com.google.common.truth*, + !com.google.appengine*, + !com.google.apphosting*, + !com.aayushatharva.brotli4j*, + !com.github.luben.zstd*, + !com.ning.compress*, + !com.jcraft.jzlib*, + !javax.annotation*, + !lzma.sdk*, + !net.jpountz*, + !org.checkerframework*, + !org.eclipse.jetty*, + !org.jboss.marshalling*, + !reactor.blockhound*, + !org.conscrypt*, + android.net*;resolution:=optional, + com.oracle.svm*;resolution:=optional, + com.sun.jndi.dns*;resolution:=optional, + io.grpc.census*;resolution:=optional, + io.grpc.override*;resolution:=optional, + sun.security*;resolution:=optional, + com.google.protobuf.nano*;resolution:=optional, + com.google.protobuf.util*;resolution:=optional, + * + + + com.google.appengine*, + com.google.apphosting*, + com.aayushatharva.brotli4j*, + com.github.luben.zstd*, + com.ning.compress*, + com.jcraft.jzlib*, + javax.annotation*, + lzma.sdk*, + net.jpountz*, + org.checkerframework*, + org.eclipse.jetty*, + org.jboss.marshalling*, + reactor.blockhound*, + org.conscrypt* + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + true + + + + + + + diff --git a/grpc-1.56.1/src/main/resources/META-INF/services/io.grpc.LoadBalancerProvider b/grpc-1.56.1/src/main/resources/META-INF/services/io.grpc.LoadBalancerProvider new file mode 100644 index 0000000000..cb200d5f04 --- /dev/null +++ b/grpc-1.56.1/src/main/resources/META-INF/services/io.grpc.LoadBalancerProvider @@ -0,0 +1,2 @@ +io.grpc.internal.PickFirstLoadBalancerProvider +io.grpc.util.SecretRoundRobinLoadBalancerProvider$Provider diff --git a/grpc-1.56.1/src/main/resources/META-INF/services/io.grpc.ManagedChannelProvider b/grpc-1.56.1/src/main/resources/META-INF/services/io.grpc.ManagedChannelProvider new file mode 100644 index 0000000000..ebd1bcdf02 --- /dev/null +++ b/grpc-1.56.1/src/main/resources/META-INF/services/io.grpc.ManagedChannelProvider @@ -0,0 +1 @@ +io.grpc.netty.NettyChannelProvider diff --git a/grpc-1.56.1/src/main/resources/META-INF/services/io.grpc.NameResolverProvider b/grpc-1.56.1/src/main/resources/META-INF/services/io.grpc.NameResolverProvider new file mode 100644 index 0000000000..ba850091aa --- /dev/null +++ b/grpc-1.56.1/src/main/resources/META-INF/services/io.grpc.NameResolverProvider @@ -0,0 +1 @@ +io.grpc.internal.DnsNameResolverProvider diff --git a/grpc-1.20.0/src/main/resources/OSGI-INF/bundle.info b/grpc-1.56.1/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from grpc-1.20.0/src/main/resources/OSGI-INF/bundle.info rename to grpc-1.56.1/src/main/resources/OSGI-INF/bundle.info diff --git a/guava-11.0.2/pom.xml b/guava-11.0.2/pom.xml deleted file mode 100644 index fc3d5c6602..0000000000 --- a/guava-11.0.2/pom.xml +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 10 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.guava - 11.0.2_3-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. - - - com.google.guava - guava - 11.0.2 - - com.google.common*;version=${pkgVersion};-split-package:=merge-first - - - javax.annotation, - sun.misc;resolution:=optional - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - false - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - sources - false - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:${pkgArtifactId} - - - - - ${pkgGroupId}:${pkgArtifactId} - - ** - - - - - - - - - - diff --git a/guava-30.1.1/pom.xml b/guava-30.1.1/pom.xml new file mode 100644 index 0000000000..9c242f7b19 --- /dev/null +++ b/guava-30.1.1/pom.xml @@ -0,0 +1,100 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.guava + bundle + 30.1.1_2-SNAPSHOT + Apache ServiceMix :: Bundles :: Guava + + This OSGi bundle wraps guava jar file. + + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.google.guava + guava + 30.1.1-jre + 30.1.1.1 + + com.google + + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/guava-31.1/pom.xml b/guava-31.1/pom.xml new file mode 100644 index 0000000000..adb4b3af9e --- /dev/null +++ b/guava-31.1/pom.xml @@ -0,0 +1,100 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.guava + bundle + 31.1_2-SNAPSHOT + Apache ServiceMix :: Bundles :: Guava + + This OSGi bundle wraps guava jar file. + + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.google.guava + guava + 31.1-jre + 31.1.1 + + com.google + + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/guice-4.2.2/pom.xml b/guice-5.1.0/pom.xml similarity index 95% rename from guice-4.2.2/pom.xml rename to guice-5.1.0/pom.xml index c414e42f5c..10398b4075 100644 --- a/guice-4.2.2/pom.xml +++ b/guice-5.1.0/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.guice - 4.2.2_2-SNAPSHOT + 5.1.0_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps guice ${pkgVersion} jar files. @@ -45,7 +45,8 @@ com.google.inject guice - 4.2.2 + 5.1.0 + 5.1.0.1 com.google.inject diff --git a/guice-4.2.2/src/main/resources/OSGI-INF/bundle.info b/guice-5.1.0/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from guice-4.2.2/src/main/resources/OSGI-INF/bundle.info rename to guice-5.1.0/src/main/resources/OSGI-INF/bundle.info diff --git a/gwt-servlet-2.8.2/pom.xml b/gwt-servlet-2.10.0/pom.xml similarity index 96% rename from gwt-servlet-2.8.2/pom.xml rename to gwt-servlet-2.10.0/pom.xml index c387ef5c2e..4aee01325e 100644 --- a/gwt-servlet-2.8.2/pom.xml +++ b/gwt-servlet-2.10.0/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.gwt-servlet - 2.8.2_2-SNAPSHOT + 2.10.0_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ com.google.gwt gwt-servlet - 2.8.2 + 2.10.0 + 2.10.0.1 com.google.gwt.user.client.rpc;version=${pkgVersion};-split-package:=merge-first, com.google.gwt.user.client.rpc.*;version=${pkgVersion};-split-package:=merge-first, diff --git a/gwt-servlet-2.8.2/src/main/resources/OSGI-INF/bundle.info b/gwt-servlet-2.10.0/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from gwt-servlet-2.8.2/src/main/resources/OSGI-INF/bundle.info rename to gwt-servlet-2.10.0/src/main/resources/OSGI-INF/bundle.info diff --git a/hadoop-client-3.2.0/pom.xml b/hadoop-client-3.3.6/pom.xml similarity index 97% rename from hadoop-client-3.2.0/pom.xml rename to hadoop-client-3.3.6/pom.xml index 6257e80483..5108f5016e 100644 --- a/hadoop-client-3.2.0/pom.xml +++ b/hadoop-client-3.3.6/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.hadoop-client - 3.2.0_2-SNAPSHOT + 3.3.6_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: hadoop-client This OSGi bundle wraps ${pkgVersion} jar files. @@ -44,7 +44,8 @@ org.apache.hadoop - 3.2.0 + 3.3.6 + 3.3.6.1 org.apache.hadoop @@ -55,9 +56,9 @@ org.iq80.leveldb;resolution:=optional, com.google.common*, com.google.gson.stream;resolution:=optional, - com.google.inject;version="[3,4)", - com.google.inject.binder;version="[3,4)", - com.google.inject.servlet;version="[3,4)";resolution:=optional, + com.google.inject;version="[1,2)", + com.google.inject.binder;version="[1,2)", + com.google.inject.servlet;version="[1,2)";resolution:=optional, com.google.protobuf;version="[2.5,3)", com.jcraft.jsch;resolution:=optional, io.netty*;resolution:=optional, diff --git a/hadoop-client-3.2.0/src/main/resources/OSGI-INF/bundle.info b/hadoop-client-3.3.6/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from hadoop-client-3.2.0/src/main/resources/OSGI-INF/bundle.info rename to hadoop-client-3.3.6/src/main/resources/OSGI-INF/bundle.info diff --git a/hapi-0.5.1/pom.xml b/hapi-0.5.1/pom.xml index 90afe6b19b..433d698ce0 100644 --- a/hapi-0.5.1/pom.xml +++ b/hapi-0.5.1/pom.xml @@ -65,7 +65,7 @@ servicemix-m2-repo Servicemix Maven2 Repository - http://svn.apache.org/repos/asf/servicemix/m2-repo + https://svn.apache.org/repos/asf/servicemix/m2-repo diff --git a/hapi-fhir-structures-dstu2-7.0.0/pom.xml b/hapi-fhir-structures-dstu2-7.0.0/pom.xml new file mode 100644 index 0000000000..c1d873d3b6 --- /dev/null +++ b/hapi-fhir-structures-dstu2-7.0.0/pom.xml @@ -0,0 +1,140 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.hapi-fhir-structures-dstu2 + 7.0.0_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + ca.uhn.hapi.fhir + hapi-fhir-structures-dstu2 + 7.0.0 + 7.0.0.1 + + javax.servlet;resolution:=optional;version="[3,5)", + javax.servlet.http;resolution:=optional;version="[3,5)", + ca.uhn.fhir.context;version="[7,8)", + ca.uhn.fhir.context.api;version="[7,8)", + ca.uhn.fhir.context.support;version="[7,8)", + ca.uhn.fhir.fluentpath;version="[7,8)", + ca.uhn.fhir.model.api;version="[7,8)", + ca.uhn.fhir.model.api.annotation;version="[7,8)", + ca.uhn.fhir.model.base.composite;version="[7,8)", + ca.uhn.fhir.model.base.resource;version="[7,8)", + ca.uhn.fhir.model.primitive;version="[7,8)", + ca.uhn.fhir.model.valueset;version="[7,8)", + ca.uhn.fhir.parser;version="[7,8)", + ca.uhn.fhir.rest.annotation;version="[7,8)", + ca.uhn.fhir.rest.api;version="[7,8)", + ca.uhn.fhir.rest.api.server;version="[7,8)", + ca.uhn.fhir.rest.gclient;version="[7,8)", + ca.uhn.fhir.rest.server;resolution:=optional, + ca.uhn.fhir.rest.server.exceptions;version="[7,8)", + ca.uhn.fhir.rest.server.method;resolution:=optional, + ca.uhn.fhir.rest.server.servlet;resolution:=optional, + ca.uhn.fhir.util;version="[6,7)", + org.apache.commons.lang3;version="[3.8,4)", + org.apache.commons.lang3.builder;version="[3.8,4)", + org.hl7.fhir.instance.model.api;version="[7,8)" + + + ca.uhn.fhir.model.dstu2;version="${pkgVersion}";-split-package:=merge-first, + ca.uhn.fhir.model.dstu2.valueset;version="${pkgVersion}";-split-package:=merge-first, + ca.uhn.fhir.model.dstu2.composite;version="${pkgVersion}";-split-package:=merge-first, + ca.uhn.fhir.model.dstu2.resource;version="${pkgVersion}";-split-package:=merge-first, + ca.uhn.fhir.rest.server.provider.dstu2;version="${pkgVersion}";-split-package:=merge-first + + + ca.uhn.hapi.fhir.hapi-fhir-base + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + true + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/hapi-fhir-structures-dstu2-7.0.0/src/main/resources/OSGI-INF/bundle.info b/hapi-fhir-structures-dstu2-7.0.0/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..50e2c5db31 --- /dev/null +++ b/hapi-fhir-structures-dstu2-7.0.0/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + HAPI FHIR - Java API for HL7 FHIR Clients and Servers + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://hapifhir.io\u001B[0m diff --git a/hapi-fhir-structures-dstu2.1-7.0.0/pom.xml b/hapi-fhir-structures-dstu2.1-7.0.0/pom.xml new file mode 100644 index 0000000000..c47da589d2 --- /dev/null +++ b/hapi-fhir-structures-dstu2.1-7.0.0/pom.xml @@ -0,0 +1,163 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.hapi-fhir-structures-dstu2.1 + 7.0.0_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + ca.uhn.hapi.fhir + hapi-fhir-structures-dstu2.1 + 7.0.0 + 7.0.0.1 + + javax.servlet;resolution:=optional, + javax.servlet.http;resolution:=optional, + ca.uhn.fhir.context;version="[7,8)", + ca.uhn.fhir.context.api;version="[7,8)", + ca.uhn.fhir.context.support;version="[7,8)", + ca.uhn.fhir.fluentpath;version="[7,8)", + ca.uhn.fhir.model.api;version="[7,8)", + ca.uhn.fhir.model.api.annotation;version="[7,8)", + ca.uhn.fhir.model.primitive;version="[7,8)", + ca.uhn.fhir.model.valueset;version="[7,8)", + ca.uhn.fhir.parser;version="[7,8)", + ca.uhn.fhir.rest.annotation;version="[7,8)", + ca.uhn.fhir.rest.api;version="[7,8)", + ca.uhn.fhir.rest.api.server;version="[7,8)", + ca.uhn.fhir.rest.gclient;version="[7,8)", + ca.uhn.fhir.rest.server;resolution:=optional, + ca.uhn.fhir.rest.server.exceptions;version="[7,8)", + ca.uhn.fhir.rest.server.method;resolution:=optional, + ca.uhn.fhir.rest.server.servlet;resolution:=optional, + ca.uhn.fhir.util;version="[7,8)", + ca.uhn.fhir.validation;version="[7,8)", + com.google.gson;version="[2.8,3)", + com.google.gson.stream;version="[2.8,3)", + javax.xml.parsers, + javax.xml.transform, + javax.xml.transform.dom, + javax.xml.transform.sax, + org.apache.commons.codec.binary;version="[1.11,2)", + org.apache.commons.io;version="[2,3)", + org.apache.commons.lang3;version="[3.8,4)", + org.apache.commons.lang3.builder;version="[3.8,4)", + org.apache.commons.lang3.time;version="[3.8,4)", + org.hl7.fhir.exceptions;version="[7,8)", + org.hl7.fhir.instance.model.api;version="[7,8)", + org.hl7.fhir.utilities;version="[7,8)", + org.hl7.fhir.utilities.ucum;version="[7,8)", + org.hl7.fhir.utilities.validation;version="[7,8)", + org.hl7.fhir.utilities.xhtml;version="[7,8)", + org.hl7.fhir.utilities.xml;version="[7,8)", + org.slf4j;version="[1.7,2)", + org.w3c.dom, + org.w3c.dom.events, + org.xml.sax, + org.xml.sax.helpers + + + org.hl7.fhir.dstu2016may.terminologies;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.dstu2016may.formats;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.dstu2016may.hapi.ctx;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.dstu2016may.hapi.rest.server;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.dstu2016may.hapi.validation;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.dstu2016may.utils;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.dstu2016may.metamodel;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.dstu2016may.model;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.dstu2016may.validation;version="${pkgVersion}";-split-package:=merge-first + + + ca.uhn.hapi.fhir.hapi-fhir-base + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + true + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/hapi-fhir-structures-dstu2.1-7.0.0/src/main/resources/OSGI-INF/bundle.info b/hapi-fhir-structures-dstu2.1-7.0.0/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..50e2c5db31 --- /dev/null +++ b/hapi-fhir-structures-dstu2.1-7.0.0/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + HAPI FHIR - Java API for HL7 FHIR Clients and Servers + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://hapifhir.io\u001B[0m diff --git a/hapi-fhir-structures-dstu3-7.0.0/pom.xml b/hapi-fhir-structures-dstu3-7.0.0/pom.xml new file mode 100644 index 0000000000..ffc2dcb9c4 --- /dev/null +++ b/hapi-fhir-structures-dstu3-7.0.0/pom.xml @@ -0,0 +1,167 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.hapi-fhir-structures-dstu3 + 7.0.0_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + ca.uhn.hapi.fhir + hapi-fhir-structures-dstu3 + 7.0.0 + 7.0.0.1 + + ca.uhn.fhir.context;version="[7,8)", + ca.uhn.fhir.context.api;version="[7,8)", + ca.uhn.fhir.context.support;version="[7,8)", + ca.uhn.fhir.fluentpath;version="[7,8)", + ca.uhn.fhir.model.api;version="[7,8)", + ca.uhn.fhir.model.api.annotation;version="[7,8)", + ca.uhn.fhir.model.primitive;version="[7,8)", + ca.uhn.fhir.model.valueset;version="[7,8)", + ca.uhn.fhir.parser;version="[7,8)", + ca.uhn.fhir.rest.annotation;version="[7,8)", + ca.uhn.fhir.rest.api;version="[7,8)", + ca.uhn.fhir.rest.api.server;version="[7,8)", + ca.uhn.fhir.rest.gclient;version="[7,8)", + ca.uhn.fhir.rest.server;resolution:=optional, + ca.uhn.fhir.rest.server.exceptions;version="[7,8)", + ca.uhn.fhir.rest.server.method;resolution:=optional, + ca.uhn.fhir.rest.server.servlet;resolution:=optional, + ca.uhn.fhir.util;version="[7,8)", + com.github.benmanes.caffeine.cache;resolution:=optional, + com.google.gson;version="[2.8,3)", + com.google.gson.stream;version="[2.8,3)", + javax.servlet;resolution:=optional;version="[3,5)", + javax.servlet.http;resolution:=optional;version="[3,5)", + javax.xml.parsers, + javax.xml.transform, + javax.xml.transform.dom, + javax.xml.transform.sax, + org.apache.commons.codec.binary, + org.apache.commons.io;version="[2,3)", + org.apache.commons.lang3;version="[3.8,4)", + org.apache.commons.lang3.builder;version="[3.8,4)", + org.apache.commons.lang3.time;version="[3.8,4)", + org.hl7.fhir.exceptions;version="[7,8)", + org.hl7.fhir.instance.model.api;version="[7,8)", + org.hl7.fhir.utilities;version="[7,8)", + org.hl7.fhir.utilities.ucum;version="[7,8)", + org.hl7.fhir.utilities.validation;version="[7,8)", + org.hl7.fhir.utilities.xhtml;version="[7,8)", + org.hl7.fhir.utilities.xml;version="[7,8)", + org.slf4j;version="[1.7,2)", + org.w3c.dom, + org.w3c.dom.events, + org.xml.sax, + org.xml.sax.helpers, + org.xmlpull.v1;resolution:=optional + + + org.hl7.fhir.dstu3.terminologies;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.dstu3.context;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.dstu3.formats;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.dstu3.hapi.fluentpath;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.dstu3.hapi.ctx;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.dstu3.hapi.rest.server;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.dstu3.utils;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.dstu3.utils.formats;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.dstu3.model;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.dstu3.model.codesystems;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.dstu3.elementmodel;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.dstu3.conformance;version="${pkgVersion}";-split-package:=merge-first + + + ca.uhn.hapi.fhir.hapi-fhir-base + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + true + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/hapi-fhir-structures-dstu3-7.0.0/src/main/resources/OSGI-INF/bundle.info b/hapi-fhir-structures-dstu3-7.0.0/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..50e2c5db31 --- /dev/null +++ b/hapi-fhir-structures-dstu3-7.0.0/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + HAPI FHIR - Java API for HL7 FHIR Clients and Servers + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://hapifhir.io\u001B[0m diff --git a/hapi-fhir-structures-hl7org-dstu2-7.0.0/pom.xml b/hapi-fhir-structures-hl7org-dstu2-7.0.0/pom.xml new file mode 100644 index 0000000000..d79e6dbd7f --- /dev/null +++ b/hapi-fhir-structures-hl7org-dstu2-7.0.0/pom.xml @@ -0,0 +1,160 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.hapi-fhir-structures-hl7org-dstu2 + 7.0.0_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + ca.uhn.hapi.fhir + hapi-fhir-structures-hl7org-dstu2 + 7.0.0 + 7.0.0.1 + + javax.servlet;resolution:=optional, + javax.servlet.http;resolution:=optional, + ca.uhn.fhir.context;version="[7,8)", + ca.uhn.fhir.context.api;version="[7,8)", + ca.uhn.fhir.context.support;version="[7,8)", + ca.uhn.fhir.fluentpath;version="[7,8)", + ca.uhn.fhir.model.api;version="[7,8)", + ca.uhn.fhir.model.api.annotation;version="[7,8)", + ca.uhn.fhir.model.base.composite;version="[7,8)", + ca.uhn.fhir.model.valueset;version="[7,8)", + ca.uhn.fhir.parser;version="[7,8)", + ca.uhn.fhir.rest.annotation;version="[7,8)", + ca.uhn.fhir.rest.api;version="[7,8)", + ca.uhn.fhir.rest.api.server;version="[7,8)", + ca.uhn.fhir.rest.server;resolution:=optional, + ca.uhn.fhir.rest.server.exceptions;version="[7,8)", + ca.uhn.fhir.rest.server.method;resolution:=optional, + ca.uhn.fhir.rest.server.servlet;resolution:=optional, + ca.uhn.fhir.util;version="[7,8)", + com.google.gson;version="[2.8,3)", + javax.sound.sampled, + javax.xml.parsers, + javax.xml.transform, + javax.xml.transform.stream, + net.sf.saxon, + org.apache.commons.codec.binary;version="[1.11,2)", + org.apache.commons.io;version="[2,3)", + org.apache.commons.lang3;version="[3.8,4)", + org.apache.commons.lang3.builder;version="[3.8,4)", + org.apache.commons.lang3.time;version="[3.8,4)", + org.hl7.fhir.exceptions;version="[7,8)", + org.hl7.fhir.instance.model.api;version="[7,8)", + org.hl7.fhir.utilities;version="[7,8)", + org.hl7.fhir.utilities.ucum;version="[7,8)", + org.hl7.fhir.utilities.validation;version="[7,8)", + org.hl7.fhir.utilities.xhtml;version="[7,8)", + org.hl7.fhir.utilities.xml;version="[7,8)", + org.w3c.dom, + org.w3c.dom.ls + + + org.hl7.fhir.instance.terminologies;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.instance.formats;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.instance.utils;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.instance.utilities;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.instance.utilities.xml;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.instance.model;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.instance.model.valuesets;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.instance;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.instance.conf;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.instance.client;version="${pkgVersion}";-split-package:=merge-first, + ca.uhn.fhir.rest.server.provider.dstu2hl7org;version="${pkgVersion}";-split-package:=merge-first + + + ca.uhn.hapi.fhir.hapi-fhir-base + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + true + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/hapi-fhir-structures-hl7org-dstu2-7.0.0/src/main/resources/OSGI-INF/bundle.info b/hapi-fhir-structures-hl7org-dstu2-7.0.0/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..50e2c5db31 --- /dev/null +++ b/hapi-fhir-structures-hl7org-dstu2-7.0.0/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + HAPI FHIR - Java API for HL7 FHIR Clients and Servers + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://hapifhir.io\u001B[0m diff --git a/hapi-fhir-structures-r4-7.0.0/pom.xml b/hapi-fhir-structures-r4-7.0.0/pom.xml new file mode 100644 index 0000000000..d5221ab3ac --- /dev/null +++ b/hapi-fhir-structures-r4-7.0.0/pom.xml @@ -0,0 +1,184 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.hapi-fhir-structures-r4 + 7.0.0_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + ca.uhn.hapi.fhir + hapi-fhir-structures-r4 + 7.0.0 + 7.0.0.1 + + ca.uhn.fhir.context;version="[7,8)", + ca.uhn.fhir.context.api;version="[7,8)", + ca.uhn.fhir.context.support;version="[7,8)", + ca.uhn.fhir.fluentpath;version="[7,8)", + ca.uhn.fhir.model.api;version="[7,8)", + ca.uhn.fhir.model.api.annotation;version="[7,8)", + ca.uhn.fhir.model.primitive;version="[7,8)", + ca.uhn.fhir.model.valueset;version="[7,8)", + ca.uhn.fhir.parser;version="[7,8)", + ca.uhn.fhir.rest.annotation;version="[7,8)", + ca.uhn.fhir.rest.api;version="[7,8)", + ca.uhn.fhir.rest.api.server;version="[7,8)", + ca.uhn.fhir.rest.gclient;version="[7,8)", + ca.uhn.fhir.rest.server;resolution:=optional, + ca.uhn.fhir.rest.server.exceptions;version="[7,8)", + ca.uhn.fhir.rest.server.method;resolution:=optional, + ca.uhn.fhir.rest.server.servlet;resolution:=optional, + ca.uhn.fhir.util;version="[7,8)", + com.github.benmanes.caffeine.cache;resolution:=optional, + com.google.gson;version="[2.8,3)", + com.google.gson.stream;version="[2.8,3)", + javax.servlet;resolution:=optional;version="[3,5)", + javax.servlet.http;resolution:=optional;version="[3,5)", + javax.xml.crypto.dsig, + javax.xml.crypto.dsig.dom, + javax.xml.crypto.dsig.keyinfo, + javax.xml.crypto.dsig.spec, + javax.xml.parsers, + javax.xml.transform, + javax.xml.transform.dom, + javax.xml.transform.sax, + org.apache.commons.codec;version="[1.11,2)", + org.apache.commons.codec.binary;version="[1.11,2)", + org.apache.commons.io;version="[2,3)", + org.apache.commons.io.output;version="[2,3)", + org.apache.commons.lang3;version="[3.8,4)", + org.apache.commons.lang3.builder;version="[3.8,4)", + org.apache.commons.lang3.time;version="[3.8,4)", + org.apache.commons.lang3.tuple;version="[3.8,4)", + org.apache.http;resolution:=optional, + org.apache.http.client;resolution:=optional, + org.apache.http.client.methods;resolution:=optional, + org.apache.http.client.utils;resolution:=optional, + org.apache.http.entity;resolution:=optional, + org.apache.http.impl.client;resolution:=optional, + org.apache.http.params;resolution:=optional, + org.fhir.ucum;version="[7,8)", + org.hl7.fhir.exceptions;version="[7,8)", + org.hl7.fhir.instance.model.api;version="[7,8)", + org.hl7.fhir.utilities;version="[7,8)", + org.hl7.fhir.utilities.graphql;version="[7,8)", + org.hl7.fhir.utilities.validation;version="[7,8)", + org.hl7.fhir.utilities.xhtml;version="[7,8)", + org.hl7.fhir.utilities.xml;version="[7,8)", + org.slf4j;version="[1.7,2)", + org.stringtemplate.v4;resolution:=optional, + org.w3c.dom, + org.w3c.dom.events, + org.xml.sax, + org.xml.sax.helpers, + org.xmlpull.v1;resolution:=optional + + + org.hl7.fhir.r4.terminologies;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.r4.context;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.r4.formats;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.r4.hapi.fluentpath;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.r4.hapi.ctx;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.r4.hapi.rest.server;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.r4.utils;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.r4.utils.formats;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.r4.utils.client;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.r4.model;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.r4.model.codesystems;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.r4.elementmodel;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.r4.conformance;version="${pkgVersion}";-split-package:=merge-first + + + ca.uhn.hapi.fhir.hapi-fhir-base + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + true + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/hapi-fhir-structures-r4-7.0.0/src/main/resources/OSGI-INF/bundle.info b/hapi-fhir-structures-r4-7.0.0/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..50e2c5db31 --- /dev/null +++ b/hapi-fhir-structures-r4-7.0.0/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + HAPI FHIR - Java API for HL7 FHIR Clients and Servers + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://hapifhir.io\u001B[0m diff --git a/hapi-fhir-validation-7.0.0/pom.xml b/hapi-fhir-validation-7.0.0/pom.xml new file mode 100644 index 0000000000..d09b86ba09 --- /dev/null +++ b/hapi-fhir-validation-7.0.0/pom.xml @@ -0,0 +1,161 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.hapi-fhir-validation + 7.0.0_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + ca.uhn.hapi.fhir + hapi-fhir-validation + 7.0.0 + 7.0.0.1 + + ca.uhn.fhir.context;version="[7,8)", + ca.uhn.fhir.context.support;version="[7,8)", + ca.uhn.fhir.model.api;version="[7,8)", + ca.uhn.fhir.parser;version="[7,8)", + ca.uhn.fhir.rest.api;version="[7,8)", + ca.uhn.fhir.rest.server.exceptions;version="[7,8)", + ca.uhn.fhir.util;version="[7,8)", + ca.uhn.fhir.validation;version="[7,8)", + com.github.benmanes.caffeine.cache, + com.google.gson;version="[2.8,3)", + javax.swing, + javax.xml.parsers, + org.apache.commons.io;version="[2,3)", + org.apache.commons.lang3;version="[3.8,4)", + org.apache.commons.lang3.builder;version="[3.8,4)", + org.fhir.ucum;version="[7,8)", + org.hl7.fhir.convertors;version="[7,8)", + org.hl7.fhir.dstu3.context;resolution:=optional;version="[7,8)", + org.hl7.fhir.dstu3.hapi.ctx;resolution:=optional;version="[7,8)", + org.hl7.fhir.dstu3.model;resolution:=optional;version="[7,8)", + org.hl7.fhir.dstu3.terminologies;resolution:=optional;version="[7,8)", + org.hl7.fhir.dstu3.utils;resolution:=optional;version="[7,8)", + org.hl7.fhir.exceptions;version="[7,8)", + org.hl7.fhir.instance.formats;resolution:=optional;version="[7,8)", + org.hl7.fhir.instance.model;resolution:=optional;version="[7,8)", + org.hl7.fhir.instance.model.api;version="[7,8)", + org.hl7.fhir.instance.terminologies;resolution:=optional;version="[7,8)", + org.hl7.fhir.instance.utils;resolution:=optional;version="[7,8)", + org.hl7.fhir.r4.conformance;resolution:=optional;version="[7,8)", + org.hl7.fhir.r4.context;resolution:=optional;version="[7,8)", + org.hl7.fhir.r4.elementmodel;resolution:=optional;version="[7,8)", + org.hl7.fhir.r4.formats;resolution:=optional;version="[7,8)", + org.hl7.fhir.r4.hapi.ctx;resolution:=optional;version="[7,8)", + org.hl7.fhir.r4.model;resolution:=optional;version="[7,8)", + org.hl7.fhir.r4.terminologies;resolution:=optional;version="[7,8)", + org.hl7.fhir.r4.utils;resolution:=optional;version="[7,8)", + org.hl7.fhir.utilities;version="[7,8)", + org.hl7.fhir.utilities.validation;version="[7,8)", + org.hl7.fhir.utilities.xhtml;version="[7,8)", + org.hl7.fhir.utilities.xml;version="[7,8)", + org.slf4j;version="[1.7,2)", + org.w3c.dom, + org.w3c.dom.events, + org.xml.sax, + org.xml.sax.helpers + + + org.hl7.fhir.dstu3.hapi.validation;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.dstu3.validation;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.instance.hapi.validation;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.instance.validation;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.r4.hapi.validation;version="${pkgVersion}";-split-package:=merge-first, + org.hl7.fhir.r4.validation;version="${pkgVersion}";-split-package:=merge-first + + + ca.uhn.hapi.fhir.hapi-fhir-base + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + true + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + true + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/hapi-fhir-validation-7.0.0/src/main/resources/OSGI-INF/bundle.info b/hapi-fhir-validation-7.0.0/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..50e2c5db31 --- /dev/null +++ b/hapi-fhir-validation-7.0.0/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + HAPI FHIR - Java API for HL7 FHIR Clients and Servers + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://hapifhir.io\u001B[0m diff --git a/hbase-2.1.4/pom.xml b/hbase-2.4.4/pom.xml similarity index 99% rename from hbase-2.1.4/pom.xml rename to hbase-2.4.4/pom.xml index 5ec12636ab..f2eb4c909d 100644 --- a/hbase-2.1.4/pom.xml +++ b/hbase-2.4.4/pom.xml @@ -30,7 +30,7 @@ org.apache.servicemix.bundles org.apache.servicemix.bundles.hbase - 2.1.4_1-SNAPSHOT + 2.4.4_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps hbase-common, hbase-client, hbase-protocol, hbase-server, @@ -41,12 +41,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.apache.hbase hbase - 2.1.4 + 2.4.4 org.apache.hadoop.hbase diff --git a/hbase-2.1.4/src/main/resources/OSGI-INF/bundle.info b/hbase-2.4.4/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from hbase-2.1.4/src/main/resources/OSGI-INF/bundle.info rename to hbase-2.4.4/src/main/resources/OSGI-INF/bundle.info diff --git a/hppc-0.9.1/pom.xml b/hppc-0.9.1/pom.xml new file mode 100644 index 0000000000..40516edff3 --- /dev/null +++ b/hppc-0.9.1/pom.xml @@ -0,0 +1,96 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 14 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.hppc + 0.9.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} shaded jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + com.carrotsearch + hppc + 0.9.1 + + com.carrotsearch.hppc + + + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + false + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + false + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + + + org.apache.felix + maven-bundle-plugin + + + true + + + + + + diff --git a/hppc-0.9.1/src/main/resources/OSGI-INF/bundle.info b/hppc-0.9.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..f902d161bf --- /dev/null +++ b/hppc-0.9.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,12 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + High Performance Primitive Collections provides collections of primitive types + (maps, sets, stacks, lists) with open internals and an API twist. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://github.com/carrotsearch/hppc/wiki\u001B[0m diff --git a/hsqldb-1.8.0.10/pom.xml b/hsqldb-1.8.0.10/pom.xml index 6b07327b33..cc22179ea8 100644 --- a/hsqldb-1.8.0.10/pom.xml +++ b/hsqldb-1.8.0.10/pom.xml @@ -39,7 +39,7 @@ fusesource.m2all Fusesource Release Repository - http://repo.fusesource.com/maven2-all + https://repo.fusesource.com/maven2-all false diff --git a/htmlunit-2.35.0/pom.xml b/htmlunit-2.70.0/pom.xml similarity index 95% rename from htmlunit-2.35.0/pom.xml rename to htmlunit-2.70.0/pom.xml index 5bce72e670..59141c35bd 100644 --- a/htmlunit-2.35.0/pom.xml +++ b/htmlunit-2.70.0/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.htmlunit - 2.35.0_2-SNAPSHOT + 2.70.0_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ net.sourceforge.htmlunit htmlunit - 2.35.0 + 2.70.0 + 2.70.0.1 com.gargoylesoftware.htmlunit diff --git a/htmlunit-2.35.0/src/main/resources/OSGI-INF/bundle.info b/htmlunit-2.70.0/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from htmlunit-2.35.0/src/main/resources/OSGI-INF/bundle.info rename to htmlunit-2.70.0/src/main/resources/OSGI-INF/bundle.info diff --git a/influxdb-java-2.15/pom.xml b/influxdb-java-2.24/pom.xml similarity index 96% rename from influxdb-java-2.15/pom.xml rename to influxdb-java-2.24/pom.xml index 0628b9b046..0ab79263be 100644 --- a/influxdb-java-2.15/pom.xml +++ b/influxdb-java-2.24/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.influxdb-java - 2.15_2-SNAPSHOT + 2.24_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ org.influxdb influxdb-java - 2.15 + 2.24 + 2.24.1 org.influxdb diff --git a/influxdb-java-2.15/src/main/resources/OSGI-INF/bundle.info b/influxdb-java-2.24/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from influxdb-java-2.15/src/main/resources/OSGI-INF/bundle.info rename to influxdb-java-2.24/src/main/resources/OSGI-INF/bundle.info diff --git a/jain-sip-ri-1.2.169/pom.xml b/jain-sip-ri-1.2.169/pom.xml index 90e9e7c4f7..745d8e283b 100644 --- a/jain-sip-ri-1.2.169/pom.xml +++ b/jain-sip-ri-1.2.169/pom.xml @@ -38,7 +38,7 @@ jboss - http://repository.jboss.org/nexus/content/groups/public/ + https://repository.jboss.org/nexus/content/groups/public/ false diff --git a/janino-3.0.12/pom.xml b/janino-3.1.12/pom.xml similarity index 95% rename from janino-3.0.12/pom.xml rename to janino-3.1.12/pom.xml index d0024b2ce3..1762898308 100644 --- a/janino-3.0.12/pom.xml +++ b/janino-3.1.12/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.janino - 3.0.12_2-SNAPSHOT + 3.1.12_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ org.codehaus.janino janino - 3.0.12 + 3.1.12 + 3.1.12.1 org.codehaus.janino diff --git a/janino-3.0.12/src/main/resources/OSGI-INF/bundle.info b/janino-3.1.12/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from janino-3.0.12/src/main/resources/OSGI-INF/bundle.info rename to janino-3.1.12/src/main/resources/OSGI-INF/bundle.info diff --git a/janusgraph-core-0.3.1/pom.xml b/janusgraph-core-0.6.2/pom.xml similarity index 93% rename from janusgraph-core-0.3.1/pom.xml rename to janusgraph-core-0.6.2/pom.xml index a399dedd69..e82c6c4511 100644 --- a/janusgraph-core-0.3.1/pom.xml +++ b/janusgraph-core-0.6.2/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.janusgraph-core - 0.3.1_2-SNAPSHOT + 0.6.2_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} shaded jar file. @@ -39,17 +39,17 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD + HEAD - 3.2.6 org.janusgraph janusgraph-core janusgraph-core-shaded - 0.3.1 + 0.6.2 + 0.6.2.1 - org.janusgraph.* + org.janusgraph com.sun.jdi*;resolution:=optional, @@ -63,8 +63,6 @@ * - com.carrotsearch.hppc*, - com.codahale*, com.jcabi.*, com.squareup.javapoet, javassist*, diff --git a/janusgraph-core-0.3.1/src/main/resources/OSGI-INF/bundle.info b/janusgraph-core-0.6.2/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from janusgraph-core-0.3.1/src/main/resources/OSGI-INF/bundle.info rename to janusgraph-core-0.6.2/src/main/resources/OSGI-INF/bundle.info diff --git a/jasypt-1.9.2/pom.xml b/jasypt-1.9.2/pom.xml deleted file mode 100644 index dba51bc3d4..0000000000 --- a/jasypt-1.9.2/pom.xml +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 11 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.jasypt - 1.9.2_2-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. - - - org.jasypt - jasypt - 1.9.2 - - org.jasypt - - - javax.crypto*, - com.ibm.icu.text*;resolution:=optional, - javax.servlet*;resolution:=optional, - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - sources - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:${pkgArtifactId} - - - - - ${pkgGroupId}:${pkgArtifactId} - - ** - - - - true - true - - - - - - - diff --git a/jasypt-1.9.3/pom.xml b/jasypt-1.9.3/pom.xml new file mode 100644 index 0000000000..fbe5540c33 --- /dev/null +++ b/jasypt-1.9.3/pom.xml @@ -0,0 +1,108 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 14 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.jasypt + 1.9.3_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.jasypt + jasypt + 1.9.3 + + org.jasypt + + + javax.crypto*, + com.ibm.icu.text*;resolution:=optional, + javax.servlet*;resolution:=optional, + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/jasypt-1.9.2/src/main/resources/OSGI-INF/bundle.info b/jasypt-1.9.3/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from jasypt-1.9.2/src/main/resources/OSGI-INF/bundle.info rename to jasypt-1.9.3/src/main/resources/OSGI-INF/bundle.info diff --git a/jasypt-spring31-1.9.2/pom.xml b/jasypt-spring31-1.9.3/pom.xml similarity index 90% rename from jasypt-spring31-1.9.2/pom.xml rename to jasypt-spring31-1.9.3/pom.xml index 7a605c9399..f570b693e4 100644 --- a/jasypt-spring31-1.9.2/pom.xml +++ b/jasypt-spring31-1.9.3/pom.xml @@ -24,21 +24,28 @@ org.apache.servicemix.bundles bundles-pom - 11 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.jasypt-spring31 - 1.9.2_2-SNAPSHOT + 1.9.3_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + org.jasypt jasypt-spring31 - 1.9.2 + 1.9.3 org.jasypt.spring31 diff --git a/jasypt-spring31-1.9.2/src/main/resources/OSGI-INF/bundle.info b/jasypt-spring31-1.9.3/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from jasypt-spring31-1.9.2/src/main/resources/OSGI-INF/bundle.info rename to jasypt-spring31-1.9.3/src/main/resources/OSGI-INF/bundle.info diff --git a/jasypt-spring4-1.9.3/pom.xml b/jasypt-spring4-1.9.3/pom.xml new file mode 100644 index 0000000000..c0228a2eb1 --- /dev/null +++ b/jasypt-spring4-1.9.3/pom.xml @@ -0,0 +1,113 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.jasypt-spring4 + 1.9.3_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.jasypt + jasypt-spring4 + 1.9.3 + 1.9.3.1 + + org.jasypt.spring4 + + + org.jasypt*, + org.springframework.beans*, + org.springframework.context*, + org.springframework.core*, + org.springframework.util*, + org.springframework.web*;resolution:=optional, + org.w3c.dom + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + META-INF/spring.* + + + + true + true + + + + + + + diff --git a/jasypt-spring4-1.9.3/src/main/resources/OSGI-INF/bundle.info b/jasypt-spring4-1.9.3/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..41e8a46e0b --- /dev/null +++ b/jasypt-spring4-1.9.3/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,26 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Jasypt is a java library which allows the developer to add basic encryption + capabilities to his/her projects with minimum effort, and without the need + of having deep knowledge on how cryptography works. + + * High-security, standards-based encryption techniques, both for + unidirectional and bidirectional encryption. Encrypt passwords, + texts, numbers, binaries... + * Transparent integration with Hibernate. + * Suitable for integration into Spring-based applications and also + transparently integrable with Spring Security. + * Integrated capabilities for encrypting the configuration of applications + (i.e. datasources). + * Specific features for high-performance encryption in + multi-processor/multi-core systems. + * Open API for use with any JCE provider. + * ...and much more + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.jasypt.org/\u001B[0m diff --git a/java-util-1.34.0/pom.xml b/java-util-2.4.0/pom.xml similarity index 95% rename from java-util-1.34.0/pom.xml rename to java-util-2.4.0/pom.xml index 57fe9c27f5..a91114862f 100644 --- a/java-util-1.34.0/pom.xml +++ b/java-util-2.4.0/pom.xml @@ -24,14 +24,14 @@ org.apache.servicemix.bundles bundles-pom - 13 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.java-util bundle - 1.34.0_2-SNAPSHOT + 2.4.0_2-SNAPSHOT Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -39,13 +39,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD + HEAD com.cedarsoftware java-util - 1.34.0 + 2.4.0 + 2.4.0.1 com.cedarsoftware.util diff --git a/java-util-1.34.0/src/main/resources/OSGI-INF/bundle.info b/java-util-2.4.0/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from java-util-1.34.0/src/main/resources/OSGI-INF/bundle.info rename to java-util-2.4.0/src/main/resources/OSGI-INF/bundle.info diff --git a/java-xmlbuilder-1.2/pom.xml b/java-xmlbuilder-1.3/pom.xml similarity index 97% rename from java-xmlbuilder-1.2/pom.xml rename to java-xmlbuilder-1.3/pom.xml index 7f6bf5d408..a80f5cf9c1 100644 --- a/java-xmlbuilder-1.2/pom.xml +++ b/java-xmlbuilder-1.3/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.java-xmlbuilder - 1.2_2-SNAPSHOT + 1.3_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -39,13 +39,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD + HEAD com.jamesmurty.utils java-xmlbuilder - 1.2 + 1.3 com.jamesmurty.utils*;version=${project.version};-split-package:=merge-first, net.iharder*;version=${project.version};-split-package:=merge-first diff --git a/java-xmlbuilder-1.2/src/main/resources/OSGI-INF/bundle.info b/java-xmlbuilder-1.3/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from java-xmlbuilder-1.2/src/main/resources/OSGI-INF/bundle.info rename to java-xmlbuilder-1.3/src/main/resources/OSGI-INF/bundle.info diff --git a/java_nats-0.7.1/pom.xml b/java_nats-0.7.2/pom.xml similarity index 97% rename from java_nats-0.7.1/pom.xml rename to java_nats-0.7.2/pom.xml index 404baa8fce..cf477e4c7d 100644 --- a/java_nats-0.7.1/pom.xml +++ b/java_nats-0.7.2/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.java_nats - 0.7.1_3-SNAPSHOT + 0.7.2_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -39,13 +39,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD + HEAD com.github.tyagihas java_nats - 0.7.1 + 0.7.2 org.nats diff --git a/java_nats-0.7.1/src/main/resources/OSGI-INF/bundle.info b/java_nats-0.7.2/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from java_nats-0.7.1/src/main/resources/OSGI-INF/bundle.info rename to java_nats-0.7.2/src/main/resources/OSGI-INF/bundle.info diff --git a/javassist-3.12.1.GA/pom.xml b/javassist-3.12.1.GA/pom.xml index 1c7a15d844..6efcd3d295 100644 --- a/javassist-3.12.1.GA/pom.xml +++ b/javassist-3.12.1.GA/pom.xml @@ -51,7 +51,7 @@ jboss New JBoss Maven2 Repository - http://repository.jboss.org/maven2-brew/ + https://repository.jboss.org/maven2-brew/ true diff --git a/javax-cache-api-1.1.0/pom.xml b/javax-cache-api-1.1.1/pom.xml similarity index 97% rename from javax-cache-api-1.1.0/pom.xml rename to javax-cache-api-1.1.1/pom.xml index 17e482f311..d89538b598 100644 --- a/javax-cache-api-1.1.0/pom.xml +++ b/javax-cache-api-1.1.1/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.javax-cache-api - 1.1.0_2-SNAPSHOT + 1.1.1_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,7 @@ javax.cache cache-api - 1.1.0 + 1.1.1 javax.cache diff --git a/javax-cache-api-1.1.0/src/main/resources/OSGI-INF/bundle.info b/javax-cache-api-1.1.1/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from javax-cache-api-1.1.0/src/main/resources/OSGI-INF/bundle.info rename to javax-cache-api-1.1.1/src/main/resources/OSGI-INF/bundle.info diff --git a/javax-el-impl-3.0.2/pom.xml b/javax-el-impl-4.0.2/pom.xml similarity index 88% rename from javax-el-impl-3.0.2/pom.xml rename to javax-el-impl-4.0.2/pom.xml index 80d84955e5..ffb887c63e 100644 --- a/javax-el-impl-3.0.2/pom.xml +++ b/javax-el-impl-4.0.2/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.javax-el-impl - 3.0.2_2-SNAPSHOT + 4.0.2_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,20 +45,20 @@ org.glassfish jakarta.el - 3.0.2 + 4.0.2 - com.sun.el.parser;uses:="javax.el,com.sun.el.lang,com.sun.el.util,com.sun.el";version="3.0.2";-split-package:=merge-first, - com.sun.el.lang;uses:="javax.el,com.sun.el.parser,com.sun.el.util,com.sun.el";version="3.0.2";-split-package:=merge-first, - com.sun.el.stream;uses:="javax.el,com.sun.el.lang";version="3.0.2";-split-package:=merge-first, - com.sun.el.util;uses:="javax.el,com.sun.el.lang";version="3.0.2";-split-package:=merge-first, - com.sun.el;uses:="javax.el,com.sun.el.parser,com.sun.el.lang,com.sun.el.stream,com.sun.el.util";version="3.0.2";-split-package:=merge-first + com.sun.el.parser;uses:="javax.el,com.sun.el.lang,com.sun.el.util,com.sun.el";version="4.0.2";-split-package:=merge-first, + com.sun.el.lang;uses:="javax.el,com.sun.el.parser,com.sun.el.util,com.sun.el";version="4.0.2";-split-package:=merge-first, + com.sun.el.stream;uses:="javax.el,com.sun.el.lang";version="4.0.2";-split-package:=merge-first, + com.sun.el.util;uses:="javax.el,com.sun.el.lang";version="4.0.2";-split-package:=merge-first, + com.sun.el;uses:="javax.el,com.sun.el.parser,com.sun.el.lang,com.sun.el.stream,com.sun.el.util";version="4.0.2";-split-package:=merge-first - com.sun.el;version="3.0.2",com.sun.el.lang;version="3.0.2", - com.sun.el.parser;version="3.0.2", - com.sun.el.stream;version="3.0.2", - com.sun.el.util;version="3.0.2", - javax.el;version="3.0.2" + com.sun.el, + com.sun.el.parser, + com.sun.el.stream, + com.sun.el.util, + javax.el META-INF.services;-split-package:=merge-first diff --git a/javax-el-impl-3.0.2/src/main/resources/META-INF/services/javax.el.ExpressionFactory b/javax-el-impl-4.0.2/src/main/resources/META-INF/services/javax.el.ExpressionFactory similarity index 100% rename from javax-el-impl-3.0.2/src/main/resources/META-INF/services/javax.el.ExpressionFactory rename to javax-el-impl-4.0.2/src/main/resources/META-INF/services/javax.el.ExpressionFactory diff --git a/javax-el-impl-3.0.2/src/main/resources/OSGI-INF/bundle.info b/javax-el-impl-4.0.2/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from javax-el-impl-3.0.2/src/main/resources/OSGI-INF/bundle.info rename to javax-el-impl-4.0.2/src/main/resources/OSGI-INF/bundle.info diff --git a/jaxb-runtime-2.3.2/pom.xml b/jaxb-runtime-2.3.2/pom.xml index 97916d5c26..a64b01aded 100644 --- a/jaxb-runtime-2.3.2/pom.xml +++ b/jaxb-runtime-2.3.2/pom.xml @@ -30,7 +30,7 @@ org.apache.servicemix.bundles.jaxb-runtime bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} - 2.3.2_2-SNAPSHOT + 2.3.2_4-SNAPSHOT This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -140,10 +140,14 @@ org.jvnet.fastinfoset*;resolution:=optional, org.jvnet.staxex*;resolution:=optional, + + META-INF;-split-package:=merge-first, + META-INF.services;-split-package:=merge-first, + - com.sun.xml.bind*, - com.sun.xml.txw2*, - com.sun.istack* + com.sun.xml.bind*;-split-package:=merge-first, + com.sun.istack*;-split-package:=merge-first, + com.sun.xml.txw2*;-split-package:=merge-first jaxb-runtime diff --git a/jaxb-xjc-2.3.2/pom.xml b/jaxb-xjc-2.3.2/pom.xml index 7a9b3e0d81..49f81aadd3 100644 --- a/jaxb-xjc-2.3.2/pom.xml +++ b/jaxb-xjc-2.3.2/pom.xml @@ -30,7 +30,7 @@ org.apache.servicemix.bundles.jaxb-xjc bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} - 2.3.2_2-SNAPSHOT + 2.3.2_3-SNAPSHOT This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -103,8 +103,8 @@ org.apache.tools.ant*;resolution:=optional, com.sun.xml.txw2*;resolution:=optional, com.sun.tools.rngom*;resolution:=optional, + com.sun.tools.rngdatatype*;resolution:=optional, com.sun.xml.dtdparser*;resolution:=optional, - com.sun.xml.xsom*;resolution:=optional, javax.activation;version="[1,2)", javax.xml.bind*;version="[2,3)", * @@ -114,6 +114,16 @@ com.sun.codemodel*;-split-package:=merge-first;-noimport:=true, com.sun.istack.tools*;-split-package:=merge-first;-noimport:=true + + com.sun.org.*;-split-package:=merge-first, + com.sun.tools.rngom*;-split-package:=merge-first, + com.sun.xml.xsom*;-split-package:=merge-first, + com.sun.istack*;-split-package:=merge-first, + com.sun.tools.rngdatatype*;-split-package:=merge-first, + META-INF;-split-package:=merge-first, + META-INF.maven.org.apache.servicemix.bundles*;-split-package:=merge-first, + META-INF.services;-split-package:=merge-first, + true 2.3.2 diff --git a/jdom-2.0.6/pom.xml b/jdom-2.0.6.1/pom.xml similarity index 97% rename from jdom-2.0.6/pom.xml rename to jdom-2.0.6.1/pom.xml index 77b63607c0..0fc2df64c1 100644 --- a/jdom-2.0.6/pom.xml +++ b/jdom-2.0.6.1/pom.xml @@ -30,7 +30,7 @@ org.apache.servicemix.bundles org.apache.servicemix.bundles.jdom - 2.0.6_2-SNAPSHOT + 2.0.6.1_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -39,17 +39,18 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD + HEAD org.jdom jdom2 - 2.0.6 + 2.0.6.1 org.jdom + javax.xml, javax.xml.namespace*, javax.xml.parsers, javax.xml.stream*, diff --git a/jdom-2.0.6/src/main/resources/OSGI-INF/bundle.info b/jdom-2.0.6.1/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from jdom-2.0.6/src/main/resources/OSGI-INF/bundle.info rename to jdom-2.0.6.1/src/main/resources/OSGI-INF/bundle.info diff --git a/jedis-3.0.1/pom.xml b/jedis-4.4.1/pom.xml similarity index 94% rename from jedis-3.0.1/pom.xml rename to jedis-4.4.1/pom.xml index a75b3e5e6e..bf711c0110 100644 --- a/jedis-3.0.1/pom.xml +++ b/jedis-4.4.1/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.jedis - 3.0.1_2-SNAPSHOT + 4.4.1_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps the ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,13 +45,15 @@ redis.clients jedis - 3.0.1 + 4.4.1 + 4.4.1.1 redis.clients javax.net*, - org.apache.commons.pool* + org.apache.commons.pool*, + org.slf4j*;version="[1.7,2)" diff --git a/jedis-3.0.1/src/main/resources/OSGI-INF/bundle.info b/jedis-4.4.1/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from jedis-3.0.1/src/main/resources/OSGI-INF/bundle.info rename to jedis-4.4.1/src/main/resources/OSGI-INF/bundle.info diff --git a/jruby-9.2.7.0/pom.xml b/jruby-9.4.5.0/pom.xml similarity index 96% rename from jruby-9.2.7.0/pom.xml rename to jruby-9.4.5.0/pom.xml index aada7b72aa..e7cac660da 100644 --- a/jruby-9.2.7.0/pom.xml +++ b/jruby-9.4.5.0/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.jruby - 9.2.7.0_2-SNAPSHOT + 9.4.5.0_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ org.jruby jruby - 9.2.7.0 + 9.4.5.0 + 9.4.5.0.1 org.jruby diff --git a/jruby-9.2.7.0/src/main/resources/OSGI-INF/bundle.info b/jruby-9.4.5.0/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from jruby-9.2.7.0/src/main/resources/OSGI-INF/bundle.info rename to jruby-9.4.5.0/src/main/resources/OSGI-INF/bundle.info diff --git a/jsendnsca-2.1.1/pom.xml b/jsendnsca-2.2.0/pom.xml similarity index 95% rename from jsendnsca-2.1.1/pom.xml rename to jsendnsca-2.2.0/pom.xml index e95c12ff9e..b817d8514e 100644 --- a/jsendnsca-2.1.1/pom.xml +++ b/jsendnsca-2.2.0/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.jsendnsca - 2.1.1_3-SNAPSHOT + 2.2.0_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -39,15 +39,15 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD + HEAD com.github.jsendnsca jsendnsca - 2.1.1 + 2.2.0 - com.googlecode.jsendnsca*;version=2.1.1;-split-package:=merge-first + com.googlecode.jsendnsca*;version=2.2.0;-split-package:=merge-first diff --git a/jsendnsca-2.1.1/src/main/resources/OSGI-INF/bundle.info b/jsendnsca-2.2.0/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from jsendnsca-2.1.1/src/main/resources/OSGI-INF/bundle.info rename to jsendnsca-2.2.0/src/main/resources/OSGI-INF/bundle.info diff --git a/jsmpp-2.1.0/pom.xml b/jsmpp-2.1.0/pom.xml index d7544d6a8e..9815530f69 100644 --- a/jsmpp-2.1.0/pom.xml +++ b/jsmpp-2.1.0/pom.xml @@ -88,7 +88,7 @@ servicemix Apache ServiceMix Repository - http://svn.apache.org/repos/asf/servicemix/m2-repo + https://svn.apache.org/repos/asf/servicemix/m2-repo true diff --git a/json4s-3.6.5/pom.xml b/json4s-3.6.12/pom.xml similarity index 98% rename from json4s-3.6.5/pom.xml rename to json4s-3.6.12/pom.xml index 60dfa1afd1..636d87890d 100644 --- a/json4s-3.6.5/pom.xml +++ b/json4s-3.6.12/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.json4s - 3.6.5_2-SNAPSHOT + 3.6.12_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps json4s ${pkgVersion} jar files. @@ -45,7 +45,7 @@ org.json4s json4s - 3.6.5 + 3.6.12 org.json4s diff --git a/json4s-3.6.5/src/main/resources/OSGI-INF/bundle.info b/json4s-3.6.12/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from json4s-3.6.5/src/main/resources/OSGI-INF/bundle.info rename to json4s-3.6.12/src/main/resources/OSGI-INF/bundle.info diff --git a/jt400-9.8/pom.xml b/jt400-20.0.7/pom.xml similarity index 96% rename from jt400-9.8/pom.xml rename to jt400-20.0.7/pom.xml index 7cd17040ef..5646447bca 100644 --- a/jt400-9.8/pom.xml +++ b/jt400-20.0.7/pom.xml @@ -24,14 +24,14 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.jt400 bundle - 9.8_2-SNAPSHOT + 20.0.7_2-SNAPSHOT Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ net.sf.jt400 jt400 - 9.8 + 20.0.7 + 20.0.7.1 com.ibm.as400 diff --git a/jt400-9.8/src/main/resources/OSGI-INF/bundle.info b/jt400-20.0.7/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from jt400-9.8/src/main/resources/OSGI-INF/bundle.info rename to jt400-20.0.7/src/main/resources/OSGI-INF/bundle.info diff --git a/junit-4.13.2/pom.xml b/junit-4.13.2/pom.xml new file mode 100644 index 0000000000..3778003244 --- /dev/null +++ b/junit-4.13.2/pom.xml @@ -0,0 +1,114 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 14 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.junit + bundle + 4.13.2_2-SNAPSHOT + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + junit + junit + 4.13.2 + + org.hamcrest*;version="1.3";-split-package:=merge-first, + org.junit*;version=${pkgVersion};-split-package:=merge-first, + junit*;version=${pkgVersion};-split-package:=merge-first + + + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.hamcrest + hamcrest-core + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/junit-4.13.2/src/main/resources/OSGI-INF/bundle.info b/junit-4.13.2/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..81e70af4d2 --- /dev/null +++ b/junit-4.13.2/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,12 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit + testing frameworks. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.junit.org/\u001B[0m diff --git a/kafka-clients-1.1.1/pom.xml b/kafka-clients-1.1.1/pom.xml deleted file mode 100644 index 931823e320..0000000000 --- a/kafka-clients-1.1.1/pom.xml +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 13 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.kafka-clients - 1.1.1_2-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD - - - - org.apache.kafka - kafka-clients - 1.1.1 - - org.apache.kafka - - - javax.management.*, - javax.security.*, - javax.net.ssl.*, - javax.crypto.*, - org.ietf.jgss.*, - org.slf4j.*, - net.jpountz.*;resolution:=optional, - javax.xml.bind;resolution:=optional, - org.xerial.snappy;resolution:=optional;version="[1.1,2)", - sun.misc;resolution:=optional, - sun.nio.ch;resolution:=optional, - sun.security.krb5;resolution:=optional, - com.ibm.security.krb5.internal;resolution:=optional - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - sources - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:${pkgArtifactId} - - - - - ${pkgGroupId}:${pkgArtifactId} - - kafka/kafka-version.properties - - - - true - true - - - - - - - diff --git a/kafka-clients-2.2.0/pom.xml b/kafka-clients-2.2.0/pom.xml deleted file mode 100644 index 58c067355f..0000000000 --- a/kafka-clients-2.2.0/pom.xml +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 14 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.kafka-clients - 2.2.0_2-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD - - - - org.apache.kafka - kafka-clients - 2.2.0 - - org.apache.kafka - - - javax.management.*, - javax.security.*, - javax.net.ssl.*, - javax.crypto.*, - org.ietf.jgss.*, - org.slf4j.*, - net.jpountz.*;resolution:=optional, - javax.xml.bind;resolution:=optional, - org.xerial.snappy;resolution:=optional;version="[1.1,2)", - sun.misc;resolution:=optional, - sun.nio.ch;resolution:=optional, - sun.security.krb5;resolution:=optional, - com.ibm.security.krb5.internal;resolution:=optional - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - sources - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:${pkgArtifactId} - - - - - ${pkgGroupId}:${pkgArtifactId} - - kafka/kafka-version.properties - - - - true - true - - - - - - - diff --git a/kafka-clients-2.0.1/pom.xml b/kafka-clients-2.8.2/pom.xml similarity index 92% rename from kafka-clients-2.0.1/pom.xml rename to kafka-clients-2.8.2/pom.xml index 879fa79a3a..130fe999f9 100644 --- a/kafka-clients-2.0.1/pom.xml +++ b/kafka-clients-2.8.2/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.kafka-clients - 2.0.1_2-SNAPSHOT + 2.8.2_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ org.apache.kafka kafka-clients - 2.0.1 + 2.8.2 + 2.8.2.1 org.apache.kafka @@ -62,7 +63,9 @@ sun.misc;resolution:=optional, sun.nio.ch;resolution:=optional, sun.security.krb5;resolution:=optional, - com.ibm.security.krb5.internal;resolution:=optional + com.ibm.security.krb5.internal;resolution:=optional, + com.github.luben.zstd;resolution:=optional, + com.fasterxml.jackson*;resolution:=optional diff --git a/kafka-clients-1.1.1/src/main/resources/OSGI-INF/bundle.info b/kafka-clients-2.8.2/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from kafka-clients-1.1.1/src/main/resources/OSGI-INF/bundle.info rename to kafka-clients-2.8.2/src/main/resources/OSGI-INF/bundle.info diff --git a/kafka-clients-2.1.1/pom.xml b/kafka-clients-3.6.1/pom.xml similarity index 92% rename from kafka-clients-2.1.1/pom.xml rename to kafka-clients-3.6.1/pom.xml index cc927706df..79110cbb88 100644 --- a/kafka-clients-2.1.1/pom.xml +++ b/kafka-clients-3.6.1/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.kafka-clients - 2.1.1_2-SNAPSHOT + 3.6.1_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ org.apache.kafka kafka-clients - 2.1.1 + 3.6.1 + 3.6.1.1 org.apache.kafka @@ -57,12 +58,13 @@ org.ietf.jgss.*, org.slf4j.*, net.jpountz.*;resolution:=optional, - javax.xml.bind;resolution:=optional, org.xerial.snappy;resolution:=optional;version="[1.1,2)", sun.misc;resolution:=optional, sun.nio.ch;resolution:=optional, sun.security.krb5;resolution:=optional, - com.ibm.security.krb5.internal;resolution:=optional + com.ibm.security.krb5.internal;resolution:=optional, + com.github.luben.zstd;resolution:=optional, + com.fasterxml.jackson*;resolution:=optional diff --git a/kafka-clients-2.0.1/src/main/resources/OSGI-INF/bundle.info b/kafka-clients-3.6.1/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from kafka-clients-2.0.1/src/main/resources/OSGI-INF/bundle.info rename to kafka-clients-3.6.1/src/main/resources/OSGI-INF/bundle.info diff --git a/kafka-streams-2.0.1/pom.xml b/kafka-streams-2.0.1/pom.xml deleted file mode 100644 index 16875c0c32..0000000000 --- a/kafka-streams-2.0.1/pom.xml +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 13 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.kafka-streams - 2.0.1_2-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD - - - - org.apache.kafka - kafka-streams - 2.0.1 - - org.apache.kafka.streams - - - !org.apache.kafka.streams.*, - org.apache.kafka.*;version="[$(versionmask;==;${pkgVersion}),$(versionmask;+;${pkgVersion}))", - org.slf4j, - org.rocksdb;resolution:=optional;version="[5.7,6)" - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - sources - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:${pkgArtifactId} - - - - - ${pkgGroupId}:${pkgArtifactId} - - **/* - - - - true - true - - - - - - - diff --git a/kafka-streams-2.2.0/pom.xml b/kafka-streams-2.2.0/pom.xml deleted file mode 100644 index 1e759505ee..0000000000 --- a/kafka-streams-2.2.0/pom.xml +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 14 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.kafka-streams - 2.2.0_2-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD - - - - org.apache.kafka - kafka-streams - 2.2.0 - - org.apache.kafka.streams - - - !org.apache.kafka.streams.*, - org.apache.kafka.*;version="[$(versionmask;==;${pkgVersion}),$(versionmask;+;${pkgVersion}))", - org.slf4j, - org.rocksdb;resolution:=optional;version="[5.7,6)" - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - sources - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:${pkgArtifactId} - - - - - ${pkgGroupId}:${pkgArtifactId} - - **/* - - - - true - true - - - - - - - diff --git a/kafka-streams-2.1.1/pom.xml b/kafka-streams-2.8.2/pom.xml similarity index 96% rename from kafka-streams-2.1.1/pom.xml rename to kafka-streams-2.8.2/pom.xml index 05fa96103c..f87657e4d1 100644 --- a/kafka-streams-2.1.1/pom.xml +++ b/kafka-streams-2.8.2/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.kafka-streams - 2.1.1_2-SNAPSHOT + 2.8.2_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ org.apache.kafka kafka-streams - 2.1.1 + 2.8.2 + 2.8.2.1 org.apache.kafka.streams diff --git a/kafka-clients-2.1.1/src/main/resources/OSGI-INF/bundle.info b/kafka-streams-2.8.2/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from kafka-clients-2.1.1/src/main/resources/OSGI-INF/bundle.info rename to kafka-streams-2.8.2/src/main/resources/OSGI-INF/bundle.info diff --git a/kafka-streams-1.1.1/pom.xml b/kafka-streams-3.6.1/pom.xml similarity index 90% rename from kafka-streams-1.1.1/pom.xml rename to kafka-streams-3.6.1/pom.xml index 91ec2cc56e..5bacfb91b4 100644 --- a/kafka-streams-1.1.1/pom.xml +++ b/kafka-streams-3.6.1/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.kafka-streams - 1.1.1_2-SNAPSHOT + 3.6.1_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ org.apache.kafka kafka-streams - 1.1.1 + 3.6.1 + 3.6.1.1 org.apache.kafka.streams @@ -53,7 +54,7 @@ !org.apache.kafka.streams.*, org.apache.kafka.*;version="[$(versionmask;==;${pkgVersion}),$(versionmask;+;${pkgVersion}))", org.slf4j, - org.rocksdb;resolution:=optional;version="[5.7,6)" + org.rocksdb;resolution:=optional;version="[7,9)" @@ -92,9 +93,9 @@ ${pkgGroupId}:${pkgArtifactId} - - **/* - + + kafka/kafka-streams-version.properties + true diff --git a/kafka-clients-2.2.0/src/main/resources/OSGI-INF/bundle.info b/kafka-streams-3.6.1/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from kafka-clients-2.2.0/src/main/resources/OSGI-INF/bundle.info rename to kafka-streams-3.6.1/src/main/resources/OSGI-INF/bundle.info diff --git a/kafka_2.11-1.1.1/pom.xml b/kafka_2.11-1.1.1/pom.xml deleted file mode 100644 index 9b74918e69..0000000000 --- a/kafka_2.11-1.1.1/pom.xml +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 13 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.kafka_2.11 - 1.1.1_2-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD - - - - org.apache.kafka - kafka_2.11 - 1.1.1 - - kafka - - - javax.crypto.*, - javax.xml.datatype.*, - javax.management.*, - org.apache.kafka.*;version="[$(versionmask;==;${pkgVersion}),$(versionmask;+;${pkgVersion}))", - scala.*;version="[2,3)", - com.typesafe.scalalogging.*;version="[3.7,4)", - org.slf4j.*, - com.fasterxml.jackson.*, - com.yammer.metrics.*;version="[2.2,3)", - org.apache.zookeeper.*;version="[3.4,4)", - joptsimple.*;resolution:=optional;version="[5.0,6)", - org.I0Itec.zkclient.*;resolution:=optional, - org.apache.log4j.*;resolution:=optional, - org.xerial.snappy;resolution:=optional;version="[1.1,2)", - sun.misc;resolution:=optional, - sun.nio.ch;resolution:=optional - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - - - com.sun.jmx - jmxri - - - com.sun.jdmk - jmxtools - - - org.apache.zookeeper - zookeeper - - - org.scala-lang - scala-library - - - org.scala-lang - scala-compiler - - - org.scala-lang - scala-reflect - - - com.typesafe.scala-logging - scala-logging_2.11 - - - log4j - log4j - - - net.sf.jopt-simple - jopt-simple - - - org.slf4j - slf4j-simple - - - com.101tec - zkclient - - - org.xerial.snappy - snappy-java - - - com.yammer.metrics - metrics-core - - - com.yammer.metrics - metrics-annotation - - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - sources - - - com.sun.jmx - jmxri - - - com.sun.jdmk - jmxtools - - - org.apache.zookeeper - zookeeper - - - org.scala-lang - scala-library - - - org.scala-lang - scala-compiler - - - org.scala-lang - scala-reflect - - - com.typesafe.scala-logging - scala-logging_2.11 - - - log4j - log4j - - - net.sf.jopt-simple - jopt-simple - - - org.slf4j - slf4j-simple - - - com.101tec - zkclient - - - org.xerial.snappy - snappy-java - - - com.yammer.metrics - metrics-core - - - com.yammer.metrics - metrics-annotation - - - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:${pkgArtifactId} - - - - - ${pkgGroupId}:${pkgArtifactId} - - **/* - - - - true - true - - - - - - - diff --git a/kafka_2.11-1.1.1/src/main/resources/OSGI-INF/bundle.info b/kafka_2.11-1.1.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index f61e66b7a8..0000000000 --- a/kafka_2.11-1.1.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,23 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Apache Kafka is publish-subscribe messaging rethought as a distributed commit log. - - * Fast - A single Kafka broker can handle hundreds of megabytes of reads and writes per second from thousands of clients. - - * Scalable - Kafka is designed to allow a single cluster to serve as the central data backbone for a large organization. It can be elastically and transparently expanded without downtime. Data streams are partitioned and spread over a cluster of machines to allow data streams larger than the capability of any single machine and to allow clusters of co-ordinated consumers - - * Durable - Messages are persisted on disk and replicated within the cluster to prevent data loss. Each broker can handle terabytes of messages without performance impact. - - * Distributed by Design - Kafka has a modern cluster-centric design that offers strong durability and fault-tolerance guarantees. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://kafka.apache.org/\u001B[0m \ No newline at end of file diff --git a/kafka_2.11-2.0.1/pom.xml b/kafka_2.11-2.0.1/pom.xml deleted file mode 100644 index 906f68b5b6..0000000000 --- a/kafka_2.11-2.0.1/pom.xml +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 13 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.kafka_2.11 - 2.0.1_2-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD - - - - org.apache.kafka - kafka_2.11 - 2.0.1 - - kafka - - - javax.crypto.*, - javax.xml.datatype.*, - javax.management.*, - org.apache.kafka.*;version="[$(versionmask;==;${pkgVersion}),$(versionmask;+;${pkgVersion}))", - scala.*;version="[2,3)", - com.typesafe.scalalogging.*;version="[3.7,4)", - org.slf4j.*, - com.fasterxml.jackson.*, - com.yammer.metrics.*;version="[2.2,3)", - org.apache.zookeeper.*;version="[3.4,4)", - joptsimple.*;resolution:=optional;version="[5.0,6)", - org.I0Itec.zkclient.*;resolution:=optional, - org.apache.log4j.*;resolution:=optional, - org.xerial.snappy;resolution:=optional;version="[1.1,2)", - sun.misc;resolution:=optional, - sun.nio.ch;resolution:=optional - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - - - com.sun.jmx - jmxri - - - com.sun.jdmk - jmxtools - - - org.apache.zookeeper - zookeeper - - - org.scala-lang - scala-library - - - org.scala-lang - scala-compiler - - - org.scala-lang - scala-reflect - - - com.typesafe.scala-logging - scala-logging_2.11 - - - log4j - log4j - - - net.sf.jopt-simple - jopt-simple - - - org.slf4j - slf4j-simple - - - com.101tec - zkclient - - - org.xerial.snappy - snappy-java - - - com.yammer.metrics - metrics-core - - - com.yammer.metrics - metrics-annotation - - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - sources - - - com.sun.jmx - jmxri - - - com.sun.jdmk - jmxtools - - - org.apache.zookeeper - zookeeper - - - org.scala-lang - scala-library - - - org.scala-lang - scala-compiler - - - org.scala-lang - scala-reflect - - - com.typesafe.scala-logging - scala-logging_2.11 - - - log4j - log4j - - - net.sf.jopt-simple - jopt-simple - - - org.slf4j - slf4j-simple - - - com.101tec - zkclient - - - org.xerial.snappy - snappy-java - - - com.yammer.metrics - metrics-core - - - com.yammer.metrics - metrics-annotation - - - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:${pkgArtifactId} - - - - - ${pkgGroupId}:${pkgArtifactId} - - **/* - - - - true - true - - - - - - - diff --git a/kafka_2.11-2.0.1/src/main/resources/OSGI-INF/bundle.info b/kafka_2.11-2.0.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index f61e66b7a8..0000000000 --- a/kafka_2.11-2.0.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,23 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Apache Kafka is publish-subscribe messaging rethought as a distributed commit log. - - * Fast - A single Kafka broker can handle hundreds of megabytes of reads and writes per second from thousands of clients. - - * Scalable - Kafka is designed to allow a single cluster to serve as the central data backbone for a large organization. It can be elastically and transparently expanded without downtime. Data streams are partitioned and spread over a cluster of machines to allow data streams larger than the capability of any single machine and to allow clusters of co-ordinated consumers - - * Durable - Messages are persisted on disk and replicated within the cluster to prevent data loss. Each broker can handle terabytes of messages without performance impact. - - * Distributed by Design - Kafka has a modern cluster-centric design that offers strong durability and fault-tolerance guarantees. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://kafka.apache.org/\u001B[0m \ No newline at end of file diff --git a/kafka_2.11-2.1.1/pom.xml b/kafka_2.11-2.1.1/pom.xml deleted file mode 100644 index 9c62d5102f..0000000000 --- a/kafka_2.11-2.1.1/pom.xml +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 13 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.kafka_2.11 - 2.1.1_2-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD - - - - org.apache.kafka - kafka_2.11 - 2.1.1 - - kafka - - - javax.crypto.*, - javax.xml.datatype.*, - javax.management.*, - org.apache.kafka.*;version="[$(versionmask;==;${pkgVersion}),$(versionmask;+;${pkgVersion}))", - scala.*;version="[2,3)", - com.typesafe.scalalogging.*;version="[3.7,4)", - org.slf4j.*, - com.fasterxml.jackson.*, - com.yammer.metrics.*;version="[2.2,3)", - org.apache.zookeeper.*;version="[3.4,4)", - joptsimple.*;resolution:=optional;version="[5.0,6)", - org.I0Itec.zkclient.*;resolution:=optional, - org.apache.log4j.*;resolution:=optional, - org.xerial.snappy;resolution:=optional;version="[1.1,2)", - sun.misc;resolution:=optional, - sun.nio.ch;resolution:=optional - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - - - com.sun.jmx - jmxri - - - com.sun.jdmk - jmxtools - - - org.apache.zookeeper - zookeeper - - - org.scala-lang - scala-library - - - org.scala-lang - scala-compiler - - - org.scala-lang - scala-reflect - - - com.typesafe.scala-logging - scala-logging_2.11 - - - log4j - log4j - - - net.sf.jopt-simple - jopt-simple - - - org.slf4j - slf4j-simple - - - com.101tec - zkclient - - - org.xerial.snappy - snappy-java - - - com.yammer.metrics - metrics-core - - - com.yammer.metrics - metrics-annotation - - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - sources - - - com.sun.jmx - jmxri - - - com.sun.jdmk - jmxtools - - - org.apache.zookeeper - zookeeper - - - org.scala-lang - scala-library - - - org.scala-lang - scala-compiler - - - org.scala-lang - scala-reflect - - - com.typesafe.scala-logging - scala-logging_2.11 - - - log4j - log4j - - - net.sf.jopt-simple - jopt-simple - - - org.slf4j - slf4j-simple - - - com.101tec - zkclient - - - org.xerial.snappy - snappy-java - - - com.yammer.metrics - metrics-core - - - com.yammer.metrics - metrics-annotation - - - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:${pkgArtifactId} - - - - - ${pkgGroupId}:${pkgArtifactId} - - **/* - - - - true - true - - - - - - - diff --git a/kafka_2.11-2.1.1/src/main/resources/OSGI-INF/bundle.info b/kafka_2.11-2.1.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index f61e66b7a8..0000000000 --- a/kafka_2.11-2.1.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,23 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Apache Kafka is publish-subscribe messaging rethought as a distributed commit log. - - * Fast - A single Kafka broker can handle hundreds of megabytes of reads and writes per second from thousands of clients. - - * Scalable - Kafka is designed to allow a single cluster to serve as the central data backbone for a large organization. It can be elastically and transparently expanded without downtime. Data streams are partitioned and spread over a cluster of machines to allow data streams larger than the capability of any single machine and to allow clusters of co-ordinated consumers - - * Durable - Messages are persisted on disk and replicated within the cluster to prevent data loss. Each broker can handle terabytes of messages without performance impact. - - * Distributed by Design - Kafka has a modern cluster-centric design that offers strong durability and fault-tolerance guarantees. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://kafka.apache.org/\u001B[0m \ No newline at end of file diff --git a/kafka_2.11-2.2.0/pom.xml b/kafka_2.11-2.2.0/pom.xml deleted file mode 100644 index 892d532fff..0000000000 --- a/kafka_2.11-2.2.0/pom.xml +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 14 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.kafka_2.11 - 2.2.0_2-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD - - - - org.apache.kafka - kafka_2.11 - 2.2.0 - - kafka - - - javax.crypto.*, - javax.xml.datatype.*, - javax.management.*, - org.apache.kafka.*;version="[$(versionmask;==;${pkgVersion}),$(versionmask;+;${pkgVersion}))", - scala.*;version="[2,3)", - com.typesafe.scalalogging.*;version="[3.7,4)", - org.slf4j.*, - com.fasterxml.jackson.*, - com.yammer.metrics.*;version="[2.2,3)", - org.apache.zookeeper.*;version="[3.4,4)", - joptsimple.*;resolution:=optional;version="[5.0,6)", - org.I0Itec.zkclient.*;resolution:=optional, - org.apache.log4j.*;resolution:=optional, - org.xerial.snappy;resolution:=optional;version="[1.1,2)", - sun.misc;resolution:=optional, - sun.nio.ch;resolution:=optional - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - - - com.sun.jmx - jmxri - - - com.sun.jdmk - jmxtools - - - org.apache.zookeeper - zookeeper - - - org.scala-lang - scala-library - - - org.scala-lang - scala-compiler - - - org.scala-lang - scala-reflect - - - com.typesafe.scala-logging - scala-logging_2.11 - - - log4j - log4j - - - net.sf.jopt-simple - jopt-simple - - - org.slf4j - slf4j-simple - - - com.101tec - zkclient - - - org.xerial.snappy - snappy-java - - - com.yammer.metrics - metrics-core - - - com.yammer.metrics - metrics-annotation - - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - sources - - - com.sun.jmx - jmxri - - - com.sun.jdmk - jmxtools - - - org.apache.zookeeper - zookeeper - - - org.scala-lang - scala-library - - - org.scala-lang - scala-compiler - - - org.scala-lang - scala-reflect - - - com.typesafe.scala-logging - scala-logging_2.11 - - - log4j - log4j - - - net.sf.jopt-simple - jopt-simple - - - org.slf4j - slf4j-simple - - - com.101tec - zkclient - - - org.xerial.snappy - snappy-java - - - com.yammer.metrics - metrics-core - - - com.yammer.metrics - metrics-annotation - - - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:${pkgArtifactId} - - - - - ${pkgGroupId}:${pkgArtifactId} - - **/* - - - - true - true - - - - - - - diff --git a/kafka_2.11-2.2.0/src/main/resources/OSGI-INF/bundle.info b/kafka_2.11-2.2.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index f61e66b7a8..0000000000 --- a/kafka_2.11-2.2.0/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,23 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Apache Kafka is publish-subscribe messaging rethought as a distributed commit log. - - * Fast - A single Kafka broker can handle hundreds of megabytes of reads and writes per second from thousands of clients. - - * Scalable - Kafka is designed to allow a single cluster to serve as the central data backbone for a large organization. It can be elastically and transparently expanded without downtime. Data streams are partitioned and spread over a cluster of machines to allow data streams larger than the capability of any single machine and to allow clusters of co-ordinated consumers - - * Durable - Messages are persisted on disk and replicated within the cluster to prevent data loss. Each broker can handle terabytes of messages without performance impact. - - * Distributed by Design - Kafka has a modern cluster-centric design that offers strong durability and fault-tolerance guarantees. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://kafka.apache.org/\u001B[0m \ No newline at end of file diff --git a/kafka_2.12-1.1.1/src/main/resources/OSGI-INF/bundle.info b/kafka_2.12-1.1.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index f61e66b7a8..0000000000 --- a/kafka_2.12-1.1.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,23 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Apache Kafka is publish-subscribe messaging rethought as a distributed commit log. - - * Fast - A single Kafka broker can handle hundreds of megabytes of reads and writes per second from thousands of clients. - - * Scalable - Kafka is designed to allow a single cluster to serve as the central data backbone for a large organization. It can be elastically and transparently expanded without downtime. Data streams are partitioned and spread over a cluster of machines to allow data streams larger than the capability of any single machine and to allow clusters of co-ordinated consumers - - * Durable - Messages are persisted on disk and replicated within the cluster to prevent data loss. Each broker can handle terabytes of messages without performance impact. - - * Distributed by Design - Kafka has a modern cluster-centric design that offers strong durability and fault-tolerance guarantees. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://kafka.apache.org/\u001B[0m \ No newline at end of file diff --git a/kafka_2.12-2.0.1/src/main/resources/OSGI-INF/bundle.info b/kafka_2.12-2.0.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index f61e66b7a8..0000000000 --- a/kafka_2.12-2.0.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,23 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Apache Kafka is publish-subscribe messaging rethought as a distributed commit log. - - * Fast - A single Kafka broker can handle hundreds of megabytes of reads and writes per second from thousands of clients. - - * Scalable - Kafka is designed to allow a single cluster to serve as the central data backbone for a large organization. It can be elastically and transparently expanded without downtime. Data streams are partitioned and spread over a cluster of machines to allow data streams larger than the capability of any single machine and to allow clusters of co-ordinated consumers - - * Durable - Messages are persisted on disk and replicated within the cluster to prevent data loss. Each broker can handle terabytes of messages without performance impact. - - * Distributed by Design - Kafka has a modern cluster-centric design that offers strong durability and fault-tolerance guarantees. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://kafka.apache.org/\u001B[0m \ No newline at end of file diff --git a/kafka_2.12-2.1.1/src/main/resources/OSGI-INF/bundle.info b/kafka_2.12-2.1.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index f61e66b7a8..0000000000 --- a/kafka_2.12-2.1.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,23 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Apache Kafka is publish-subscribe messaging rethought as a distributed commit log. - - * Fast - A single Kafka broker can handle hundreds of megabytes of reads and writes per second from thousands of clients. - - * Scalable - Kafka is designed to allow a single cluster to serve as the central data backbone for a large organization. It can be elastically and transparently expanded without downtime. Data streams are partitioned and spread over a cluster of machines to allow data streams larger than the capability of any single machine and to allow clusters of co-ordinated consumers - - * Durable - Messages are persisted on disk and replicated within the cluster to prevent data loss. Each broker can handle terabytes of messages without performance impact. - - * Distributed by Design - Kafka has a modern cluster-centric design that offers strong durability and fault-tolerance guarantees. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://kafka.apache.org/\u001B[0m \ No newline at end of file diff --git a/kafka_2.12-2.2.0/src/main/resources/OSGI-INF/bundle.info b/kafka_2.12-2.2.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index f61e66b7a8..0000000000 --- a/kafka_2.12-2.2.0/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,23 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Apache Kafka is publish-subscribe messaging rethought as a distributed commit log. - - * Fast - A single Kafka broker can handle hundreds of megabytes of reads and writes per second from thousands of clients. - - * Scalable - Kafka is designed to allow a single cluster to serve as the central data backbone for a large organization. It can be elastically and transparently expanded without downtime. Data streams are partitioned and spread over a cluster of machines to allow data streams larger than the capability of any single machine and to allow clusters of co-ordinated consumers - - * Durable - Messages are persisted on disk and replicated within the cluster to prevent data loss. Each broker can handle terabytes of messages without performance impact. - - * Distributed by Design - Kafka has a modern cluster-centric design that offers strong durability and fault-tolerance guarantees. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://kafka.apache.org/\u001B[0m \ No newline at end of file diff --git a/kafka_2.12-1.1.1/pom.xml b/kafka_2.12-2.8.2/pom.xml similarity index 79% rename from kafka_2.12-1.1.1/pom.xml rename to kafka_2.12-2.8.2/pom.xml index 9a79406f3b..7de575f8a2 100644 --- a/kafka_2.12-1.1.1/pom.xml +++ b/kafka_2.12-2.8.2/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.kafka_2.12 - 1.1.1_2-SNAPSHOT + 2.8.2_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,27 +45,30 @@ org.apache.kafka kafka_2.12 - 1.1.1 - - kafka - + 2.8.2 + 2.8.2.1 + + kafka*;version="${pkgVersion}";-split-package:=merge-first, + org.apache.kafka*;version="${pkgVersion}";-split-package:=merge-first + javax.crypto.*, - javax.xml.datatype.*, + javax.xml.datatype.*;resolution:=optional, javax.management.*, org.apache.kafka.*;version="[$(versionmask;==;${pkgVersion}),$(versionmask;+;${pkgVersion}))", scala.*;version="[2,3)", com.typesafe.scalalogging.*;version="[3.7,4)", org.slf4j.*, - com.fasterxml.jackson.*, + com.fasterxml.jackson.*;resolution:=optional, com.yammer.metrics.*;version="[2.2,3)", - org.apache.zookeeper.*;version="[3.4,4)", + org.apache.zookeeper.*;version="[3.4,4)";resolution:=optional, joptsimple.*;resolution:=optional;version="[5.0,6)", org.I0Itec.zkclient.*;resolution:=optional, org.apache.log4j.*;resolution:=optional, org.xerial.snappy;resolution:=optional;version="[1.1,2)", sun.misc;resolution:=optional, - sun.nio.ch;resolution:=optional + sun.nio.ch;resolution:=optional, + com.fasterxml.jackson*;resolution:=optional @@ -133,6 +136,16 @@ + + ${pkgGroupId} + kafka-metadata + ${pkgVersion} + + + ${pkgGroupId} + kafka-raft + ${pkgVersion} + @@ -199,6 +212,18 @@ + + ${pkgGroupId} + kafka-metadata + ${pkgVersion} + sources + + + ${pkgGroupId} + kafka-raft + ${pkgVersion} + sources + @@ -216,6 +241,8 @@ ${pkgGroupId}:${pkgArtifactId} + ${pkgGroupId}:kafka-metadata + ${pkgGroupId}:kafka-raft @@ -225,6 +252,19 @@ **/* + + ${pkgGroupId}:kafka-metadata + + **/*.json + + + + ${pkgGroupId}:kafka-raft + + **/*.json + common/META-INF/**/* + + true true diff --git a/kafka-streams-1.1.1/src/main/resources/OSGI-INF/bundle.info b/kafka_2.12-2.8.2/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from kafka-streams-1.1.1/src/main/resources/OSGI-INF/bundle.info rename to kafka_2.12-2.8.2/src/main/resources/OSGI-INF/bundle.info diff --git a/kafka_2.12-2.0.1/pom.xml b/kafka_2.12-3.6.1/pom.xml similarity index 79% rename from kafka_2.12-2.0.1/pom.xml rename to kafka_2.12-3.6.1/pom.xml index 1d4bfd3c90..c991242623 100644 --- a/kafka_2.12-2.0.1/pom.xml +++ b/kafka_2.12-3.6.1/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.kafka_2.12 - 2.0.1_2-SNAPSHOT + 3.6.1_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,27 +45,30 @@ org.apache.kafka kafka_2.12 - 2.0.1 - - kafka - + 3.6.1 + 3.6.1.1 + + kafka*;version="${pkgVersion}";-split-package:=merge-first, + org.apache.kafka*;version="${pkgVersion}";-split-package:=merge-first + javax.crypto.*, - javax.xml.datatype.*, + javax.xml.datatype.*;resolution:=optional, javax.management.*, org.apache.kafka.*;version="[$(versionmask;==;${pkgVersion}),$(versionmask;+;${pkgVersion}))", scala.*;version="[2,3)", com.typesafe.scalalogging.*;version="[3.7,4)", org.slf4j.*, - com.fasterxml.jackson.*, + com.fasterxml.jackson.*;resolution:=optional, com.yammer.metrics.*;version="[2.2,3)", - org.apache.zookeeper.*;version="[3.4,4)", + org.apache.zookeeper.*;version="[3.4,4)";resolution:=optional, joptsimple.*;resolution:=optional;version="[5.0,6)", org.I0Itec.zkclient.*;resolution:=optional, org.apache.log4j.*;resolution:=optional, org.xerial.snappy;resolution:=optional;version="[1.1,2)", sun.misc;resolution:=optional, - sun.nio.ch;resolution:=optional + sun.nio.ch;resolution:=optional, + com.fasterxml.jackson*;resolution:=optional @@ -133,6 +136,16 @@ + + ${pkgGroupId} + kafka-metadata + ${pkgVersion} + + + ${pkgGroupId} + kafka-raft + ${pkgVersion} + @@ -199,6 +212,18 @@ + + ${pkgGroupId} + kafka-metadata + ${pkgVersion} + sources + + + ${pkgGroupId} + kafka-raft + ${pkgVersion} + sources + @@ -216,6 +241,8 @@ ${pkgGroupId}:${pkgArtifactId} + ${pkgGroupId}:kafka-metadata + ${pkgGroupId}:kafka-raft @@ -225,6 +252,19 @@ **/* + + ${pkgGroupId}:kafka-metadata + + **/*.json + + + + ${pkgGroupId}:kafka-raft + + **/*.json + common/META-INF/**/* + + true true diff --git a/kafka-streams-2.0.1/src/main/resources/OSGI-INF/bundle.info b/kafka_2.12-3.6.1/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from kafka-streams-2.0.1/src/main/resources/OSGI-INF/bundle.info rename to kafka_2.12-3.6.1/src/main/resources/OSGI-INF/bundle.info diff --git a/kafka_2.12-2.1.1/pom.xml b/kafka_2.13-2.8.2/pom.xml similarity index 78% rename from kafka_2.12-2.1.1/pom.xml rename to kafka_2.13-2.8.2/pom.xml index 32c2336404..7f3880fed5 100644 --- a/kafka_2.12-2.1.1/pom.xml +++ b/kafka_2.13-2.8.2/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles - org.apache.servicemix.bundles.kafka_2.12 - 2.1.1_2-SNAPSHOT + org.apache.servicemix.bundles.kafka_2.13 + 2.8.2_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -44,28 +44,31 @@ org.apache.kafka - kafka_2.12 - 2.1.1 - - kafka - + kafka_2.13 + 2.8.2 + 2.8.2.1 + + kafka*;version="${pkgVersion}";-split-package:=merge-first, + org.apache.kafka*;version="${pkgVersion}";-split-package:=merge-first + javax.crypto.*, - javax.xml.datatype.*, + javax.xml.datatype.*;resolution:=optional, javax.management.*, org.apache.kafka.*;version="[$(versionmask;==;${pkgVersion}),$(versionmask;+;${pkgVersion}))", scala.*;version="[2,3)", com.typesafe.scalalogging.*;version="[3.7,4)", org.slf4j.*, - com.fasterxml.jackson.*, + com.fasterxml.jackson.*;resolution:=optional, com.yammer.metrics.*;version="[2.2,3)", - org.apache.zookeeper.*;version="[3.4,4)", + org.apache.zookeeper.*;version="[3.4,4)";resolution:=optional, joptsimple.*;resolution:=optional;version="[5.0,6)", org.I0Itec.zkclient.*;resolution:=optional, org.apache.log4j.*;resolution:=optional, org.xerial.snappy;resolution:=optional;version="[1.1,2)", sun.misc;resolution:=optional, - sun.nio.ch;resolution:=optional + sun.nio.ch;resolution:=optional, + com.fasterxml.jackson*;resolution:=optional @@ -133,6 +136,16 @@ + + ${pkgGroupId} + kafka-metadata + ${pkgVersion} + + + ${pkgGroupId} + kafka-raft + ${pkgVersion} + @@ -199,6 +212,18 @@ + + ${pkgGroupId} + kafka-metadata + ${pkgVersion} + sources + + + ${pkgGroupId} + kafka-raft + ${pkgVersion} + sources + @@ -216,6 +241,8 @@ ${pkgGroupId}:${pkgArtifactId} + ${pkgGroupId}:kafka-metadata + ${pkgGroupId}:kafka-raft @@ -225,6 +252,19 @@ **/* + + ${pkgGroupId}:kafka-metadata + + **/*.json + + + + ${pkgGroupId}:kafka-raft + + **/*.json + common/META-INF/**/* + + true true diff --git a/kafka-streams-2.1.1/src/main/resources/OSGI-INF/bundle.info b/kafka_2.13-2.8.2/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from kafka-streams-2.1.1/src/main/resources/OSGI-INF/bundle.info rename to kafka_2.13-2.8.2/src/main/resources/OSGI-INF/bundle.info diff --git a/kafka_2.12-2.2.0/pom.xml b/kafka_2.13-3.6.1/pom.xml similarity index 78% rename from kafka_2.12-2.2.0/pom.xml rename to kafka_2.13-3.6.1/pom.xml index d6e0464f2b..c4a2b9f057 100644 --- a/kafka_2.12-2.2.0/pom.xml +++ b/kafka_2.13-3.6.1/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles - org.apache.servicemix.bundles.kafka_2.12 - 2.2.0_2-SNAPSHOT + org.apache.servicemix.bundles.kafka_2.13 + 3.6.1_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -44,28 +44,31 @@ org.apache.kafka - kafka_2.12 - 2.2.0 - - kafka - + kafka_2.13 + 3.6.1 + 3.6.1.1 + + kafka*;version="${pkgVersion}";-split-package:=merge-first, + org.apache.kafka*;version="${pkgVersion}";-split-package:=merge-first + javax.crypto.*, - javax.xml.datatype.*, + javax.xml.datatype.*;resolution:=optional, javax.management.*, org.apache.kafka.*;version="[$(versionmask;==;${pkgVersion}),$(versionmask;+;${pkgVersion}))", scala.*;version="[2,3)", com.typesafe.scalalogging.*;version="[3.7,4)", org.slf4j.*, - com.fasterxml.jackson.*, + com.fasterxml.jackson.*;resolution:=optional, com.yammer.metrics.*;version="[2.2,3)", - org.apache.zookeeper.*;version="[3.4,4)", + org.apache.zookeeper.*;version="[3.4,4)";resolution:=optional, joptsimple.*;resolution:=optional;version="[5.0,6)", org.I0Itec.zkclient.*;resolution:=optional, org.apache.log4j.*;resolution:=optional, org.xerial.snappy;resolution:=optional;version="[1.1,2)", sun.misc;resolution:=optional, - sun.nio.ch;resolution:=optional + sun.nio.ch;resolution:=optional, + com.fasterxml.jackson*;resolution:=optional @@ -133,6 +136,16 @@ + + ${pkgGroupId} + kafka-metadata + ${pkgVersion} + + + ${pkgGroupId} + kafka-raft + ${pkgVersion} + @@ -199,6 +212,18 @@ + + ${pkgGroupId} + kafka-metadata + ${pkgVersion} + sources + + + ${pkgGroupId} + kafka-raft + ${pkgVersion} + sources + @@ -216,6 +241,8 @@ ${pkgGroupId}:${pkgArtifactId} + ${pkgGroupId}:kafka-metadata + ${pkgGroupId}:kafka-raft @@ -225,6 +252,19 @@ **/* + + ${pkgGroupId}:kafka-metadata + + **/*.json + + + + ${pkgGroupId}:kafka-raft + + **/*.json + common/META-INF/**/* + + true true diff --git a/kafka-streams-2.2.0/src/main/resources/OSGI-INF/bundle.info b/kafka_2.13-3.6.1/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from kafka-streams-2.2.0/src/main/resources/OSGI-INF/bundle.info rename to kafka_2.13-3.6.1/src/main/resources/OSGI-INF/bundle.info diff --git a/libphonenumber-8.10.10/pom.xml b/libphonenumber-8.13.30/pom.xml similarity index 95% rename from libphonenumber-8.10.10/pom.xml rename to libphonenumber-8.13.30/pom.xml index 53396775ab..a656473c39 100644 --- a/libphonenumber-8.10.10/pom.xml +++ b/libphonenumber-8.13.30/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.libphonenumber - 8.10.10_2-SNAPSHOT + 8.13.30_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ com.googlecode.libphonenumber libphonenumber - 8.10.10 + 8.13.30 + 8.13.30.1 com.google.i18n.phonenumbers diff --git a/libphonenumber-8.10.10/src/main/resources/OSGI-INF/bundle.info b/libphonenumber-8.13.30/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from libphonenumber-8.10.10/src/main/resources/OSGI-INF/bundle.info rename to libphonenumber-8.13.30/src/main/resources/OSGI-INF/bundle.info diff --git a/libthrift-0.12.0/pom.xml b/libthrift-0.18.1/pom.xml similarity index 95% rename from libthrift-0.12.0/pom.xml rename to libthrift-0.18.1/pom.xml index 0bb8f90488..bced1d9c1c 100644 --- a/libthrift-0.12.0/pom.xml +++ b/libthrift-0.18.1/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.libthrift - 0.12.0_2-SNAPSHOT + 0.18.1_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ org.apache.thrift libthrift - 0.12.0 + 0.18.1 + 0.18.1.1 org.apache.thrift diff --git a/libthrift-0.12.0/src/main/resources/OSGI-INF/bundle.info b/libthrift-0.18.1/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from libthrift-0.12.0/src/main/resources/OSGI-INF/bundle.info rename to libthrift-0.18.1/src/main/resources/OSGI-INF/bundle.info diff --git a/lucene-8.0.0/pom.xml b/lucene-9.9.2/pom.xml similarity index 95% rename from lucene-8.0.0/pom.xml rename to lucene-9.9.2/pom.xml index 870f37cb81..3a0cf43423 100644 --- a/lucene-8.0.0/pom.xml +++ b/lucene-9.9.2/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.lucene - 8.0.0_2-SNAPSHOT + 9.9.2_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ org.apache.lucene lucene-core - 8.0.0 + 9.9.2 + 9.9.2.1 org.apache.lucene diff --git a/lucene-8.0.0/src/main/resources/OSGI-INF/bundle.info b/lucene-9.9.2/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from lucene-8.0.0/src/main/resources/OSGI-INF/bundle.info rename to lucene-9.9.2/src/main/resources/OSGI-INF/bundle.info diff --git a/lucene-analyzers-common-8.0.0/pom.xml b/lucene-analyzers-common-8.0.0/pom.xml deleted file mode 100644 index 6f1934dbb6..0000000000 --- a/lucene-analyzers-common-8.0.0/pom.xml +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 14 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.lucene-analyzers-common - 8.0.0_2-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD - - - - org.apache.lucene - lucene-analyzers-common - 8.0.0 - - !org.apache.lucene.analysis, - !org.apache.lucene.analysis.tokenattributes, - org.apache.lucene.analysis.*;version=${pkgVersion};-split-package:=merge-first - - - javax.xml.parsers, - org.apache.lucene.analysis, - org.apache.lucene.analysis.tokenattributes, - org.apache.lucene.codecs, - org.apache.lucene.index, - org.apache.lucene.store, - org.apache.lucene.util, - org.apache.lucene.util.automaton, - org.apache.lucene.util.fst, - org.xml.sax, - org.xml.sax.helpers - - - org.tartarus.snowball*;-split-package:=merge-first - - - *;inline=META-INF/services/* - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - sources - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - - ${pkgGroupId}:${pkgArtifactId} - - - - - ${pkgGroupId}:${pkgArtifactId} - - **/* - - - - true - true - - - - - diff --git a/lucene-queries-8.0.0/pom.xml b/lucene-queries-9.9.2/pom.xml similarity index 95% rename from lucene-queries-8.0.0/pom.xml rename to lucene-queries-9.9.2/pom.xml index d379046d65..5ba5895d0f 100644 --- a/lucene-queries-8.0.0/pom.xml +++ b/lucene-queries-9.9.2/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.lucene-queries - 8.0.0_2-SNAPSHOT + 9.9.2_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ org.apache.lucene lucene-queries - 8.0.0 + 9.9.2 + 9.9.2.1 org.apache.lucene.queries diff --git a/lucene-analyzers-common-8.0.0/src/main/resources/OSGI-INF/bundle.info b/lucene-queries-9.9.2/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from lucene-analyzers-common-8.0.0/src/main/resources/OSGI-INF/bundle.info rename to lucene-queries-9.9.2/src/main/resources/OSGI-INF/bundle.info diff --git a/lucene-queryparser-8.0.0/pom.xml b/lucene-queryparser-9.9.2/pom.xml similarity index 93% rename from lucene-queryparser-8.0.0/pom.xml rename to lucene-queryparser-9.9.2/pom.xml index 5d490ad70d..39ee2f5244 100644 --- a/lucene-queryparser-8.0.0/pom.xml +++ b/lucene-queryparser-9.9.2/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.lucene-queryparser - 8.0.0_2-SNAPSHOT + 9.9.2_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,15 +45,12 @@ org.apache.lucene lucene-queryparser - 8.0.0 + 9.9.2 + 9.9.2.1 org.apache.lucene.queryparser - javax.xml.parsers, - javax.xml.transform, - javax.xml.transform.dom, - javax.xml.transform.stream, org.apache.lucene.analysis, org.apache.lucene.analysis.tokenattributes, org.apache.lucene.document, @@ -63,7 +60,6 @@ org.apache.lucene.queries.payloads, org.apache.lucene.sandbox.queries, org.apache.lucene.search, - org.apache.lucene.search.spans, org.apache.lucene.util, org.apache.lucene.util.automaton, org.w3c.dom, diff --git a/lucene-queries-8.0.0/src/main/resources/OSGI-INF/bundle.info b/lucene-queryparser-9.9.2/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from lucene-queries-8.0.0/src/main/resources/OSGI-INF/bundle.info rename to lucene-queryparser-9.9.2/src/main/resources/OSGI-INF/bundle.info diff --git a/lucene-sandbox-8.0.0/src/main/resources/OSGI-INF/bundle.info b/lucene-sandbox-8.0.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index ff8c068ea2..0000000000 --- a/lucene-sandbox-8.0.0/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,12 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Apache Lucene(TM) is a high-performance, full-featured text search engine library written entirely in Java. - It is a technology suitable for nearly any application that requires full-text search, especially cross-platform. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://lucene.apache.org/java/docs/index.html\u001B[0m diff --git a/lucene-sandbox-8.0.0/pom.xml b/lucene-sandbox-9.9.2/pom.xml similarity index 95% rename from lucene-sandbox-8.0.0/pom.xml rename to lucene-sandbox-9.9.2/pom.xml index e52b919376..17c4c673b0 100644 --- a/lucene-sandbox-8.0.0/pom.xml +++ b/lucene-sandbox-9.9.2/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.lucene-sandbox - 8.0.0_2-SNAPSHOT + 9.9.2_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ org.apache.lucene lucene-sandbox - 8.0.0 + 9.9.2 + 9.9.2.1 org.apache.lucene.sandbox diff --git a/lucene-queryparser-8.0.0/src/main/resources/OSGI-INF/bundle.info b/lucene-sandbox-9.9.2/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from lucene-queryparser-8.0.0/src/main/resources/OSGI-INF/bundle.info rename to lucene-sandbox-9.9.2/src/main/resources/OSGI-INF/bundle.info diff --git a/mchange-commons-java-0.2.15/pom.xml b/mchange-commons-java-0.2.20/pom.xml similarity index 97% rename from mchange-commons-java-0.2.15/pom.xml rename to mchange-commons-java-0.2.20/pom.xml index 06789b8be3..cdece8426f 100644 --- a/mchange-commons-java-0.2.15/pom.xml +++ b/mchange-commons-java-0.2.20/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.mchange-commons-java - 0.2.15_2-SNAPSHOT + 0.2.20_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,7 @@ com.mchange mchange-commons-java - 0.2.15 + 0.2.20 com.mchange diff --git a/mchange-commons-java-0.2.15/src/main/resources/OSGI-INF/bundle.info b/mchange-commons-java-0.2.20/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from mchange-commons-java-0.2.15/src/main/resources/OSGI-INF/bundle.info rename to mchange-commons-java-0.2.20/src/main/resources/OSGI-INF/bundle.info diff --git a/mustache-compiler-0.9.6/pom.xml b/mustache-compiler-0.9.10/pom.xml similarity index 96% rename from mustache-compiler-0.9.6/pom.xml rename to mustache-compiler-0.9.10/pom.xml index 7aa4635304..8aba483399 100644 --- a/mustache-compiler-0.9.6/pom.xml +++ b/mustache-compiler-0.9.10/pom.xml @@ -30,7 +30,7 @@ org.apache.servicemix.bundles org.apache.servicemix.bundles.mustache-compiler - 0.9.6_2-SNAPSHOT + 0.9.10_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,9 +45,9 @@ com.github.spullara.mustache.java compiler - 0.9.6 + 0.9.10 - com.github.mustachejava*;version=0.9.6;-split-package:=merge-first + com.github.mustachejava*;version=0.9.10;-split-package:=merge-first diff --git a/mustache-compiler-0.9.6/src/main/resources/OSGI-INF/bundle.info b/mustache-compiler-0.9.10/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from mustache-compiler-0.9.6/src/main/resources/OSGI-INF/bundle.info rename to mustache-compiler-0.9.10/src/main/resources/OSGI-INF/bundle.info diff --git a/mybatis-3.5.1/pom.xml b/mybatis-3.5.15/pom.xml similarity index 95% rename from mybatis-3.5.1/pom.xml rename to mybatis-3.5.15/pom.xml index 6d3c219067..5a846be2cd 100644 --- a/mybatis-3.5.1/pom.xml +++ b/mybatis-3.5.15/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.mybatis - 3.5.1_2-SNAPSHOT + 3.5.15_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ org.mybatis mybatis - 3.5.1 + 3.5.15 + 3.5.15.1 org.apache.ibatis*;version=${pkgVersion};-split-package:=merge-first;-noimport:=true diff --git a/mybatis-3.5.1/src/main/resources/OSGI-INF/bundle.info b/mybatis-3.5.15/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from mybatis-3.5.1/src/main/resources/OSGI-INF/bundle.info rename to mybatis-3.5.15/src/main/resources/OSGI-INF/bundle.info diff --git a/neo4j-3.5.4/pom.xml b/neo4j-3.5.4/pom.xml deleted file mode 100644 index 08cc4369d8..0000000000 --- a/neo4j-3.5.4/pom.xml +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 14 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.neo4j - 3.5.4_1-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: neo4j - - This OSGi bundle wraps neo4j-kernel, neo4j-lucene-index, neo4j-graph-algo, neo4j-udc, - neo4j-graph-matching, neo4j-cypher, neo4j-jmx ${pkgVersion} jar files. - - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - - - - org.neo4j - 3.5.4 - - org.neo4j - - - ch.qos.logback*;resolution:=optional, - com.googlecode*;resolution:=optional, - com.sun.source*;resolution:=optional, - com.sun.tools*;resolution:=optional, - javax.annotation*, - javax.lang*, - javax.management*, - javax.tools, - javax.transaction*, - org.apache.lucene*, - org.osgi.framework, - org.slf4j*;resolution:=optional, - scala*;resolution:=optional, - sun.misc;resolution:=optional, - com.sun.jersey.api.client;resolution:=optional, - com.sun.jersey.api.client.filter;resolution:=optional, - javax.ws.rs;resolution:=optional, - javax.ws.rs.core;resolution:=optional, - org.apache.commons.configuration;resolution:=optional, - org.codehaus.jackson;resolution:=optional, - org.codehaus.jackson.map;resolution:=optional, - com.mysema.query;resolution:=optional, - com.mysema.query.lucene;resolution:=optional, - com.mysema.query.types;resolution:=optional, - com.mysema.query.types.path;resolution:=optional, - org.codehaus.jackson.node;resolution:=optional - - - - - - neo4j.repo - neo4j Repository - http://m2.neo4j.org/content/repositories/releases - - true - - - false - - - - - - - ${pkgGroupId} - neo4j-kernel - ${pkgVersion} - - - ${pkgGroupId} - neo4j-lucene-index - ${pkgVersion} - - - ${pkgGroupId} - neo4j-graph-algo - ${pkgVersion} - - - ${pkgGroupId} - neo4j-udc - ${pkgVersion} - - - ${pkgGroupId} - neo4j-graph-matching - 3.1.5 - - - ${pkgGroupId} - neo4j-cypher - ${pkgVersion} - - - ${pkgGroupId} - neo4j-jmx - ${pkgVersion} - - - ${pkgGroupId} - neo4j-rest-graphdb - 2.0.1 - - - ${pkgGroupId} - neo4j-cypher-dsl - 2.3.1 - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:neo4j-kernel - ${pkgGroupId}:neo4j-lucene-index - ${pkgGroupId}:neo4j-graph-algo - ${pkgGroupId}:neo4j-udc - ${pkgGroupId}:neo4j-graph-matching - ${pkgGroupId}:neo4j-cypher - ${pkgGroupId}:neo4j-jmx - ${pkgGroupId}:neo4j-rest-graphdb - ${pkgGroupId}:neo4j-cypher-dsl - - - - - ${pkgGroupId}:neo4j - - **/*.xml - - - - ${pkgGroupId}:neo4j-kernel - - **/*.xml - - - - ${pkgGroupId}:neo4j-lucene-index - - **/*.xml - - - - ${pkgGroupId}:neo4j-graph-algo - - **/*.xml - - - - ${pkgGroupId}:neo4j-udc - - **/*.xml - - - - ${pkgGroupId}:neo4j-graph-matching - - **/*.xml - - - - ${pkgGroupId}:neo4j-cypher - - **/*.xml - - - - ${pkgGroupId}:neo4j-jmx - - **/*.xml - - - - true - true - - - - - - - diff --git a/neo4j-3.5.4/src/main/resources/OSGI-INF/bundle.info b/neo4j-3.5.4/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index cb557b2b38..0000000000 --- a/neo4j-3.5.4/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,21 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/neo4j-kernel/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/neo4j-lucene-index/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/neo4j-graph-algo/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/neo4j-udc/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/neo4j-graph-matching/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/neo4j-cypher/${pkgVersion}\u001B[0m - \u001B[33mmvn:${pkgGroupId}/neo4j-jmx/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Neo4j is an open-source, high-performance, enterprise-grade NOSQL graph database. - - Neo4j is a robust (fully ACID) transactional property graph database. Due to its graph data model, - Neo4j is highly agile and blazing fast. For connected data operations, Neo4j runs a thousand times - faster than relational databases. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.neo4j.org/\u001B[0m diff --git a/netty-3.2.10.Final/pom.xml b/netty-3.2.10.Final/pom.xml index 951e0bd560..863b87d911 100644 --- a/netty-3.2.10.Final/pom.xml +++ b/netty-3.2.10.Final/pom.xml @@ -61,7 +61,7 @@ jboss.m2 JBoss Maven2 Repository - http://repository.jboss.org/nexus/content/groups/public + https://repository.jboss.org/nexus/content/groups/public true diff --git a/ognl-3.2.10/pom.xml b/ognl-3.3.4/pom.xml similarity index 96% rename from ognl-3.2.10/pom.xml rename to ognl-3.3.4/pom.xml index 7397b5e3fc..23009f7871 100644 --- a/ognl-3.2.10/pom.xml +++ b/ognl-3.3.4/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.ognl - 3.2.10_2-SNAPSHOT + 3.3.4_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundles wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ ognl ognl - 3.2.10 + 3.3.4 + 3.3.4.1 ognl diff --git a/ognl-3.2.10/src/main/resources/OSGI-INF/bundle.info b/ognl-3.3.4/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from ognl-3.2.10/src/main/resources/OSGI-INF/bundle.info rename to ognl-3.3.4/src/main/resources/OSGI-INF/bundle.info diff --git a/okhttp-3.14.1/pom.xml b/okhttp-3.14.9/pom.xml similarity index 96% rename from okhttp-3.14.1/pom.xml rename to okhttp-3.14.9/pom.xml index 94522ff7e3..8abd970b28 100644 --- a/okhttp-3.14.1/pom.xml +++ b/okhttp-3.14.9/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.okhttp - 3.14.1_1-SNAPSHOT + 3.14.9_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -39,12 +39,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD com.squareup.okhttp3 okhttp - 3.14.1 + 3.14.9 + 3.14.9.1 okhttp3 @@ -54,6 +56,7 @@ android.util.*;resolution:=optional, android.os.*;resolution:=optional, org.conscrypt.*;resolution:=optional, + javax.annotation*;version="[3.0,4)", * diff --git a/okhttp-3.14.1/src/main/resources/OSGI-INF/bundle.info b/okhttp-3.14.9/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from okhttp-3.14.1/src/main/resources/OSGI-INF/bundle.info rename to okhttp-3.14.9/src/main/resources/OSGI-INF/bundle.info diff --git a/elasticsearch-client-6.5.4/pom.xml b/okhttp-4.10.0/pom.xml similarity index 60% rename from elasticsearch-client-6.5.4/pom.xml rename to okhttp-4.10.0/pom.xml index 3768c59c05..d40842dff1 100644 --- a/elasticsearch-client-6.5.4/pom.xml +++ b/okhttp-4.10.0/pom.xml @@ -24,16 +24,16 @@ org.apache.servicemix.bundles bundles-pom - 13 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles - org.apache.servicemix.bundles.elasticsearch-client - 6.5.4_2-SNAPSHOT + org.apache.servicemix.bundles.okhttp + 4.10.0_4-SNAPSHOT bundle - Apache ServiceMix :: Bundles :: elasticsearch-client - This OSGi bundle wraps elasticsearch-client ${pkgVersion} jar files. + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git @@ -43,67 +43,81 @@ - org.elasticsearch.client - 6.5.4 - - org.elasticsearch.client;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.client.sniff;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.transport.client;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.client.transport;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.client.support;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.client.node;version="${pkgVersion}";-split-package:=merge-first - + com.squareup.okhttp3 + okhttp + 4.10.0 + 4.10.0.1 + + okhttp3 + - + !okhttp3*, + okio;version="[3.0.0,4)", + org.apache.http.*;resolution:=optional, + org.bouncycastle.*;resolution:=optional, + org.openjsse.*;resolution:=optional, + android.net.*;resolution:=optional, + android.os.*;resolution:=optional, + android.security.*;resolution:=optional, + android.util.*;resolution:=optional, + org.conscrypt.*;resolution:=optional, + kotlin*;resolution:=optional, + sun.security.ssl;resolution:=optional, + dalvik.system;resolution:=optional, + * ${pkgGroupId} - elasticsearch-rest-client - ${pkgVersion} - - - ${pkgGroupId} - elasticsearch-rest-client-sniffer + okhttp ${pkgVersion} ${pkgGroupId} - elasticsearch-rest-high-level-client + okhttp-urlconnection ${pkgVersion} + + + ${pkgGroupId} + okhttp + + ${pkgGroupId} - transport + logging-interceptor ${pkgVersion} + + + ${pkgGroupId} + okhttp + + ${pkgGroupId} - elasticsearch-rest-client - ${pkgVersion} - sources - - - ${pkgGroupId} - elasticsearch-rest-client-sniffer + okhttp ${pkgVersion} sources + true ${pkgGroupId} - elasticsearch-rest-high-level-client + okhttp-urlconnection ${pkgVersion} sources + true ${pkgGroupId} - transport + logging-interceptor ${pkgVersion} sources + true @@ -121,35 +135,35 @@ - ${pkgGroupId}:elasticsearch-rest-client - ${pkgGroupId}:elasticsearch-rest-client-sniffer - ${pkgGroupId}:elasticsearch-rest-high-level-client - ${pkgGroupId}:transport + ${pkgGroupId}:okhttp + ${pkgGroupId}:okhttp-urlconnection + ${pkgGroupId}:okhttp-apache + ${pkgGroupId}:logging-interceptor - ${pkgGroupId}:elasticsearch-rest-client + ${pkgGroupId}:okhttp - **/* + ** - ${pkgGroupId}:elasticsearch-rest-client-sniffer + ${pkgGroupId}:okhttp-urlconnection - **/* + ** - ${pkgGroupId}:elasticsearch-rest-high-level-client + ${pkgGroupId}:okhttp-apache - **/* + ** - ${pkgGroupId}:transport + ${pkgGroupId}:logging-interceptor - **/* + ** diff --git a/okhttp-4.10.0/src/main/resources/OSGI-INF/bundle.info b/okhttp-4.10.0/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..b06d196154 --- /dev/null +++ b/okhttp-4.10.0/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + An HTTP & HTTP/2 client for Android and Java applications. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://square.github.io/okhttp/\u001B[0m diff --git a/okio-2.2.2/pom.xml b/okio-3.8.0/pom.xml similarity index 94% rename from okio-2.2.2/pom.xml rename to okio-3.8.0/pom.xml index 3ab7bd3c4c..d8162bc660 100644 --- a/okio-2.2.2/pom.xml +++ b/okio-3.8.0/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.okio - 2.2.2_2-SNAPSHOT + 3.8.0_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,11 +45,14 @@ com.squareup.okio okio - 2.2.2 + 3.8.0 + 3.8.0.1 okio + !okio*, + kotlin*;resolution:=optional, * diff --git a/okio-2.2.2/src/main/resources/OSGI-INF/bundle.info b/okio-3.8.0/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from okio-2.2.2/src/main/resources/OSGI-INF/bundle.info rename to okio-3.8.0/src/main/resources/OSGI-INF/bundle.info diff --git a/olingo-odata2-api-2.0.11/pom.xml b/olingo-odata2-api-2.0.13/pom.xml similarity index 95% rename from olingo-odata2-api-2.0.11/pom.xml rename to olingo-odata2-api-2.0.13/pom.xml index e78d0538ab..a799905733 100644 --- a/olingo-odata2-api-2.0.11/pom.xml +++ b/olingo-odata2-api-2.0.13/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.olingo-odata2-api - 2.0.11_2-SNAPSHOT + 2.0.13_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ org.apache.olingo olingo-odata2-api - 2.0.11 + 2.0.13 + 2.0.13.1 org.apache.olingo.odata2.api* diff --git a/olingo-odata2-api-2.0.11/src/main/resources/OSGI-INF/bundle.info b/olingo-odata2-api-2.0.13/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from olingo-odata2-api-2.0.11/src/main/resources/OSGI-INF/bundle.info rename to olingo-odata2-api-2.0.13/src/main/resources/OSGI-INF/bundle.info diff --git a/olingo-odata2-core-2.0.11/pom.xml b/olingo-odata2-core-2.0.13/pom.xml similarity index 95% rename from olingo-odata2-core-2.0.11/pom.xml rename to olingo-odata2-core-2.0.13/pom.xml index d92384ba8d..67e35d8262 100644 --- a/olingo-odata2-core-2.0.11/pom.xml +++ b/olingo-odata2-core-2.0.13/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.olingo-odata2-core - 2.0.11_2-SNAPSHOT + 2.0.13_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ org.apache.olingo olingo-odata2-core - 2.0.11 + 2.0.13 + 2.0.13.1 org.apache.olingo.odata2.core* diff --git a/olingo-odata2-core-2.0.11/src/main/resources/OSGI-INF/bundle.info b/olingo-odata2-core-2.0.13/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from olingo-odata2-core-2.0.11/src/main/resources/OSGI-INF/bundle.info rename to olingo-odata2-core-2.0.13/src/main/resources/OSGI-INF/bundle.info diff --git a/opensaml-3.3.0/central/OpenSAMLStartStaging.xml b/opensaml-3.4.6/central/OpenSAMLStartStaging.xml similarity index 100% rename from opensaml-3.3.0/central/OpenSAMLStartStaging.xml rename to opensaml-3.4.6/central/OpenSAMLStartStaging.xml diff --git a/opensaml-3.3.0/central/PrepareOpenSAML.sh b/opensaml-3.4.6/central/PrepareOpenSAML.sh similarity index 64% rename from opensaml-3.3.0/central/PrepareOpenSAML.sh rename to opensaml-3.4.6/central/PrepareOpenSAML.sh index ed24c493e7..66071a7242 100644 --- a/opensaml-3.3.0/central/PrepareOpenSAML.sh +++ b/opensaml-3.4.6/central/PrepareOpenSAML.sh @@ -1,35 +1,36 @@ #!/bin/sh -PARENT_VER=10 -OPENSAML_VER=3.3.0 -JAVASUPPORT_VER=7.3.0 -SPRINGEXT_VER=5.3.0 +PARENT_VER=7.11.2 +OPENSAML_VER=3.4.6 +JAVASUPPORT_VER=7.5.2 +SPRINGEXT_VER=5.4.2 download() { BASEURL=https://build.shibboleth.net/nexus/content/repositories/releases -COMPONENTS="opensaml-core +COMPONENTS="opensaml-bom + opensaml-core opensaml-messaging-api opensaml-messaging-impl opensaml-parent -opensaml-profile-api -opensaml-profile-impl -opensaml-saml-api -opensaml-saml-impl -opensaml-security-api -opensaml-security-impl -opensaml-soap-api -opensaml-soap-impl -opensaml-storage-api -opensaml-storage-impl -opensaml-xacml-api -opensaml-xacml-impl -opensaml-xacml-saml-api -opensaml-xacml-saml-impl -opensaml-xmlsec-api -opensaml-xmlsec-impl + opensaml-profile-api + opensaml-profile-impl + opensaml-saml-api + opensaml-saml-impl + opensaml-security-api + opensaml-security-impl + opensaml-soap-api + opensaml-soap-impl + opensaml-storage-api + opensaml-storage-impl + opensaml-xacml-api + opensaml-xacml-impl + opensaml-xacml-saml-api + opensaml-xacml-saml-impl + opensaml-xmlsec-api + opensaml-xmlsec-impl " @@ -37,8 +38,7 @@ for component in $COMPONENTS do wget -e robots=off --no-check-certificate -np -r -nH "$BASEURL/org/opensaml/$component/$OPENSAML_VER/" done - -wget -e robots=off --no-check-certificate -np -r -nH "$BASEURL/net/shibboleth/parent-v3/$PARENT_VER/" +wget -e robots=off --no-check-certificate -np -r -nH "$BASEURL/net/shibboleth/parent/$PARENT_VER/" wget -e robots=off --no-check-certificate -np -r -nH "$BASEURL/net/shibboleth/utilities/java-support/$JAVASUPPORT_VER/" wget -e robots=off --no-check-certificate -np -r -nH "$BASEURL/net/shibboleth/ext/spring-extensions/$SPRINGEXT_VER/" @@ -50,9 +50,9 @@ removeRepositories() { POMS=" nexus/content/repositories/releases/org/opensaml/opensaml-parent/$OPENSAML_VER/opensaml-parent-$OPENSAML_VER.pom - nexus/content/repositories/releases/net/shibboleth/utilities/java-support/$JAVASUPPORT_VER/java-support-$JAVASUPPORT_VER.pom - nexus/content/repositories/releases/net/shibboleth/parent-v3/$PARENT_VER/parent-v3-$PARENT_VER.pom - nexus/content/repositories/releases/net/shibboleth/ext/spring-extensions/$SPRINGEXT_VER/spring-extensions-$SPRINGEXT_VER.pom" + nexus/content/repositories/releases/net/shibboleth/parent/$PARENT_VER/parent-$PARENT_VER.pom + nexus/content/repositories/releases/net/shibboleth//ext/spring-extensions/$SPRINGEXT_VER/spring-extensions-$SPRINGEXT_VER.pom + nexus/content/repositories/releases/net/shibboleth/utilities/java-support/$JAVASUPPORT_VER/java-support-$JAVASUPPORT_VER.pom" for pom in $POMS do @@ -60,6 +60,8 @@ xsltproc -o $pom removeRepos.xsl $pom rm $pom.asc* rm $pom.sha1 rm $pom.md5 +rm $pom.sha256 +rm $pom.sha512 md5 -q < $pom > $pom.md5 shasum $pom | colrm 42 > $pom.sha1 @@ -93,8 +95,8 @@ USERNAMEPASSWORD=dkulp:XXXXXXXXXX #curl -X POST -d @OpenSAMLStartStaging.xml -u $USERNAMEPASSWORD -H "Content-Type:application/xml" -v https://oss.sonatype.org/service/local/staging/profiles/49d3626a5c71/start #In the XML returned from above is the repo id that is needed -#REPO_ID=orgopensaml-1013 +#REPO_ID=orgopensaml-1021 #cd nexus/content/repositories/releases/ # Upload all the artifacts to that repo -#find . -type f -exec curl -v -u $USERNAMEPASSWORD --upload-file {} https://oss.sonatype.org/service/local/staging/deployByRepositoryId/$REPO_ID/{} \; +#find . -type f -exec curl --http1.1 -v -u $USERNAMEPASSWORD --upload-file {} https://oss.sonatype.org/service/local/staging/deployByRepositoryId/$REPO_ID/{} \; # Login to oss and close the repo diff --git a/opensaml-3.3.0/central/README.txt b/opensaml-3.4.6/central/README.txt similarity index 100% rename from opensaml-3.3.0/central/README.txt rename to opensaml-3.4.6/central/README.txt diff --git a/opensaml-3.4.6/central/output_deps.txt b/opensaml-3.4.6/central/output_deps.txt new file mode 100644 index 0000000000..55dbc571d2 --- /dev/null +++ b/opensaml-3.4.6/central/output_deps.txt @@ -0,0 +1,2266 @@ +[INFO] Scanning for projects... +Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/4.3.30.RELEASE/spring-framework-bom-4.3.30.RELEASE.pom +Progress (1): 2.7/5.1 kB Progress (1): 5.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/4.3.30.RELEASE/spring-framework-bom-4.3.30.RELEASE.pom (5.1 kB at 21 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.0/maven-checkstyle-plugin-3.1.0.pom +Progress (1): 2.7/14 kB Progress (1): 5.5/14 kB Progress (1): 8.2/14 kB Progress (1): 11/14 kB Progress (1): 14/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.0/maven-checkstyle-plugin-3.1.0.pom (14 kB at 241 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom +Progress (1): 2.7/11 kB Progress (1): 5.5/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 382 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom +Progress (1): 2.7/44 kB Progress (1): 5.5/44 kB Progress (1): 8.2/44 kB Progress (1): 11/44 kB Progress (1): 14/44 kB Progress (1): 16/44 kB Progress (1): 19/44 kB Progress (1): 22/44 kB Progress (1): 25/44 kB Progress (1): 27/44 kB Progress (1): 30/44 kB Progress (1): 33/44 kB Progress (1): 36/44 kB Progress (1): 38/44 kB Progress (1): 41/44 kB Progress (1): 44/44 kB Progress (1): 44 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.3 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom +Progress (1): 2.7/17 kB Progress (1): 5.5/17 kB Progress (1): 8.2/17 kB Progress (1): 11/17 kB Progress (1): 14/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 552 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.0/maven-checkstyle-plugin-3.1.0.jar +Progress (1): 2.7/110 kB Progress (1): 5.5/110 kB Progress (1): 8.2/110 kB Progress (1): 11/110 kB Progress (1): 14/110 kB Progress (1): 16/110 kB Progress (1): 19/110 kB Progress (1): 22/110 kB Progress (1): 25/110 kB Progress (1): 27/110 kB Progress (1): 30/110 kB Progress (1): 33/110 kB Progress (1): 36/110 kB Progress (1): 38/110 kB Progress (1): 41/110 kB Progress (1): 44/110 kB Progress (1): 47/110 kB Progress (1): 49/110 kB Progress (1): 52/110 kB Progress (1): 55/110 kB Progress (1): 58/110 kB Progress (1): 60/110 kB Progress (1): 63/110 kB Progress (1): 66/110 kB Progress (1): 69/110 kB Progress (1): 71/110 kB Progress (1): 74/110 kB Progress (1): 77/110 kB Progress (1): 80/110 kB Progress (1): 82/110 kB Progress (1): 85/110 kB Progress (1): 88/110 kB Progress (1): 90/110 kB Progress (1): 93/110 kB Progress (1): 96/110 kB Progress (1): 99/110 kB Progress (1): 101/110 kB Progress (1): 104/110 kB Progress (1): 107/110 kB Progress (1): 110 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.0/maven-checkstyle-plugin-3.1.0.jar (110 kB at 2.3 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.0.2/maven-jar-plugin-3.0.2.pom +Progress (1): 4.1/6.2 kB Progress (1): 6.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.0.2/maven-jar-plugin-3.0.2.pom (6.2 kB at 213 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom +Progress (1): 4.1/10 kB Progress (1): 8.2/10 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (10 kB at 328 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom +Progress (1): 4.1/41 kB Progress (1): 8.2/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 25/41 kB Progress (1): 29/41 kB Progress (1): 33/41 kB Progress (1): 37/41 kB Progress (1): 41/41 kB Progress (1): 41 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.3 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom +Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 540 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.0.2/maven-jar-plugin-3.0.2.jar +Progress (1): 4.1/27 kB Progress (1): 8.2/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 25/27 kB Progress (1): 27 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.0.2/maven-jar-plugin-3.0.2.jar (27 kB at 931 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom +Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom (5.0 kB at 161 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom +Progress (1): 4.1/26 kB Progress (1): 8.2/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 25/26 kB Progress (1): 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom (26 kB at 806 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar +Progress (1): 4.1/41 kB Progress (1): 8.2/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 25/41 kB Progress (1): 29/41 kB Progress (1): 33/41 kB Progress (1): 37/41 kB Progress (1): 41 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar (41 kB at 1.3 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.pom (4.8 kB at 145 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom +Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom (12 kB at 365 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom +Progress (1): 4.1/41 kB Progress (1): 8.2/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 25/41 kB Progress (1): 29/41 kB Progress (1): 33/41 kB Progress (1): 37/41 kB Progress (1): 41 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 1.3 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom +Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom (16 kB at 595 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar +Progress (1): 4.1/31 kB Progress (1): 8.2/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (1): 20/31 kB Progress (1): 25/31 kB Progress (1): 29/31 kB Progress (1): 31 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar (31 kB at 1.0 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.pom +Progress (1): 4.1/7.1 kB Progress (1): 7.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.pom (7.1 kB at 216 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.jar +Progress (1): 4.1/32 kB Progress (1): 8.2/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 25/32 kB Progress (1): 29/32 kB Progress (1): 32 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.jar (32 kB at 991 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.pom +Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.pom (11 kB at 290 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.jar +Progress (1): 4.1/58 kB Progress (1): 8.2/58 kB Progress (1): 12/58 kB Progress (1): 16/58 kB Progress (1): 20/58 kB Progress (1): 25/58 kB Progress (1): 29/58 kB Progress (1): 33/58 kB Progress (1): 37/58 kB Progress (1): 41/58 kB Progress (1): 45/58 kB Progress (1): 49/58 kB Progress (1): 53/58 kB Progress (1): 57/58 kB Progress (1): 58 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.jar (58 kB at 2.1 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom +Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom (6.4 kB at 247 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom +Progress (1): 4.1/9.6 kB Progress (1): 8.2/9.6 kB Progress (1): 9.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (9.6 kB at 298 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom +Progress (1): 4.1/37 kB Progress (1): 8.2/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 25/37 kB Progress (1): 29/37 kB Progress (1): 33/37 kB Progress (1): 37/37 kB Progress (1): 37 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.2 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom +Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 kB at 544 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar +Progress (1): 4.1/33 kB Progress (1): 8.2/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 25/33 kB Progress (1): 29/33 kB Progress (1): 33/33 kB Progress (1): 33 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar (33 kB at 946 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom +Progress (1): 4.1/7.1 kB Progress (1): 7.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom (7.1 kB at 230 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar +Progress (1): 4.1/34 kB Progress (1): 8.2/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 25/34 kB Progress (1): 29/34 kB Progress (1): 33/34 kB Progress (1): 34 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar (34 kB at 1.3 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom +Progress (1): 4.1/19 kB Progress (1): 8.2/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom (19 kB at 663 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar +Progress (1): 4.1/134 kB Progress (1): 8.2/134 kB Progress (1): 12/134 kB Progress (1): 16/134 kB Progress (1): 20/134 kB Progress (1): 25/134 kB Progress (1): 29/134 kB Progress (1): 33/134 kB Progress (1): 37/134 kB Progress (1): 41/134 kB Progress (1): 45/134 kB Progress (1): 49/134 kB Progress (1): 53/134 kB Progress (1): 57/134 kB Progress (1): 61/134 kB Progress (1): 66/134 kB Progress (1): 70/134 kB Progress (1): 74/134 kB Progress (1): 78/134 kB Progress (1): 82/134 kB Progress (1): 86/134 kB Progress (1): 90/134 kB Progress (1): 94/134 kB Progress (1): 98/134 kB Progress (1): 102/134 kB Progress (1): 106/134 kB Progress (1): 111/134 kB Progress (1): 115/134 kB Progress (1): 119/134 kB Progress (1): 123/134 kB Progress (1): 127/134 kB Progress (1): 131/134 kB Progress (1): 134 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar (134 kB at 2.5 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom +Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom (4.7 kB at 225 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom +Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom (12 kB at 452 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom +Progress (1): 4.1/33 kB Progress (1): 8.2/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 25/33 kB Progress (1): 29/33 kB Progress (1): 33/33 kB Progress (1): 33 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 966 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom +Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 195 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar +Progress (1): 4.1/24 kB Progress (1): 8.2/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar (24 kB at 982 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.1.0/maven-assembly-plugin-3.1.0.pom +Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.1.0/maven-assembly-plugin-3.1.0.pom (16 kB at 419 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.1.0/maven-assembly-plugin-3.1.0.jar +Progress (1): 4.1/241 kB Progress (1): 8.2/241 kB Progress (1): 12/241 kB Progress (1): 16/241 kB Progress (1): 20/241 kB Progress (1): 25/241 kB Progress (1): 29/241 kB Progress (1): 33/241 kB Progress (1): 37/241 kB Progress (1): 41/241 kB Progress (1): 45/241 kB Progress (1): 49/241 kB Progress (1): 53/241 kB Progress (1): 57/241 kB Progress (1): 61/241 kB Progress (1): 66/241 kB Progress (1): 70/241 kB Progress (1): 74/241 kB Progress (1): 78/241 kB Progress (1): 82/241 kB Progress (1): 86/241 kB Progress (1): 90/241 kB Progress (1): 94/241 kB Progress (1): 98/241 kB Progress (1): 102/241 kB Progress (1): 106/241 kB Progress (1): 109/241 kB Progress (1): 113/241 kB Progress (1): 117/241 kB Progress (1): 121/241 kB Progress (1): 125/241 kB Progress (1): 130/241 kB Progress (1): 134/241 kB Progress (1): 138/241 kB Progress (1): 142/241 kB Progress (1): 146/241 kB Progress (1): 150/241 kB Progress (1): 154/241 kB Progress (1): 158/241 kB Progress (1): 162/241 kB Progress (1): 166/241 kB Progress (1): 171/241 kB Progress (1): 175/241 kB Progress (1): 179/241 kB Progress (1): 183/241 kB Progress (1): 187/241 kB Progress (1): 191/241 kB Progress (1): 195/241 kB Progress (1): 199/241 kB Progress (1): 203/241 kB Progress (1): 207/241 kB Progress (1): 212/241 kB Progress (1): 216/241 kB Progress (1): 220/241 kB Progress (1): 224/241 kB Progress (1): 228/241 kB Progress (1): 232/241 kB Progress (1): 236/241 kB Progress (1): 240/241 kB Progress (1): 241 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.1.0/maven-assembly-plugin-3.1.0.jar (241 kB at 5.7 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.0.2/maven-dependency-plugin-3.0.2.pom +Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.0.2/maven-dependency-plugin-3.0.2.pom (14 kB at 406 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.0.2/maven-dependency-plugin-3.0.2.jar +Progress (1): 4.1/166 kB Progress (1): 8.2/166 kB Progress (1): 12/166 kB Progress (1): 16/166 kB Progress (1): 20/166 kB Progress (1): 25/166 kB Progress (1): 29/166 kB Progress (1): 33/166 kB Progress (1): 37/166 kB Progress (1): 41/166 kB Progress (1): 45/166 kB Progress (1): 49/166 kB Progress (1): 53/166 kB Progress (1): 57/166 kB Progress (1): 61/166 kB Progress (1): 66/166 kB Progress (1): 70/166 kB Progress (1): 74/166 kB Progress (1): 78/166 kB Progress (1): 82/166 kB Progress (1): 86/166 kB Progress (1): 90/166 kB Progress (1): 94/166 kB Progress (1): 98/166 kB Progress (1): 102/166 kB Progress (1): 106/166 kB Progress (1): 111/166 kB Progress (1): 115/166 kB Progress (1): 119/166 kB Progress (1): 123/166 kB Progress (1): 127/166 kB Progress (1): 131/166 kB Progress (1): 135/166 kB Progress (1): 139/166 kB Progress (1): 143/166 kB Progress (1): 147/166 kB Progress (1): 152/166 kB Progress (1): 156/166 kB Progress (1): 160/166 kB Progress (1): 164/166 kB Progress (1): 166 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.0.2/maven-dependency-plugin-3.0.2.jar (166 kB at 4.2 MB/s) +[INFO] +[INFO] ----------------< net.shibboleth.ext:spring-extensions >---------------- +[INFO] Building Spring Framework Extension 5.4.2 +[INFO] --------------------------------[ jar ]--------------------------------- +Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom +Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 143 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 172 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.pom +Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 285 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom +Progress (1): 4.1/9.9 kB Progress (1): 8.2/9.9 kB Progress (1): 9.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 396 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom +Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 220 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom +Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 655 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom +Progress (1): 4.1/35 kB Progress (1): 8.2/35 kB Progress (1): 12/35 kB Progress (1): 16/35 kB Progress (1): 20/35 kB Progress (1): 25/35 kB Progress (1): 29/35 kB Progress (1): 33/35 kB Progress (1): 35 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 1.2 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom +Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 184 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom +Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 411 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.pom +Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.pom (12 kB at 446 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom +Progress (1): 4.1/58 kB Progress (1): 8.2/58 kB Progress (1): 12/58 kB Progress (1): 16/58 kB Progress (1): 20/58 kB Progress (1): 25/58 kB Progress (1): 29/58 kB Progress (1): 33/58 kB Progress (1): 37/58 kB Progress (1): 41/58 kB Progress (1): 45/58 kB Progress (1): 49/58 kB Progress (1): 53/58 kB Progress (1): 57/58 kB Progress (1): 58 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 1.9 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom +Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (15 kB at 544 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-cache/4.5.13/httpclient-cache-4.5.13.pom +Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-cache/4.5.13/httpclient-cache-4.5.13.pom (6.6 kB at 263 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/cryptacular/cryptacular/1.1.4/cryptacular-1.1.4.pom +Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/cryptacular/cryptacular/1.1.4/cryptacular-1.1.4.pom (12 kB at 248 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.59/bcprov-jdk15on-1.59.pom +Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.59/bcprov-jdk15on-1.59.pom (1.1 kB at 33 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.9/joda-time-2.9.pom +Progress (1): 4.1/29 kB Progress (1): 8.2/29 kB Progress (1): 12/29 kB Progress (1): 16/29 kB Progress (1): 20/29 kB Progress (1): 25/29 kB Progress (1): 29/29 kB Progress (1): 29 kB Downloaded from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.9/joda-time-2.9.pom (29 kB at 981 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom +Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 96 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom +Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 552 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.3.30.RELEASE/spring-context-4.3.30.RELEASE.pom +Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.3.30.RELEASE/spring-context-4.3.30.RELEASE.pom (5.0 kB at 186 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.3.30.RELEASE/spring-aop-4.3.30.RELEASE.pom +Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.3.30.RELEASE/spring-aop-4.3.30.RELEASE.pom (2.7 kB at 71 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.3.30.RELEASE/spring-beans-4.3.30.RELEASE.pom +Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.3.30.RELEASE/spring-beans-4.3.30.RELEASE.pom (2.5 kB at 67 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.3.30.RELEASE/spring-core-4.3.30.RELEASE.pom +Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.3.30.RELEASE/spring-core-4.3.30.RELEASE.pom (2.5 kB at 83 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.3.30.RELEASE/spring-expression-4.3.30.RELEASE.pom +Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.3.30.RELEASE/spring-expression-4.3.30.RELEASE.pom (1.7 kB at 40 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webmvc/4.3.30.RELEASE/spring-webmvc-4.3.30.RELEASE.pom +Progress (1): 4.1/10.0 kB Progress (1): 8.2/10.0 kB Progress (1): 10.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webmvc/4.3.30.RELEASE/spring-webmvc-4.3.30.RELEASE.pom (10.0 kB at 332 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-web/4.3.30.RELEASE/spring-web-4.3.30.RELEASE.pom +Progress (1): 4.1/8.0 kB Progress (1): 8.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-web/4.3.30.RELEASE/spring-web-4.3.30.RELEASE.pom (8.0 kB at 265 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.8.11/svnkit-1.8.11.pom +Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.8.11/svnkit-1.8.11.pom (2.5 kB at 61 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom +Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom (1.1 kB at 44 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom +Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom (4.3 kB at 181 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 179 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom +Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (1.1 kB at 40 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom +Progress (1): 804 B Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom (804 B at 27 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build220/trilead-ssh2-1.0.0-build220.pom +Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build220/trilead-ssh2-1.0.0-build220.pom (1.1 kB at 36 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.pom +Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.pom (1.5 kB at 47 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom +Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom (1.3 kB at 30 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom +Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom (1.7 kB at 54 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom +Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom (1.3 kB at 28 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom +Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom (2.2 kB at 72 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom +Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom (2.4 kB at 90 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom +Progress (1): 996 B Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom (996 B at 38 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom +Progress (1): 971 B Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom (971 B at 36 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom +Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom (1.3 kB at 42 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.3/sequence-library-1.0.3.pom +Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.3/sequence-library-1.0.3.pom (1.2 kB at 39 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom +Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom (2.1 kB at 82 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom +Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 104 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.4/antlr-master-3.4.pom +Progress (1): 4.1/9.4 kB Progress (1): 8.2/9.4 kB Progress (1): 9.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 285 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.0.1/javax.servlet-api-3.0.1.pom +Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.0.1/javax.servlet-api-3.0.1.pom (13 kB at 468 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom +Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 157 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.pom +Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.pom (1.2 kB at 37 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.3.30.RELEASE/spring-test-4.3.30.RELEASE.pom +Progress (1): 4.1/8.2 kB Progress (1): 8.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.3.30.RELEASE/spring-test-4.3.30.RELEASE.pom (8.2 kB at 195 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.pom +Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.pom (13 kB at 409 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.2.3/logback-parent-1.2.3.pom +Progress (1): 4.1/18 kB Progress (1): 8.2/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.2.3/logback-parent-1.2.3.pom (18 kB at 684 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.pom +Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.pom (4.2 kB at 145 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom +Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 116 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom +Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 386 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/testng/testng/6.9.9/testng-6.9.9.pom +Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/testng/testng/6.9.9/testng-6.9.9.pom (2.5 kB at 69 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.pom +Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.pom (2.3 kB at 81 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom +Progress (1): 481 B Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 17 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom +Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (5.9 kB at 218 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.pom +Progress (1): 4.1/9.3 kB Progress (1): 8.2/9.3 kB Progress (1): 9.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.pom (9.3 kB at 332 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/3/oss-parent-3.pom +Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/3/oss-parent-3.pom (3.4 kB at 124 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.7.0/ant-1.7.0.pom +Progress (1): 4.1/9.8 kB Progress (1): 8.2/9.8 kB Progress (1): 9.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.7.0/ant-1.7.0.pom (9.8 kB at 336 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom +Progress (1): 4.1/4.4 kB Progress (1): 4.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom (4.4 kB at 122 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom +Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom (2.4 kB at 108 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.15/snakeyaml-1.15.pom +Progress (1): 4.1/26 kB Progress (1): 8.2/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 25/26 kB Progress (1): 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.15/snakeyaml-1.15.pom (26 kB at 848 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom +Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 39 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom +Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 56 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.pom +Progress (1): 990 B Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.pom (990 B at 33 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/log4j-over-slf4j/1.7.30/log4j-over-slf4j-1.7.30.pom +Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/log4j-over-slf4j/1.7.30/log4j-over-slf4j-1.7.30.pom (1.1 kB at 29 kB/s) +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ spring-extensions --- +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 66 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom +Progress (1): 4.1/22 kB Progress (1): 8.2/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 811 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom +Progress (1): 4.1/24 kB Progress (1): 8.2/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 774 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom +Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 388 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom +Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 108 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom +Progress (1): 4.1/17 kB Progress (1): 8.2/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 559 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom +Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 104 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom +Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 139 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom +Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 185 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom +Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 112 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom +Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 87 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom +Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 46 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom +Progress (1): 4.1/7.8 kB Progress (1): 7.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 299 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom +Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 448 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom +Progress (1): 748 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 29 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom +Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 121 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom +Progress (1): 4.1/22 kB Progress (1): 8.2/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 582 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom +Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 270 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom +Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 377 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom +Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 154 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom +Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 119 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom +Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 210 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom +Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 410 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom +Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 162 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 57 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom +Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 77 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom +Progress (1): 910 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 34 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom +Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 191 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom +Progress (1): 4.1/17 kB Progress (1): 8.2/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 596 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom +Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 99 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom +Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 234 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom +Progress (1): 4.1/8.4 kB Progress (1): 8.2/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 336 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom +Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 191 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom +Progress (1): 4.1/9.0 kB Progress (1): 8.2/9.0 kB Progress (1): 9.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 374 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom +Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 86 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 69 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom +Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 102 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom +Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 77 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom +Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 60 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom +Progress (1): 4.1/7.7 kB Progress (1): 7.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 258 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom +Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 57 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom +Progress (1): 3.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 132 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom +Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 60 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom +Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 74 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom +Progress (1): 4.1/9.3 kB Progress (1): 8.2/9.3 kB Progress (1): 9.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 346 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom +Progress (1): 4.1/23 kB Progress (1): 8.2/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 776 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom +Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 380 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom +Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 53 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom +Progress (1): 4.1/9.6 kB Progress (1): 8.2/9.6 kB Progress (1): 9.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 344 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom +Progress (1): 4.1/32 kB Progress (1): 8.2/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 25/32 kB Progress (1): 29/32 kB Progress (1): 32 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 1.1 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom +Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom (5.0 kB at 185 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom +Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 196 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom +Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 61 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom +Progress (1): 4.1/22 kB Progress (1): 8.2/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 773 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom +Progress (1): 4.1/32 kB Progress (1): 8.2/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 25/32 kB Progress (1): 29/32 kB Progress (1): 32 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 1.2 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom +Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 137 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom +Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (4.9 kB at 148 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom +Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 187 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom +Progress (1): 4.1/33 kB Progress (1): 8.2/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 25/33 kB Progress (1): 29/33 kB Progress (1): 33 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.2 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom +Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 499 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom +Progress (1): 965 B Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 30 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom +Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (1.6 kB at 66 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom +Progress (1): 4.1/19 kB Progress (1): 8.2/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 724 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/19/maven-parent-19.pom +Progress (1): 4.1/25 kB Progress (1): 8.2/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 25/25 kB Progress (1): 25 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 834 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom +Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 399 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom +Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 48 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom +Progress (1): 3.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 129 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 63 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom +Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 84 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom +Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 115 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom +Progress (1): 4.1/8.2 kB Progress (1): 8.2/8.2 kB Progress (1): 8.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 275 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom +Progress (1): 998 B Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 36 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom +Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 141 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom +Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 44 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom +Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 65 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom +Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (3.4 kB at 107 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom +Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 368 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom +Progress (1): 4.1/22 kB Progress (1): 8.2/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 953 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom +Progress (1): 4.1/7.5 kB Progress (1): 7.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 312 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom +Progress (1): 4.1/9.0 kB Progress (1): 8.2/9.0 kB Progress (1): 9.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 345 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom +Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 585 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom +Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 140 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom +Progress (1): 4.1/9.4 kB Progress (1): 8.2/9.4 kB Progress (1): 9.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 312 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom +Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 423 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom +Progress (1): 4.1/18 kB Progress (1): 8.2/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 633 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom +Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 594 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom +Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 197 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom +Progress (1): 4.1/6.2 kB Progress (1): 6.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 201 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom +Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 574 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom +Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 109 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom +Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 63 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom +Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 100 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom +Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 176 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom +Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 38 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom +Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 116 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 91 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom +Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 63 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom +Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 85 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 75 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom +Progress (1): 1.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 37 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom +Progress (1): 4.1/7.2 kB Progress (1): 7.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 201 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom +Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 85 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom +Progress (1): 4.1/7.7 kB Progress (1): 7.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 320 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom +Progress (1): 4.1/7.8 kB Progress (1): 7.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 268 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom +Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 234 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom +Progress (1): 4.1/9.9 kB Progress (1): 8.2/9.9 kB Progress (1): 9.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 397 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom +Progress (1): 140 B Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 6.1 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom +Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 403 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom +Progress (1): 4.1/9.0 kB Progress (1): 8.2/9.0 kB Progress (1): 9.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 361 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom +Progress (1): 357 B Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 16 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom +Progress (1): 866 B Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 36 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom +Progress (1): 974 B Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 34 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom +Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 86 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom +Progress (1): 163 B Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 6.0 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom +Progress (1): 171 B Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 6.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom +Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 124 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom +Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 98 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom +Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 239 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom +Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 458 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom +Progress (1): 4.1/62 kB Progress (1): 8.2/62 kB Progress (1): 12/62 kB Progress (1): 16/62 kB Progress (1): 20/62 kB Progress (1): 25/62 kB Progress (1): 29/62 kB Progress (1): 33/62 kB Progress (1): 37/62 kB Progress (1): 41/62 kB Progress (1): 45/62 kB Progress (1): 49/62 kB Progress (1): 53/62 kB Progress (1): 57/62 kB Progress (1): 61/62 kB Progress (1): 62 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 2.3 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom +Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 531 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom +Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 55 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom +Progress (1): 4.1/18 kB Progress (1): 8.2/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 781 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom +Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 38 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom +Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 211 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom +Progress (1): 4.1/17 kB Progress (1): 8.2/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 592 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom +Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 140 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom +Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 116 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom +Progress (1): 4.1/20 kB Progress (1): 8.2/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 642 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom +Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 103 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom +Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 74 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom +Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 105 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 185 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom +Progress (1): 4.1/18 kB Progress (1): 8.2/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 674 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom +Progress (1): 4.1/7.0 kB Progress (1): 7.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 242 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom +Progress (1): 4.1/6.2 kB Progress (1): 6.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 247 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom +Progress (1): 145 B Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 6.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom +Progress (1): 147 B Downloaded from central: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 6.1 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom +Progress (1): 167 B Downloaded from central: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 4.9 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom +Progress (1): 156 B Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 6.5 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom +Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 188 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom +Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 409 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom +Progress (1): 142 B Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 6.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.pom +Progress (1): 653 B Downloaded from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 27 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom +Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 205 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom +Progress (1): 4.1/9.8 kB Progress (1): 8.2/9.8 kB Progress (1): 9.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 339 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-master/4/struts-master-4.pom +Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 423 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/2/apache-2.pom +Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/2/apache-2.pom (3.4 kB at 170 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.pom +Progress (1): 145 B Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 5.2 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom +Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 106 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom +Progress (1): 2.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 74 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom +Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 259 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom +Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 197 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom +Progress (1): 4.1/22 kB Progress (1): 8.2/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 768 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom +Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 165 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom +Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 197 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom +Progress (1): 4.1/19 kB Progress (1): 8.2/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 721 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom +Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 160 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom +Progress (1): 4.1/20 kB Progress (1): 8.2/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 786 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom +Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 424 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom +Progress (1): 4.1/47 kB Progress (1): 8.2/47 kB Progress (1): 12/47 kB Progress (1): 16/47 kB Progress (1): 20/47 kB Progress (1): 25/47 kB Progress (1): 29/47 kB Progress (1): 33/47 kB Progress (1): 37/47 kB Progress (1): 41/47 kB Progress (1): 45/47 kB Progress (1): 47 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.9 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom +Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom (13 kB at 483 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom +Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 581 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 76 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom +Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 125 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom +Progress (1): 4.1/8.4 kB Progress (1): 8.2/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 312 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom +Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 58 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom +Progress (1): 4.1/9.0 kB Progress (1): 8.2/9.0 kB Progress (1): 9.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 197 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom +Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 476 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom +Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 177 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom +Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 127 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom +Progress (1): 4.1/21 kB Progress (1): 8.2/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 787 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom +Progress (1): 765 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 27 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom +Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 527 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom +Progress (1): 767 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 25 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom +Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 198 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom +Progress (1): 588 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 20 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom +Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 229 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom +Progress (1): 4.1/6.9 kB Progress (1): 6.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 214 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom +Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 81 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom +Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 196 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom +Progress (1): 4.1/9.8 kB Progress (1): 8.2/9.8 kB Progress (1): 9.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 363 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom +Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 54 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom +Progress (1): 492 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 18 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom +Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 136 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom +Progress (1): 3.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom (3.7 kB at 83 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom +Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 105 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom +Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 131 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.7/maven-dependency-analyzer-1.7.pom +Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.7/maven-dependency-analyzer-1.7.pom (5.9 kB at 228 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom +Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 139 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom (1.9 kB at 72 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom +Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom (5.5 kB at 239 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom +Progress (1): 4.1/9.5 kB Progress (1): 8.2/9.5 kB Progress (1): 9.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 307 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom +Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 79 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom +Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 118 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom +Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 178 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom +Progress (1): 727 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 23 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom +Progress (1): 4.1/7.5 kB Progress (1): 7.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 300 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom +Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 75 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom +Progress (1): 4.1/28 kB Progress (1): 8.2/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 25/28 kB Progress (1): 28 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 1.1 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom +Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 161 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom +Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 161 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom +Progress (1): 4.1/7.6 kB Progress (1): 7.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom (7.6 kB at 254 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom +Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 360 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom +Progress (1): 4.1/42 kB Progress (1): 8.2/42 kB Progress (1): 12/42 kB Progress (1): 16/42 kB Progress (1): 20/42 kB Progress (1): 25/42 kB Progress (1): 29/42 kB Progress (1): 33/42 kB Progress (1): 37/42 kB Progress (1): 41/42 kB Progress (1): 42 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.4 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom +Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 100 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom +Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 422 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom +Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 169 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom +Progress (1): 4.1/17 kB Progress (1): 8.2/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 648 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom +Progress (1): 4.1/31 kB Progress (1): 8.2/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (1): 20/31 kB Progress (1): 25/31 kB Progress (1): 29/31 kB Progress (1): 31 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 1.2 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom +Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 496 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom +Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 95 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar +Progress (1): 4.1/52 kB Progress (1): 8.2/52 kB Progress (1): 12/52 kB Progress (1): 16/52 kB Progress (1): 20/52 kB Progress (1): 25/52 kB Progress (1): 29/52 kB Progress (1): 33/52 kB Progress (1): 37/52 kB Progress (1): 41/52 kB Progress (1): 45/52 kB Progress (1): 49/52 kB Progress (1): 52 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 1.6 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar +Progress (1): 4.1/165 kB Progress (1): 8.2/165 kB Progress (1): 12/165 kB Progress (1): 16/165 kB Progress (1): 20/165 kB Progress (1): 25/165 kB Progress (1): 29/165 kB Progress (1): 33/165 kB Progress (1): 37/165 kB Progress (1): 41/165 kB Progress (1): 45/165 kB Progress (1): 49/165 kB Progress (1): 53/165 kB Progress (1): 57/165 kB Progress (1): 61/165 kB Progress (1): 66/165 kB Progress (1): 70/165 kB Progress (1): 74/165 kB Progress (1): 78/165 kB Progress (1): 82/165 kB Progress (1): 86/165 kB Progress (1): 90/165 kB Progress (1): 94/165 kB Progress (1): 98/165 kB Progress (1): 102/165 kB Progress (1): 106/165 kB Progress (1): 111/165 kB Progress (1): 115/165 kB Progress (1): 119/165 kB Progress (1): 123/165 kB Progress (1): 127/165 kB Progress (1): 131/165 kB Progress (1): 135/165 kB Progress (1): 139/165 kB Progress (1): 143/165 kB Progress (1): 147/165 kB Progress (1): 152/165 kB Progress (1): 156/165 kB Progress (1): 160/165 kB Progress (1): 164/165 kB Progress (1): 165 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 2.5 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar +Progress (1): 2.7/472 kB Progress (2): 2.7/472 kB | 2.7/49 kB Progress (2): 5.5/472 kB | 2.7/49 kB Progress (3): 5.5/472 kB | 2.7/49 kB | 2.7/153 kB Progress (3): 8.2/472 kB | 2.7/49 kB | 2.7/153 kB Progress (3): 8.2/472 kB | 5.5/49 kB | 2.7/153 kB Progress (3): 8.2/472 kB | 5.5/49 kB | 5.5/153 kB Progress (3): 8.2/472 kB | 8.2/49 kB | 5.5/153 kB Progress (3): 11/472 kB | 8.2/49 kB | 5.5/153 kB Progress (4): 11/472 kB | 8.2/49 kB | 5.5/153 kB | 2.7/202 kB Progress (4): 14/472 kB | 8.2/49 kB | 5.5/153 kB | 2.7/202 kB Progress (4): 14/472 kB | 11/49 kB | 5.5/153 kB | 2.7/202 kB Progress (4): 14/472 kB | 11/49 kB | 8.2/153 kB | 2.7/202 kB Progress (4): 14/472 kB | 14/49 kB | 8.2/153 kB | 2.7/202 kB Progress (4): 16/472 kB | 14/49 kB | 8.2/153 kB | 2.7/202 kB Progress (4): 16/472 kB | 14/49 kB | 8.2/153 kB | 5.5/202 kB Progress (4): 19/472 kB | 14/49 kB | 8.2/153 kB | 5.5/202 kB Progress (4): 19/472 kB | 16/49 kB | 8.2/153 kB | 5.5/202 kB Progress (4): 19/472 kB | 16/49 kB | 11/153 kB | 5.5/202 kB Progress (4): 19/472 kB | 19/49 kB | 11/153 kB | 5.5/202 kB Progress (4): 22/472 kB | 19/49 kB | 11/153 kB | 5.5/202 kB Progress (4): 22/472 kB | 19/49 kB | 11/153 kB | 8.2/202 kB Progress (5): 22/472 kB | 19/49 kB | 11/153 kB | 8.2/202 kB | 4.1/527 kB Progress (5): 22/472 kB | 19/49 kB | 11/153 kB | 11/202 kB | 4.1/527 kB Progress (5): 25/472 kB | 19/49 kB | 11/153 kB | 11/202 kB | 4.1/527 kB Progress (5): 25/472 kB | 22/49 kB | 11/153 kB | 11/202 kB | 4.1/527 kB Progress (5): 25/472 kB | 22/49 kB | 14/153 kB | 11/202 kB | 4.1/527 kB Progress (5): 25/472 kB | 25/49 kB | 14/153 kB | 11/202 kB | 4.1/527 kB Progress (5): 27/472 kB | 25/49 kB | 14/153 kB | 11/202 kB | 4.1/527 kB Progress (5): 27/472 kB | 25/49 kB | 14/153 kB | 14/202 kB | 4.1/527 kB Progress (5): 27/472 kB | 25/49 kB | 14/153 kB | 14/202 kB | 8.2/527 kB Progress (5): 27/472 kB | 25/49 kB | 14/153 kB | 16/202 kB | 8.2/527 kB Progress (5): 30/472 kB | 25/49 kB | 14/153 kB | 16/202 kB | 8.2/527 kB Progress (5): 30/472 kB | 27/49 kB | 14/153 kB | 16/202 kB | 8.2/527 kB Progress (5): 30/472 kB | 27/49 kB | 16/153 kB | 16/202 kB | 8.2/527 kB Progress (5): 30/472 kB | 30/49 kB | 16/153 kB | 16/202 kB | 8.2/527 kB Progress (5): 33/472 kB | 30/49 kB | 16/153 kB | 16/202 kB | 8.2/527 kB Progress (5): 33/472 kB | 30/49 kB | 16/153 kB | 19/202 kB | 8.2/527 kB Progress (5): 33/472 kB | 30/49 kB | 16/153 kB | 19/202 kB | 12/527 kB Progress (5): 33/472 kB | 30/49 kB | 16/153 kB | 22/202 kB | 12/527 kB Progress (5): 36/472 kB | 30/49 kB | 16/153 kB | 22/202 kB | 12/527 kB Progress (5): 36/472 kB | 33/49 kB | 16/153 kB | 22/202 kB | 12/527 kB Progress (5): 36/472 kB | 33/49 kB | 19/153 kB | 22/202 kB | 12/527 kB Progress (5): 36/472 kB | 36/49 kB | 19/153 kB | 22/202 kB | 12/527 kB Progress (5): 38/472 kB | 36/49 kB | 19/153 kB | 22/202 kB | 12/527 kB Progress (5): 38/472 kB | 36/49 kB | 19/153 kB | 25/202 kB | 12/527 kB Progress (5): 38/472 kB | 36/49 kB | 19/153 kB | 25/202 kB | 16/527 kB Progress (5): 38/472 kB | 36/49 kB | 19/153 kB | 27/202 kB | 16/527 kB Progress (5): 41/472 kB | 36/49 kB | 19/153 kB | 27/202 kB | 16/527 kB Progress (5): 41/472 kB | 38/49 kB | 19/153 kB | 27/202 kB | 16/527 kB Progress (5): 41/472 kB | 38/49 kB | 22/153 kB | 27/202 kB | 16/527 kB Progress (5): 41/472 kB | 41/49 kB | 22/153 kB | 27/202 kB | 16/527 kB Progress (5): 44/472 kB | 41/49 kB | 22/153 kB | 27/202 kB | 16/527 kB Progress (5): 44/472 kB | 41/49 kB | 22/153 kB | 30/202 kB | 16/527 kB Progress (5): 44/472 kB | 41/49 kB | 22/153 kB | 30/202 kB | 20/527 kB Progress (5): 44/472 kB | 41/49 kB | 22/153 kB | 33/202 kB | 20/527 kB Progress (5): 47/472 kB | 41/49 kB | 22/153 kB | 33/202 kB | 20/527 kB Progress (5): 47/472 kB | 41/49 kB | 25/153 kB | 33/202 kB | 20/527 kB Progress (5): 49/472 kB | 41/49 kB | 25/153 kB | 33/202 kB | 20/527 kB Progress (5): 49/472 kB | 41/49 kB | 25/153 kB | 36/202 kB | 20/527 kB Progress (5): 49/472 kB | 41/49 kB | 25/153 kB | 36/202 kB | 25/527 kB Progress (5): 49/472 kB | 41/49 kB | 25/153 kB | 38/202 kB | 25/527 kB Progress (5): 49/472 kB | 41/49 kB | 27/153 kB | 38/202 kB | 25/527 kB Progress (5): 49/472 kB | 41/49 kB | 27/153 kB | 41/202 kB | 25/527 kB Progress (5): 49/472 kB | 41/49 kB | 27/153 kB | 41/202 kB | 29/527 kB Progress (5): 49/472 kB | 41/49 kB | 30/153 kB | 41/202 kB | 29/527 kB Progress (5): 49/472 kB | 41/49 kB | 30/153 kB | 41/202 kB | 33/527 kB Progress (5): 49/472 kB | 41/49 kB | 33/153 kB | 41/202 kB | 33/527 kB Progress (5): 52/472 kB | 41/49 kB | 33/153 kB | 41/202 kB | 33/527 kB Progress (5): 52/472 kB | 41/49 kB | 36/153 kB | 41/202 kB | 33/527 kB Progress (5): 52/472 kB | 41/49 kB | 36/153 kB | 41/202 kB | 37/527 kB Progress (5): 52/472 kB | 41/49 kB | 36/153 kB | 44/202 kB | 37/527 kB Progress (5): 52/472 kB | 41/49 kB | 36/153 kB | 44/202 kB | 41/527 kB Progress (5): 52/472 kB | 41/49 kB | 38/153 kB | 44/202 kB | 41/527 kB Progress (5): 55/472 kB | 41/49 kB | 38/153 kB | 44/202 kB | 41/527 kB Progress (5): 55/472 kB | 41/49 kB | 41/153 kB | 44/202 kB | 41/527 kB Progress (5): 55/472 kB | 41/49 kB | 41/153 kB | 44/202 kB | 45/527 kB Progress (5): 55/472 kB | 41/49 kB | 41/153 kB | 47/202 kB | 45/527 kB Progress (5): 55/472 kB | 44/49 kB | 41/153 kB | 47/202 kB | 45/527 kB Progress (5): 55/472 kB | 44/49 kB | 41/153 kB | 49/202 kB | 45/527 kB Progress (5): 55/472 kB | 44/49 kB | 41/153 kB | 49/202 kB | 49/527 kB Progress (5): 55/472 kB | 44/49 kB | 44/153 kB | 49/202 kB | 49/527 kB Progress (5): 58/472 kB | 44/49 kB | 44/153 kB | 49/202 kB | 49/527 kB Progress (5): 58/472 kB | 44/49 kB | 47/153 kB | 49/202 kB | 49/527 kB Progress (5): 58/472 kB | 44/49 kB | 47/153 kB | 49/202 kB | 53/527 kB Progress (5): 58/472 kB | 44/49 kB | 47/153 kB | 52/202 kB | 53/527 kB Progress (5): 58/472 kB | 47/49 kB | 47/153 kB | 52/202 kB | 53/527 kB Progress (5): 58/472 kB | 47/49 kB | 47/153 kB | 55/202 kB | 53/527 kB Progress (5): 58/472 kB | 47/49 kB | 47/153 kB | 55/202 kB | 57/527 kB Progress (5): 58/472 kB | 47/49 kB | 47/153 kB | 58/202 kB | 57/527 kB Progress (5): 58/472 kB | 47/49 kB | 49/153 kB | 58/202 kB | 57/527 kB Progress (5): 60/472 kB | 47/49 kB | 49/153 kB | 58/202 kB | 57/527 kB Progress (5): 60/472 kB | 47/49 kB | 52/153 kB | 58/202 kB | 57/527 kB Progress (5): 60/472 kB | 47/49 kB | 52/153 kB | 60/202 kB | 57/527 kB Progress (5): 60/472 kB | 47/49 kB | 52/153 kB | 60/202 kB | 61/527 kB Progress (5): 60/472 kB | 49 kB | 52/153 kB | 60/202 kB | 61/527 kB Progress (5): 60/472 kB | 49 kB | 52/153 kB | 60/202 kB | 66/527 kB Progress (5): 60/472 kB | 49 kB | 52/153 kB | 63/202 kB | 66/527 kB Progress (5): 60/472 kB | 49 kB | 55/153 kB | 63/202 kB | 66/527 kB Progress (5): 63/472 kB | 49 kB | 55/153 kB | 63/202 kB | 66/527 kB Progress (5): 63/472 kB | 49 kB | 58/153 kB | 63/202 kB | 66/527 kB Progress (5): 63/472 kB | 49 kB | 58/153 kB | 66/202 kB | 66/527 kB Progress (5): 63/472 kB | 49 kB | 58/153 kB | 66/202 kB | 70/527 kB Progress (5): 63/472 kB | 49 kB | 58/153 kB | 69/202 kB | 70/527 kB Progress (5): 63/472 kB | 49 kB | 60/153 kB | 69/202 kB | 70/527 kB Progress (5): 66/472 kB | 49 kB | 60/153 kB | 69/202 kB | 70/527 kB Progress (5): 66/472 kB | 49 kB | 63/153 kB | 69/202 kB | 70/527 kB Progress (5): 66/472 kB | 49 kB | 63/153 kB | 71/202 kB | 70/527 kB Progress (5): 66/472 kB | 49 kB | 63/153 kB | 71/202 kB | 74/527 kB Progress (5): 66/472 kB | 49 kB | 63/153 kB | 74/202 kB | 74/527 kB Progress (5): 66/472 kB | 49 kB | 66/153 kB | 74/202 kB | 74/527 kB Progress (5): 69/472 kB | 49 kB | 66/153 kB | 74/202 kB | 74/527 kB Progress (5): 69/472 kB | 49 kB | 69/153 kB | 74/202 kB | 74/527 kB Progress (5): 69/472 kB | 49 kB | 69/153 kB | 77/202 kB | 74/527 kB Progress (5): 69/472 kB | 49 kB | 69/153 kB | 77/202 kB | 78/527 kB Progress (5): 69/472 kB | 49 kB | 69/153 kB | 80/202 kB | 78/527 kB Progress (5): 69/472 kB | 49 kB | 71/153 kB | 80/202 kB | 78/527 kB Progress (5): 71/472 kB | 49 kB | 71/153 kB | 80/202 kB | 78/527 kB Progress (5): 71/472 kB | 49 kB | 74/153 kB | 80/202 kB | 78/527 kB Progress (5): 71/472 kB | 49 kB | 74/153 kB | 82/202 kB | 78/527 kB Progress (5): 71/472 kB | 49 kB | 74/153 kB | 82/202 kB | 82/527 kB Progress (5): 71/472 kB | 49 kB | 74/153 kB | 85/202 kB | 82/527 kB Progress (5): 71/472 kB | 49 kB | 77/153 kB | 85/202 kB | 82/527 kB Progress (5): 74/472 kB | 49 kB | 77/153 kB | 85/202 kB | 82/527 kB Progress (5): 74/472 kB | 49 kB | 80/153 kB | 85/202 kB | 82/527 kB Progress (5): 74/472 kB | 49 kB | 80/153 kB | 88/202 kB | 82/527 kB Progress (5): 74/472 kB | 49 kB | 80/153 kB | 88/202 kB | 86/527 kB Progress (5): 74/472 kB | 49 kB | 80/153 kB | 90/202 kB | 86/527 kB Progress (5): 74/472 kB | 49 kB | 82/153 kB | 90/202 kB | 86/527 kB Progress (5): 77/472 kB | 49 kB | 82/153 kB | 90/202 kB | 86/527 kB Progress (5): 77/472 kB | 49 kB | 85/153 kB | 90/202 kB | 86/527 kB Progress (5): 77/472 kB | 49 kB | 85/153 kB | 93/202 kB | 86/527 kB Progress (5): 77/472 kB | 49 kB | 85/153 kB | 93/202 kB | 90/527 kB Progress (5): 77/472 kB | 49 kB | 85/153 kB | 96/202 kB | 90/527 kB Progress (5): 77/472 kB | 49 kB | 88/153 kB | 96/202 kB | 90/527 kB Progress (5): 80/472 kB | 49 kB | 88/153 kB | 96/202 kB | 90/527 kB Progress (5): 80/472 kB | 49 kB | 90/153 kB | 96/202 kB | 90/527 kB Progress (5): 80/472 kB | 49 kB | 90/153 kB | 99/202 kB | 90/527 kB Progress (5): 80/472 kB | 49 kB | 90/153 kB | 99/202 kB | 94/527 kB Progress (5): 80/472 kB | 49 kB | 90/153 kB | 101/202 kB | 94/527 kB Progress (5): 80/472 kB | 49 kB | 93/153 kB | 101/202 kB | 94/527 kB Progress (5): 82/472 kB | 49 kB | 93/153 kB | 101/202 kB | 94/527 kB Progress (5): 82/472 kB | 49 kB | 96/153 kB | 101/202 kB | 94/527 kB Progress (5): 82/472 kB | 49 kB | 96/153 kB | 104/202 kB | 94/527 kB Progress (5): 82/472 kB | 49 kB | 96/153 kB | 104/202 kB | 98/527 kB Progress (5): 82/472 kB | 49 kB | 96/153 kB | 107/202 kB | 98/527 kB Progress (5): 82/472 kB | 49 kB | 99/153 kB | 107/202 kB | 98/527 kB Progress (5): 85/472 kB | 49 kB | 99/153 kB | 107/202 kB | 98/527 kB Progress (5): 85/472 kB | 49 kB | 101/153 kB | 107/202 kB | 98/527 kB Progress (5): 85/472 kB | 49 kB | 101/153 kB | 110/202 kB | 98/527 kB Progress (5): 85/472 kB | 49 kB | 101/153 kB | 110/202 kB | 102/527 kB Progress (5): 85/472 kB | 49 kB | 101/153 kB | 112/202 kB | 102/527 kB Progress (5): 85/472 kB | 49 kB | 104/153 kB | 112/202 kB | 102/527 kB Progress (5): 88/472 kB | 49 kB | 104/153 kB | 112/202 kB | 102/527 kB Progress (5): 88/472 kB | 49 kB | 107/153 kB | 112/202 kB | 102/527 kB Progress (5): 88/472 kB | 49 kB | 107/153 kB | 115/202 kB | 102/527 kB Progress (5): 88/472 kB | 49 kB | 107/153 kB | 115/202 kB | 106/527 kB Progress (5): 88/472 kB | 49 kB | 107/153 kB | 118/202 kB | 106/527 kB Progress (5): 88/472 kB | 49 kB | 110/153 kB | 118/202 kB | 106/527 kB Progress (5): 90/472 kB | 49 kB | 110/153 kB | 118/202 kB | 106/527 kB Progress (5): 90/472 kB | 49 kB | 112/153 kB | 118/202 kB | 106/527 kB Progress (5): 90/472 kB | 49 kB | 112/153 kB | 121/202 kB | 106/527 kB Progress (5): 90/472 kB | 49 kB | 112/153 kB | 121/202 kB | 111/527 kB Progress (5): 90/472 kB | 49 kB | 112/153 kB | 123/202 kB | 111/527 kB Progress (5): 90/472 kB | 49 kB | 115/153 kB | 123/202 kB | 111/527 kB Progress (5): 93/472 kB | 49 kB | 115/153 kB | 123/202 kB | 111/527 kB Progress (5): 93/472 kB | 49 kB | 118/153 kB | 123/202 kB | 111/527 kB Progress (5): 93/472 kB | 49 kB | 118/153 kB | 126/202 kB | 111/527 kB Progress (5): 93/472 kB | 49 kB | 118/153 kB | 126/202 kB | 115/527 kB Progress (5): 93/472 kB | 49 kB | 118/153 kB | 129/202 kB | 115/527 kB Progress (5): 93/472 kB | 49 kB | 121/153 kB | 129/202 kB | 115/527 kB Progress (5): 96/472 kB | 49 kB | 121/153 kB | 129/202 kB | 115/527 kB Progress (5): 96/472 kB | 49 kB | 123/153 kB | 129/202 kB | 115/527 kB Progress (5): 96/472 kB | 49 kB | 123/153 kB | 132/202 kB | 115/527 kB Progress (5): 96/472 kB | 49 kB | 123/153 kB | 132/202 kB | 119/527 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 437 kB/s) +Progress (4): 96/472 kB | 123/153 kB | 132/202 kB | 123/527 kB Progress (4): 96/472 kB | 123/153 kB | 134/202 kB | 123/527 kB Progress (4): 96/472 kB | 126/153 kB | 134/202 kB | 123/527 kB Progress (4): 99/472 kB | 126/153 kB | 134/202 kB | 123/527 kB Progress (4): 99/472 kB | 129/153 kB | 134/202 kB | 123/527 kB Progress (4): 99/472 kB | 129/153 kB | 137/202 kB | 123/527 kB Progress (4): 99/472 kB | 129/153 kB | 137/202 kB | 127/527 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar +Progress (4): 99/472 kB | 129/153 kB | 137/202 kB | 131/527 kB Progress (4): 99/472 kB | 129/153 kB | 140/202 kB | 131/527 kB Progress (4): 99/472 kB | 132/153 kB | 140/202 kB | 131/527 kB Progress (4): 101/472 kB | 132/153 kB | 140/202 kB | 131/527 kB Progress (4): 101/472 kB | 134/153 kB | 140/202 kB | 131/527 kB Progress (4): 101/472 kB | 134/153 kB | 143/202 kB | 131/527 kB Progress (4): 101/472 kB | 134/153 kB | 143/202 kB | 135/527 kB Progress (4): 101/472 kB | 134/153 kB | 145/202 kB | 135/527 kB Progress (4): 101/472 kB | 137/153 kB | 145/202 kB | 135/527 kB Progress (4): 104/472 kB | 137/153 kB | 145/202 kB | 135/527 kB Progress (4): 104/472 kB | 140/153 kB | 145/202 kB | 135/527 kB Progress (4): 104/472 kB | 140/153 kB | 148/202 kB | 135/527 kB Progress (4): 104/472 kB | 140/153 kB | 148/202 kB | 139/527 kB Progress (4): 104/472 kB | 140/153 kB | 151/202 kB | 139/527 kB Progress (4): 104/472 kB | 143/153 kB | 151/202 kB | 139/527 kB Progress (4): 107/472 kB | 143/153 kB | 151/202 kB | 139/527 kB Progress (4): 107/472 kB | 145/153 kB | 151/202 kB | 139/527 kB Progress (4): 107/472 kB | 145/153 kB | 154/202 kB | 139/527 kB Progress (4): 107/472 kB | 145/153 kB | 154/202 kB | 143/527 kB Progress (4): 107/472 kB | 145/153 kB | 156/202 kB | 143/527 kB Progress (4): 107/472 kB | 148/153 kB | 156/202 kB | 143/527 kB Progress (4): 110/472 kB | 148/153 kB | 156/202 kB | 143/527 kB Progress (4): 110/472 kB | 151/153 kB | 156/202 kB | 143/527 kB Progress (4): 110/472 kB | 151/153 kB | 159/202 kB | 143/527 kB Progress (4): 110/472 kB | 151/153 kB | 159/202 kB | 147/527 kB Progress (4): 110/472 kB | 151/153 kB | 162/202 kB | 147/527 kB Progress (4): 110/472 kB | 153 kB | 162/202 kB | 147/527 kB Progress (4): 112/472 kB | 153 kB | 162/202 kB | 147/527 kB Progress (4): 112/472 kB | 153 kB | 165/202 kB | 147/527 kB Progress (4): 112/472 kB | 153 kB | 165/202 kB | 152/527 kB Progress (4): 112/472 kB | 153 kB | 167/202 kB | 152/527 kB Progress (4): 115/472 kB | 153 kB | 167/202 kB | 152/527 kB Progress (4): 115/472 kB | 153 kB | 170/202 kB | 152/527 kB Progress (4): 115/472 kB | 153 kB | 170/202 kB | 156/527 kB Progress (4): 115/472 kB | 153 kB | 173/202 kB | 156/527 kB Progress (4): 118/472 kB | 153 kB | 173/202 kB | 156/527 kB Progress (4): 118/472 kB | 153 kB | 175/202 kB | 156/527 kB Progress (4): 118/472 kB | 153 kB | 175/202 kB | 160/527 kB Progress (4): 118/472 kB | 153 kB | 178/202 kB | 160/527 kB Progress (4): 121/472 kB | 153 kB | 178/202 kB | 160/527 kB Progress (4): 121/472 kB | 153 kB | 181/202 kB | 160/527 kB Progress (4): 121/472 kB | 153 kB | 181/202 kB | 164/527 kB Progress (4): 121/472 kB | 153 kB | 184/202 kB | 164/527 kB Progress (4): 123/472 kB | 153 kB | 184/202 kB | 164/527 kB Progress (4): 123/472 kB | 153 kB | 186/202 kB | 164/527 kB Progress (4): 123/472 kB | 153 kB | 186/202 kB | 168/527 kB Progress (4): 123/472 kB | 153 kB | 189/202 kB | 168/527 kB Progress (4): 126/472 kB | 153 kB | 189/202 kB | 168/527 kB Progress (4): 126/472 kB | 153 kB | 192/202 kB | 168/527 kB Progress (4): 126/472 kB | 153 kB | 192/202 kB | 172/527 kB Progress (4): 126/472 kB | 153 kB | 195/202 kB | 172/527 kB Progress (4): 129/472 kB | 153 kB | 195/202 kB | 172/527 kB Progress (4): 129/472 kB | 153 kB | 197/202 kB | 172/527 kB Progress (4): 129/472 kB | 153 kB | 197/202 kB | 176/527 kB Progress (4): 129/472 kB | 153 kB | 200/202 kB | 176/527 kB Progress (4): 132/472 kB | 153 kB | 200/202 kB | 176/527 kB Progress (4): 132/472 kB | 153 kB | 202 kB | 176/527 kB Progress (4): 132/472 kB | 153 kB | 202 kB | 180/527 kB Progress (4): 134/472 kB | 153 kB | 202 kB | 180/527 kB Progress (4): 134/472 kB | 153 kB | 202 kB | 184/527 kB Progress (4): 137/472 kB | 153 kB | 202 kB | 184/527 kB Progress (4): 137/472 kB | 153 kB | 202 kB | 188/527 kB Progress (4): 140/472 kB | 153 kB | 202 kB | 188/527 kB Progress (4): 140/472 kB | 153 kB | 202 kB | 193/527 kB Progress (4): 143/472 kB | 153 kB | 202 kB | 193/527 kB Progress (4): 143/472 kB | 153 kB | 202 kB | 197/527 kB Progress (4): 145/472 kB | 153 kB | 202 kB | 197/527 kB Progress (4): 145/472 kB | 153 kB | 202 kB | 201/527 kB Progress (4): 148/472 kB | 153 kB | 202 kB | 201/527 kB Progress (4): 148/472 kB | 153 kB | 202 kB | 205/527 kB Progress (4): 151/472 kB | 153 kB | 202 kB | 205/527 kB Progress (4): 151/472 kB | 153 kB | 202 kB | 209/527 kB Progress (4): 154/472 kB | 153 kB | 202 kB | 209/527 kB Progress (4): 154/472 kB | 153 kB | 202 kB | 213/527 kB Progress (4): 156/472 kB | 153 kB | 202 kB | 213/527 kB Progress (4): 156/472 kB | 153 kB | 202 kB | 217/527 kB Progress (4): 159/472 kB | 153 kB | 202 kB | 217/527 kB Progress (4): 159/472 kB | 153 kB | 202 kB | 221/527 kB Progress (4): 162/472 kB | 153 kB | 202 kB | 221/527 kB Progress (4): 162/472 kB | 153 kB | 202 kB | 225/527 kB Progress (4): 165/472 kB | 153 kB | 202 kB | 225/527 kB Progress (4): 165/472 kB | 153 kB | 202 kB | 229/527 kB Progress (4): 167/472 kB | 153 kB | 202 kB | 229/527 kB Progress (4): 167/472 kB | 153 kB | 202 kB | 233/527 kB Progress (4): 170/472 kB | 153 kB | 202 kB | 233/527 kB Progress (4): 170/472 kB | 153 kB | 202 kB | 238/527 kB Progress (4): 173/472 kB | 153 kB | 202 kB | 238/527 kB Progress (4): 173/472 kB | 153 kB | 202 kB | 242/527 kB Progress (4): 175/472 kB | 153 kB | 202 kB | 242/527 kB Progress (4): 175/472 kB | 153 kB | 202 kB | 246/527 kB Progress (4): 178/472 kB | 153 kB | 202 kB | 246/527 kB Progress (4): 178/472 kB | 153 kB | 202 kB | 250/527 kB Progress (4): 181/472 kB | 153 kB | 202 kB | 250/527 kB Progress (4): 181/472 kB | 153 kB | 202 kB | 254/527 kB Progress (4): 184/472 kB | 153 kB | 202 kB | 254/527 kB Progress (4): 184/472 kB | 153 kB | 202 kB | 258/527 kB Progress (4): 186/472 kB | 153 kB | 202 kB | 258/527 kB Progress (4): 186/472 kB | 153 kB | 202 kB | 262/527 kB Progress (4): 189/472 kB | 153 kB | 202 kB | 262/527 kB Progress (4): 189/472 kB | 153 kB | 202 kB | 266/527 kB Progress (4): 192/472 kB | 153 kB | 202 kB | 266/527 kB Progress (4): 192/472 kB | 153 kB | 202 kB | 270/527 kB Progress (4): 195/472 kB | 153 kB | 202 kB | 270/527 kB Progress (4): 195/472 kB | 153 kB | 202 kB | 274/527 kB Progress (4): 197/472 kB | 153 kB | 202 kB | 274/527 kB Progress (4): 197/472 kB | 153 kB | 202 kB | 279/527 kB Progress (4): 200/472 kB | 153 kB | 202 kB | 279/527 kB Progress (4): 200/472 kB | 153 kB | 202 kB | 283/527 kB Progress (5): 200/472 kB | 153 kB | 202 kB | 283/527 kB | 2.7/47 kB Progress (5): 200/472 kB | 153 kB | 202 kB | 287/527 kB | 2.7/47 kB Progress (5): 203/472 kB | 153 kB | 202 kB | 287/527 kB | 2.7/47 kB Progress (5): 203/472 kB | 153 kB | 202 kB | 291/527 kB | 2.7/47 kB Progress (5): 203/472 kB | 153 kB | 202 kB | 291/527 kB | 5.5/47 kB Progress (5): 203/472 kB | 153 kB | 202 kB | 295/527 kB | 5.5/47 kB Progress (5): 206/472 kB | 153 kB | 202 kB | 295/527 kB | 5.5/47 kB Progress (5): 206/472 kB | 153 kB | 202 kB | 299/527 kB | 5.5/47 kB Progress (5): 206/472 kB | 153 kB | 202 kB | 299/527 kB | 8.2/47 kB Progress (5): 206/472 kB | 153 kB | 202 kB | 303/527 kB | 8.2/47 kB Progress (5): 208/472 kB | 153 kB | 202 kB | 303/527 kB | 8.2/47 kB Progress (5): 208/472 kB | 153 kB | 202 kB | 307/527 kB | 8.2/47 kB Progress (5): 208/472 kB | 153 kB | 202 kB | 307/527 kB | 11/47 kB Progress (5): 208/472 kB | 153 kB | 202 kB | 311/527 kB | 11/47 kB Progress (5): 211/472 kB | 153 kB | 202 kB | 311/527 kB | 11/47 kB Progress (5): 211/472 kB | 153 kB | 202 kB | 315/527 kB | 11/47 kB Progress (5): 211/472 kB | 153 kB | 202 kB | 315/527 kB | 14/47 kB Progress (5): 211/472 kB | 153 kB | 202 kB | 319/527 kB | 14/47 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 1.2 MB/s) +Progress (4): 214/472 kB | 202 kB | 319/527 kB | 14/47 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar +Progress (4): 214/472 kB | 202 kB | 324/527 kB | 14/47 kB Progress (4): 214/472 kB | 202 kB | 324/527 kB | 16/47 kB Progress (4): 214/472 kB | 202 kB | 328/527 kB | 16/47 kB Progress (4): 217/472 kB | 202 kB | 328/527 kB | 16/47 kB Progress (4): 217/472 kB | 202 kB | 332/527 kB | 16/47 kB Progress (4): 217/472 kB | 202 kB | 332/527 kB | 19/47 kB Progress (4): 217/472 kB | 202 kB | 336/527 kB | 19/47 kB Progress (4): 219/472 kB | 202 kB | 336/527 kB | 19/47 kB Progress (4): 219/472 kB | 202 kB | 340/527 kB | 19/47 kB Progress (4): 219/472 kB | 202 kB | 340/527 kB | 22/47 kB Progress (4): 219/472 kB | 202 kB | 344/527 kB | 22/47 kB Progress (4): 222/472 kB | 202 kB | 344/527 kB | 22/47 kB Progress (4): 222/472 kB | 202 kB | 348/527 kB | 22/47 kB Progress (4): 222/472 kB | 202 kB | 348/527 kB | 25/47 kB Progress (4): 222/472 kB | 202 kB | 352/527 kB | 25/47 kB Progress (4): 225/472 kB | 202 kB | 352/527 kB | 25/47 kB Progress (4): 225/472 kB | 202 kB | 356/527 kB | 25/47 kB Progress (4): 225/472 kB | 202 kB | 356/527 kB | 27/47 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 1.5 MB/s) +Progress (3): 225/472 kB | 356/527 kB | 30/47 kB Progress (3): 225/472 kB | 360/527 kB | 30/47 kB Progress (3): 225/472 kB | 360/527 kB | 33/47 kB Progress (3): 228/472 kB | 360/527 kB | 33/47 kB Progress (3): 228/472 kB | 360/527 kB | 36/47 kB Progress (3): 228/472 kB | 365/527 kB | 36/47 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar +Progress (3): 228/472 kB | 369/527 kB | 36/47 kB Progress (3): 228/472 kB | 369/527 kB | 38/47 kB Progress (3): 230/472 kB | 369/527 kB | 38/47 kB Progress (3): 230/472 kB | 369/527 kB | 41/47 kB Progress (3): 230/472 kB | 373/527 kB | 41/47 kB Progress (3): 230/472 kB | 373/527 kB | 44/47 kB Progress (3): 233/472 kB | 373/527 kB | 44/47 kB Progress (3): 233/472 kB | 373/527 kB | 47/47 kB Progress (3): 233/472 kB | 377/527 kB | 47/47 kB Progress (3): 233/472 kB | 377/527 kB | 47 kB Progress (3): 236/472 kB | 377/527 kB | 47 kB Progress (3): 236/472 kB | 381/527 kB | 47 kB Progress (3): 239/472 kB | 381/527 kB | 47 kB Progress (3): 239/472 kB | 385/527 kB | 47 kB Progress (3): 241/472 kB | 385/527 kB | 47 kB Progress (3): 241/472 kB | 389/527 kB | 47 kB Progress (3): 244/472 kB | 389/527 kB | 47 kB Progress (3): 244/472 kB | 393/527 kB | 47 kB Progress (3): 247/472 kB | 393/527 kB | 47 kB Progress (3): 247/472 kB | 397/527 kB | 47 kB Progress (3): 250/472 kB | 397/527 kB | 47 kB Progress (3): 250/472 kB | 401/527 kB | 47 kB Progress (3): 252/472 kB | 401/527 kB | 47 kB Progress (3): 252/472 kB | 406/527 kB | 47 kB Progress (3): 255/472 kB | 406/527 kB | 47 kB Progress (3): 255/472 kB | 410/527 kB | 47 kB Progress (3): 258/472 kB | 410/527 kB | 47 kB Progress (3): 258/472 kB | 414/527 kB | 47 kB Progress (3): 260/472 kB | 414/527 kB | 47 kB Progress (3): 260/472 kB | 418/527 kB | 47 kB Progress (3): 263/472 kB | 418/527 kB | 47 kB Progress (3): 263/472 kB | 422/527 kB | 47 kB Progress (3): 266/472 kB | 422/527 kB | 47 kB Progress (3): 266/472 kB | 426/527 kB | 47 kB Progress (3): 269/472 kB | 426/527 kB | 47 kB Progress (3): 269/472 kB | 430/527 kB | 47 kB Progress (3): 271/472 kB | 430/527 kB | 47 kB Progress (3): 271/472 kB | 434/527 kB | 47 kB Progress (3): 274/472 kB | 434/527 kB | 47 kB Progress (3): 274/472 kB | 438/527 kB | 47 kB Progress (3): 277/472 kB | 438/527 kB | 47 kB Progress (3): 277/472 kB | 442/527 kB | 47 kB Progress (3): 280/472 kB | 442/527 kB | 47 kB Progress (3): 280/472 kB | 446/527 kB | 47 kB Progress (3): 282/472 kB | 446/527 kB | 47 kB Progress (3): 282/472 kB | 451/527 kB | 47 kB Progress (3): 285/472 kB | 451/527 kB | 47 kB Progress (3): 285/472 kB | 455/527 kB | 47 kB Progress (3): 288/472 kB | 455/527 kB | 47 kB Progress (3): 288/472 kB | 459/527 kB | 47 kB Progress (3): 291/472 kB | 459/527 kB | 47 kB Progress (3): 291/472 kB | 463/527 kB | 47 kB Progress (3): 293/472 kB | 463/527 kB | 47 kB Progress (3): 293/472 kB | 467/527 kB | 47 kB Progress (3): 296/472 kB | 467/527 kB | 47 kB Progress (3): 296/472 kB | 471/527 kB | 47 kB Progress (3): 299/472 kB | 471/527 kB | 47 kB Progress (3): 299/472 kB | 475/527 kB | 47 kB Progress (3): 302/472 kB | 475/527 kB | 47 kB Progress (3): 302/472 kB | 479/527 kB | 47 kB Progress (3): 304/472 kB | 479/527 kB | 47 kB Progress (3): 304/472 kB | 483/527 kB | 47 kB Progress (3): 307/472 kB | 483/527 kB | 47 kB Progress (3): 307/472 kB | 487/527 kB | 47 kB Progress (3): 310/472 kB | 487/527 kB | 47 kB Progress (3): 310/472 kB | 492/527 kB | 47 kB Progress (3): 313/472 kB | 492/527 kB | 47 kB Progress (3): 313/472 kB | 496/527 kB | 47 kB Progress (3): 315/472 kB | 496/527 kB | 47 kB Progress (3): 315/472 kB | 500/527 kB | 47 kB Progress (3): 318/472 kB | 500/527 kB | 47 kB Progress (3): 318/472 kB | 504/527 kB | 47 kB Progress (3): 321/472 kB | 504/527 kB | 47 kB Progress (3): 321/472 kB | 508/527 kB | 47 kB Progress (3): 324/472 kB | 508/527 kB | 47 kB Progress (3): 324/472 kB | 512/527 kB | 47 kB Progress (3): 326/472 kB | 512/527 kB | 47 kB Progress (3): 326/472 kB | 516/527 kB | 47 kB Progress (3): 329/472 kB | 516/527 kB | 47 kB Progress (3): 329/472 kB | 520/527 kB | 47 kB Progress (3): 332/472 kB | 520/527 kB | 47 kB Progress (3): 332/472 kB | 524/527 kB | 47 kB Progress (4): 332/472 kB | 524/527 kB | 47 kB | 2.7/38 kB Progress (4): 335/472 kB | 524/527 kB | 47 kB | 2.7/38 kB Progress (4): 335/472 kB | 524/527 kB | 47 kB | 5.5/38 kB Progress (4): 335/472 kB | 527 kB | 47 kB | 5.5/38 kB Progress (4): 335/472 kB | 527 kB | 47 kB | 8.2/38 kB Progress (4): 337/472 kB | 527 kB | 47 kB | 8.2/38 kB Progress (4): 337/472 kB | 527 kB | 47 kB | 11/38 kB Progress (4): 340/472 kB | 527 kB | 47 kB | 11/38 kB Progress (4): 340/472 kB | 527 kB | 47 kB | 14/38 kB Progress (4): 343/472 kB | 527 kB | 47 kB | 14/38 kB Progress (4): 343/472 kB | 527 kB | 47 kB | 16/38 kB Progress (4): 345/472 kB | 527 kB | 47 kB | 16/38 kB Progress (4): 345/472 kB | 527 kB | 47 kB | 19/38 kB Progress (4): 348/472 kB | 527 kB | 47 kB | 19/38 kB Progress (4): 348/472 kB | 527 kB | 47 kB | 22/38 kB Progress (4): 351/472 kB | 527 kB | 47 kB | 22/38 kB Progress (4): 351/472 kB | 527 kB | 47 kB | 25/38 kB Progress (4): 354/472 kB | 527 kB | 47 kB | 25/38 kB Progress (4): 354/472 kB | 527 kB | 47 kB | 27/38 kB Progress (4): 356/472 kB | 527 kB | 47 kB | 27/38 kB Progress (4): 356/472 kB | 527 kB | 47 kB | 30/38 kB Progress (4): 359/472 kB | 527 kB | 47 kB | 30/38 kB Progress (4): 359/472 kB | 527 kB | 47 kB | 33/38 kB Progress (4): 362/472 kB | 527 kB | 47 kB | 33/38 kB Progress (4): 362/472 kB | 527 kB | 47 kB | 36/38 kB Progress (4): 365/472 kB | 527 kB | 47 kB | 36/38 kB Progress (4): 365/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 367/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 370/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 373/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 376/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 378/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 381/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 384/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 387/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 389/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 392/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 395/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 398/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 400/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 403/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 406/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 409/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 411/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 414/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 417/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 420/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 422/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 425/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 428/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 430/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 433/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 436/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 439/472 kB | 527 kB | 47 kB | 38 kB Progress (4): 441/472 kB | 527 kB | 47 kB | 38 kB Progress (5): 441/472 kB | 527 kB | 47 kB | 38 kB | 2.7/148 kB Progress (5): 444/472 kB | 527 kB | 47 kB | 38 kB | 2.7/148 kB Progress (5): 444/472 kB | 527 kB | 47 kB | 38 kB | 5.5/148 kB Progress (5): 447/472 kB | 527 kB | 47 kB | 38 kB | 5.5/148 kB Progress (5): 447/472 kB | 527 kB | 47 kB | 38 kB | 8.2/148 kB Progress (5): 450/472 kB | 527 kB | 47 kB | 38 kB | 8.2/148 kB Progress (5): 450/472 kB | 527 kB | 47 kB | 38 kB | 11/148 kB Progress (5): 452/472 kB | 527 kB | 47 kB | 38 kB | 11/148 kB Progress (5): 452/472 kB | 527 kB | 47 kB | 38 kB | 14/148 kB Progress (5): 455/472 kB | 527 kB | 47 kB | 38 kB | 14/148 kB Progress (5): 455/472 kB | 527 kB | 47 kB | 38 kB | 16/148 kB Progress (5): 458/472 kB | 527 kB | 47 kB | 38 kB | 16/148 kB Progress (5): 458/472 kB | 527 kB | 47 kB | 38 kB | 19/148 kB Progress (5): 461/472 kB | 527 kB | 47 kB | 38 kB | 19/148 kB Progress (5): 461/472 kB | 527 kB | 47 kB | 38 kB | 22/148 kB Progress (5): 463/472 kB | 527 kB | 47 kB | 38 kB | 22/148 kB Progress (5): 463/472 kB | 527 kB | 47 kB | 38 kB | 25/148 kB Progress (5): 466/472 kB | 527 kB | 47 kB | 38 kB | 25/148 kB Progress (5): 466/472 kB | 527 kB | 47 kB | 38 kB | 27/148 kB Progress (5): 469/472 kB | 527 kB | 47 kB | 38 kB | 27/148 kB Progress (5): 469/472 kB | 527 kB | 47 kB | 38 kB | 30/148 kB Progress (5): 472/472 kB | 527 kB | 47 kB | 38 kB | 30/148 kB Progress (5): 472/472 kB | 527 kB | 47 kB | 38 kB | 33/148 kB Progress (5): 472 kB | 527 kB | 47 kB | 38 kB | 33/148 kB Progress (5): 472 kB | 527 kB | 47 kB | 38 kB | 36/148 kB Progress (5): 472 kB | 527 kB | 47 kB | 38 kB | 38/148 kB Progress (5): 472 kB | 527 kB | 47 kB | 38 kB | 41/148 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 294 kB/s) +Progress (4): 472 kB | 527 kB | 38 kB | 44/148 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar +Progress (4): 472 kB | 527 kB | 38 kB | 47/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 49/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 52/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 55/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 58/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 60/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 63/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 66/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 69/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 71/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 74/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 77/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 80/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 82/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 85/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 88/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 90/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 93/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 96/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 99/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 101/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 104/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 107/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 110/148 kB Progress (4): 472 kB | 527 kB | 38 kB | 112/148 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 229 kB/s) +Progress (3): 472 kB | 527 kB | 115/148 kB Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar +Progress (3): 472 kB | 527 kB | 118/148 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 3.2 MB/s) +Progress (2): 472 kB | 121/148 kB Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar +Progress (2): 472 kB | 123/148 kB Progress (2): 472 kB | 126/148 kB Progress (2): 472 kB | 129/148 kB Progress (2): 472 kB | 132/148 kB Progress (2): 472 kB | 134/148 kB Progress (2): 472 kB | 137/148 kB Progress (2): 472 kB | 140/148 kB Progress (2): 472 kB | 143/148 kB Progress (2): 472 kB | 145/148 kB Progress (2): 472 kB | 148 kB Progress (3): 472 kB | 148 kB | 2.7/51 kB Progress (3): 472 kB | 148 kB | 5.5/51 kB Progress (3): 472 kB | 148 kB | 8.2/51 kB Progress (3): 472 kB | 148 kB | 11/51 kB Progress (3): 472 kB | 148 kB | 14/51 kB Progress (3): 472 kB | 148 kB | 16/51 kB Progress (3): 472 kB | 148 kB | 19/51 kB Progress (3): 472 kB | 148 kB | 22/51 kB Progress (3): 472 kB | 148 kB | 25/51 kB Progress (3): 472 kB | 148 kB | 27/51 kB Progress (3): 472 kB | 148 kB | 30/51 kB Progress (3): 472 kB | 148 kB | 33/51 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 2.8 MB/s) +Progress (2): 148 kB | 36/51 kB Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar +Progress (2): 148 kB | 38/51 kB Progress (2): 148 kB | 41/51 kB Progress (2): 148 kB | 44/51 kB Progress (2): 148 kB | 47/51 kB Progress (2): 148 kB | 49/51 kB Progress (2): 148 kB | 51 kB Progress (3): 148 kB | 51 kB | 4.1/106 kB Progress (3): 148 kB | 51 kB | 8.2/106 kB Progress (3): 148 kB | 51 kB | 12/106 kB Progress (3): 148 kB | 51 kB | 16/106 kB Progress (3): 148 kB | 51 kB | 20/106 kB Progress (3): 148 kB | 51 kB | 25/106 kB Progress (3): 148 kB | 51 kB | 29/106 kB Progress (3): 148 kB | 51 kB | 33/106 kB Progress (3): 148 kB | 51 kB | 37/106 kB Progress (3): 148 kB | 51 kB | 41/106 kB Progress (4): 148 kB | 51 kB | 41/106 kB | 2.7/14 kB Progress (4): 148 kB | 51 kB | 45/106 kB | 2.7/14 kB Progress (4): 148 kB | 51 kB | 45/106 kB | 5.5/14 kB Progress (4): 148 kB | 51 kB | 49/106 kB | 5.5/14 kB Progress (4): 148 kB | 51 kB | 49/106 kB | 8.2/14 kB Progress (4): 148 kB | 51 kB | 53/106 kB | 8.2/14 kB Progress (4): 148 kB | 51 kB | 53/106 kB | 11/14 kB Progress (4): 148 kB | 51 kB | 57/106 kB | 11/14 kB Progress (4): 148 kB | 51 kB | 57/106 kB | 14 kB Progress (4): 148 kB | 51 kB | 61/106 kB | 14 kB Progress (4): 148 kB | 51 kB | 66/106 kB | 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 822 kB/s) +Progress (3): 51 kB | 70/106 kB | 14 kB Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar +Progress (3): 51 kB | 74/106 kB | 14 kB Progress (3): 51 kB | 78/106 kB | 14 kB Progress (3): 51 kB | 82/106 kB | 14 kB Progress (3): 51 kB | 86/106 kB | 14 kB Progress (3): 51 kB | 90/106 kB | 14 kB Progress (3): 51 kB | 94/106 kB | 14 kB Progress (3): 51 kB | 98/106 kB | 14 kB Progress (3): 51 kB | 102/106 kB | 14 kB Progress (3): 51 kB | 106 kB | 14 kB Progress (4): 51 kB | 106 kB | 14 kB | 4.1/74 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 277 kB/s) +Progress (3): 106 kB | 14 kB | 8.2/74 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar +Progress (3): 106 kB | 14 kB | 12/74 kB Progress (3): 106 kB | 14 kB | 16/74 kB Progress (3): 106 kB | 14 kB | 20/74 kB Progress (3): 106 kB | 14 kB | 25/74 kB Progress (3): 106 kB | 14 kB | 29/74 kB Progress (3): 106 kB | 14 kB | 33/74 kB Progress (3): 106 kB | 14 kB | 37/74 kB Progress (3): 106 kB | 14 kB | 41/74 kB Progress (3): 106 kB | 14 kB | 45/74 kB Progress (3): 106 kB | 14 kB | 49/74 kB Progress (3): 106 kB | 14 kB | 53/74 kB Progress (3): 106 kB | 14 kB | 57/74 kB Progress (3): 106 kB | 14 kB | 61/74 kB Progress (3): 106 kB | 14 kB | 66/74 kB Progress (3): 106 kB | 14 kB | 70/74 kB Progress (3): 106 kB | 14 kB | 74/74 kB Progress (3): 106 kB | 14 kB | 74 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 69 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar +Progress (3): 106 kB | 74 kB | 4.1/108 kB Progress (3): 106 kB | 74 kB | 8.2/108 kB Progress (3): 106 kB | 74 kB | 12/108 kB Progress (3): 106 kB | 74 kB | 16/108 kB Progress (3): 106 kB | 74 kB | 20/108 kB Progress (3): 106 kB | 74 kB | 25/108 kB Progress (3): 106 kB | 74 kB | 29/108 kB Progress (3): 106 kB | 74 kB | 33/108 kB Progress (3): 106 kB | 74 kB | 37/108 kB Progress (3): 106 kB | 74 kB | 41/108 kB Progress (3): 106 kB | 74 kB | 45/108 kB Progress (3): 106 kB | 74 kB | 49/108 kB Progress (3): 106 kB | 74 kB | 53/108 kB Progress (3): 106 kB | 74 kB | 57/108 kB Progress (3): 106 kB | 74 kB | 61/108 kB Progress (3): 106 kB | 74 kB | 66/108 kB Progress (3): 106 kB | 74 kB | 70/108 kB Progress (3): 106 kB | 74 kB | 74/108 kB Progress (3): 106 kB | 74 kB | 78/108 kB Progress (3): 106 kB | 74 kB | 82/108 kB Progress (3): 106 kB | 74 kB | 86/108 kB Progress (3): 106 kB | 74 kB | 90/108 kB Progress (3): 106 kB | 74 kB | 94/108 kB Progress (3): 106 kB | 74 kB | 98/108 kB Progress (3): 106 kB | 74 kB | 102/108 kB Progress (3): 106 kB | 74 kB | 106/108 kB Progress (3): 106 kB | 74 kB | 108 kB Progress (4): 106 kB | 74 kB | 108 kB | 2.7/61 kB Progress (4): 106 kB | 74 kB | 108 kB | 5.5/61 kB Progress (4): 106 kB | 74 kB | 108 kB | 8.2/61 kB Progress (4): 106 kB | 74 kB | 108 kB | 11/61 kB Progress (4): 106 kB | 74 kB | 108 kB | 14/61 kB Progress (4): 106 kB | 74 kB | 108 kB | 16/61 kB Progress (4): 106 kB | 74 kB | 108 kB | 19/61 kB Progress (4): 106 kB | 74 kB | 108 kB | 22/61 kB Progress (4): 106 kB | 74 kB | 108 kB | 25/61 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 524 kB/s) +Progress (3): 74 kB | 108 kB | 27/61 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 365 kB/s) +Progress (2): 108 kB | 30/61 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar +Progress (2): 108 kB | 33/61 kB Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar +Progress (2): 108 kB | 36/61 kB Progress (2): 108 kB | 38/61 kB Progress (2): 108 kB | 41/61 kB Progress (2): 108 kB | 44/61 kB Progress (2): 108 kB | 47/61 kB Progress (2): 108 kB | 49/61 kB Progress (2): 108 kB | 52/61 kB Progress (2): 108 kB | 55/61 kB Progress (2): 108 kB | 58/61 kB Progress (2): 108 kB | 60/61 kB Progress (2): 108 kB | 61 kB Progress (3): 108 kB | 61 kB | 4.1/46 kB Progress (3): 108 kB | 61 kB | 8.2/46 kB Progress (3): 108 kB | 61 kB | 12/46 kB Progress (3): 108 kB | 61 kB | 16/46 kB Progress (3): 108 kB | 61 kB | 20/46 kB Progress (3): 108 kB | 61 kB | 25/46 kB Progress (3): 108 kB | 61 kB | 29/46 kB Progress (3): 108 kB | 61 kB | 33/46 kB Progress (3): 108 kB | 61 kB | 37/46 kB Progress (3): 108 kB | 61 kB | 41/46 kB Progress (3): 108 kB | 61 kB | 45/46 kB Progress (3): 108 kB | 61 kB | 46 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 500 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar +Progress (3): 61 kB | 46 kB | 4.1/4.3 kB Progress (3): 61 kB | 46 kB | 4.3 kB Progress (4): 61 kB | 46 kB | 4.3 kB | 4.1/29 kB Progress (4): 61 kB | 46 kB | 4.3 kB | 8.2/29 kB Progress (4): 61 kB | 46 kB | 4.3 kB | 12/29 kB Progress (4): 61 kB | 46 kB | 4.3 kB | 16/29 kB Progress (4): 61 kB | 46 kB | 4.3 kB | 20/29 kB Progress (4): 61 kB | 46 kB | 4.3 kB | 25/29 kB Progress (4): 61 kB | 46 kB | 4.3 kB | 29 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 276 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 205 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar +Progress (3): 4.3 kB | 29 kB | 4.1/13 kB Progress (3): 4.3 kB | 29 kB | 8.2/13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 124 kB/s) +Progress (2): 4.3 kB | 12/13 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar +Progress (2): 4.3 kB | 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 18 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar +Progress (2): 13 kB | 4.1/11 kB Progress (2): 13 kB | 8.2/11 kB Progress (2): 13 kB | 11 kB Progress (3): 13 kB | 11 kB | 4.1/30 kB Progress (3): 13 kB | 11 kB | 8.2/30 kB Progress (3): 13 kB | 11 kB | 12/30 kB Progress (3): 13 kB | 11 kB | 16/30 kB Progress (3): 13 kB | 11 kB | 20/30 kB Progress (3): 13 kB | 11 kB | 25/30 kB Progress (3): 13 kB | 11 kB | 29/30 kB Progress (3): 13 kB | 11 kB | 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 55 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar +Progress (3): 11 kB | 30 kB | 4.1/18 kB Progress (3): 11 kB | 30 kB | 8.2/18 kB Progress (3): 11 kB | 30 kB | 12/18 kB Progress (3): 11 kB | 30 kB | 16/18 kB Progress (3): 11 kB | 30 kB | 18 kB Progress (4): 11 kB | 30 kB | 18 kB | 4.1/154 kB Progress (4): 11 kB | 30 kB | 18 kB | 8.2/154 kB Progress (4): 11 kB | 30 kB | 18 kB | 12/154 kB Progress (4): 11 kB | 30 kB | 18 kB | 16/154 kB Progress (4): 11 kB | 30 kB | 18 kB | 20/154 kB Progress (4): 11 kB | 30 kB | 18 kB | 25/154 kB Progress (4): 11 kB | 30 kB | 18 kB | 29/154 kB Progress (4): 11 kB | 30 kB | 18 kB | 33/154 kB Progress (4): 11 kB | 30 kB | 18 kB | 37/154 kB Progress (4): 11 kB | 30 kB | 18 kB | 41/154 kB Progress (4): 11 kB | 30 kB | 18 kB | 45/154 kB Progress (4): 11 kB | 30 kB | 18 kB | 49/154 kB Progress (4): 11 kB | 30 kB | 18 kB | 53/154 kB Progress (4): 11 kB | 30 kB | 18 kB | 57/154 kB Progress (4): 11 kB | 30 kB | 18 kB | 61/154 kB Progress (4): 11 kB | 30 kB | 18 kB | 66/154 kB Progress (4): 11 kB | 30 kB | 18 kB | 70/154 kB Progress (4): 11 kB | 30 kB | 18 kB | 74/154 kB Progress (4): 11 kB | 30 kB | 18 kB | 78/154 kB Progress (4): 11 kB | 30 kB | 18 kB | 82/154 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 120 kB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 44 kB/s) +Progress (2): 18 kB | 86/154 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar +Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar +Progress (2): 18 kB | 90/154 kB Progress (2): 18 kB | 94/154 kB Progress (2): 18 kB | 98/154 kB Progress (2): 18 kB | 102/154 kB Progress (2): 18 kB | 106/154 kB Progress (2): 18 kB | 111/154 kB Progress (2): 18 kB | 115/154 kB Progress (2): 18 kB | 119/154 kB Progress (2): 18 kB | 123/154 kB Progress (2): 18 kB | 127/154 kB Progress (2): 18 kB | 131/154 kB Progress (2): 18 kB | 135/154 kB Progress (2): 18 kB | 139/154 kB Progress (2): 18 kB | 143/154 kB Progress (2): 18 kB | 147/154 kB Progress (2): 18 kB | 152/154 kB Progress (2): 18 kB | 154 kB Progress (3): 18 kB | 154 kB | 0/1.2 MB Progress (3): 18 kB | 154 kB | 0/1.2 MB Progress (3): 18 kB | 154 kB | 0/1.2 MB Progress (3): 18 kB | 154 kB | 0/1.2 MB Progress (3): 18 kB | 154 kB | 0/1.2 MB Progress (3): 18 kB | 154 kB | 0/1.2 MB Progress (3): 18 kB | 154 kB | 0.1/1.2 MB Progress (3): 18 kB | 154 kB | 0.1/1.2 MB Progress (3): 18 kB | 154 kB | 0.1/1.2 MB Progress (3): 18 kB | 154 kB | 0.1/1.2 MB Progress (3): 18 kB | 154 kB | 0.1/1.2 MB Progress (3): 18 kB | 154 kB | 0.1/1.2 MB Progress (3): 18 kB | 154 kB | 0.1/1.2 MB Progress (3): 18 kB | 154 kB | 0.1/1.2 MB Progress (3): 18 kB | 154 kB | 0.1/1.2 MB Progress (3): 18 kB | 154 kB | 0.1/1.2 MB Progress (3): 18 kB | 154 kB | 0.1/1.2 MB Progress (3): 18 kB | 154 kB | 0.1/1.2 MB Progress (3): 18 kB | 154 kB | 0.2/1.2 MB Progress (3): 18 kB | 154 kB | 0.2/1.2 MB Progress (3): 18 kB | 154 kB | 0.2/1.2 MB Progress (3): 18 kB | 154 kB | 0.2/1.2 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 68 kB/s) +Progress (2): 154 kB | 0.2/1.2 MB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar +Progress (2): 154 kB | 0.2/1.2 MB Progress (2): 154 kB | 0.2/1.2 MB Progress (2): 154 kB | 0.2/1.2 MB Progress (2): 154 kB | 0.2/1.2 MB Progress (2): 154 kB | 0.2/1.2 MB Progress (2): 154 kB | 0.2/1.2 MB Progress (2): 154 kB | 0.3/1.2 MB Progress (2): 154 kB | 0.3/1.2 MB Progress (2): 154 kB | 0.3/1.2 MB Progress (2): 154 kB | 0.3/1.2 MB Progress (2): 154 kB | 0.3/1.2 MB Progress (2): 154 kB | 0.3/1.2 MB Progress (2): 154 kB | 0.3/1.2 MB Progress (2): 154 kB | 0.3/1.2 MB Progress (2): 154 kB | 0.3/1.2 MB Progress (2): 154 kB | 0.3/1.2 MB Progress (2): 154 kB | 0.3/1.2 MB Progress (2): 154 kB | 0.3/1.2 MB Progress (2): 154 kB | 0.3/1.2 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 575 kB/s) +Progress (1): 0.4/1.2 MB Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar +Progress (1): 0.4/1.2 MB Progress (2): 0.4/1.2 MB | 4.1/194 kB Progress (2): 0.4/1.2 MB | 4.1/194 kB Progress (2): 0.4/1.2 MB | 8.2/194 kB Progress (2): 0.4/1.2 MB | 8.2/194 kB Progress (2): 0.4/1.2 MB | 12/194 kB Progress (2): 0.4/1.2 MB | 16/194 kB Progress (2): 0.4/1.2 MB | 16/194 kB Progress (2): 0.4/1.2 MB | 16/194 kB Progress (2): 0.4/1.2 MB | 20/194 kB Progress (2): 0.4/1.2 MB | 20/194 kB Progress (2): 0.4/1.2 MB | 25/194 kB Progress (2): 0.4/1.2 MB | 25/194 kB Progress (2): 0.4/1.2 MB | 29/194 kB Progress (2): 0.4/1.2 MB | 33/194 kB Progress (2): 0.4/1.2 MB | 33/194 kB Progress (2): 0.4/1.2 MB | 33/194 kB Progress (2): 0.4/1.2 MB | 37/194 kB Progress (2): 0.4/1.2 MB | 37/194 kB Progress (2): 0.4/1.2 MB | 41/194 kB Progress (2): 0.4/1.2 MB | 41/194 kB Progress (2): 0.4/1.2 MB | 45/194 kB Progress (2): 0.5/1.2 MB | 45/194 kB Progress (2): 0.5/1.2 MB | 49/194 kB Progress (2): 0.5/1.2 MB | 49/194 kB Progress (3): 0.5/1.2 MB | 49/194 kB | 4.1/293 kB Progress (3): 0.5/1.2 MB | 53/194 kB | 4.1/293 kB Progress (3): 0.5/1.2 MB | 53/194 kB | 4.1/293 kB Progress (3): 0.5/1.2 MB | 57/194 kB | 4.1/293 kB Progress (3): 0.5/1.2 MB | 57/194 kB | 4.1/293 kB Progress (3): 0.5/1.2 MB | 57/194 kB | 8.2/293 kB Progress (3): 0.5/1.2 MB | 57/194 kB | 8.2/293 kB Progress (3): 0.5/1.2 MB | 61/194 kB | 8.2/293 kB Progress (3): 0.5/1.2 MB | 61/194 kB | 12/293 kB Progress (3): 0.5/1.2 MB | 66/194 kB | 12/293 kB Progress (3): 0.5/1.2 MB | 66/194 kB | 12/293 kB Progress (3): 0.5/1.2 MB | 70/194 kB | 12/293 kB Progress (3): 0.5/1.2 MB | 70/194 kB | 16/293 kB Progress (3): 0.5/1.2 MB | 74/194 kB | 16/293 kB Progress (3): 0.5/1.2 MB | 74/194 kB | 16/293 kB Progress (3): 0.5/1.2 MB | 78/194 kB | 16/293 kB Progress (3): 0.5/1.2 MB | 78/194 kB | 20/293 kB Progress (3): 0.5/1.2 MB | 82/194 kB | 20/293 kB Progress (3): 0.5/1.2 MB | 82/194 kB | 20/293 kB Progress (3): 0.5/1.2 MB | 82/194 kB | 25/293 kB Progress (3): 0.5/1.2 MB | 82/194 kB | 25/293 kB Progress (3): 0.5/1.2 MB | 82/194 kB | 29/293 kB Progress (3): 0.5/1.2 MB | 86/194 kB | 29/293 kB Progress (3): 0.5/1.2 MB | 86/194 kB | 33/293 kB Progress (3): 0.5/1.2 MB | 86/194 kB | 33/293 kB Progress (3): 0.5/1.2 MB | 86/194 kB | 37/293 kB Progress (3): 0.5/1.2 MB | 90/194 kB | 37/293 kB Progress (3): 0.5/1.2 MB | 90/194 kB | 41/293 kB Progress (3): 0.5/1.2 MB | 90/194 kB | 41/293 kB Progress (3): 0.5/1.2 MB | 90/194 kB | 45/293 kB Progress (3): 0.5/1.2 MB | 94/194 kB | 45/293 kB Progress (3): 0.5/1.2 MB | 94/194 kB | 45/293 kB Progress (3): 0.5/1.2 MB | 94/194 kB | 49/293 kB Progress (3): 0.6/1.2 MB | 94/194 kB | 49/293 kB Progress (3): 0.6/1.2 MB | 98/194 kB | 49/293 kB Progress (3): 0.6/1.2 MB | 98/194 kB | 53/293 kB Progress (3): 0.6/1.2 MB | 98/194 kB | 53/293 kB Progress (3): 0.6/1.2 MB | 98/194 kB | 57/293 kB Progress (3): 0.6/1.2 MB | 102/194 kB | 57/293 kB Progress (3): 0.6/1.2 MB | 102/194 kB | 57/293 kB Progress (3): 0.6/1.2 MB | 106/194 kB | 57/293 kB Progress (3): 0.6/1.2 MB | 106/194 kB | 61/293 kB Progress (3): 0.6/1.2 MB | 111/194 kB | 61/293 kB Progress (3): 0.6/1.2 MB | 111/194 kB | 61/293 kB Progress (3): 0.6/1.2 MB | 115/194 kB | 61/293 kB Progress (3): 0.6/1.2 MB | 115/194 kB | 66/293 kB Progress (3): 0.6/1.2 MB | 115/194 kB | 66/293 kB Progress (3): 0.6/1.2 MB | 115/194 kB | 70/293 kB Progress (3): 0.6/1.2 MB | 115/194 kB | 70/293 kB Progress (3): 0.6/1.2 MB | 115/194 kB | 74/293 kB Progress (3): 0.6/1.2 MB | 115/194 kB | 74/293 kB Progress (3): 0.6/1.2 MB | 115/194 kB | 78/293 kB Progress (3): 0.6/1.2 MB | 115/194 kB | 78/293 kB Progress (3): 0.6/1.2 MB | 115/194 kB | 82/293 kB Progress (3): 0.6/1.2 MB | 115/194 kB | 82/293 kB Progress (3): 0.6/1.2 MB | 115/194 kB | 86/293 kB Progress (3): 0.6/1.2 MB | 119/194 kB | 86/293 kB Progress (3): 0.6/1.2 MB | 119/194 kB | 90/293 kB Progress (3): 0.6/1.2 MB | 119/194 kB | 90/293 kB Progress (3): 0.6/1.2 MB | 119/194 kB | 94/293 kB Progress (3): 0.6/1.2 MB | 123/194 kB | 94/293 kB Progress (3): 0.6/1.2 MB | 123/194 kB | 98/293 kB Progress (3): 0.6/1.2 MB | 123/194 kB | 98/293 kB Progress (3): 0.6/1.2 MB | 123/194 kB | 102/293 kB Progress (3): 0.6/1.2 MB | 127/194 kB | 102/293 kB Progress (3): 0.6/1.2 MB | 127/194 kB | 106/293 kB Progress (3): 0.6/1.2 MB | 127/194 kB | 106/293 kB Progress (3): 0.6/1.2 MB | 127/194 kB | 111/293 kB Progress (3): 0.6/1.2 MB | 131/194 kB | 111/293 kB Progress (4): 0.6/1.2 MB | 131/194 kB | 111/293 kB | 4.1/173 kB Progress (4): 0.6/1.2 MB | 135/194 kB | 111/293 kB | 4.1/173 kB Progress (4): 0.6/1.2 MB | 135/194 kB | 115/293 kB | 4.1/173 kB Progress (4): 0.7/1.2 MB | 135/194 kB | 115/293 kB | 4.1/173 kB Progress (4): 0.7/1.2 MB | 135/194 kB | 119/293 kB | 4.1/173 kB Progress (4): 0.7/1.2 MB | 139/194 kB | 119/293 kB | 4.1/173 kB Progress (4): 0.7/1.2 MB | 139/194 kB | 119/293 kB | 8.2/173 kB Progress (4): 0.7/1.2 MB | 143/194 kB | 119/293 kB | 8.2/173 kB Progress (4): 0.7/1.2 MB | 143/194 kB | 123/293 kB | 8.2/173 kB Progress (4): 0.7/1.2 MB | 143/194 kB | 123/293 kB | 8.2/173 kB Progress (4): 0.7/1.2 MB | 143/194 kB | 127/293 kB | 8.2/173 kB Progress (4): 0.7/1.2 MB | 147/194 kB | 127/293 kB | 8.2/173 kB Progress (4): 0.7/1.2 MB | 147/194 kB | 127/293 kB | 12/173 kB Progress (4): 0.7/1.2 MB | 152/194 kB | 127/293 kB | 12/173 kB Progress (4): 0.7/1.2 MB | 152/194 kB | 131/293 kB | 12/173 kB Progress (4): 0.7/1.2 MB | 152/194 kB | 131/293 kB | 12/173 kB Progress (4): 0.7/1.2 MB | 152/194 kB | 135/293 kB | 12/173 kB Progress (4): 0.7/1.2 MB | 156/194 kB | 135/293 kB | 12/173 kB Progress (4): 0.7/1.2 MB | 156/194 kB | 135/293 kB | 16/173 kB Progress (4): 0.7/1.2 MB | 160/194 kB | 135/293 kB | 16/173 kB Progress (4): 0.7/1.2 MB | 160/194 kB | 139/293 kB | 16/173 kB Progress (4): 0.7/1.2 MB | 160/194 kB | 139/293 kB | 16/173 kB Progress (4): 0.7/1.2 MB | 160/194 kB | 143/293 kB | 16/173 kB Progress (4): 0.7/1.2 MB | 164/194 kB | 143/293 kB | 16/173 kB Progress (4): 0.7/1.2 MB | 164/194 kB | 143/293 kB | 20/173 kB Progress (4): 0.7/1.2 MB | 164/194 kB | 147/293 kB | 20/173 kB Progress (4): 0.7/1.2 MB | 164/194 kB | 147/293 kB | 20/173 kB Progress (4): 0.7/1.2 MB | 164/194 kB | 147/293 kB | 25/173 kB Progress (4): 0.7/1.2 MB | 164/194 kB | 147/293 kB | 25/173 kB Progress (4): 0.7/1.2 MB | 164/194 kB | 152/293 kB | 25/173 kB Progress (4): 0.7/1.2 MB | 164/194 kB | 152/293 kB | 29/173 kB Progress (4): 0.7/1.2 MB | 164/194 kB | 156/293 kB | 29/173 kB Progress (4): 0.7/1.2 MB | 164/194 kB | 156/293 kB | 29/173 kB Progress (4): 0.7/1.2 MB | 164/194 kB | 160/293 kB | 29/173 kB Progress (4): 0.7/1.2 MB | 164/194 kB | 160/293 kB | 33/173 kB Progress (4): 0.7/1.2 MB | 164/194 kB | 164/293 kB | 33/173 kB Progress (4): 0.7/1.2 MB | 168/194 kB | 164/293 kB | 33/173 kB Progress (4): 0.7/1.2 MB | 168/194 kB | 164/293 kB | 33/173 kB Progress (4): 0.7/1.2 MB | 172/194 kB | 164/293 kB | 33/173 kB Progress (4): 0.7/1.2 MB | 172/194 kB | 164/293 kB | 33/173 kB Progress (4): 0.7/1.2 MB | 172/194 kB | 168/293 kB | 33/173 kB Progress (4): 0.7/1.2 MB | 172/194 kB | 168/293 kB | 37/173 kB Progress (4): 0.7/1.2 MB | 172/194 kB | 172/293 kB | 37/173 kB Progress (4): 0.7/1.2 MB | 172/194 kB | 172/293 kB | 37/173 kB Progress (4): 0.7/1.2 MB | 176/194 kB | 172/293 kB | 37/173 kB Progress (4): 0.7/1.2 MB | 176/194 kB | 172/293 kB | 37/173 kB Progress (5): 0.7/1.2 MB | 176/194 kB | 172/293 kB | 37/173 kB | 4.1/139 kB Progress (5): 0.7/1.2 MB | 176/194 kB | 176/293 kB | 37/173 kB | 4.1/139 kB Progress (5): 0.7/1.2 MB | 176/194 kB | 176/293 kB | 41/173 kB | 4.1/139 kB Progress (5): 0.7/1.2 MB | 176/194 kB | 180/293 kB | 41/173 kB | 4.1/139 kB Progress (5): 0.7/1.2 MB | 176/194 kB | 180/293 kB | 41/173 kB | 8.2/139 kB Progress (5): 0.7/1.2 MB | 176/194 kB | 180/293 kB | 41/173 kB | 8.2/139 kB Progress (5): 0.7/1.2 MB | 180/194 kB | 180/293 kB | 41/173 kB | 8.2/139 kB Progress (5): 0.7/1.2 MB | 180/194 kB | 180/293 kB | 41/173 kB | 8.2/139 kB Progress (5): 0.7/1.2 MB | 180/194 kB | 180/293 kB | 41/173 kB | 12/139 kB Progress (5): 0.7/1.2 MB | 180/194 kB | 184/293 kB | 41/173 kB | 12/139 kB Progress (5): 0.7/1.2 MB | 180/194 kB | 184/293 kB | 45/173 kB | 12/139 kB Progress (5): 0.7/1.2 MB | 180/194 kB | 188/293 kB | 45/173 kB | 12/139 kB Progress (5): 0.7/1.2 MB | 180/194 kB | 188/293 kB | 45/173 kB | 16/139 kB Progress (5): 0.8/1.2 MB | 180/194 kB | 188/293 kB | 45/173 kB | 16/139 kB Progress (5): 0.8/1.2 MB | 184/194 kB | 188/293 kB | 45/173 kB | 16/139 kB Progress (5): 0.8/1.2 MB | 184/194 kB | 188/293 kB | 45/173 kB | 16/139 kB Progress (5): 0.8/1.2 MB | 184/194 kB | 188/293 kB | 45/173 kB | 20/139 kB Progress (5): 0.8/1.2 MB | 184/194 kB | 193/293 kB | 45/173 kB | 20/139 kB Progress (5): 0.8/1.2 MB | 184/194 kB | 193/293 kB | 49/173 kB | 20/139 kB Progress (5): 0.8/1.2 MB | 184/194 kB | 197/293 kB | 49/173 kB | 20/139 kB Progress (5): 0.8/1.2 MB | 184/194 kB | 197/293 kB | 49/173 kB | 25/139 kB Progress (5): 0.8/1.2 MB | 184/194 kB | 197/293 kB | 49/173 kB | 25/139 kB Progress (5): 0.8/1.2 MB | 188/194 kB | 197/293 kB | 49/173 kB | 25/139 kB Progress (5): 0.8/1.2 MB | 188/194 kB | 197/293 kB | 49/173 kB | 25/139 kB Progress (5): 0.8/1.2 MB | 188/194 kB | 197/293 kB | 49/173 kB | 29/139 kB Progress (5): 0.8/1.2 MB | 188/194 kB | 201/293 kB | 49/173 kB | 29/139 kB Progress (5): 0.8/1.2 MB | 188/194 kB | 201/293 kB | 53/173 kB | 29/139 kB Progress (5): 0.8/1.2 MB | 188/194 kB | 205/293 kB | 53/173 kB | 29/139 kB Progress (5): 0.8/1.2 MB | 188/194 kB | 205/293 kB | 53/173 kB | 33/139 kB Progress (5): 0.8/1.2 MB | 188/194 kB | 205/293 kB | 53/173 kB | 33/139 kB Progress (5): 0.8/1.2 MB | 193/194 kB | 205/293 kB | 53/173 kB | 33/139 kB Progress (5): 0.8/1.2 MB | 193/194 kB | 205/293 kB | 53/173 kB | 37/139 kB Progress (5): 0.8/1.2 MB | 193/194 kB | 209/293 kB | 53/173 kB | 37/139 kB Progress (5): 0.8/1.2 MB | 193/194 kB | 209/293 kB | 57/173 kB | 37/139 kB Progress (5): 0.8/1.2 MB | 193/194 kB | 213/293 kB | 57/173 kB | 37/139 kB Progress (5): 0.8/1.2 MB | 193/194 kB | 213/293 kB | 57/173 kB | 41/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 213/293 kB | 57/173 kB | 41/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 213/293 kB | 57/173 kB | 41/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 213/293 kB | 57/173 kB | 45/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 217/293 kB | 57/173 kB | 45/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 217/293 kB | 61/173 kB | 45/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 221/293 kB | 61/173 kB | 45/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 221/293 kB | 61/173 kB | 49/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 221/293 kB | 61/173 kB | 49/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 221/293 kB | 61/173 kB | 53/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 225/293 kB | 61/173 kB | 53/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 225/293 kB | 66/173 kB | 53/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 229/293 kB | 66/173 kB | 53/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 229/293 kB | 66/173 kB | 57/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 229/293 kB | 66/173 kB | 57/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 229/293 kB | 66/173 kB | 61/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 233/293 kB | 66/173 kB | 61/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 233/293 kB | 70/173 kB | 61/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 238/293 kB | 70/173 kB | 61/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 238/293 kB | 70/173 kB | 66/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 238/293 kB | 70/173 kB | 66/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 238/293 kB | 70/173 kB | 70/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 242/293 kB | 70/173 kB | 70/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 242/293 kB | 74/173 kB | 70/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 246/293 kB | 74/173 kB | 70/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 246/293 kB | 74/173 kB | 74/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 246/293 kB | 74/173 kB | 74/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 246/293 kB | 74/173 kB | 78/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 250/293 kB | 74/173 kB | 78/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 250/293 kB | 78/173 kB | 78/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 254/293 kB | 78/173 kB | 78/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 254/293 kB | 78/173 kB | 82/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 254/293 kB | 78/173 kB | 82/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 254/293 kB | 78/173 kB | 86/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 254/293 kB | 78/173 kB | 86/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 258/293 kB | 78/173 kB | 86/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 258/293 kB | 82/173 kB | 86/139 kB Progress (5): 0.8/1.2 MB | 194 kB | 262/293 kB | 82/173 kB | 86/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 262/293 kB | 82/173 kB | 86/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 262/293 kB | 82/173 kB | 90/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 262/293 kB | 82/173 kB | 90/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 266/293 kB | 82/173 kB | 90/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 266/293 kB | 86/173 kB | 90/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 270/293 kB | 86/173 kB | 90/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 270/293 kB | 86/173 kB | 90/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 270/293 kB | 86/173 kB | 94/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 270/293 kB | 86/173 kB | 94/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 274/293 kB | 86/173 kB | 94/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 274/293 kB | 86/173 kB | 94/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 274/293 kB | 90/173 kB | 94/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 274/293 kB | 90/173 kB | 94/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 279/293 kB | 90/173 kB | 94/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 279/293 kB | 90/173 kB | 98/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 283/293 kB | 90/173 kB | 98/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 283/293 kB | 90/173 kB | 98/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 283/293 kB | 94/173 kB | 98/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 283/293 kB | 94/173 kB | 98/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 287/293 kB | 94/173 kB | 98/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 287/293 kB | 94/173 kB | 102/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 291/293 kB | 94/173 kB | 102/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 291/293 kB | 94/173 kB | 102/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 291/293 kB | 98/173 kB | 102/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 291/293 kB | 98/173 kB | 102/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 293 kB | 98/173 kB | 102/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 293 kB | 98/173 kB | 102/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 293 kB | 98/173 kB | 106/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 293 kB | 98/173 kB | 106/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 293 kB | 102/173 kB | 106/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 293 kB | 102/173 kB | 111/139 kB Progress (5): 0.9/1.2 MB | 194 kB | 293 kB | 106/173 kB | 111/139 kB Progress (5): 1.0/1.2 MB | 194 kB | 293 kB | 106/173 kB | 111/139 kB Progress (5): 1.0/1.2 MB | 194 kB | 293 kB | 111/173 kB | 111/139 kB Progress (5): 1.0/1.2 MB | 194 kB | 293 kB | 111/173 kB | 115/139 kB Progress (5): 1.0/1.2 MB | 194 kB | 293 kB | 115/173 kB | 115/139 kB Progress (5): 1.0/1.2 MB | 194 kB | 293 kB | 115/173 kB | 115/139 kB Progress (5): 1.0/1.2 MB | 194 kB | 293 kB | 119/173 kB | 115/139 kB Progress (5): 1.0/1.2 MB | 194 kB | 293 kB | 119/173 kB | 115/139 kB Progress (5): 1.0/1.2 MB | 194 kB | 293 kB | 119/173 kB | 119/139 kB Progress (5): 1.0/1.2 MB | 194 kB | 293 kB | 119/173 kB | 119/139 kB Progress (5): 1.0/1.2 MB | 194 kB | 293 kB | 123/173 kB | 119/139 kB Progress (5): 1.0/1.2 MB | 194 kB | 293 kB | 123/173 kB | 119/139 kB Progress (5): 1.0/1.2 MB | 194 kB | 293 kB | 123/173 kB | 123/139 kB Progress (5): 1.0/1.2 MB | 194 kB | 293 kB | 123/173 kB | 123/139 kB Progress (5): 1.0/1.2 MB | 194 kB | 293 kB | 127/173 kB | 123/139 kB Progress (5): 1.0/1.2 MB | 194 kB | 293 kB | 127/173 kB | 123/139 kB Progress (5): 1.0/1.2 MB | 194 kB | 293 kB | 127/173 kB | 127/139 kB Progress (5): 1.0/1.2 MB | 194 kB | 293 kB | 127/173 kB | 127/139 kB Progress (5): 1.0/1.2 MB | 194 kB | 293 kB | 131/173 kB | 127/139 kB Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 646 kB/s) +Progress (4): 1.0/1.2 MB | 293 kB | 135/173 kB | 127/139 kB Progress (4): 1.0/1.2 MB | 293 kB | 135/173 kB | 127/139 kB Progress (4): 1.0/1.2 MB | 293 kB | 135/173 kB | 131/139 kB Progress (4): 1.0/1.2 MB | 293 kB | 135/173 kB | 131/139 kB Progress (4): 1.0/1.2 MB | 293 kB | 139/173 kB | 131/139 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar +Progress (4): 1.0/1.2 MB | 293 kB | 143/173 kB | 131/139 kB Progress (4): 1.0/1.2 MB | 293 kB | 143/173 kB | 131/139 kB Progress (4): 1.0/1.2 MB | 293 kB | 143/173 kB | 135/139 kB Progress (4): 1.0/1.2 MB | 293 kB | 143/173 kB | 135/139 kB Progress (4): 1.0/1.2 MB | 293 kB | 147/173 kB | 135/139 kB Progress (4): 1.0/1.2 MB | 293 kB | 147/173 kB | 135/139 kB Progress (4): 1.0/1.2 MB | 293 kB | 147/173 kB | 139 kB Progress (4): 1.1/1.2 MB | 293 kB | 147/173 kB | 139 kB Progress (4): 1.1/1.2 MB | 293 kB | 152/173 kB | 139 kB Progress (4): 1.1/1.2 MB | 293 kB | 152/173 kB | 139 kB Progress (4): 1.1/1.2 MB | 293 kB | 156/173 kB | 139 kB Progress (4): 1.1/1.2 MB | 293 kB | 156/173 kB | 139 kB Progress (4): 1.1/1.2 MB | 293 kB | 160/173 kB | 139 kB Progress (4): 1.1/1.2 MB | 293 kB | 160/173 kB | 139 kB Progress (4): 1.1/1.2 MB | 293 kB | 164/173 kB | 139 kB Progress (4): 1.1/1.2 MB | 293 kB | 164/173 kB | 139 kB Progress (4): 1.1/1.2 MB | 293 kB | 168/173 kB | 139 kB Progress (4): 1.1/1.2 MB | 293 kB | 168/173 kB | 139 kB Progress (4): 1.1/1.2 MB | 293 kB | 172/173 kB | 139 kB Progress (4): 1.1/1.2 MB | 293 kB | 172/173 kB | 139 kB Progress (4): 1.1/1.2 MB | 293 kB | 173 kB | 139 kB Progress (4): 1.1/1.2 MB | 293 kB | 173 kB | 139 kB Progress (4): 1.1/1.2 MB | 293 kB | 173 kB | 139 kB Progress (4): 1.1/1.2 MB | 293 kB | 173 kB | 139 kB Progress (4): 1.1/1.2 MB | 293 kB | 173 kB | 139 kB Progress (4): 1.1/1.2 MB | 293 kB | 173 kB | 139 kB Progress (4): 1.2/1.2 MB | 293 kB | 173 kB | 139 kB Progress (4): 1.2/1.2 MB | 293 kB | 173 kB | 139 kB Progress (4): 1.2/1.2 MB | 293 kB | 173 kB | 139 kB Progress (4): 1.2/1.2 MB | 293 kB | 173 kB | 139 kB Progress (4): 1.2/1.2 MB | 293 kB | 173 kB | 139 kB Progress (4): 1.2/1.2 MB | 293 kB | 173 kB | 139 kB Progress (4): 1.2/1.2 MB | 293 kB | 173 kB | 139 kB Progress (4): 1.2/1.2 MB | 293 kB | 173 kB | 139 kB Progress (4): 1.2/1.2 MB | 293 kB | 173 kB | 139 kB Progress (4): 1.2/1.2 MB | 293 kB | 173 kB | 139 kB Progress (4): 1.2 MB | 293 kB | 173 kB | 139 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 933 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar +Progress (4): 1.2 MB | 173 kB | 139 kB | 4.1/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 8.2/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 12/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 16/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 20/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 25/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 29/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 33/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 37/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 41/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 45/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 49/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 53/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 57/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 61/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 66/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 70/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 74/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 78/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 82/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 86/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 90/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 94/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 98/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 102/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 106/189 kB Progress (4): 1.2 MB | 173 kB | 139 kB | 111/189 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 434 kB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 3.8 MB/s) +Progress (2): 173 kB | 115/189 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 540 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar +Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar +Progress (1): 119/189 kB Progress (1): 123/189 kB Progress (1): 127/189 kB Progress (1): 131/189 kB Progress (1): 135/189 kB Progress (1): 139/189 kB Progress (1): 143/189 kB Progress (1): 147/189 kB Progress (1): 152/189 kB Progress (1): 156/189 kB Progress (1): 160/189 kB Progress (1): 164/189 kB Progress (1): 168/189 kB Progress (1): 172/189 kB Progress (1): 176/189 kB Progress (1): 180/189 kB Progress (1): 184/189 kB Progress (1): 188/189 kB Progress (1): 189 kB Progress (2): 189 kB | 4.1/168 kB Progress (2): 189 kB | 8.2/168 kB Progress (2): 189 kB | 12/168 kB Progress (2): 189 kB | 16/168 kB Progress (2): 189 kB | 20/168 kB Progress (2): 189 kB | 25/168 kB Progress (2): 189 kB | 29/168 kB Progress (2): 189 kB | 33/168 kB Progress (2): 189 kB | 37/168 kB Progress (2): 189 kB | 41/168 kB Progress (2): 189 kB | 45/168 kB Progress (2): 189 kB | 49/168 kB Progress (2): 189 kB | 53/168 kB Progress (2): 189 kB | 57/168 kB Progress (2): 189 kB | 61/168 kB Progress (2): 189 kB | 66/168 kB Progress (2): 189 kB | 70/168 kB Progress (2): 189 kB | 74/168 kB Progress (2): 189 kB | 78/168 kB Progress (2): 189 kB | 82/168 kB Progress (2): 189 kB | 86/168 kB Progress (2): 189 kB | 90/168 kB Progress (2): 189 kB | 94/168 kB Progress (2): 189 kB | 98/168 kB Progress (2): 189 kB | 102/168 kB Progress (2): 189 kB | 106/168 kB Progress (2): 189 kB | 111/168 kB Progress (2): 189 kB | 115/168 kB Progress (2): 189 kB | 119/168 kB Progress (2): 189 kB | 123/168 kB Progress (2): 189 kB | 127/168 kB Progress (2): 189 kB | 131/168 kB Progress (3): 189 kB | 131/168 kB | 4.1/38 kB Progress (3): 189 kB | 135/168 kB | 4.1/38 kB Progress (3): 189 kB | 135/168 kB | 8.2/38 kB Progress (3): 189 kB | 139/168 kB | 8.2/38 kB Progress (3): 189 kB | 139/168 kB | 12/38 kB Progress (3): 189 kB | 143/168 kB | 12/38 kB Progress (4): 189 kB | 143/168 kB | 12/38 kB | 4.1/11 kB Progress (4): 189 kB | 147/168 kB | 12/38 kB | 4.1/11 kB Progress (4): 189 kB | 147/168 kB | 12/38 kB | 8.2/11 kB Progress (4): 189 kB | 147/168 kB | 16/38 kB | 8.2/11 kB Progress (5): 189 kB | 147/168 kB | 16/38 kB | 8.2/11 kB | 4.1/209 kB Progress (5): 189 kB | 147/168 kB | 16/38 kB | 11 kB | 4.1/209 kB Progress (5): 189 kB | 147/168 kB | 16/38 kB | 11 kB | 8.2/209 kB Progress (5): 189 kB | 152/168 kB | 16/38 kB | 11 kB | 8.2/209 kB Progress (5): 189 kB | 152/168 kB | 16/38 kB | 11 kB | 12/209 kB Progress (5): 189 kB | 152/168 kB | 20/38 kB | 11 kB | 12/209 kB Progress (5): 189 kB | 152/168 kB | 20/38 kB | 11 kB | 16/209 kB Progress (5): 189 kB | 156/168 kB | 20/38 kB | 11 kB | 16/209 kB Progress (5): 189 kB | 156/168 kB | 20/38 kB | 11 kB | 20/209 kB Progress (5): 189 kB | 156/168 kB | 25/38 kB | 11 kB | 20/209 kB Progress (5): 189 kB | 156/168 kB | 25/38 kB | 11 kB | 25/209 kB Progress (5): 189 kB | 160/168 kB | 25/38 kB | 11 kB | 25/209 kB Progress (5): 189 kB | 160/168 kB | 25/38 kB | 11 kB | 29/209 kB Progress (5): 189 kB | 160/168 kB | 29/38 kB | 11 kB | 29/209 kB Progress (5): 189 kB | 160/168 kB | 29/38 kB | 11 kB | 33/209 kB Progress (5): 189 kB | 164/168 kB | 29/38 kB | 11 kB | 33/209 kB Progress (5): 189 kB | 164/168 kB | 29/38 kB | 11 kB | 37/209 kB Progress (5): 189 kB | 164/168 kB | 33/38 kB | 11 kB | 37/209 kB Progress (5): 189 kB | 164/168 kB | 33/38 kB | 11 kB | 41/209 kB Progress (5): 189 kB | 168/168 kB | 33/38 kB | 11 kB | 41/209 kB Progress (5): 189 kB | 168/168 kB | 33/38 kB | 11 kB | 45/209 kB Progress (5): 189 kB | 168/168 kB | 37/38 kB | 11 kB | 45/209 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 563 kB/s) +Progress (4): 168/168 kB | 38 kB | 11 kB | 45/209 kB Progress (4): 168/168 kB | 38 kB | 11 kB | 49/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 49/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 53/209 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar +Progress (4): 168 kB | 38 kB | 11 kB | 57/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 61/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 66/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 70/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 74/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 78/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 82/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 86/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 90/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 94/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 98/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 102/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 106/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 111/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 115/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 119/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 123/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 127/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 131/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 135/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 139/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 143/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 147/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 152/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 156/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 160/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 164/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 168/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 172/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 176/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 180/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 184/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 188/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 193/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 197/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 201/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 205/209 kB Progress (4): 168 kB | 38 kB | 11 kB | 209 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 33 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar +Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 484 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar +Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 109 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar +Progress (2): 209 kB | 4.1/11 kB Progress (2): 209 kB | 8.2/11 kB Progress (2): 209 kB | 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 585 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar +Progress (2): 11 kB | 4.1/53 kB Progress (2): 11 kB | 8.2/53 kB Progress (2): 11 kB | 12/53 kB Progress (2): 11 kB | 16/53 kB Progress (2): 11 kB | 20/53 kB Progress (2): 11 kB | 25/53 kB Progress (2): 11 kB | 29/53 kB Progress (2): 11 kB | 33/53 kB Progress (2): 11 kB | 37/53 kB Progress (2): 11 kB | 41/53 kB Progress (3): 11 kB | 41/53 kB | 4.1/61 kB Progress (3): 11 kB | 45/53 kB | 4.1/61 kB Progress (3): 11 kB | 45/53 kB | 8.2/61 kB Progress (3): 11 kB | 49/53 kB | 8.2/61 kB Progress (3): 11 kB | 49/53 kB | 12/61 kB Progress (3): 11 kB | 53 kB | 12/61 kB Progress (3): 11 kB | 53 kB | 16/61 kB Progress (4): 11 kB | 53 kB | 16/61 kB | 4.1/15 kB Progress (4): 11 kB | 53 kB | 20/61 kB | 4.1/15 kB Progress (4): 11 kB | 53 kB | 25/61 kB | 4.1/15 kB Progress (4): 11 kB | 53 kB | 25/61 kB | 8.2/15 kB Progress (4): 11 kB | 53 kB | 29/61 kB | 8.2/15 kB Progress (4): 11 kB | 53 kB | 29/61 kB | 12/15 kB Progress (4): 11 kB | 53 kB | 33/61 kB | 12/15 kB Progress (4): 11 kB | 53 kB | 33/61 kB | 15 kB Progress (4): 11 kB | 53 kB | 37/61 kB | 15 kB Progress (4): 11 kB | 53 kB | 41/61 kB | 15 kB Progress (4): 11 kB | 53 kB | 45/61 kB | 15 kB Progress (4): 11 kB | 53 kB | 49/61 kB | 15 kB Progress (4): 11 kB | 53 kB | 53/61 kB | 15 kB Progress (4): 11 kB | 53 kB | 57/61 kB | 15 kB Progress (4): 11 kB | 53 kB | 61 kB | 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 31 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar +Progress (4): 53 kB | 61 kB | 15 kB | 4.1/38 kB Progress (4): 53 kB | 61 kB | 15 kB | 8.2/38 kB Progress (4): 53 kB | 61 kB | 15 kB | 12/38 kB Progress (4): 53 kB | 61 kB | 15 kB | 16/38 kB Progress (4): 53 kB | 61 kB | 15 kB | 20/38 kB Progress (4): 53 kB | 61 kB | 15 kB | 25/38 kB Progress (4): 53 kB | 61 kB | 15 kB | 29/38 kB Progress (4): 53 kB | 61 kB | 15 kB | 33/38 kB Progress (4): 53 kB | 61 kB | 15 kB | 37/38 kB Progress (4): 53 kB | 61 kB | 15 kB | 38 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 141 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 41 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 161 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar +Progress (2): 38 kB | 4.1/11 kB Progress (2): 38 kB | 8.2/11 kB Progress (2): 38 kB | 11 kB Progress (3): 38 kB | 11 kB | 4.1/237 kB Progress (3): 38 kB | 11 kB | 8.2/237 kB Progress (3): 38 kB | 11 kB | 12/237 kB Progress (3): 38 kB | 11 kB | 16/237 kB Progress (3): 38 kB | 11 kB | 20/237 kB Progress (3): 38 kB | 11 kB | 25/237 kB Progress (3): 38 kB | 11 kB | 29/237 kB Progress (3): 38 kB | 11 kB | 33/237 kB Progress (3): 38 kB | 11 kB | 37/237 kB Progress (3): 38 kB | 11 kB | 41/237 kB Progress (3): 38 kB | 11 kB | 45/237 kB Progress (3): 38 kB | 11 kB | 49/237 kB Progress (3): 38 kB | 11 kB | 53/237 kB Progress (3): 38 kB | 11 kB | 57/237 kB Progress (3): 38 kB | 11 kB | 61/237 kB Progress (3): 38 kB | 11 kB | 66/237 kB Progress (3): 38 kB | 11 kB | 70/237 kB Progress (3): 38 kB | 11 kB | 74/237 kB Progress (3): 38 kB | 11 kB | 78/237 kB Progress (4): 38 kB | 11 kB | 78/237 kB | 4.1/121 kB Progress (4): 38 kB | 11 kB | 82/237 kB | 4.1/121 kB Progress (4): 38 kB | 11 kB | 82/237 kB | 8.2/121 kB Progress (4): 38 kB | 11 kB | 86/237 kB | 8.2/121 kB Progress (4): 38 kB | 11 kB | 86/237 kB | 12/121 kB Progress (4): 38 kB | 11 kB | 90/237 kB | 12/121 kB Progress (4): 38 kB | 11 kB | 90/237 kB | 16/121 kB Progress (4): 38 kB | 11 kB | 94/237 kB | 16/121 kB Progress (4): 38 kB | 11 kB | 94/237 kB | 20/121 kB Progress (4): 38 kB | 11 kB | 98/237 kB | 20/121 kB Progress (5): 38 kB | 11 kB | 98/237 kB | 20/121 kB | 4.1/7.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 96 kB/s) +Progress (4): 11 kB | 102/237 kB | 20/121 kB | 4.1/7.7 kB Progress (4): 11 kB | 102/237 kB | 25/121 kB | 4.1/7.7 kB Progress (4): 11 kB | 106/237 kB | 25/121 kB | 4.1/7.7 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar +Progress (4): 11 kB | 106/237 kB | 25/121 kB | 7.7 kB Progress (4): 11 kB | 111/237 kB | 25/121 kB | 7.7 kB Progress (4): 11 kB | 111/237 kB | 29/121 kB | 7.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 27 kB/s) +Progress (3): 111/237 kB | 33/121 kB | 7.7 kB Progress (3): 115/237 kB | 33/121 kB | 7.7 kB Progress (3): 115/237 kB | 37/121 kB | 7.7 kB Progress (3): 119/237 kB | 37/121 kB | 7.7 kB Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar +Progress (3): 123/237 kB | 37/121 kB | 7.7 kB Progress (3): 123/237 kB | 41/121 kB | 7.7 kB Progress (3): 127/237 kB | 41/121 kB | 7.7 kB Progress (3): 127/237 kB | 45/121 kB | 7.7 kB Progress (3): 131/237 kB | 45/121 kB | 7.7 kB Progress (3): 131/237 kB | 49/121 kB | 7.7 kB Progress (3): 135/237 kB | 49/121 kB | 7.7 kB Progress (3): 135/237 kB | 53/121 kB | 7.7 kB Progress (3): 139/237 kB | 53/121 kB | 7.7 kB Progress (3): 139/237 kB | 57/121 kB | 7.7 kB Progress (3): 143/237 kB | 57/121 kB | 7.7 kB Progress (3): 143/237 kB | 61/121 kB | 7.7 kB Progress (3): 147/237 kB | 61/121 kB | 7.7 kB Progress (3): 147/237 kB | 66/121 kB | 7.7 kB Progress (3): 152/237 kB | 66/121 kB | 7.7 kB Progress (3): 152/237 kB | 70/121 kB | 7.7 kB Progress (3): 156/237 kB | 70/121 kB | 7.7 kB Progress (3): 156/237 kB | 74/121 kB | 7.7 kB Progress (3): 160/237 kB | 74/121 kB | 7.7 kB Progress (3): 160/237 kB | 78/121 kB | 7.7 kB Progress (3): 164/237 kB | 78/121 kB | 7.7 kB Progress (3): 164/237 kB | 82/121 kB | 7.7 kB Progress (3): 168/237 kB | 82/121 kB | 7.7 kB Progress (3): 168/237 kB | 86/121 kB | 7.7 kB Progress (3): 172/237 kB | 86/121 kB | 7.7 kB Progress (3): 172/237 kB | 90/121 kB | 7.7 kB Progress (3): 176/237 kB | 90/121 kB | 7.7 kB Progress (3): 176/237 kB | 94/121 kB | 7.7 kB Progress (3): 180/237 kB | 94/121 kB | 7.7 kB Progress (3): 180/237 kB | 98/121 kB | 7.7 kB Progress (3): 184/237 kB | 98/121 kB | 7.7 kB Progress (3): 184/237 kB | 102/121 kB | 7.7 kB Progress (3): 188/237 kB | 102/121 kB | 7.7 kB Progress (3): 188/237 kB | 106/121 kB | 7.7 kB Progress (3): 193/237 kB | 106/121 kB | 7.7 kB Progress (3): 193/237 kB | 111/121 kB | 7.7 kB Progress (3): 197/237 kB | 111/121 kB | 7.7 kB Progress (3): 197/237 kB | 115/121 kB | 7.7 kB Progress (3): 201/237 kB | 115/121 kB | 7.7 kB Progress (3): 201/237 kB | 119/121 kB | 7.7 kB Progress (3): 205/237 kB | 119/121 kB | 7.7 kB Progress (3): 205/237 kB | 121 kB | 7.7 kB Progress (3): 209/237 kB | 121 kB | 7.7 kB Progress (3): 213/237 kB | 121 kB | 7.7 kB Progress (3): 217/237 kB | 121 kB | 7.7 kB Progress (3): 221/237 kB | 121 kB | 7.7 kB Progress (3): 225/237 kB | 121 kB | 7.7 kB Progress (3): 229/237 kB | 121 kB | 7.7 kB Progress (3): 233/237 kB | 121 kB | 7.7 kB Progress (3): 237 kB | 121 kB | 7.7 kB Progress (4): 237 kB | 121 kB | 7.7 kB | 4.1/392 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 19 kB/s) +Progress (4): 237 kB | 121 kB | 4.1/392 kB | 4.1/65 kB Progress (4): 237 kB | 121 kB | 8.2/392 kB | 4.1/65 kB Progress (4): 237 kB | 121 kB | 8.2/392 kB | 8.2/65 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar +Progress (4): 237 kB | 121 kB | 8.2/392 kB | 12/65 kB Progress (4): 237 kB | 121 kB | 12/392 kB | 12/65 kB Progress (4): 237 kB | 121 kB | 12/392 kB | 16/65 kB Progress (4): 237 kB | 121 kB | 16/392 kB | 16/65 kB Progress (4): 237 kB | 121 kB | 16/392 kB | 20/65 kB Progress (4): 237 kB | 121 kB | 20/392 kB | 20/65 kB Progress (4): 237 kB | 121 kB | 20/392 kB | 25/65 kB Progress (4): 237 kB | 121 kB | 25/392 kB | 25/65 kB Progress (4): 237 kB | 121 kB | 25/392 kB | 29/65 kB Progress (4): 237 kB | 121 kB | 29/392 kB | 29/65 kB Progress (4): 237 kB | 121 kB | 29/392 kB | 33/65 kB Progress (4): 237 kB | 121 kB | 33/392 kB | 33/65 kB Progress (4): 237 kB | 121 kB | 33/392 kB | 37/65 kB Progress (4): 237 kB | 121 kB | 37/392 kB | 37/65 kB Progress (4): 237 kB | 121 kB | 37/392 kB | 41/65 kB Progress (4): 237 kB | 121 kB | 41/392 kB | 41/65 kB Progress (4): 237 kB | 121 kB | 41/392 kB | 45/65 kB Progress (4): 237 kB | 121 kB | 45/392 kB | 45/65 kB Progress (4): 237 kB | 121 kB | 45/392 kB | 49/65 kB Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 290 kB/s) +Progress (3): 237 kB | 45/392 kB | 53/65 kB Progress (3): 237 kB | 49/392 kB | 53/65 kB Progress (3): 237 kB | 49/392 kB | 57/65 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 568 kB/s) +Progress (2): 49/392 kB | 61/65 kB Progress (2): 53/392 kB | 61/65 kB Progress (2): 53/392 kB | 65 kB Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar +Progress (2): 57/392 kB | 65 kB Progress (2): 61/392 kB | 65 kB Progress (2): 66/392 kB | 65 kB Progress (2): 70/392 kB | 65 kB Progress (2): 74/392 kB | 65 kB Progress (2): 78/392 kB | 65 kB Progress (2): 82/392 kB | 65 kB Progress (2): 86/392 kB | 65 kB Progress (2): 90/392 kB | 65 kB Progress (2): 94/392 kB | 65 kB Progress (2): 98/392 kB | 65 kB Progress (2): 102/392 kB | 65 kB Progress (2): 106/392 kB | 65 kB Progress (2): 111/392 kB | 65 kB Progress (2): 115/392 kB | 65 kB Progress (2): 119/392 kB | 65 kB Progress (2): 123/392 kB | 65 kB Progress (2): 127/392 kB | 65 kB Progress (2): 131/392 kB | 65 kB Progress (2): 135/392 kB | 65 kB Progress (2): 139/392 kB | 65 kB Progress (2): 143/392 kB | 65 kB Progress (2): 147/392 kB | 65 kB Progress (2): 152/392 kB | 65 kB Progress (2): 156/392 kB | 65 kB Progress (2): 160/392 kB | 65 kB Progress (2): 164/392 kB | 65 kB Progress (2): 168/392 kB | 65 kB Progress (2): 172/392 kB | 65 kB Progress (2): 176/392 kB | 65 kB Progress (2): 180/392 kB | 65 kB Progress (2): 184/392 kB | 65 kB Progress (2): 188/392 kB | 65 kB Progress (2): 193/392 kB | 65 kB Progress (2): 197/392 kB | 65 kB Progress (2): 201/392 kB | 65 kB Progress (2): 205/392 kB | 65 kB Progress (2): 209/392 kB | 65 kB Progress (2): 213/392 kB | 65 kB Progress (2): 217/392 kB | 65 kB Progress (2): 221/392 kB | 65 kB Progress (2): 225/392 kB | 65 kB Progress (2): 229/392 kB | 65 kB Progress (2): 233/392 kB | 65 kB Progress (2): 238/392 kB | 65 kB Progress (2): 242/392 kB | 65 kB Progress (2): 246/392 kB | 65 kB Progress (2): 250/392 kB | 65 kB Progress (2): 254/392 kB | 65 kB Progress (3): 254/392 kB | 65 kB | 4.1/347 kB Progress (3): 258/392 kB | 65 kB | 4.1/347 kB Progress (3): 258/392 kB | 65 kB | 8.2/347 kB Progress (3): 262/392 kB | 65 kB | 8.2/347 kB Progress (3): 262/392 kB | 65 kB | 12/347 kB Progress (3): 266/392 kB | 65 kB | 12/347 kB Progress (3): 266/392 kB | 65 kB | 16/347 kB Progress (3): 270/392 kB | 65 kB | 16/347 kB Progress (3): 270/392 kB | 65 kB | 20/347 kB Progress (3): 274/392 kB | 65 kB | 20/347 kB Progress (3): 274/392 kB | 65 kB | 25/347 kB Progress (3): 279/392 kB | 65 kB | 25/347 kB Progress (3): 279/392 kB | 65 kB | 29/347 kB Progress (3): 283/392 kB | 65 kB | 29/347 kB Progress (3): 283/392 kB | 65 kB | 33/347 kB Progress (3): 287/392 kB | 65 kB | 33/347 kB Progress (3): 287/392 kB | 65 kB | 37/347 kB Progress (3): 291/392 kB | 65 kB | 37/347 kB Progress (3): 291/392 kB | 65 kB | 41/347 kB Progress (3): 295/392 kB | 65 kB | 41/347 kB Progress (3): 295/392 kB | 65 kB | 45/347 kB Progress (3): 299/392 kB | 65 kB | 45/347 kB Progress (3): 299/392 kB | 65 kB | 49/347 kB Progress (3): 303/392 kB | 65 kB | 49/347 kB Progress (3): 303/392 kB | 65 kB | 53/347 kB Progress (3): 307/392 kB | 65 kB | 53/347 kB Progress (3): 307/392 kB | 65 kB | 57/347 kB Progress (3): 311/392 kB | 65 kB | 57/347 kB Progress (3): 311/392 kB | 65 kB | 61/347 kB Progress (3): 315/392 kB | 65 kB | 61/347 kB Progress (3): 315/392 kB | 65 kB | 66/347 kB Progress (3): 319/392 kB | 65 kB | 66/347 kB Progress (3): 319/392 kB | 65 kB | 70/347 kB Progress (3): 324/392 kB | 65 kB | 70/347 kB Progress (3): 324/392 kB | 65 kB | 74/347 kB Progress (3): 328/392 kB | 65 kB | 74/347 kB Progress (3): 328/392 kB | 65 kB | 78/347 kB Progress (3): 332/392 kB | 65 kB | 78/347 kB Progress (3): 332/392 kB | 65 kB | 82/347 kB Progress (3): 336/392 kB | 65 kB | 82/347 kB Progress (3): 336/392 kB | 65 kB | 86/347 kB Progress (3): 340/392 kB | 65 kB | 86/347 kB Progress (3): 340/392 kB | 65 kB | 90/347 kB Progress (3): 344/392 kB | 65 kB | 90/347 kB Progress (3): 344/392 kB | 65 kB | 94/347 kB Progress (3): 348/392 kB | 65 kB | 94/347 kB Progress (3): 348/392 kB | 65 kB | 98/347 kB Progress (4): 348/392 kB | 65 kB | 98/347 kB | 4.1/90 kB Progress (4): 348/392 kB | 65 kB | 102/347 kB | 4.1/90 kB Progress (4): 348/392 kB | 65 kB | 102/347 kB | 8.2/90 kB Progress (4): 352/392 kB | 65 kB | 102/347 kB | 8.2/90 kB Progress (4): 352/392 kB | 65 kB | 102/347 kB | 12/90 kB Progress (4): 352/392 kB | 65 kB | 106/347 kB | 12/90 kB Progress (4): 352/392 kB | 65 kB | 106/347 kB | 16/90 kB Progress (4): 356/392 kB | 65 kB | 106/347 kB | 16/90 kB Progress (4): 356/392 kB | 65 kB | 106/347 kB | 20/90 kB Progress (4): 356/392 kB | 65 kB | 111/347 kB | 20/90 kB Progress (4): 356/392 kB | 65 kB | 111/347 kB | 25/90 kB Progress (4): 360/392 kB | 65 kB | 111/347 kB | 25/90 kB Progress (4): 360/392 kB | 65 kB | 111/347 kB | 29/90 kB Progress (4): 360/392 kB | 65 kB | 115/347 kB | 29/90 kB Progress (4): 360/392 kB | 65 kB | 115/347 kB | 33/90 kB Progress (4): 365/392 kB | 65 kB | 115/347 kB | 33/90 kB Progress (4): 365/392 kB | 65 kB | 115/347 kB | 37/90 kB Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 151 kB/s) +Progress (3): 365/392 kB | 119/347 kB | 37/90 kB Downloading from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.jar +Progress (3): 365/392 kB | 119/347 kB | 41/90 kB Progress (3): 369/392 kB | 119/347 kB | 41/90 kB Progress (3): 369/392 kB | 119/347 kB | 45/90 kB Progress (3): 369/392 kB | 123/347 kB | 45/90 kB Progress (3): 369/392 kB | 123/347 kB | 49/90 kB Progress (3): 373/392 kB | 123/347 kB | 49/90 kB Progress (3): 373/392 kB | 123/347 kB | 53/90 kB Progress (3): 373/392 kB | 127/347 kB | 53/90 kB Progress (3): 373/392 kB | 127/347 kB | 57/90 kB Progress (3): 377/392 kB | 127/347 kB | 57/90 kB Progress (3): 377/392 kB | 127/347 kB | 61/90 kB Progress (3): 377/392 kB | 131/347 kB | 61/90 kB Progress (3): 377/392 kB | 131/347 kB | 66/90 kB Progress (3): 381/392 kB | 131/347 kB | 66/90 kB Progress (3): 381/392 kB | 131/347 kB | 70/90 kB Progress (3): 381/392 kB | 135/347 kB | 70/90 kB Progress (3): 381/392 kB | 135/347 kB | 74/90 kB Progress (3): 385/392 kB | 135/347 kB | 74/90 kB Progress (3): 385/392 kB | 135/347 kB | 78/90 kB Progress (3): 385/392 kB | 139/347 kB | 78/90 kB Progress (3): 385/392 kB | 139/347 kB | 82/90 kB Progress (3): 389/392 kB | 139/347 kB | 82/90 kB Progress (3): 389/392 kB | 139/347 kB | 86/90 kB Progress (3): 389/392 kB | 143/347 kB | 86/90 kB Progress (3): 389/392 kB | 143/347 kB | 90 kB Progress (3): 392 kB | 143/347 kB | 90 kB Progress (3): 392 kB | 147/347 kB | 90 kB Progress (3): 392 kB | 152/347 kB | 90 kB Progress (3): 392 kB | 156/347 kB | 90 kB Progress (3): 392 kB | 160/347 kB | 90 kB Progress (3): 392 kB | 164/347 kB | 90 kB Progress (3): 392 kB | 168/347 kB | 90 kB Progress (4): 392 kB | 168/347 kB | 90 kB | 4.1/457 kB Progress (4): 392 kB | 172/347 kB | 90 kB | 4.1/457 kB Progress (4): 392 kB | 172/347 kB | 90 kB | 8.2/457 kB Progress (4): 392 kB | 176/347 kB | 90 kB | 8.2/457 kB Progress (4): 392 kB | 176/347 kB | 90 kB | 12/457 kB Progress (4): 392 kB | 180/347 kB | 90 kB | 12/457 kB Progress (4): 392 kB | 180/347 kB | 90 kB | 16/457 kB Progress (4): 392 kB | 184/347 kB | 90 kB | 16/457 kB Progress (4): 392 kB | 184/347 kB | 90 kB | 20/457 kB Progress (4): 392 kB | 188/347 kB | 90 kB | 20/457 kB Progress (4): 392 kB | 188/347 kB | 90 kB | 25/457 kB Progress (4): 392 kB | 193/347 kB | 90 kB | 25/457 kB Progress (4): 392 kB | 193/347 kB | 90 kB | 29/457 kB Progress (4): 392 kB | 197/347 kB | 90 kB | 29/457 kB Progress (4): 392 kB | 197/347 kB | 90 kB | 33/457 kB Progress (4): 392 kB | 201/347 kB | 90 kB | 33/457 kB Progress (4): 392 kB | 201/347 kB | 90 kB | 37/457 kB Progress (4): 392 kB | 205/347 kB | 90 kB | 37/457 kB Progress (4): 392 kB | 205/347 kB | 90 kB | 41/457 kB Progress (4): 392 kB | 209/347 kB | 90 kB | 41/457 kB Progress (4): 392 kB | 209/347 kB | 90 kB | 45/457 kB Progress (4): 392 kB | 213/347 kB | 90 kB | 45/457 kB Progress (4): 392 kB | 213/347 kB | 90 kB | 49/457 kB Progress (4): 392 kB | 217/347 kB | 90 kB | 49/457 kB Progress (4): 392 kB | 217/347 kB | 90 kB | 53/457 kB Progress (4): 392 kB | 221/347 kB | 90 kB | 53/457 kB Progress (4): 392 kB | 221/347 kB | 90 kB | 57/457 kB Progress (4): 392 kB | 225/347 kB | 90 kB | 57/457 kB Progress (4): 392 kB | 225/347 kB | 90 kB | 61/457 kB Progress (4): 392 kB | 229/347 kB | 90 kB | 61/457 kB Progress (4): 392 kB | 229/347 kB | 90 kB | 66/457 kB Progress (4): 392 kB | 233/347 kB | 90 kB | 66/457 kB Progress (4): 392 kB | 233/347 kB | 90 kB | 70/457 kB Progress (4): 392 kB | 238/347 kB | 90 kB | 70/457 kB Progress (4): 392 kB | 238/347 kB | 90 kB | 74/457 kB Progress (4): 392 kB | 242/347 kB | 90 kB | 74/457 kB Progress (4): 392 kB | 242/347 kB | 90 kB | 78/457 kB Progress (4): 392 kB | 246/347 kB | 90 kB | 78/457 kB Progress (4): 392 kB | 246/347 kB | 90 kB | 82/457 kB Progress (4): 392 kB | 250/347 kB | 90 kB | 82/457 kB Progress (4): 392 kB | 250/347 kB | 90 kB | 86/457 kB Progress (4): 392 kB | 254/347 kB | 90 kB | 86/457 kB Progress (4): 392 kB | 254/347 kB | 90 kB | 90/457 kB Progress (4): 392 kB | 258/347 kB | 90 kB | 90/457 kB Progress (4): 392 kB | 258/347 kB | 90 kB | 94/457 kB Progress (4): 392 kB | 262/347 kB | 90 kB | 94/457 kB Progress (4): 392 kB | 262/347 kB | 90 kB | 98/457 kB Progress (4): 392 kB | 266/347 kB | 90 kB | 98/457 kB Progress (4): 392 kB | 266/347 kB | 90 kB | 102/457 kB Progress (4): 392 kB | 270/347 kB | 90 kB | 102/457 kB Progress (4): 392 kB | 270/347 kB | 90 kB | 106/457 kB Progress (4): 392 kB | 274/347 kB | 90 kB | 106/457 kB Progress (4): 392 kB | 274/347 kB | 90 kB | 111/457 kB Progress (4): 392 kB | 279/347 kB | 90 kB | 111/457 kB Progress (4): 392 kB | 279/347 kB | 90 kB | 115/457 kB Progress (4): 392 kB | 283/347 kB | 90 kB | 115/457 kB Progress (4): 392 kB | 283/347 kB | 90 kB | 119/457 kB Progress (4): 392 kB | 287/347 kB | 90 kB | 119/457 kB Progress (4): 392 kB | 287/347 kB | 90 kB | 123/457 kB Progress (4): 392 kB | 291/347 kB | 90 kB | 123/457 kB Progress (4): 392 kB | 291/347 kB | 90 kB | 127/457 kB Progress (4): 392 kB | 295/347 kB | 90 kB | 127/457 kB Progress (4): 392 kB | 295/347 kB | 90 kB | 131/457 kB Progress (4): 392 kB | 299/347 kB | 90 kB | 131/457 kB Progress (4): 392 kB | 299/347 kB | 90 kB | 135/457 kB Progress (4): 392 kB | 303/347 kB | 90 kB | 135/457 kB Progress (4): 392 kB | 303/347 kB | 90 kB | 139/457 kB Progress (4): 392 kB | 307/347 kB | 90 kB | 139/457 kB Progress (4): 392 kB | 307/347 kB | 90 kB | 143/457 kB Progress (4): 392 kB | 311/347 kB | 90 kB | 143/457 kB Progress (4): 392 kB | 311/347 kB | 90 kB | 147/457 kB Progress (4): 392 kB | 315/347 kB | 90 kB | 147/457 kB Progress (4): 392 kB | 315/347 kB | 90 kB | 152/457 kB Progress (4): 392 kB | 319/347 kB | 90 kB | 152/457 kB Progress (4): 392 kB | 319/347 kB | 90 kB | 156/457 kB Progress (4): 392 kB | 324/347 kB | 90 kB | 156/457 kB Progress (4): 392 kB | 324/347 kB | 90 kB | 160/457 kB Progress (4): 392 kB | 328/347 kB | 90 kB | 160/457 kB Progress (4): 392 kB | 328/347 kB | 90 kB | 164/457 kB Progress (4): 392 kB | 332/347 kB | 90 kB | 164/457 kB Progress (4): 392 kB | 332/347 kB | 90 kB | 168/457 kB Progress (5): 392 kB | 332/347 kB | 90 kB | 168/457 kB | 4.1/26 kB Progress (5): 392 kB | 336/347 kB | 90 kB | 168/457 kB | 4.1/26 kB Progress (5): 392 kB | 336/347 kB | 90 kB | 168/457 kB | 8.2/26 kB Progress (5): 392 kB | 336/347 kB | 90 kB | 172/457 kB | 8.2/26 kB Progress (5): 392 kB | 336/347 kB | 90 kB | 172/457 kB | 12/26 kB Progress (5): 392 kB | 340/347 kB | 90 kB | 172/457 kB | 12/26 kB Progress (5): 392 kB | 340/347 kB | 90 kB | 172/457 kB | 16/26 kB Progress (5): 392 kB | 340/347 kB | 90 kB | 176/457 kB | 16/26 kB Progress (5): 392 kB | 340/347 kB | 90 kB | 176/457 kB | 20/26 kB Progress (5): 392 kB | 344/347 kB | 90 kB | 176/457 kB | 20/26 kB Progress (5): 392 kB | 344/347 kB | 90 kB | 176/457 kB | 25/26 kB Progress (5): 392 kB | 344/347 kB | 90 kB | 180/457 kB | 25/26 kB Progress (5): 392 kB | 344/347 kB | 90 kB | 180/457 kB | 26 kB Progress (5): 392 kB | 344/347 kB | 90 kB | 184/457 kB | 26 kB Progress (5): 392 kB | 347 kB | 90 kB | 184/457 kB | 26 kB Progress (5): 392 kB | 347 kB | 90 kB | 188/457 kB | 26 kB Progress (5): 392 kB | 347 kB | 90 kB | 193/457 kB | 26 kB Progress (5): 392 kB | 347 kB | 90 kB | 197/457 kB | 26 kB Progress (5): 392 kB | 347 kB | 90 kB | 201/457 kB | 26 kB Progress (5): 392 kB | 347 kB | 90 kB | 205/457 kB | 26 kB Progress (5): 392 kB | 347 kB | 90 kB | 209/457 kB | 26 kB Progress (5): 392 kB | 347 kB | 90 kB | 213/457 kB | 26 kB Progress (5): 392 kB | 347 kB | 90 kB | 217/457 kB | 26 kB Progress (5): 392 kB | 347 kB | 90 kB | 221/457 kB | 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 201 kB/s) +Progress (4): 392 kB | 347 kB | 225/457 kB | 26 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar +Progress (4): 392 kB | 347 kB | 229/457 kB | 26 kB Progress (4): 392 kB | 347 kB | 233/457 kB | 26 kB Progress (4): 392 kB | 347 kB | 238/457 kB | 26 kB Progress (4): 392 kB | 347 kB | 242/457 kB | 26 kB Progress (4): 392 kB | 347 kB | 246/457 kB | 26 kB Progress (4): 392 kB | 347 kB | 250/457 kB | 26 kB Progress (4): 392 kB | 347 kB | 254/457 kB | 26 kB Progress (4): 392 kB | 347 kB | 258/457 kB | 26 kB Progress (4): 392 kB | 347 kB | 262/457 kB | 26 kB Progress (4): 392 kB | 347 kB | 266/457 kB | 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 871 kB/s) +Progress (3): 347 kB | 270/457 kB | 26 kB Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.jar +Progress (3): 347 kB | 274/457 kB | 26 kB Progress (3): 347 kB | 279/457 kB | 26 kB Progress (3): 347 kB | 283/457 kB | 26 kB Progress (3): 347 kB | 287/457 kB | 26 kB Progress (3): 347 kB | 291/457 kB | 26 kB Progress (3): 347 kB | 295/457 kB | 26 kB Progress (3): 347 kB | 299/457 kB | 26 kB Progress (3): 347 kB | 303/457 kB | 26 kB Progress (3): 347 kB | 307/457 kB | 26 kB Progress (3): 347 kB | 311/457 kB | 26 kB Progress (3): 347 kB | 315/457 kB | 26 kB Progress (3): 347 kB | 319/457 kB | 26 kB Progress (3): 347 kB | 324/457 kB | 26 kB Progress (3): 347 kB | 328/457 kB | 26 kB Progress (3): 347 kB | 332/457 kB | 26 kB Progress (3): 347 kB | 336/457 kB | 26 kB Progress (3): 347 kB | 340/457 kB | 26 kB Progress (3): 347 kB | 344/457 kB | 26 kB Progress (3): 347 kB | 348/457 kB | 26 kB Progress (3): 347 kB | 352/457 kB | 26 kB Progress (3): 347 kB | 356/457 kB | 26 kB Progress (3): 347 kB | 360/457 kB | 26 kB Progress (3): 347 kB | 365/457 kB | 26 kB Progress (3): 347 kB | 369/457 kB | 26 kB Progress (3): 347 kB | 373/457 kB | 26 kB Progress (3): 347 kB | 377/457 kB | 26 kB Progress (3): 347 kB | 381/457 kB | 26 kB Progress (3): 347 kB | 385/457 kB | 26 kB Progress (3): 347 kB | 389/457 kB | 26 kB Progress (3): 347 kB | 393/457 kB | 26 kB Progress (3): 347 kB | 397/457 kB | 26 kB Progress (3): 347 kB | 401/457 kB | 26 kB Progress (3): 347 kB | 406/457 kB | 26 kB Progress (3): 347 kB | 410/457 kB | 26 kB Progress (3): 347 kB | 414/457 kB | 26 kB Progress (3): 347 kB | 418/457 kB | 26 kB Progress (3): 347 kB | 422/457 kB | 26 kB Progress (3): 347 kB | 426/457 kB | 26 kB Progress (3): 347 kB | 430/457 kB | 26 kB Progress (3): 347 kB | 434/457 kB | 26 kB Progress (3): 347 kB | 438/457 kB | 26 kB Progress (3): 347 kB | 442/457 kB | 26 kB Progress (3): 347 kB | 446/457 kB | 26 kB Progress (3): 347 kB | 451/457 kB | 26 kB Progress (3): 347 kB | 455/457 kB | 26 kB Progress (3): 347 kB | 457 kB | 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 755 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar +Downloaded from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 57 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar +Progress (2): 457 kB | 4.1/329 kB Progress (2): 457 kB | 8.2/329 kB Progress (2): 457 kB | 12/329 kB Progress (2): 457 kB | 16/329 kB Progress (2): 457 kB | 20/329 kB Progress (2): 457 kB | 25/329 kB Progress (2): 457 kB | 29/329 kB Progress (2): 457 kB | 33/329 kB Progress (2): 457 kB | 37/329 kB Progress (2): 457 kB | 41/329 kB Progress (2): 457 kB | 45/329 kB Progress (2): 457 kB | 49/329 kB Progress (2): 457 kB | 53/329 kB Progress (2): 457 kB | 57/329 kB Progress (2): 457 kB | 61/329 kB Progress (2): 457 kB | 66/329 kB Progress (3): 457 kB | 66/329 kB | 4.1/358 kB Progress (3): 457 kB | 70/329 kB | 4.1/358 kB Progress (3): 457 kB | 70/329 kB | 8.2/358 kB Progress (3): 457 kB | 74/329 kB | 8.2/358 kB Progress (3): 457 kB | 74/329 kB | 12/358 kB Progress (3): 457 kB | 78/329 kB | 12/358 kB Progress (3): 457 kB | 78/329 kB | 16/358 kB Progress (3): 457 kB | 82/329 kB | 16/358 kB Progress (3): 457 kB | 82/329 kB | 20/358 kB Progress (3): 457 kB | 86/329 kB | 20/358 kB Progress (3): 457 kB | 86/329 kB | 25/358 kB Progress (3): 457 kB | 90/329 kB | 25/358 kB Progress (3): 457 kB | 90/329 kB | 29/358 kB Progress (3): 457 kB | 94/329 kB | 29/358 kB Progress (3): 457 kB | 94/329 kB | 33/358 kB Progress (3): 457 kB | 98/329 kB | 33/358 kB Progress (3): 457 kB | 98/329 kB | 37/358 kB Progress (3): 457 kB | 102/329 kB | 37/358 kB Progress (3): 457 kB | 102/329 kB | 41/358 kB Progress (3): 457 kB | 106/329 kB | 41/358 kB Progress (3): 457 kB | 106/329 kB | 45/358 kB Progress (3): 457 kB | 111/329 kB | 45/358 kB Progress (3): 457 kB | 111/329 kB | 49/358 kB Progress (3): 457 kB | 115/329 kB | 49/358 kB Progress (3): 457 kB | 115/329 kB | 53/358 kB Progress (3): 457 kB | 119/329 kB | 53/358 kB Progress (3): 457 kB | 119/329 kB | 57/358 kB Progress (3): 457 kB | 123/329 kB | 57/358 kB Progress (3): 457 kB | 123/329 kB | 61/358 kB Progress (3): 457 kB | 127/329 kB | 61/358 kB Progress (3): 457 kB | 127/329 kB | 66/358 kB Progress (3): 457 kB | 131/329 kB | 66/358 kB Progress (3): 457 kB | 131/329 kB | 70/358 kB Progress (3): 457 kB | 135/329 kB | 70/358 kB Progress (3): 457 kB | 135/329 kB | 74/358 kB Progress (3): 457 kB | 139/329 kB | 74/358 kB Progress (3): 457 kB | 139/329 kB | 78/358 kB Progress (3): 457 kB | 143/329 kB | 78/358 kB Progress (3): 457 kB | 143/329 kB | 82/358 kB Progress (3): 457 kB | 147/329 kB | 82/358 kB Progress (3): 457 kB | 147/329 kB | 86/358 kB Progress (3): 457 kB | 152/329 kB | 86/358 kB Progress (3): 457 kB | 152/329 kB | 90/358 kB Progress (3): 457 kB | 156/329 kB | 90/358 kB Progress (3): 457 kB | 156/329 kB | 94/358 kB Progress (3): 457 kB | 160/329 kB | 94/358 kB Progress (3): 457 kB | 160/329 kB | 98/358 kB Progress (3): 457 kB | 164/329 kB | 98/358 kB Progress (3): 457 kB | 164/329 kB | 102/358 kB Progress (3): 457 kB | 168/329 kB | 102/358 kB Progress (4): 457 kB | 168/329 kB | 102/358 kB | 4.1/120 kB Progress (4): 457 kB | 172/329 kB | 102/358 kB | 4.1/120 kB Progress (4): 457 kB | 172/329 kB | 106/358 kB | 4.1/120 kB Progress (4): 457 kB | 176/329 kB | 106/358 kB | 4.1/120 kB Progress (4): 457 kB | 176/329 kB | 106/358 kB | 8.2/120 kB Progress (4): 457 kB | 180/329 kB | 106/358 kB | 8.2/120 kB Progress (4): 457 kB | 180/329 kB | 111/358 kB | 8.2/120 kB Progress (5): 457 kB | 180/329 kB | 111/358 kB | 8.2/120 kB | 4.1/252 kB Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 968 kB/s) +Progress (4): 180/329 kB | 115/358 kB | 8.2/120 kB | 4.1/252 kB Progress (4): 184/329 kB | 115/358 kB | 8.2/120 kB | 4.1/252 kB Progress (4): 184/329 kB | 115/358 kB | 12/120 kB | 4.1/252 kB Progress (4): 188/329 kB | 115/358 kB | 12/120 kB | 4.1/252 kB Progress (4): 188/329 kB | 119/358 kB | 12/120 kB | 4.1/252 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar +Progress (4): 188/329 kB | 119/358 kB | 12/120 kB | 8.2/252 kB Progress (4): 188/329 kB | 123/358 kB | 12/120 kB | 8.2/252 kB Progress (4): 193/329 kB | 123/358 kB | 12/120 kB | 8.2/252 kB Progress (4): 193/329 kB | 123/358 kB | 16/120 kB | 8.2/252 kB Progress (4): 197/329 kB | 123/358 kB | 16/120 kB | 8.2/252 kB Progress (4): 197/329 kB | 127/358 kB | 16/120 kB | 8.2/252 kB Progress (4): 197/329 kB | 127/358 kB | 16/120 kB | 12/252 kB Progress (4): 197/329 kB | 131/358 kB | 16/120 kB | 12/252 kB Progress (4): 201/329 kB | 131/358 kB | 16/120 kB | 12/252 kB Progress (4): 201/329 kB | 131/358 kB | 20/120 kB | 12/252 kB Progress (4): 205/329 kB | 131/358 kB | 20/120 kB | 12/252 kB Progress (4): 205/329 kB | 135/358 kB | 20/120 kB | 12/252 kB Progress (4): 205/329 kB | 135/358 kB | 20/120 kB | 16/252 kB Progress (4): 205/329 kB | 139/358 kB | 20/120 kB | 16/252 kB Progress (4): 205/329 kB | 139/358 kB | 20/120 kB | 20/252 kB Progress (4): 209/329 kB | 139/358 kB | 20/120 kB | 20/252 kB Progress (4): 209/329 kB | 139/358 kB | 25/120 kB | 20/252 kB Progress (4): 213/329 kB | 139/358 kB | 25/120 kB | 20/252 kB Progress (4): 213/329 kB | 139/358 kB | 25/120 kB | 25/252 kB Progress (4): 213/329 kB | 143/358 kB | 25/120 kB | 25/252 kB Progress (4): 213/329 kB | 143/358 kB | 25/120 kB | 29/252 kB Progress (4): 217/329 kB | 143/358 kB | 25/120 kB | 29/252 kB Progress (4): 217/329 kB | 143/358 kB | 29/120 kB | 29/252 kB Progress (4): 221/329 kB | 143/358 kB | 29/120 kB | 29/252 kB Progress (4): 221/329 kB | 143/358 kB | 29/120 kB | 33/252 kB Progress (4): 221/329 kB | 147/358 kB | 29/120 kB | 33/252 kB Progress (4): 221/329 kB | 147/358 kB | 29/120 kB | 37/252 kB Progress (4): 225/329 kB | 147/358 kB | 29/120 kB | 37/252 kB Progress (4): 225/329 kB | 147/358 kB | 33/120 kB | 37/252 kB Progress (4): 229/329 kB | 147/358 kB | 33/120 kB | 37/252 kB Progress (4): 229/329 kB | 147/358 kB | 33/120 kB | 41/252 kB Progress (4): 229/329 kB | 152/358 kB | 33/120 kB | 41/252 kB Progress (4): 229/329 kB | 152/358 kB | 33/120 kB | 45/252 kB Progress (4): 233/329 kB | 152/358 kB | 33/120 kB | 45/252 kB Progress (4): 233/329 kB | 152/358 kB | 37/120 kB | 45/252 kB Progress (4): 238/329 kB | 152/358 kB | 37/120 kB | 45/252 kB Progress (4): 238/329 kB | 152/358 kB | 37/120 kB | 49/252 kB Progress (4): 238/329 kB | 156/358 kB | 37/120 kB | 49/252 kB Progress (4): 238/329 kB | 156/358 kB | 37/120 kB | 53/252 kB Progress (4): 242/329 kB | 156/358 kB | 37/120 kB | 53/252 kB Progress (4): 242/329 kB | 156/358 kB | 41/120 kB | 53/252 kB Progress (4): 246/329 kB | 156/358 kB | 41/120 kB | 53/252 kB Progress (4): 246/329 kB | 156/358 kB | 41/120 kB | 57/252 kB Progress (4): 246/329 kB | 160/358 kB | 41/120 kB | 57/252 kB Progress (4): 246/329 kB | 160/358 kB | 41/120 kB | 61/252 kB Progress (4): 250/329 kB | 160/358 kB | 41/120 kB | 61/252 kB Progress (4): 250/329 kB | 160/358 kB | 45/120 kB | 61/252 kB Progress (4): 254/329 kB | 160/358 kB | 45/120 kB | 61/252 kB Progress (4): 254/329 kB | 160/358 kB | 45/120 kB | 66/252 kB Progress (4): 254/329 kB | 164/358 kB | 45/120 kB | 66/252 kB Progress (4): 254/329 kB | 164/358 kB | 45/120 kB | 70/252 kB Progress (4): 258/329 kB | 164/358 kB | 45/120 kB | 70/252 kB Progress (4): 258/329 kB | 164/358 kB | 49/120 kB | 70/252 kB Progress (4): 262/329 kB | 164/358 kB | 49/120 kB | 70/252 kB Progress (4): 262/329 kB | 164/358 kB | 49/120 kB | 74/252 kB Progress (4): 262/329 kB | 168/358 kB | 49/120 kB | 74/252 kB Progress (4): 262/329 kB | 168/358 kB | 49/120 kB | 78/252 kB Progress (4): 266/329 kB | 168/358 kB | 49/120 kB | 78/252 kB Progress (4): 266/329 kB | 168/358 kB | 53/120 kB | 78/252 kB Progress (4): 270/329 kB | 168/358 kB | 53/120 kB | 78/252 kB Progress (4): 270/329 kB | 168/358 kB | 53/120 kB | 82/252 kB Progress (4): 270/329 kB | 172/358 kB | 53/120 kB | 82/252 kB Progress (4): 270/329 kB | 172/358 kB | 53/120 kB | 86/252 kB Progress (4): 274/329 kB | 172/358 kB | 53/120 kB | 86/252 kB Progress (4): 274/329 kB | 172/358 kB | 57/120 kB | 86/252 kB Progress (4): 279/329 kB | 172/358 kB | 57/120 kB | 86/252 kB Progress (4): 279/329 kB | 172/358 kB | 57/120 kB | 90/252 kB Progress (4): 279/329 kB | 176/358 kB | 57/120 kB | 90/252 kB Progress (4): 279/329 kB | 176/358 kB | 57/120 kB | 94/252 kB Progress (4): 283/329 kB | 176/358 kB | 57/120 kB | 94/252 kB Progress (4): 283/329 kB | 176/358 kB | 61/120 kB | 94/252 kB Progress (4): 287/329 kB | 176/358 kB | 61/120 kB | 94/252 kB Progress (4): 287/329 kB | 176/358 kB | 61/120 kB | 98/252 kB Progress (4): 287/329 kB | 180/358 kB | 61/120 kB | 98/252 kB Progress (4): 287/329 kB | 180/358 kB | 61/120 kB | 102/252 kB Progress (4): 291/329 kB | 180/358 kB | 61/120 kB | 102/252 kB Progress (4): 291/329 kB | 180/358 kB | 66/120 kB | 102/252 kB Progress (4): 295/329 kB | 180/358 kB | 66/120 kB | 102/252 kB Progress (4): 295/329 kB | 180/358 kB | 66/120 kB | 106/252 kB Progress (4): 295/329 kB | 184/358 kB | 66/120 kB | 106/252 kB Progress (4): 295/329 kB | 184/358 kB | 66/120 kB | 111/252 kB Progress (4): 299/329 kB | 184/358 kB | 66/120 kB | 111/252 kB Progress (4): 299/329 kB | 184/358 kB | 70/120 kB | 111/252 kB Progress (4): 303/329 kB | 184/358 kB | 70/120 kB | 111/252 kB Progress (4): 303/329 kB | 184/358 kB | 70/120 kB | 115/252 kB Progress (4): 303/329 kB | 188/358 kB | 70/120 kB | 115/252 kB Progress (4): 303/329 kB | 188/358 kB | 70/120 kB | 119/252 kB Progress (4): 307/329 kB | 188/358 kB | 70/120 kB | 119/252 kB Progress (4): 307/329 kB | 188/358 kB | 74/120 kB | 119/252 kB Progress (4): 311/329 kB | 188/358 kB | 74/120 kB | 119/252 kB Progress (4): 311/329 kB | 188/358 kB | 74/120 kB | 123/252 kB Progress (4): 311/329 kB | 193/358 kB | 74/120 kB | 123/252 kB Progress (4): 311/329 kB | 193/358 kB | 74/120 kB | 127/252 kB Progress (4): 315/329 kB | 193/358 kB | 74/120 kB | 127/252 kB Progress (4): 315/329 kB | 193/358 kB | 78/120 kB | 127/252 kB Progress (4): 319/329 kB | 193/358 kB | 78/120 kB | 127/252 kB Progress (4): 319/329 kB | 193/358 kB | 78/120 kB | 131/252 kB Progress (4): 319/329 kB | 197/358 kB | 78/120 kB | 131/252 kB Progress (4): 319/329 kB | 197/358 kB | 78/120 kB | 135/252 kB Progress (5): 319/329 kB | 197/358 kB | 78/120 kB | 135/252 kB | 4.1/187 kB Progress (5): 324/329 kB | 197/358 kB | 78/120 kB | 135/252 kB | 4.1/187 kB Progress (5): 324/329 kB | 197/358 kB | 82/120 kB | 135/252 kB | 4.1/187 kB Progress (5): 328/329 kB | 197/358 kB | 82/120 kB | 135/252 kB | 4.1/187 kB Progress (5): 328/329 kB | 197/358 kB | 82/120 kB | 135/252 kB | 8.2/187 kB Progress (5): 328/329 kB | 197/358 kB | 82/120 kB | 139/252 kB | 8.2/187 kB Progress (5): 328/329 kB | 201/358 kB | 82/120 kB | 139/252 kB | 8.2/187 kB Progress (5): 328/329 kB | 201/358 kB | 82/120 kB | 143/252 kB | 8.2/187 kB Progress (5): 328/329 kB | 201/358 kB | 82/120 kB | 143/252 kB | 12/187 kB Progress (5): 329 kB | 201/358 kB | 82/120 kB | 143/252 kB | 12/187 kB Progress (5): 329 kB | 201/358 kB | 86/120 kB | 143/252 kB | 12/187 kB Progress (5): 329 kB | 201/358 kB | 86/120 kB | 143/252 kB | 16/187 kB Progress (5): 329 kB | 201/358 kB | 86/120 kB | 147/252 kB | 16/187 kB Progress (5): 329 kB | 205/358 kB | 86/120 kB | 147/252 kB | 16/187 kB Progress (5): 329 kB | 205/358 kB | 86/120 kB | 152/252 kB | 16/187 kB Progress (5): 329 kB | 205/358 kB | 86/120 kB | 152/252 kB | 20/187 kB Progress (5): 329 kB | 205/358 kB | 90/120 kB | 152/252 kB | 20/187 kB Progress (5): 329 kB | 205/358 kB | 90/120 kB | 152/252 kB | 25/187 kB Progress (5): 329 kB | 205/358 kB | 90/120 kB | 156/252 kB | 25/187 kB Progress (5): 329 kB | 209/358 kB | 90/120 kB | 156/252 kB | 25/187 kB Progress (5): 329 kB | 209/358 kB | 90/120 kB | 160/252 kB | 25/187 kB Progress (5): 329 kB | 209/358 kB | 90/120 kB | 160/252 kB | 29/187 kB Progress (5): 329 kB | 209/358 kB | 94/120 kB | 160/252 kB | 29/187 kB Progress (5): 329 kB | 209/358 kB | 94/120 kB | 160/252 kB | 33/187 kB Progress (5): 329 kB | 209/358 kB | 94/120 kB | 164/252 kB | 33/187 kB Progress (5): 329 kB | 213/358 kB | 94/120 kB | 164/252 kB | 33/187 kB Progress (5): 329 kB | 213/358 kB | 94/120 kB | 168/252 kB | 33/187 kB Progress (5): 329 kB | 213/358 kB | 94/120 kB | 168/252 kB | 37/187 kB Progress (5): 329 kB | 213/358 kB | 98/120 kB | 168/252 kB | 37/187 kB Progress (5): 329 kB | 213/358 kB | 98/120 kB | 168/252 kB | 41/187 kB Progress (5): 329 kB | 213/358 kB | 98/120 kB | 172/252 kB | 41/187 kB Progress (5): 329 kB | 217/358 kB | 98/120 kB | 172/252 kB | 41/187 kB Progress (5): 329 kB | 217/358 kB | 98/120 kB | 176/252 kB | 41/187 kB Progress (5): 329 kB | 217/358 kB | 98/120 kB | 176/252 kB | 45/187 kB Progress (5): 329 kB | 217/358 kB | 102/120 kB | 176/252 kB | 45/187 kB Progress (5): 329 kB | 217/358 kB | 102/120 kB | 176/252 kB | 49/187 kB Progress (5): 329 kB | 217/358 kB | 102/120 kB | 180/252 kB | 49/187 kB Progress (5): 329 kB | 221/358 kB | 102/120 kB | 180/252 kB | 49/187 kB Progress (5): 329 kB | 221/358 kB | 102/120 kB | 184/252 kB | 49/187 kB Progress (5): 329 kB | 221/358 kB | 102/120 kB | 184/252 kB | 53/187 kB Progress (5): 329 kB | 221/358 kB | 106/120 kB | 184/252 kB | 53/187 kB Progress (5): 329 kB | 221/358 kB | 106/120 kB | 184/252 kB | 57/187 kB Progress (5): 329 kB | 221/358 kB | 106/120 kB | 188/252 kB | 57/187 kB Progress (5): 329 kB | 225/358 kB | 106/120 kB | 188/252 kB | 57/187 kB Progress (5): 329 kB | 225/358 kB | 106/120 kB | 193/252 kB | 57/187 kB Progress (5): 329 kB | 225/358 kB | 106/120 kB | 193/252 kB | 61/187 kB Progress (5): 329 kB | 225/358 kB | 111/120 kB | 193/252 kB | 61/187 kB Progress (5): 329 kB | 225/358 kB | 111/120 kB | 193/252 kB | 66/187 kB Progress (5): 329 kB | 225/358 kB | 111/120 kB | 197/252 kB | 66/187 kB Progress (5): 329 kB | 229/358 kB | 111/120 kB | 197/252 kB | 66/187 kB Progress (5): 329 kB | 229/358 kB | 111/120 kB | 201/252 kB | 66/187 kB Progress (5): 329 kB | 229/358 kB | 111/120 kB | 201/252 kB | 70/187 kB Progress (5): 329 kB | 229/358 kB | 115/120 kB | 201/252 kB | 70/187 kB Progress (5): 329 kB | 229/358 kB | 115/120 kB | 201/252 kB | 74/187 kB Progress (5): 329 kB | 229/358 kB | 115/120 kB | 205/252 kB | 74/187 kB Progress (5): 329 kB | 233/358 kB | 115/120 kB | 205/252 kB | 74/187 kB Progress (5): 329 kB | 233/358 kB | 115/120 kB | 209/252 kB | 74/187 kB Progress (5): 329 kB | 233/358 kB | 115/120 kB | 209/252 kB | 78/187 kB Progress (5): 329 kB | 233/358 kB | 119/120 kB | 209/252 kB | 78/187 kB Progress (5): 329 kB | 233/358 kB | 119/120 kB | 209/252 kB | 82/187 kB Progress (5): 329 kB | 233/358 kB | 119/120 kB | 213/252 kB | 82/187 kB Progress (5): 329 kB | 238/358 kB | 119/120 kB | 213/252 kB | 82/187 kB Progress (5): 329 kB | 238/358 kB | 119/120 kB | 217/252 kB | 82/187 kB Progress (5): 329 kB | 238/358 kB | 119/120 kB | 217/252 kB | 86/187 kB Progress (5): 329 kB | 238/358 kB | 120 kB | 217/252 kB | 86/187 kB Progress (5): 329 kB | 238/358 kB | 120 kB | 217/252 kB | 90/187 kB Progress (5): 329 kB | 238/358 kB | 120 kB | 221/252 kB | 90/187 kB Progress (5): 329 kB | 242/358 kB | 120 kB | 221/252 kB | 90/187 kB Progress (5): 329 kB | 242/358 kB | 120 kB | 225/252 kB | 90/187 kB Progress (5): 329 kB | 242/358 kB | 120 kB | 225/252 kB | 94/187 kB Progress (5): 329 kB | 242/358 kB | 120 kB | 229/252 kB | 94/187 kB Progress (5): 329 kB | 246/358 kB | 120 kB | 229/252 kB | 94/187 kB Progress (5): 329 kB | 246/358 kB | 120 kB | 233/252 kB | 94/187 kB Progress (5): 329 kB | 246/358 kB | 120 kB | 233/252 kB | 98/187 kB Progress (5): 329 kB | 246/358 kB | 120 kB | 238/252 kB | 98/187 kB Progress (5): 329 kB | 250/358 kB | 120 kB | 238/252 kB | 98/187 kB Progress (5): 329 kB | 250/358 kB | 120 kB | 242/252 kB | 98/187 kB Progress (5): 329 kB | 250/358 kB | 120 kB | 242/252 kB | 102/187 kB Progress (5): 329 kB | 250/358 kB | 120 kB | 246/252 kB | 102/187 kB Progress (5): 329 kB | 254/358 kB | 120 kB | 246/252 kB | 102/187 kB Progress (5): 329 kB | 254/358 kB | 120 kB | 250/252 kB | 102/187 kB Progress (5): 329 kB | 254/358 kB | 120 kB | 250/252 kB | 106/187 kB Progress (5): 329 kB | 254/358 kB | 120 kB | 252 kB | 106/187 kB Progress (5): 329 kB | 258/358 kB | 120 kB | 252 kB | 106/187 kB Progress (5): 329 kB | 258/358 kB | 120 kB | 252 kB | 111/187 kB Progress (5): 329 kB | 262/358 kB | 120 kB | 252 kB | 111/187 kB Progress (5): 329 kB | 262/358 kB | 120 kB | 252 kB | 115/187 kB Progress (5): 329 kB | 266/358 kB | 120 kB | 252 kB | 115/187 kB Progress (5): 329 kB | 266/358 kB | 120 kB | 252 kB | 119/187 kB Progress (5): 329 kB | 270/358 kB | 120 kB | 252 kB | 119/187 kB Progress (5): 329 kB | 270/358 kB | 120 kB | 252 kB | 123/187 kB Progress (5): 329 kB | 274/358 kB | 120 kB | 252 kB | 123/187 kB Progress (5): 329 kB | 274/358 kB | 120 kB | 252 kB | 127/187 kB Progress (5): 329 kB | 279/358 kB | 120 kB | 252 kB | 127/187 kB Progress (5): 329 kB | 279/358 kB | 120 kB | 252 kB | 131/187 kB Progress (5): 329 kB | 283/358 kB | 120 kB | 252 kB | 131/187 kB Progress (5): 329 kB | 283/358 kB | 120 kB | 252 kB | 135/187 kB Progress (5): 329 kB | 287/358 kB | 120 kB | 252 kB | 135/187 kB Progress (5): 329 kB | 287/358 kB | 120 kB | 252 kB | 139/187 kB Progress (5): 329 kB | 291/358 kB | 120 kB | 252 kB | 139/187 kB Progress (5): 329 kB | 291/358 kB | 120 kB | 252 kB | 143/187 kB Progress (5): 329 kB | 295/358 kB | 120 kB | 252 kB | 143/187 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 659 kB/s) +Progress (4): 299/358 kB | 120 kB | 252 kB | 143/187 kB Progress (4): 299/358 kB | 120 kB | 252 kB | 147/187 kB Progress (4): 303/358 kB | 120 kB | 252 kB | 147/187 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar +Progress (4): 307/358 kB | 120 kB | 252 kB | 147/187 kB Progress (4): 307/358 kB | 120 kB | 252 kB | 152/187 kB Progress (4): 311/358 kB | 120 kB | 252 kB | 152/187 kB Progress (4): 311/358 kB | 120 kB | 252 kB | 156/187 kB Progress (4): 315/358 kB | 120 kB | 252 kB | 156/187 kB Progress (4): 315/358 kB | 120 kB | 252 kB | 160/187 kB Progress (4): 319/358 kB | 120 kB | 252 kB | 160/187 kB Progress (4): 319/358 kB | 120 kB | 252 kB | 164/187 kB Progress (4): 324/358 kB | 120 kB | 252 kB | 164/187 kB Progress (4): 324/358 kB | 120 kB | 252 kB | 168/187 kB Progress (4): 328/358 kB | 120 kB | 252 kB | 168/187 kB Progress (4): 328/358 kB | 120 kB | 252 kB | 172/187 kB Progress (4): 332/358 kB | 120 kB | 252 kB | 172/187 kB Progress (4): 332/358 kB | 120 kB | 252 kB | 176/187 kB Progress (4): 336/358 kB | 120 kB | 252 kB | 176/187 kB Progress (4): 336/358 kB | 120 kB | 252 kB | 180/187 kB Progress (4): 340/358 kB | 120 kB | 252 kB | 180/187 kB Progress (4): 340/358 kB | 120 kB | 252 kB | 184/187 kB Progress (4): 344/358 kB | 120 kB | 252 kB | 184/187 kB Progress (4): 344/358 kB | 120 kB | 252 kB | 187 kB Progress (4): 348/358 kB | 120 kB | 252 kB | 187 kB Progress (4): 352/358 kB | 120 kB | 252 kB | 187 kB Progress (4): 356/358 kB | 120 kB | 252 kB | 187 kB Progress (4): 358 kB | 120 kB | 252 kB | 187 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 235 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 493 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar +Progress (3): 358 kB | 187 kB | 4.1/426 kB Progress (3): 358 kB | 187 kB | 8.2/426 kB Progress (3): 358 kB | 187 kB | 12/426 kB Progress (3): 358 kB | 187 kB | 16/426 kB Progress (3): 358 kB | 187 kB | 20/426 kB Progress (3): 358 kB | 187 kB | 25/426 kB Progress (3): 358 kB | 187 kB | 29/426 kB Progress (3): 358 kB | 187 kB | 33/426 kB Progress (3): 358 kB | 187 kB | 37/426 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 363 kB/s) +Progress (2): 358 kB | 41/426 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar +Progress (2): 358 kB | 45/426 kB Progress (2): 358 kB | 49/426 kB Progress (2): 358 kB | 53/426 kB Progress (2): 358 kB | 57/426 kB Progress (2): 358 kB | 61/426 kB Progress (2): 358 kB | 66/426 kB Progress (2): 358 kB | 70/426 kB Progress (2): 358 kB | 74/426 kB Progress (2): 358 kB | 78/426 kB Progress (2): 358 kB | 82/426 kB Progress (2): 358 kB | 86/426 kB Progress (2): 358 kB | 90/426 kB Progress (2): 358 kB | 94/426 kB Progress (2): 358 kB | 98/426 kB Progress (2): 358 kB | 102/426 kB Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 690 kB/s) +Progress (1): 106/426 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar +Progress (1): 111/426 kB Progress (2): 111/426 kB | 4.1/58 kB Progress (2): 115/426 kB | 4.1/58 kB Progress (2): 115/426 kB | 8.2/58 kB Progress (2): 119/426 kB | 8.2/58 kB Progress (2): 119/426 kB | 12/58 kB Progress (2): 123/426 kB | 12/58 kB Progress (2): 123/426 kB | 16/58 kB Progress (2): 127/426 kB | 16/58 kB Progress (2): 127/426 kB | 20/58 kB Progress (2): 131/426 kB | 20/58 kB Progress (2): 131/426 kB | 25/58 kB Progress (2): 135/426 kB | 25/58 kB Progress (2): 135/426 kB | 29/58 kB Progress (2): 139/426 kB | 29/58 kB Progress (2): 139/426 kB | 33/58 kB Progress (2): 143/426 kB | 33/58 kB Progress (2): 143/426 kB | 37/58 kB Progress (2): 147/426 kB | 37/58 kB Progress (2): 147/426 kB | 41/58 kB Progress (2): 152/426 kB | 41/58 kB Progress (2): 152/426 kB | 45/58 kB Progress (2): 156/426 kB | 45/58 kB Progress (2): 156/426 kB | 49/58 kB Progress (2): 160/426 kB | 49/58 kB Progress (3): 160/426 kB | 49/58 kB | 4.1/100 kB Progress (3): 164/426 kB | 49/58 kB | 4.1/100 kB Progress (3): 164/426 kB | 49/58 kB | 8.2/100 kB Progress (3): 164/426 kB | 53/58 kB | 8.2/100 kB Progress (3): 164/426 kB | 53/58 kB | 12/100 kB Progress (3): 168/426 kB | 53/58 kB | 12/100 kB Progress (3): 168/426 kB | 53/58 kB | 16/100 kB Progress (3): 168/426 kB | 57/58 kB | 16/100 kB Progress (3): 168/426 kB | 57/58 kB | 20/100 kB Progress (3): 172/426 kB | 57/58 kB | 20/100 kB Progress (3): 172/426 kB | 57/58 kB | 25/100 kB Progress (3): 172/426 kB | 58 kB | 25/100 kB Progress (3): 172/426 kB | 58 kB | 29/100 kB Progress (3): 176/426 kB | 58 kB | 29/100 kB Progress (3): 176/426 kB | 58 kB | 33/100 kB Progress (3): 180/426 kB | 58 kB | 33/100 kB Progress (3): 180/426 kB | 58 kB | 37/100 kB Progress (3): 184/426 kB | 58 kB | 37/100 kB Progress (3): 184/426 kB | 58 kB | 41/100 kB Progress (3): 188/426 kB | 58 kB | 41/100 kB Progress (3): 188/426 kB | 58 kB | 45/100 kB Progress (3): 193/426 kB | 58 kB | 45/100 kB Progress (3): 193/426 kB | 58 kB | 49/100 kB Progress (3): 197/426 kB | 58 kB | 49/100 kB Progress (3): 197/426 kB | 58 kB | 53/100 kB Progress (3): 201/426 kB | 58 kB | 53/100 kB Progress (3): 201/426 kB | 58 kB | 57/100 kB Progress (3): 205/426 kB | 58 kB | 57/100 kB Progress (3): 205/426 kB | 58 kB | 61/100 kB Progress (3): 209/426 kB | 58 kB | 61/100 kB Progress (3): 209/426 kB | 58 kB | 66/100 kB Progress (3): 213/426 kB | 58 kB | 66/100 kB Progress (3): 213/426 kB | 58 kB | 70/100 kB Progress (3): 217/426 kB | 58 kB | 70/100 kB Progress (3): 217/426 kB | 58 kB | 74/100 kB Progress (3): 221/426 kB | 58 kB | 74/100 kB Progress (3): 221/426 kB | 58 kB | 78/100 kB Progress (3): 225/426 kB | 58 kB | 78/100 kB Progress (3): 225/426 kB | 58 kB | 82/100 kB Progress (3): 229/426 kB | 58 kB | 82/100 kB Progress (3): 229/426 kB | 58 kB | 86/100 kB Progress (3): 233/426 kB | 58 kB | 86/100 kB Progress (3): 233/426 kB | 58 kB | 90/100 kB Progress (3): 238/426 kB | 58 kB | 90/100 kB Progress (3): 238/426 kB | 58 kB | 94/100 kB Progress (3): 242/426 kB | 58 kB | 94/100 kB Progress (3): 242/426 kB | 58 kB | 98/100 kB Progress (3): 246/426 kB | 58 kB | 98/100 kB Progress (3): 246/426 kB | 58 kB | 100 kB Progress (3): 250/426 kB | 58 kB | 100 kB Progress (4): 250/426 kB | 58 kB | 100 kB | 4.1/247 kB Progress (4): 254/426 kB | 58 kB | 100 kB | 4.1/247 kB Progress (4): 254/426 kB | 58 kB | 100 kB | 8.2/247 kB Progress (4): 258/426 kB | 58 kB | 100 kB | 8.2/247 kB Progress (4): 258/426 kB | 58 kB | 100 kB | 12/247 kB Progress (4): 262/426 kB | 58 kB | 100 kB | 12/247 kB Progress (4): 262/426 kB | 58 kB | 100 kB | 16/247 kB Progress (4): 266/426 kB | 58 kB | 100 kB | 16/247 kB Progress (4): 266/426 kB | 58 kB | 100 kB | 20/247 kB Progress (4): 270/426 kB | 58 kB | 100 kB | 20/247 kB Progress (4): 270/426 kB | 58 kB | 100 kB | 25/247 kB Progress (4): 274/426 kB | 58 kB | 100 kB | 25/247 kB Progress (4): 274/426 kB | 58 kB | 100 kB | 29/247 kB Progress (4): 279/426 kB | 58 kB | 100 kB | 29/247 kB Progress (4): 279/426 kB | 58 kB | 100 kB | 33/247 kB Progress (4): 283/426 kB | 58 kB | 100 kB | 33/247 kB Progress (4): 283/426 kB | 58 kB | 100 kB | 37/247 kB Progress (4): 287/426 kB | 58 kB | 100 kB | 37/247 kB Progress (4): 287/426 kB | 58 kB | 100 kB | 41/247 kB Progress (4): 291/426 kB | 58 kB | 100 kB | 41/247 kB Progress (4): 291/426 kB | 58 kB | 100 kB | 45/247 kB Progress (4): 295/426 kB | 58 kB | 100 kB | 45/247 kB Progress (4): 295/426 kB | 58 kB | 100 kB | 49/247 kB Progress (4): 299/426 kB | 58 kB | 100 kB | 49/247 kB Progress (4): 299/426 kB | 58 kB | 100 kB | 53/247 kB Progress (4): 303/426 kB | 58 kB | 100 kB | 53/247 kB Progress (5): 303/426 kB | 58 kB | 100 kB | 53/247 kB | 4.1/38 kB Progress (5): 307/426 kB | 58 kB | 100 kB | 53/247 kB | 4.1/38 kB Progress (5): 307/426 kB | 58 kB | 100 kB | 57/247 kB | 4.1/38 kB Progress (5): 311/426 kB | 58 kB | 100 kB | 57/247 kB | 4.1/38 kB Progress (5): 311/426 kB | 58 kB | 100 kB | 57/247 kB | 8.2/38 kB Progress (5): 315/426 kB | 58 kB | 100 kB | 57/247 kB | 8.2/38 kB Progress (5): 315/426 kB | 58 kB | 100 kB | 61/247 kB | 8.2/38 kB Progress (5): 319/426 kB | 58 kB | 100 kB | 61/247 kB | 8.2/38 kB Progress (5): 319/426 kB | 58 kB | 100 kB | 61/247 kB | 12/38 kB Progress (5): 324/426 kB | 58 kB | 100 kB | 61/247 kB | 12/38 kB Progress (5): 324/426 kB | 58 kB | 100 kB | 66/247 kB | 12/38 kB Progress (5): 328/426 kB | 58 kB | 100 kB | 66/247 kB | 12/38 kB Progress (5): 328/426 kB | 58 kB | 100 kB | 66/247 kB | 16/38 kB Progress (5): 332/426 kB | 58 kB | 100 kB | 66/247 kB | 16/38 kB Progress (5): 332/426 kB | 58 kB | 100 kB | 70/247 kB | 16/38 kB Progress (5): 336/426 kB | 58 kB | 100 kB | 70/247 kB | 16/38 kB Progress (5): 336/426 kB | 58 kB | 100 kB | 70/247 kB | 20/38 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 108 kB/s) +Progress (4): 340/426 kB | 100 kB | 70/247 kB | 20/38 kB Progress (4): 340/426 kB | 100 kB | 74/247 kB | 20/38 kB Progress (4): 344/426 kB | 100 kB | 74/247 kB | 20/38 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar +Progress (4): 344/426 kB | 100 kB | 74/247 kB | 25/38 kB Progress (4): 348/426 kB | 100 kB | 74/247 kB | 25/38 kB Progress (4): 348/426 kB | 100 kB | 78/247 kB | 25/38 kB Progress (4): 352/426 kB | 100 kB | 78/247 kB | 25/38 kB Progress (4): 352/426 kB | 100 kB | 78/247 kB | 29/38 kB Progress (4): 356/426 kB | 100 kB | 78/247 kB | 29/38 kB Progress (4): 356/426 kB | 100 kB | 82/247 kB | 29/38 kB Progress (4): 360/426 kB | 100 kB | 82/247 kB | 29/38 kB Progress (4): 360/426 kB | 100 kB | 82/247 kB | 33/38 kB Progress (4): 365/426 kB | 100 kB | 82/247 kB | 33/38 kB Progress (4): 365/426 kB | 100 kB | 82/247 kB | 37/38 kB Progress (4): 365/426 kB | 100 kB | 86/247 kB | 37/38 kB Progress (4): 365/426 kB | 100 kB | 86/247 kB | 38 kB Progress (4): 369/426 kB | 100 kB | 86/247 kB | 38 kB Progress (4): 369/426 kB | 100 kB | 90/247 kB | 38 kB Progress (4): 373/426 kB | 100 kB | 90/247 kB | 38 kB Progress (4): 373/426 kB | 100 kB | 94/247 kB | 38 kB Progress (4): 377/426 kB | 100 kB | 94/247 kB | 38 kB Progress (4): 377/426 kB | 100 kB | 98/247 kB | 38 kB Progress (4): 381/426 kB | 100 kB | 98/247 kB | 38 kB Progress (4): 381/426 kB | 100 kB | 102/247 kB | 38 kB Progress (4): 385/426 kB | 100 kB | 102/247 kB | 38 kB Progress (4): 385/426 kB | 100 kB | 106/247 kB | 38 kB Progress (4): 389/426 kB | 100 kB | 106/247 kB | 38 kB Progress (4): 389/426 kB | 100 kB | 111/247 kB | 38 kB Progress (4): 393/426 kB | 100 kB | 111/247 kB | 38 kB Progress (4): 393/426 kB | 100 kB | 115/247 kB | 38 kB Progress (4): 397/426 kB | 100 kB | 115/247 kB | 38 kB Progress (4): 397/426 kB | 100 kB | 119/247 kB | 38 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 184 kB/s) +Progress (3): 397/426 kB | 123/247 kB | 38 kB Progress (3): 401/426 kB | 123/247 kB | 38 kB Progress (3): 401/426 kB | 127/247 kB | 38 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar +Progress (3): 401/426 kB | 131/247 kB | 38 kB Progress (3): 406/426 kB | 131/247 kB | 38 kB Progress (3): 406/426 kB | 135/247 kB | 38 kB Progress (3): 410/426 kB | 135/247 kB | 38 kB Progress (3): 410/426 kB | 139/247 kB | 38 kB Progress (3): 414/426 kB | 139/247 kB | 38 kB Progress (3): 414/426 kB | 143/247 kB | 38 kB Progress (3): 418/426 kB | 143/247 kB | 38 kB Progress (3): 418/426 kB | 147/247 kB | 38 kB Progress (3): 422/426 kB | 147/247 kB | 38 kB Progress (3): 422/426 kB | 152/247 kB | 38 kB Progress (3): 426 kB | 152/247 kB | 38 kB Progress (3): 426 kB | 156/247 kB | 38 kB Progress (3): 426 kB | 160/247 kB | 38 kB Progress (3): 426 kB | 164/247 kB | 38 kB Progress (3): 426 kB | 168/247 kB | 38 kB Progress (3): 426 kB | 172/247 kB | 38 kB Progress (3): 426 kB | 176/247 kB | 38 kB Progress (3): 426 kB | 180/247 kB | 38 kB Progress (3): 426 kB | 184/247 kB | 38 kB Progress (3): 426 kB | 188/247 kB | 38 kB Progress (3): 426 kB | 193/247 kB | 38 kB Progress (3): 426 kB | 197/247 kB | 38 kB Progress (3): 426 kB | 201/247 kB | 38 kB Progress (3): 426 kB | 205/247 kB | 38 kB Progress (3): 426 kB | 209/247 kB | 38 kB Progress (3): 426 kB | 213/247 kB | 38 kB Progress (3): 426 kB | 217/247 kB | 38 kB Progress (3): 426 kB | 221/247 kB | 38 kB Progress (3): 426 kB | 225/247 kB | 38 kB Progress (3): 426 kB | 229/247 kB | 38 kB Progress (3): 426 kB | 233/247 kB | 38 kB Progress (3): 426 kB | 238/247 kB | 38 kB Progress (3): 426 kB | 242/247 kB | 38 kB Progress (3): 426 kB | 246/247 kB | 38 kB Progress (3): 426 kB | 247 kB | 38 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 69 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar +Progress (3): 426 kB | 247 kB | 4.1/39 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar (426 kB at 771 kB/s) +Progress (2): 247 kB | 8.2/39 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.7/maven-dependency-analyzer-1.7.jar +Progress (2): 247 kB | 12/39 kB Progress (2): 247 kB | 16/39 kB Progress (3): 247 kB | 16/39 kB | 4.1/43 kB Progress (3): 247 kB | 20/39 kB | 4.1/43 kB Progress (3): 247 kB | 20/39 kB | 8.2/43 kB Progress (3): 247 kB | 25/39 kB | 8.2/43 kB Progress (3): 247 kB | 25/39 kB | 12/43 kB Progress (3): 247 kB | 29/39 kB | 12/43 kB Progress (3): 247 kB | 29/39 kB | 16/43 kB Progress (3): 247 kB | 33/39 kB | 16/43 kB Progress (3): 247 kB | 37/39 kB | 16/43 kB Progress (3): 247 kB | 39 kB | 16/43 kB Progress (3): 247 kB | 39 kB | 20/43 kB Progress (3): 247 kB | 39 kB | 25/43 kB Progress (3): 247 kB | 39 kB | 29/43 kB Progress (3): 247 kB | 39 kB | 33/43 kB Progress (3): 247 kB | 39 kB | 37/43 kB Progress (3): 247 kB | 39 kB | 41/43 kB Progress (3): 247 kB | 39 kB | 43 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 445 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar +Progress (3): 39 kB | 43 kB | 4.1/81 kB Progress (3): 39 kB | 43 kB | 8.2/81 kB Progress (3): 39 kB | 43 kB | 12/81 kB Progress (3): 39 kB | 43 kB | 16/81 kB Progress (3): 39 kB | 43 kB | 20/81 kB Progress (3): 39 kB | 43 kB | 25/81 kB Progress (3): 39 kB | 43 kB | 29/81 kB Progress (3): 39 kB | 43 kB | 33/81 kB Progress (3): 39 kB | 43 kB | 37/81 kB Progress (3): 39 kB | 43 kB | 41/81 kB Progress (3): 39 kB | 43 kB | 45/81 kB Progress (3): 39 kB | 43 kB | 49/81 kB Progress (3): 39 kB | 43 kB | 53/81 kB Progress (3): 39 kB | 43 kB | 57/81 kB Progress (3): 39 kB | 43 kB | 61/81 kB Progress (3): 39 kB | 43 kB | 66/81 kB Progress (3): 39 kB | 43 kB | 70/81 kB Progress (3): 39 kB | 43 kB | 74/81 kB Progress (3): 39 kB | 43 kB | 78/81 kB Progress (3): 39 kB | 43 kB | 81 kB Progress (4): 39 kB | 43 kB | 81 kB | 4.1/35 kB Progress (4): 39 kB | 43 kB | 81 kB | 8.2/35 kB Progress (4): 39 kB | 43 kB | 81 kB | 12/35 kB Progress (4): 39 kB | 43 kB | 81 kB | 16/35 kB Progress (4): 39 kB | 43 kB | 81 kB | 20/35 kB Progress (4): 39 kB | 43 kB | 81 kB | 25/35 kB Progress (4): 39 kB | 43 kB | 81 kB | 29/35 kB Progress (4): 39 kB | 43 kB | 81 kB | 33/35 kB Progress (4): 39 kB | 43 kB | 81 kB | 35 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 70 kB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 75 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar +Progress (3): 81 kB | 35 kB | 4.1/53 kB Progress (3): 81 kB | 35 kB | 8.2/53 kB Progress (3): 81 kB | 35 kB | 12/53 kB Progress (3): 81 kB | 35 kB | 16/53 kB Progress (3): 81 kB | 35 kB | 20/53 kB Progress (3): 81 kB | 35 kB | 25/53 kB Progress (3): 81 kB | 35 kB | 29/53 kB Progress (3): 81 kB | 35 kB | 33/53 kB Progress (3): 81 kB | 35 kB | 37/53 kB Progress (3): 81 kB | 35 kB | 41/53 kB Progress (3): 81 kB | 35 kB | 45/53 kB Progress (3): 81 kB | 35 kB | 49/53 kB Progress (3): 81 kB | 35 kB | 53 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar (81 kB at 139 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar +Progress (3): 35 kB | 53 kB | 4.1/37 kB Progress (3): 35 kB | 53 kB | 8.2/37 kB Progress (3): 35 kB | 53 kB | 12/37 kB Progress (3): 35 kB | 53 kB | 16/37 kB Progress (3): 35 kB | 53 kB | 20/37 kB Progress (3): 35 kB | 53 kB | 25/37 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.7/maven-dependency-analyzer-1.7.jar (35 kB at 60 kB/s) +Progress (2): 53 kB | 29/37 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar +Progress (2): 53 kB | 33/37 kB Progress (2): 53 kB | 37 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar (53 kB at 90 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar +Progress (2): 37 kB | 4.1/61 kB Progress (2): 37 kB | 8.2/61 kB Progress (2): 37 kB | 12/61 kB Progress (2): 37 kB | 16/61 kB Progress (2): 37 kB | 20/61 kB Progress (2): 37 kB | 25/61 kB Progress (2): 37 kB | 29/61 kB Progress (2): 37 kB | 33/61 kB Progress (2): 37 kB | 37/61 kB Progress (3): 37 kB | 37/61 kB | 4.1/134 kB Progress (3): 37 kB | 41/61 kB | 4.1/134 kB Progress (3): 37 kB | 41/61 kB | 8.2/134 kB Progress (3): 37 kB | 45/61 kB | 8.2/134 kB Progress (3): 37 kB | 45/61 kB | 12/134 kB Progress (3): 37 kB | 49/61 kB | 12/134 kB Progress (3): 37 kB | 49/61 kB | 16/134 kB Progress (3): 37 kB | 53/61 kB | 16/134 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 62 kB/s) +Progress (2): 57/61 kB | 16/134 kB Progress (2): 57/61 kB | 20/134 kB Progress (2): 61/61 kB | 20/134 kB Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar +Progress (2): 61 kB | 20/134 kB Progress (2): 61 kB | 25/134 kB Progress (2): 61 kB | 29/134 kB Progress (2): 61 kB | 33/134 kB Progress (2): 61 kB | 37/134 kB Progress (2): 61 kB | 41/134 kB Progress (2): 61 kB | 45/134 kB Progress (2): 61 kB | 49/134 kB Progress (2): 61 kB | 53/134 kB Progress (2): 61 kB | 57/134 kB Progress (3): 61 kB | 57/134 kB | 4.1/123 kB Progress (3): 61 kB | 61/134 kB | 4.1/123 kB Progress (3): 61 kB | 61/134 kB | 8.2/123 kB Progress (3): 61 kB | 66/134 kB | 8.2/123 kB Progress (3): 61 kB | 66/134 kB | 12/123 kB Progress (3): 61 kB | 70/134 kB | 12/123 kB Progress (3): 61 kB | 70/134 kB | 16/123 kB Progress (3): 61 kB | 74/134 kB | 16/123 kB Progress (3): 61 kB | 74/134 kB | 20/123 kB Progress (3): 61 kB | 78/134 kB | 20/123 kB Progress (3): 61 kB | 78/134 kB | 25/123 kB Progress (3): 61 kB | 82/134 kB | 25/123 kB Progress (3): 61 kB | 82/134 kB | 29/123 kB Progress (3): 61 kB | 86/134 kB | 29/123 kB Progress (3): 61 kB | 86/134 kB | 33/123 kB Progress (3): 61 kB | 90/134 kB | 33/123 kB Progress (3): 61 kB | 90/134 kB | 37/123 kB Progress (3): 61 kB | 94/134 kB | 37/123 kB Progress (3): 61 kB | 94/134 kB | 41/123 kB Progress (3): 61 kB | 98/134 kB | 41/123 kB Progress (3): 61 kB | 98/134 kB | 45/123 kB Progress (3): 61 kB | 102/134 kB | 45/123 kB Progress (3): 61 kB | 102/134 kB | 49/123 kB Progress (3): 61 kB | 106/134 kB | 49/123 kB Progress (3): 61 kB | 106/134 kB | 53/123 kB Progress (3): 61 kB | 111/134 kB | 53/123 kB Progress (3): 61 kB | 111/134 kB | 57/123 kB Progress (3): 61 kB | 115/134 kB | 57/123 kB Progress (3): 61 kB | 115/134 kB | 61/123 kB Progress (3): 61 kB | 119/134 kB | 61/123 kB Progress (3): 61 kB | 119/134 kB | 66/123 kB Progress (3): 61 kB | 123/134 kB | 66/123 kB Progress (3): 61 kB | 123/134 kB | 70/123 kB Progress (3): 61 kB | 127/134 kB | 70/123 kB Progress (3): 61 kB | 127/134 kB | 74/123 kB Progress (3): 61 kB | 131/134 kB | 74/123 kB Progress (3): 61 kB | 131/134 kB | 78/123 kB Progress (3): 61 kB | 134 kB | 78/123 kB Progress (3): 61 kB | 134 kB | 82/123 kB Progress (3): 61 kB | 134 kB | 86/123 kB Progress (3): 61 kB | 134 kB | 90/123 kB Progress (3): 61 kB | 134 kB | 94/123 kB Progress (3): 61 kB | 134 kB | 98/123 kB Progress (3): 61 kB | 134 kB | 102/123 kB Progress (3): 61 kB | 134 kB | 106/123 kB Progress (3): 61 kB | 134 kB | 111/123 kB Progress (3): 61 kB | 134 kB | 115/123 kB Progress (3): 61 kB | 134 kB | 119/123 kB Progress (3): 61 kB | 134 kB | 123/123 kB Progress (3): 61 kB | 134 kB | 123 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 101 kB/s) +Progress (3): 134 kB | 123 kB | 4.1/26 kB Progress (4): 134 kB | 123 kB | 4.1/26 kB | 4.1/233 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar +Progress (4): 134 kB | 123 kB | 4.1/26 kB | 8.2/233 kB Progress (4): 134 kB | 123 kB | 8.2/26 kB | 8.2/233 kB Progress (4): 134 kB | 123 kB | 8.2/26 kB | 12/233 kB Progress (4): 134 kB | 123 kB | 12/26 kB | 12/233 kB Progress (4): 134 kB | 123 kB | 12/26 kB | 16/233 kB Progress (4): 134 kB | 123 kB | 16/26 kB | 16/233 kB Progress (4): 134 kB | 123 kB | 16/26 kB | 20/233 kB Progress (4): 134 kB | 123 kB | 20/26 kB | 20/233 kB Progress (4): 134 kB | 123 kB | 20/26 kB | 25/233 kB Progress (4): 134 kB | 123 kB | 25/26 kB | 25/233 kB Progress (4): 134 kB | 123 kB | 25/26 kB | 29/233 kB Progress (4): 134 kB | 123 kB | 26 kB | 29/233 kB Progress (4): 134 kB | 123 kB | 26 kB | 33/233 kB Progress (4): 134 kB | 123 kB | 26 kB | 37/233 kB Progress (4): 134 kB | 123 kB | 26 kB | 41/233 kB Progress (4): 134 kB | 123 kB | 26 kB | 45/233 kB Progress (4): 134 kB | 123 kB | 26 kB | 49/233 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 218 kB/s) +Progress (3): 123 kB | 26 kB | 53/233 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar +Progress (3): 123 kB | 26 kB | 57/233 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar (123 kB at 200 kB/s) +Progress (2): 26 kB | 61/233 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar +Progress (2): 26 kB | 66/233 kB Progress (2): 26 kB | 70/233 kB Progress (2): 26 kB | 74/233 kB Progress (2): 26 kB | 78/233 kB Progress (2): 26 kB | 82/233 kB Progress (2): 26 kB | 86/233 kB Progress (2): 26 kB | 90/233 kB Progress (2): 26 kB | 94/233 kB Progress (2): 26 kB | 98/233 kB Progress (2): 26 kB | 102/233 kB Progress (2): 26 kB | 106/233 kB Progress (2): 26 kB | 111/233 kB Progress (2): 26 kB | 115/233 kB Progress (2): 26 kB | 119/233 kB Progress (2): 26 kB | 123/233 kB Progress (2): 26 kB | 127/233 kB Progress (2): 26 kB | 131/233 kB Progress (2): 26 kB | 135/233 kB Progress (2): 26 kB | 139/233 kB Progress (2): 26 kB | 143/233 kB Progress (2): 26 kB | 147/233 kB Progress (2): 26 kB | 152/233 kB Progress (2): 26 kB | 156/233 kB Progress (2): 26 kB | 160/233 kB Progress (2): 26 kB | 164/233 kB Progress (2): 26 kB | 168/233 kB Progress (2): 26 kB | 172/233 kB Progress (2): 26 kB | 176/233 kB Progress (2): 26 kB | 180/233 kB Progress (2): 26 kB | 184/233 kB Progress (2): 26 kB | 188/233 kB Progress (2): 26 kB | 193/233 kB Progress (2): 26 kB | 197/233 kB Progress (2): 26 kB | 201/233 kB Progress (2): 26 kB | 205/233 kB Progress (2): 26 kB | 209/233 kB Progress (2): 26 kB | 213/233 kB Progress (2): 26 kB | 217/233 kB Progress (2): 26 kB | 221/233 kB Progress (2): 26 kB | 225/233 kB Progress (2): 26 kB | 229/233 kB Progress (2): 26 kB | 233 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 42 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar +Progress (2): 233 kB | 4.1/284 kB Progress (2): 233 kB | 8.2/284 kB Progress (2): 233 kB | 12/284 kB Progress (2): 233 kB | 16/284 kB Progress (2): 233 kB | 20/284 kB Progress (2): 233 kB | 25/284 kB Progress (2): 233 kB | 29/284 kB Progress (2): 233 kB | 33/284 kB Progress (2): 233 kB | 37/284 kB Progress (2): 233 kB | 41/284 kB Progress (2): 233 kB | 45/284 kB Progress (2): 233 kB | 49/284 kB Progress (2): 233 kB | 53/284 kB Progress (2): 233 kB | 57/284 kB Progress (2): 233 kB | 61/284 kB Progress (2): 233 kB | 66/284 kB Progress (2): 233 kB | 70/284 kB Progress (2): 233 kB | 74/284 kB Progress (2): 233 kB | 78/284 kB Progress (2): 233 kB | 82/284 kB Progress (2): 233 kB | 86/284 kB Progress (2): 233 kB | 90/284 kB Progress (2): 233 kB | 94/284 kB Progress (2): 233 kB | 98/284 kB Progress (2): 233 kB | 102/284 kB Progress (2): 233 kB | 106/284 kB Progress (2): 233 kB | 111/284 kB Progress (2): 233 kB | 115/284 kB Progress (2): 233 kB | 119/284 kB Progress (3): 233 kB | 119/284 kB | 4.1/588 kB Progress (3): 233 kB | 123/284 kB | 4.1/588 kB Progress (3): 233 kB | 123/284 kB | 8.2/588 kB Progress (3): 233 kB | 127/284 kB | 8.2/588 kB Progress (3): 233 kB | 127/284 kB | 12/588 kB Progress (3): 233 kB | 131/284 kB | 12/588 kB Progress (3): 233 kB | 131/284 kB | 16/588 kB Progress (3): 233 kB | 135/284 kB | 16/588 kB Progress (3): 233 kB | 135/284 kB | 20/588 kB Progress (3): 233 kB | 139/284 kB | 20/588 kB Progress (3): 233 kB | 139/284 kB | 25/588 kB Progress (3): 233 kB | 143/284 kB | 25/588 kB Progress (3): 233 kB | 143/284 kB | 29/588 kB Progress (3): 233 kB | 147/284 kB | 29/588 kB Progress (3): 233 kB | 147/284 kB | 33/588 kB Progress (3): 233 kB | 152/284 kB | 33/588 kB Progress (3): 233 kB | 152/284 kB | 37/588 kB Progress (3): 233 kB | 156/284 kB | 37/588 kB Progress (3): 233 kB | 156/284 kB | 41/588 kB Progress (3): 233 kB | 160/284 kB | 41/588 kB Progress (3): 233 kB | 160/284 kB | 45/588 kB Progress (3): 233 kB | 164/284 kB | 45/588 kB Progress (3): 233 kB | 164/284 kB | 49/588 kB Progress (3): 233 kB | 168/284 kB | 49/588 kB Progress (3): 233 kB | 168/284 kB | 53/588 kB Progress (3): 233 kB | 172/284 kB | 53/588 kB Progress (3): 233 kB | 172/284 kB | 57/588 kB Progress (3): 233 kB | 176/284 kB | 57/588 kB Progress (3): 233 kB | 176/284 kB | 61/588 kB Progress (3): 233 kB | 180/284 kB | 61/588 kB Progress (3): 233 kB | 180/284 kB | 66/588 kB Progress (3): 233 kB | 184/284 kB | 66/588 kB Progress (3): 233 kB | 184/284 kB | 70/588 kB Progress (3): 233 kB | 188/284 kB | 70/588 kB Progress (3): 233 kB | 188/284 kB | 74/588 kB Progress (3): 233 kB | 193/284 kB | 74/588 kB Progress (3): 233 kB | 193/284 kB | 78/588 kB Progress (3): 233 kB | 197/284 kB | 78/588 kB Progress (3): 233 kB | 197/284 kB | 82/588 kB Progress (3): 233 kB | 201/284 kB | 82/588 kB Progress (3): 233 kB | 201/284 kB | 86/588 kB Progress (3): 233 kB | 205/284 kB | 86/588 kB Progress (3): 233 kB | 205/284 kB | 90/588 kB Progress (4): 233 kB | 205/284 kB | 90/588 kB | 4.1/165 kB Progress (4): 233 kB | 209/284 kB | 90/588 kB | 4.1/165 kB Progress (4): 233 kB | 209/284 kB | 90/588 kB | 8.2/165 kB Progress (4): 233 kB | 213/284 kB | 90/588 kB | 8.2/165 kB Progress (4): 233 kB | 213/284 kB | 94/588 kB | 8.2/165 kB Progress (4): 233 kB | 217/284 kB | 94/588 kB | 8.2/165 kB Progress (4): 233 kB | 217/284 kB | 94/588 kB | 12/165 kB Progress (4): 233 kB | 221/284 kB | 94/588 kB | 12/165 kB Progress (4): 233 kB | 221/284 kB | 98/588 kB | 12/165 kB Progress (4): 233 kB | 225/284 kB | 98/588 kB | 12/165 kB Progress (4): 233 kB | 225/284 kB | 98/588 kB | 16/165 kB Progress (4): 233 kB | 229/284 kB | 98/588 kB | 16/165 kB Progress (4): 233 kB | 229/284 kB | 102/588 kB | 16/165 kB Progress (4): 233 kB | 233/284 kB | 102/588 kB | 16/165 kB Progress (4): 233 kB | 233/284 kB | 102/588 kB | 20/165 kB Progress (4): 233 kB | 238/284 kB | 102/588 kB | 20/165 kB Progress (4): 233 kB | 238/284 kB | 106/588 kB | 20/165 kB Progress (4): 233 kB | 242/284 kB | 106/588 kB | 20/165 kB Progress (4): 233 kB | 242/284 kB | 106/588 kB | 25/165 kB Progress (4): 233 kB | 246/284 kB | 106/588 kB | 25/165 kB Progress (4): 233 kB | 246/284 kB | 111/588 kB | 25/165 kB Progress (4): 233 kB | 246/284 kB | 111/588 kB | 29/165 kB Progress (4): 233 kB | 246/284 kB | 115/588 kB | 29/165 kB Progress (4): 233 kB | 250/284 kB | 115/588 kB | 29/165 kB Progress (4): 233 kB | 250/284 kB | 119/588 kB | 29/165 kB Progress (4): 233 kB | 250/284 kB | 119/588 kB | 33/165 kB Progress (4): 233 kB | 250/284 kB | 123/588 kB | 33/165 kB Progress (4): 233 kB | 254/284 kB | 123/588 kB | 33/165 kB Progress (4): 233 kB | 254/284 kB | 127/588 kB | 33/165 kB Progress (4): 233 kB | 254/284 kB | 127/588 kB | 37/165 kB Progress (4): 233 kB | 254/284 kB | 131/588 kB | 37/165 kB Progress (4): 233 kB | 258/284 kB | 131/588 kB | 37/165 kB Progress (5): 233 kB | 258/284 kB | 131/588 kB | 37/165 kB | 4.1/38 kB Progress (5): 233 kB | 262/284 kB | 131/588 kB | 37/165 kB | 4.1/38 kB Progress (5): 233 kB | 262/284 kB | 135/588 kB | 37/165 kB | 4.1/38 kB Progress (5): 233 kB | 262/284 kB | 135/588 kB | 41/165 kB | 4.1/38 kB Progress (5): 233 kB | 262/284 kB | 139/588 kB | 41/165 kB | 4.1/38 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 364 kB/s) +Progress (4): 266/284 kB | 139/588 kB | 41/165 kB | 4.1/38 kB Progress (4): 266/284 kB | 139/588 kB | 41/165 kB | 8.2/38 kB Progress (4): 270/284 kB | 139/588 kB | 41/165 kB | 8.2/38 kB Progress (4): 270/284 kB | 143/588 kB | 41/165 kB | 8.2/38 kB Progress (4): 270/284 kB | 143/588 kB | 45/165 kB | 8.2/38 kB Progress (4): 270/284 kB | 147/588 kB | 45/165 kB | 8.2/38 kB Progress (4): 274/284 kB | 147/588 kB | 45/165 kB | 8.2/38 kB Progress (4): 274/284 kB | 147/588 kB | 45/165 kB | 12/38 kB Progress (4): 279/284 kB | 147/588 kB | 45/165 kB | 12/38 kB Progress (4): 279/284 kB | 152/588 kB | 45/165 kB | 12/38 kB Progress (4): 279/284 kB | 152/588 kB | 49/165 kB | 12/38 kB Progress (4): 279/284 kB | 156/588 kB | 49/165 kB | 12/38 kB Progress (4): 283/284 kB | 156/588 kB | 49/165 kB | 12/38 kB Progress (4): 283/284 kB | 156/588 kB | 49/165 kB | 16/38 kB Progress (4): 284 kB | 156/588 kB | 49/165 kB | 16/38 kB Progress (4): 284 kB | 160/588 kB | 49/165 kB | 16/38 kB Progress (4): 284 kB | 160/588 kB | 53/165 kB | 16/38 kB Progress (4): 284 kB | 164/588 kB | 53/165 kB | 16/38 kB Progress (4): 284 kB | 164/588 kB | 53/165 kB | 20/38 kB Progress (4): 284 kB | 168/588 kB | 53/165 kB | 20/38 kB Progress (4): 284 kB | 168/588 kB | 57/165 kB | 20/38 kB Progress (4): 284 kB | 172/588 kB | 57/165 kB | 20/38 kB Progress (4): 284 kB | 172/588 kB | 57/165 kB | 25/38 kB Progress (4): 284 kB | 176/588 kB | 57/165 kB | 25/38 kB Progress (4): 284 kB | 176/588 kB | 61/165 kB | 25/38 kB Progress (4): 284 kB | 180/588 kB | 61/165 kB | 25/38 kB Progress (4): 284 kB | 180/588 kB | 61/165 kB | 29/38 kB Progress (4): 284 kB | 184/588 kB | 61/165 kB | 29/38 kB Progress (4): 284 kB | 184/588 kB | 66/165 kB | 29/38 kB Progress (4): 284 kB | 188/588 kB | 66/165 kB | 29/38 kB Progress (4): 284 kB | 188/588 kB | 66/165 kB | 33/38 kB Progress (4): 284 kB | 193/588 kB | 66/165 kB | 33/38 kB Progress (4): 284 kB | 193/588 kB | 70/165 kB | 33/38 kB Progress (4): 284 kB | 197/588 kB | 70/165 kB | 33/38 kB Progress (4): 284 kB | 197/588 kB | 70/165 kB | 37/38 kB Progress (4): 284 kB | 201/588 kB | 70/165 kB | 37/38 kB Progress (4): 284 kB | 201/588 kB | 74/165 kB | 37/38 kB Progress (4): 284 kB | 205/588 kB | 74/165 kB | 37/38 kB Progress (4): 284 kB | 205/588 kB | 74/165 kB | 38 kB Progress (4): 284 kB | 209/588 kB | 74/165 kB | 38 kB Progress (4): 284 kB | 209/588 kB | 78/165 kB | 38 kB Progress (4): 284 kB | 213/588 kB | 78/165 kB | 38 kB Progress (4): 284 kB | 213/588 kB | 82/165 kB | 38 kB Progress (4): 284 kB | 217/588 kB | 82/165 kB | 38 kB Progress (4): 284 kB | 217/588 kB | 86/165 kB | 38 kB Progress (4): 284 kB | 221/588 kB | 86/165 kB | 38 kB Progress (4): 284 kB | 221/588 kB | 90/165 kB | 38 kB Progress (4): 284 kB | 225/588 kB | 90/165 kB | 38 kB Progress (4): 284 kB | 225/588 kB | 94/165 kB | 38 kB Progress (4): 284 kB | 229/588 kB | 94/165 kB | 38 kB Progress (4): 284 kB | 229/588 kB | 98/165 kB | 38 kB Progress (4): 284 kB | 233/588 kB | 98/165 kB | 38 kB Progress (4): 284 kB | 233/588 kB | 102/165 kB | 38 kB Progress (4): 284 kB | 238/588 kB | 102/165 kB | 38 kB Progress (4): 284 kB | 238/588 kB | 106/165 kB | 38 kB Progress (4): 284 kB | 242/588 kB | 106/165 kB | 38 kB Progress (4): 284 kB | 242/588 kB | 111/165 kB | 38 kB Progress (4): 284 kB | 246/588 kB | 111/165 kB | 38 kB Progress (4): 284 kB | 246/588 kB | 115/165 kB | 38 kB Progress (4): 284 kB | 250/588 kB | 115/165 kB | 38 kB Progress (4): 284 kB | 250/588 kB | 119/165 kB | 38 kB Progress (4): 284 kB | 254/588 kB | 119/165 kB | 38 kB Progress (4): 284 kB | 254/588 kB | 123/165 kB | 38 kB Progress (4): 284 kB | 258/588 kB | 123/165 kB | 38 kB Progress (4): 284 kB | 258/588 kB | 127/165 kB | 38 kB Progress (4): 284 kB | 262/588 kB | 127/165 kB | 38 kB Progress (4): 284 kB | 262/588 kB | 131/165 kB | 38 kB Progress (4): 284 kB | 266/588 kB | 131/165 kB | 38 kB Progress (4): 284 kB | 266/588 kB | 135/165 kB | 38 kB Progress (4): 284 kB | 270/588 kB | 135/165 kB | 38 kB Progress (4): 284 kB | 270/588 kB | 139/165 kB | 38 kB Progress (4): 284 kB | 274/588 kB | 139/165 kB | 38 kB Progress (4): 284 kB | 274/588 kB | 143/165 kB | 38 kB Progress (4): 284 kB | 279/588 kB | 143/165 kB | 38 kB Progress (4): 284 kB | 279/588 kB | 147/165 kB | 38 kB Progress (4): 284 kB | 283/588 kB | 147/165 kB | 38 kB Progress (4): 284 kB | 283/588 kB | 152/165 kB | 38 kB Progress (4): 284 kB | 287/588 kB | 152/165 kB | 38 kB Progress (4): 284 kB | 287/588 kB | 156/165 kB | 38 kB Progress (4): 284 kB | 291/588 kB | 156/165 kB | 38 kB Progress (4): 284 kB | 291/588 kB | 160/165 kB | 38 kB Progress (4): 284 kB | 295/588 kB | 160/165 kB | 38 kB Progress (4): 284 kB | 295/588 kB | 164/165 kB | 38 kB Progress (4): 284 kB | 299/588 kB | 164/165 kB | 38 kB Progress (4): 284 kB | 299/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 303/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 307/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 311/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 315/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 319/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 324/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 328/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 332/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 336/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 340/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 344/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 348/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 352/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 356/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 360/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 365/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 369/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 373/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 377/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 381/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 385/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 389/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 393/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 397/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 401/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 406/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 410/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 414/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 418/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 422/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 426/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 430/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 434/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 438/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 442/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 446/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 451/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 455/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 459/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 463/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 467/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 471/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 475/588 kB | 165 kB | 38 kB Progress (4): 284 kB | 479/588 kB | 165 kB | 38 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 435 kB/s) +Progress (3): 483/588 kB | 165 kB | 38 kB Progress (3): 487/588 kB | 165 kB | 38 kB Progress (3): 492/588 kB | 165 kB | 38 kB Progress (3): 496/588 kB | 165 kB | 38 kB Progress (3): 500/588 kB | 165 kB | 38 kB Progress (3): 504/588 kB | 165 kB | 38 kB Progress (3): 508/588 kB | 165 kB | 38 kB Progress (3): 512/588 kB | 165 kB | 38 kB Progress (3): 516/588 kB | 165 kB | 38 kB Progress (3): 520/588 kB | 165 kB | 38 kB Progress (3): 524/588 kB | 165 kB | 38 kB Progress (3): 528/588 kB | 165 kB | 38 kB Progress (3): 532/588 kB | 165 kB | 38 kB Progress (3): 537/588 kB | 165 kB | 38 kB Progress (3): 541/588 kB | 165 kB | 38 kB Progress (3): 545/588 kB | 165 kB | 38 kB Progress (3): 549/588 kB | 165 kB | 38 kB Progress (3): 553/588 kB | 165 kB | 38 kB Progress (3): 557/588 kB | 165 kB | 38 kB Progress (3): 561/588 kB | 165 kB | 38 kB Progress (3): 565/588 kB | 165 kB | 38 kB Progress (3): 569/588 kB | 165 kB | 38 kB Progress (3): 573/588 kB | 165 kB | 38 kB Progress (3): 578/588 kB | 165 kB | 38 kB Progress (3): 582/588 kB | 165 kB | 38 kB Progress (3): 586/588 kB | 165 kB | 38 kB Progress (3): 588 kB | 165 kB | 38 kB Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 57 kB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 250 kB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 883 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar +Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar +Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar +Progress (1): 4.1/20 kB Progress (1): 8.2/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Progress (2): 20 kB | 4.1/328 kB Progress (2): 20 kB | 8.2/328 kB Progress (3): 20 kB | 8.2/328 kB | 4.1/284 kB Progress (3): 20 kB | 12/328 kB | 4.1/284 kB Progress (3): 20 kB | 12/328 kB | 8.2/284 kB Progress (3): 20 kB | 16/328 kB | 8.2/284 kB Progress (3): 20 kB | 16/328 kB | 12/284 kB Progress (3): 20 kB | 16/328 kB | 16/284 kB Progress (3): 20 kB | 16/328 kB | 20/284 kB Progress (3): 20 kB | 16/328 kB | 25/284 kB Progress (3): 20 kB | 20/328 kB | 25/284 kB Progress (3): 20 kB | 20/328 kB | 29/284 kB Progress (3): 20 kB | 25/328 kB | 29/284 kB Progress (3): 20 kB | 25/328 kB | 33/284 kB Progress (3): 20 kB | 29/328 kB | 33/284 kB Progress (3): 20 kB | 29/328 kB | 37/284 kB Progress (3): 20 kB | 33/328 kB | 37/284 kB Progress (3): 20 kB | 33/328 kB | 41/284 kB Progress (3): 20 kB | 37/328 kB | 41/284 kB Progress (3): 20 kB | 37/328 kB | 45/284 kB Progress (3): 20 kB | 41/328 kB | 45/284 kB Progress (3): 20 kB | 41/328 kB | 49/284 kB Progress (3): 20 kB | 45/328 kB | 49/284 kB Progress (3): 20 kB | 45/328 kB | 53/284 kB Progress (3): 20 kB | 49/328 kB | 53/284 kB Progress (3): 20 kB | 49/328 kB | 57/284 kB Progress (3): 20 kB | 49/328 kB | 61/284 kB Progress (3): 20 kB | 49/328 kB | 66/284 kB Progress (3): 20 kB | 49/328 kB | 70/284 kB Progress (3): 20 kB | 49/328 kB | 74/284 kB Progress (4): 20 kB | 49/328 kB | 74/284 kB | 4.1/780 kB Progress (4): 20 kB | 49/328 kB | 78/284 kB | 4.1/780 kB Progress (4): 20 kB | 49/328 kB | 78/284 kB | 8.2/780 kB Progress (4): 20 kB | 49/328 kB | 82/284 kB | 8.2/780 kB Progress (4): 20 kB | 49/328 kB | 82/284 kB | 12/780 kB Progress (4): 20 kB | 49/328 kB | 86/284 kB | 12/780 kB Progress (4): 20 kB | 49/328 kB | 86/284 kB | 16/780 kB Progress (4): 20 kB | 49/328 kB | 90/284 kB | 16/780 kB Progress (4): 20 kB | 49/328 kB | 90/284 kB | 20/780 kB Progress (4): 20 kB | 53/328 kB | 90/284 kB | 20/780 kB Progress (4): 20 kB | 53/328 kB | 94/284 kB | 20/780 kB Progress (4): 20 kB | 57/328 kB | 94/284 kB | 20/780 kB Progress (4): 20 kB | 57/328 kB | 94/284 kB | 25/780 kB Progress (4): 20 kB | 61/328 kB | 94/284 kB | 25/780 kB Progress (4): 20 kB | 61/328 kB | 98/284 kB | 25/780 kB Progress (4): 20 kB | 66/328 kB | 98/284 kB | 25/780 kB Progress (4): 20 kB | 66/328 kB | 98/284 kB | 29/780 kB Progress (4): 20 kB | 66/328 kB | 102/284 kB | 29/780 kB Progress (4): 20 kB | 66/328 kB | 102/284 kB | 33/780 kB Progress (4): 20 kB | 66/328 kB | 106/284 kB | 33/780 kB Progress (5): 20 kB | 66/328 kB | 106/284 kB | 33/780 kB | 0/2.4 MB Progress (5): 20 kB | 66/328 kB | 111/284 kB | 33/780 kB | 0/2.4 MB Progress (5): 20 kB | 66/328 kB | 111/284 kB | 37/780 kB | 0/2.4 MB Progress (5): 20 kB | 66/328 kB | 111/284 kB | 37/780 kB | 0/2.4 MB Progress (5): 20 kB | 66/328 kB | 115/284 kB | 37/780 kB | 0/2.4 MB Progress (5): 20 kB | 70/328 kB | 115/284 kB | 37/780 kB | 0/2.4 MB Progress (5): 20 kB | 70/328 kB | 115/284 kB | 41/780 kB | 0/2.4 MB Progress (5): 20 kB | 74/328 kB | 115/284 kB | 41/780 kB | 0/2.4 MB Progress (5): 20 kB | 74/328 kB | 119/284 kB | 41/780 kB | 0/2.4 MB Progress (5): 20 kB | 74/328 kB | 119/284 kB | 41/780 kB | 0/2.4 MB Progress (5): 20 kB | 74/328 kB | 123/284 kB | 41/780 kB | 0/2.4 MB Progress (5): 20 kB | 78/328 kB | 123/284 kB | 41/780 kB | 0/2.4 MB Progress (5): 20 kB | 78/328 kB | 123/284 kB | 45/780 kB | 0/2.4 MB Progress (5): 20 kB | 82/328 kB | 123/284 kB | 45/780 kB | 0/2.4 MB Progress (5): 20 kB | 82/328 kB | 127/284 kB | 45/780 kB | 0/2.4 MB Progress (5): 20 kB | 82/328 kB | 127/284 kB | 45/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 82/328 kB | 131/284 kB | 45/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 82/328 kB | 131/284 kB | 45/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 86/328 kB | 131/284 kB | 45/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 86/328 kB | 131/284 kB | 49/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 90/328 kB | 131/284 kB | 49/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 90/328 kB | 131/284 kB | 49/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 90/328 kB | 135/284 kB | 49/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 94/328 kB | 135/284 kB | 49/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 94/328 kB | 135/284 kB | 53/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 98/328 kB | 135/284 kB | 53/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 98/328 kB | 135/284 kB | 53/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 98/328 kB | 139/284 kB | 53/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 102/328 kB | 139/284 kB | 53/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 102/328 kB | 139/284 kB | 57/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 106/328 kB | 139/284 kB | 57/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 106/328 kB | 143/284 kB | 57/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 106/328 kB | 143/284 kB | 57/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 106/328 kB | 147/284 kB | 57/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 111/328 kB | 147/284 kB | 57/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 111/328 kB | 147/284 kB | 61/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 115/328 kB | 147/284 kB | 61/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 115/328 kB | 152/284 kB | 61/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 115/328 kB | 152/284 kB | 61/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 115/328 kB | 156/284 kB | 61/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 119/328 kB | 156/284 kB | 61/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 119/328 kB | 156/284 kB | 66/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 123/328 kB | 156/284 kB | 66/780 kB | 0.1/2.4 MB Progress (5): 20 kB | 123/328 kB | 156/284 kB | 66/780 kB | 0.2/2.4 MB Progress (5): 20 kB | 123/328 kB | 160/284 kB | 66/780 kB | 0.2/2.4 MB Progress (5): 20 kB | 123/328 kB | 160/284 kB | 66/780 kB | 0.2/2.4 MB Progress (5): 20 kB | 127/328 kB | 160/284 kB | 66/780 kB | 0.2/2.4 MB Progress (5): 20 kB | 127/328 kB | 160/284 kB | 70/780 kB | 0.2/2.4 MB Progress (5): 20 kB | 131/328 kB | 160/284 kB | 70/780 kB | 0.2/2.4 MB Progress (5): 20 kB | 131/328 kB | 160/284 kB | 70/780 kB | 0.2/2.4 MB Progress (5): 20 kB | 131/328 kB | 164/284 kB | 70/780 kB | 0.2/2.4 MB Progress (5): 20 kB | 131/328 kB | 164/284 kB | 70/780 kB | 0.2/2.4 MB Progress (5): 20 kB | 135/328 kB | 164/284 kB | 70/780 kB | 0.2/2.4 MB Progress (5): 20 kB | 135/328 kB | 164/284 kB | 74/780 kB | 0.2/2.4 MB Progress (5): 20 kB | 135/328 kB | 164/284 kB | 74/780 kB | 0.2/2.4 MB Progress (5): 20 kB | 139/328 kB | 164/284 kB | 74/780 kB | 0.2/2.4 MB Progress (5): 20 kB | 139/328 kB | 168/284 kB | 74/780 kB | 0.2/2.4 MB Progress (5): 20 kB | 143/328 kB | 168/284 kB | 74/780 kB | 0.2/2.4 MB Progress (5): 20 kB | 143/328 kB | 168/284 kB | 74/780 kB | 0.2/2.4 MB Progress (5): 20 kB | 143/328 kB | 168/284 kB | 78/780 kB | 0.2/2.4 MB Progress (5): 20 kB | 147/328 kB | 168/284 kB | 78/780 kB | 0.2/2.4 MB Progress (5): 20 kB | 147/328 kB | 172/284 kB | 78/780 kB | 0.2/2.4 MB Progress (5): 20 kB | 152/328 kB | 172/284 kB | 78/780 kB | 0.2/2.4 MB Progress (5): 20 kB | 152/328 kB | 172/284 kB | 82/780 kB | 0.2/2.4 MB Progress (5): 20 kB | 152/328 kB | 172/284 kB | 82/780 kB | 0.3/2.4 MB Progress (5): 20 kB | 152/328 kB | 172/284 kB | 86/780 kB | 0.3/2.4 MB Progress (5): 20 kB | 156/328 kB | 172/284 kB | 86/780 kB | 0.3/2.4 MB Progress (5): 20 kB | 156/328 kB | 176/284 kB | 86/780 kB | 0.3/2.4 MB Progress (5): 20 kB | 160/328 kB | 176/284 kB | 86/780 kB | 0.3/2.4 MB Progress (5): 20 kB | 160/328 kB | 176/284 kB | 90/780 kB | 0.3/2.4 MB Progress (5): 20 kB | 160/328 kB | 176/284 kB | 90/780 kB | 0.3/2.4 MB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 604 kB/s) +Progress (4): 160/328 kB | 176/284 kB | 94/780 kB | 0.3/2.4 MB Progress (4): 164/328 kB | 176/284 kB | 94/780 kB | 0.3/2.4 MB Progress (4): 164/328 kB | 180/284 kB | 94/780 kB | 0.3/2.4 MB Progress (4): 168/328 kB | 180/284 kB | 94/780 kB | 0.3/2.4 MB Progress (4): 168/328 kB | 180/284 kB | 98/780 kB | 0.3/2.4 MB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-cache/4.5.13/httpclient-cache-4.5.13.jar +Progress (4): 168/328 kB | 180/284 kB | 98/780 kB | 0.3/2.4 MB Progress (4): 168/328 kB | 180/284 kB | 102/780 kB | 0.3/2.4 MB Progress (4): 172/328 kB | 180/284 kB | 102/780 kB | 0.3/2.4 MB Progress (4): 172/328 kB | 184/284 kB | 102/780 kB | 0.3/2.4 MB Progress (4): 176/328 kB | 184/284 kB | 102/780 kB | 0.3/2.4 MB Progress (4): 176/328 kB | 184/284 kB | 106/780 kB | 0.3/2.4 MB Progress (4): 176/328 kB | 184/284 kB | 106/780 kB | 0.3/2.4 MB Progress (4): 176/328 kB | 184/284 kB | 111/780 kB | 0.3/2.4 MB Progress (4): 180/328 kB | 184/284 kB | 111/780 kB | 0.3/2.4 MB Progress (4): 180/328 kB | 188/284 kB | 111/780 kB | 0.3/2.4 MB Progress (4): 184/328 kB | 188/284 kB | 111/780 kB | 0.3/2.4 MB Progress (4): 184/328 kB | 188/284 kB | 115/780 kB | 0.3/2.4 MB Progress (4): 184/328 kB | 188/284 kB | 115/780 kB | 0.3/2.4 MB Progress (4): 184/328 kB | 188/284 kB | 119/780 kB | 0.3/2.4 MB Progress (4): 188/328 kB | 188/284 kB | 119/780 kB | 0.3/2.4 MB Progress (4): 188/328 kB | 193/284 kB | 119/780 kB | 0.3/2.4 MB Progress (4): 193/328 kB | 193/284 kB | 119/780 kB | 0.3/2.4 MB Progress (4): 193/328 kB | 193/284 kB | 119/780 kB | 0.3/2.4 MB Progress (4): 193/328 kB | 193/284 kB | 123/780 kB | 0.3/2.4 MB Progress (4): 197/328 kB | 193/284 kB | 123/780 kB | 0.3/2.4 MB Progress (4): 197/328 kB | 197/284 kB | 123/780 kB | 0.3/2.4 MB Progress (4): 201/328 kB | 197/284 kB | 123/780 kB | 0.3/2.4 MB Progress (4): 201/328 kB | 197/284 kB | 123/780 kB | 0.4/2.4 MB Progress (4): 201/328 kB | 197/284 kB | 127/780 kB | 0.4/2.4 MB Progress (4): 205/328 kB | 197/284 kB | 127/780 kB | 0.4/2.4 MB Progress (4): 205/328 kB | 201/284 kB | 127/780 kB | 0.4/2.4 MB Progress (4): 209/328 kB | 201/284 kB | 127/780 kB | 0.4/2.4 MB Progress (4): 209/328 kB | 201/284 kB | 127/780 kB | 0.4/2.4 MB Progress (4): 209/328 kB | 201/284 kB | 131/780 kB | 0.4/2.4 MB Progress (4): 213/328 kB | 201/284 kB | 131/780 kB | 0.4/2.4 MB Progress (4): 213/328 kB | 205/284 kB | 131/780 kB | 0.4/2.4 MB Progress (4): 217/328 kB | 205/284 kB | 131/780 kB | 0.4/2.4 MB Progress (4): 217/328 kB | 205/284 kB | 135/780 kB | 0.4/2.4 MB Progress (4): 217/328 kB | 205/284 kB | 135/780 kB | 0.4/2.4 MB Progress (4): 217/328 kB | 205/284 kB | 139/780 kB | 0.4/2.4 MB Progress (4): 221/328 kB | 205/284 kB | 139/780 kB | 0.4/2.4 MB Progress (4): 221/328 kB | 209/284 kB | 139/780 kB | 0.4/2.4 MB Progress (4): 225/328 kB | 209/284 kB | 139/780 kB | 0.4/2.4 MB Progress (4): 225/328 kB | 209/284 kB | 143/780 kB | 0.4/2.4 MB Progress (4): 225/328 kB | 209/284 kB | 143/780 kB | 0.4/2.4 MB Progress (4): 225/328 kB | 209/284 kB | 147/780 kB | 0.4/2.4 MB Progress (4): 229/328 kB | 209/284 kB | 147/780 kB | 0.4/2.4 MB Progress (4): 229/328 kB | 213/284 kB | 147/780 kB | 0.4/2.4 MB Progress (4): 233/328 kB | 213/284 kB | 147/780 kB | 0.4/2.4 MB Progress (4): 233/328 kB | 213/284 kB | 152/780 kB | 0.4/2.4 MB Progress (4): 233/328 kB | 213/284 kB | 152/780 kB | 0.4/2.4 MB Progress (4): 233/328 kB | 213/284 kB | 156/780 kB | 0.4/2.4 MB Progress (4): 238/328 kB | 213/284 kB | 156/780 kB | 0.4/2.4 MB Progress (4): 238/328 kB | 217/284 kB | 156/780 kB | 0.4/2.4 MB Progress (4): 242/328 kB | 217/284 kB | 156/780 kB | 0.4/2.4 MB Progress (4): 242/328 kB | 217/284 kB | 160/780 kB | 0.4/2.4 MB Progress (4): 242/328 kB | 217/284 kB | 160/780 kB | 0.4/2.4 MB Progress (4): 242/328 kB | 217/284 kB | 164/780 kB | 0.4/2.4 MB Progress (4): 246/328 kB | 217/284 kB | 164/780 kB | 0.4/2.4 MB Progress (4): 246/328 kB | 221/284 kB | 164/780 kB | 0.4/2.4 MB Progress (4): 250/328 kB | 221/284 kB | 164/780 kB | 0.4/2.4 MB Progress (4): 250/328 kB | 221/284 kB | 164/780 kB | 0.5/2.4 MB Progress (4): 250/328 kB | 221/284 kB | 168/780 kB | 0.5/2.4 MB Progress (4): 254/328 kB | 221/284 kB | 168/780 kB | 0.5/2.4 MB Progress (4): 254/328 kB | 225/284 kB | 168/780 kB | 0.5/2.4 MB Progress (4): 258/328 kB | 225/284 kB | 168/780 kB | 0.5/2.4 MB Progress (4): 258/328 kB | 225/284 kB | 168/780 kB | 0.5/2.4 MB Progress (4): 258/328 kB | 225/284 kB | 172/780 kB | 0.5/2.4 MB Progress (4): 262/328 kB | 225/284 kB | 172/780 kB | 0.5/2.4 MB Progress (4): 262/328 kB | 229/284 kB | 172/780 kB | 0.5/2.4 MB Progress (4): 266/328 kB | 229/284 kB | 172/780 kB | 0.5/2.4 MB Progress (4): 266/328 kB | 229/284 kB | 172/780 kB | 0.5/2.4 MB Progress (4): 266/328 kB | 229/284 kB | 176/780 kB | 0.5/2.4 MB Progress (4): 270/328 kB | 229/284 kB | 176/780 kB | 0.5/2.4 MB Progress (4): 270/328 kB | 233/284 kB | 176/780 kB | 0.5/2.4 MB Progress (4): 274/328 kB | 233/284 kB | 176/780 kB | 0.5/2.4 MB Progress (4): 274/328 kB | 233/284 kB | 180/780 kB | 0.5/2.4 MB Progress (4): 274/328 kB | 233/284 kB | 180/780 kB | 0.5/2.4 MB Progress (4): 274/328 kB | 233/284 kB | 184/780 kB | 0.5/2.4 MB Progress (4): 279/328 kB | 233/284 kB | 184/780 kB | 0.5/2.4 MB Progress (4): 279/328 kB | 238/284 kB | 184/780 kB | 0.5/2.4 MB Progress (4): 283/328 kB | 238/284 kB | 184/780 kB | 0.5/2.4 MB Progress (4): 283/328 kB | 242/284 kB | 184/780 kB | 0.5/2.4 MB Progress (4): 283/328 kB | 242/284 kB | 188/780 kB | 0.5/2.4 MB Progress (4): 283/328 kB | 242/284 kB | 188/780 kB | 0.5/2.4 MB Progress (4): 283/328 kB | 242/284 kB | 193/780 kB | 0.5/2.4 MB Progress (4): 283/328 kB | 246/284 kB | 193/780 kB | 0.5/2.4 MB Progress (4): 287/328 kB | 246/284 kB | 193/780 kB | 0.5/2.4 MB Progress (4): 287/328 kB | 250/284 kB | 193/780 kB | 0.5/2.4 MB Progress (4): 287/328 kB | 250/284 kB | 197/780 kB | 0.5/2.4 MB Progress (4): 287/328 kB | 250/284 kB | 197/780 kB | 0.5/2.4 MB Progress (4): 287/328 kB | 250/284 kB | 201/780 kB | 0.5/2.4 MB Progress (4): 287/328 kB | 254/284 kB | 201/780 kB | 0.5/2.4 MB Progress (4): 291/328 kB | 254/284 kB | 201/780 kB | 0.5/2.4 MB Progress (4): 291/328 kB | 258/284 kB | 201/780 kB | 0.5/2.4 MB Progress (4): 291/328 kB | 258/284 kB | 205/780 kB | 0.5/2.4 MB Progress (4): 291/328 kB | 258/284 kB | 205/780 kB | 0.6/2.4 MB Progress (4): 291/328 kB | 258/284 kB | 209/780 kB | 0.6/2.4 MB Progress (4): 291/328 kB | 262/284 kB | 209/780 kB | 0.6/2.4 MB Progress (4): 295/328 kB | 262/284 kB | 209/780 kB | 0.6/2.4 MB Progress (4): 295/328 kB | 266/284 kB | 209/780 kB | 0.6/2.4 MB Progress (4): 299/328 kB | 266/284 kB | 209/780 kB | 0.6/2.4 MB Progress (4): 299/328 kB | 266/284 kB | 213/780 kB | 0.6/2.4 MB Progress (4): 299/328 kB | 266/284 kB | 213/780 kB | 0.6/2.4 MB Progress (4): 299/328 kB | 266/284 kB | 217/780 kB | 0.6/2.4 MB Progress (4): 299/328 kB | 266/284 kB | 217/780 kB | 0.6/2.4 MB Progress (4): 303/328 kB | 266/284 kB | 217/780 kB | 0.6/2.4 MB Progress (4): 303/328 kB | 270/284 kB | 217/780 kB | 0.6/2.4 MB Progress (4): 307/328 kB | 270/284 kB | 217/780 kB | 0.6/2.4 MB Progress (4): 307/328 kB | 270/284 kB | 217/780 kB | 0.6/2.4 MB Progress (4): 307/328 kB | 270/284 kB | 221/780 kB | 0.6/2.4 MB Progress (4): 311/328 kB | 270/284 kB | 221/780 kB | 0.6/2.4 MB Progress (5): 311/328 kB | 270/284 kB | 221/780 kB | 0.6/2.4 MB | 4.1/164 kB Progress (5): 311/328 kB | 274/284 kB | 221/780 kB | 0.6/2.4 MB | 4.1/164 kB Progress (5): 315/328 kB | 274/284 kB | 221/780 kB | 0.6/2.4 MB | 4.1/164 kB Progress (5): 315/328 kB | 274/284 kB | 225/780 kB | 0.6/2.4 MB | 4.1/164 kB Progress (5): 315/328 kB | 274/284 kB | 225/780 kB | 0.6/2.4 MB | 4.1/164 kB Progress (5): 315/328 kB | 274/284 kB | 229/780 kB | 0.6/2.4 MB | 4.1/164 kB Progress (5): 315/328 kB | 274/284 kB | 229/780 kB | 0.6/2.4 MB | 4.1/164 kB Progress (5): 319/328 kB | 274/284 kB | 229/780 kB | 0.6/2.4 MB | 4.1/164 kB Progress (5): 319/328 kB | 279/284 kB | 229/780 kB | 0.6/2.4 MB | 4.1/164 kB Progress (5): 319/328 kB | 279/284 kB | 229/780 kB | 0.6/2.4 MB | 8.2/164 kB Progress (5): 319/328 kB | 283/284 kB | 229/780 kB | 0.6/2.4 MB | 8.2/164 kB Progress (5): 324/328 kB | 283/284 kB | 229/780 kB | 0.6/2.4 MB | 8.2/164 kB Progress (5): 324/328 kB | 283/284 kB | 229/780 kB | 0.7/2.4 MB | 8.2/164 kB Progress (5): 324/328 kB | 283/284 kB | 233/780 kB | 0.7/2.4 MB | 8.2/164 kB Progress (5): 328/328 kB | 283/284 kB | 233/780 kB | 0.7/2.4 MB | 8.2/164 kB Progress (5): 328/328 kB | 284 kB | 233/780 kB | 0.7/2.4 MB | 8.2/164 kB Progress (5): 328/328 kB | 284 kB | 233/780 kB | 0.7/2.4 MB | 12/164 kB Progress (5): 328 kB | 284 kB | 233/780 kB | 0.7/2.4 MB | 12/164 kB Progress (5): 328 kB | 284 kB | 238/780 kB | 0.7/2.4 MB | 12/164 kB Progress (5): 328 kB | 284 kB | 238/780 kB | 0.7/2.4 MB | 12/164 kB Progress (5): 328 kB | 284 kB | 242/780 kB | 0.7/2.4 MB | 12/164 kB Progress (5): 328 kB | 284 kB | 242/780 kB | 0.7/2.4 MB | 16/164 kB Progress (5): 328 kB | 284 kB | 246/780 kB | 0.7/2.4 MB | 16/164 kB Progress (5): 328 kB | 284 kB | 246/780 kB | 0.7/2.4 MB | 16/164 kB Progress (5): 328 kB | 284 kB | 250/780 kB | 0.7/2.4 MB | 16/164 kB Progress (5): 328 kB | 284 kB | 250/780 kB | 0.7/2.4 MB | 20/164 kB Progress (5): 328 kB | 284 kB | 254/780 kB | 0.7/2.4 MB | 20/164 kB Progress (5): 328 kB | 284 kB | 254/780 kB | 0.7/2.4 MB | 20/164 kB Progress (5): 328 kB | 284 kB | 258/780 kB | 0.7/2.4 MB | 20/164 kB Progress (5): 328 kB | 284 kB | 258/780 kB | 0.7/2.4 MB | 25/164 kB Progress (5): 328 kB | 284 kB | 262/780 kB | 0.7/2.4 MB | 25/164 kB Progress (5): 328 kB | 284 kB | 262/780 kB | 0.7/2.4 MB | 25/164 kB Progress (5): 328 kB | 284 kB | 266/780 kB | 0.7/2.4 MB | 25/164 kB Progress (5): 328 kB | 284 kB | 266/780 kB | 0.7/2.4 MB | 29/164 kB Progress (5): 328 kB | 284 kB | 270/780 kB | 0.7/2.4 MB | 29/164 kB Progress (5): 328 kB | 284 kB | 270/780 kB | 0.7/2.4 MB | 29/164 kB Progress (5): 328 kB | 284 kB | 274/780 kB | 0.7/2.4 MB | 29/164 kB Progress (5): 328 kB | 284 kB | 274/780 kB | 0.7/2.4 MB | 33/164 kB Progress (5): 328 kB | 284 kB | 274/780 kB | 0.8/2.4 MB | 33/164 kB Progress (5): 328 kB | 284 kB | 279/780 kB | 0.8/2.4 MB | 33/164 kB Progress (5): 328 kB | 284 kB | 279/780 kB | 0.8/2.4 MB | 37/164 kB Progress (5): 328 kB | 284 kB | 283/780 kB | 0.8/2.4 MB | 37/164 kB Progress (5): 328 kB | 284 kB | 283/780 kB | 0.8/2.4 MB | 37/164 kB Progress (5): 328 kB | 284 kB | 287/780 kB | 0.8/2.4 MB | 37/164 kB Progress (5): 328 kB | 284 kB | 287/780 kB | 0.8/2.4 MB | 41/164 kB Progress (5): 328 kB | 284 kB | 291/780 kB | 0.8/2.4 MB | 41/164 kB Progress (5): 328 kB | 284 kB | 291/780 kB | 0.8/2.4 MB | 41/164 kB Progress (5): 328 kB | 284 kB | 295/780 kB | 0.8/2.4 MB | 41/164 kB Progress (5): 328 kB | 284 kB | 295/780 kB | 0.8/2.4 MB | 45/164 kB Progress (5): 328 kB | 284 kB | 299/780 kB | 0.8/2.4 MB | 45/164 kB Progress (5): 328 kB | 284 kB | 299/780 kB | 0.8/2.4 MB | 45/164 kB Progress (5): 328 kB | 284 kB | 303/780 kB | 0.8/2.4 MB | 45/164 kB Progress (5): 328 kB | 284 kB | 303/780 kB | 0.8/2.4 MB | 49/164 kB Progress (5): 328 kB | 284 kB | 307/780 kB | 0.8/2.4 MB | 49/164 kB Progress (5): 328 kB | 284 kB | 307/780 kB | 0.8/2.4 MB | 49/164 kB Progress (5): 328 kB | 284 kB | 311/780 kB | 0.8/2.4 MB | 49/164 kB Progress (5): 328 kB | 284 kB | 311/780 kB | 0.8/2.4 MB | 53/164 kB Progress (5): 328 kB | 284 kB | 315/780 kB | 0.8/2.4 MB | 53/164 kB Progress (5): 328 kB | 284 kB | 315/780 kB | 0.8/2.4 MB | 53/164 kB Progress (5): 328 kB | 284 kB | 319/780 kB | 0.8/2.4 MB | 53/164 kB Progress (5): 328 kB | 284 kB | 319/780 kB | 0.8/2.4 MB | 57/164 kB Progress (5): 328 kB | 284 kB | 319/780 kB | 0.8/2.4 MB | 57/164 kB Progress (5): 328 kB | 284 kB | 324/780 kB | 0.8/2.4 MB | 57/164 kB Progress (5): 328 kB | 284 kB | 324/780 kB | 0.8/2.4 MB | 61/164 kB Progress (5): 328 kB | 284 kB | 324/780 kB | 0.9/2.4 MB | 61/164 kB Progress (5): 328 kB | 284 kB | 328/780 kB | 0.9/2.4 MB | 61/164 kB Progress (5): 328 kB | 284 kB | 328/780 kB | 0.9/2.4 MB | 66/164 kB Progress (5): 328 kB | 284 kB | 332/780 kB | 0.9/2.4 MB | 66/164 kB Progress (5): 328 kB | 284 kB | 332/780 kB | 0.9/2.4 MB | 66/164 kB Progress (5): 328 kB | 284 kB | 336/780 kB | 0.9/2.4 MB | 66/164 kB Progress (5): 328 kB | 284 kB | 336/780 kB | 0.9/2.4 MB | 70/164 kB Progress (5): 328 kB | 284 kB | 340/780 kB | 0.9/2.4 MB | 70/164 kB Progress (5): 328 kB | 284 kB | 340/780 kB | 0.9/2.4 MB | 70/164 kB Progress (5): 328 kB | 284 kB | 344/780 kB | 0.9/2.4 MB | 70/164 kB Progress (5): 328 kB | 284 kB | 344/780 kB | 0.9/2.4 MB | 74/164 kB Progress (5): 328 kB | 284 kB | 348/780 kB | 0.9/2.4 MB | 74/164 kB Progress (5): 328 kB | 284 kB | 348/780 kB | 0.9/2.4 MB | 74/164 kB Progress (5): 328 kB | 284 kB | 352/780 kB | 0.9/2.4 MB | 74/164 kB Progress (5): 328 kB | 284 kB | 352/780 kB | 0.9/2.4 MB | 78/164 kB Progress (5): 328 kB | 284 kB | 356/780 kB | 0.9/2.4 MB | 78/164 kB Progress (5): 328 kB | 284 kB | 356/780 kB | 0.9/2.4 MB | 78/164 kB Progress (5): 328 kB | 284 kB | 360/780 kB | 0.9/2.4 MB | 78/164 kB Progress (5): 328 kB | 284 kB | 360/780 kB | 0.9/2.4 MB | 82/164 kB Progress (5): 328 kB | 284 kB | 365/780 kB | 0.9/2.4 MB | 82/164 kB Progress (5): 328 kB | 284 kB | 365/780 kB | 0.9/2.4 MB | 82/164 kB Progress (5): 328 kB | 284 kB | 369/780 kB | 0.9/2.4 MB | 82/164 kB Progress (5): 328 kB | 284 kB | 369/780 kB | 0.9/2.4 MB | 86/164 kB Progress (5): 328 kB | 284 kB | 373/780 kB | 0.9/2.4 MB | 86/164 kB Progress (5): 328 kB | 284 kB | 373/780 kB | 1.0/2.4 MB | 86/164 kB Progress (5): 328 kB | 284 kB | 377/780 kB | 1.0/2.4 MB | 86/164 kB Progress (5): 328 kB | 284 kB | 377/780 kB | 1.0/2.4 MB | 90/164 kB Progress (5): 328 kB | 284 kB | 381/780 kB | 1.0/2.4 MB | 90/164 kB Progress (5): 328 kB | 284 kB | 381/780 kB | 1.0/2.4 MB | 90/164 kB Progress (5): 328 kB | 284 kB | 385/780 kB | 1.0/2.4 MB | 90/164 kB Progress (5): 328 kB | 284 kB | 385/780 kB | 1.0/2.4 MB | 94/164 kB Progress (5): 328 kB | 284 kB | 385/780 kB | 1.0/2.4 MB | 94/164 kB Progress (5): 328 kB | 284 kB | 389/780 kB | 1.0/2.4 MB | 94/164 kB Progress (5): 328 kB | 284 kB | 389/780 kB | 1.0/2.4 MB | 98/164 kB Progress (5): 328 kB | 284 kB | 393/780 kB | 1.0/2.4 MB | 98/164 kB Progress (5): 328 kB | 284 kB | 393/780 kB | 1.0/2.4 MB | 98/164 kB Progress (5): 328 kB | 284 kB | 397/780 kB | 1.0/2.4 MB | 98/164 kB Progress (5): 328 kB | 284 kB | 397/780 kB | 1.0/2.4 MB | 102/164 kB Progress (5): 328 kB | 284 kB | 397/780 kB | 1.0/2.4 MB | 102/164 kB Progress (5): 328 kB | 284 kB | 401/780 kB | 1.0/2.4 MB | 102/164 kB Progress (5): 328 kB | 284 kB | 401/780 kB | 1.0/2.4 MB | 106/164 kB Progress (5): 328 kB | 284 kB | 406/780 kB | 1.0/2.4 MB | 106/164 kB Progress (5): 328 kB | 284 kB | 406/780 kB | 1.0/2.4 MB | 106/164 kB Progress (5): 328 kB | 284 kB | 410/780 kB | 1.0/2.4 MB | 106/164 kB Progress (5): 328 kB | 284 kB | 410/780 kB | 1.0/2.4 MB | 111/164 kB Progress (5): 328 kB | 284 kB | 414/780 kB | 1.0/2.4 MB | 111/164 kB Progress (5): 328 kB | 284 kB | 414/780 kB | 1.1/2.4 MB | 111/164 kB Progress (5): 328 kB | 284 kB | 418/780 kB | 1.1/2.4 MB | 111/164 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 4.9 MB/s) +Progress (4): 284 kB | 418/780 kB | 1.1/2.4 MB | 115/164 kB Downloading from central: https://repo.maven.apache.org/maven2/org/cryptacular/cryptacular/1.1.4/cryptacular-1.1.4.jar +Progress (4): 284 kB | 422/780 kB | 1.1/2.4 MB | 115/164 kB Progress (4): 284 kB | 422/780 kB | 1.1/2.4 MB | 115/164 kB Progress (4): 284 kB | 426/780 kB | 1.1/2.4 MB | 115/164 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (284 kB at 4.2 MB/s) +Progress (3): 426/780 kB | 1.1/2.4 MB | 119/164 kB Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.59/bcprov-jdk15on-1.59.jar +Progress (3): 430/780 kB | 1.1/2.4 MB | 119/164 kB Progress (3): 430/780 kB | 1.1/2.4 MB | 119/164 kB Progress (3): 434/780 kB | 1.1/2.4 MB | 119/164 kB Progress (3): 434/780 kB | 1.1/2.4 MB | 123/164 kB Progress (3): 434/780 kB | 1.1/2.4 MB | 123/164 kB Progress (3): 438/780 kB | 1.1/2.4 MB | 123/164 kB Progress (3): 438/780 kB | 1.1/2.4 MB | 127/164 kB Progress (3): 438/780 kB | 1.1/2.4 MB | 127/164 kB Progress (3): 442/780 kB | 1.1/2.4 MB | 127/164 kB Progress (3): 442/780 kB | 1.1/2.4 MB | 131/164 kB Progress (3): 446/780 kB | 1.1/2.4 MB | 131/164 kB Progress (3): 446/780 kB | 1.1/2.4 MB | 131/164 kB Progress (3): 451/780 kB | 1.1/2.4 MB | 131/164 kB Progress (3): 451/780 kB | 1.1/2.4 MB | 135/164 kB Progress (3): 451/780 kB | 1.2/2.4 MB | 135/164 kB Progress (3): 455/780 kB | 1.2/2.4 MB | 135/164 kB Progress (3): 455/780 kB | 1.2/2.4 MB | 139/164 kB Progress (3): 455/780 kB | 1.2/2.4 MB | 139/164 kB Progress (3): 459/780 kB | 1.2/2.4 MB | 139/164 kB Progress (3): 459/780 kB | 1.2/2.4 MB | 143/164 kB Progress (3): 463/780 kB | 1.2/2.4 MB | 143/164 kB Progress (3): 463/780 kB | 1.2/2.4 MB | 143/164 kB Progress (3): 467/780 kB | 1.2/2.4 MB | 143/164 kB Progress (3): 467/780 kB | 1.2/2.4 MB | 147/164 kB Progress (3): 467/780 kB | 1.2/2.4 MB | 147/164 kB Progress (3): 471/780 kB | 1.2/2.4 MB | 147/164 kB Progress (3): 471/780 kB | 1.2/2.4 MB | 152/164 kB Progress (3): 471/780 kB | 1.2/2.4 MB | 152/164 kB Progress (3): 475/780 kB | 1.2/2.4 MB | 152/164 kB Progress (3): 475/780 kB | 1.2/2.4 MB | 156/164 kB Progress (3): 475/780 kB | 1.2/2.4 MB | 156/164 kB Progress (3): 479/780 kB | 1.2/2.4 MB | 156/164 kB Progress (3): 479/780 kB | 1.2/2.4 MB | 160/164 kB Progress (3): 479/780 kB | 1.3/2.4 MB | 160/164 kB Progress (3): 483/780 kB | 1.3/2.4 MB | 160/164 kB Progress (3): 483/780 kB | 1.3/2.4 MB | 164/164 kB Progress (3): 483/780 kB | 1.3/2.4 MB | 164/164 kB Progress (3): 487/780 kB | 1.3/2.4 MB | 164/164 kB Progress (3): 487/780 kB | 1.3/2.4 MB | 164 kB Progress (3): 491/780 kB | 1.3/2.4 MB | 164 kB Progress (3): 491/780 kB | 1.3/2.4 MB | 164 kB Progress (3): 495/780 kB | 1.3/2.4 MB | 164 kB Progress (3): 495/780 kB | 1.3/2.4 MB | 164 kB Progress (3): 499/780 kB | 1.3/2.4 MB | 164 kB Progress (3): 503/780 kB | 1.3/2.4 MB | 164 kB Progress (3): 503/780 kB | 1.3/2.4 MB | 164 kB Progress (3): 507/780 kB | 1.3/2.4 MB | 164 kB Progress (3): 507/780 kB | 1.3/2.4 MB | 164 kB Progress (3): 511/780 kB | 1.3/2.4 MB | 164 kB Progress (3): 515/780 kB | 1.3/2.4 MB | 164 kB Progress (3): 515/780 kB | 1.4/2.4 MB | 164 kB Progress (3): 520/780 kB | 1.4/2.4 MB | 164 kB Progress (3): 524/780 kB | 1.4/2.4 MB | 164 kB Progress (3): 524/780 kB | 1.4/2.4 MB | 164 kB Progress (3): 528/780 kB | 1.4/2.4 MB | 164 kB Progress (3): 532/780 kB | 1.4/2.4 MB | 164 kB Progress (3): 532/780 kB | 1.4/2.4 MB | 164 kB Progress (3): 536/780 kB | 1.4/2.4 MB | 164 kB Progress (3): 540/780 kB | 1.4/2.4 MB | 164 kB Progress (3): 540/780 kB | 1.4/2.4 MB | 164 kB Progress (3): 544/780 kB | 1.4/2.4 MB | 164 kB Progress (3): 548/780 kB | 1.4/2.4 MB | 164 kB Progress (3): 548/780 kB | 1.4/2.4 MB | 164 kB Progress (3): 552/780 kB | 1.4/2.4 MB | 164 kB Progress (3): 556/780 kB | 1.4/2.4 MB | 164 kB Progress (3): 556/780 kB | 1.4/2.4 MB | 164 kB Progress (3): 561/780 kB | 1.4/2.4 MB | 164 kB Progress (3): 565/780 kB | 1.4/2.4 MB | 164 kB Progress (3): 565/780 kB | 1.5/2.4 MB | 164 kB Progress (3): 569/780 kB | 1.5/2.4 MB | 164 kB Progress (3): 573/780 kB | 1.5/2.4 MB | 164 kB Progress (3): 573/780 kB | 1.5/2.4 MB | 164 kB Progress (3): 577/780 kB | 1.5/2.4 MB | 164 kB Progress (3): 581/780 kB | 1.5/2.4 MB | 164 kB Progress (3): 581/780 kB | 1.5/2.4 MB | 164 kB Progress (3): 585/780 kB | 1.5/2.4 MB | 164 kB Progress (3): 589/780 kB | 1.5/2.4 MB | 164 kB Progress (3): 589/780 kB | 1.5/2.4 MB | 164 kB Progress (3): 593/780 kB | 1.5/2.4 MB | 164 kB Progress (3): 597/780 kB | 1.5/2.4 MB | 164 kB Progress (3): 597/780 kB | 1.5/2.4 MB | 164 kB Progress (3): 602/780 kB | 1.5/2.4 MB | 164 kB Progress (3): 606/780 kB | 1.5/2.4 MB | 164 kB Progress (3): 606/780 kB | 1.5/2.4 MB | 164 kB Progress (3): 610/780 kB | 1.5/2.4 MB | 164 kB Progress (3): 614/780 kB | 1.5/2.4 MB | 164 kB Progress (3): 614/780 kB | 1.6/2.4 MB | 164 kB Progress (3): 618/780 kB | 1.6/2.4 MB | 164 kB Progress (3): 622/780 kB | 1.6/2.4 MB | 164 kB Progress (3): 622/780 kB | 1.6/2.4 MB | 164 kB Progress (3): 626/780 kB | 1.6/2.4 MB | 164 kB Progress (3): 630/780 kB | 1.6/2.4 MB | 164 kB Progress (3): 630/780 kB | 1.6/2.4 MB | 164 kB Progress (3): 634/780 kB | 1.6/2.4 MB | 164 kB Progress (3): 638/780 kB | 1.6/2.4 MB | 164 kB Progress (3): 638/780 kB | 1.6/2.4 MB | 164 kB Progress (3): 642/780 kB | 1.6/2.4 MB | 164 kB Progress (3): 647/780 kB | 1.6/2.4 MB | 164 kB Progress (3): 647/780 kB | 1.6/2.4 MB | 164 kB Progress (3): 651/780 kB | 1.6/2.4 MB | 164 kB Progress (3): 655/780 kB | 1.6/2.4 MB | 164 kB Progress (3): 655/780 kB | 1.6/2.4 MB | 164 kB Progress (3): 659/780 kB | 1.6/2.4 MB | 164 kB Progress (3): 659/780 kB | 1.6/2.4 MB | 164 kB Progress (3): 663/780 kB | 1.6/2.4 MB | 164 kB Progress (3): 667/780 kB | 1.6/2.4 MB | 164 kB Progress (3): 667/780 kB | 1.7/2.4 MB | 164 kB Progress (3): 671/780 kB | 1.7/2.4 MB | 164 kB Progress (3): 675/780 kB | 1.7/2.4 MB | 164 kB Progress (3): 675/780 kB | 1.7/2.4 MB | 164 kB Progress (3): 679/780 kB | 1.7/2.4 MB | 164 kB Progress (3): 679/780 kB | 1.7/2.4 MB | 164 kB Progress (3): 683/780 kB | 1.7/2.4 MB | 164 kB Progress (3): 683/780 kB | 1.7/2.4 MB | 164 kB Progress (4): 683/780 kB | 1.7/2.4 MB | 164 kB | 4.1/163 kB Progress (4): 688/780 kB | 1.7/2.4 MB | 164 kB | 4.1/163 kB Progress (4): 688/780 kB | 1.7/2.4 MB | 164 kB | 8.2/163 kB Progress (4): 688/780 kB | 1.7/2.4 MB | 164 kB | 8.2/163 kB Progress (4): 688/780 kB | 1.7/2.4 MB | 164 kB | 12/163 kB Progress (4): 692/780 kB | 1.7/2.4 MB | 164 kB | 12/163 kB Progress (4): 692/780 kB | 1.7/2.4 MB | 164 kB | 16/163 kB Progress (4): 692/780 kB | 1.7/2.4 MB | 164 kB | 16/163 kB Progress (4): 692/780 kB | 1.7/2.4 MB | 164 kB | 20/163 kB Progress (4): 694/780 kB | 1.7/2.4 MB | 164 kB | 20/163 kB Progress (4): 694/780 kB | 1.8/2.4 MB | 164 kB | 20/163 kB Progress (4): 694/780 kB | 1.8/2.4 MB | 164 kB | 25/163 kB Progress (4): 698/780 kB | 1.8/2.4 MB | 164 kB | 25/163 kB Progress (4): 698/780 kB | 1.8/2.4 MB | 164 kB | 29/163 kB Progress (4): 698/780 kB | 1.8/2.4 MB | 164 kB | 29/163 kB Progress (4): 698/780 kB | 1.8/2.4 MB | 164 kB | 33/163 kB Progress (4): 702/780 kB | 1.8/2.4 MB | 164 kB | 33/163 kB Progress (4): 702/780 kB | 1.8/2.4 MB | 164 kB | 37/163 kB Progress (4): 702/780 kB | 1.8/2.4 MB | 164 kB | 37/163 kB Progress (4): 702/780 kB | 1.8/2.4 MB | 164 kB | 41/163 kB Progress (4): 706/780 kB | 1.8/2.4 MB | 164 kB | 41/163 kB Progress (4): 706/780 kB | 1.8/2.4 MB | 164 kB | 45/163 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-cache/4.5.13/httpclient-cache-4.5.13.jar (164 kB at 2.0 MB/s) +Progress (3): 706/780 kB | 1.8/2.4 MB | 45/163 kB Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.3.30.RELEASE/spring-context-4.3.30.RELEASE.jar +Progress (3): 706/780 kB | 1.8/2.4 MB | 49/163 kB Progress (3): 710/780 kB | 1.8/2.4 MB | 49/163 kB Progress (3): 710/780 kB | 1.8/2.4 MB | 49/163 kB Progress (3): 714/780 kB | 1.8/2.4 MB | 49/163 kB Progress (3): 714/780 kB | 1.8/2.4 MB | 53/163 kB Progress (3): 714/780 kB | 1.8/2.4 MB | 53/163 kB Progress (3): 718/780 kB | 1.8/2.4 MB | 53/163 kB Progress (3): 718/780 kB | 1.8/2.4 MB | 57/163 kB Progress (3): 718/780 kB | 1.9/2.4 MB | 57/163 kB Progress (3): 722/780 kB | 1.9/2.4 MB | 57/163 kB Progress (3): 722/780 kB | 1.9/2.4 MB | 61/163 kB Progress (3): 722/780 kB | 1.9/2.4 MB | 61/163 kB Progress (3): 727/780 kB | 1.9/2.4 MB | 61/163 kB Progress (3): 727/780 kB | 1.9/2.4 MB | 66/163 kB Progress (3): 731/780 kB | 1.9/2.4 MB | 66/163 kB Progress (3): 731/780 kB | 1.9/2.4 MB | 66/163 kB Progress (3): 735/780 kB | 1.9/2.4 MB | 66/163 kB Progress (3): 735/780 kB | 1.9/2.4 MB | 70/163 kB Progress (3): 735/780 kB | 1.9/2.4 MB | 70/163 kB Progress (3): 739/780 kB | 1.9/2.4 MB | 70/163 kB Progress (3): 739/780 kB | 1.9/2.4 MB | 74/163 kB Progress (3): 739/780 kB | 1.9/2.4 MB | 74/163 kB Progress (3): 743/780 kB | 1.9/2.4 MB | 74/163 kB Progress (3): 743/780 kB | 1.9/2.4 MB | 78/163 kB Progress (3): 743/780 kB | 1.9/2.4 MB | 78/163 kB Progress (3): 747/780 kB | 1.9/2.4 MB | 78/163 kB Progress (3): 747/780 kB | 1.9/2.4 MB | 82/163 kB Progress (3): 747/780 kB | 2.0/2.4 MB | 82/163 kB Progress (3): 751/780 kB | 2.0/2.4 MB | 82/163 kB Progress (3): 751/780 kB | 2.0/2.4 MB | 86/163 kB Progress (3): 751/780 kB | 2.0/2.4 MB | 86/163 kB Progress (3): 755/780 kB | 2.0/2.4 MB | 86/163 kB Progress (3): 755/780 kB | 2.0/2.4 MB | 90/163 kB Progress (3): 755/780 kB | 2.0/2.4 MB | 90/163 kB Progress (3): 759/780 kB | 2.0/2.4 MB | 90/163 kB Progress (3): 759/780 kB | 2.0/2.4 MB | 94/163 kB Progress (3): 763/780 kB | 2.0/2.4 MB | 94/163 kB Progress (3): 763/780 kB | 2.0/2.4 MB | 94/163 kB Progress (3): 768/780 kB | 2.0/2.4 MB | 94/163 kB Progress (3): 768/780 kB | 2.0/2.4 MB | 98/163 kB Progress (3): 768/780 kB | 2.0/2.4 MB | 98/163 kB Progress (3): 772/780 kB | 2.0/2.4 MB | 98/163 kB Progress (3): 772/780 kB | 2.0/2.4 MB | 102/163 kB Progress (3): 772/780 kB | 2.0/2.4 MB | 102/163 kB Progress (3): 776/780 kB | 2.0/2.4 MB | 102/163 kB Progress (3): 776/780 kB | 2.0/2.4 MB | 106/163 kB Progress (3): 780/780 kB | 2.0/2.4 MB | 106/163 kB Progress (3): 780/780 kB | 2.1/2.4 MB | 106/163 kB Progress (3): 780 kB | 2.1/2.4 MB | 106/163 kB Progress (3): 780 kB | 2.1/2.4 MB | 111/163 kB Progress (3): 780 kB | 2.1/2.4 MB | 111/163 kB Progress (3): 780 kB | 2.1/2.4 MB | 115/163 kB Progress (3): 780 kB | 2.1/2.4 MB | 115/163 kB Progress (3): 780 kB | 2.1/2.4 MB | 119/163 kB Progress (3): 780 kB | 2.1/2.4 MB | 123/163 kB Progress (3): 780 kB | 2.1/2.4 MB | 123/163 kB Progress (3): 780 kB | 2.1/2.4 MB | 127/163 kB Progress (3): 780 kB | 2.1/2.4 MB | 131/163 kB Progress (3): 780 kB | 2.1/2.4 MB | 131/163 kB Progress (3): 780 kB | 2.1/2.4 MB | 135/163 kB Progress (3): 780 kB | 2.1/2.4 MB | 139/163 kB Progress (3): 780 kB | 2.1/2.4 MB | 139/163 kB Progress (3): 780 kB | 2.1/2.4 MB | 143/163 kB Progress (3): 780 kB | 2.1/2.4 MB | 147/163 kB Progress (3): 780 kB | 2.2/2.4 MB | 147/163 kB Progress (3): 780 kB | 2.2/2.4 MB | 152/163 kB Progress (3): 780 kB | 2.2/2.4 MB | 156/163 kB Progress (3): 780 kB | 2.2/2.4 MB | 156/163 kB Progress (3): 780 kB | 2.2/2.4 MB | 160/163 kB Progress (3): 780 kB | 2.2/2.4 MB | 163 kB Progress (3): 780 kB | 2.2/2.4 MB | 163 kB Progress (3): 780 kB | 2.2/2.4 MB | 163 kB Progress (3): 780 kB | 2.2/2.4 MB | 163 kB Progress (3): 780 kB | 2.2/2.4 MB | 163 kB Progress (3): 780 kB | 2.3/2.4 MB | 163 kB Progress (3): 780 kB | 2.3/2.4 MB | 163 kB Progress (3): 780 kB | 2.3/2.4 MB | 163 kB Progress (3): 780 kB | 2.3/2.4 MB | 163 kB Progress (3): 780 kB | 2.3/2.4 MB | 163 kB Progress (3): 780 kB | 2.3/2.4 MB | 163 kB Progress (3): 780 kB | 2.4/2.4 MB | 163 kB Progress (3): 780 kB | 2.4/2.4 MB | 163 kB Progress (3): 780 kB | 2.4/2.4 MB | 163 kB Progress (3): 780 kB | 2.4/2.4 MB | 163 kB Progress (3): 780 kB | 2.4/2.4 MB | 163 kB Progress (3): 780 kB | 2.4/2.4 MB | 163 kB Progress (3): 780 kB | 2.4 MB | 163 kB Progress (4): 780 kB | 2.4 MB | 163 kB | 0/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.1/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.1/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.1/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.1/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.2/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.2/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.2/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.2/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.3/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.3/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.3/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.3/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.4/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.4/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.4/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.4/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.5/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.5/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.5/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.5/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.6/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.6/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.6/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.6/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.7/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.7/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.7/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.7/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.8/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.8/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.8/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.8/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.9/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.9/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.9/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 0.9/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 1.0/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 1.0/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 1.0/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 1.0/4.1 MB Progress (4): 780 kB | 2.4 MB | 163 kB | 1.0/4.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.0/4.1 MB | 0/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.1/4.1 MB | 0/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.1/4.1 MB | 0/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.1/4.1 MB | 0/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.1/4.1 MB | 0/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.1/4.1 MB | 0/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.1/4.1 MB | 0/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.1/4.1 MB | 0/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.1/4.1 MB | 0/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.1/4.1 MB | 0/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.1/4.1 MB | 0.1/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.1/4.1 MB | 0.1/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.2/4.1 MB | 0.1/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.2/4.1 MB | 0.1/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.2/4.1 MB | 0.1/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.2/4.1 MB | 0.1/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.2/4.1 MB | 0.1/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.2/4.1 MB | 0.1/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.2/4.1 MB | 0.1/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.2/4.1 MB | 0.1/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.2/4.1 MB | 0.1/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.2/4.1 MB | 0.1/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.3/4.1 MB | 0.1/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.3/4.1 MB | 0.1/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.3/4.1 MB | 0.1/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.3/4.1 MB | 0.1/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.3/4.1 MB | 0.1/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.3/4.1 MB | 0.1/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.3/4.1 MB | 0.1/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.3/4.1 MB | 0.1/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.3/4.1 MB | 0.2/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.3/4.1 MB | 0.2/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.4/4.1 MB | 0.2/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.4/4.1 MB | 0.2/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.4/4.1 MB | 0.2/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.4/4.1 MB | 0.2/1.1 MB Progress (5): 780 kB | 2.4 MB | 163 kB | 1.4/4.1 MB | 0.2/1.1 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 6.6 MB/s) +Progress (4): 2.4 MB | 163 kB | 1.4/4.1 MB | 0.2/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.4/4.1 MB | 0.2/1.1 MB Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.3.30.RELEASE/spring-aop-4.3.30.RELEASE.jar +Progress (4): 2.4 MB | 163 kB | 1.4/4.1 MB | 0.2/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.4/4.1 MB | 0.2/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.4/4.1 MB | 0.2/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.5/4.1 MB | 0.2/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.5/4.1 MB | 0.2/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.5/4.1 MB | 0.2/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.5/4.1 MB | 0.2/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.5/4.1 MB | 0.2/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.5/4.1 MB | 0.2/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.5/4.1 MB | 0.2/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.5/4.1 MB | 0.3/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.5/4.1 MB | 0.3/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.5/4.1 MB | 0.3/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.5/4.1 MB | 0.3/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.5/4.1 MB | 0.3/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.6/4.1 MB | 0.3/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.6/4.1 MB | 0.3/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.6/4.1 MB | 0.3/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.6/4.1 MB | 0.3/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.6/4.1 MB | 0.3/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.6/4.1 MB | 0.3/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.6/4.1 MB | 0.3/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.6/4.1 MB | 0.3/1.1 MB Progress (4): 2.4 MB | 163 kB | 1.6/4.1 MB | 0.3/1.1 MB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 20 MB/s) +Progress (3): 163 kB | 1.7/4.1 MB | 0.3/1.1 MB Progress (3): 163 kB | 1.7/4.1 MB | 0.3/1.1 MB Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.3.30.RELEASE/spring-expression-4.3.30.RELEASE.jar +Progress (3): 163 kB | 1.7/4.1 MB | 0.3/1.1 MB Progress (3): 163 kB | 1.7/4.1 MB | 0.3/1.1 MB Progress (3): 163 kB | 1.7/4.1 MB | 0.3/1.1 MB Progress (3): 163 kB | 1.7/4.1 MB | 0.3/1.1 MB Progress (3): 163 kB | 1.7/4.1 MB | 0.4/1.1 MB Progress (3): 163 kB | 1.7/4.1 MB | 0.4/1.1 MB Progress (3): 163 kB | 1.7/4.1 MB | 0.4/1.1 MB Progress (3): 163 kB | 1.7/4.1 MB | 0.4/1.1 MB Progress (3): 163 kB | 1.7/4.1 MB | 0.4/1.1 MB Progress (3): 163 kB | 1.8/4.1 MB | 0.4/1.1 MB Progress (3): 163 kB | 1.8/4.1 MB | 0.4/1.1 MB Progress (3): 163 kB | 1.8/4.1 MB | 0.4/1.1 MB Progress (3): 163 kB | 1.8/4.1 MB | 0.4/1.1 MB Progress (3): 163 kB | 1.8/4.1 MB | 0.4/1.1 MB Progress (3): 163 kB | 1.8/4.1 MB | 0.4/1.1 MB Progress (3): 163 kB | 1.8/4.1 MB | 0.4/1.1 MB Progress (3): 163 kB | 1.8/4.1 MB | 0.4/1.1 MB Progress (3): 163 kB | 1.8/4.1 MB | 0.4/1.1 MB Progress (3): 163 kB | 1.8/4.1 MB | 0.4/1.1 MB Progress (3): 163 kB | 1.8/4.1 MB | 0.4/1.1 MB Progress (3): 163 kB | 1.8/4.1 MB | 0.4/1.1 MB Progress (3): 163 kB | 1.9/4.1 MB | 0.4/1.1 MB Progress (3): 163 kB | 1.9/4.1 MB | 0.5/1.1 MB Progress (3): 163 kB | 1.9/4.1 MB | 0.5/1.1 MB Progress (3): 163 kB | 1.9/4.1 MB | 0.5/1.1 MB Progress (3): 163 kB | 1.9/4.1 MB | 0.5/1.1 MB Progress (3): 163 kB | 1.9/4.1 MB | 0.5/1.1 MB Progress (3): 163 kB | 1.9/4.1 MB | 0.5/1.1 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/cryptacular/cryptacular/1.1.4/cryptacular-1.1.4.jar (163 kB at 1.3 MB/s) +Progress (2): 1.9/4.1 MB | 0.5/1.1 MB Progress (2): 1.9/4.1 MB | 0.5/1.1 MB Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.3.30.RELEASE/spring-core-4.3.30.RELEASE.jar +Progress (2): 2.0/4.1 MB | 0.5/1.1 MB Progress (2): 2.0/4.1 MB | 0.5/1.1 MB Progress (2): 2.0/4.1 MB | 0.5/1.1 MB Progress (2): 2.0/4.1 MB | 0.5/1.1 MB Progress (2): 2.0/4.1 MB | 0.5/1.1 MB Progress (2): 2.0/4.1 MB | 0.5/1.1 MB Progress (2): 2.0/4.1 MB | 0.5/1.1 MB Progress (2): 2.0/4.1 MB | 0.5/1.1 MB Progress (2): 2.0/4.1 MB | 0.5/1.1 MB Progress (2): 2.0/4.1 MB | 0.5/1.1 MB Progress (2): 2.0/4.1 MB | 0.5/1.1 MB Progress (2): 2.0/4.1 MB | 0.5/1.1 MB Progress (2): 2.0/4.1 MB | 0.5/1.1 MB Progress (2): 2.0/4.1 MB | 0.6/1.1 MB Progress (2): 2.0/4.1 MB | 0.6/1.1 MB Progress (2): 2.1/4.1 MB | 0.6/1.1 MB Progress (2): 2.1/4.1 MB | 0.6/1.1 MB Progress (2): 2.1/4.1 MB | 0.6/1.1 MB Progress (2): 2.1/4.1 MB | 0.6/1.1 MB Progress (2): 2.1/4.1 MB | 0.6/1.1 MB Progress (2): 2.1/4.1 MB | 0.6/1.1 MB Progress (2): 2.1/4.1 MB | 0.6/1.1 MB Progress (2): 2.1/4.1 MB | 0.6/1.1 MB Progress (2): 2.1/4.1 MB | 0.6/1.1 MB Progress (2): 2.1/4.1 MB | 0.6/1.1 MB Progress (2): 2.1/4.1 MB | 0.6/1.1 MB Progress (2): 2.2/4.1 MB | 0.6/1.1 MB Progress (2): 2.2/4.1 MB | 0.6/1.1 MB Progress (2): 2.2/4.1 MB | 0.6/1.1 MB Progress (2): 2.2/4.1 MB | 0.6/1.1 MB Progress (2): 2.2/4.1 MB | 0.6/1.1 MB Progress (2): 2.2/4.1 MB | 0.7/1.1 MB Progress (2): 2.2/4.1 MB | 0.7/1.1 MB Progress (2): 2.2/4.1 MB | 0.7/1.1 MB Progress (2): 2.2/4.1 MB | 0.7/1.1 MB Progress (2): 2.2/4.1 MB | 0.7/1.1 MB Progress (2): 2.2/4.1 MB | 0.7/1.1 MB Progress (2): 2.2/4.1 MB | 0.7/1.1 MB Progress (2): 2.3/4.1 MB | 0.7/1.1 MB Progress (2): 2.3/4.1 MB | 0.7/1.1 MB Progress (2): 2.3/4.1 MB | 0.7/1.1 MB Progress (2): 2.3/4.1 MB | 0.7/1.1 MB Progress (2): 2.3/4.1 MB | 0.7/1.1 MB Progress (2): 2.3/4.1 MB | 0.7/1.1 MB Progress (2): 2.3/4.1 MB | 0.7/1.1 MB Progress (2): 2.3/4.1 MB | 0.7/1.1 MB Progress (2): 2.3/4.1 MB | 0.7/1.1 MB Progress (2): 2.3/4.1 MB | 0.7/1.1 MB Progress (2): 2.3/4.1 MB | 0.7/1.1 MB Progress (2): 2.3/4.1 MB | 0.8/1.1 MB Progress (2): 2.4/4.1 MB | 0.8/1.1 MB Progress (2): 2.4/4.1 MB | 0.8/1.1 MB Progress (2): 2.4/4.1 MB | 0.8/1.1 MB Progress (2): 2.4/4.1 MB | 0.8/1.1 MB Progress (2): 2.4/4.1 MB | 0.8/1.1 MB Progress (2): 2.4/4.1 MB | 0.8/1.1 MB Progress (2): 2.4/4.1 MB | 0.8/1.1 MB Progress (2): 2.4/4.1 MB | 0.8/1.1 MB Progress (2): 2.4/4.1 MB | 0.8/1.1 MB Progress (2): 2.4/4.1 MB | 0.8/1.1 MB Progress (2): 2.4/4.1 MB | 0.8/1.1 MB Progress (2): 2.5/4.1 MB | 0.8/1.1 MB Progress (2): 2.5/4.1 MB | 0.8/1.1 MB Progress (2): 2.5/4.1 MB | 0.8/1.1 MB Progress (2): 2.5/4.1 MB | 0.8/1.1 MB Progress (2): 2.5/4.1 MB | 0.8/1.1 MB Progress (2): 2.5/4.1 MB | 0.8/1.1 MB Progress (2): 2.5/4.1 MB | 0.8/1.1 MB Progress (2): 2.5/4.1 MB | 0.9/1.1 MB Progress (2): 2.5/4.1 MB | 0.9/1.1 MB Progress (2): 2.5/4.1 MB | 0.9/1.1 MB Progress (2): 2.5/4.1 MB | 0.9/1.1 MB Progress (2): 2.6/4.1 MB | 0.9/1.1 MB Progress (2): 2.6/4.1 MB | 0.9/1.1 MB Progress (2): 2.6/4.1 MB | 0.9/1.1 MB Progress (2): 2.6/4.1 MB | 0.9/1.1 MB Progress (2): 2.6/4.1 MB | 0.9/1.1 MB Progress (2): 2.6/4.1 MB | 0.9/1.1 MB Progress (2): 2.6/4.1 MB | 0.9/1.1 MB Progress (2): 2.6/4.1 MB | 0.9/1.1 MB Progress (2): 2.6/4.1 MB | 0.9/1.1 MB Progress (2): 2.6/4.1 MB | 0.9/1.1 MB Progress (2): 2.7/4.1 MB | 0.9/1.1 MB Progress (2): 2.7/4.1 MB | 0.9/1.1 MB Progress (2): 2.7/4.1 MB | 0.9/1.1 MB Progress (2): 2.7/4.1 MB | 0.9/1.1 MB Progress (2): 2.7/4.1 MB | 0.9/1.1 MB Progress (2): 2.7/4.1 MB | 1.0/1.1 MB Progress (2): 2.7/4.1 MB | 1.0/1.1 MB Progress (2): 2.7/4.1 MB | 1.0/1.1 MB Progress (3): 2.7/4.1 MB | 1.0/1.1 MB | 4.1/380 kB Progress (3): 2.7/4.1 MB | 1.0/1.1 MB | 4.1/380 kB Progress (3): 2.7/4.1 MB | 1.0/1.1 MB | 8.2/380 kB Progress (3): 2.7/4.1 MB | 1.0/1.1 MB | 8.2/380 kB Progress (3): 2.7/4.1 MB | 1.0/1.1 MB | 12/380 kB Progress (3): 2.7/4.1 MB | 1.0/1.1 MB | 12/380 kB Progress (3): 2.7/4.1 MB | 1.0/1.1 MB | 16/380 kB Progress (3): 2.8/4.1 MB | 1.0/1.1 MB | 16/380 kB Progress (3): 2.8/4.1 MB | 1.0/1.1 MB | 20/380 kB Progress (4): 2.8/4.1 MB | 1.0/1.1 MB | 20/380 kB | 4.1/276 kB Progress (4): 2.8/4.1 MB | 1.0/1.1 MB | 20/380 kB | 4.1/276 kB Progress (4): 2.8/4.1 MB | 1.0/1.1 MB | 20/380 kB | 8.2/276 kB Progress (4): 2.8/4.1 MB | 1.0/1.1 MB | 20/380 kB | 8.2/276 kB Progress (4): 2.8/4.1 MB | 1.0/1.1 MB | 25/380 kB | 8.2/276 kB Progress (4): 2.8/4.1 MB | 1.0/1.1 MB | 25/380 kB | 12/276 kB Progress (4): 2.8/4.1 MB | 1.0/1.1 MB | 25/380 kB | 12/276 kB Progress (4): 2.8/4.1 MB | 1.0/1.1 MB | 25/380 kB | 16/276 kB Progress (4): 2.8/4.1 MB | 1.0/1.1 MB | 25/380 kB | 16/276 kB Progress (4): 2.8/4.1 MB | 1.0/1.1 MB | 29/380 kB | 16/276 kB Progress (4): 2.8/4.1 MB | 1.0/1.1 MB | 29/380 kB | 20/276 kB Progress (4): 2.8/4.1 MB | 1.0/1.1 MB | 29/380 kB | 20/276 kB Progress (4): 2.8/4.1 MB | 1.0/1.1 MB | 29/380 kB | 25/276 kB Progress (4): 2.8/4.1 MB | 1.0/1.1 MB | 29/380 kB | 25/276 kB Progress (4): 2.8/4.1 MB | 1.0/1.1 MB | 33/380 kB | 25/276 kB Progress (4): 2.8/4.1 MB | 1.0/1.1 MB | 33/380 kB | 29/276 kB Progress (4): 2.8/4.1 MB | 1.0/1.1 MB | 33/380 kB | 29/276 kB Progress (4): 2.8/4.1 MB | 1.0/1.1 MB | 33/380 kB | 33/276 kB Progress (4): 2.9/4.1 MB | 1.0/1.1 MB | 33/380 kB | 33/276 kB Progress (4): 2.9/4.1 MB | 1.0/1.1 MB | 37/380 kB | 33/276 kB Progress (4): 2.9/4.1 MB | 1.0/1.1 MB | 37/380 kB | 37/276 kB Progress (4): 2.9/4.1 MB | 1.0/1.1 MB | 37/380 kB | 37/276 kB Progress (4): 2.9/4.1 MB | 1.0/1.1 MB | 37/380 kB | 41/276 kB Progress (4): 2.9/4.1 MB | 1.0/1.1 MB | 37/380 kB | 41/276 kB Progress (4): 2.9/4.1 MB | 1.0/1.1 MB | 41/380 kB | 41/276 kB Progress (4): 2.9/4.1 MB | 1.0/1.1 MB | 41/380 kB | 45/276 kB Progress (4): 2.9/4.1 MB | 1.0/1.1 MB | 41/380 kB | 45/276 kB Progress (4): 2.9/4.1 MB | 1.0/1.1 MB | 41/380 kB | 49/276 kB Progress (4): 2.9/4.1 MB | 1.0/1.1 MB | 41/380 kB | 49/276 kB Progress (4): 2.9/4.1 MB | 1.0/1.1 MB | 45/380 kB | 49/276 kB Progress (4): 2.9/4.1 MB | 1.0/1.1 MB | 45/380 kB | 53/276 kB Progress (4): 2.9/4.1 MB | 1.0/1.1 MB | 45/380 kB | 53/276 kB Progress (4): 2.9/4.1 MB | 1.0/1.1 MB | 45/380 kB | 57/276 kB Progress (4): 2.9/4.1 MB | 1.0/1.1 MB | 45/380 kB | 57/276 kB Progress (4): 2.9/4.1 MB | 1.0/1.1 MB | 45/380 kB | 57/276 kB Progress (4): 2.9/4.1 MB | 1.0/1.1 MB | 49/380 kB | 57/276 kB Progress (4): 2.9/4.1 MB | 1.0/1.1 MB | 49/380 kB | 57/276 kB Progress (4): 2.9/4.1 MB | 1.0/1.1 MB | 49/380 kB | 61/276 kB Progress (4): 2.9/4.1 MB | 1.1/1.1 MB | 49/380 kB | 61/276 kB Progress (4): 2.9/4.1 MB | 1.1/1.1 MB | 53/380 kB | 61/276 kB Progress (4): 3.0/4.1 MB | 1.1/1.1 MB | 53/380 kB | 61/276 kB Progress (4): 3.0/4.1 MB | 1.1/1.1 MB | 57/380 kB | 61/276 kB Progress (4): 3.0/4.1 MB | 1.1/1.1 MB | 57/380 kB | 61/276 kB Progress (4): 3.0/4.1 MB | 1.1/1.1 MB | 57/380 kB | 66/276 kB Progress (4): 3.0/4.1 MB | 1.1/1.1 MB | 57/380 kB | 66/276 kB Progress (4): 3.0/4.1 MB | 1.1/1.1 MB | 57/380 kB | 70/276 kB Progress (4): 3.0/4.1 MB | 1.1/1.1 MB | 57/380 kB | 70/276 kB Progress (4): 3.0/4.1 MB | 1.1/1.1 MB | 61/380 kB | 70/276 kB Progress (4): 3.0/4.1 MB | 1.1/1.1 MB | 61/380 kB | 74/276 kB Progress (4): 3.0/4.1 MB | 1.1/1.1 MB | 61/380 kB | 74/276 kB Progress (4): 3.0/4.1 MB | 1.1/1.1 MB | 61/380 kB | 74/276 kB Progress (4): 3.0/4.1 MB | 1.1/1.1 MB | 61/380 kB | 78/276 kB Progress (4): 3.0/4.1 MB | 1.1/1.1 MB | 66/380 kB | 78/276 kB Progress (4): 3.0/4.1 MB | 1.1/1.1 MB | 66/380 kB | 82/276 kB Progress (4): 3.0/4.1 MB | 1.1/1.1 MB | 66/380 kB | 82/276 kB Progress (4): 3.0/4.1 MB | 1.1/1.1 MB | 66/380 kB | 82/276 kB Progress (4): 3.0/4.1 MB | 1.1/1.1 MB | 66/380 kB | 82/276 kB Progress (4): 3.0/4.1 MB | 1.1/1.1 MB | 66/380 kB | 86/276 kB Progress (4): 3.0/4.1 MB | 1.1/1.1 MB | 70/380 kB | 86/276 kB Progress (4): 3.0/4.1 MB | 1.1/1.1 MB | 70/380 kB | 90/276 kB Progress (4): 3.0/4.1 MB | 1.1/1.1 MB | 70/380 kB | 90/276 kB Progress (4): 3.1/4.1 MB | 1.1/1.1 MB | 70/380 kB | 90/276 kB Progress (4): 3.1/4.1 MB | 1.1/1.1 MB | 70/380 kB | 90/276 kB Progress (4): 3.1/4.1 MB | 1.1/1.1 MB | 70/380 kB | 94/276 kB Progress (4): 3.1/4.1 MB | 1.1/1.1 MB | 74/380 kB | 94/276 kB Progress (5): 3.1/4.1 MB | 1.1/1.1 MB | 74/380 kB | 94/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1/1.1 MB | 78/380 kB | 94/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1/1.1 MB | 78/380 kB | 98/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1/1.1 MB | 78/380 kB | 98/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1/1.1 MB | 78/380 kB | 98/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1/1.1 MB | 78/380 kB | 98/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1/1.1 MB | 78/380 kB | 102/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1/1.1 MB | 82/380 kB | 102/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1/1.1 MB | 82/380 kB | 102/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1/1.1 MB | 86/380 kB | 102/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1/1.1 MB | 86/380 kB | 106/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1/1.1 MB | 86/380 kB | 106/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1/1.1 MB | 86/380 kB | 106/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1 MB | 86/380 kB | 106/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1 MB | 86/380 kB | 111/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1 MB | 90/380 kB | 111/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1 MB | 90/380 kB | 111/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1 MB | 94/380 kB | 111/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1 MB | 94/380 kB | 115/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1 MB | 94/380 kB | 115/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1 MB | 94/380 kB | 119/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1 MB | 98/380 kB | 119/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1 MB | 98/380 kB | 119/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1 MB | 102/380 kB | 119/276 kB | 0/1.1 MB Progress (5): 3.1/4.1 MB | 1.1 MB | 102/380 kB | 123/276 kB | 0/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 102/380 kB | 123/276 kB | 0/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 102/380 kB | 127/276 kB | 0/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 106/380 kB | 127/276 kB | 0/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 106/380 kB | 127/276 kB | 0/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 111/380 kB | 127/276 kB | 0/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 111/380 kB | 127/276 kB | 0/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 111/380 kB | 131/276 kB | 0/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 115/380 kB | 131/276 kB | 0/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 115/380 kB | 131/276 kB | 0/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 119/380 kB | 131/276 kB | 0/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 119/380 kB | 131/276 kB | 0/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 119/380 kB | 135/276 kB | 0/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 123/380 kB | 135/276 kB | 0/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 123/380 kB | 135/276 kB | 0.1/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 127/380 kB | 135/276 kB | 0.1/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 127/380 kB | 135/276 kB | 0.1/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 127/380 kB | 139/276 kB | 0.1/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 131/380 kB | 139/276 kB | 0.1/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 131/380 kB | 139/276 kB | 0.1/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 135/380 kB | 139/276 kB | 0.1/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 135/380 kB | 139/276 kB | 0.1/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 135/380 kB | 143/276 kB | 0.1/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 139/380 kB | 143/276 kB | 0.1/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 139/380 kB | 143/276 kB | 0.1/1.1 MB Progress (5): 3.2/4.1 MB | 1.1 MB | 143/380 kB | 143/276 kB | 0.1/1.1 MB Progress (5): 3.3/4.1 MB | 1.1 MB | 143/380 kB | 143/276 kB | 0.1/1.1 MB Progress (5): 3.3/4.1 MB | 1.1 MB | 143/380 kB | 147/276 kB | 0.1/1.1 MB Progress (5): 3.3/4.1 MB | 1.1 MB | 147/380 kB | 147/276 kB | 0.1/1.1 MB Progress (5): 3.3/4.1 MB | 1.1 MB | 147/380 kB | 147/276 kB | 0.1/1.1 MB Progress (5): 3.3/4.1 MB | 1.1 MB | 152/380 kB | 147/276 kB | 0.1/1.1 MB Progress (5): 3.3/4.1 MB | 1.1 MB | 152/380 kB | 147/276 kB | 0.1/1.1 MB Progress (5): 3.3/4.1 MB | 1.1 MB | 152/380 kB | 152/276 kB | 0.1/1.1 MB Progress (5): 3.3/4.1 MB | 1.1 MB | 156/380 kB | 152/276 kB | 0.1/1.1 MB Progress (5): 3.3/4.1 MB | 1.1 MB | 156/380 kB | 152/276 kB | 0.1/1.1 MB Progress (5): 3.3/4.1 MB | 1.1 MB | 160/380 kB | 152/276 kB | 0.1/1.1 MB Progress (5): 3.3/4.1 MB | 1.1 MB | 160/380 kB | 152/276 kB | 0.1/1.1 MB Progress (5): 3.3/4.1 MB | 1.1 MB | 160/380 kB | 156/276 kB | 0.1/1.1 MB Progress (5): 3.3/4.1 MB | 1.1 MB | 164/380 kB | 156/276 kB | 0.1/1.1 MB Progress (5): 3.3/4.1 MB | 1.1 MB | 164/380 kB | 156/276 kB | 0.1/1.1 MB Progress (5): 3.3/4.1 MB | 1.1 MB | 168/380 kB | 156/276 kB | 0.1/1.1 MB Progress (5): 3.3/4.1 MB | 1.1 MB | 168/380 kB | 156/276 kB | 0.1/1.1 MB Progress (5): 3.3/4.1 MB | 1.1 MB | 168/380 kB | 160/276 kB | 0.1/1.1 MB Progress (5): 3.3/4.1 MB | 1.1 MB | 172/380 kB | 160/276 kB | 0.1/1.1 MB Progress (5): 3.3/4.1 MB | 1.1 MB | 172/380 kB | 160/276 kB | 0.1/1.1 MB Progress (5): 3.3/4.1 MB | 1.1 MB | 176/380 kB | 160/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 176/380 kB | 160/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 176/380 kB | 164/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 180/380 kB | 164/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 180/380 kB | 164/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 184/380 kB | 164/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 184/380 kB | 168/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 184/380 kB | 168/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 184/380 kB | 172/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 188/380 kB | 172/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 188/380 kB | 172/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 193/380 kB | 172/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 193/380 kB | 172/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 193/380 kB | 176/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 197/380 kB | 176/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 197/380 kB | 176/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 201/380 kB | 176/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 201/380 kB | 180/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 201/380 kB | 180/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 201/380 kB | 184/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 205/380 kB | 184/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 205/380 kB | 184/276 kB | 0.1/1.1 MB Progress (5): 3.4/4.1 MB | 1.1 MB | 209/380 kB | 184/276 kB | 0.1/1.1 MB Progress (5): 3.5/4.1 MB | 1.1 MB | 209/380 kB | 184/276 kB | 0.1/1.1 MB Progress (5): 3.5/4.1 MB | 1.1 MB | 209/380 kB | 188/276 kB | 0.1/1.1 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.3.30.RELEASE/spring-context-4.3.30.RELEASE.jar (1.1 MB at 7.0 MB/s) +Progress (4): 3.5/4.1 MB | 209/380 kB | 188/276 kB | 0.1/1.1 MB Progress (4): 3.5/4.1 MB | 209/380 kB | 193/276 kB | 0.1/1.1 MB Progress (4): 3.5/4.1 MB | 213/380 kB | 193/276 kB | 0.1/1.1 MB Progress (4): 3.5/4.1 MB | 213/380 kB | 193/276 kB | 0.1/1.1 MB Progress (4): 3.5/4.1 MB | 217/380 kB | 193/276 kB | 0.1/1.1 MB Progress (4): 3.5/4.1 MB | 217/380 kB | 193/276 kB | 0.2/1.1 MB Progress (4): 3.5/4.1 MB | 217/380 kB | 193/276 kB | 0.2/1.1 MB Progress (4): 3.5/4.1 MB | 217/380 kB | 197/276 kB | 0.2/1.1 MB Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.3.30.RELEASE/spring-beans-4.3.30.RELEASE.jar +Progress (4): 3.5/4.1 MB | 217/380 kB | 201/276 kB | 0.2/1.1 MB Progress (4): 3.5/4.1 MB | 217/380 kB | 201/276 kB | 0.2/1.1 MB Progress (4): 3.5/4.1 MB | 217/380 kB | 201/276 kB | 0.2/1.1 MB Progress (4): 3.5/4.1 MB | 221/380 kB | 201/276 kB | 0.2/1.1 MB Progress (4): 3.6/4.1 MB | 221/380 kB | 201/276 kB | 0.2/1.1 MB Progress (4): 3.6/4.1 MB | 221/380 kB | 201/276 kB | 0.2/1.1 MB Progress (4): 3.6/4.1 MB | 221/380 kB | 205/276 kB | 0.2/1.1 MB Progress (4): 3.6/4.1 MB | 221/380 kB | 205/276 kB | 0.2/1.1 MB Progress (4): 3.6/4.1 MB | 221/380 kB | 205/276 kB | 0.2/1.1 MB Progress (4): 3.6/4.1 MB | 225/380 kB | 205/276 kB | 0.2/1.1 MB Progress (4): 3.6/4.1 MB | 225/380 kB | 205/276 kB | 0.2/1.1 MB Progress (4): 3.6/4.1 MB | 225/380 kB | 205/276 kB | 0.2/1.1 MB Progress (4): 3.6/4.1 MB | 225/380 kB | 209/276 kB | 0.2/1.1 MB Progress (4): 3.6/4.1 MB | 225/380 kB | 209/276 kB | 0.2/1.1 MB Progress (4): 3.6/4.1 MB | 229/380 kB | 209/276 kB | 0.2/1.1 MB Progress (4): 3.6/4.1 MB | 229/380 kB | 209/276 kB | 0.2/1.1 MB Progress (4): 3.6/4.1 MB | 229/380 kB | 209/276 kB | 0.2/1.1 MB Progress (4): 3.6/4.1 MB | 229/380 kB | 213/276 kB | 0.2/1.1 MB Progress (4): 3.6/4.1 MB | 229/380 kB | 213/276 kB | 0.2/1.1 MB Progress (4): 3.6/4.1 MB | 233/380 kB | 213/276 kB | 0.2/1.1 MB Progress (4): 3.7/4.1 MB | 233/380 kB | 213/276 kB | 0.2/1.1 MB Progress (4): 3.7/4.1 MB | 233/380 kB | 217/276 kB | 0.2/1.1 MB Progress (4): 3.7/4.1 MB | 238/380 kB | 217/276 kB | 0.2/1.1 MB Progress (4): 3.7/4.1 MB | 238/380 kB | 217/276 kB | 0.2/1.1 MB Progress (4): 3.7/4.1 MB | 238/380 kB | 217/276 kB | 0.2/1.1 MB Progress (4): 3.7/4.1 MB | 242/380 kB | 217/276 kB | 0.2/1.1 MB Progress (4): 3.7/4.1 MB | 242/380 kB | 221/276 kB | 0.2/1.1 MB Progress (4): 3.7/4.1 MB | 246/380 kB | 221/276 kB | 0.2/1.1 MB Progress (4): 3.7/4.1 MB | 246/380 kB | 221/276 kB | 0.2/1.1 MB Progress (4): 3.7/4.1 MB | 246/380 kB | 221/276 kB | 0.2/1.1 MB Progress (4): 3.7/4.1 MB | 250/380 kB | 221/276 kB | 0.2/1.1 MB Progress (4): 3.7/4.1 MB | 250/380 kB | 221/276 kB | 0.2/1.1 MB Progress (4): 3.7/4.1 MB | 250/380 kB | 225/276 kB | 0.2/1.1 MB Progress (4): 3.7/4.1 MB | 250/380 kB | 225/276 kB | 0.2/1.1 MB Progress (4): 3.7/4.1 MB | 254/380 kB | 225/276 kB | 0.2/1.1 MB Progress (4): 3.7/4.1 MB | 254/380 kB | 225/276 kB | 0.3/1.1 MB Progress (4): 3.7/4.1 MB | 254/380 kB | 225/276 kB | 0.3/1.1 MB Progress (4): 3.7/4.1 MB | 254/380 kB | 225/276 kB | 0.3/1.1 MB Progress (4): 3.7/4.1 MB | 258/380 kB | 225/276 kB | 0.3/1.1 MB Progress (4): 3.7/4.1 MB | 258/380 kB | 229/276 kB | 0.3/1.1 MB Progress (4): 3.7/4.1 MB | 262/380 kB | 229/276 kB | 0.3/1.1 MB Progress (4): 3.7/4.1 MB | 262/380 kB | 229/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 262/380 kB | 229/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 262/380 kB | 229/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 266/380 kB | 229/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 266/380 kB | 233/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 270/380 kB | 233/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 270/380 kB | 233/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 270/380 kB | 233/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 274/380 kB | 233/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 274/380 kB | 238/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 279/380 kB | 238/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 279/380 kB | 238/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 279/380 kB | 238/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 283/380 kB | 238/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 283/380 kB | 238/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 283/380 kB | 242/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 283/380 kB | 242/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 287/380 kB | 242/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 287/380 kB | 242/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 291/380 kB | 242/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 291/380 kB | 242/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 291/380 kB | 246/276 kB | 0.3/1.1 MB Progress (4): 3.8/4.1 MB | 291/380 kB | 246/276 kB | 0.3/1.1 MB Progress (4): 3.9/4.1 MB | 291/380 kB | 246/276 kB | 0.3/1.1 MB Progress (4): 3.9/4.1 MB | 291/380 kB | 246/276 kB | 0.3/1.1 MB Progress (4): 3.9/4.1 MB | 295/380 kB | 246/276 kB | 0.3/1.1 MB Progress (4): 3.9/4.1 MB | 295/380 kB | 246/276 kB | 0.3/1.1 MB Progress (4): 3.9/4.1 MB | 295/380 kB | 250/276 kB | 0.3/1.1 MB Progress (4): 3.9/4.1 MB | 299/380 kB | 250/276 kB | 0.3/1.1 MB Progress (4): 3.9/4.1 MB | 299/380 kB | 250/276 kB | 0.3/1.1 MB Progress (4): 3.9/4.1 MB | 303/380 kB | 250/276 kB | 0.3/1.1 MB Progress (4): 3.9/4.1 MB | 303/380 kB | 254/276 kB | 0.3/1.1 MB Progress (4): 3.9/4.1 MB | 303/380 kB | 254/276 kB | 0.4/1.1 MB Progress (4): 3.9/4.1 MB | 303/380 kB | 258/276 kB | 0.4/1.1 MB Progress (4): 3.9/4.1 MB | 303/380 kB | 258/276 kB | 0.4/1.1 MB Progress (4): 3.9/4.1 MB | 307/380 kB | 258/276 kB | 0.4/1.1 MB Progress (4): 3.9/4.1 MB | 307/380 kB | 262/276 kB | 0.4/1.1 MB Progress (4): 3.9/4.1 MB | 307/380 kB | 262/276 kB | 0.4/1.1 MB Progress (4): 3.9/4.1 MB | 307/380 kB | 266/276 kB | 0.4/1.1 MB Progress (4): 3.9/4.1 MB | 307/380 kB | 266/276 kB | 0.4/1.1 MB Progress (4): 3.9/4.1 MB | 307/380 kB | 266/276 kB | 0.4/1.1 MB Progress (4): 3.9/4.1 MB | 311/380 kB | 266/276 kB | 0.4/1.1 MB Progress (4): 3.9/4.1 MB | 311/380 kB | 266/276 kB | 0.4/1.1 MB Progress (4): 3.9/4.1 MB | 311/380 kB | 270/276 kB | 0.4/1.1 MB Progress (4): 3.9/4.1 MB | 311/380 kB | 270/276 kB | 0.4/1.1 MB Progress (4): 4.0/4.1 MB | 311/380 kB | 270/276 kB | 0.4/1.1 MB Progress (4): 4.0/4.1 MB | 315/380 kB | 270/276 kB | 0.4/1.1 MB Progress (4): 4.0/4.1 MB | 315/380 kB | 270/276 kB | 0.4/1.1 MB Progress (4): 4.0/4.1 MB | 315/380 kB | 274/276 kB | 0.4/1.1 MB Progress (4): 4.0/4.1 MB | 315/380 kB | 274/276 kB | 0.4/1.1 MB Progress (4): 4.0/4.1 MB | 315/380 kB | 274/276 kB | 0.4/1.1 MB Progress (4): 4.0/4.1 MB | 319/380 kB | 274/276 kB | 0.4/1.1 MB Progress (4): 4.0/4.1 MB | 319/380 kB | 274/276 kB | 0.4/1.1 MB Progress (4): 4.0/4.1 MB | 319/380 kB | 276 kB | 0.4/1.1 MB Progress (4): 4.0/4.1 MB | 319/380 kB | 276 kB | 0.4/1.1 MB Progress (4): 4.0/4.1 MB | 319/380 kB | 276 kB | 0.4/1.1 MB Progress (4): 4.0/4.1 MB | 324/380 kB | 276 kB | 0.4/1.1 MB Progress (4): 4.0/4.1 MB | 324/380 kB | 276 kB | 0.4/1.1 MB Progress (4): 4.0/4.1 MB | 324/380 kB | 276 kB | 0.4/1.1 MB Progress (4): 4.0/4.1 MB | 324/380 kB | 276 kB | 0.4/1.1 MB Progress (4): 4.0/4.1 MB | 328/380 kB | 276 kB | 0.4/1.1 MB Progress (4): 4.1/4.1 MB | 328/380 kB | 276 kB | 0.4/1.1 MB Progress (4): 4.1/4.1 MB | 328/380 kB | 276 kB | 0.4/1.1 MB Progress (4): 4.1/4.1 MB | 332/380 kB | 276 kB | 0.4/1.1 MB Progress (4): 4.1/4.1 MB | 332/380 kB | 276 kB | 0.4/1.1 MB Progress (4): 4.1/4.1 MB | 332/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1/4.1 MB | 336/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1/4.1 MB | 336/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 336/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 336/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 340/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 340/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 344/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 344/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 348/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 348/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 352/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 352/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 356/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 356/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 360/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 360/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 365/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 365/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 369/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 369/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 373/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 373/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 377/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 377/380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 380 kB | 276 kB | 0.5/1.1 MB Progress (4): 4.1 MB | 380 kB | 276 kB | 0.6/1.1 MB Progress (4): 4.1 MB | 380 kB | 276 kB | 0.6/1.1 MB Progress (4): 4.1 MB | 380 kB | 276 kB | 0.6/1.1 MB Progress (4): 4.1 MB | 380 kB | 276 kB | 0.6/1.1 MB Progress (4): 4.1 MB | 380 kB | 276 kB | 0.6/1.1 MB Progress (4): 4.1 MB | 380 kB | 276 kB | 0.6/1.1 MB Progress (4): 4.1 MB | 380 kB | 276 kB | 0.6/1.1 MB Progress (4): 4.1 MB | 380 kB | 276 kB | 0.6/1.1 MB Progress (4): 4.1 MB | 380 kB | 276 kB | 0.6/1.1 MB Progress (4): 4.1 MB | 380 kB | 276 kB | 0.6/1.1 MB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.6/1.1 MB | 4.1/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.6/1.1 MB | 8.2/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.6/1.1 MB | 12/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.6/1.1 MB | 16/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.6/1.1 MB | 16/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.6/1.1 MB | 20/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.6/1.1 MB | 20/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.6/1.1 MB | 25/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 25/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 29/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 29/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 33/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 37/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 41/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 45/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 45/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 49/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 49/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 53/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 57/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 61/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 66/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 66/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 70/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 70/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 74/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 74/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 78/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 78/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 82/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 82/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 86/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 86/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 90/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 90/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 94/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 94/765 kB Progress (5): 4.1 MB | 380 kB | 276 kB | 0.7/1.1 MB | 98/765 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.3.30.RELEASE/spring-expression-4.3.30.RELEASE.jar (276 kB at 1.5 MB/s) +Progress (4): 4.1 MB | 380 kB | 0.7/1.1 MB | 102/765 kB Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webmvc/4.3.30.RELEASE/spring-webmvc-4.3.30.RELEASE.jar +Progress (4): 4.1 MB | 380 kB | 0.7/1.1 MB | 106/765 kB Progress (4): 4.1 MB | 380 kB | 0.7/1.1 MB | 111/765 kB Progress (4): 4.1 MB | 380 kB | 0.7/1.1 MB | 115/765 kB Progress (4): 4.1 MB | 380 kB | 0.7/1.1 MB | 119/765 kB Progress (4): 4.1 MB | 380 kB | 0.7/1.1 MB | 123/765 kB Progress (4): 4.1 MB | 380 kB | 0.7/1.1 MB | 127/765 kB Progress (4): 4.1 MB | 380 kB | 0.7/1.1 MB | 131/765 kB Progress (4): 4.1 MB | 380 kB | 0.7/1.1 MB | 135/765 kB Progress (4): 4.1 MB | 380 kB | 0.7/1.1 MB | 139/765 kB Progress (4): 4.1 MB | 380 kB | 0.7/1.1 MB | 143/765 kB Progress (4): 4.1 MB | 380 kB | 0.8/1.1 MB | 143/765 kB Progress (4): 4.1 MB | 380 kB | 0.8/1.1 MB | 147/765 kB Progress (4): 4.1 MB | 380 kB | 0.8/1.1 MB | 147/765 kB Progress (4): 4.1 MB | 380 kB | 0.8/1.1 MB | 152/765 kB Progress (4): 4.1 MB | 380 kB | 0.8/1.1 MB | 152/765 kB Progress (4): 4.1 MB | 380 kB | 0.8/1.1 MB | 156/765 kB Progress (4): 4.1 MB | 380 kB | 0.8/1.1 MB | 160/765 kB Progress (4): 4.1 MB | 380 kB | 0.8/1.1 MB | 164/765 kB Progress (4): 4.1 MB | 380 kB | 0.8/1.1 MB | 164/765 kB Progress (4): 4.1 MB | 380 kB | 0.8/1.1 MB | 168/765 kB Progress (4): 4.1 MB | 380 kB | 0.8/1.1 MB | 168/765 kB Progress (4): 4.1 MB | 380 kB | 0.8/1.1 MB | 172/765 kB Progress (4): 4.1 MB | 380 kB | 0.8/1.1 MB | 172/765 kB Progress (4): 4.1 MB | 380 kB | 0.8/1.1 MB | 176/765 kB Progress (4): 4.1 MB | 380 kB | 0.8/1.1 MB | 176/765 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.3.30.RELEASE/spring-aop-4.3.30.RELEASE.jar (380 kB at 2.0 MB/s) +Progress (3): 4.1 MB | 0.8/1.1 MB | 180/765 kB Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-web/4.3.30.RELEASE/spring-web-4.3.30.RELEASE.jar +Progress (3): 4.1 MB | 0.8/1.1 MB | 180/765 kB Progress (3): 4.1 MB | 0.8/1.1 MB | 184/765 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.59/bcprov-jdk15on-1.59.jar (4.1 MB at 21 MB/s) +Progress (2): 0.8/1.1 MB | 188/765 kB Progress (2): 0.8/1.1 MB | 188/765 kB Progress (2): 0.8/1.1 MB | 193/765 kB Downloading from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.9/joda-time-2.9.jar +Progress (2): 0.8/1.1 MB | 193/765 kB Progress (2): 0.8/1.1 MB | 197/765 kB Progress (2): 0.8/1.1 MB | 197/765 kB Progress (2): 0.8/1.1 MB | 201/765 kB Progress (2): 0.8/1.1 MB | 201/765 kB Progress (2): 0.8/1.1 MB | 205/765 kB Progress (2): 0.8/1.1 MB | 205/765 kB Progress (2): 0.8/1.1 MB | 209/765 kB Progress (2): 0.8/1.1 MB | 213/765 kB Progress (2): 0.9/1.1 MB | 213/765 kB Progress (2): 0.9/1.1 MB | 217/765 kB Progress (2): 0.9/1.1 MB | 217/765 kB Progress (2): 0.9/1.1 MB | 221/765 kB Progress (2): 0.9/1.1 MB | 221/765 kB Progress (2): 0.9/1.1 MB | 225/765 kB Progress (2): 0.9/1.1 MB | 225/765 kB Progress (2): 0.9/1.1 MB | 229/765 kB Progress (2): 0.9/1.1 MB | 233/765 kB Progress (2): 0.9/1.1 MB | 233/765 kB Progress (2): 0.9/1.1 MB | 238/765 kB Progress (2): 0.9/1.1 MB | 238/765 kB Progress (2): 0.9/1.1 MB | 242/765 kB Progress (2): 0.9/1.1 MB | 246/765 kB Progress (2): 0.9/1.1 MB | 246/765 kB Progress (2): 0.9/1.1 MB | 250/765 kB Progress (2): 0.9/1.1 MB | 250/765 kB Progress (2): 0.9/1.1 MB | 254/765 kB Progress (2): 0.9/1.1 MB | 254/765 kB Progress (2): 0.9/1.1 MB | 258/765 kB Progress (2): 0.9/1.1 MB | 258/765 kB Progress (2): 0.9/1.1 MB | 262/765 kB Progress (2): 0.9/1.1 MB | 266/765 kB Progress (2): 0.9/1.1 MB | 266/765 kB Progress (2): 0.9/1.1 MB | 270/765 kB Progress (2): 0.9/1.1 MB | 270/765 kB Progress (2): 0.9/1.1 MB | 274/765 kB Progress (2): 0.9/1.1 MB | 279/765 kB Progress (2): 1.0/1.1 MB | 279/765 kB Progress (2): 1.0/1.1 MB | 283/765 kB Progress (2): 1.0/1.1 MB | 283/765 kB Progress (2): 1.0/1.1 MB | 287/765 kB Progress (2): 1.0/1.1 MB | 287/765 kB Progress (2): 1.0/1.1 MB | 291/765 kB Progress (2): 1.0/1.1 MB | 291/765 kB Progress (2): 1.0/1.1 MB | 295/765 kB Progress (2): 1.0/1.1 MB | 295/765 kB Progress (2): 1.0/1.1 MB | 299/765 kB Progress (2): 1.0/1.1 MB | 303/765 kB Progress (2): 1.0/1.1 MB | 303/765 kB Progress (2): 1.0/1.1 MB | 307/765 kB Progress (2): 1.0/1.1 MB | 307/765 kB Progress (2): 1.0/1.1 MB | 311/765 kB Progress (2): 1.0/1.1 MB | 311/765 kB Progress (2): 1.0/1.1 MB | 315/765 kB Progress (2): 1.0/1.1 MB | 315/765 kB Progress (2): 1.0/1.1 MB | 319/765 kB Progress (2): 1.0/1.1 MB | 324/765 kB Progress (2): 1.0/1.1 MB | 324/765 kB Progress (2): 1.0/1.1 MB | 328/765 kB Progress (2): 1.0/1.1 MB | 328/765 kB Progress (2): 1.0/1.1 MB | 332/765 kB Progress (2): 1.0/1.1 MB | 332/765 kB Progress (2): 1.0/1.1 MB | 336/765 kB Progress (2): 1.1/1.1 MB | 336/765 kB Progress (2): 1.1/1.1 MB | 340/765 kB Progress (2): 1.1/1.1 MB | 340/765 kB Progress (2): 1.1/1.1 MB | 344/765 kB Progress (2): 1.1/1.1 MB | 344/765 kB Progress (3): 1.1/1.1 MB | 344/765 kB | 8.2/923 kB Progress (3): 1.1/1.1 MB | 348/765 kB | 8.2/923 kB Progress (3): 1.1/1.1 MB | 348/765 kB | 16/923 kB Progress (3): 1.1/1.1 MB | 352/765 kB | 16/923 kB Progress (3): 1.1/1.1 MB | 356/765 kB | 16/923 kB Progress (3): 1.1/1.1 MB | 356/765 kB | 25/923 kB Progress (3): 1.1/1.1 MB | 360/765 kB | 25/923 kB Progress (3): 1.1/1.1 MB | 360/765 kB | 33/923 kB Progress (3): 1.1/1.1 MB | 365/765 kB | 33/923 kB Progress (3): 1.1/1.1 MB | 365/765 kB | 41/923 kB Progress (3): 1.1/1.1 MB | 369/765 kB | 41/923 kB Progress (3): 1.1/1.1 MB | 369/765 kB | 49/923 kB Progress (3): 1.1/1.1 MB | 373/765 kB | 49/923 kB Progress (3): 1.1/1.1 MB | 377/765 kB | 49/923 kB Progress (3): 1.1/1.1 MB | 377/765 kB | 57/923 kB Progress (3): 1.1/1.1 MB | 381/765 kB | 57/923 kB Progress (3): 1.1/1.1 MB | 381/765 kB | 66/923 kB Progress (3): 1.1/1.1 MB | 385/765 kB | 66/923 kB Progress (3): 1.1/1.1 MB | 385/765 kB | 74/923 kB Progress (3): 1.1/1.1 MB | 385/765 kB | 74/923 kB Progress (3): 1.1/1.1 MB | 389/765 kB | 74/923 kB Progress (3): 1.1/1.1 MB | 389/765 kB | 74/923 kB Progress (3): 1.1/1.1 MB | 389/765 kB | 82/923 kB Progress (3): 1.1/1.1 MB | 393/765 kB | 82/923 kB Progress (3): 1.1/1.1 MB | 393/765 kB | 90/923 kB Progress (3): 1.1/1.1 MB | 393/765 kB | 90/923 kB Progress (3): 1.1/1.1 MB | 393/765 kB | 98/923 kB Progress (3): 1.1/1.1 MB | 397/765 kB | 98/923 kB Progress (3): 1.1/1.1 MB | 397/765 kB | 98/923 kB Progress (3): 1.1/1.1 MB | 397/765 kB | 106/923 kB Progress (3): 1.1/1.1 MB | 401/765 kB | 106/923 kB Progress (3): 1.1/1.1 MB | 401/765 kB | 115/923 kB Progress (3): 1.1/1.1 MB | 406/765 kB | 115/923 kB Progress (3): 1.1/1.1 MB | 406/765 kB | 123/923 kB Progress (3): 1.1/1.1 MB | 410/765 kB | 123/923 kB Progress (3): 1.1/1.1 MB | 410/765 kB | 131/923 kB Progress (3): 1.1/1.1 MB | 414/765 kB | 131/923 kB Progress (3): 1.1/1.1 MB | 414/765 kB | 139/923 kB Progress (3): 1.1/1.1 MB | 418/765 kB | 139/923 kB Progress (3): 1.1/1.1 MB | 418/765 kB | 147/923 kB Progress (3): 1.1/1.1 MB | 422/765 kB | 147/923 kB Progress (3): 1.1/1.1 MB | 422/765 kB | 156/923 kB Progress (3): 1.1/1.1 MB | 426/765 kB | 156/923 kB Progress (3): 1.1/1.1 MB | 426/765 kB | 164/923 kB Progress (3): 1.1/1.1 MB | 430/765 kB | 164/923 kB Progress (3): 1.1/1.1 MB | 430/765 kB | 172/923 kB Progress (3): 1.1/1.1 MB | 434/765 kB | 172/923 kB Progress (3): 1.1/1.1 MB | 434/765 kB | 180/923 kB Progress (3): 1.1/1.1 MB | 438/765 kB | 180/923 kB Progress (3): 1.1/1.1 MB | 438/765 kB | 188/923 kB Progress (3): 1.1/1.1 MB | 442/765 kB | 188/923 kB Progress (3): 1.1/1.1 MB | 442/765 kB | 197/923 kB Progress (3): 1.1/1.1 MB | 442/765 kB | 197/923 kB Progress (3): 1.1/1.1 MB | 446/765 kB | 197/923 kB Progress (3): 1.1/1.1 MB | 446/765 kB | 197/923 kB Progress (3): 1.1/1.1 MB | 446/765 kB | 205/923 kB Progress (3): 1.1/1.1 MB | 450/765 kB | 205/923 kB Progress (3): 1.1/1.1 MB | 450/765 kB | 213/923 kB Progress (3): 1.1/1.1 MB | 450/765 kB | 213/923 kB Progress (3): 1.1/1.1 MB | 454/765 kB | 213/923 kB Progress (3): 1.1 MB | 454/765 kB | 213/923 kB Progress (3): 1.1 MB | 458/765 kB | 213/923 kB Progress (3): 1.1 MB | 458/765 kB | 219/923 kB Progress (3): 1.1 MB | 463/765 kB | 219/923 kB Progress (3): 1.1 MB | 463/765 kB | 227/923 kB Progress (3): 1.1 MB | 467/765 kB | 227/923 kB Progress (3): 1.1 MB | 467/765 kB | 235/923 kB Progress (3): 1.1 MB | 471/765 kB | 235/923 kB Progress (3): 1.1 MB | 471/765 kB | 243/923 kB Progress (3): 1.1 MB | 475/765 kB | 243/923 kB Progress (3): 1.1 MB | 475/765 kB | 251/923 kB Progress (3): 1.1 MB | 479/765 kB | 251/923 kB Progress (3): 1.1 MB | 479/765 kB | 260/923 kB Progress (3): 1.1 MB | 483/765 kB | 260/923 kB Progress (3): 1.1 MB | 483/765 kB | 268/923 kB Progress (4): 1.1 MB | 483/765 kB | 268/923 kB | 8.2/831 kB Progress (4): 1.1 MB | 487/765 kB | 268/923 kB | 8.2/831 kB Progress (4): 1.1 MB | 487/765 kB | 276/923 kB | 8.2/831 kB Progress (4): 1.1 MB | 491/765 kB | 276/923 kB | 8.2/831 kB Progress (4): 1.1 MB | 491/765 kB | 276/923 kB | 16/831 kB Progress (4): 1.1 MB | 495/765 kB | 276/923 kB | 16/831 kB Progress (4): 1.1 MB | 495/765 kB | 276/923 kB | 25/831 kB Progress (4): 1.1 MB | 495/765 kB | 284/923 kB | 25/831 kB Progress (4): 1.1 MB | 495/765 kB | 284/923 kB | 33/831 kB Progress (4): 1.1 MB | 499/765 kB | 284/923 kB | 33/831 kB Progress (4): 1.1 MB | 499/765 kB | 292/923 kB | 33/831 kB Progress (4): 1.1 MB | 504/765 kB | 292/923 kB | 33/831 kB Progress (4): 1.1 MB | 504/765 kB | 292/923 kB | 41/831 kB Progress (4): 1.1 MB | 508/765 kB | 292/923 kB | 41/831 kB Progress (4): 1.1 MB | 508/765 kB | 301/923 kB | 41/831 kB Progress (4): 1.1 MB | 512/765 kB | 301/923 kB | 41/831 kB Progress (4): 1.1 MB | 512/765 kB | 301/923 kB | 49/831 kB Progress (4): 1.1 MB | 516/765 kB | 301/923 kB | 49/831 kB Progress (4): 1.1 MB | 516/765 kB | 309/923 kB | 49/831 kB Progress (4): 1.1 MB | 520/765 kB | 309/923 kB | 49/831 kB Progress (4): 1.1 MB | 520/765 kB | 309/923 kB | 57/831 kB Progress (4): 1.1 MB | 524/765 kB | 309/923 kB | 57/831 kB Progress (4): 1.1 MB | 524/765 kB | 317/923 kB | 57/831 kB Progress (4): 1.1 MB | 528/765 kB | 317/923 kB | 57/831 kB Progress (4): 1.1 MB | 528/765 kB | 325/923 kB | 57/831 kB Progress (4): 1.1 MB | 528/765 kB | 325/923 kB | 66/831 kB Progress (4): 1.1 MB | 528/765 kB | 333/923 kB | 66/831 kB Progress (4): 1.1 MB | 532/765 kB | 333/923 kB | 66/831 kB Progress (4): 1.1 MB | 532/765 kB | 342/923 kB | 66/831 kB Progress (5): 1.1 MB | 532/765 kB | 342/923 kB | 66/831 kB | 4.1/626 kB Progress (5): 1.1 MB | 532/765 kB | 342/923 kB | 74/831 kB | 4.1/626 kB Progress (5): 1.1 MB | 532/765 kB | 342/923 kB | 74/831 kB | 8.2/626 kB Progress (5): 1.1 MB | 532/765 kB | 350/923 kB | 74/831 kB | 8.2/626 kB Progress (5): 1.1 MB | 536/765 kB | 350/923 kB | 74/831 kB | 8.2/626 kB Progress (5): 1.1 MB | 536/765 kB | 350/923 kB | 74/831 kB | 12/626 kB Progress (5): 1.1 MB | 536/765 kB | 350/923 kB | 82/831 kB | 12/626 kB Progress (5): 1.1 MB | 536/765 kB | 350/923 kB | 82/831 kB | 16/626 kB Progress (5): 1.1 MB | 540/765 kB | 350/923 kB | 82/831 kB | 16/626 kB Progress (5): 1.1 MB | 540/765 kB | 358/923 kB | 82/831 kB | 16/626 kB Progress (5): 1.1 MB | 544/765 kB | 358/923 kB | 82/831 kB | 16/626 kB Progress (5): 1.1 MB | 544/765 kB | 358/923 kB | 82/831 kB | 20/626 kB Progress (5): 1.1 MB | 544/765 kB | 358/923 kB | 90/831 kB | 20/626 kB Progress (5): 1.1 MB | 544/765 kB | 358/923 kB | 90/831 kB | 25/626 kB Progress (5): 1.1 MB | 549/765 kB | 358/923 kB | 90/831 kB | 25/626 kB Progress (5): 1.1 MB | 549/765 kB | 366/923 kB | 90/831 kB | 25/626 kB Progress (5): 1.1 MB | 553/765 kB | 366/923 kB | 90/831 kB | 25/626 kB Progress (5): 1.1 MB | 553/765 kB | 366/923 kB | 90/831 kB | 29/626 kB Progress (5): 1.1 MB | 553/765 kB | 366/923 kB | 98/831 kB | 29/626 kB Progress (5): 1.1 MB | 553/765 kB | 366/923 kB | 98/831 kB | 33/626 kB Progress (5): 1.1 MB | 557/765 kB | 366/923 kB | 98/831 kB | 33/626 kB Progress (5): 1.1 MB | 557/765 kB | 374/923 kB | 98/831 kB | 33/626 kB Progress (5): 1.1 MB | 561/765 kB | 374/923 kB | 98/831 kB | 33/626 kB Progress (5): 1.1 MB | 561/765 kB | 374/923 kB | 98/831 kB | 37/626 kB Progress (5): 1.1 MB | 561/765 kB | 374/923 kB | 106/831 kB | 37/626 kB Progress (5): 1.1 MB | 561/765 kB | 374/923 kB | 106/831 kB | 41/626 kB Progress (5): 1.1 MB | 565/765 kB | 374/923 kB | 106/831 kB | 41/626 kB Progress (5): 1.1 MB | 565/765 kB | 383/923 kB | 106/831 kB | 41/626 kB Progress (5): 1.1 MB | 569/765 kB | 383/923 kB | 106/831 kB | 41/626 kB Progress (5): 1.1 MB | 569/765 kB | 391/923 kB | 106/831 kB | 41/626 kB Progress (5): 1.1 MB | 569/765 kB | 391/923 kB | 106/831 kB | 45/626 kB Progress (5): 1.1 MB | 569/765 kB | 391/923 kB | 115/831 kB | 45/626 kB Progress (5): 1.1 MB | 569/765 kB | 391/923 kB | 115/831 kB | 49/626 kB Progress (5): 1.1 MB | 569/765 kB | 399/923 kB | 115/831 kB | 49/626 kB Progress (5): 1.1 MB | 573/765 kB | 399/923 kB | 115/831 kB | 49/626 kB Progress (5): 1.1 MB | 573/765 kB | 407/923 kB | 115/831 kB | 49/626 kB Progress (5): 1.1 MB | 573/765 kB | 407/923 kB | 115/831 kB | 53/626 kB Progress (5): 1.1 MB | 573/765 kB | 407/923 kB | 123/831 kB | 53/626 kB Progress (5): 1.1 MB | 573/765 kB | 407/923 kB | 123/831 kB | 57/626 kB Progress (5): 1.1 MB | 573/765 kB | 415/923 kB | 123/831 kB | 57/626 kB Progress (5): 1.1 MB | 577/765 kB | 415/923 kB | 123/831 kB | 57/626 kB Progress (5): 1.1 MB | 577/765 kB | 424/923 kB | 123/831 kB | 57/626 kB Progress (5): 1.1 MB | 577/765 kB | 424/923 kB | 123/831 kB | 61/626 kB Progress (5): 1.1 MB | 577/765 kB | 424/923 kB | 131/831 kB | 61/626 kB Progress (5): 1.1 MB | 577/765 kB | 424/923 kB | 131/831 kB | 66/626 kB Progress (5): 1.1 MB | 577/765 kB | 432/923 kB | 131/831 kB | 66/626 kB Progress (5): 1.1 MB | 581/765 kB | 432/923 kB | 131/831 kB | 66/626 kB Progress (5): 1.1 MB | 581/765 kB | 438/923 kB | 131/831 kB | 66/626 kB Progress (5): 1.1 MB | 581/765 kB | 438/923 kB | 131/831 kB | 70/626 kB Progress (5): 1.1 MB | 581/765 kB | 438/923 kB | 139/831 kB | 70/626 kB Progress (5): 1.1 MB | 581/765 kB | 438/923 kB | 139/831 kB | 74/626 kB Progress (5): 1.1 MB | 581/765 kB | 446/923 kB | 139/831 kB | 74/626 kB Progress (5): 1.1 MB | 585/765 kB | 446/923 kB | 139/831 kB | 74/626 kB Progress (5): 1.1 MB | 585/765 kB | 454/923 kB | 139/831 kB | 74/626 kB Progress (5): 1.1 MB | 585/765 kB | 454/923 kB | 139/831 kB | 78/626 kB Progress (5): 1.1 MB | 585/765 kB | 454/923 kB | 147/831 kB | 78/626 kB Progress (5): 1.1 MB | 585/765 kB | 454/923 kB | 147/831 kB | 82/626 kB Progress (5): 1.1 MB | 585/765 kB | 463/923 kB | 147/831 kB | 82/626 kB Progress (5): 1.1 MB | 590/765 kB | 463/923 kB | 147/831 kB | 82/626 kB Progress (5): 1.1 MB | 590/765 kB | 471/923 kB | 147/831 kB | 82/626 kB Progress (5): 1.1 MB | 590/765 kB | 471/923 kB | 147/831 kB | 86/626 kB Progress (5): 1.1 MB | 590/765 kB | 471/923 kB | 156/831 kB | 86/626 kB Progress (5): 1.1 MB | 590/765 kB | 471/923 kB | 156/831 kB | 90/626 kB Progress (5): 1.1 MB | 590/765 kB | 479/923 kB | 156/831 kB | 90/626 kB Progress (5): 1.1 MB | 594/765 kB | 479/923 kB | 156/831 kB | 90/626 kB Progress (5): 1.1 MB | 594/765 kB | 487/923 kB | 156/831 kB | 90/626 kB Progress (5): 1.1 MB | 594/765 kB | 487/923 kB | 156/831 kB | 94/626 kB Progress (5): 1.1 MB | 594/765 kB | 487/923 kB | 164/831 kB | 94/626 kB Progress (5): 1.1 MB | 594/765 kB | 487/923 kB | 164/831 kB | 98/626 kB Progress (5): 1.1 MB | 594/765 kB | 495/923 kB | 164/831 kB | 98/626 kB Progress (5): 1.1 MB | 598/765 kB | 495/923 kB | 164/831 kB | 98/626 kB Progress (5): 1.1 MB | 598/765 kB | 504/923 kB | 164/831 kB | 98/626 kB Progress (5): 1.1 MB | 598/765 kB | 504/923 kB | 164/831 kB | 102/626 kB Progress (5): 1.1 MB | 598/765 kB | 512/923 kB | 164/831 kB | 102/626 kB Progress (5): 1.1 MB | 598/765 kB | 512/923 kB | 172/831 kB | 102/626 kB Progress (5): 1.1 MB | 598/765 kB | 520/923 kB | 172/831 kB | 102/626 kB Progress (5): 1.1 MB | 598/765 kB | 520/923 kB | 172/831 kB | 106/626 kB Progress (5): 1.1 MB | 602/765 kB | 520/923 kB | 172/831 kB | 106/626 kB Progress (5): 1.1 MB | 602/765 kB | 520/923 kB | 172/831 kB | 111/626 kB Progress (5): 1.1 MB | 602/765 kB | 528/923 kB | 172/831 kB | 111/626 kB Progress (5): 1.1 MB | 602/765 kB | 528/923 kB | 180/831 kB | 111/626 kB Progress (5): 1.1 MB | 602/765 kB | 536/923 kB | 180/831 kB | 111/626 kB Progress (5): 1.1 MB | 602/765 kB | 536/923 kB | 180/831 kB | 115/626 kB Progress (5): 1.1 MB | 606/765 kB | 536/923 kB | 180/831 kB | 115/626 kB Progress (5): 1.1 MB | 606/765 kB | 536/923 kB | 180/831 kB | 119/626 kB Progress (5): 1.1 MB | 606/765 kB | 544/923 kB | 180/831 kB | 119/626 kB Progress (5): 1.1 MB | 606/765 kB | 544/923 kB | 188/831 kB | 119/626 kB Progress (5): 1.1 MB | 606/765 kB | 553/923 kB | 188/831 kB | 119/626 kB Progress (5): 1.1 MB | 606/765 kB | 553/923 kB | 188/831 kB | 123/626 kB Progress (5): 1.1 MB | 610/765 kB | 553/923 kB | 188/831 kB | 123/626 kB Progress (5): 1.1 MB | 610/765 kB | 553/923 kB | 188/831 kB | 127/626 kB Progress (5): 1.1 MB | 610/765 kB | 561/923 kB | 188/831 kB | 127/626 kB Progress (5): 1.1 MB | 610/765 kB | 561/923 kB | 197/831 kB | 127/626 kB Progress (5): 1.1 MB | 610/765 kB | 569/923 kB | 197/831 kB | 127/626 kB Progress (5): 1.1 MB | 610/765 kB | 569/923 kB | 197/831 kB | 131/626 kB Progress (5): 1.1 MB | 610/765 kB | 577/923 kB | 197/831 kB | 131/626 kB Progress (5): 1.1 MB | 614/765 kB | 577/923 kB | 197/831 kB | 131/626 kB Progress (5): 1.1 MB | 614/765 kB | 585/923 kB | 197/831 kB | 131/626 kB Progress (5): 1.1 MB | 614/765 kB | 585/923 kB | 197/831 kB | 135/626 kB Progress (5): 1.1 MB | 614/765 kB | 594/923 kB | 197/831 kB | 135/626 kB Progress (5): 1.1 MB | 614/765 kB | 594/923 kB | 205/831 kB | 135/626 kB Progress (5): 1.1 MB | 614/765 kB | 602/923 kB | 205/831 kB | 135/626 kB Progress (5): 1.1 MB | 614/765 kB | 602/923 kB | 205/831 kB | 139/626 kB Progress (5): 1.1 MB | 618/765 kB | 602/923 kB | 205/831 kB | 139/626 kB Progress (5): 1.1 MB | 618/765 kB | 602/923 kB | 205/831 kB | 143/626 kB Progress (5): 1.1 MB | 618/765 kB | 610/923 kB | 205/831 kB | 143/626 kB Progress (5): 1.1 MB | 618/765 kB | 610/923 kB | 213/831 kB | 143/626 kB Progress (5): 1.1 MB | 618/765 kB | 618/923 kB | 213/831 kB | 143/626 kB Progress (5): 1.1 MB | 618/765 kB | 618/923 kB | 213/831 kB | 147/626 kB Progress (5): 1.1 MB | 622/765 kB | 618/923 kB | 213/831 kB | 147/626 kB Progress (5): 1.1 MB | 622/765 kB | 618/923 kB | 213/831 kB | 152/626 kB Progress (5): 1.1 MB | 622/765 kB | 626/923 kB | 213/831 kB | 152/626 kB Progress (5): 1.1 MB | 622/765 kB | 626/923 kB | 221/831 kB | 152/626 kB Progress (5): 1.1 MB | 622/765 kB | 635/923 kB | 221/831 kB | 152/626 kB Progress (5): 1.1 MB | 622/765 kB | 635/923 kB | 221/831 kB | 156/626 kB Progress (5): 1.1 MB | 626/765 kB | 635/923 kB | 221/831 kB | 156/626 kB Progress (5): 1.1 MB | 626/765 kB | 635/923 kB | 221/831 kB | 160/626 kB Progress (5): 1.1 MB | 626/765 kB | 643/923 kB | 221/831 kB | 160/626 kB Progress (5): 1.1 MB | 626/765 kB | 643/923 kB | 229/831 kB | 160/626 kB Progress (5): 1.1 MB | 626/765 kB | 651/923 kB | 229/831 kB | 160/626 kB Progress (5): 1.1 MB | 626/765 kB | 651/923 kB | 229/831 kB | 164/626 kB Progress (5): 1.1 MB | 631/765 kB | 651/923 kB | 229/831 kB | 164/626 kB Progress (5): 1.1 MB | 631/765 kB | 651/923 kB | 229/831 kB | 168/626 kB Progress (5): 1.1 MB | 631/765 kB | 657/923 kB | 229/831 kB | 168/626 kB Progress (5): 1.1 MB | 631/765 kB | 657/923 kB | 238/831 kB | 168/626 kB Progress (5): 1.1 MB | 631/765 kB | 665/923 kB | 238/831 kB | 168/626 kB Progress (5): 1.1 MB | 631/765 kB | 665/923 kB | 238/831 kB | 172/626 kB Progress (5): 1.1 MB | 635/765 kB | 665/923 kB | 238/831 kB | 172/626 kB Progress (5): 1.1 MB | 635/765 kB | 665/923 kB | 238/831 kB | 176/626 kB Progress (5): 1.1 MB | 635/765 kB | 674/923 kB | 238/831 kB | 176/626 kB Progress (5): 1.1 MB | 635/765 kB | 674/923 kB | 246/831 kB | 176/626 kB Progress (5): 1.1 MB | 635/765 kB | 682/923 kB | 246/831 kB | 176/626 kB Progress (5): 1.1 MB | 635/765 kB | 682/923 kB | 246/831 kB | 180/626 kB Progress (5): 1.1 MB | 639/765 kB | 682/923 kB | 246/831 kB | 180/626 kB Progress (5): 1.1 MB | 639/765 kB | 682/923 kB | 246/831 kB | 184/626 kB Progress (5): 1.1 MB | 639/765 kB | 690/923 kB | 246/831 kB | 184/626 kB Progress (5): 1.1 MB | 639/765 kB | 690/923 kB | 254/831 kB | 184/626 kB Progress (5): 1.1 MB | 639/765 kB | 698/923 kB | 254/831 kB | 184/626 kB Progress (5): 1.1 MB | 639/765 kB | 698/923 kB | 254/831 kB | 188/626 kB Progress (5): 1.1 MB | 643/765 kB | 698/923 kB | 254/831 kB | 188/626 kB Progress (5): 1.1 MB | 643/765 kB | 698/923 kB | 254/831 kB | 193/626 kB Progress (5): 1.1 MB | 643/765 kB | 706/923 kB | 254/831 kB | 193/626 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.3.30.RELEASE/spring-core-4.3.30.RELEASE.jar (1.1 MB at 4.9 MB/s) +Progress (4): 643/765 kB | 706/923 kB | 262/831 kB | 193/626 kB Downloading from central: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.8.11/svnkit-1.8.11.jar +Progress (4): 643/765 kB | 715/923 kB | 262/831 kB | 193/626 kB Progress (4): 643/765 kB | 715/923 kB | 262/831 kB | 197/626 kB Progress (4): 647/765 kB | 715/923 kB | 262/831 kB | 197/626 kB Progress (4): 647/765 kB | 715/923 kB | 262/831 kB | 201/626 kB Progress (4): 647/765 kB | 723/923 kB | 262/831 kB | 201/626 kB Progress (4): 647/765 kB | 723/923 kB | 270/831 kB | 201/626 kB Progress (4): 647/765 kB | 731/923 kB | 270/831 kB | 201/626 kB Progress (4): 647/765 kB | 731/923 kB | 270/831 kB | 205/626 kB Progress (4): 651/765 kB | 731/923 kB | 270/831 kB | 205/626 kB Progress (4): 651/765 kB | 731/923 kB | 270/831 kB | 209/626 kB Progress (4): 651/765 kB | 739/923 kB | 270/831 kB | 209/626 kB Progress (4): 651/765 kB | 739/923 kB | 279/831 kB | 209/626 kB Progress (4): 651/765 kB | 739/923 kB | 279/831 kB | 213/626 kB Progress (4): 651/765 kB | 739/923 kB | 287/831 kB | 213/626 kB Progress (4): 655/765 kB | 739/923 kB | 287/831 kB | 213/626 kB Progress (4): 655/765 kB | 739/923 kB | 295/831 kB | 213/626 kB Progress (4): 655/765 kB | 739/923 kB | 295/831 kB | 217/626 kB Progress (4): 655/765 kB | 739/923 kB | 303/831 kB | 217/626 kB Progress (4): 655/765 kB | 747/923 kB | 303/831 kB | 217/626 kB Progress (4): 655/765 kB | 747/923 kB | 311/831 kB | 217/626 kB Progress (4): 655/765 kB | 747/923 kB | 311/831 kB | 221/626 kB Progress (4): 657/765 kB | 747/923 kB | 311/831 kB | 221/626 kB Progress (4): 657/765 kB | 747/923 kB | 311/831 kB | 225/626 kB Progress (4): 657/765 kB | 747/923 kB | 319/831 kB | 225/626 kB Progress (4): 657/765 kB | 756/923 kB | 319/831 kB | 225/626 kB Progress (4): 657/765 kB | 756/923 kB | 328/831 kB | 225/626 kB Progress (4): 657/765 kB | 756/923 kB | 328/831 kB | 229/626 kB Progress (4): 661/765 kB | 756/923 kB | 328/831 kB | 229/626 kB Progress (4): 661/765 kB | 756/923 kB | 328/831 kB | 233/626 kB Progress (4): 661/765 kB | 756/923 kB | 336/831 kB | 233/626 kB Progress (4): 661/765 kB | 764/923 kB | 336/831 kB | 233/626 kB Progress (4): 661/765 kB | 764/923 kB | 344/831 kB | 233/626 kB Progress (4): 661/765 kB | 764/923 kB | 344/831 kB | 238/626 kB Progress (4): 665/765 kB | 764/923 kB | 344/831 kB | 238/626 kB Progress (4): 665/765 kB | 764/923 kB | 344/831 kB | 242/626 kB Progress (4): 665/765 kB | 764/923 kB | 352/831 kB | 242/626 kB Progress (4): 665/765 kB | 772/923 kB | 352/831 kB | 242/626 kB Progress (4): 665/765 kB | 772/923 kB | 360/831 kB | 242/626 kB Progress (4): 665/765 kB | 772/923 kB | 360/831 kB | 246/626 kB Progress (4): 670/765 kB | 772/923 kB | 360/831 kB | 246/626 kB Progress (4): 670/765 kB | 772/923 kB | 360/831 kB | 250/626 kB Progress (4): 670/765 kB | 772/923 kB | 369/831 kB | 250/626 kB Progress (4): 670/765 kB | 780/923 kB | 369/831 kB | 250/626 kB Progress (4): 670/765 kB | 780/923 kB | 377/831 kB | 250/626 kB Progress (4): 670/765 kB | 780/923 kB | 377/831 kB | 254/626 kB Progress (4): 674/765 kB | 780/923 kB | 377/831 kB | 254/626 kB Progress (4): 674/765 kB | 780/923 kB | 377/831 kB | 258/626 kB Progress (4): 674/765 kB | 780/923 kB | 385/831 kB | 258/626 kB Progress (4): 674/765 kB | 788/923 kB | 385/831 kB | 258/626 kB Progress (4): 674/765 kB | 788/923 kB | 393/831 kB | 258/626 kB Progress (4): 674/765 kB | 797/923 kB | 393/831 kB | 258/626 kB Progress (4): 674/765 kB | 797/923 kB | 393/831 kB | 262/626 kB Progress (4): 678/765 kB | 797/923 kB | 393/831 kB | 262/626 kB Progress (4): 678/765 kB | 797/923 kB | 393/831 kB | 266/626 kB Progress (4): 678/765 kB | 805/923 kB | 393/831 kB | 266/626 kB Progress (4): 678/765 kB | 805/923 kB | 401/831 kB | 266/626 kB Progress (4): 678/765 kB | 813/923 kB | 401/831 kB | 266/626 kB Progress (4): 678/765 kB | 813/923 kB | 401/831 kB | 270/626 kB Progress (4): 682/765 kB | 813/923 kB | 401/831 kB | 270/626 kB Progress (4): 682/765 kB | 813/923 kB | 401/831 kB | 274/626 kB Progress (4): 682/765 kB | 821/923 kB | 401/831 kB | 274/626 kB Progress (4): 682/765 kB | 821/923 kB | 410/831 kB | 274/626 kB Progress (4): 682/765 kB | 829/923 kB | 410/831 kB | 274/626 kB Progress (4): 682/765 kB | 829/923 kB | 410/831 kB | 279/626 kB Progress (4): 686/765 kB | 829/923 kB | 410/831 kB | 279/626 kB Progress (4): 686/765 kB | 829/923 kB | 410/831 kB | 283/626 kB Progress (4): 686/765 kB | 837/923 kB | 410/831 kB | 283/626 kB Progress (4): 686/765 kB | 837/923 kB | 418/831 kB | 283/626 kB Progress (4): 686/765 kB | 846/923 kB | 418/831 kB | 283/626 kB Progress (4): 686/765 kB | 846/923 kB | 418/831 kB | 287/626 kB Progress (4): 690/765 kB | 846/923 kB | 418/831 kB | 287/626 kB Progress (4): 690/765 kB | 846/923 kB | 418/831 kB | 291/626 kB Progress (4): 690/765 kB | 854/923 kB | 418/831 kB | 291/626 kB Progress (4): 690/765 kB | 854/923 kB | 426/831 kB | 291/626 kB Progress (4): 690/765 kB | 854/923 kB | 426/831 kB | 295/626 kB Progress (4): 694/765 kB | 854/923 kB | 426/831 kB | 295/626 kB Progress (4): 694/765 kB | 854/923 kB | 426/831 kB | 299/626 kB Progress (4): 694/765 kB | 854/923 kB | 434/831 kB | 299/626 kB Progress (4): 694/765 kB | 862/923 kB | 434/831 kB | 299/626 kB Progress (4): 694/765 kB | 862/923 kB | 442/831 kB | 299/626 kB Progress (4): 694/765 kB | 862/923 kB | 442/831 kB | 303/626 kB Progress (4): 698/765 kB | 862/923 kB | 442/831 kB | 303/626 kB Progress (4): 698/765 kB | 862/923 kB | 442/831 kB | 307/626 kB Progress (4): 698/765 kB | 862/923 kB | 451/831 kB | 307/626 kB Progress (4): 698/765 kB | 870/923 kB | 451/831 kB | 307/626 kB Progress (4): 698/765 kB | 870/923 kB | 459/831 kB | 307/626 kB Progress (4): 698/765 kB | 870/923 kB | 459/831 kB | 311/626 kB Progress (4): 702/765 kB | 870/923 kB | 459/831 kB | 311/626 kB Progress (4): 702/765 kB | 870/923 kB | 459/831 kB | 315/626 kB Progress (4): 702/765 kB | 870/923 kB | 467/831 kB | 315/626 kB Progress (4): 702/765 kB | 877/923 kB | 467/831 kB | 315/626 kB Progress (4): 702/765 kB | 877/923 kB | 475/831 kB | 315/626 kB Progress (4): 702/765 kB | 877/923 kB | 475/831 kB | 319/626 kB Progress (4): 702/765 kB | 877/923 kB | 483/831 kB | 319/626 kB Progress (4): 706/765 kB | 877/923 kB | 483/831 kB | 319/626 kB Progress (4): 706/765 kB | 877/923 kB | 492/831 kB | 319/626 kB Progress (4): 706/765 kB | 877/923 kB | 492/831 kB | 324/626 kB Progress (4): 706/765 kB | 877/923 kB | 500/831 kB | 324/626 kB Progress (4): 706/765 kB | 885/923 kB | 500/831 kB | 324/626 kB Progress (4): 706/765 kB | 885/923 kB | 508/831 kB | 324/626 kB Progress (4): 706/765 kB | 885/923 kB | 508/831 kB | 328/626 kB Progress (4): 706/765 kB | 885/923 kB | 516/831 kB | 328/626 kB Progress (4): 711/765 kB | 885/923 kB | 516/831 kB | 328/626 kB Progress (4): 711/765 kB | 885/923 kB | 524/831 kB | 328/626 kB Progress (4): 711/765 kB | 885/923 kB | 524/831 kB | 332/626 kB Progress (4): 711/765 kB | 893/923 kB | 524/831 kB | 332/626 kB Progress (4): 711/765 kB | 893/923 kB | 524/831 kB | 336/626 kB Progress (4): 711/765 kB | 893/923 kB | 532/831 kB | 336/626 kB Progress (4): 715/765 kB | 893/923 kB | 532/831 kB | 336/626 kB Progress (4): 715/765 kB | 893/923 kB | 541/831 kB | 336/626 kB Progress (4): 715/765 kB | 893/923 kB | 541/831 kB | 340/626 kB Progress (4): 715/765 kB | 901/923 kB | 541/831 kB | 340/626 kB Progress (4): 715/765 kB | 901/923 kB | 541/831 kB | 344/626 kB Progress (4): 715/765 kB | 901/923 kB | 548/831 kB | 344/626 kB Progress (4): 719/765 kB | 901/923 kB | 548/831 kB | 344/626 kB Progress (4): 719/765 kB | 901/923 kB | 548/831 kB | 348/626 kB Progress (4): 719/765 kB | 909/923 kB | 548/831 kB | 348/626 kB Progress (4): 719/765 kB | 909/923 kB | 548/831 kB | 352/626 kB Progress (4): 723/765 kB | 909/923 kB | 548/831 kB | 352/626 kB Progress (4): 723/765 kB | 909/923 kB | 556/831 kB | 352/626 kB Progress (4): 727/765 kB | 909/923 kB | 556/831 kB | 352/626 kB Progress (4): 727/765 kB | 909/923 kB | 556/831 kB | 356/626 kB Progress (4): 727/765 kB | 917/923 kB | 556/831 kB | 356/626 kB Progress (4): 727/765 kB | 917/923 kB | 556/831 kB | 360/626 kB Progress (4): 731/765 kB | 917/923 kB | 556/831 kB | 360/626 kB Progress (4): 731/765 kB | 917/923 kB | 564/831 kB | 360/626 kB Progress (4): 735/765 kB | 917/923 kB | 564/831 kB | 360/626 kB Progress (4): 735/765 kB | 917/923 kB | 564/831 kB | 365/626 kB Progress (4): 735/765 kB | 923 kB | 564/831 kB | 365/626 kB Progress (4): 735/765 kB | 923 kB | 564/831 kB | 369/626 kB Progress (4): 739/765 kB | 923 kB | 564/831 kB | 369/626 kB Progress (4): 739/765 kB | 923 kB | 572/831 kB | 369/626 kB Progress (4): 743/765 kB | 923 kB | 572/831 kB | 369/626 kB Progress (4): 743/765 kB | 923 kB | 572/831 kB | 373/626 kB Progress (4): 747/765 kB | 923 kB | 572/831 kB | 373/626 kB Progress (4): 747/765 kB | 923 kB | 580/831 kB | 373/626 kB Progress (4): 751/765 kB | 923 kB | 580/831 kB | 373/626 kB Progress (4): 751/765 kB | 923 kB | 589/831 kB | 373/626 kB Progress (4): 751/765 kB | 923 kB | 589/831 kB | 377/626 kB Progress (4): 751/765 kB | 923 kB | 597/831 kB | 377/626 kB Progress (4): 756/765 kB | 923 kB | 597/831 kB | 377/626 kB Progress (4): 756/765 kB | 923 kB | 597/831 kB | 381/626 kB Progress (4): 760/765 kB | 923 kB | 597/831 kB | 381/626 kB Progress (4): 760/765 kB | 923 kB | 605/831 kB | 381/626 kB Progress (4): 764/765 kB | 923 kB | 605/831 kB | 381/626 kB Progress (4): 764/765 kB | 923 kB | 605/831 kB | 385/626 kB Progress (4): 765 kB | 923 kB | 605/831 kB | 385/626 kB Progress (4): 765 kB | 923 kB | 613/831 kB | 385/626 kB Progress (4): 765 kB | 923 kB | 613/831 kB | 389/626 kB Progress (5): 765 kB | 923 kB | 613/831 kB | 389/626 kB | 0/4.1 MB Progress (5): 765 kB | 923 kB | 613/831 kB | 393/626 kB | 0/4.1 MB Progress (5): 765 kB | 923 kB | 621/831 kB | 393/626 kB | 0/4.1 MB Progress (5): 765 kB | 923 kB | 621/831 kB | 397/626 kB | 0/4.1 MB Progress (5): 765 kB | 923 kB | 630/831 kB | 397/626 kB | 0/4.1 MB Progress (5): 765 kB | 923 kB | 630/831 kB | 397/626 kB | 0/4.1 MB Progress (5): 765 kB | 923 kB | 638/831 kB | 397/626 kB | 0/4.1 MB Progress (5): 765 kB | 923 kB | 638/831 kB | 401/626 kB | 0/4.1 MB Progress (5): 765 kB | 923 kB | 646/831 kB | 401/626 kB | 0/4.1 MB Progress (5): 765 kB | 923 kB | 646/831 kB | 406/626 kB | 0/4.1 MB Progress (5): 765 kB | 923 kB | 654/831 kB | 406/626 kB | 0/4.1 MB Progress (5): 765 kB | 923 kB | 654/831 kB | 410/626 kB | 0/4.1 MB Progress (5): 765 kB | 923 kB | 662/831 kB | 410/626 kB | 0/4.1 MB Progress (5): 765 kB | 923 kB | 662/831 kB | 414/626 kB | 0/4.1 MB Progress (5): 765 kB | 923 kB | 662/831 kB | 414/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 662/831 kB | 418/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 671/831 kB | 418/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 671/831 kB | 422/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 679/831 kB | 422/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 679/831 kB | 426/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 687/831 kB | 426/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 687/831 kB | 426/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 695/831 kB | 426/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 695/831 kB | 430/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 703/831 kB | 430/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 703/831 kB | 434/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 711/831 kB | 434/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 711/831 kB | 438/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 720/831 kB | 438/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 720/831 kB | 442/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 720/831 kB | 442/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 720/831 kB | 446/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 728/831 kB | 446/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 728/831 kB | 450/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 736/831 kB | 450/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 736/831 kB | 454/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 744/831 kB | 454/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 744/831 kB | 458/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 752/831 kB | 458/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 752/831 kB | 463/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 761/831 kB | 463/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 761/831 kB | 467/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 767/831 kB | 467/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 767/831 kB | 467/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 775/831 kB | 467/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 775/831 kB | 471/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 783/831 kB | 471/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 783/831 kB | 475/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 791/831 kB | 475/626 kB | 0.1/4.1 MB Progress (5): 765 kB | 923 kB | 791/831 kB | 475/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 800/831 kB | 475/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 800/831 kB | 479/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 808/831 kB | 479/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 808/831 kB | 479/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 816/831 kB | 479/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 816/831 kB | 483/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 824/831 kB | 483/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 824/831 kB | 487/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 487/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 491/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 491/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 495/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 499/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 499/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 504/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 508/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 512/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 516/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 520/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 524/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 528/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 532/626 kB | 0.2/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 532/626 kB | 0.3/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 536/626 kB | 0.3/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 540/626 kB | 0.3/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 540/626 kB | 0.3/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 544/626 kB | 0.3/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 549/626 kB | 0.3/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 553/626 kB | 0.3/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 557/626 kB | 0.3/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 561/626 kB | 0.3/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 565/626 kB | 0.3/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 569/626 kB | 0.3/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 573/626 kB | 0.3/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 577/626 kB | 0.3/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 581/626 kB | 0.3/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 581/626 kB | 0.3/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 585/626 kB | 0.3/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 590/626 kB | 0.3/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 590/626 kB | 0.3/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 594/626 kB | 0.3/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 598/626 kB | 0.3/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 602/626 kB | 0.3/4.1 MB Progress (5): 765 kB | 923 kB | 831 kB | 606/626 kB | 0.3/4.1 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.3.30.RELEASE/spring-beans-4.3.30.RELEASE.jar (765 kB at 2.9 MB/s) +Progress (4): 923 kB | 831 kB | 610/626 kB | 0.3/4.1 MB Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar +Progress (4): 923 kB | 831 kB | 614/626 kB | 0.3/4.1 MB Progress (4): 923 kB | 831 kB | 618/626 kB | 0.3/4.1 MB Progress (4): 923 kB | 831 kB | 622/626 kB | 0.3/4.1 MB Progress (4): 923 kB | 831 kB | 626 kB | 0.3/4.1 MB Progress (4): 923 kB | 831 kB | 626 kB | 0.4/4.1 MB Progress (4): 923 kB | 831 kB | 626 kB | 0.4/4.1 MB Progress (4): 923 kB | 831 kB | 626 kB | 0.4/4.1 MB Progress (4): 923 kB | 831 kB | 626 kB | 0.4/4.1 MB Progress (4): 923 kB | 831 kB | 626 kB | 0.5/4.1 MB Progress (4): 923 kB | 831 kB | 626 kB | 0.5/4.1 MB Progress (4): 923 kB | 831 kB | 626 kB | 0.5/4.1 MB Progress (4): 923 kB | 831 kB | 626 kB | 0.5/4.1 MB Progress (4): 923 kB | 831 kB | 626 kB | 0.6/4.1 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-web/4.3.30.RELEASE/spring-web-4.3.30.RELEASE.jar (831 kB at 3.0 MB/s) +Progress (3): 923 kB | 626 kB | 0.6/4.1 MB Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar +Progress (3): 923 kB | 626 kB | 0.6/4.1 MB Progress (3): 923 kB | 626 kB | 0.6/4.1 MB Progress (3): 923 kB | 626 kB | 0.7/4.1 MB Progress (3): 923 kB | 626 kB | 0.7/4.1 MB Progress (3): 923 kB | 626 kB | 0.7/4.1 MB Progress (3): 923 kB | 626 kB | 0.7/4.1 MB Progress (3): 923 kB | 626 kB | 0.8/4.1 MB Progress (3): 923 kB | 626 kB | 0.8/4.1 MB Progress (3): 923 kB | 626 kB | 0.8/4.1 MB Progress (4): 923 kB | 626 kB | 0.8/4.1 MB | 3.8 kB Progress (4): 923 kB | 626 kB | 0.8/4.1 MB | 3.8 kB Progress (4): 923 kB | 626 kB | 0.9/4.1 MB | 3.8 kB Progress (4): 923 kB | 626 kB | 0.9/4.1 MB | 3.8 kB Progress (4): 923 kB | 626 kB | 0.9/4.1 MB | 3.8 kB Progress (4): 923 kB | 626 kB | 0.9/4.1 MB | 3.8 kB Progress (5): 923 kB | 626 kB | 0.9/4.1 MB | 3.8 kB | 4.1/9.6 kB Progress (5): 923 kB | 626 kB | 0.9/4.1 MB | 3.8 kB | 8.2/9.6 kB Progress (5): 923 kB | 626 kB | 0.9/4.1 MB | 3.8 kB | 9.6 kB Progress (5): 923 kB | 626 kB | 1.0/4.1 MB | 3.8 kB | 9.6 kB Progress (5): 923 kB | 626 kB | 1.0/4.1 MB | 3.8 kB | 9.6 kB Progress (5): 923 kB | 626 kB | 1.0/4.1 MB | 3.8 kB | 9.6 kB Progress (5): 923 kB | 626 kB | 1.0/4.1 MB | 3.8 kB | 9.6 kB Progress (5): 923 kB | 626 kB | 1.1/4.1 MB | 3.8 kB | 9.6 kB Progress (5): 923 kB | 626 kB | 1.1/4.1 MB | 3.8 kB | 9.6 kB Progress (5): 923 kB | 626 kB | 1.1/4.1 MB | 3.8 kB | 9.6 kB Progress (5): 923 kB | 626 kB | 1.1/4.1 MB | 3.8 kB | 9.6 kB Progress (5): 923 kB | 626 kB | 1.1/4.1 MB | 3.8 kB | 9.6 kB Progress (5): 923 kB | 626 kB | 1.2/4.1 MB | 3.8 kB | 9.6 kB Progress (5): 923 kB | 626 kB | 1.2/4.1 MB | 3.8 kB | 9.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.9/joda-time-2.9.jar (626 kB at 2.1 MB/s) +Progress (4): 923 kB | 1.2/4.1 MB | 3.8 kB | 9.6 kB Downloading from central: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build220/trilead-ssh2-1.0.0-build220.jar +Progress (4): 923 kB | 1.2/4.1 MB | 3.8 kB | 9.6 kB Progress (4): 923 kB | 1.3/4.1 MB | 3.8 kB | 9.6 kB Progress (4): 923 kB | 1.3/4.1 MB | 3.8 kB | 9.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webmvc/4.3.30.RELEASE/spring-webmvc-4.3.30.RELEASE.jar (923 kB at 3.1 MB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (9.6 kB at 32 kB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar (3.8 kB at 13 kB/s) +Progress (1): 1.3/4.1 MB Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar +Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar +Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar +Progress (1): 1.3/4.1 MB Progress (1): 1.4/4.1 MB Progress (1): 1.4/4.1 MB Progress (1): 1.4/4.1 MB Progress (1): 1.4/4.1 MB Progress (1): 1.5/4.1 MB Progress (1): 1.5/4.1 MB Progress (1): 1.5/4.1 MB Progress (1): 1.5/4.1 MB Progress (1): 1.6/4.1 MB Progress (1): 1.6/4.1 MB Progress (2): 1.6/4.1 MB | 4.1/250 kB Progress (2): 1.6/4.1 MB | 8.2/250 kB Progress (2): 1.6/4.1 MB | 12/250 kB Progress (2): 1.6/4.1 MB | 16/250 kB Progress (2): 1.6/4.1 MB | 20/250 kB Progress (2): 1.6/4.1 MB | 25/250 kB Progress (2): 1.6/4.1 MB | 29/250 kB Progress (2): 1.6/4.1 MB | 33/250 kB Progress (2): 1.6/4.1 MB | 37/250 kB Progress (2): 1.6/4.1 MB | 41/250 kB Progress (2): 1.6/4.1 MB | 45/250 kB Progress (2): 1.6/4.1 MB | 45/250 kB Progress (2): 1.6/4.1 MB | 49/250 kB Progress (2): 1.6/4.1 MB | 53/250 kB Progress (2): 1.6/4.1 MB | 57/250 kB Progress (2): 1.6/4.1 MB | 61/250 kB Progress (2): 1.6/4.1 MB | 66/250 kB Progress (2): 1.6/4.1 MB | 66/250 kB Progress (2): 1.6/4.1 MB | 70/250 kB Progress (2): 1.6/4.1 MB | 74/250 kB Progress (2): 1.6/4.1 MB | 78/250 kB Progress (2): 1.7/4.1 MB | 78/250 kB Progress (2): 1.7/4.1 MB | 82/250 kB Progress (2): 1.7/4.1 MB | 86/250 kB Progress (2): 1.7/4.1 MB | 90/250 kB Progress (2): 1.7/4.1 MB | 94/250 kB Progress (2): 1.7/4.1 MB | 94/250 kB Progress (2): 1.7/4.1 MB | 98/250 kB Progress (2): 1.7/4.1 MB | 102/250 kB Progress (2): 1.7/4.1 MB | 102/250 kB Progress (2): 1.7/4.1 MB | 106/250 kB Progress (2): 1.7/4.1 MB | 111/250 kB Progress (3): 1.7/4.1 MB | 111/250 kB | 4.1/12 kB Progress (3): 1.7/4.1 MB | 115/250 kB | 4.1/12 kB Progress (3): 1.7/4.1 MB | 115/250 kB | 8.2/12 kB Progress (3): 1.7/4.1 MB | 119/250 kB | 8.2/12 kB Progress (3): 1.7/4.1 MB | 119/250 kB | 8.2/12 kB Progress (3): 1.7/4.1 MB | 123/250 kB | 8.2/12 kB Progress (3): 1.7/4.1 MB | 123/250 kB | 12 kB Progress (3): 1.7/4.1 MB | 127/250 kB | 12 kB Progress (3): 1.7/4.1 MB | 131/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 131/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 135/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 139/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 139/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 143/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 147/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 152/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 156/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 156/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 160/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 164/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 168/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 172/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 176/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 180/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 184/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 188/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 193/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 197/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 201/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 205/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 209/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 213/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 217/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 221/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 221/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 225/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 229/250 kB | 12 kB Progress (3): 1.8/4.1 MB | 233/250 kB | 12 kB Progress (3): 1.9/4.1 MB | 233/250 kB | 12 kB Progress (3): 1.9/4.1 MB | 238/250 kB | 12 kB Progress (3): 1.9/4.1 MB | 242/250 kB | 12 kB Progress (3): 1.9/4.1 MB | 246/250 kB | 12 kB Progress (3): 1.9/4.1 MB | 250/250 kB | 12 kB Progress (4): 1.9/4.1 MB | 250/250 kB | 12 kB | 8.2/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 8.2/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 16/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 25/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 33/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 41/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 49/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 57/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 57/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 66/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 74/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 82/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 90/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 98/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 106/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 115/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 123/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 131/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 139/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 147/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 156/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 164/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 172/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 180/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 188/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 197/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 205/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 213/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 219/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 227/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 235/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 243/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 251/915 kB Progress (4): 1.9/4.1 MB | 250 kB | 12 kB | 260/915 kB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 260/915 kB | 0/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 268/915 kB | 0/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 268/915 kB | 0/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 276/915 kB | 0/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 276/915 kB | 0/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 284/915 kB | 0/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 284/915 kB | 0/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 292/915 kB | 0/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 292/915 kB | 0/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 301/915 kB | 0/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 301/915 kB | 0/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 309/915 kB | 0/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 309/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 317/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 317/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 325/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 325/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 333/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 333/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 342/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 342/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 350/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 350/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 358/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 358/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 366/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 366/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 374/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 374/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 383/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 383/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 391/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 391/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 399/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 399/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 407/915 kB | 0.1/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 407/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 415/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 415/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 424/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 424/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 432/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 432/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 438/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 438/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 446/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 446/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 454/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 454/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 463/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 463/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 471/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 471/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 479/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 479/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 487/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 487/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 495/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 495/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 504/915 kB | 0.2/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 504/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 512/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 512/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 520/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 520/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 528/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 528/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 536/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 536/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 544/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 544/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 553/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 553/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 561/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 561/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 569/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 569/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 577/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 577/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 585/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 585/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 594/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 594/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 602/915 kB | 0.3/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 602/915 kB | 0.4/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 610/915 kB | 0.4/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 610/915 kB | 0.4/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 618/915 kB | 0.4/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 618/915 kB | 0.4/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 626/915 kB | 0.4/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 626/915 kB | 0.4/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 635/915 kB | 0.4/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 635/915 kB | 0.4/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 635/915 kB | 0.4/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 635/915 kB | 0.4/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 643/915 kB | 0.4/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 643/915 kB | 0.4/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 651/915 kB | 0.4/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 651/915 kB | 0.4/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 657/915 kB | 0.4/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 657/915 kB | 0.4/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 665/915 kB | 0.4/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 665/915 kB | 0.4/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 665/915 kB | 0.4/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 674/915 kB | 0.4/1.5 MB Progress (5): 1.9/4.1 MB | 250 kB | 12 kB | 674/915 kB | 0.4/1.5 MB Progress (5): 2.0/4.1 MB | 250 kB | 12 kB | 674/915 kB | 0.4/1.5 MB Progress (5): 2.0/4.1 MB | 250 kB | 12 kB | 674/915 kB | 0.4/1.5 MB Progress (5): 2.0/4.1 MB | 250 kB | 12 kB | 682/915 kB | 0.4/1.5 MB Progress (5): 2.0/4.1 MB | 250 kB | 12 kB | 682/915 kB | 0.5/1.5 MB Progress (5): 2.0/4.1 MB | 250 kB | 12 kB | 690/915 kB | 0.5/1.5 MB Progress (5): 2.0/4.1 MB | 250 kB | 12 kB | 690/915 kB | 0.5/1.5 MB Progress (5): 2.0/4.1 MB | 250 kB | 12 kB | 698/915 kB | 0.5/1.5 MB Progress (5): 2.0/4.1 MB | 250 kB | 12 kB | 698/915 kB | 0.5/1.5 MB Progress (5): 2.0/4.1 MB | 250 kB | 12 kB | 706/915 kB | 0.5/1.5 MB Progress (5): 2.0/4.1 MB | 250 kB | 12 kB | 706/915 kB | 0.5/1.5 MB Progress (5): 2.0/4.1 MB | 250 kB | 12 kB | 715/915 kB | 0.5/1.5 MB Progress (5): 2.0/4.1 MB | 250 kB | 12 kB | 715/915 kB | 0.5/1.5 MB Progress (5): 2.0/4.1 MB | 250 kB | 12 kB | 723/915 kB | 0.5/1.5 MB Progress (5): 2.0/4.1 MB | 250 kB | 12 kB | 723/915 kB | 0.5/1.5 MB Progress (5): 2.0/4.1 MB | 250 kB | 12 kB | 731/915 kB | 0.5/1.5 MB Progress (5): 2.0/4.1 MB | 250 kB | 12 kB | 731/915 kB | 0.5/1.5 MB Progress (5): 2.0/4.1 MB | 250 kB | 12 kB | 739/915 kB | 0.5/1.5 MB Progress (5): 2.0/4.1 MB | 250 kB | 12 kB | 739/915 kB | 0.5/1.5 MB Progress (5): 2.0/4.1 MB | 250 kB | 12 kB | 747/915 kB | 0.5/1.5 MB Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (12 kB at 36 kB/s) +Progress (4): 2.0/4.1 MB | 250 kB | 747/915 kB | 0.5/1.5 MB Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar +Progress (4): 2.0/4.1 MB | 250 kB | 747/915 kB | 0.5/1.5 MB Progress (4): 2.0/4.1 MB | 250 kB | 756/915 kB | 0.5/1.5 MB Progress (4): 2.0/4.1 MB | 250 kB | 756/915 kB | 0.5/1.5 MB Progress (4): 2.0/4.1 MB | 250 kB | 764/915 kB | 0.5/1.5 MB Progress (4): 2.0/4.1 MB | 250 kB | 764/915 kB | 0.5/1.5 MB Progress (4): 2.0/4.1 MB | 250 kB | 764/915 kB | 0.5/1.5 MB Progress (4): 2.0/4.1 MB | 250 kB | 772/915 kB | 0.5/1.5 MB Progress (4): 2.0/4.1 MB | 250 kB | 772/915 kB | 0.5/1.5 MB Progress (4): 2.0/4.1 MB | 250 kB | 780/915 kB | 0.5/1.5 MB Progress (4): 2.0/4.1 MB | 250 kB | 780/915 kB | 0.5/1.5 MB Progress (4): 2.0/4.1 MB | 250 kB | 788/915 kB | 0.5/1.5 MB Progress (4): 2.1/4.1 MB | 250 kB | 788/915 kB | 0.5/1.5 MB Progress (4): 2.1/4.1 MB | 250 kB | 788/915 kB | 0.5/1.5 MB Progress (4): 2.1/4.1 MB | 250 kB | 797/915 kB | 0.5/1.5 MB Progress (4): 2.1/4.1 MB | 250 kB | 797/915 kB | 0.6/1.5 MB Progress (4): 2.1/4.1 MB | 250 kB | 805/915 kB | 0.6/1.5 MB Progress (4): 2.1/4.1 MB | 250 kB | 805/915 kB | 0.6/1.5 MB Progress (4): 2.1/4.1 MB | 250 kB | 813/915 kB | 0.6/1.5 MB Progress (4): 2.1/4.1 MB | 250 kB | 813/915 kB | 0.6/1.5 MB Progress (4): 2.1/4.1 MB | 250 kB | 821/915 kB | 0.6/1.5 MB Progress (4): 2.1/4.1 MB | 250 kB | 821/915 kB | 0.6/1.5 MB Progress (4): 2.1/4.1 MB | 250 kB | 821/915 kB | 0.6/1.5 MB Progress (4): 2.1/4.1 MB | 250 kB | 829/915 kB | 0.6/1.5 MB Progress (4): 2.1/4.1 MB | 250 kB | 829/915 kB | 0.6/1.5 MB Progress (4): 2.1/4.1 MB | 250 kB | 829/915 kB | 0.6/1.5 MB Downloaded from central: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build220/trilead-ssh2-1.0.0-build220.jar (250 kB at 734 kB/s) +Progress (3): 2.1/4.1 MB | 837/915 kB | 0.6/1.5 MB Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar +Progress (3): 2.1/4.1 MB | 837/915 kB | 0.6/1.5 MB Progress (3): 2.1/4.1 MB | 837/915 kB | 0.6/1.5 MB Progress (3): 2.1/4.1 MB | 846/915 kB | 0.6/1.5 MB Progress (3): 2.1/4.1 MB | 846/915 kB | 0.6/1.5 MB Progress (3): 2.2/4.1 MB | 846/915 kB | 0.6/1.5 MB Progress (3): 2.2/4.1 MB | 846/915 kB | 0.6/1.5 MB Progress (3): 2.2/4.1 MB | 854/915 kB | 0.6/1.5 MB Progress (3): 2.2/4.1 MB | 854/915 kB | 0.6/1.5 MB Progress (3): 2.2/4.1 MB | 854/915 kB | 0.6/1.5 MB Progress (3): 2.2/4.1 MB | 854/915 kB | 0.6/1.5 MB Progress (3): 2.2/4.1 MB | 862/915 kB | 0.6/1.5 MB Progress (3): 2.2/4.1 MB | 862/915 kB | 0.6/1.5 MB Progress (3): 2.2/4.1 MB | 870/915 kB | 0.6/1.5 MB Progress (3): 2.2/4.1 MB | 870/915 kB | 0.6/1.5 MB Progress (3): 2.2/4.1 MB | 877/915 kB | 0.6/1.5 MB Progress (3): 2.2/4.1 MB | 877/915 kB | 0.6/1.5 MB Progress (3): 2.2/4.1 MB | 885/915 kB | 0.6/1.5 MB Progress (3): 2.2/4.1 MB | 885/915 kB | 0.6/1.5 MB Progress (3): 2.2/4.1 MB | 893/915 kB | 0.6/1.5 MB Progress (3): 2.2/4.1 MB | 893/915 kB | 0.6/1.5 MB Progress (3): 2.2/4.1 MB | 901/915 kB | 0.6/1.5 MB Progress (3): 2.2/4.1 MB | 901/915 kB | 0.7/1.5 MB Progress (3): 2.3/4.1 MB | 901/915 kB | 0.7/1.5 MB Progress (3): 2.3/4.1 MB | 909/915 kB | 0.7/1.5 MB Progress (3): 2.3/4.1 MB | 909/915 kB | 0.7/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.7/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.7/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.7/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.7/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.7/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.7/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.7/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.7/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.7/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.7/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.7/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.7/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.7/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.7/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.8/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.8/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.8/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.8/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.8/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.8/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.8/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.8/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.8/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.8/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.8/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.8/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.9/1.5 MB Progress (3): 2.3/4.1 MB | 915 kB | 0.9/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 0.9/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 0.9/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 0.9/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 0.9/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 0.9/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 0.9/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 0.9/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 0.9/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 0.9/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 0.9/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 0.9/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 0.9/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 0.9/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 1.0/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 1.0/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 1.0/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 1.0/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 1.0/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 1.0/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 1.0/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 1.0/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 1.0/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 1.0/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 1.0/1.5 MB Progress (3): 2.4/4.1 MB | 915 kB | 1.0/1.5 MB Progress (3): 2.5/4.1 MB | 915 kB | 1.0/1.5 MB Progress (3): 2.5/4.1 MB | 915 kB | 1.0/1.5 MB Progress (3): 2.5/4.1 MB | 915 kB | 1.0/1.5 MB Progress (3): 2.5/4.1 MB | 915 kB | 1.0/1.5 MB Progress (3): 2.5/4.1 MB | 915 kB | 1.1/1.5 MB Progress (3): 2.5/4.1 MB | 915 kB | 1.1/1.5 MB Progress (3): 2.5/4.1 MB | 915 kB | 1.1/1.5 MB Progress (4): 2.5/4.1 MB | 915 kB | 1.1/1.5 MB | 4.1/6.6 kB Progress (4): 2.5/4.1 MB | 915 kB | 1.1/1.5 MB | 4.1/6.6 kB Progress (4): 2.5/4.1 MB | 915 kB | 1.1/1.5 MB | 6.6 kB Progress (4): 2.5/4.1 MB | 915 kB | 1.1/1.5 MB | 6.6 kB Progress (4): 2.5/4.1 MB | 915 kB | 1.1/1.5 MB | 6.6 kB Progress (4): 2.5/4.1 MB | 915 kB | 1.1/1.5 MB | 6.6 kB Progress (4): 2.5/4.1 MB | 915 kB | 1.1/1.5 MB | 6.6 kB Progress (4): 2.5/4.1 MB | 915 kB | 1.1/1.5 MB | 6.6 kB Progress (4): 2.5/4.1 MB | 915 kB | 1.1/1.5 MB | 6.6 kB Progress (4): 2.5/4.1 MB | 915 kB | 1.1/1.5 MB | 6.6 kB Progress (4): 2.5/4.1 MB | 915 kB | 1.1/1.5 MB | 6.6 kB Progress (4): 2.5/4.1 MB | 915 kB | 1.1/1.5 MB | 6.6 kB Progress (4): 2.5/4.1 MB | 915 kB | 1.1/1.5 MB | 6.6 kB Progress (4): 2.6/4.1 MB | 915 kB | 1.1/1.5 MB | 6.6 kB Progress (4): 2.6/4.1 MB | 915 kB | 1.2/1.5 MB | 6.6 kB Progress (4): 2.6/4.1 MB | 915 kB | 1.2/1.5 MB | 6.6 kB Progress (4): 2.6/4.1 MB | 915 kB | 1.2/1.5 MB | 6.6 kB Progress (4): 2.6/4.1 MB | 915 kB | 1.2/1.5 MB | 6.6 kB Progress (4): 2.6/4.1 MB | 915 kB | 1.2/1.5 MB | 6.6 kB Progress (4): 2.6/4.1 MB | 915 kB | 1.2/1.5 MB | 6.6 kB Progress (4): 2.6/4.1 MB | 915 kB | 1.2/1.5 MB | 6.6 kB Progress (4): 2.6/4.1 MB | 915 kB | 1.2/1.5 MB | 6.6 kB Progress (4): 2.6/4.1 MB | 915 kB | 1.2/1.5 MB | 6.6 kB Progress (4): 2.6/4.1 MB | 915 kB | 1.2/1.5 MB | 6.6 kB Progress (4): 2.6/4.1 MB | 915 kB | 1.2/1.5 MB | 6.6 kB Progress (4): 2.6/4.1 MB | 915 kB | 1.2/1.5 MB | 6.6 kB Progress (4): 2.6/4.1 MB | 915 kB | 1.2/1.5 MB | 6.6 kB Progress (4): 2.6/4.1 MB | 915 kB | 1.2/1.5 MB | 6.6 kB Progress (4): 2.6/4.1 MB | 915 kB | 1.2/1.5 MB | 6.6 kB Progress (4): 2.6/4.1 MB | 915 kB | 1.3/1.5 MB | 6.6 kB Progress (4): 2.6/4.1 MB | 915 kB | 1.3/1.5 MB | 6.6 kB Progress (4): 2.6/4.1 MB | 915 kB | 1.3/1.5 MB | 6.6 kB Progress (4): 2.6/4.1 MB | 915 kB | 1.3/1.5 MB | 6.6 kB Progress (4): 2.7/4.1 MB | 915 kB | 1.3/1.5 MB | 6.6 kB Progress (4): 2.7/4.1 MB | 915 kB | 1.3/1.5 MB | 6.6 kB Progress (4): 2.7/4.1 MB | 915 kB | 1.3/1.5 MB | 6.6 kB Progress (4): 2.7/4.1 MB | 915 kB | 1.3/1.5 MB | 6.6 kB Progress (4): 2.7/4.1 MB | 915 kB | 1.3/1.5 MB | 6.6 kB Progress (4): 2.7/4.1 MB | 915 kB | 1.3/1.5 MB | 6.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (915 kB at 2.6 MB/s) +Progress (3): 2.7/4.1 MB | 1.3/1.5 MB | 6.6 kB Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar +Progress (3): 2.7/4.1 MB | 1.3/1.5 MB | 6.6 kB Progress (3): 2.7/4.1 MB | 1.3/1.5 MB | 6.6 kB Progress (3): 2.7/4.1 MB | 1.3/1.5 MB | 6.6 kB Progress (3): 2.7/4.1 MB | 1.3/1.5 MB | 6.6 kB Progress (3): 2.7/4.1 MB | 1.3/1.5 MB | 6.6 kB Progress (3): 2.7/4.1 MB | 1.4/1.5 MB | 6.6 kB Progress (3): 2.7/4.1 MB | 1.4/1.5 MB | 6.6 kB Progress (3): 2.7/4.1 MB | 1.4/1.5 MB | 6.6 kB Progress (3): 2.7/4.1 MB | 1.4/1.5 MB | 6.6 kB Progress (3): 2.7/4.1 MB | 1.4/1.5 MB | 6.6 kB Progress (3): 2.7/4.1 MB | 1.4/1.5 MB | 6.6 kB Progress (3): 2.8/4.1 MB | 1.4/1.5 MB | 6.6 kB Progress (3): 2.8/4.1 MB | 1.4/1.5 MB | 6.6 kB Progress (3): 2.8/4.1 MB | 1.4/1.5 MB | 6.6 kB Progress (3): 2.8/4.1 MB | 1.4/1.5 MB | 6.6 kB Progress (3): 2.8/4.1 MB | 1.4/1.5 MB | 6.6 kB Progress (3): 2.8/4.1 MB | 1.4/1.5 MB | 6.6 kB Progress (3): 2.8/4.1 MB | 1.4/1.5 MB | 6.6 kB Progress (3): 2.8/4.1 MB | 1.4/1.5 MB | 6.6 kB Progress (3): 2.8/4.1 MB | 1.4/1.5 MB | 6.6 kB Progress (3): 2.8/4.1 MB | 1.4/1.5 MB | 6.6 kB Progress (3): 2.8/4.1 MB | 1.5/1.5 MB | 6.6 kB Progress (3): 2.8/4.1 MB | 1.5 MB | 6.6 kB Progress (3): 2.8/4.1 MB | 1.5 MB | 6.6 kB Progress (4): 2.8/4.1 MB | 1.5 MB | 6.6 kB | 8.2/913 kB Progress (4): 2.8/4.1 MB | 1.5 MB | 6.6 kB | 16/913 kB Progress (4): 2.8/4.1 MB | 1.5 MB | 6.6 kB | 25/913 kB Progress (4): 2.8/4.1 MB | 1.5 MB | 6.6 kB | 33/913 kB Progress (4): 2.8/4.1 MB | 1.5 MB | 6.6 kB | 41/913 kB Progress (4): 2.8/4.1 MB | 1.5 MB | 6.6 kB | 49/913 kB Progress (4): 2.8/4.1 MB | 1.5 MB | 6.6 kB | 57/913 kB Progress (4): 2.9/4.1 MB | 1.5 MB | 6.6 kB | 57/913 kB Progress (4): 2.9/4.1 MB | 1.5 MB | 6.6 kB | 66/913 kB Progress (4): 2.9/4.1 MB | 1.5 MB | 6.6 kB | 74/913 kB Progress (4): 2.9/4.1 MB | 1.5 MB | 6.6 kB | 82/913 kB Progress (4): 2.9/4.1 MB | 1.5 MB | 6.6 kB | 90/913 kB Progress (4): 2.9/4.1 MB | 1.5 MB | 6.6 kB | 90/913 kB Progress (4): 2.9/4.1 MB | 1.5 MB | 6.6 kB | 98/913 kB Progress (4): 2.9/4.1 MB | 1.5 MB | 6.6 kB | 106/913 kB Progress (4): 2.9/4.1 MB | 1.5 MB | 6.6 kB | 115/913 kB Progress (4): 2.9/4.1 MB | 1.5 MB | 6.6 kB | 123/913 kB Progress (4): 2.9/4.1 MB | 1.5 MB | 6.6 kB | 131/913 kB Progress (4): 2.9/4.1 MB | 1.5 MB | 6.6 kB | 131/913 kB Progress (4): 2.9/4.1 MB | 1.5 MB | 6.6 kB | 139/913 kB Progress (4): 2.9/4.1 MB | 1.5 MB | 6.6 kB | 147/913 kB Progress (4): 2.9/4.1 MB | 1.5 MB | 6.6 kB | 147/913 kB Progress (4): 2.9/4.1 MB | 1.5 MB | 6.6 kB | 156/913 kB Progress (4): 2.9/4.1 MB | 1.5 MB | 6.6 kB | 164/913 kB Progress (4): 2.9/4.1 MB | 1.5 MB | 6.6 kB | 172/913 kB Progress (4): 3.0/4.1 MB | 1.5 MB | 6.6 kB | 172/913 kB Progress (4): 3.0/4.1 MB | 1.5 MB | 6.6 kB | 180/913 kB Progress (4): 3.0/4.1 MB | 1.5 MB | 6.6 kB | 188/913 kB Progress (4): 3.0/4.1 MB | 1.5 MB | 6.6 kB | 197/913 kB Progress (4): 3.0/4.1 MB | 1.5 MB | 6.6 kB | 205/913 kB Progress (4): 3.0/4.1 MB | 1.5 MB | 6.6 kB | 205/913 kB Progress (4): 3.0/4.1 MB | 1.5 MB | 6.6 kB | 213/913 kB Progress (4): 3.0/4.1 MB | 1.5 MB | 6.6 kB | 221/913 kB Progress (4): 3.0/4.1 MB | 1.5 MB | 6.6 kB | 229/913 kB Progress (4): 3.0/4.1 MB | 1.5 MB | 6.6 kB | 238/913 kB Progress (4): 3.0/4.1 MB | 1.5 MB | 6.6 kB | 238/913 kB Progress (4): 3.0/4.1 MB | 1.5 MB | 6.6 kB | 246/913 kB Progress (4): 3.0/4.1 MB | 1.5 MB | 6.6 kB | 254/913 kB Progress (4): 3.0/4.1 MB | 1.5 MB | 6.6 kB | 262/913 kB Progress (4): 3.0/4.1 MB | 1.5 MB | 6.6 kB | 270/913 kB Progress (4): 3.0/4.1 MB | 1.5 MB | 6.6 kB | 279/913 kB Progress (4): 3.0/4.1 MB | 1.5 MB | 6.6 kB | 279/913 kB Progress (4): 3.0/4.1 MB | 1.5 MB | 6.6 kB | 287/913 kB Progress (4): 3.0/4.1 MB | 1.5 MB | 6.6 kB | 295/913 kB Progress (4): 3.1/4.1 MB | 1.5 MB | 6.6 kB | 295/913 kB Progress (4): 3.1/4.1 MB | 1.5 MB | 6.6 kB | 303/913 kB Progress (4): 3.1/4.1 MB | 1.5 MB | 6.6 kB | 311/913 kB Progress (4): 3.1/4.1 MB | 1.5 MB | 6.6 kB | 319/913 kB Progress (4): 3.1/4.1 MB | 1.5 MB | 6.6 kB | 319/913 kB Progress (4): 3.1/4.1 MB | 1.5 MB | 6.6 kB | 328/913 kB Progress (4): 3.1/4.1 MB | 1.5 MB | 6.6 kB | 336/913 kB Progress (4): 3.1/4.1 MB | 1.5 MB | 6.6 kB | 344/913 kB Progress (4): 3.1/4.1 MB | 1.5 MB | 6.6 kB | 352/913 kB Progress (4): 3.1/4.1 MB | 1.5 MB | 6.6 kB | 360/913 kB Progress (4): 3.1/4.1 MB | 1.5 MB | 6.6 kB | 369/913 kB Progress (4): 3.1/4.1 MB | 1.5 MB | 6.6 kB | 377/913 kB Progress (4): 3.1/4.1 MB | 1.5 MB | 6.6 kB | 377/913 kB Progress (4): 3.1/4.1 MB | 1.5 MB | 6.6 kB | 385/913 kB Progress (4): 3.1/4.1 MB | 1.5 MB | 6.6 kB | 393/913 kB Progress (4): 3.1/4.1 MB | 1.5 MB | 6.6 kB | 401/913 kB Progress (4): 3.1/4.1 MB | 1.5 MB | 6.6 kB | 401/913 kB Progress (4): 3.1/4.1 MB | 1.5 MB | 6.6 kB | 410/913 kB Progress (4): 3.1/4.1 MB | 1.5 MB | 6.6 kB | 418/913 kB Progress (4): 3.2/4.1 MB | 1.5 MB | 6.6 kB | 418/913 kB Progress (4): 3.2/4.1 MB | 1.5 MB | 6.6 kB | 426/913 kB Progress (4): 3.2/4.1 MB | 1.5 MB | 6.6 kB | 434/913 kB Progress (4): 3.2/4.1 MB | 1.5 MB | 6.6 kB | 434/913 kB Progress (4): 3.2/4.1 MB | 1.5 MB | 6.6 kB | 442/913 kB Progress (4): 3.2/4.1 MB | 1.5 MB | 6.6 kB | 451/913 kB Progress (4): 3.2/4.1 MB | 1.5 MB | 6.6 kB | 459/913 kB Progress (4): 3.2/4.1 MB | 1.5 MB | 6.6 kB | 467/913 kB Progress (4): 3.2/4.1 MB | 1.5 MB | 6.6 kB | 475/913 kB Progress (4): 3.2/4.1 MB | 1.5 MB | 6.6 kB | 475/913 kB Progress (4): 3.2/4.1 MB | 1.5 MB | 6.6 kB | 483/913 kB Progress (5): 3.2/4.1 MB | 1.5 MB | 6.6 kB | 483/913 kB | 4.1/5.3 kB Progress (5): 3.2/4.1 MB | 1.5 MB | 6.6 kB | 483/913 kB | 4.1/5.3 kB Progress (5): 3.2/4.1 MB | 1.5 MB | 6.6 kB | 491/913 kB | 4.1/5.3 kB Progress (5): 3.2/4.1 MB | 1.5 MB | 6.6 kB | 491/913 kB | 5.3 kB Progress (5): 3.2/4.1 MB | 1.5 MB | 6.6 kB | 499/913 kB | 5.3 kB Progress (5): 3.3/4.1 MB | 1.5 MB | 6.6 kB | 499/913 kB | 5.3 kB Progress (5): 3.3/4.1 MB | 1.5 MB | 6.6 kB | 507/913 kB | 5.3 kB Progress (5): 3.3/4.1 MB | 1.5 MB | 6.6 kB | 507/913 kB | 5.3 kB Progress (5): 3.3/4.1 MB | 1.5 MB | 6.6 kB | 515/913 kB | 5.3 kB Progress (5): 3.3/4.1 MB | 1.5 MB | 6.6 kB | 524/913 kB | 5.3 kB Progress (5): 3.3/4.1 MB | 1.5 MB | 6.6 kB | 524/913 kB | 5.3 kB Progress (5): 3.3/4.1 MB | 1.5 MB | 6.6 kB | 532/913 kB | 5.3 kB Progress (5): 3.3/4.1 MB | 1.5 MB | 6.6 kB | 540/913 kB | 5.3 kB Progress (5): 3.3/4.1 MB | 1.5 MB | 6.6 kB | 540/913 kB | 5.3 kB Progress (5): 3.3/4.1 MB | 1.5 MB | 6.6 kB | 548/913 kB | 5.3 kB Progress (5): 3.3/4.1 MB | 1.5 MB | 6.6 kB | 556/913 kB | 5.3 kB Progress (5): 3.4/4.1 MB | 1.5 MB | 6.6 kB | 556/913 kB | 5.3 kB Progress (5): 3.4/4.1 MB | 1.5 MB | 6.6 kB | 565/913 kB | 5.3 kB Progress (5): 3.4/4.1 MB | 1.5 MB | 6.6 kB | 573/913 kB | 5.3 kB Progress (5): 3.4/4.1 MB | 1.5 MB | 6.6 kB | 573/913 kB | 5.3 kB Progress (5): 3.4/4.1 MB | 1.5 MB | 6.6 kB | 581/913 kB | 5.3 kB Progress (5): 3.4/4.1 MB | 1.5 MB | 6.6 kB | 581/913 kB | 5.3 kB Progress (5): 3.4/4.1 MB | 1.5 MB | 6.6 kB | 589/913 kB | 5.3 kB Progress (5): 3.4/4.1 MB | 1.5 MB | 6.6 kB | 589/913 kB | 5.3 kB Progress (5): 3.4/4.1 MB | 1.5 MB | 6.6 kB | 597/913 kB | 5.3 kB Progress (5): 3.4/4.1 MB | 1.5 MB | 6.6 kB | 606/913 kB | 5.3 kB Progress (5): 3.4/4.1 MB | 1.5 MB | 6.6 kB | 606/913 kB | 5.3 kB Progress (5): 3.4/4.1 MB | 1.5 MB | 6.6 kB | 614/913 kB | 5.3 kB Progress (5): 3.4/4.1 MB | 1.5 MB | 6.6 kB | 622/913 kB | 5.3 kB Progress (5): 3.5/4.1 MB | 1.5 MB | 6.6 kB | 622/913 kB | 5.3 kB Progress (5): 3.5/4.1 MB | 1.5 MB | 6.6 kB | 630/913 kB | 5.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar (1.5 MB at 3.9 MB/s) +Progress (4): 3.5/4.1 MB | 6.6 kB | 630/913 kB | 5.3 kB Progress (4): 3.5/4.1 MB | 6.6 kB | 638/913 kB | 5.3 kB Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar +Progress (4): 3.5/4.1 MB | 6.6 kB | 647/913 kB | 5.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar (6.6 kB at 17 kB/s) +Progress (3): 3.5/4.1 MB | 655/913 kB | 5.3 kB Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar +Progress (3): 3.5/4.1 MB | 663/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 671/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 679/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 688/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 694/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 702/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 710/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 718/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 727/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 735/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 743/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 751/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 759/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 768/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 776/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 784/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 792/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 800/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 808/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 817/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 825/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 833/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 841/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 849/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 858/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 866/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 874/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 882/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 890/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 899/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 907/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 913/913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 913 kB | 5.3 kB Progress (3): 3.5/4.1 MB | 913 kB | 5.3 kB Progress (3): 3.6/4.1 MB | 913 kB | 5.3 kB Progress (3): 3.6/4.1 MB | 913 kB | 5.3 kB Progress (3): 3.6/4.1 MB | 913 kB | 5.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar (5.3 kB at 14 kB/s) +Progress (2): 3.6/4.1 MB | 913 kB Downloading from central: https://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.3/sequence-library-1.0.3.jar +Progress (2): 3.7/4.1 MB | 913 kB Progress (2): 3.7/4.1 MB | 913 kB Progress (2): 3.7/4.1 MB | 913 kB Progress (2): 3.7/4.1 MB | 913 kB Progress (3): 3.7/4.1 MB | 913 kB | 4.1/4.2 kB Progress (3): 3.7/4.1 MB | 913 kB | 4.2 kB Progress (3): 3.8/4.1 MB | 913 kB | 4.2 kB Progress (3): 3.8/4.1 MB | 913 kB | 4.2 kB Progress (3): 3.8/4.1 MB | 913 kB | 4.2 kB Progress (3): 3.8/4.1 MB | 913 kB | 4.2 kB Progress (3): 3.9/4.1 MB | 913 kB | 4.2 kB Progress (3): 3.9/4.1 MB | 913 kB | 4.2 kB Progress (3): 3.9/4.1 MB | 913 kB | 4.2 kB Progress (3): 3.9/4.1 MB | 913 kB | 4.2 kB Progress (3): 4.0/4.1 MB | 913 kB | 4.2 kB Progress (3): 4.0/4.1 MB | 913 kB | 4.2 kB Progress (4): 4.0/4.1 MB | 913 kB | 4.2 kB | 4.1/7.8 kB Progress (4): 4.0/4.1 MB | 913 kB | 4.2 kB | 4.1/7.8 kB Progress (4): 4.0/4.1 MB | 913 kB | 4.2 kB | 7.8 kB Progress (4): 4.0/4.1 MB | 913 kB | 4.2 kB | 7.8 kB Progress (4): 4.1/4.1 MB | 913 kB | 4.2 kB | 7.8 kB Progress (4): 4.1/4.1 MB | 913 kB | 4.2 kB | 7.8 kB Progress (4): 4.1/4.1 MB | 913 kB | 4.2 kB | 7.8 kB Progress (4): 4.1/4.1 MB | 913 kB | 4.2 kB | 7.8 kB Progress (4): 4.1 MB | 913 kB | 4.2 kB | 7.8 kB Progress (5): 4.1 MB | 913 kB | 4.2 kB | 7.8 kB | 4.1/72 kB Progress (5): 4.1 MB | 913 kB | 4.2 kB | 7.8 kB | 8.2/72 kB Progress (5): 4.1 MB | 913 kB | 4.2 kB | 7.8 kB | 12/72 kB Progress (5): 4.1 MB | 913 kB | 4.2 kB | 7.8 kB | 16/72 kB Progress (5): 4.1 MB | 913 kB | 4.2 kB | 7.8 kB | 20/72 kB Progress (5): 4.1 MB | 913 kB | 4.2 kB | 7.8 kB | 25/72 kB Progress (5): 4.1 MB | 913 kB | 4.2 kB | 7.8 kB | 29/72 kB Progress (5): 4.1 MB | 913 kB | 4.2 kB | 7.8 kB | 33/72 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar (913 kB at 2.3 MB/s) +Progress (4): 4.1 MB | 4.2 kB | 7.8 kB | 37/72 kB Downloading from central: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar +Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar (4.2 kB at 10 kB/s) +Progress (3): 4.1 MB | 7.8 kB | 41/72 kB Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar +Progress (3): 4.1 MB | 7.8 kB | 45/72 kB Progress (3): 4.1 MB | 7.8 kB | 49/72 kB Progress (3): 4.1 MB | 7.8 kB | 53/72 kB Progress (3): 4.1 MB | 7.8 kB | 57/72 kB Progress (3): 4.1 MB | 7.8 kB | 61/72 kB Progress (3): 4.1 MB | 7.8 kB | 66/72 kB Progress (3): 4.1 MB | 7.8 kB | 70/72 kB Progress (3): 4.1 MB | 7.8 kB | 72 kB Progress (4): 4.1 MB | 7.8 kB | 72 kB | 4.1/164 kB Progress (4): 4.1 MB | 7.8 kB | 72 kB | 8.2/164 kB Downloaded from central: https://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.3/sequence-library-1.0.3.jar (72 kB at 171 kB/s) +Progress (3): 4.1 MB | 7.8 kB | 12/164 kB Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.0.1/javax.servlet-api-3.0.1.jar +Progress (3): 4.1 MB | 7.8 kB | 16/164 kB Progress (3): 4.1 MB | 7.8 kB | 20/164 kB Progress (3): 4.1 MB | 7.8 kB | 25/164 kB Progress (3): 4.1 MB | 7.8 kB | 29/164 kB Progress (3): 4.1 MB | 7.8 kB | 33/164 kB Progress (3): 4.1 MB | 7.8 kB | 37/164 kB Progress (3): 4.1 MB | 7.8 kB | 41/164 kB Progress (3): 4.1 MB | 7.8 kB | 45/164 kB Progress (3): 4.1 MB | 7.8 kB | 49/164 kB Progress (3): 4.1 MB | 7.8 kB | 53/164 kB Progress (3): 4.1 MB | 7.8 kB | 57/164 kB Progress (3): 4.1 MB | 7.8 kB | 61/164 kB Progress (3): 4.1 MB | 7.8 kB | 66/164 kB Progress (3): 4.1 MB | 7.8 kB | 70/164 kB Progress (3): 4.1 MB | 7.8 kB | 74/164 kB Progress (3): 4.1 MB | 7.8 kB | 78/164 kB Progress (3): 4.1 MB | 7.8 kB | 82/164 kB Progress (3): 4.1 MB | 7.8 kB | 86/164 kB Progress (3): 4.1 MB | 7.8 kB | 90/164 kB Progress (3): 4.1 MB | 7.8 kB | 94/164 kB Progress (3): 4.1 MB | 7.8 kB | 98/164 kB Progress (3): 4.1 MB | 7.8 kB | 102/164 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.8.11/svnkit-1.8.11.jar (4.1 MB at 9.7 MB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar (7.8 kB at 18 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar +Progress (1): 106/164 kB Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.3.30.RELEASE/spring-test-4.3.30.RELEASE.jar +Progress (1): 111/164 kB Progress (1): 115/164 kB Progress (1): 119/164 kB Progress (1): 123/164 kB Progress (1): 127/164 kB Progress (1): 131/164 kB Progress (1): 135/164 kB Progress (1): 139/164 kB Progress (1): 143/164 kB Progress (1): 147/164 kB Progress (1): 152/164 kB Progress (1): 156/164 kB Progress (1): 160/164 kB Progress (1): 164/164 kB Progress (1): 164 kB Progress (2): 164 kB | 4.1/85 kB Progress (2): 164 kB | 8.2/85 kB Progress (2): 164 kB | 12/85 kB Progress (2): 164 kB | 16/85 kB Progress (2): 164 kB | 20/85 kB Progress (2): 164 kB | 25/85 kB Progress (2): 164 kB | 29/85 kB Progress (2): 164 kB | 33/85 kB Progress (2): 164 kB | 37/85 kB Progress (2): 164 kB | 41/85 kB Progress (2): 164 kB | 45/85 kB Progress (2): 164 kB | 49/85 kB Progress (2): 164 kB | 53/85 kB Progress (2): 164 kB | 57/85 kB Progress (2): 164 kB | 61/85 kB Progress (2): 164 kB | 66/85 kB Progress (2): 164 kB | 70/85 kB Progress (2): 164 kB | 74/85 kB Progress (2): 164 kB | 78/85 kB Progress (2): 164 kB | 82/85 kB Progress (2): 164 kB | 85 kB Progress (3): 164 kB | 85 kB | 4.1/17 kB Progress (3): 164 kB | 85 kB | 8.2/17 kB Progress (3): 164 kB | 85 kB | 12/17 kB Progress (3): 164 kB | 85 kB | 16/17 kB Progress (3): 164 kB | 85 kB | 17 kB Progress (4): 164 kB | 85 kB | 17 kB | 4.1/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 8.2/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 12/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 16/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 20/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 25/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 29/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 33/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 37/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 41/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 45/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 49/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 53/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 57/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 61/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 66/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 70/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 74/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 78/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 82/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 86/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 90/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 94/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 98/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 102/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 106/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 111/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 115/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 119/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 123/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 127/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 131/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 135/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 139/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 143/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 147/605 kB Progress (4): 164 kB | 85 kB | 17 kB | 152/605 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 365 kB/s) +Progress (3): 85 kB | 17 kB | 156/605 kB Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar +Progress (3): 85 kB | 17 kB | 160/605 kB Progress (3): 85 kB | 17 kB | 164/605 kB Progress (3): 85 kB | 17 kB | 168/605 kB Progress (3): 85 kB | 17 kB | 172/605 kB Progress (3): 85 kB | 17 kB | 176/605 kB Progress (3): 85 kB | 17 kB | 180/605 kB Progress (3): 85 kB | 17 kB | 184/605 kB Progress (3): 85 kB | 17 kB | 188/605 kB Progress (3): 85 kB | 17 kB | 193/605 kB Progress (3): 85 kB | 17 kB | 197/605 kB Progress (3): 85 kB | 17 kB | 201/605 kB Progress (3): 85 kB | 17 kB | 205/605 kB Progress (3): 85 kB | 17 kB | 209/605 kB Progress (3): 85 kB | 17 kB | 213/605 kB Progress (3): 85 kB | 17 kB | 217/605 kB Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.0.1/javax.servlet-api-3.0.1.jar (85 kB at 189 kB/s) +Progress (2): 17 kB | 221/605 kB Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar +Progress (2): 17 kB | 225/605 kB Progress (2): 17 kB | 229/605 kB Progress (2): 17 kB | 233/605 kB Progress (2): 17 kB | 238/605 kB Progress (2): 17 kB | 242/605 kB Progress (2): 17 kB | 246/605 kB Progress (2): 17 kB | 250/605 kB Progress (2): 17 kB | 254/605 kB Progress (2): 17 kB | 258/605 kB Progress (2): 17 kB | 262/605 kB Progress (2): 17 kB | 266/605 kB Progress (2): 17 kB | 270/605 kB Progress (2): 17 kB | 274/605 kB Progress (2): 17 kB | 279/605 kB Progress (2): 17 kB | 283/605 kB Progress (2): 17 kB | 287/605 kB Progress (2): 17 kB | 291/605 kB Progress (2): 17 kB | 295/605 kB Progress (2): 17 kB | 299/605 kB Progress (2): 17 kB | 303/605 kB Progress (2): 17 kB | 307/605 kB Progress (2): 17 kB | 311/605 kB Progress (2): 17 kB | 315/605 kB Progress (2): 17 kB | 319/605 kB Progress (2): 17 kB | 324/605 kB Progress (2): 17 kB | 328/605 kB Progress (2): 17 kB | 332/605 kB Progress (2): 17 kB | 336/605 kB Progress (2): 17 kB | 340/605 kB Progress (2): 17 kB | 344/605 kB Progress (2): 17 kB | 348/605 kB Progress (2): 17 kB | 352/605 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar (17 kB at 36 kB/s) +Progress (1): 356/605 kB Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar +Progress (1): 360/605 kB Progress (1): 365/605 kB Progress (1): 369/605 kB Progress (1): 373/605 kB Progress (1): 377/605 kB Progress (1): 381/605 kB Progress (1): 385/605 kB Progress (1): 389/605 kB Progress (1): 393/605 kB Progress (1): 397/605 kB Progress (1): 401/605 kB Progress (1): 406/605 kB Progress (1): 410/605 kB Progress (1): 414/605 kB Progress (1): 418/605 kB Progress (1): 422/605 kB Progress (1): 426/605 kB Progress (1): 430/605 kB Progress (1): 434/605 kB Progress (1): 438/605 kB Progress (1): 442/605 kB Progress (1): 446/605 kB Progress (1): 451/605 kB Progress (1): 455/605 kB Progress (1): 459/605 kB Progress (2): 459/605 kB | 4.1/762 kB Progress (2): 463/605 kB | 4.1/762 kB Progress (2): 467/605 kB | 4.1/762 kB Progress (2): 467/605 kB | 8.2/762 kB Progress (2): 471/605 kB | 8.2/762 kB Progress (2): 471/605 kB | 12/762 kB Progress (2): 475/605 kB | 12/762 kB Progress (2): 475/605 kB | 16/762 kB Progress (2): 479/605 kB | 16/762 kB Progress (2): 479/605 kB | 20/762 kB Progress (2): 483/605 kB | 20/762 kB Progress (2): 483/605 kB | 25/762 kB Progress (2): 487/605 kB | 25/762 kB Progress (2): 487/605 kB | 29/762 kB Progress (2): 492/605 kB | 29/762 kB Progress (2): 492/605 kB | 33/762 kB Progress (2): 496/605 kB | 33/762 kB Progress (2): 496/605 kB | 37/762 kB Progress (2): 500/605 kB | 37/762 kB Progress (2): 500/605 kB | 41/762 kB Progress (2): 504/605 kB | 41/762 kB Progress (2): 504/605 kB | 45/762 kB Progress (2): 508/605 kB | 45/762 kB Progress (2): 508/605 kB | 49/762 kB Progress (2): 512/605 kB | 49/762 kB Progress (2): 512/605 kB | 53/762 kB Progress (2): 516/605 kB | 53/762 kB Progress (2): 516/605 kB | 57/762 kB Progress (2): 520/605 kB | 57/762 kB Progress (2): 520/605 kB | 61/762 kB Progress (2): 524/605 kB | 61/762 kB Progress (2): 524/605 kB | 66/762 kB Progress (2): 528/605 kB | 66/762 kB Progress (2): 528/605 kB | 70/762 kB Progress (2): 532/605 kB | 70/762 kB Progress (3): 532/605 kB | 70/762 kB | 4.1/41 kB Progress (3): 537/605 kB | 70/762 kB | 4.1/41 kB Progress (3): 537/605 kB | 70/762 kB | 8.2/41 kB Progress (3): 537/605 kB | 74/762 kB | 8.2/41 kB Progress (3): 537/605 kB | 74/762 kB | 12/41 kB Progress (3): 541/605 kB | 74/762 kB | 12/41 kB Progress (3): 541/605 kB | 74/762 kB | 16/41 kB Progress (3): 541/605 kB | 78/762 kB | 16/41 kB Progress (3): 545/605 kB | 78/762 kB | 16/41 kB Progress (3): 545/605 kB | 82/762 kB | 16/41 kB Progress (3): 545/605 kB | 82/762 kB | 20/41 kB Progress (3): 549/605 kB | 82/762 kB | 20/41 kB Progress (3): 549/605 kB | 82/762 kB | 25/41 kB Progress (3): 549/605 kB | 86/762 kB | 25/41 kB Progress (3): 549/605 kB | 86/762 kB | 29/41 kB Progress (3): 553/605 kB | 86/762 kB | 29/41 kB Progress (3): 553/605 kB | 86/762 kB | 33/41 kB Progress (3): 553/605 kB | 90/762 kB | 33/41 kB Progress (3): 553/605 kB | 90/762 kB | 37/41 kB Progress (3): 557/605 kB | 90/762 kB | 37/41 kB Progress (3): 557/605 kB | 90/762 kB | 41/41 kB Progress (3): 561/605 kB | 90/762 kB | 41/41 kB Progress (3): 561/605 kB | 94/762 kB | 41/41 kB Progress (3): 565/605 kB | 94/762 kB | 41/41 kB Progress (3): 565/605 kB | 94/762 kB | 41 kB Progress (3): 569/605 kB | 94/762 kB | 41 kB Progress (3): 569/605 kB | 98/762 kB | 41 kB Progress (4): 569/605 kB | 98/762 kB | 41 kB | 4.1/290 kB Progress (4): 573/605 kB | 98/762 kB | 41 kB | 4.1/290 kB Progress (4): 573/605 kB | 98/762 kB | 41 kB | 8.2/290 kB Progress (4): 573/605 kB | 102/762 kB | 41 kB | 8.2/290 kB Progress (4): 573/605 kB | 102/762 kB | 41 kB | 12/290 kB Progress (4): 578/605 kB | 102/762 kB | 41 kB | 12/290 kB Progress (4): 578/605 kB | 102/762 kB | 41 kB | 16/290 kB Progress (4): 578/605 kB | 106/762 kB | 41 kB | 16/290 kB Progress (4): 578/605 kB | 106/762 kB | 41 kB | 20/290 kB Progress (4): 582/605 kB | 106/762 kB | 41 kB | 20/290 kB Progress (4): 582/605 kB | 106/762 kB | 41 kB | 25/290 kB Progress (4): 582/605 kB | 111/762 kB | 41 kB | 25/290 kB Progress (4): 582/605 kB | 111/762 kB | 41 kB | 29/290 kB Progress (4): 586/605 kB | 111/762 kB | 41 kB | 29/290 kB Progress (4): 586/605 kB | 111/762 kB | 41 kB | 33/290 kB Progress (4): 586/605 kB | 115/762 kB | 41 kB | 33/290 kB Progress (4): 586/605 kB | 115/762 kB | 41 kB | 37/290 kB Progress (4): 590/605 kB | 115/762 kB | 41 kB | 37/290 kB Progress (4): 590/605 kB | 115/762 kB | 41 kB | 41/290 kB Progress (4): 594/605 kB | 115/762 kB | 41 kB | 41/290 kB Progress (4): 594/605 kB | 119/762 kB | 41 kB | 41/290 kB Progress (4): 598/605 kB | 119/762 kB | 41 kB | 41/290 kB Progress (4): 598/605 kB | 119/762 kB | 41 kB | 45/290 kB Progress (4): 602/605 kB | 119/762 kB | 41 kB | 45/290 kB Progress (4): 602/605 kB | 123/762 kB | 41 kB | 45/290 kB Progress (4): 605 kB | 123/762 kB | 41 kB | 45/290 kB Progress (4): 605 kB | 123/762 kB | 41 kB | 49/290 kB Progress (4): 605 kB | 127/762 kB | 41 kB | 49/290 kB Progress (4): 605 kB | 127/762 kB | 41 kB | 53/290 kB Progress (4): 605 kB | 131/762 kB | 41 kB | 53/290 kB Progress (4): 605 kB | 131/762 kB | 41 kB | 57/290 kB Progress (4): 605 kB | 135/762 kB | 41 kB | 57/290 kB Progress (4): 605 kB | 135/762 kB | 41 kB | 61/290 kB Progress (4): 605 kB | 139/762 kB | 41 kB | 61/290 kB Progress (4): 605 kB | 139/762 kB | 41 kB | 66/290 kB Progress (4): 605 kB | 143/762 kB | 41 kB | 66/290 kB Progress (4): 605 kB | 143/762 kB | 41 kB | 70/290 kB Progress (4): 605 kB | 147/762 kB | 41 kB | 70/290 kB Progress (4): 605 kB | 147/762 kB | 41 kB | 74/290 kB Progress (4): 605 kB | 152/762 kB | 41 kB | 74/290 kB Progress (4): 605 kB | 152/762 kB | 41 kB | 78/290 kB Progress (4): 605 kB | 156/762 kB | 41 kB | 78/290 kB Progress (4): 605 kB | 156/762 kB | 41 kB | 82/290 kB Progress (4): 605 kB | 160/762 kB | 41 kB | 82/290 kB Progress (4): 605 kB | 160/762 kB | 41 kB | 86/290 kB Progress (4): 605 kB | 164/762 kB | 41 kB | 86/290 kB Progress (4): 605 kB | 164/762 kB | 41 kB | 90/290 kB Progress (4): 605 kB | 168/762 kB | 41 kB | 90/290 kB Progress (4): 605 kB | 168/762 kB | 41 kB | 94/290 kB Progress (4): 605 kB | 172/762 kB | 41 kB | 94/290 kB Progress (4): 605 kB | 172/762 kB | 41 kB | 98/290 kB Progress (4): 605 kB | 176/762 kB | 41 kB | 98/290 kB Progress (4): 605 kB | 176/762 kB | 41 kB | 102/290 kB Progress (4): 605 kB | 180/762 kB | 41 kB | 102/290 kB Progress (4): 605 kB | 180/762 kB | 41 kB | 106/290 kB Progress (4): 605 kB | 184/762 kB | 41 kB | 106/290 kB Progress (4): 605 kB | 184/762 kB | 41 kB | 111/290 kB Progress (4): 605 kB | 188/762 kB | 41 kB | 111/290 kB Progress (4): 605 kB | 188/762 kB | 41 kB | 115/290 kB Progress (4): 605 kB | 193/762 kB | 41 kB | 115/290 kB Progress (4): 605 kB | 193/762 kB | 41 kB | 119/290 kB Progress (4): 605 kB | 197/762 kB | 41 kB | 119/290 kB Progress (4): 605 kB | 197/762 kB | 41 kB | 123/290 kB Progress (4): 605 kB | 201/762 kB | 41 kB | 123/290 kB Progress (4): 605 kB | 201/762 kB | 41 kB | 127/290 kB Progress (4): 605 kB | 205/762 kB | 41 kB | 127/290 kB Progress (4): 605 kB | 205/762 kB | 41 kB | 131/290 kB Progress (4): 605 kB | 209/762 kB | 41 kB | 131/290 kB Progress (4): 605 kB | 209/762 kB | 41 kB | 135/290 kB Progress (4): 605 kB | 213/762 kB | 41 kB | 135/290 kB Progress (4): 605 kB | 213/762 kB | 41 kB | 139/290 kB Progress (4): 605 kB | 217/762 kB | 41 kB | 139/290 kB Progress (4): 605 kB | 217/762 kB | 41 kB | 143/290 kB Progress (4): 605 kB | 221/762 kB | 41 kB | 143/290 kB Progress (4): 605 kB | 221/762 kB | 41 kB | 147/290 kB Progress (4): 605 kB | 225/762 kB | 41 kB | 147/290 kB Progress (4): 605 kB | 225/762 kB | 41 kB | 152/290 kB Progress (4): 605 kB | 229/762 kB | 41 kB | 152/290 kB Progress (4): 605 kB | 229/762 kB | 41 kB | 156/290 kB Progress (4): 605 kB | 233/762 kB | 41 kB | 156/290 kB Progress (4): 605 kB | 233/762 kB | 41 kB | 160/290 kB Progress (4): 605 kB | 238/762 kB | 41 kB | 160/290 kB Progress (4): 605 kB | 238/762 kB | 41 kB | 164/290 kB Progress (4): 605 kB | 242/762 kB | 41 kB | 164/290 kB Progress (4): 605 kB | 242/762 kB | 41 kB | 168/290 kB Progress (4): 605 kB | 246/762 kB | 41 kB | 168/290 kB Progress (4): 605 kB | 246/762 kB | 41 kB | 172/290 kB Progress (4): 605 kB | 250/762 kB | 41 kB | 172/290 kB Progress (4): 605 kB | 250/762 kB | 41 kB | 176/290 kB Progress (4): 605 kB | 254/762 kB | 41 kB | 176/290 kB Progress (4): 605 kB | 254/762 kB | 41 kB | 180/290 kB Progress (4): 605 kB | 258/762 kB | 41 kB | 180/290 kB Progress (4): 605 kB | 258/762 kB | 41 kB | 184/290 kB Progress (4): 605 kB | 262/762 kB | 41 kB | 184/290 kB Progress (4): 605 kB | 262/762 kB | 41 kB | 188/290 kB Progress (4): 605 kB | 266/762 kB | 41 kB | 188/290 kB Progress (4): 605 kB | 266/762 kB | 41 kB | 193/290 kB Progress (4): 605 kB | 270/762 kB | 41 kB | 193/290 kB Progress (4): 605 kB | 270/762 kB | 41 kB | 197/290 kB Progress (4): 605 kB | 274/762 kB | 41 kB | 197/290 kB Progress (4): 605 kB | 274/762 kB | 41 kB | 201/290 kB Progress (4): 605 kB | 279/762 kB | 41 kB | 201/290 kB Progress (5): 605 kB | 279/762 kB | 41 kB | 201/290 kB | 4.1/472 kB Progress (5): 605 kB | 283/762 kB | 41 kB | 201/290 kB | 4.1/472 kB Progress (5): 605 kB | 283/762 kB | 41 kB | 205/290 kB | 4.1/472 kB Progress (5): 605 kB | 287/762 kB | 41 kB | 205/290 kB | 4.1/472 kB Progress (5): 605 kB | 287/762 kB | 41 kB | 205/290 kB | 8.2/472 kB Progress (5): 605 kB | 291/762 kB | 41 kB | 205/290 kB | 8.2/472 kB Progress (5): 605 kB | 291/762 kB | 41 kB | 209/290 kB | 8.2/472 kB Progress (5): 605 kB | 295/762 kB | 41 kB | 209/290 kB | 8.2/472 kB Progress (5): 605 kB | 295/762 kB | 41 kB | 209/290 kB | 12/472 kB Progress (5): 605 kB | 299/762 kB | 41 kB | 209/290 kB | 12/472 kB Progress (5): 605 kB | 299/762 kB | 41 kB | 213/290 kB | 12/472 kB Progress (5): 605 kB | 303/762 kB | 41 kB | 213/290 kB | 12/472 kB Progress (5): 605 kB | 303/762 kB | 41 kB | 213/290 kB | 16/472 kB Progress (5): 605 kB | 307/762 kB | 41 kB | 213/290 kB | 16/472 kB Progress (5): 605 kB | 307/762 kB | 41 kB | 217/290 kB | 16/472 kB Progress (5): 605 kB | 311/762 kB | 41 kB | 217/290 kB | 16/472 kB Progress (5): 605 kB | 311/762 kB | 41 kB | 217/290 kB | 20/472 kB Progress (5): 605 kB | 315/762 kB | 41 kB | 217/290 kB | 20/472 kB Progress (5): 605 kB | 315/762 kB | 41 kB | 221/290 kB | 20/472 kB Progress (5): 605 kB | 319/762 kB | 41 kB | 221/290 kB | 20/472 kB Progress (5): 605 kB | 319/762 kB | 41 kB | 221/290 kB | 25/472 kB Progress (5): 605 kB | 324/762 kB | 41 kB | 221/290 kB | 25/472 kB Progress (5): 605 kB | 324/762 kB | 41 kB | 225/290 kB | 25/472 kB Progress (5): 605 kB | 328/762 kB | 41 kB | 225/290 kB | 25/472 kB Progress (5): 605 kB | 328/762 kB | 41 kB | 225/290 kB | 29/472 kB Progress (5): 605 kB | 332/762 kB | 41 kB | 225/290 kB | 29/472 kB Progress (5): 605 kB | 332/762 kB | 41 kB | 229/290 kB | 29/472 kB Progress (5): 605 kB | 336/762 kB | 41 kB | 229/290 kB | 29/472 kB Progress (5): 605 kB | 336/762 kB | 41 kB | 229/290 kB | 33/472 kB Progress (5): 605 kB | 340/762 kB | 41 kB | 229/290 kB | 33/472 kB Progress (5): 605 kB | 340/762 kB | 41 kB | 233/290 kB | 33/472 kB Progress (5): 605 kB | 344/762 kB | 41 kB | 233/290 kB | 33/472 kB Progress (5): 605 kB | 344/762 kB | 41 kB | 233/290 kB | 37/472 kB Progress (5): 605 kB | 348/762 kB | 41 kB | 233/290 kB | 37/472 kB Progress (5): 605 kB | 348/762 kB | 41 kB | 238/290 kB | 37/472 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar (41 kB at 87 kB/s) +Progress (4): 605 kB | 348/762 kB | 242/290 kB | 37/472 kB Progress (4): 605 kB | 352/762 kB | 242/290 kB | 37/472 kB Progress (4): 605 kB | 352/762 kB | 242/290 kB | 41/472 kB Progress (4): 605 kB | 356/762 kB | 242/290 kB | 41/472 kB Progress (4): 605 kB | 356/762 kB | 246/290 kB | 41/472 kB Downloading from central: https://repo.maven.apache.org/maven2/org/testng/testng/6.9.9/testng-6.9.9.jar +Progress (4): 605 kB | 356/762 kB | 250/290 kB | 41/472 kB Progress (4): 605 kB | 360/762 kB | 250/290 kB | 41/472 kB Progress (4): 605 kB | 360/762 kB | 250/290 kB | 45/472 kB Progress (4): 605 kB | 365/762 kB | 250/290 kB | 45/472 kB Progress (4): 605 kB | 365/762 kB | 254/290 kB | 45/472 kB Progress (4): 605 kB | 369/762 kB | 254/290 kB | 45/472 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.3.30.RELEASE/spring-test-4.3.30.RELEASE.jar (605 kB at 1.3 MB/s) +Progress (3): 369/762 kB | 254/290 kB | 49/472 kB Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.jar +Progress (3): 373/762 kB | 254/290 kB | 49/472 kB Progress (3): 373/762 kB | 258/290 kB | 49/472 kB Progress (3): 377/762 kB | 258/290 kB | 49/472 kB Progress (3): 377/762 kB | 258/290 kB | 53/472 kB Progress (3): 381/762 kB | 258/290 kB | 53/472 kB Progress (3): 381/762 kB | 262/290 kB | 53/472 kB Progress (3): 385/762 kB | 262/290 kB | 53/472 kB Progress (3): 385/762 kB | 262/290 kB | 57/472 kB Progress (3): 389/762 kB | 262/290 kB | 57/472 kB Progress (3): 389/762 kB | 266/290 kB | 57/472 kB Progress (3): 393/762 kB | 266/290 kB | 57/472 kB Progress (3): 393/762 kB | 266/290 kB | 61/472 kB Progress (3): 393/762 kB | 270/290 kB | 61/472 kB Progress (3): 393/762 kB | 270/290 kB | 66/472 kB Progress (3): 397/762 kB | 270/290 kB | 66/472 kB Progress (3): 397/762 kB | 274/290 kB | 66/472 kB Progress (3): 401/762 kB | 274/290 kB | 66/472 kB Progress (3): 401/762 kB | 274/290 kB | 70/472 kB Progress (3): 406/762 kB | 274/290 kB | 70/472 kB Progress (3): 406/762 kB | 279/290 kB | 70/472 kB Progress (3): 410/762 kB | 279/290 kB | 70/472 kB Progress (3): 410/762 kB | 283/290 kB | 70/472 kB Progress (3): 410/762 kB | 283/290 kB | 74/472 kB Progress (3): 410/762 kB | 287/290 kB | 74/472 kB Progress (3): 414/762 kB | 287/290 kB | 74/472 kB Progress (3): 414/762 kB | 290 kB | 74/472 kB Progress (3): 414/762 kB | 290 kB | 78/472 kB Progress (3): 418/762 kB | 290 kB | 78/472 kB Progress (3): 418/762 kB | 290 kB | 82/472 kB Progress (3): 422/762 kB | 290 kB | 82/472 kB Progress (3): 422/762 kB | 290 kB | 86/472 kB Progress (3): 426/762 kB | 290 kB | 86/472 kB Progress (3): 426/762 kB | 290 kB | 90/472 kB Progress (3): 430/762 kB | 290 kB | 90/472 kB Progress (3): 430/762 kB | 290 kB | 94/472 kB Progress (3): 434/762 kB | 290 kB | 94/472 kB Progress (3): 434/762 kB | 290 kB | 98/472 kB Progress (3): 438/762 kB | 290 kB | 98/472 kB Progress (3): 438/762 kB | 290 kB | 102/472 kB Progress (3): 442/762 kB | 290 kB | 102/472 kB Progress (3): 442/762 kB | 290 kB | 106/472 kB Progress (3): 446/762 kB | 290 kB | 106/472 kB Progress (3): 446/762 kB | 290 kB | 111/472 kB Progress (3): 451/762 kB | 290 kB | 111/472 kB Progress (3): 451/762 kB | 290 kB | 115/472 kB Progress (3): 455/762 kB | 290 kB | 115/472 kB Progress (3): 455/762 kB | 290 kB | 119/472 kB Progress (3): 459/762 kB | 290 kB | 119/472 kB Progress (3): 459/762 kB | 290 kB | 123/472 kB Progress (3): 463/762 kB | 290 kB | 123/472 kB Progress (3): 463/762 kB | 290 kB | 127/472 kB Progress (3): 467/762 kB | 290 kB | 127/472 kB Progress (3): 467/762 kB | 290 kB | 131/472 kB Progress (3): 471/762 kB | 290 kB | 131/472 kB Progress (3): 471/762 kB | 290 kB | 135/472 kB Progress (3): 475/762 kB | 290 kB | 135/472 kB Progress (3): 475/762 kB | 290 kB | 139/472 kB Progress (3): 479/762 kB | 290 kB | 139/472 kB Progress (3): 479/762 kB | 290 kB | 143/472 kB Progress (3): 483/762 kB | 290 kB | 143/472 kB Progress (3): 483/762 kB | 290 kB | 147/472 kB Progress (3): 487/762 kB | 290 kB | 147/472 kB Progress (3): 487/762 kB | 290 kB | 152/472 kB Progress (3): 492/762 kB | 290 kB | 152/472 kB Progress (3): 492/762 kB | 290 kB | 156/472 kB Progress (3): 496/762 kB | 290 kB | 156/472 kB Progress (3): 496/762 kB | 290 kB | 160/472 kB Progress (3): 500/762 kB | 290 kB | 160/472 kB Progress (3): 500/762 kB | 290 kB | 164/472 kB Progress (3): 504/762 kB | 290 kB | 164/472 kB Progress (3): 504/762 kB | 290 kB | 168/472 kB Progress (3): 508/762 kB | 290 kB | 168/472 kB Progress (3): 508/762 kB | 290 kB | 172/472 kB Progress (3): 512/762 kB | 290 kB | 172/472 kB Progress (3): 512/762 kB | 290 kB | 176/472 kB Progress (3): 516/762 kB | 290 kB | 176/472 kB Progress (3): 516/762 kB | 290 kB | 180/472 kB Progress (3): 520/762 kB | 290 kB | 180/472 kB Progress (3): 520/762 kB | 290 kB | 184/472 kB Progress (3): 524/762 kB | 290 kB | 184/472 kB Progress (3): 524/762 kB | 290 kB | 188/472 kB Progress (3): 528/762 kB | 290 kB | 188/472 kB Progress (3): 528/762 kB | 290 kB | 193/472 kB Progress (3): 532/762 kB | 290 kB | 193/472 kB Progress (3): 532/762 kB | 290 kB | 197/472 kB Progress (3): 537/762 kB | 290 kB | 197/472 kB Progress (3): 537/762 kB | 290 kB | 201/472 kB Progress (3): 541/762 kB | 290 kB | 201/472 kB Progress (3): 541/762 kB | 290 kB | 205/472 kB Progress (3): 545/762 kB | 290 kB | 205/472 kB Progress (3): 545/762 kB | 290 kB | 209/472 kB Progress (3): 549/762 kB | 290 kB | 209/472 kB Progress (3): 549/762 kB | 290 kB | 213/472 kB Progress (3): 553/762 kB | 290 kB | 213/472 kB Progress (3): 553/762 kB | 290 kB | 217/472 kB Progress (3): 557/762 kB | 290 kB | 217/472 kB Progress (3): 557/762 kB | 290 kB | 221/472 kB Progress (3): 561/762 kB | 290 kB | 221/472 kB Progress (3): 561/762 kB | 290 kB | 225/472 kB Progress (3): 565/762 kB | 290 kB | 225/472 kB Progress (3): 565/762 kB | 290 kB | 229/472 kB Progress (3): 569/762 kB | 290 kB | 229/472 kB Progress (3): 569/762 kB | 290 kB | 233/472 kB Progress (3): 573/762 kB | 290 kB | 233/472 kB Progress (3): 573/762 kB | 290 kB | 238/472 kB Progress (3): 578/762 kB | 290 kB | 238/472 kB Progress (3): 578/762 kB | 290 kB | 242/472 kB Progress (3): 582/762 kB | 290 kB | 242/472 kB Progress (3): 582/762 kB | 290 kB | 246/472 kB Progress (3): 586/762 kB | 290 kB | 246/472 kB Progress (3): 586/762 kB | 290 kB | 250/472 kB Progress (3): 590/762 kB | 290 kB | 250/472 kB Progress (3): 590/762 kB | 290 kB | 254/472 kB Progress (3): 594/762 kB | 290 kB | 254/472 kB Progress (3): 594/762 kB | 290 kB | 258/472 kB Progress (3): 598/762 kB | 290 kB | 258/472 kB Progress (3): 598/762 kB | 290 kB | 262/472 kB Progress (3): 602/762 kB | 290 kB | 262/472 kB Progress (3): 602/762 kB | 290 kB | 266/472 kB Progress (3): 606/762 kB | 290 kB | 266/472 kB Progress (3): 606/762 kB | 290 kB | 270/472 kB Progress (3): 610/762 kB | 290 kB | 270/472 kB Progress (3): 610/762 kB | 290 kB | 274/472 kB Progress (3): 614/762 kB | 290 kB | 274/472 kB Progress (3): 614/762 kB | 290 kB | 279/472 kB Progress (3): 618/762 kB | 290 kB | 279/472 kB Progress (3): 618/762 kB | 290 kB | 283/472 kB Progress (3): 623/762 kB | 290 kB | 283/472 kB Progress (3): 623/762 kB | 290 kB | 287/472 kB Progress (3): 627/762 kB | 290 kB | 287/472 kB Progress (3): 627/762 kB | 290 kB | 291/472 kB Progress (3): 631/762 kB | 290 kB | 291/472 kB Progress (3): 631/762 kB | 290 kB | 295/472 kB Progress (3): 635/762 kB | 290 kB | 295/472 kB Progress (3): 635/762 kB | 290 kB | 299/472 kB Progress (3): 639/762 kB | 290 kB | 299/472 kB Progress (3): 639/762 kB | 290 kB | 303/472 kB Progress (3): 643/762 kB | 290 kB | 303/472 kB Progress (3): 643/762 kB | 290 kB | 307/472 kB Progress (3): 647/762 kB | 290 kB | 307/472 kB Progress (3): 647/762 kB | 290 kB | 311/472 kB Progress (3): 651/762 kB | 290 kB | 311/472 kB Progress (3): 651/762 kB | 290 kB | 315/472 kB Progress (3): 655/762 kB | 290 kB | 315/472 kB Progress (3): 655/762 kB | 290 kB | 319/472 kB Progress (3): 659/762 kB | 290 kB | 319/472 kB Progress (3): 659/762 kB | 290 kB | 324/472 kB Progress (3): 664/762 kB | 290 kB | 324/472 kB Progress (3): 664/762 kB | 290 kB | 328/472 kB Progress (3): 668/762 kB | 290 kB | 328/472 kB Progress (3): 668/762 kB | 290 kB | 332/472 kB Progress (3): 672/762 kB | 290 kB | 332/472 kB Progress (3): 672/762 kB | 290 kB | 336/472 kB Progress (3): 676/762 kB | 290 kB | 336/472 kB Progress (3): 676/762 kB | 290 kB | 340/472 kB Progress (3): 680/762 kB | 290 kB | 340/472 kB Progress (3): 680/762 kB | 290 kB | 344/472 kB Progress (3): 684/762 kB | 290 kB | 344/472 kB Progress (3): 684/762 kB | 290 kB | 348/472 kB Progress (3): 688/762 kB | 290 kB | 348/472 kB Progress (3): 688/762 kB | 290 kB | 352/472 kB Progress (3): 692/762 kB | 290 kB | 352/472 kB Progress (3): 692/762 kB | 290 kB | 356/472 kB Progress (3): 696/762 kB | 290 kB | 356/472 kB Progress (3): 696/762 kB | 290 kB | 360/472 kB Progress (3): 700/762 kB | 290 kB | 360/472 kB Progress (3): 700/762 kB | 290 kB | 365/472 kB Progress (3): 705/762 kB | 290 kB | 365/472 kB Progress (3): 705/762 kB | 290 kB | 369/472 kB Progress (3): 709/762 kB | 290 kB | 369/472 kB Progress (3): 709/762 kB | 290 kB | 373/472 kB Progress (3): 713/762 kB | 290 kB | 373/472 kB Progress (3): 713/762 kB | 290 kB | 377/472 kB Progress (4): 713/762 kB | 290 kB | 377/472 kB | 4.1/253 kB Progress (4): 713/762 kB | 290 kB | 381/472 kB | 4.1/253 kB Progress (4): 717/762 kB | 290 kB | 381/472 kB | 4.1/253 kB Progress (4): 717/762 kB | 290 kB | 385/472 kB | 4.1/253 kB Progress (4): 717/762 kB | 290 kB | 385/472 kB | 8.2/253 kB Progress (4): 717/762 kB | 290 kB | 389/472 kB | 8.2/253 kB Progress (4): 721/762 kB | 290 kB | 389/472 kB | 8.2/253 kB Progress (4): 721/762 kB | 290 kB | 393/472 kB | 8.2/253 kB Progress (4): 721/762 kB | 290 kB | 393/472 kB | 12/253 kB Progress (4): 725/762 kB | 290 kB | 393/472 kB | 12/253 kB Progress (4): 729/762 kB | 290 kB | 393/472 kB | 12/253 kB Progress (4): 729/762 kB | 290 kB | 397/472 kB | 12/253 kB Progress (4): 729/762 kB | 290 kB | 397/472 kB | 16/253 kB Progress (4): 729/762 kB | 290 kB | 401/472 kB | 16/253 kB Progress (4): 733/762 kB | 290 kB | 401/472 kB | 16/253 kB Progress (4): 733/762 kB | 290 kB | 406/472 kB | 16/253 kB Progress (4): 733/762 kB | 290 kB | 406/472 kB | 20/253 kB Progress (4): 733/762 kB | 290 kB | 410/472 kB | 20/253 kB Progress (4): 737/762 kB | 290 kB | 410/472 kB | 20/253 kB Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar (290 kB at 577 kB/s) +Progress (3): 741/762 kB | 410/472 kB | 20/253 kB Progress (3): 741/762 kB | 414/472 kB | 20/253 kB Progress (3): 741/762 kB | 414/472 kB | 25/253 kB Progress (3): 741/762 kB | 418/472 kB | 25/253 kB Progress (3): 745/762 kB | 418/472 kB | 25/253 kB Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar +Progress (3): 750/762 kB | 418/472 kB | 25/253 kB Progress (3): 750/762 kB | 422/472 kB | 25/253 kB Progress (3): 750/762 kB | 422/472 kB | 29/253 kB Progress (3): 750/762 kB | 426/472 kB | 29/253 kB Progress (3): 754/762 kB | 426/472 kB | 29/253 kB Progress (3): 754/762 kB | 430/472 kB | 29/253 kB Progress (3): 754/762 kB | 430/472 kB | 33/253 kB Progress (3): 754/762 kB | 434/472 kB | 33/253 kB Progress (3): 758/762 kB | 434/472 kB | 33/253 kB Progress (3): 758/762 kB | 438/472 kB | 33/253 kB Progress (3): 758/762 kB | 438/472 kB | 37/253 kB Progress (3): 758/762 kB | 442/472 kB | 37/253 kB Progress (3): 762/762 kB | 442/472 kB | 37/253 kB Progress (3): 762/762 kB | 446/472 kB | 37/253 kB Progress (3): 762/762 kB | 446/472 kB | 41/253 kB Progress (3): 762/762 kB | 451/472 kB | 41/253 kB Progress (3): 762 kB | 451/472 kB | 41/253 kB Progress (3): 762 kB | 455/472 kB | 41/253 kB Progress (3): 762 kB | 455/472 kB | 45/253 kB Progress (3): 762 kB | 459/472 kB | 45/253 kB Progress (3): 762 kB | 459/472 kB | 49/253 kB Progress (3): 762 kB | 463/472 kB | 49/253 kB Progress (3): 762 kB | 463/472 kB | 53/253 kB Progress (3): 762 kB | 467/472 kB | 53/253 kB Progress (3): 762 kB | 467/472 kB | 57/253 kB Progress (3): 762 kB | 471/472 kB | 57/253 kB Progress (3): 762 kB | 471/472 kB | 61/253 kB Progress (3): 762 kB | 472 kB | 61/253 kB Progress (3): 762 kB | 472 kB | 66/253 kB Progress (3): 762 kB | 472 kB | 70/253 kB Progress (3): 762 kB | 472 kB | 74/253 kB Progress (3): 762 kB | 472 kB | 78/253 kB Progress (3): 762 kB | 472 kB | 82/253 kB Progress (3): 762 kB | 472 kB | 86/253 kB Progress (3): 762 kB | 472 kB | 90/253 kB Progress (3): 762 kB | 472 kB | 94/253 kB Progress (3): 762 kB | 472 kB | 98/253 kB Progress (3): 762 kB | 472 kB | 102/253 kB Progress (3): 762 kB | 472 kB | 106/253 kB Progress (3): 762 kB | 472 kB | 111/253 kB Progress (3): 762 kB | 472 kB | 115/253 kB Progress (3): 762 kB | 472 kB | 119/253 kB Progress (3): 762 kB | 472 kB | 123/253 kB Progress (3): 762 kB | 472 kB | 127/253 kB Progress (3): 762 kB | 472 kB | 131/253 kB Progress (3): 762 kB | 472 kB | 135/253 kB Progress (3): 762 kB | 472 kB | 139/253 kB Progress (3): 762 kB | 472 kB | 143/253 kB Progress (3): 762 kB | 472 kB | 147/253 kB Progress (3): 762 kB | 472 kB | 152/253 kB Progress (3): 762 kB | 472 kB | 156/253 kB Progress (3): 762 kB | 472 kB | 160/253 kB Progress (3): 762 kB | 472 kB | 164/253 kB Progress (3): 762 kB | 472 kB | 168/253 kB Progress (3): 762 kB | 472 kB | 172/253 kB Progress (3): 762 kB | 472 kB | 176/253 kB Progress (3): 762 kB | 472 kB | 180/253 kB Progress (3): 762 kB | 472 kB | 184/253 kB Progress (3): 762 kB | 472 kB | 188/253 kB Progress (3): 762 kB | 472 kB | 193/253 kB Progress (3): 762 kB | 472 kB | 197/253 kB Progress (3): 762 kB | 472 kB | 201/253 kB Progress (3): 762 kB | 472 kB | 205/253 kB Progress (3): 762 kB | 472 kB | 209/253 kB Progress (3): 762 kB | 472 kB | 213/253 kB Progress (3): 762 kB | 472 kB | 217/253 kB Progress (3): 762 kB | 472 kB | 221/253 kB Progress (3): 762 kB | 472 kB | 225/253 kB Progress (3): 762 kB | 472 kB | 229/253 kB Progress (3): 762 kB | 472 kB | 233/253 kB Progress (3): 762 kB | 472 kB | 238/253 kB Progress (3): 762 kB | 472 kB | 242/253 kB Progress (3): 762 kB | 472 kB | 246/253 kB Progress (3): 762 kB | 472 kB | 250/253 kB Progress (3): 762 kB | 472 kB | 253 kB Progress (4): 762 kB | 472 kB | 253 kB | 4.1/77 kB Progress (4): 762 kB | 472 kB | 253 kB | 8.2/77 kB Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar (472 kB at 904 kB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar (762 kB at 1.5 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.jar +Progress (2): 253 kB | 12/77 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.7.0/ant-1.7.0.jar +Progress (2): 253 kB | 16/77 kB Progress (2): 253 kB | 20/77 kB Progress (2): 253 kB | 25/77 kB Progress (2): 253 kB | 29/77 kB Progress (2): 253 kB | 33/77 kB Progress (2): 253 kB | 37/77 kB Progress (2): 253 kB | 41/77 kB Progress (2): 253 kB | 45/77 kB Progress (2): 253 kB | 49/77 kB Progress (2): 253 kB | 53/77 kB Progress (2): 253 kB | 57/77 kB Progress (2): 253 kB | 61/77 kB Progress (2): 253 kB | 66/77 kB Progress (2): 253 kB | 70/77 kB Progress (2): 253 kB | 74/77 kB Progress (2): 253 kB | 77 kB Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.jar (253 kB at 480 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar (77 kB at 142 kB/s) +Progress (1): 0/1.3 MB Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.15/snakeyaml-1.15.jar +Progress (1): 0/1.3 MB Progress (2): 0/1.3 MB | 8.2/870 kB Progress (2): 0/1.3 MB | 8.2/870 kB Progress (2): 0/1.3 MB | 16/870 kB Progress (2): 0/1.3 MB | 16/870 kB Progress (2): 0/1.3 MB | 25/870 kB Progress (2): 0/1.3 MB | 25/870 kB Progress (2): 0/1.3 MB | 33/870 kB Progress (2): 0/1.3 MB | 33/870 kB Progress (2): 0/1.3 MB | 41/870 kB Progress (3): 0/1.3 MB | 41/870 kB | 4.1/64 kB Progress (3): 0/1.3 MB | 49/870 kB | 4.1/64 kB Progress (3): 0/1.3 MB | 49/870 kB | 8.2/64 kB Progress (3): 0/1.3 MB | 57/870 kB | 8.2/64 kB Progress (3): 0/1.3 MB | 57/870 kB | 12/64 kB Progress (3): 0/1.3 MB | 66/870 kB | 12/64 kB Progress (3): 0/1.3 MB | 66/870 kB | 16/64 kB Progress (3): 0.1/1.3 MB | 66/870 kB | 16/64 kB Progress (3): 0.1/1.3 MB | 74/870 kB | 16/64 kB Progress (3): 0.1/1.3 MB | 74/870 kB | 16/64 kB Progress (3): 0.1/1.3 MB | 74/870 kB | 20/64 kB Progress (3): 0.1/1.3 MB | 74/870 kB | 20/64 kB Progress (3): 0.1/1.3 MB | 82/870 kB | 20/64 kB Progress (3): 0.1/1.3 MB | 82/870 kB | 20/64 kB Progress (3): 0.1/1.3 MB | 82/870 kB | 25/64 kB Progress (3): 0.1/1.3 MB | 90/870 kB | 25/64 kB Progress (3): 0.1/1.3 MB | 90/870 kB | 29/64 kB Progress (3): 0.1/1.3 MB | 90/870 kB | 29/64 kB Progress (3): 0.1/1.3 MB | 90/870 kB | 33/64 kB Progress (3): 0.1/1.3 MB | 98/870 kB | 33/64 kB Progress (3): 0.1/1.3 MB | 98/870 kB | 37/64 kB Progress (3): 0.1/1.3 MB | 98/870 kB | 37/64 kB Progress (3): 0.1/1.3 MB | 98/870 kB | 41/64 kB Progress (3): 0.1/1.3 MB | 106/870 kB | 41/64 kB Progress (3): 0.1/1.3 MB | 106/870 kB | 45/64 kB Progress (3): 0.1/1.3 MB | 106/870 kB | 45/64 kB Progress (4): 0.1/1.3 MB | 106/870 kB | 45/64 kB | 4.1/12 kB Progress (4): 0.1/1.3 MB | 106/870 kB | 45/64 kB | 4.1/12 kB Progress (4): 0.1/1.3 MB | 106/870 kB | 49/64 kB | 4.1/12 kB Progress (4): 0.1/1.3 MB | 115/870 kB | 49/64 kB | 4.1/12 kB Progress (4): 0.1/1.3 MB | 115/870 kB | 53/64 kB | 4.1/12 kB Progress (4): 0.1/1.3 MB | 115/870 kB | 53/64 kB | 8.2/12 kB Progress (4): 0.1/1.3 MB | 115/870 kB | 53/64 kB | 8.2/12 kB Progress (4): 0.1/1.3 MB | 115/870 kB | 53/64 kB | 12 kB Progress (4): 0.1/1.3 MB | 115/870 kB | 57/64 kB | 12 kB Progress (4): 0.1/1.3 MB | 123/870 kB | 57/64 kB | 12 kB Progress (4): 0.1/1.3 MB | 123/870 kB | 61/64 kB | 12 kB Progress (4): 0.1/1.3 MB | 123/870 kB | 61/64 kB | 12 kB Progress (4): 0.1/1.3 MB | 123/870 kB | 64 kB | 12 kB Progress (4): 0.1/1.3 MB | 123/870 kB | 64 kB | 12 kB Progress (4): 0.1/1.3 MB | 131/870 kB | 64 kB | 12 kB Progress (4): 0.1/1.3 MB | 131/870 kB | 64 kB | 12 kB Progress (4): 0.1/1.3 MB | 139/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 139/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 147/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 147/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 156/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 156/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 164/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 164/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 172/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 180/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 188/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 197/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 205/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 205/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 213/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 213/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 221/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 221/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 229/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 229/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 238/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 238/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 246/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 246/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 254/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 254/870 kB | 64 kB | 12 kB Progress (4): 0.2/1.3 MB | 262/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 262/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 270/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 270/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 279/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 279/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 287/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 287/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 295/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 295/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 303/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 303/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 311/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 311/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 319/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 319/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 328/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 328/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 336/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 336/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 344/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 344/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 352/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 352/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 360/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 360/870 kB | 64 kB | 12 kB Progress (4): 0.3/1.3 MB | 369/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 369/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 377/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 377/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 385/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 385/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 393/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 393/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 401/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 401/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 410/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 410/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 418/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 418/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 426/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 426/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 434/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 434/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 442/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 442/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 451/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 451/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 459/870 kB | 64 kB | 12 kB Progress (4): 0.4/1.3 MB | 459/870 kB | 64 kB | 12 kB Progress (5): 0.4/1.3 MB | 459/870 kB | 64 kB | 12 kB | 4.1/269 kB Progress (5): 0.4/1.3 MB | 467/870 kB | 64 kB | 12 kB | 4.1/269 kB Progress (5): 0.4/1.3 MB | 467/870 kB | 64 kB | 12 kB | 8.2/269 kB Progress (5): 0.5/1.3 MB | 467/870 kB | 64 kB | 12 kB | 8.2/269 kB Progress (5): 0.5/1.3 MB | 467/870 kB | 64 kB | 12 kB | 12/269 kB Progress (5): 0.5/1.3 MB | 475/870 kB | 64 kB | 12 kB | 12/269 kB Progress (5): 0.5/1.3 MB | 475/870 kB | 64 kB | 12 kB | 16/269 kB Progress (5): 0.5/1.3 MB | 475/870 kB | 64 kB | 12 kB | 16/269 kB Progress (5): 0.5/1.3 MB | 475/870 kB | 64 kB | 12 kB | 20/269 kB Progress (5): 0.5/1.3 MB | 483/870 kB | 64 kB | 12 kB | 20/269 kB Progress (5): 0.5/1.3 MB | 483/870 kB | 64 kB | 12 kB | 25/269 kB Progress (5): 0.5/1.3 MB | 483/870 kB | 64 kB | 12 kB | 25/269 kB Progress (5): 0.5/1.3 MB | 483/870 kB | 64 kB | 12 kB | 29/269 kB Progress (5): 0.5/1.3 MB | 491/870 kB | 64 kB | 12 kB | 29/269 kB Progress (5): 0.5/1.3 MB | 491/870 kB | 64 kB | 12 kB | 33/269 kB Progress (5): 0.5/1.3 MB | 499/870 kB | 64 kB | 12 kB | 33/269 kB Progress (5): 0.5/1.3 MB | 499/870 kB | 64 kB | 12 kB | 33/269 kB Progress (5): 0.5/1.3 MB | 507/870 kB | 64 kB | 12 kB | 33/269 kB Progress (5): 0.5/1.3 MB | 507/870 kB | 64 kB | 12 kB | 37/269 kB Progress (5): 0.5/1.3 MB | 516/870 kB | 64 kB | 12 kB | 37/269 kB Progress (5): 0.5/1.3 MB | 516/870 kB | 64 kB | 12 kB | 37/269 kB Progress (5): 0.5/1.3 MB | 524/870 kB | 64 kB | 12 kB | 37/269 kB Progress (5): 0.5/1.3 MB | 524/870 kB | 64 kB | 12 kB | 41/269 kB Progress (5): 0.5/1.3 MB | 532/870 kB | 64 kB | 12 kB | 41/269 kB Progress (5): 0.5/1.3 MB | 532/870 kB | 64 kB | 12 kB | 41/269 kB Progress (5): 0.5/1.3 MB | 540/870 kB | 64 kB | 12 kB | 41/269 kB Progress (5): 0.5/1.3 MB | 540/870 kB | 64 kB | 12 kB | 45/269 kB Progress (5): 0.5/1.3 MB | 548/870 kB | 64 kB | 12 kB | 45/269 kB Progress (5): 0.5/1.3 MB | 548/870 kB | 64 kB | 12 kB | 45/269 kB Progress (5): 0.5/1.3 MB | 556/870 kB | 64 kB | 12 kB | 45/269 kB Progress (5): 0.5/1.3 MB | 556/870 kB | 64 kB | 12 kB | 49/269 kB Progress (5): 0.5/1.3 MB | 565/870 kB | 64 kB | 12 kB | 49/269 kB Progress (5): 0.5/1.3 MB | 565/870 kB | 64 kB | 12 kB | 49/269 kB Progress (5): 0.5/1.3 MB | 573/870 kB | 64 kB | 12 kB | 49/269 kB Progress (5): 0.5/1.3 MB | 573/870 kB | 64 kB | 12 kB | 53/269 kB Progress (5): 0.5/1.3 MB | 581/870 kB | 64 kB | 12 kB | 53/269 kB Progress (5): 0.5/1.3 MB | 581/870 kB | 64 kB | 12 kB | 53/269 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar (12 kB at 21 kB/s) +Progress (4): 0.5/1.3 MB | 589/870 kB | 64 kB | 53/269 kB Progress (4): 0.5/1.3 MB | 589/870 kB | 64 kB | 57/269 kB Progress (4): 0.5/1.3 MB | 597/870 kB | 64 kB | 57/269 kB Downloading from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar +Progress (4): 0.5/1.3 MB | 597/870 kB | 64 kB | 57/269 kB Progress (4): 0.5/1.3 MB | 606/870 kB | 64 kB | 57/269 kB Progress (4): 0.5/1.3 MB | 606/870 kB | 64 kB | 61/269 kB Progress (4): 0.5/1.3 MB | 614/870 kB | 64 kB | 61/269 kB Progress (4): 0.5/1.3 MB | 614/870 kB | 64 kB | 61/269 kB Progress (4): 0.5/1.3 MB | 622/870 kB | 64 kB | 61/269 kB Progress (4): 0.5/1.3 MB | 622/870 kB | 64 kB | 66/269 kB Progress (4): 0.5/1.3 MB | 630/870 kB | 64 kB | 66/269 kB Progress (4): 0.5/1.3 MB | 630/870 kB | 64 kB | 66/269 kB Progress (4): 0.5/1.3 MB | 638/870 kB | 64 kB | 66/269 kB Progress (4): 0.5/1.3 MB | 638/870 kB | 64 kB | 70/269 kB Progress (4): 0.5/1.3 MB | 647/870 kB | 64 kB | 70/269 kB Progress (4): 0.6/1.3 MB | 647/870 kB | 64 kB | 70/269 kB Progress (4): 0.6/1.3 MB | 655/870 kB | 64 kB | 70/269 kB Progress (4): 0.6/1.3 MB | 655/870 kB | 64 kB | 74/269 kB Progress (4): 0.6/1.3 MB | 663/870 kB | 64 kB | 74/269 kB Progress (4): 0.6/1.3 MB | 663/870 kB | 64 kB | 74/269 kB Progress (4): 0.6/1.3 MB | 671/870 kB | 64 kB | 74/269 kB Progress (4): 0.6/1.3 MB | 671/870 kB | 64 kB | 78/269 kB Progress (4): 0.6/1.3 MB | 671/870 kB | 64 kB | 78/269 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.48/jcommander-1.48.jar (64 kB at 113 kB/s) +Progress (3): 0.6/1.3 MB | 671/870 kB | 78/269 kB Progress (3): 0.6/1.3 MB | 671/870 kB | 82/269 kB Progress (3): 0.6/1.3 MB | 679/870 kB | 82/269 kB Progress (3): 0.6/1.3 MB | 679/870 kB | 86/269 kB Progress (3): 0.6/1.3 MB | 688/870 kB | 86/269 kB Progress (3): 0.6/1.3 MB | 688/870 kB | 86/269 kB Progress (3): 0.6/1.3 MB | 694/870 kB | 86/269 kB Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar +Progress (3): 0.6/1.3 MB | 702/870 kB | 86/269 kB Progress (3): 0.6/1.3 MB | 702/870 kB | 86/269 kB Progress (3): 0.6/1.3 MB | 702/870 kB | 90/269 kB Progress (3): 0.6/1.3 MB | 702/870 kB | 90/269 kB Progress (3): 0.6/1.3 MB | 710/870 kB | 90/269 kB Progress (3): 0.6/1.3 MB | 710/870 kB | 94/269 kB Progress (3): 0.6/1.3 MB | 710/870 kB | 94/269 kB Progress (3): 0.6/1.3 MB | 710/870 kB | 98/269 kB Progress (3): 0.6/1.3 MB | 718/870 kB | 98/269 kB Progress (3): 0.6/1.3 MB | 718/870 kB | 102/269 kB Progress (3): 0.6/1.3 MB | 718/870 kB | 102/269 kB Progress (3): 0.6/1.3 MB | 718/870 kB | 106/269 kB Progress (3): 0.6/1.3 MB | 727/870 kB | 106/269 kB Progress (3): 0.6/1.3 MB | 727/870 kB | 111/269 kB Progress (3): 0.6/1.3 MB | 727/870 kB | 111/269 kB Progress (3): 0.6/1.3 MB | 727/870 kB | 115/269 kB Progress (3): 0.6/1.3 MB | 735/870 kB | 115/269 kB Progress (3): 0.6/1.3 MB | 735/870 kB | 119/269 kB Progress (3): 0.6/1.3 MB | 735/870 kB | 119/269 kB Progress (3): 0.6/1.3 MB | 735/870 kB | 123/269 kB Progress (3): 0.6/1.3 MB | 735/870 kB | 123/269 kB Progress (3): 0.6/1.3 MB | 743/870 kB | 123/269 kB Progress (3): 0.7/1.3 MB | 743/870 kB | 123/269 kB Progress (3): 0.7/1.3 MB | 743/870 kB | 127/269 kB Progress (3): 0.7/1.3 MB | 743/870 kB | 127/269 kB Progress (3): 0.7/1.3 MB | 751/870 kB | 127/269 kB Progress (3): 0.7/1.3 MB | 751/870 kB | 131/269 kB Progress (3): 0.7/1.3 MB | 759/870 kB | 131/269 kB Progress (3): 0.7/1.3 MB | 759/870 kB | 131/269 kB Progress (3): 0.7/1.3 MB | 759/870 kB | 135/269 kB Progress (3): 0.7/1.3 MB | 759/870 kB | 135/269 kB Progress (3): 0.7/1.3 MB | 768/870 kB | 135/269 kB Progress (3): 0.7/1.3 MB | 768/870 kB | 139/269 kB Progress (3): 0.7/1.3 MB | 776/870 kB | 139/269 kB Progress (3): 0.7/1.3 MB | 776/870 kB | 139/269 kB Progress (3): 0.7/1.3 MB | 776/870 kB | 143/269 kB Progress (3): 0.7/1.3 MB | 776/870 kB | 143/269 kB Progress (3): 0.7/1.3 MB | 784/870 kB | 143/269 kB Progress (3): 0.7/1.3 MB | 784/870 kB | 147/269 kB Progress (3): 0.7/1.3 MB | 792/870 kB | 147/269 kB Progress (3): 0.7/1.3 MB | 792/870 kB | 152/269 kB Progress (3): 0.7/1.3 MB | 792/870 kB | 152/269 kB Progress (3): 0.7/1.3 MB | 792/870 kB | 156/269 kB Progress (3): 0.7/1.3 MB | 800/870 kB | 156/269 kB Progress (3): 0.7/1.3 MB | 800/870 kB | 160/269 kB Progress (3): 0.7/1.3 MB | 800/870 kB | 160/269 kB Progress (3): 0.7/1.3 MB | 800/870 kB | 164/269 kB Progress (3): 0.7/1.3 MB | 808/870 kB | 164/269 kB Progress (3): 0.7/1.3 MB | 808/870 kB | 168/269 kB Progress (3): 0.7/1.3 MB | 808/870 kB | 168/269 kB Progress (3): 0.7/1.3 MB | 808/870 kB | 172/269 kB Progress (3): 0.7/1.3 MB | 817/870 kB | 172/269 kB Progress (3): 0.7/1.3 MB | 817/870 kB | 176/269 kB Progress (3): 0.7/1.3 MB | 817/870 kB | 176/269 kB Progress (3): 0.7/1.3 MB | 817/870 kB | 180/269 kB Progress (3): 0.7/1.3 MB | 825/870 kB | 180/269 kB Progress (3): 0.7/1.3 MB | 825/870 kB | 184/269 kB Progress (3): 0.7/1.3 MB | 825/870 kB | 184/269 kB Progress (3): 0.7/1.3 MB | 825/870 kB | 188/269 kB Progress (3): 0.7/1.3 MB | 833/870 kB | 188/269 kB Progress (3): 0.7/1.3 MB | 833/870 kB | 193/269 kB Progress (3): 0.7/1.3 MB | 833/870 kB | 193/269 kB Progress (3): 0.7/1.3 MB | 833/870 kB | 197/269 kB Progress (3): 0.7/1.3 MB | 841/870 kB | 197/269 kB Progress (3): 0.7/1.3 MB | 841/870 kB | 201/269 kB Progress (3): 0.7/1.3 MB | 841/870 kB | 201/269 kB Progress (3): 0.7/1.3 MB | 841/870 kB | 205/269 kB Progress (3): 0.7/1.3 MB | 849/870 kB | 205/269 kB Progress (3): 0.7/1.3 MB | 849/870 kB | 209/269 kB Progress (3): 0.8/1.3 MB | 849/870 kB | 209/269 kB Progress (3): 0.8/1.3 MB | 849/870 kB | 213/269 kB Progress (3): 0.8/1.3 MB | 858/870 kB | 213/269 kB Progress (3): 0.8/1.3 MB | 858/870 kB | 217/269 kB Progress (3): 0.8/1.3 MB | 858/870 kB | 217/269 kB Progress (3): 0.8/1.3 MB | 858/870 kB | 221/269 kB Progress (3): 0.8/1.3 MB | 866/870 kB | 221/269 kB Progress (3): 0.8/1.3 MB | 866/870 kB | 225/269 kB Progress (3): 0.8/1.3 MB | 866/870 kB | 225/269 kB Progress (3): 0.8/1.3 MB | 866/870 kB | 229/269 kB Progress (3): 0.8/1.3 MB | 870 kB | 229/269 kB Progress (3): 0.8/1.3 MB | 870 kB | 233/269 kB Progress (3): 0.8/1.3 MB | 870 kB | 233/269 kB Progress (3): 0.8/1.3 MB | 870 kB | 238/269 kB Progress (3): 0.8/1.3 MB | 870 kB | 238/269 kB Progress (3): 0.8/1.3 MB | 870 kB | 242/269 kB Progress (3): 0.8/1.3 MB | 870 kB | 242/269 kB Progress (3): 0.8/1.3 MB | 870 kB | 246/269 kB Progress (3): 0.8/1.3 MB | 870 kB | 246/269 kB Progress (3): 0.8/1.3 MB | 870 kB | 250/269 kB Progress (3): 0.8/1.3 MB | 870 kB | 250/269 kB Progress (3): 0.8/1.3 MB | 870 kB | 254/269 kB Progress (3): 0.8/1.3 MB | 870 kB | 254/269 kB Progress (3): 0.8/1.3 MB | 870 kB | 258/269 kB Progress (3): 0.8/1.3 MB | 870 kB | 258/269 kB Progress (3): 0.8/1.3 MB | 870 kB | 262/269 kB Progress (3): 0.8/1.3 MB | 870 kB | 262/269 kB Progress (3): 0.8/1.3 MB | 870 kB | 266/269 kB Progress (3): 0.8/1.3 MB | 870 kB | 266/269 kB Progress (3): 0.8/1.3 MB | 870 kB | 269 kB Progress (3): 0.9/1.3 MB | 870 kB | 269 kB Progress (3): 0.9/1.3 MB | 870 kB | 269 kB Progress (4): 0.9/1.3 MB | 870 kB | 269 kB | 4.1/282 kB Progress (4): 0.9/1.3 MB | 870 kB | 269 kB | 4.1/282 kB Progress (4): 0.9/1.3 MB | 870 kB | 269 kB | 8.2/282 kB Progress (4): 0.9/1.3 MB | 870 kB | 269 kB | 8.2/282 kB Progress (4): 0.9/1.3 MB | 870 kB | 269 kB | 12/282 kB Progress (4): 0.9/1.3 MB | 870 kB | 269 kB | 12/282 kB Progress (4): 0.9/1.3 MB | 870 kB | 269 kB | 16/282 kB Progress (4): 0.9/1.3 MB | 870 kB | 269 kB | 16/282 kB Progress (4): 0.9/1.3 MB | 870 kB | 269 kB | 20/282 kB Progress (4): 0.9/1.3 MB | 870 kB | 269 kB | 20/282 kB Progress (4): 0.9/1.3 MB | 870 kB | 269 kB | 25/282 kB Progress (4): 0.9/1.3 MB | 870 kB | 269 kB | 25/282 kB Progress (4): 0.9/1.3 MB | 870 kB | 269 kB | 29/282 kB Progress (4): 0.9/1.3 MB | 870 kB | 269 kB | 29/282 kB Progress (4): 0.9/1.3 MB | 870 kB | 269 kB | 33/282 kB Progress (4): 0.9/1.3 MB | 870 kB | 269 kB | 33/282 kB Progress (4): 0.9/1.3 MB | 870 kB | 269 kB | 37/282 kB Progress (4): 0.9/1.3 MB | 870 kB | 269 kB | 37/282 kB Progress (4): 0.9/1.3 MB | 870 kB | 269 kB | 41/282 kB Progress (4): 0.9/1.3 MB | 870 kB | 269 kB | 41/282 kB Progress (4): 0.9/1.3 MB | 870 kB | 269 kB | 45/282 kB Progress (4): 1.0/1.3 MB | 870 kB | 269 kB | 45/282 kB Progress (4): 1.0/1.3 MB | 870 kB | 269 kB | 49/282 kB Progress (4): 1.0/1.3 MB | 870 kB | 269 kB | 49/282 kB Progress (4): 1.0/1.3 MB | 870 kB | 269 kB | 53/282 kB Progress (4): 1.0/1.3 MB | 870 kB | 269 kB | 53/282 kB Progress (4): 1.0/1.3 MB | 870 kB | 269 kB | 57/282 kB Progress (4): 1.0/1.3 MB | 870 kB | 269 kB | 57/282 kB Progress (5): 1.0/1.3 MB | 870 kB | 269 kB | 57/282 kB | 4.1/4.6 kB Progress (5): 1.0/1.3 MB | 870 kB | 269 kB | 61/282 kB | 4.1/4.6 kB Progress (5): 1.0/1.3 MB | 870 kB | 269 kB | 61/282 kB | 4.6 kB Progress (5): 1.0/1.3 MB | 870 kB | 269 kB | 61/282 kB | 4.6 kB Progress (5): 1.0/1.3 MB | 870 kB | 269 kB | 66/282 kB | 4.6 kB Progress (5): 1.0/1.3 MB | 870 kB | 269 kB | 66/282 kB | 4.6 kB Progress (5): 1.0/1.3 MB | 870 kB | 269 kB | 70/282 kB | 4.6 kB Progress (5): 1.0/1.3 MB | 870 kB | 269 kB | 70/282 kB | 4.6 kB Progress (5): 1.0/1.3 MB | 870 kB | 269 kB | 74/282 kB | 4.6 kB Progress (5): 1.0/1.3 MB | 870 kB | 269 kB | 74/282 kB | 4.6 kB Progress (5): 1.0/1.3 MB | 870 kB | 269 kB | 78/282 kB | 4.6 kB Progress (5): 1.0/1.3 MB | 870 kB | 269 kB | 78/282 kB | 4.6 kB Progress (5): 1.0/1.3 MB | 870 kB | 269 kB | 82/282 kB | 4.6 kB Progress (5): 1.0/1.3 MB | 870 kB | 269 kB | 82/282 kB | 4.6 kB Progress (5): 1.0/1.3 MB | 870 kB | 269 kB | 86/282 kB | 4.6 kB Progress (5): 1.0/1.3 MB | 870 kB | 269 kB | 86/282 kB | 4.6 kB Progress (5): 1.0/1.3 MB | 870 kB | 269 kB | 90/282 kB | 4.6 kB Progress (5): 1.0/1.3 MB | 870 kB | 269 kB | 90/282 kB | 4.6 kB Progress (5): 1.0/1.3 MB | 870 kB | 269 kB | 94/282 kB | 4.6 kB Progress (5): 1.0/1.3 MB | 870 kB | 269 kB | 94/282 kB | 4.6 kB Progress (5): 1.0/1.3 MB | 870 kB | 269 kB | 98/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 98/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 102/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 102/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 106/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 106/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 111/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 111/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 115/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 115/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 119/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 119/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 123/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 123/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 127/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 127/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 131/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 131/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 135/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 135/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 139/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 139/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 143/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 143/282 kB | 4.6 kB Progress (5): 1.1/1.3 MB | 870 kB | 269 kB | 147/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 147/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 152/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 152/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 156/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 156/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 160/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 160/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 164/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 164/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 168/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 168/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 172/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 172/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 176/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 176/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 180/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 180/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 184/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 184/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 188/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 188/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 193/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 193/282 kB | 4.6 kB Progress (5): 1.2/1.3 MB | 870 kB | 269 kB | 197/282 kB | 4.6 kB Progress (5): 1.3/1.3 MB | 870 kB | 269 kB | 197/282 kB | 4.6 kB Progress (5): 1.3/1.3 MB | 870 kB | 269 kB | 201/282 kB | 4.6 kB Progress (5): 1.3/1.3 MB | 870 kB | 269 kB | 201/282 kB | 4.6 kB Progress (5): 1.3/1.3 MB | 870 kB | 269 kB | 205/282 kB | 4.6 kB Progress (5): 1.3/1.3 MB | 870 kB | 269 kB | 205/282 kB | 4.6 kB Progress (5): 1.3/1.3 MB | 870 kB | 269 kB | 209/282 kB | 4.6 kB Progress (5): 1.3/1.3 MB | 870 kB | 269 kB | 209/282 kB | 4.6 kB Progress (5): 1.3/1.3 MB | 870 kB | 269 kB | 213/282 kB | 4.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.15/snakeyaml-1.15.jar (269 kB at 462 kB/s) +Progress (4): 1.3/1.3 MB | 870 kB | 217/282 kB | 4.6 kB Progress (4): 1.3/1.3 MB | 870 kB | 217/282 kB | 4.6 kB Progress (4): 1.3/1.3 MB | 870 kB | 221/282 kB | 4.6 kB Progress (4): 1.3 MB | 870 kB | 221/282 kB | 4.6 kB Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/log4j-over-slf4j/1.7.30/log4j-over-slf4j-1.7.30.jar +Progress (4): 1.3 MB | 870 kB | 225/282 kB | 4.6 kB Progress (4): 1.3 MB | 870 kB | 229/282 kB | 4.6 kB Progress (4): 1.3 MB | 870 kB | 233/282 kB | 4.6 kB Progress (4): 1.3 MB | 870 kB | 238/282 kB | 4.6 kB Progress (4): 1.3 MB | 870 kB | 242/282 kB | 4.6 kB Progress (4): 1.3 MB | 870 kB | 246/282 kB | 4.6 kB Progress (4): 1.3 MB | 870 kB | 250/282 kB | 4.6 kB Progress (4): 1.3 MB | 870 kB | 254/282 kB | 4.6 kB Progress (4): 1.3 MB | 870 kB | 258/282 kB | 4.6 kB Progress (4): 1.3 MB | 870 kB | 262/282 kB | 4.6 kB Progress (4): 1.3 MB | 870 kB | 266/282 kB | 4.6 kB Progress (4): 1.3 MB | 870 kB | 270/282 kB | 4.6 kB Progress (4): 1.3 MB | 870 kB | 274/282 kB | 4.6 kB Progress (4): 1.3 MB | 870 kB | 279/282 kB | 4.6 kB Progress (4): 1.3 MB | 870 kB | 282 kB | 4.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar (4.6 kB at 7.8 kB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.7.0/ant-1.7.0.jar (1.3 MB at 2.2 MB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/org/testng/testng/6.9.9/testng-6.9.9.jar (870 kB at 1.5 MB/s) +Progress (2): 282 kB | 4.1/24 kB Progress (2): 282 kB | 8.2/24 kB Progress (2): 282 kB | 12/24 kB Progress (2): 282 kB | 16/24 kB Progress (2): 282 kB | 20/24 kB Progress (2): 282 kB | 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 469 kB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/log4j-over-slf4j/1.7.30/log4j-over-slf4j-1.7.30.jar (24 kB at 38 kB/s) +[INFO] net.shibboleth.ext:spring-extensions:jar:5.4.2 +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:20.0:compile +[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile +[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.14:compile +[INFO] | \- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- org.apache.httpcomponents:httpclient-cache:jar:4.5.13:compile +[INFO] +- org.cryptacular:cryptacular:jar:1.1.4:compile (optional) +[INFO] +- org.bouncycastle:bcprov-jdk15on:jar:1.59:compile (optional) +[INFO] +- net.shibboleth.utilities:java-support:jar:7.5.2:compile (optional) +[INFO] +- org.springframework:spring-context:jar:4.3.30.RELEASE:compile (optional) +[INFO] | +- org.springframework:spring-aop:jar:4.3.30.RELEASE:compile (optional) +[INFO] | \- org.springframework:spring-expression:jar:4.3.30.RELEASE:compile (optional) +[INFO] +- org.springframework:spring-core:jar:4.3.30.RELEASE:compile (optional) +[INFO] +- org.springframework:spring-beans:jar:4.3.30.RELEASE:compile (optional) +[INFO] +- org.springframework:spring-webmvc:jar:4.3.30.RELEASE:compile (optional) +[INFO] | \- org.springframework:spring-web:jar:4.3.30.RELEASE:compile (optional) +[INFO] +- joda-time:joda-time:jar:2.9:compile +[INFO] +- org.tmatesoft.svnkit:svnkit:jar:1.8.11:compile (optional) +[INFO] | +- com.jcraft:jsch.agentproxy.svnkit-trilead-ssh2:jar:0.0.7:compile (optional) +[INFO] | | \- com.jcraft:jsch.agentproxy.core:jar:0.0.7:compile (optional) +[INFO] | +- com.trilead:trilead-ssh2:jar:1.0.0-build220:compile (optional) +[INFO] | +- net.java.dev.jna:jna-platform:jar:4.1.0:compile (optional) +[INFO] | +- net.java.dev.jna:jna:jar:4.1.0:compile (optional) +[INFO] | +- com.jcraft:jsch.agentproxy.connector-factory:jar:0.0.7:compile (optional) +[INFO] | | +- com.jcraft:jsch.agentproxy.usocket-jna:jar:0.0.7:compile (optional) +[INFO] | | | \- net.java.dev.jna:platform:jar:3.4.0:compile (optional) +[INFO] | | +- com.jcraft:jsch.agentproxy.usocket-nc:jar:0.0.7:compile (optional) +[INFO] | | +- com.jcraft:jsch.agentproxy.sshagent:jar:0.0.7:compile (optional) +[INFO] | | \- com.jcraft:jsch.agentproxy.pageant:jar:0.0.7:compile (optional) +[INFO] | +- de.regnis.q.sequence:sequence-library:jar:1.0.3:compile (optional) +[INFO] | \- org.tmatesoft.sqljet:sqljet:jar:1.1.10:compile (optional) +[INFO] | \- org.antlr:antlr-runtime:jar:3.4:compile (optional) +[INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided (optional) +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:provided +[INFO] +- org.springframework:spring-test:jar:4.3.30.RELEASE:test +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:7.5.2:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- junit:junit:jar:4.10:test +[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.1:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 12.635 s +[INFO] Finished at: 2021-02-11T08:50:44-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ---------------< net.shibboleth.utilities:java-support >---------------- +[INFO] Building java-support 7.5.2 +[INFO] --------------------------------[ jar ]--------------------------------- +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom +Progress (1): 2.7/11 kB Progress (1): 5.5/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 44 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.59/bcpkix-jdk15on-1.59.pom +Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.59/bcpkix-jdk15on-1.59.pom (1.5 kB at 43 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-legacy/2.5.1/xmlunit-legacy-2.5.1.pom +Progress (1): 2.7/3.0 kB Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-legacy/2.5.1/xmlunit-legacy-2.5.1.pom (3.0 kB at 76 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-parent/2.5.1/xmlunit-parent-2.5.1.pom +Progress (1): 2.7/16 kB Progress (1): 5.5/16 kB Progress (1): 8.2/16 kB Progress (1): 11/16 kB Progress (1): 14/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-parent/2.5.1/xmlunit-parent-2.5.1.pom (16 kB at 430 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.5.1/xmlunit-core-2.5.1.pom +Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.5.1/xmlunit-core-2.5.1.pom (1.8 kB at 67 kB/s) +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ java-support --- +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.59/bcpkix-jdk15on-1.59.jar +Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.5.1/xmlunit-core-2.5.1.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-legacy/2.5.1/xmlunit-legacy-2.5.1.jar +Progress (1): 2.7/450 kB Progress (1): 5.5/450 kB Progress (1): 8.2/450 kB Progress (1): 11/450 kB Progress (1): 14/450 kB Progress (1): 16/450 kB Progress (1): 19/450 kB Progress (1): 22/450 kB Progress (1): 25/450 kB Progress (1): 27/450 kB Progress (1): 30/450 kB Progress (1): 33/450 kB Progress (1): 36/450 kB Progress (1): 38/450 kB Progress (1): 41/450 kB Progress (1): 44/450 kB Progress (1): 47/450 kB Progress (1): 49/450 kB Progress (1): 52/450 kB Progress (1): 55/450 kB Progress (1): 58/450 kB Progress (1): 60/450 kB Progress (1): 63/450 kB Progress (1): 66/450 kB Progress (1): 69/450 kB Progress (1): 71/450 kB Progress (1): 74/450 kB Progress (1): 77/450 kB Progress (1): 80/450 kB Progress (1): 82/450 kB Progress (1): 85/450 kB Progress (1): 88/450 kB Progress (1): 90/450 kB Progress (1): 93/450 kB Progress (1): 96/450 kB Progress (1): 99/450 kB Progress (1): 101/450 kB Progress (1): 104/450 kB Progress (1): 107/450 kB Progress (1): 110/450 kB Progress (1): 112/450 kB Progress (1): 115/450 kB Progress (1): 118/450 kB Progress (1): 121/450 kB Progress (1): 123/450 kB Progress (1): 126/450 kB Progress (1): 129/450 kB Progress (1): 132/450 kB Progress (1): 134/450 kB Progress (1): 137/450 kB Progress (1): 140/450 kB Progress (1): 143/450 kB Progress (1): 145/450 kB Progress (1): 148/450 kB Progress (1): 151/450 kB Progress (1): 154/450 kB Progress (1): 156/450 kB Progress (1): 159/450 kB Progress (1): 162/450 kB Progress (1): 165/450 kB Progress (1): 167/450 kB Progress (1): 170/450 kB Progress (1): 173/450 kB Progress (1): 175/450 kB Progress (1): 178/450 kB Progress (1): 181/450 kB Progress (1): 184/450 kB Progress (1): 186/450 kB Progress (1): 189/450 kB Progress (1): 192/450 kB Progress (1): 195/450 kB Progress (1): 197/450 kB Progress (1): 200/450 kB Progress (1): 203/450 kB Progress (1): 206/450 kB Progress (1): 208/450 kB Progress (1): 211/450 kB Progress (1): 214/450 kB Progress (1): 217/450 kB Progress (1): 219/450 kB Progress (1): 222/450 kB Progress (1): 225/450 kB Progress (1): 228/450 kB Progress (1): 230/450 kB Progress (1): 233/450 kB Progress (1): 236/450 kB Progress (1): 239/450 kB Progress (1): 241/450 kB Progress (1): 244/450 kB Progress (1): 247/450 kB Progress (1): 250/450 kB Progress (1): 252/450 kB Progress (2): 252/450 kB | 2.7/126 kB Progress (2): 255/450 kB | 2.7/126 kB Progress (3): 255/450 kB | 2.7/126 kB | 2.7/262 kB Progress (3): 258/450 kB | 2.7/126 kB | 2.7/262 kB Progress (4): 258/450 kB | 2.7/126 kB | 2.7/262 kB | 2.7/793 kB Progress (5): 258/450 kB | 2.7/126 kB | 2.7/262 kB | 2.7/793 kB | 2.7/157 kB Progress (5): 258/450 kB | 5.5/126 kB | 2.7/262 kB | 2.7/793 kB | 2.7/157 kB Progress (5): 258/450 kB | 5.5/126 kB | 2.7/262 kB | 2.7/793 kB | 5.5/157 kB Progress (5): 258/450 kB | 5.5/126 kB | 2.7/262 kB | 5.5/793 kB | 5.5/157 kB Progress (5): 260/450 kB | 5.5/126 kB | 2.7/262 kB | 5.5/793 kB | 5.5/157 kB Progress (5): 260/450 kB | 5.5/126 kB | 5.5/262 kB | 5.5/793 kB | 5.5/157 kB Progress (5): 263/450 kB | 5.5/126 kB | 5.5/262 kB | 5.5/793 kB | 5.5/157 kB Progress (5): 263/450 kB | 5.5/126 kB | 5.5/262 kB | 8.2/793 kB | 5.5/157 kB Progress (5): 263/450 kB | 5.5/126 kB | 5.5/262 kB | 8.2/793 kB | 8.2/157 kB Progress (5): 263/450 kB | 8.2/126 kB | 5.5/262 kB | 8.2/793 kB | 8.2/157 kB Progress (5): 263/450 kB | 8.2/126 kB | 5.5/262 kB | 8.2/793 kB | 11/157 kB Progress (5): 263/450 kB | 8.2/126 kB | 5.5/262 kB | 11/793 kB | 11/157 kB Progress (5): 266/450 kB | 8.2/126 kB | 5.5/262 kB | 11/793 kB | 11/157 kB Progress (5): 266/450 kB | 8.2/126 kB | 8.2/262 kB | 11/793 kB | 11/157 kB Progress (5): 269/450 kB | 8.2/126 kB | 8.2/262 kB | 11/793 kB | 11/157 kB Progress (5): 269/450 kB | 8.2/126 kB | 8.2/262 kB | 14/793 kB | 11/157 kB Progress (5): 269/450 kB | 8.2/126 kB | 8.2/262 kB | 14/793 kB | 14/157 kB Progress (5): 269/450 kB | 11/126 kB | 8.2/262 kB | 14/793 kB | 14/157 kB Progress (5): 269/450 kB | 11/126 kB | 8.2/262 kB | 14/793 kB | 16/157 kB Progress (5): 269/450 kB | 11/126 kB | 8.2/262 kB | 16/793 kB | 16/157 kB Progress (5): 271/450 kB | 11/126 kB | 8.2/262 kB | 16/793 kB | 16/157 kB Progress (5): 271/450 kB | 11/126 kB | 11/262 kB | 16/793 kB | 16/157 kB Progress (5): 274/450 kB | 11/126 kB | 11/262 kB | 16/793 kB | 16/157 kB Progress (5): 274/450 kB | 11/126 kB | 11/262 kB | 19/793 kB | 16/157 kB Progress (5): 274/450 kB | 11/126 kB | 11/262 kB | 19/793 kB | 19/157 kB Progress (5): 274/450 kB | 14/126 kB | 11/262 kB | 19/793 kB | 19/157 kB Progress (5): 274/450 kB | 14/126 kB | 11/262 kB | 19/793 kB | 22/157 kB Progress (5): 274/450 kB | 14/126 kB | 11/262 kB | 22/793 kB | 22/157 kB Progress (5): 277/450 kB | 14/126 kB | 11/262 kB | 22/793 kB | 22/157 kB Progress (5): 277/450 kB | 14/126 kB | 14/262 kB | 22/793 kB | 22/157 kB Progress (5): 280/450 kB | 14/126 kB | 14/262 kB | 22/793 kB | 22/157 kB Progress (5): 280/450 kB | 14/126 kB | 14/262 kB | 25/793 kB | 22/157 kB Progress (5): 280/450 kB | 14/126 kB | 14/262 kB | 25/793 kB | 25/157 kB Progress (5): 280/450 kB | 16/126 kB | 14/262 kB | 25/793 kB | 25/157 kB Progress (5): 280/450 kB | 16/126 kB | 14/262 kB | 25/793 kB | 27/157 kB Progress (5): 280/450 kB | 16/126 kB | 14/262 kB | 27/793 kB | 27/157 kB Progress (5): 282/450 kB | 16/126 kB | 14/262 kB | 27/793 kB | 27/157 kB Progress (5): 282/450 kB | 16/126 kB | 16/262 kB | 27/793 kB | 27/157 kB Progress (5): 285/450 kB | 16/126 kB | 16/262 kB | 27/793 kB | 27/157 kB Progress (5): 285/450 kB | 16/126 kB | 19/262 kB | 27/793 kB | 27/157 kB Progress (5): 285/450 kB | 16/126 kB | 19/262 kB | 30/793 kB | 27/157 kB Progress (5): 285/450 kB | 16/126 kB | 19/262 kB | 30/793 kB | 30/157 kB Progress (5): 285/450 kB | 19/126 kB | 19/262 kB | 30/793 kB | 30/157 kB Progress (5): 285/450 kB | 19/126 kB | 19/262 kB | 30/793 kB | 33/157 kB Progress (5): 285/450 kB | 19/126 kB | 19/262 kB | 33/793 kB | 33/157 kB Progress (5): 285/450 kB | 19/126 kB | 22/262 kB | 33/793 kB | 33/157 kB Progress (5): 288/450 kB | 19/126 kB | 22/262 kB | 33/793 kB | 33/157 kB Progress (5): 288/450 kB | 19/126 kB | 25/262 kB | 33/793 kB | 33/157 kB Progress (5): 288/450 kB | 19/126 kB | 25/262 kB | 36/793 kB | 33/157 kB Progress (5): 288/450 kB | 19/126 kB | 25/262 kB | 36/793 kB | 36/157 kB Progress (5): 288/450 kB | 22/126 kB | 25/262 kB | 36/793 kB | 36/157 kB Progress (5): 288/450 kB | 22/126 kB | 25/262 kB | 36/793 kB | 38/157 kB Progress (5): 288/450 kB | 22/126 kB | 25/262 kB | 38/793 kB | 38/157 kB Progress (5): 288/450 kB | 22/126 kB | 27/262 kB | 38/793 kB | 38/157 kB Progress (5): 291/450 kB | 22/126 kB | 27/262 kB | 38/793 kB | 38/157 kB Progress (5): 291/450 kB | 22/126 kB | 30/262 kB | 38/793 kB | 38/157 kB Progress (5): 293/450 kB | 22/126 kB | 30/262 kB | 38/793 kB | 38/157 kB Progress (5): 293/450 kB | 22/126 kB | 33/262 kB | 38/793 kB | 38/157 kB Progress (5): 296/450 kB | 22/126 kB | 33/262 kB | 38/793 kB | 38/157 kB Progress (5): 296/450 kB | 22/126 kB | 33/262 kB | 41/793 kB | 38/157 kB Progress (5): 299/450 kB | 22/126 kB | 33/262 kB | 41/793 kB | 38/157 kB Progress (5): 299/450 kB | 22/126 kB | 33/262 kB | 41/793 kB | 41/157 kB Progress (5): 302/450 kB | 22/126 kB | 33/262 kB | 41/793 kB | 41/157 kB Progress (5): 302/450 kB | 25/126 kB | 33/262 kB | 41/793 kB | 41/157 kB Progress (5): 302/450 kB | 25/126 kB | 33/262 kB | 41/793 kB | 44/157 kB Progress (5): 302/450 kB | 25/126 kB | 33/262 kB | 44/793 kB | 44/157 kB Progress (5): 302/450 kB | 25/126 kB | 36/262 kB | 44/793 kB | 44/157 kB Progress (5): 302/450 kB | 25/126 kB | 36/262 kB | 47/793 kB | 44/157 kB Progress (5): 302/450 kB | 25/126 kB | 36/262 kB | 47/793 kB | 47/157 kB Progress (5): 302/450 kB | 27/126 kB | 36/262 kB | 47/793 kB | 47/157 kB Progress (5): 304/450 kB | 27/126 kB | 36/262 kB | 47/793 kB | 47/157 kB Progress (5): 304/450 kB | 30/126 kB | 36/262 kB | 47/793 kB | 47/157 kB Progress (5): 304/450 kB | 30/126 kB | 36/262 kB | 47/793 kB | 49/157 kB Progress (5): 304/450 kB | 30/126 kB | 36/262 kB | 49/793 kB | 49/157 kB Progress (5): 304/450 kB | 30/126 kB | 38/262 kB | 49/793 kB | 49/157 kB Progress (5): 304/450 kB | 30/126 kB | 38/262 kB | 52/793 kB | 49/157 kB Progress (5): 304/450 kB | 30/126 kB | 38/262 kB | 52/793 kB | 52/157 kB Progress (5): 304/450 kB | 33/126 kB | 38/262 kB | 52/793 kB | 52/157 kB Progress (5): 304/450 kB | 33/126 kB | 38/262 kB | 52/793 kB | 55/157 kB Progress (5): 307/450 kB | 33/126 kB | 38/262 kB | 52/793 kB | 55/157 kB Progress (5): 307/450 kB | 33/126 kB | 38/262 kB | 52/793 kB | 58/157 kB Progress (5): 307/450 kB | 36/126 kB | 38/262 kB | 52/793 kB | 58/157 kB Progress (5): 307/450 kB | 36/126 kB | 38/262 kB | 55/793 kB | 58/157 kB Progress (5): 307/450 kB | 36/126 kB | 41/262 kB | 55/793 kB | 58/157 kB Progress (5): 307/450 kB | 36/126 kB | 41/262 kB | 58/793 kB | 58/157 kB Progress (5): 307/450 kB | 36/126 kB | 44/262 kB | 58/793 kB | 58/157 kB Progress (5): 307/450 kB | 39/126 kB | 44/262 kB | 58/793 kB | 58/157 kB Progress (5): 307/450 kB | 39/126 kB | 44/262 kB | 58/793 kB | 60/157 kB Progress (5): 310/450 kB | 39/126 kB | 44/262 kB | 58/793 kB | 60/157 kB Progress (5): 310/450 kB | 39/126 kB | 44/262 kB | 58/793 kB | 63/157 kB Progress (5): 310/450 kB | 41/126 kB | 44/262 kB | 58/793 kB | 63/157 kB Progress (5): 310/450 kB | 41/126 kB | 47/262 kB | 58/793 kB | 63/157 kB Progress (5): 310/450 kB | 41/126 kB | 47/262 kB | 60/793 kB | 63/157 kB Progress (5): 310/450 kB | 41/126 kB | 49/262 kB | 60/793 kB | 63/157 kB Progress (5): 310/450 kB | 44/126 kB | 49/262 kB | 60/793 kB | 63/157 kB Progress (5): 310/450 kB | 44/126 kB | 49/262 kB | 60/793 kB | 66/157 kB Progress (5): 313/450 kB | 44/126 kB | 49/262 kB | 60/793 kB | 66/157 kB Progress (5): 313/450 kB | 44/126 kB | 49/262 kB | 60/793 kB | 69/157 kB Progress (5): 313/450 kB | 47/126 kB | 49/262 kB | 60/793 kB | 69/157 kB Progress (5): 313/450 kB | 47/126 kB | 52/262 kB | 60/793 kB | 69/157 kB Progress (5): 313/450 kB | 47/126 kB | 52/262 kB | 63/793 kB | 69/157 kB Progress (5): 313/450 kB | 47/126 kB | 55/262 kB | 63/793 kB | 69/157 kB Progress (5): 313/450 kB | 50/126 kB | 55/262 kB | 63/793 kB | 69/157 kB Progress (5): 313/450 kB | 50/126 kB | 55/262 kB | 63/793 kB | 71/157 kB Progress (5): 315/450 kB | 50/126 kB | 55/262 kB | 63/793 kB | 71/157 kB Progress (5): 315/450 kB | 50/126 kB | 55/262 kB | 63/793 kB | 74/157 kB Progress (5): 315/450 kB | 52/126 kB | 55/262 kB | 63/793 kB | 74/157 kB Progress (5): 315/450 kB | 52/126 kB | 58/262 kB | 63/793 kB | 74/157 kB Progress (5): 315/450 kB | 52/126 kB | 58/262 kB | 66/793 kB | 74/157 kB Progress (5): 315/450 kB | 52/126 kB | 60/262 kB | 66/793 kB | 74/157 kB Progress (5): 315/450 kB | 55/126 kB | 60/262 kB | 66/793 kB | 74/157 kB Progress (5): 315/450 kB | 55/126 kB | 60/262 kB | 66/793 kB | 77/157 kB Progress (5): 318/450 kB | 55/126 kB | 60/262 kB | 66/793 kB | 77/157 kB Progress (5): 318/450 kB | 55/126 kB | 60/262 kB | 66/793 kB | 80/157 kB Progress (5): 318/450 kB | 58/126 kB | 60/262 kB | 66/793 kB | 80/157 kB Progress (5): 318/450 kB | 58/126 kB | 63/262 kB | 66/793 kB | 80/157 kB Progress (5): 318/450 kB | 58/126 kB | 63/262 kB | 69/793 kB | 80/157 kB Progress (5): 318/450 kB | 58/126 kB | 66/262 kB | 69/793 kB | 80/157 kB Progress (5): 318/450 kB | 61/126 kB | 66/262 kB | 69/793 kB | 80/157 kB Progress (5): 318/450 kB | 61/126 kB | 66/262 kB | 69/793 kB | 82/157 kB Progress (5): 321/450 kB | 61/126 kB | 66/262 kB | 69/793 kB | 82/157 kB Progress (5): 321/450 kB | 61/126 kB | 66/262 kB | 69/793 kB | 85/157 kB Progress (5): 324/450 kB | 61/126 kB | 66/262 kB | 69/793 kB | 85/157 kB Progress (5): 324/450 kB | 63/126 kB | 66/262 kB | 69/793 kB | 85/157 kB Progress (5): 326/450 kB | 63/126 kB | 66/262 kB | 69/793 kB | 85/157 kB Progress (5): 326/450 kB | 63/126 kB | 69/262 kB | 69/793 kB | 85/157 kB Progress (5): 326/450 kB | 63/126 kB | 69/262 kB | 71/793 kB | 85/157 kB Progress (5): 326/450 kB | 63/126 kB | 71/262 kB | 71/793 kB | 85/157 kB Progress (5): 326/450 kB | 63/126 kB | 71/262 kB | 74/793 kB | 85/157 kB Progress (5): 329/450 kB | 63/126 kB | 71/262 kB | 74/793 kB | 85/157 kB Progress (5): 329/450 kB | 66/126 kB | 71/262 kB | 74/793 kB | 85/157 kB Progress (5): 329/450 kB | 66/126 kB | 71/262 kB | 74/793 kB | 88/157 kB Progress (5): 329/450 kB | 69/126 kB | 71/262 kB | 74/793 kB | 88/157 kB Progress (5): 332/450 kB | 69/126 kB | 71/262 kB | 74/793 kB | 88/157 kB Progress (5): 332/450 kB | 69/126 kB | 71/262 kB | 77/793 kB | 88/157 kB Progress (5): 332/450 kB | 69/126 kB | 74/262 kB | 77/793 kB | 88/157 kB Progress (5): 332/450 kB | 69/126 kB | 74/262 kB | 80/793 kB | 88/157 kB Progress (5): 335/450 kB | 69/126 kB | 74/262 kB | 80/793 kB | 88/157 kB Progress (5): 335/450 kB | 69/126 kB | 74/262 kB | 82/793 kB | 88/157 kB Progress (5): 335/450 kB | 72/126 kB | 74/262 kB | 82/793 kB | 88/157 kB Progress (5): 335/450 kB | 72/126 kB | 74/262 kB | 82/793 kB | 90/157 kB Progress (5): 335/450 kB | 74/126 kB | 74/262 kB | 82/793 kB | 90/157 kB Progress (5): 335/450 kB | 74/126 kB | 74/262 kB | 82/793 kB | 93/157 kB Progress (5): 335/450 kB | 74/126 kB | 74/262 kB | 85/793 kB | 93/157 kB Progress (5): 337/450 kB | 74/126 kB | 74/262 kB | 85/793 kB | 93/157 kB Progress (5): 337/450 kB | 74/126 kB | 77/262 kB | 85/793 kB | 93/157 kB Progress (5): 340/450 kB | 74/126 kB | 77/262 kB | 85/793 kB | 93/157 kB Progress (5): 340/450 kB | 74/126 kB | 77/262 kB | 88/793 kB | 93/157 kB Progress (5): 340/450 kB | 74/126 kB | 77/262 kB | 88/793 kB | 96/157 kB Progress (5): 340/450 kB | 77/126 kB | 77/262 kB | 88/793 kB | 96/157 kB Progress (5): 340/450 kB | 77/126 kB | 77/262 kB | 88/793 kB | 99/157 kB Progress (5): 340/450 kB | 77/126 kB | 77/262 kB | 90/793 kB | 99/157 kB Progress (5): 343/450 kB | 77/126 kB | 77/262 kB | 90/793 kB | 99/157 kB Progress (5): 343/450 kB | 77/126 kB | 80/262 kB | 90/793 kB | 99/157 kB Progress (5): 345/450 kB | 77/126 kB | 80/262 kB | 90/793 kB | 99/157 kB Progress (5): 345/450 kB | 77/126 kB | 80/262 kB | 93/793 kB | 99/157 kB Progress (5): 345/450 kB | 77/126 kB | 80/262 kB | 93/793 kB | 101/157 kB Progress (5): 345/450 kB | 80/126 kB | 80/262 kB | 93/793 kB | 101/157 kB Progress (5): 345/450 kB | 80/126 kB | 80/262 kB | 93/793 kB | 104/157 kB Progress (5): 345/450 kB | 80/126 kB | 80/262 kB | 96/793 kB | 104/157 kB Progress (5): 348/450 kB | 80/126 kB | 80/262 kB | 96/793 kB | 104/157 kB Progress (5): 348/450 kB | 80/126 kB | 82/262 kB | 96/793 kB | 104/157 kB Progress (5): 351/450 kB | 80/126 kB | 82/262 kB | 96/793 kB | 104/157 kB Progress (5): 351/450 kB | 80/126 kB | 82/262 kB | 99/793 kB | 104/157 kB Progress (5): 351/450 kB | 80/126 kB | 82/262 kB | 99/793 kB | 107/157 kB Progress (5): 351/450 kB | 83/126 kB | 82/262 kB | 99/793 kB | 107/157 kB Progress (5): 351/450 kB | 83/126 kB | 82/262 kB | 99/793 kB | 110/157 kB Progress (5): 351/450 kB | 83/126 kB | 82/262 kB | 101/793 kB | 110/157 kB Progress (5): 354/450 kB | 83/126 kB | 82/262 kB | 101/793 kB | 110/157 kB Progress (5): 354/450 kB | 83/126 kB | 85/262 kB | 101/793 kB | 110/157 kB Progress (5): 356/450 kB | 83/126 kB | 85/262 kB | 101/793 kB | 110/157 kB Progress (5): 356/450 kB | 83/126 kB | 85/262 kB | 104/793 kB | 110/157 kB Progress (5): 356/450 kB | 83/126 kB | 85/262 kB | 104/793 kB | 112/157 kB Progress (5): 356/450 kB | 85/126 kB | 85/262 kB | 104/793 kB | 112/157 kB Progress (5): 356/450 kB | 85/126 kB | 85/262 kB | 104/793 kB | 115/157 kB Progress (5): 356/450 kB | 85/126 kB | 85/262 kB | 107/793 kB | 115/157 kB Progress (5): 359/450 kB | 85/126 kB | 85/262 kB | 107/793 kB | 115/157 kB Progress (5): 359/450 kB | 85/126 kB | 88/262 kB | 107/793 kB | 115/157 kB Progress (5): 362/450 kB | 85/126 kB | 88/262 kB | 107/793 kB | 115/157 kB Progress (5): 362/450 kB | 85/126 kB | 88/262 kB | 110/793 kB | 115/157 kB Progress (5): 362/450 kB | 85/126 kB | 88/262 kB | 110/793 kB | 118/157 kB Progress (5): 362/450 kB | 88/126 kB | 88/262 kB | 110/793 kB | 118/157 kB Progress (5): 362/450 kB | 88/126 kB | 88/262 kB | 110/793 kB | 121/157 kB Progress (5): 362/450 kB | 88/126 kB | 88/262 kB | 112/793 kB | 121/157 kB Progress (5): 365/450 kB | 88/126 kB | 88/262 kB | 112/793 kB | 121/157 kB Progress (5): 365/450 kB | 88/126 kB | 90/262 kB | 112/793 kB | 121/157 kB Progress (5): 367/450 kB | 88/126 kB | 90/262 kB | 112/793 kB | 121/157 kB Progress (5): 367/450 kB | 88/126 kB | 90/262 kB | 115/793 kB | 121/157 kB Progress (5): 367/450 kB | 88/126 kB | 90/262 kB | 115/793 kB | 123/157 kB Progress (5): 367/450 kB | 91/126 kB | 90/262 kB | 115/793 kB | 123/157 kB Progress (5): 367/450 kB | 91/126 kB | 90/262 kB | 115/793 kB | 126/157 kB Progress (5): 367/450 kB | 91/126 kB | 90/262 kB | 118/793 kB | 126/157 kB Progress (5): 370/450 kB | 91/126 kB | 90/262 kB | 118/793 kB | 126/157 kB Progress (5): 370/450 kB | 91/126 kB | 93/262 kB | 118/793 kB | 126/157 kB Progress (5): 373/450 kB | 91/126 kB | 93/262 kB | 118/793 kB | 126/157 kB Progress (5): 373/450 kB | 91/126 kB | 93/262 kB | 121/793 kB | 126/157 kB Progress (5): 373/450 kB | 91/126 kB | 93/262 kB | 121/793 kB | 129/157 kB Progress (5): 373/450 kB | 94/126 kB | 93/262 kB | 121/793 kB | 129/157 kB Progress (5): 373/450 kB | 94/126 kB | 93/262 kB | 121/793 kB | 132/157 kB Progress (5): 373/450 kB | 94/126 kB | 93/262 kB | 123/793 kB | 132/157 kB Progress (5): 376/450 kB | 94/126 kB | 93/262 kB | 123/793 kB | 132/157 kB Progress (5): 376/450 kB | 94/126 kB | 96/262 kB | 123/793 kB | 132/157 kB Progress (5): 378/450 kB | 94/126 kB | 96/262 kB | 123/793 kB | 132/157 kB Progress (5): 378/450 kB | 94/126 kB | 99/262 kB | 123/793 kB | 132/157 kB Progress (5): 378/450 kB | 94/126 kB | 99/262 kB | 126/793 kB | 132/157 kB Progress (5): 378/450 kB | 94/126 kB | 99/262 kB | 126/793 kB | 134/157 kB Progress (5): 378/450 kB | 94/126 kB | 99/262 kB | 129/793 kB | 134/157 kB Progress (5): 378/450 kB | 96/126 kB | 99/262 kB | 129/793 kB | 134/157 kB Progress (5): 378/450 kB | 96/126 kB | 99/262 kB | 132/793 kB | 134/157 kB Progress (5): 378/450 kB | 96/126 kB | 99/262 kB | 132/793 kB | 137/157 kB Progress (5): 378/450 kB | 96/126 kB | 101/262 kB | 132/793 kB | 137/157 kB Progress (5): 381/450 kB | 96/126 kB | 101/262 kB | 132/793 kB | 137/157 kB Progress (5): 381/450 kB | 96/126 kB | 104/262 kB | 132/793 kB | 137/157 kB Progress (5): 381/450 kB | 96/126 kB | 104/262 kB | 132/793 kB | 140/157 kB Progress (5): 381/450 kB | 96/126 kB | 107/262 kB | 132/793 kB | 140/157 kB Progress (5): 381/450 kB | 96/126 kB | 107/262 kB | 134/793 kB | 140/157 kB Progress (5): 381/450 kB | 99/126 kB | 107/262 kB | 134/793 kB | 140/157 kB Progress (5): 381/450 kB | 99/126 kB | 107/262 kB | 137/793 kB | 140/157 kB Progress (5): 381/450 kB | 99/126 kB | 110/262 kB | 137/793 kB | 140/157 kB Progress (5): 381/450 kB | 99/126 kB | 110/262 kB | 137/793 kB | 143/157 kB Progress (5): 384/450 kB | 99/126 kB | 110/262 kB | 137/793 kB | 143/157 kB Progress (5): 384/450 kB | 99/126 kB | 110/262 kB | 137/793 kB | 145/157 kB Progress (5): 384/450 kB | 99/126 kB | 112/262 kB | 137/793 kB | 145/157 kB Progress (5): 384/450 kB | 99/126 kB | 112/262 kB | 140/793 kB | 145/157 kB Progress (5): 384/450 kB | 102/126 kB | 112/262 kB | 140/793 kB | 145/157 kB Progress (5): 384/450 kB | 102/126 kB | 112/262 kB | 143/793 kB | 145/157 kB Progress (5): 384/450 kB | 102/126 kB | 115/262 kB | 143/793 kB | 145/157 kB Progress (5): 384/450 kB | 102/126 kB | 115/262 kB | 143/793 kB | 148/157 kB Progress (5): 387/450 kB | 102/126 kB | 115/262 kB | 143/793 kB | 148/157 kB Progress (5): 387/450 kB | 102/126 kB | 115/262 kB | 143/793 kB | 151/157 kB Progress (5): 387/450 kB | 102/126 kB | 118/262 kB | 143/793 kB | 151/157 kB Progress (5): 387/450 kB | 102/126 kB | 118/262 kB | 145/793 kB | 151/157 kB Progress (5): 387/450 kB | 105/126 kB | 118/262 kB | 145/793 kB | 151/157 kB Progress (5): 387/450 kB | 105/126 kB | 118/262 kB | 148/793 kB | 151/157 kB Progress (5): 387/450 kB | 105/126 kB | 121/262 kB | 148/793 kB | 151/157 kB Progress (5): 387/450 kB | 105/126 kB | 121/262 kB | 148/793 kB | 154/157 kB Progress (5): 389/450 kB | 105/126 kB | 121/262 kB | 148/793 kB | 154/157 kB Progress (5): 389/450 kB | 105/126 kB | 121/262 kB | 148/793 kB | 156/157 kB Progress (5): 389/450 kB | 105/126 kB | 123/262 kB | 148/793 kB | 156/157 kB Progress (5): 389/450 kB | 105/126 kB | 123/262 kB | 151/793 kB | 156/157 kB Progress (5): 389/450 kB | 105/126 kB | 126/262 kB | 151/793 kB | 156/157 kB Progress (5): 389/450 kB | 107/126 kB | 126/262 kB | 151/793 kB | 156/157 kB Progress (5): 389/450 kB | 107/126 kB | 129/262 kB | 151/793 kB | 156/157 kB Progress (5): 389/450 kB | 107/126 kB | 129/262 kB | 154/793 kB | 156/157 kB Progress (5): 389/450 kB | 107/126 kB | 129/262 kB | 154/793 kB | 157 kB Progress (5): 392/450 kB | 107/126 kB | 129/262 kB | 154/793 kB | 157 kB Progress (5): 392/450 kB | 107/126 kB | 129/262 kB | 156/793 kB | 157 kB Progress (5): 392/450 kB | 107/126 kB | 132/262 kB | 156/793 kB | 157 kB Progress (5): 392/450 kB | 110/126 kB | 132/262 kB | 156/793 kB | 157 kB Progress (5): 392/450 kB | 110/126 kB | 134/262 kB | 156/793 kB | 157 kB Progress (5): 392/450 kB | 110/126 kB | 134/262 kB | 159/793 kB | 157 kB Progress (5): 395/450 kB | 110/126 kB | 134/262 kB | 159/793 kB | 157 kB Progress (5): 395/450 kB | 110/126 kB | 134/262 kB | 162/793 kB | 157 kB Progress (5): 395/450 kB | 110/126 kB | 137/262 kB | 162/793 kB | 157 kB Progress (5): 395/450 kB | 113/126 kB | 137/262 kB | 162/793 kB | 157 kB Progress (5): 395/450 kB | 113/126 kB | 140/262 kB | 162/793 kB | 157 kB Progress (5): 395/450 kB | 116/126 kB | 140/262 kB | 162/793 kB | 157 kB Progress (5): 395/450 kB | 116/126 kB | 143/262 kB | 162/793 kB | 157 kB Progress (5): 395/450 kB | 116/126 kB | 143/262 kB | 165/793 kB | 157 kB Progress (5): 398/450 kB | 116/126 kB | 143/262 kB | 165/793 kB | 157 kB Progress (5): 398/450 kB | 116/126 kB | 143/262 kB | 167/793 kB | 157 kB Progress (5): 398/450 kB | 116/126 kB | 145/262 kB | 167/793 kB | 157 kB Progress (5): 398/450 kB | 118/126 kB | 145/262 kB | 167/793 kB | 157 kB Progress (5): 398/450 kB | 118/126 kB | 148/262 kB | 167/793 kB | 157 kB Progress (5): 398/450 kB | 118/126 kB | 148/262 kB | 170/793 kB | 157 kB Progress (5): 400/450 kB | 118/126 kB | 148/262 kB | 170/793 kB | 157 kB Progress (5): 400/450 kB | 118/126 kB | 148/262 kB | 173/793 kB | 157 kB Progress (5): 400/450 kB | 118/126 kB | 151/262 kB | 173/793 kB | 157 kB Progress (5): 400/450 kB | 118/126 kB | 151/262 kB | 175/793 kB | 157 kB Progress (5): 400/450 kB | 121/126 kB | 151/262 kB | 175/793 kB | 157 kB Progress (5): 400/450 kB | 121/126 kB | 151/262 kB | 178/793 kB | 157 kB Progress (5): 400/450 kB | 121/126 kB | 154/262 kB | 178/793 kB | 157 kB Progress (5): 403/450 kB | 121/126 kB | 154/262 kB | 178/793 kB | 157 kB Progress (5): 403/450 kB | 121/126 kB | 156/262 kB | 178/793 kB | 157 kB Progress (5): 403/450 kB | 121/126 kB | 156/262 kB | 181/793 kB | 157 kB Progress (5): 403/450 kB | 124/126 kB | 156/262 kB | 181/793 kB | 157 kB Progress (5): 403/450 kB | 124/126 kB | 156/262 kB | 184/793 kB | 157 kB Progress (5): 403/450 kB | 124/126 kB | 159/262 kB | 184/793 kB | 157 kB Progress (5): 406/450 kB | 124/126 kB | 159/262 kB | 184/793 kB | 157 kB Progress (5): 406/450 kB | 124/126 kB | 162/262 kB | 184/793 kB | 157 kB Progress (5): 406/450 kB | 124/126 kB | 162/262 kB | 186/793 kB | 157 kB Progress (5): 406/450 kB | 126 kB | 162/262 kB | 186/793 kB | 157 kB Progress (5): 406/450 kB | 126 kB | 162/262 kB | 189/793 kB | 157 kB Progress (5): 406/450 kB | 126 kB | 165/262 kB | 189/793 kB | 157 kB Progress (5): 409/450 kB | 126 kB | 165/262 kB | 189/793 kB | 157 kB Progress (5): 409/450 kB | 126 kB | 167/262 kB | 189/793 kB | 157 kB Progress (5): 411/450 kB | 126 kB | 167/262 kB | 189/793 kB | 157 kB Progress (5): 411/450 kB | 126 kB | 167/262 kB | 192/793 kB | 157 kB Progress (5): 414/450 kB | 126 kB | 167/262 kB | 192/793 kB | 157 kB Progress (5): 414/450 kB | 126 kB | 170/262 kB | 192/793 kB | 157 kB Progress (5): 417/450 kB | 126 kB | 170/262 kB | 192/793 kB | 157 kB Progress (5): 417/450 kB | 126 kB | 170/262 kB | 195/793 kB | 157 kB Progress (5): 420/450 kB | 126 kB | 170/262 kB | 195/793 kB | 157 kB Progress (5): 420/450 kB | 126 kB | 170/262 kB | 197/793 kB | 157 kB Progress (5): 422/450 kB | 126 kB | 170/262 kB | 197/793 kB | 157 kB Progress (5): 422/450 kB | 126 kB | 173/262 kB | 197/793 kB | 157 kB Progress (5): 425/450 kB | 126 kB | 173/262 kB | 197/793 kB | 157 kB Progress (5): 425/450 kB | 126 kB | 173/262 kB | 200/793 kB | 157 kB Progress (5): 428/450 kB | 126 kB | 173/262 kB | 200/793 kB | 157 kB Progress (5): 428/450 kB | 126 kB | 175/262 kB | 200/793 kB | 157 kB Progress (5): 430/450 kB | 126 kB | 175/262 kB | 200/793 kB | 157 kB Progress (5): 430/450 kB | 126 kB | 175/262 kB | 203/793 kB | 157 kB Progress (5): 430/450 kB | 126 kB | 178/262 kB | 203/793 kB | 157 kB Progress (5): 430/450 kB | 126 kB | 178/262 kB | 206/793 kB | 157 kB Progress (5): 433/450 kB | 126 kB | 178/262 kB | 206/793 kB | 157 kB Progress (5): 433/450 kB | 126 kB | 178/262 kB | 208/793 kB | 157 kB Progress (5): 433/450 kB | 126 kB | 181/262 kB | 208/793 kB | 157 kB Progress (5): 436/450 kB | 126 kB | 181/262 kB | 208/793 kB | 157 kB Progress (5): 436/450 kB | 126 kB | 184/262 kB | 208/793 kB | 157 kB Progress (5): 439/450 kB | 126 kB | 184/262 kB | 208/793 kB | 157 kB Progress (5): 439/450 kB | 126 kB | 184/262 kB | 211/793 kB | 157 kB Progress (5): 441/450 kB | 126 kB | 184/262 kB | 211/793 kB | 157 kB Progress (5): 441/450 kB | 126 kB | 186/262 kB | 211/793 kB | 157 kB Progress (5): 444/450 kB | 126 kB | 186/262 kB | 211/793 kB | 157 kB Progress (5): 444/450 kB | 126 kB | 186/262 kB | 214/793 kB | 157 kB Progress (5): 447/450 kB | 126 kB | 186/262 kB | 214/793 kB | 157 kB Progress (5): 447/450 kB | 126 kB | 186/262 kB | 217/793 kB | 157 kB Progress (5): 447/450 kB | 126 kB | 189/262 kB | 217/793 kB | 157 kB Progress (5): 447/450 kB | 126 kB | 189/262 kB | 219/793 kB | 157 kB Progress (5): 450 kB | 126 kB | 189/262 kB | 219/793 kB | 157 kB Progress (5): 450 kB | 126 kB | 192/262 kB | 219/793 kB | 157 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.5.1/xmlunit-core-2.5.1.jar (157 kB at 974 kB/s) +Progress (4): 450 kB | 126 kB | 195/262 kB | 219/793 kB Progress (4): 450 kB | 126 kB | 195/262 kB | 223/793 kB Progress (4): 450 kB | 126 kB | 197/262 kB | 223/793 kB Progress (4): 450 kB | 126 kB | 197/262 kB | 227/793 kB Progress (4): 450 kB | 126 kB | 200/262 kB | 227/793 kB Progress (4): 450 kB | 126 kB | 200/262 kB | 231/793 kB Progress (4): 450 kB | 126 kB | 203/262 kB | 231/793 kB Progress (4): 450 kB | 126 kB | 203/262 kB | 235/793 kB Progress (4): 450 kB | 126 kB | 206/262 kB | 235/793 kB Progress (4): 450 kB | 126 kB | 208/262 kB | 235/793 kB Progress (4): 450 kB | 126 kB | 208/262 kB | 239/793 kB Progress (4): 450 kB | 126 kB | 211/262 kB | 239/793 kB Progress (4): 450 kB | 126 kB | 211/262 kB | 243/793 kB Progress (4): 450 kB | 126 kB | 214/262 kB | 243/793 kB Progress (4): 450 kB | 126 kB | 214/262 kB | 247/793 kB Progress (4): 450 kB | 126 kB | 217/262 kB | 247/793 kB Progress (4): 450 kB | 126 kB | 217/262 kB | 251/793 kB Progress (4): 450 kB | 126 kB | 219/262 kB | 251/793 kB Progress (4): 450 kB | 126 kB | 222/262 kB | 251/793 kB Progress (4): 450 kB | 126 kB | 222/262 kB | 256/793 kB Progress (4): 450 kB | 126 kB | 225/262 kB | 256/793 kB Progress (4): 450 kB | 126 kB | 225/262 kB | 260/793 kB Progress (4): 450 kB | 126 kB | 228/262 kB | 260/793 kB Progress (4): 450 kB | 126 kB | 228/262 kB | 264/793 kB Progress (4): 450 kB | 126 kB | 230/262 kB | 264/793 kB Progress (4): 450 kB | 126 kB | 230/262 kB | 268/793 kB Progress (4): 450 kB | 126 kB | 233/262 kB | 268/793 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-legacy/2.5.1/xmlunit-legacy-2.5.1.jar (126 kB at 743 kB/s) +Progress (3): 450 kB | 233/262 kB | 272/793 kB Progress (3): 450 kB | 236/262 kB | 272/793 kB Progress (3): 450 kB | 236/262 kB | 276/793 kB Progress (3): 450 kB | 236/262 kB | 280/793 kB Progress (3): 450 kB | 239/262 kB | 280/793 kB Progress (3): 450 kB | 239/262 kB | 284/793 kB Progress (3): 450 kB | 241/262 kB | 284/793 kB Progress (3): 450 kB | 244/262 kB | 284/793 kB Progress (3): 450 kB | 247/262 kB | 284/793 kB Progress (3): 450 kB | 247/262 kB | 288/793 kB Progress (3): 450 kB | 250/262 kB | 288/793 kB Progress (3): 450 kB | 250/262 kB | 292/793 kB Progress (3): 450 kB | 252/262 kB | 292/793 kB Progress (3): 450 kB | 252/262 kB | 297/793 kB Progress (3): 450 kB | 252/262 kB | 301/793 kB Progress (3): 450 kB | 255/262 kB | 301/793 kB Progress (3): 450 kB | 258/262 kB | 301/793 kB Progress (3): 450 kB | 258/262 kB | 305/793 kB Progress (3): 450 kB | 260/262 kB | 305/793 kB Progress (3): 450 kB | 260/262 kB | 309/793 kB Progress (3): 450 kB | 260/262 kB | 313/793 kB Progress (3): 450 kB | 262 kB | 313/793 kB Progress (3): 450 kB | 262 kB | 317/793 kB Progress (3): 450 kB | 262 kB | 321/793 kB Progress (3): 450 kB | 262 kB | 325/793 kB Progress (3): 450 kB | 262 kB | 329/793 kB Progress (3): 450 kB | 262 kB | 333/793 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 2.6 MB/s) +Progress (2): 262 kB | 338/793 kB Progress (2): 262 kB | 342/793 kB Progress (2): 262 kB | 346/793 kB Progress (2): 262 kB | 350/793 kB Progress (2): 262 kB | 354/793 kB Progress (2): 262 kB | 358/793 kB Progress (2): 262 kB | 362/793 kB Progress (2): 262 kB | 366/793 kB Progress (2): 262 kB | 370/793 kB Progress (2): 262 kB | 374/793 kB Progress (2): 262 kB | 378/793 kB Progress (2): 262 kB | 383/793 kB Progress (2): 262 kB | 387/793 kB Progress (2): 262 kB | 391/793 kB Progress (2): 262 kB | 395/793 kB Progress (2): 262 kB | 399/793 kB Progress (2): 262 kB | 403/793 kB Progress (2): 262 kB | 407/793 kB Progress (2): 262 kB | 411/793 kB Progress (2): 262 kB | 415/793 kB Progress (2): 262 kB | 419/793 kB Progress (2): 262 kB | 424/793 kB Progress (2): 262 kB | 428/793 kB Progress (2): 262 kB | 432/793 kB Progress (2): 262 kB | 436/793 kB Progress (2): 262 kB | 438/793 kB Progress (2): 262 kB | 442/793 kB Progress (2): 262 kB | 446/793 kB Progress (2): 262 kB | 450/793 kB Progress (2): 262 kB | 454/793 kB Progress (2): 262 kB | 458/793 kB Progress (2): 262 kB | 463/793 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 1.4 MB/s) +Progress (1): 467/793 kB Progress (1): 471/793 kB Progress (1): 475/793 kB Progress (1): 479/793 kB Progress (1): 483/793 kB Progress (1): 487/793 kB Progress (1): 491/793 kB Progress (1): 495/793 kB Progress (1): 499/793 kB Progress (1): 504/793 kB Progress (1): 508/793 kB Progress (1): 512/793 kB Progress (1): 516/793 kB Progress (1): 520/793 kB Progress (1): 524/793 kB Progress (1): 528/793 kB Progress (1): 532/793 kB Progress (1): 536/793 kB Progress (1): 540/793 kB Progress (1): 544/793 kB Progress (1): 549/793 kB Progress (1): 553/793 kB Progress (1): 557/793 kB Progress (1): 561/793 kB Progress (1): 565/793 kB Progress (1): 569/793 kB Progress (1): 573/793 kB Progress (1): 577/793 kB Progress (1): 581/793 kB Progress (1): 585/793 kB Progress (1): 590/793 kB Progress (1): 594/793 kB Progress (1): 598/793 kB Progress (1): 602/793 kB Progress (1): 606/793 kB Progress (1): 610/793 kB Progress (1): 614/793 kB Progress (1): 618/793 kB Progress (1): 622/793 kB Progress (1): 626/793 kB Progress (1): 631/793 kB Progress (1): 635/793 kB Progress (1): 639/793 kB Progress (1): 643/793 kB Progress (1): 647/793 kB Progress (1): 651/793 kB Progress (1): 655/793 kB Progress (1): 657/793 kB Progress (1): 661/793 kB Progress (1): 665/793 kB Progress (1): 670/793 kB Progress (1): 674/793 kB Progress (1): 678/793 kB Progress (1): 682/793 kB Progress (1): 686/793 kB Progress (1): 690/793 kB Progress (1): 694/793 kB Progress (1): 698/793 kB Progress (1): 702/793 kB Progress (1): 706/793 kB Progress (1): 711/793 kB Progress (1): 715/793 kB Progress (1): 719/793 kB Progress (1): 723/793 kB Progress (1): 727/793 kB Progress (1): 731/793 kB Progress (1): 735/793 kB Progress (1): 739/793 kB Progress (1): 743/793 kB Progress (1): 747/793 kB Progress (1): 751/793 kB Progress (1): 756/793 kB Progress (1): 760/793 kB Progress (1): 764/793 kB Progress (1): 768/793 kB Progress (1): 772/793 kB Progress (1): 776/793 kB Progress (1): 780/793 kB Progress (1): 784/793 kB Progress (1): 788/793 kB Progress (1): 792/793 kB Progress (1): 793 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.59/bcpkix-jdk15on-1.59.jar (793 kB at 3.6 MB/s) +[INFO] net.shibboleth.utilities:java-support:jar:7.5.2 +[INFO] +- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:20.0:compile +[INFO] +- joda-time:joda-time:jar:2.9:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:compile (optional) +[INFO] +- ch.qos.logback:logback-core:jar:1.2.3:compile (optional) +[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile (optional) +[INFO] +- org.apache.httpcomponents:httpclient-cache:jar:4.5.13:compile (optional) +[INFO] +- org.apache.httpcomponents:httpcore:jar:4.4.14:compile (optional) +[INFO] +- com.beust:jcommander:jar:1.48:compile (optional) +[INFO] +- org.apache.velocity:velocity:jar:1.7:compile (optional) +[INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile (optional) +[INFO] | \- commons-lang:commons-lang:jar:2.4:compile (optional) +[INFO] +- org.bouncycastle:bcprov-jdk15on:jar:1.59:compile (optional) +[INFO] +- org.bouncycastle:bcpkix-jdk15on:jar:1.59:compile (optional) +[INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.5.1:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.5.1:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.springframework:spring-core:jar:4.3.30.RELEASE:test +[INFO] +- org.springframework:spring-test:jar:4.3.30.RELEASE:test +[INFO] +- org.springframework:spring-web:jar:4.3.30.RELEASE:test +[INFO] | +- org.springframework:spring-aop:jar:4.3.30.RELEASE:test +[INFO] | +- org.springframework:spring-beans:jar:4.3.30.RELEASE:test +[INFO] | \- org.springframework:spring-context:jar:4.3.30.RELEASE:test +[INFO] | \- org.springframework:spring-expression:jar:4.3.30.RELEASE:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.664 s +[INFO] Finished at: 2021-02-11T08:50:47-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[WARNING] The project net.shibboleth:parent:pom:7.11.2 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html +[INFO] +[INFO] -----------------------< net.shibboleth:parent >------------------------ +[INFO] Building Shibboleth Project V3 Super POM 7.11.2 +[INFO] --------------------------------[ pom ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ parent --- +[INFO] net.shibboleth:parent:pom:7.11.2 +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- junit:junit:jar:4.10:test +[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.1:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.759 s +[INFO] Finished at: 2021-02-11T08:50:48-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] --------------------< org.opensaml:opensaml-parent >-------------------- +[INFO] Building OpenSAML 3.4.6 +[INFO] --------------------------------[ pom ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ opensaml-parent --- +[INFO] org.opensaml:opensaml-parent:pom:3.4.6 +[INFO] +- net.shibboleth.utilities:java-support:jar:7.5.2:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | +- com.google.guava:guava:jar:20.0:compile +[INFO] | \- joda-time:joda-time:jar:2.9:compile +[INFO] +- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:7.5.2:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.5.1:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.5.1:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.783 s +[INFO] Finished at: 2021-02-11T08:50:50-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -----------------< org.opensaml:opensaml-profile-impl >----------------- +[INFO] Building OpenSAML :: Profile Implementations 3.4.6 +[INFO] --------------------------------[ jar ]--------------------------------- +Downloading from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-core/3.1.5/metrics-core-3.1.5.pom +Progress (1): 846 B Downloaded from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-core/3.1.5/metrics-core-3.1.5.pom (846 B at 3.6 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-parent/3.1.5/metrics-parent-3.1.5.pom +Progress (1): 2.7/12 kB Progress (1): 5.5/12 kB Progress (1): 8.2/12 kB Progress (1): 11/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-parent/3.1.5/metrics-parent-3.1.5.pom (12 kB at 336 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom +Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 84 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom +Progress (1): 2.7/12 kB Progress (1): 5.5/12 kB Progress (1): 8.2/12 kB Progress (1): 11/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 313 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/santuario/xmlsec/2.0.10/xmlsec-2.0.10.pom +Progress (1): 2.7/26 kB Progress (1): 5.5/26 kB Progress (1): 8.2/26 kB Progress (1): 11/26 kB Progress (1): 14/26 kB Progress (1): 16/26 kB Progress (1): 19/26 kB Progress (1): 22/26 kB Progress (1): 25/26 kB Progress (1): 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/santuario/xmlsec/2.0.10/xmlsec-2.0.10.pom (26 kB at 567 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.pom +Progress (1): 2.7/7.1 kB Progress (1): 5.5/7.1 kB Progress (1): 7.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.pom (7.1 kB at 252 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/24/oss-parent-24.pom +Progress (1): 2.7/19 kB Progress (1): 5.5/19 kB Progress (1): 8.2/19 kB Progress (1): 11/19 kB Progress (1): 14/19 kB Progress (1): 16/19 kB Progress (1): 19/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/24/oss-parent-24.pom (19 kB at 555 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom +Progress (1): 2.7/5.5 kB Progress (1): 5.5/5.5 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom (5.5 kB at 196 kB/s) +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ opensaml-profile-impl --- +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/santuario/xmlsec/2.0.10/xmlsec-2.0.10.jar +Downloading from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-core/3.1.5/metrics-core-3.1.5.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar +Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.jar +Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.3/1.1 MB Progress (2): 0.3/1.1 MB | 2.7/162 kB Progress (3): 0.3/1.1 MB | 2.7/162 kB | 2.7/513 kB Progress (4): 0.3/1.1 MB | 2.7/162 kB | 2.7/513 kB | 2.7/120 kB Progress (4): 0.3/1.1 MB | 2.7/162 kB | 5.5/513 kB | 2.7/120 kB Progress (4): 0.3/1.1 MB | 2.7/162 kB | 5.5/513 kB | 5.5/120 kB Progress (4): 0.3/1.1 MB | 5.5/162 kB | 5.5/513 kB | 5.5/120 kB Progress (4): 0.3/1.1 MB | 5.5/162 kB | 5.5/513 kB | 8.2/120 kB Progress (4): 0.3/1.1 MB | 5.5/162 kB | 8.2/513 kB | 8.2/120 kB Progress (4): 0.3/1.1 MB | 5.5/162 kB | 8.2/513 kB | 8.2/120 kB Progress (4): 0.3/1.1 MB | 5.5/162 kB | 11/513 kB | 8.2/120 kB Progress (4): 0.3/1.1 MB | 5.5/162 kB | 11/513 kB | 11/120 kB Progress (4): 0.3/1.1 MB | 8.2/162 kB | 11/513 kB | 11/120 kB Progress (4): 0.3/1.1 MB | 8.2/162 kB | 11/513 kB | 14/120 kB Progress (4): 0.3/1.1 MB | 8.2/162 kB | 14/513 kB | 14/120 kB Progress (4): 0.3/1.1 MB | 8.2/162 kB | 14/513 kB | 14/120 kB Progress (4): 0.3/1.1 MB | 8.2/162 kB | 16/513 kB | 14/120 kB Progress (4): 0.3/1.1 MB | 8.2/162 kB | 16/513 kB | 16/120 kB Progress (4): 0.3/1.1 MB | 11/162 kB | 16/513 kB | 16/120 kB Progress (4): 0.3/1.1 MB | 11/162 kB | 16/513 kB | 19/120 kB Progress (4): 0.3/1.1 MB | 11/162 kB | 16/513 kB | 19/120 kB Progress (4): 0.3/1.1 MB | 11/162 kB | 19/513 kB | 19/120 kB Progress (4): 0.3/1.1 MB | 11/162 kB | 19/513 kB | 19/120 kB Progress (4): 0.3/1.1 MB | 11/162 kB | 19/513 kB | 22/120 kB Progress (4): 0.3/1.1 MB | 14/162 kB | 19/513 kB | 22/120 kB Progress (4): 0.3/1.1 MB | 14/162 kB | 19/513 kB | 25/120 kB Progress (4): 0.3/1.1 MB | 14/162 kB | 19/513 kB | 25/120 kB Progress (4): 0.3/1.1 MB | 14/162 kB | 22/513 kB | 25/120 kB Progress (4): 0.3/1.1 MB | 14/162 kB | 22/513 kB | 25/120 kB Progress (4): 0.3/1.1 MB | 14/162 kB | 22/513 kB | 27/120 kB Progress (4): 0.3/1.1 MB | 16/162 kB | 22/513 kB | 27/120 kB Progress (4): 0.3/1.1 MB | 16/162 kB | 22/513 kB | 30/120 kB Progress (4): 0.3/1.1 MB | 16/162 kB | 22/513 kB | 30/120 kB Progress (4): 0.3/1.1 MB | 16/162 kB | 25/513 kB | 30/120 kB Progress (4): 0.3/1.1 MB | 16/162 kB | 25/513 kB | 30/120 kB Progress (4): 0.3/1.1 MB | 16/162 kB | 25/513 kB | 33/120 kB Progress (4): 0.3/1.1 MB | 19/162 kB | 25/513 kB | 33/120 kB Progress (4): 0.3/1.1 MB | 19/162 kB | 25/513 kB | 36/120 kB Progress (4): 0.3/1.1 MB | 19/162 kB | 27/513 kB | 36/120 kB Progress (4): 0.3/1.1 MB | 22/162 kB | 27/513 kB | 36/120 kB Progress (4): 0.3/1.1 MB | 22/162 kB | 27/513 kB | 36/120 kB Progress (4): 0.3/1.1 MB | 25/162 kB | 27/513 kB | 36/120 kB Progress (4): 0.3/1.1 MB | 25/162 kB | 30/513 kB | 36/120 kB Progress (4): 0.3/1.1 MB | 25/162 kB | 30/513 kB | 38/120 kB Progress (4): 0.3/1.1 MB | 25/162 kB | 33/513 kB | 38/120 kB Progress (4): 0.3/1.1 MB | 27/162 kB | 33/513 kB | 38/120 kB Progress (4): 0.3/1.1 MB | 27/162 kB | 33/513 kB | 38/120 kB Progress (4): 0.3/1.1 MB | 30/162 kB | 33/513 kB | 38/120 kB Progress (4): 0.3/1.1 MB | 30/162 kB | 36/513 kB | 38/120 kB Progress (4): 0.3/1.1 MB | 30/162 kB | 36/513 kB | 41/120 kB Progress (4): 0.3/1.1 MB | 30/162 kB | 38/513 kB | 41/120 kB Progress (4): 0.3/1.1 MB | 30/162 kB | 38/513 kB | 44/120 kB Progress (4): 0.3/1.1 MB | 30/162 kB | 38/513 kB | 44/120 kB Progress (4): 0.3/1.1 MB | 33/162 kB | 38/513 kB | 44/120 kB Progress (4): 0.3/1.1 MB | 33/162 kB | 38/513 kB | 44/120 kB Progress (4): 0.3/1.1 MB | 33/162 kB | 38/513 kB | 47/120 kB Progress (4): 0.3/1.1 MB | 33/162 kB | 41/513 kB | 47/120 kB Progress (4): 0.3/1.1 MB | 33/162 kB | 41/513 kB | 49/120 kB Progress (4): 0.3/1.1 MB | 36/162 kB | 41/513 kB | 49/120 kB Progress (4): 0.3/1.1 MB | 36/162 kB | 41/513 kB | 52/120 kB Progress (4): 0.3/1.1 MB | 36/162 kB | 44/513 kB | 52/120 kB Progress (4): 0.4/1.1 MB | 36/162 kB | 44/513 kB | 52/120 kB Progress (4): 0.4/1.1 MB | 36/162 kB | 44/513 kB | 55/120 kB Progress (4): 0.4/1.1 MB | 38/162 kB | 44/513 kB | 55/120 kB Progress (4): 0.4/1.1 MB | 38/162 kB | 44/513 kB | 55/120 kB Progress (4): 0.4/1.1 MB | 38/162 kB | 47/513 kB | 55/120 kB Progress (4): 0.4/1.1 MB | 41/162 kB | 47/513 kB | 55/120 kB Progress (4): 0.4/1.1 MB | 41/162 kB | 47/513 kB | 58/120 kB Progress (4): 0.4/1.1 MB | 41/162 kB | 47/513 kB | 58/120 kB Progress (4): 0.4/1.1 MB | 41/162 kB | 49/513 kB | 58/120 kB Progress (4): 0.4/1.1 MB | 41/162 kB | 49/513 kB | 58/120 kB Progress (4): 0.4/1.1 MB | 41/162 kB | 49/513 kB | 60/120 kB Progress (4): 0.4/1.1 MB | 44/162 kB | 49/513 kB | 60/120 kB Progress (4): 0.4/1.1 MB | 44/162 kB | 49/513 kB | 63/120 kB Progress (4): 0.4/1.1 MB | 44/162 kB | 52/513 kB | 63/120 kB Progress (4): 0.4/1.1 MB | 44/162 kB | 52/513 kB | 66/120 kB Progress (4): 0.4/1.1 MB | 47/162 kB | 52/513 kB | 66/120 kB Progress (4): 0.4/1.1 MB | 47/162 kB | 52/513 kB | 66/120 kB Progress (4): 0.4/1.1 MB | 49/162 kB | 52/513 kB | 66/120 kB Progress (4): 0.4/1.1 MB | 49/162 kB | 52/513 kB | 69/120 kB Progress (4): 0.4/1.1 MB | 49/162 kB | 55/513 kB | 69/120 kB Progress (4): 0.4/1.1 MB | 49/162 kB | 55/513 kB | 71/120 kB Progress (4): 0.4/1.1 MB | 52/162 kB | 55/513 kB | 71/120 kB Progress (4): 0.4/1.1 MB | 52/162 kB | 55/513 kB | 71/120 kB Progress (4): 0.4/1.1 MB | 55/162 kB | 55/513 kB | 71/120 kB Progress (4): 0.4/1.1 MB | 55/162 kB | 55/513 kB | 74/120 kB Progress (4): 0.4/1.1 MB | 55/162 kB | 58/513 kB | 74/120 kB Progress (4): 0.4/1.1 MB | 55/162 kB | 58/513 kB | 74/120 kB Progress (4): 0.4/1.1 MB | 58/162 kB | 58/513 kB | 74/120 kB Progress (4): 0.4/1.1 MB | 58/162 kB | 58/513 kB | 74/120 kB Progress (4): 0.4/1.1 MB | 58/162 kB | 60/513 kB | 74/120 kB Progress (4): 0.4/1.1 MB | 58/162 kB | 60/513 kB | 77/120 kB Progress (4): 0.4/1.1 MB | 58/162 kB | 63/513 kB | 77/120 kB Progress (4): 0.4/1.1 MB | 58/162 kB | 63/513 kB | 77/120 kB Progress (4): 0.4/1.1 MB | 58/162 kB | 66/513 kB | 77/120 kB Progress (4): 0.4/1.1 MB | 60/162 kB | 66/513 kB | 77/120 kB Progress (4): 0.4/1.1 MB | 60/162 kB | 69/513 kB | 77/120 kB Progress (4): 0.4/1.1 MB | 60/162 kB | 69/513 kB | 77/120 kB Progress (4): 0.4/1.1 MB | 60/162 kB | 69/513 kB | 80/120 kB Progress (4): 0.4/1.1 MB | 60/162 kB | 71/513 kB | 80/120 kB Progress (4): 0.4/1.1 MB | 63/162 kB | 71/513 kB | 80/120 kB Progress (4): 0.4/1.1 MB | 63/162 kB | 71/513 kB | 82/120 kB Progress (4): 0.4/1.1 MB | 63/162 kB | 71/513 kB | 82/120 kB Progress (4): 0.4/1.1 MB | 63/162 kB | 71/513 kB | 85/120 kB Progress (4): 0.4/1.1 MB | 66/162 kB | 71/513 kB | 85/120 kB Progress (4): 0.4/1.1 MB | 66/162 kB | 74/513 kB | 85/120 kB Progress (4): 0.4/1.1 MB | 69/162 kB | 74/513 kB | 85/120 kB Progress (4): 0.4/1.1 MB | 69/162 kB | 77/513 kB | 85/120 kB Progress (4): 0.4/1.1 MB | 69/162 kB | 77/513 kB | 85/120 kB Progress (4): 0.4/1.1 MB | 69/162 kB | 77/513 kB | 88/120 kB Progress (4): 0.5/1.1 MB | 69/162 kB | 77/513 kB | 88/120 kB Progress (4): 0.5/1.1 MB | 69/162 kB | 80/513 kB | 88/120 kB Progress (4): 0.5/1.1 MB | 71/162 kB | 80/513 kB | 88/120 kB Progress (4): 0.5/1.1 MB | 71/162 kB | 82/513 kB | 88/120 kB Progress (4): 0.5/1.1 MB | 71/162 kB | 82/513 kB | 88/120 kB Progress (4): 0.5/1.1 MB | 71/162 kB | 82/513 kB | 90/120 kB Progress (4): 0.5/1.1 MB | 71/162 kB | 82/513 kB | 90/120 kB Progress (4): 0.5/1.1 MB | 71/162 kB | 85/513 kB | 90/120 kB Progress (4): 0.5/1.1 MB | 74/162 kB | 85/513 kB | 90/120 kB Progress (4): 0.5/1.1 MB | 74/162 kB | 88/513 kB | 90/120 kB Progress (4): 0.5/1.1 MB | 74/162 kB | 88/513 kB | 93/120 kB Progress (4): 0.5/1.1 MB | 74/162 kB | 90/513 kB | 93/120 kB Progress (4): 0.5/1.1 MB | 77/162 kB | 90/513 kB | 93/120 kB Progress (4): 0.5/1.1 MB | 77/162 kB | 90/513 kB | 93/120 kB Progress (4): 0.5/1.1 MB | 80/162 kB | 90/513 kB | 93/120 kB Progress (4): 0.5/1.1 MB | 80/162 kB | 93/513 kB | 93/120 kB Progress (4): 0.5/1.1 MB | 80/162 kB | 93/513 kB | 96/120 kB Progress (4): 0.5/1.1 MB | 80/162 kB | 96/513 kB | 96/120 kB Progress (4): 0.5/1.1 MB | 82/162 kB | 96/513 kB | 96/120 kB Progress (4): 0.5/1.1 MB | 82/162 kB | 96/513 kB | 96/120 kB Progress (4): 0.5/1.1 MB | 85/162 kB | 96/513 kB | 96/120 kB Progress (4): 0.5/1.1 MB | 85/162 kB | 99/513 kB | 96/120 kB Progress (4): 0.5/1.1 MB | 85/162 kB | 99/513 kB | 99/120 kB Progress (4): 0.5/1.1 MB | 85/162 kB | 101/513 kB | 99/120 kB Progress (4): 0.5/1.1 MB | 85/162 kB | 101/513 kB | 99/120 kB Progress (4): 0.5/1.1 MB | 88/162 kB | 101/513 kB | 99/120 kB Progress (4): 0.5/1.1 MB | 88/162 kB | 101/513 kB | 99/120 kB Progress (4): 0.5/1.1 MB | 88/162 kB | 104/513 kB | 99/120 kB Progress (4): 0.5/1.1 MB | 88/162 kB | 104/513 kB | 101/120 kB Progress (4): 0.5/1.1 MB | 88/162 kB | 107/513 kB | 101/120 kB Progress (4): 0.5/1.1 MB | 90/162 kB | 107/513 kB | 101/120 kB Progress (4): 0.5/1.1 MB | 90/162 kB | 110/513 kB | 101/120 kB Progress (4): 0.5/1.1 MB | 90/162 kB | 110/513 kB | 104/120 kB Progress (4): 0.5/1.1 MB | 90/162 kB | 110/513 kB | 104/120 kB Progress (4): 0.5/1.1 MB | 90/162 kB | 110/513 kB | 107/120 kB Progress (4): 0.5/1.1 MB | 90/162 kB | 112/513 kB | 107/120 kB Progress (4): 0.5/1.1 MB | 93/162 kB | 112/513 kB | 107/120 kB Progress (4): 0.5/1.1 MB | 93/162 kB | 112/513 kB | 110/120 kB Progress (4): 0.5/1.1 MB | 93/162 kB | 112/513 kB | 110/120 kB Progress (4): 0.5/1.1 MB | 93/162 kB | 112/513 kB | 112/120 kB Progress (4): 0.5/1.1 MB | 96/162 kB | 112/513 kB | 112/120 kB Progress (4): 0.5/1.1 MB | 96/162 kB | 115/513 kB | 112/120 kB Progress (4): 0.5/1.1 MB | 99/162 kB | 115/513 kB | 112/120 kB Progress (4): 0.5/1.1 MB | 99/162 kB | 115/513 kB | 115/120 kB Progress (4): 0.5/1.1 MB | 99/162 kB | 115/513 kB | 115/120 kB Progress (4): 0.5/1.1 MB | 99/162 kB | 115/513 kB | 118/120 kB Progress (4): 0.5/1.1 MB | 101/162 kB | 115/513 kB | 118/120 kB Progress (4): 0.5/1.1 MB | 101/162 kB | 118/513 kB | 118/120 kB Progress (4): 0.5/1.1 MB | 104/162 kB | 118/513 kB | 118/120 kB Progress (4): 0.5/1.1 MB | 104/162 kB | 118/513 kB | 120 kB Progress (4): 0.5/1.1 MB | 104/162 kB | 118/513 kB | 120 kB Progress (4): 0.5/1.1 MB | 107/162 kB | 118/513 kB | 120 kB Progress (4): 0.5/1.1 MB | 107/162 kB | 121/513 kB | 120 kB Progress (4): 0.5/1.1 MB | 110/162 kB | 121/513 kB | 120 kB Progress (4): 0.5/1.1 MB | 110/162 kB | 123/513 kB | 120 kB Progress (4): 0.5/1.1 MB | 110/162 kB | 123/513 kB | 120 kB Progress (4): 0.5/1.1 MB | 112/162 kB | 123/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 112/162 kB | 123/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 112/162 kB | 126/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 115/162 kB | 126/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 115/162 kB | 129/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 118/162 kB | 129/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 118/162 kB | 129/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 121/162 kB | 129/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 121/162 kB | 132/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 123/162 kB | 132/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 123/162 kB | 132/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 123/162 kB | 134/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 126/162 kB | 134/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 126/162 kB | 137/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 129/162 kB | 137/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 129/162 kB | 137/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 132/162 kB | 137/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 132/162 kB | 140/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 134/162 kB | 140/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 134/162 kB | 140/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 137/162 kB | 140/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 137/162 kB | 143/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 140/162 kB | 143/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 140/162 kB | 143/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 140/162 kB | 145/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 140/162 kB | 145/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 143/162 kB | 145/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 143/162 kB | 148/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 145/162 kB | 148/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 145/162 kB | 151/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 145/162 kB | 151/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 145/162 kB | 154/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 148/162 kB | 154/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 148/162 kB | 156/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 148/162 kB | 156/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 148/162 kB | 159/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 151/162 kB | 159/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 151/162 kB | 162/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 151/162 kB | 162/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 151/162 kB | 165/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 154/162 kB | 165/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 154/162 kB | 167/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 154/162 kB | 167/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 154/162 kB | 170/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 156/162 kB | 170/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 156/162 kB | 173/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 156/162 kB | 173/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 156/162 kB | 175/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 159/162 kB | 175/513 kB | 120 kB Progress (4): 0.6/1.1 MB | 159/162 kB | 178/513 kB | 120 kB Progress (4): 0.7/1.1 MB | 159/162 kB | 178/513 kB | 120 kB Progress (4): 0.7/1.1 MB | 159/162 kB | 181/513 kB | 120 kB Progress (4): 0.7/1.1 MB | 162/162 kB | 181/513 kB | 120 kB Progress (4): 0.7/1.1 MB | 162/162 kB | 184/513 kB | 120 kB Progress (4): 0.7/1.1 MB | 162/162 kB | 184/513 kB | 120 kB Progress (4): 0.7/1.1 MB | 162/162 kB | 186/513 kB | 120 kB Progress (4): 0.7/1.1 MB | 162 kB | 186/513 kB | 120 kB Progress (4): 0.7/1.1 MB | 162 kB | 189/513 kB | 120 kB Progress (4): 0.7/1.1 MB | 162 kB | 189/513 kB | 120 kB Progress (4): 0.7/1.1 MB | 162 kB | 192/513 kB | 120 kB Progress (4): 0.7/1.1 MB | 162 kB | 192/513 kB | 120 kB Progress (4): 0.7/1.1 MB | 162 kB | 195/513 kB | 120 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-core/3.1.5/metrics-core-3.1.5.jar (120 kB at 941 kB/s) +Progress (3): 0.7/1.1 MB | 162 kB | 195/513 kB Progress (3): 0.7/1.1 MB | 162 kB | 197/513 kB Progress (3): 0.7/1.1 MB | 162 kB | 197/513 kB Progress (3): 0.7/1.1 MB | 162 kB | 200/513 kB Progress (3): 0.7/1.1 MB | 162 kB | 203/513 kB Progress (3): 0.7/1.1 MB | 162 kB | 203/513 kB Progress (3): 0.7/1.1 MB | 162 kB | 206/513 kB Progress (3): 0.7/1.1 MB | 162 kB | 206/513 kB Progress (3): 0.7/1.1 MB | 162 kB | 208/513 kB Progress (3): 0.7/1.1 MB | 162 kB | 211/513 kB Progress (3): 0.7/1.1 MB | 162 kB | 211/513 kB Progress (3): 0.7/1.1 MB | 162 kB | 214/513 kB Progress (3): 0.7/1.1 MB | 162 kB | 214/513 kB Progress (3): 0.7/1.1 MB | 162 kB | 217/513 kB Progress (3): 0.7/1.1 MB | 162 kB | 219/513 kB Progress (3): 0.7/1.1 MB | 162 kB | 219/513 kB Progress (3): 0.7/1.1 MB | 162 kB | 222/513 kB Progress (3): 0.7/1.1 MB | 162 kB | 222/513 kB Progress (3): 0.7/1.1 MB | 162 kB | 225/513 kB Progress (3): 0.7/1.1 MB | 162 kB | 228/513 kB Progress (3): 0.7/1.1 MB | 162 kB | 228/513 kB Progress (3): 0.7/1.1 MB | 162 kB | 230/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 230/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 233/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 236/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 236/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 239/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 239/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 241/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 244/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 244/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 247/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 247/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 250/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 252/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 252/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 255/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 255/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 258/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 260/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 260/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 263/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 263/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 266/513 kB Progress (3): 0.8/1.1 MB | 162 kB | 269/513 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar (162 kB at 1.2 MB/s) +Progress (2): 0.8/1.1 MB | 271/513 kB Progress (2): 0.8/1.1 MB | 271/513 kB Progress (2): 0.8/1.1 MB | 274/513 kB Progress (2): 0.8/1.1 MB | 274/513 kB Progress (2): 0.8/1.1 MB | 277/513 kB Progress (2): 0.8/1.1 MB | 280/513 kB Progress (2): 0.8/1.1 MB | 280/513 kB Progress (2): 0.8/1.1 MB | 282/513 kB Progress (2): 0.9/1.1 MB | 282/513 kB Progress (2): 0.9/1.1 MB | 285/513 kB Progress (2): 0.9/1.1 MB | 288/513 kB Progress (2): 0.9/1.1 MB | 288/513 kB Progress (2): 0.9/1.1 MB | 291/513 kB Progress (2): 0.9/1.1 MB | 291/513 kB Progress (2): 0.9/1.1 MB | 293/513 kB Progress (2): 0.9/1.1 MB | 293/513 kB Progress (2): 0.9/1.1 MB | 296/513 kB Progress (2): 0.9/1.1 MB | 299/513 kB Progress (2): 0.9/1.1 MB | 299/513 kB Progress (2): 0.9/1.1 MB | 302/513 kB Progress (2): 0.9/1.1 MB | 302/513 kB Progress (2): 0.9/1.1 MB | 304/513 kB Progress (2): 0.9/1.1 MB | 307/513 kB Progress (2): 0.9/1.1 MB | 307/513 kB Progress (2): 0.9/1.1 MB | 310/513 kB Progress (2): 0.9/1.1 MB | 310/513 kB Progress (2): 0.9/1.1 MB | 313/513 kB Progress (2): 0.9/1.1 MB | 315/513 kB Progress (2): 0.9/1.1 MB | 318/513 kB Progress (2): 0.9/1.1 MB | 318/513 kB Progress (2): 0.9/1.1 MB | 321/513 kB Progress (2): 0.9/1.1 MB | 321/513 kB Progress (2): 0.9/1.1 MB | 324/513 kB Progress (2): 0.9/1.1 MB | 326/513 kB Progress (2): 0.9/1.1 MB | 329/513 kB Progress (2): 0.9/1.1 MB | 329/513 kB Progress (2): 0.9/1.1 MB | 332/513 kB Progress (2): 0.9/1.1 MB | 332/513 kB Progress (2): 0.9/1.1 MB | 335/513 kB Progress (2): 0.9/1.1 MB | 337/513 kB Progress (2): 0.9/1.1 MB | 340/513 kB Progress (2): 0.9/1.1 MB | 343/513 kB Progress (2): 1.0/1.1 MB | 343/513 kB Progress (2): 1.0/1.1 MB | 345/513 kB Progress (2): 1.0/1.1 MB | 345/513 kB Progress (2): 1.0/1.1 MB | 348/513 kB Progress (2): 1.0/1.1 MB | 351/513 kB Progress (2): 1.0/1.1 MB | 354/513 kB Progress (2): 1.0/1.1 MB | 354/513 kB Progress (2): 1.0/1.1 MB | 356/513 kB Progress (2): 1.0/1.1 MB | 356/513 kB Progress (2): 1.0/1.1 MB | 359/513 kB Progress (2): 1.0/1.1 MB | 362/513 kB Progress (2): 1.0/1.1 MB | 365/513 kB Progress (2): 1.0/1.1 MB | 367/513 kB Progress (2): 1.0/1.1 MB | 370/513 kB Progress (2): 1.0/1.1 MB | 370/513 kB Progress (2): 1.0/1.1 MB | 373/513 kB Progress (2): 1.0/1.1 MB | 373/513 kB Progress (2): 1.0/1.1 MB | 376/513 kB Progress (2): 1.0/1.1 MB | 378/513 kB Progress (2): 1.0/1.1 MB | 378/513 kB Progress (2): 1.0/1.1 MB | 381/513 kB Progress (2): 1.0/1.1 MB | 381/513 kB Progress (2): 1.0/1.1 MB | 384/513 kB Progress (2): 1.0/1.1 MB | 387/513 kB Progress (2): 1.0/1.1 MB | 389/513 kB Progress (2): 1.0/1.1 MB | 392/513 kB Progress (2): 1.0/1.1 MB | 392/513 kB Progress (2): 1.0/1.1 MB | 395/513 kB Progress (2): 1.0/1.1 MB | 395/513 kB Progress (2): 1.0/1.1 MB | 398/513 kB Progress (2): 1.0/1.1 MB | 400/513 kB Progress (2): 1.0/1.1 MB | 400/513 kB Progress (2): 1.0/1.1 MB | 403/513 kB Progress (2): 1.0/1.1 MB | 403/513 kB Progress (2): 1.0/1.1 MB | 406/513 kB Progress (2): 1.0/1.1 MB | 409/513 kB Progress (2): 1.0/1.1 MB | 411/513 kB Progress (2): 1.0/1.1 MB | 411/513 kB Progress (2): 1.0/1.1 MB | 414/513 kB Progress (2): 1.1/1.1 MB | 414/513 kB Progress (2): 1.1/1.1 MB | 417/513 kB Progress (2): 1.1/1.1 MB | 420/513 kB Progress (2): 1.1/1.1 MB | 422/513 kB Progress (2): 1.1/1.1 MB | 425/513 kB Progress (2): 1.1/1.1 MB | 425/513 kB Progress (2): 1.1/1.1 MB | 428/513 kB Progress (2): 1.1/1.1 MB | 428/513 kB Progress (2): 1.1/1.1 MB | 430/513 kB Progress (2): 1.1/1.1 MB | 433/513 kB Progress (2): 1.1/1.1 MB | 436/513 kB Progress (2): 1.1/1.1 MB | 439/513 kB Progress (2): 1.1/1.1 MB | 441/513 kB Progress (2): 1.1/1.1 MB | 441/513 kB Progress (2): 1.1/1.1 MB | 444/513 kB Progress (2): 1.1/1.1 MB | 444/513 kB Progress (2): 1.1/1.1 MB | 447/513 kB Progress (2): 1.1/1.1 MB | 450/513 kB Progress (2): 1.1/1.1 MB | 450/513 kB Progress (2): 1.1/1.1 MB | 452/513 kB Progress (2): 1.1/1.1 MB | 455/513 kB Progress (2): 1.1/1.1 MB | 455/513 kB Progress (2): 1.1/1.1 MB | 458/513 kB Progress (2): 1.1/1.1 MB | 458/513 kB Progress (2): 1.1/1.1 MB | 461/513 kB Progress (2): 1.1/1.1 MB | 463/513 kB Progress (2): 1.1/1.1 MB | 466/513 kB Progress (2): 1.1/1.1 MB | 469/513 kB Progress (2): 1.1/1.1 MB | 472/513 kB Progress (2): 1.1/1.1 MB | 474/513 kB Progress (2): 1.1/1.1 MB | 474/513 kB Progress (2): 1.1/1.1 MB | 477/513 kB Progress (2): 1.1/1.1 MB | 477/513 kB Progress (2): 1.1/1.1 MB | 480/513 kB Progress (2): 1.1/1.1 MB | 480/513 kB Progress (2): 1.1/1.1 MB | 483/513 kB Progress (2): 1.1 MB | 483/513 kB Progress (2): 1.1 MB | 485/513 kB Progress (2): 1.1 MB | 488/513 kB Progress (2): 1.1 MB | 491/513 kB Progress (2): 1.1 MB | 494/513 kB Progress (2): 1.1 MB | 496/513 kB Progress (2): 1.1 MB | 499/513 kB Progress (2): 1.1 MB | 502/513 kB Progress (2): 1.1 MB | 505/513 kB Progress (2): 1.1 MB | 507/513 kB Progress (2): 1.1 MB | 510/513 kB Progress (2): 1.1 MB | 513 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/santuario/xmlsec/2.0.10/xmlsec-2.0.10.jar (1.1 MB at 6.2 MB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.jar (513 kB at 2.8 MB/s) +[INFO] org.opensaml:opensaml-profile-impl:jar:3.4.6 +[INFO] +- org.opensaml:opensaml-profile-api:jar:3.4.6:compile +[INFO] | \- org.opensaml:opensaml-core:jar:3.4.6:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:3.4.6:compile +[INFO] | +- joda-time:joda-time:jar:2.9:compile +[INFO] | \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile +[INFO] +- org.opensaml:opensaml-xmlsec-api:jar:3.4.6:compile +[INFO] | \- org.opensaml:opensaml-security-api:jar:3.4.6:compile +[INFO] | \- org.bouncycastle:bcprov-jdk15on:jar:1.59:compile +[INFO] +- org.opensaml:opensaml-xmlsec-impl:jar:3.4.6:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | +- com.google.guava:guava:jar:20.0:compile +[INFO] | +- org.apache.santuario:xmlsec:jar:2.0.10:compile +[INFO] | | \- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | +- org.cryptacular:cryptacular:jar:1.1.4:compile +[INFO] | \- org.opensaml:opensaml-security-impl:jar:3.4.6:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:3.4.6:test +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:3.1.5:compile +[INFO] +- org.opensaml:opensaml-profile-api:test-jar:tests:3.4.6:test +[INFO] +- org.springframework:spring-core:jar:4.3.30.RELEASE:test +[INFO] +- org.springframework:spring-test:jar:4.3.30.RELEASE:test +[INFO] +- org.springframework:spring-web:jar:4.3.30.RELEASE:test +[INFO] | +- org.springframework:spring-aop:jar:4.3.30.RELEASE:test +[INFO] | +- org.springframework:spring-beans:jar:4.3.30.RELEASE:test +[INFO] | \- org.springframework:spring-context:jar:4.3.30.RELEASE:test +[INFO] | \- org.springframework:spring-expression:jar:4.3.30.RELEASE:test +[INFO] +- net.shibboleth.utilities:java-support:jar:7.5.2:compile +[INFO] +- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:7.5.2:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.5.1:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.5.1:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.704 s +[INFO] Finished at: 2021-02-11T08:50:53-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ------------------< org.opensaml:opensaml-xacml-api >------------------- +[INFO] Building OpenSAML :: XACML Provider API 3.4.6 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ opensaml-xacml-api --- +[INFO] org.opensaml:opensaml-xacml-api:jar:3.4.6 +[INFO] +- org.opensaml:opensaml-core:jar:3.4.6:compile +[INFO] | +- joda-time:joda-time:jar:2.9:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:3.1.5:compile +[INFO] +- net.shibboleth.utilities:java-support:jar:7.5.2:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | \- com.google.guava:guava:jar:20.0:compile +[INFO] +- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:7.5.2:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.5.1:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.5.1:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.719 s +[INFO] Finished at: 2021-02-11T08:50:55-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -----------------< org.opensaml:opensaml-storage-impl >----------------- +[INFO] Building OpenSAML :: Storage Implementation 3.4.6 +[INFO] --------------------------------[ jar ]--------------------------------- +Downloading from central: https://repo.maven.apache.org/maven2/org/ldaptive/ldaptive/1.0.13/ldaptive-1.0.13.pom +Progress (1): 2.7/9.5 kB Progress (1): 5.5/9.5 kB Progress (1): 8.2/9.5 kB Progress (1): 9.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ldaptive/ldaptive/1.0.13/ldaptive-1.0.13.pom (9.5 kB at 35 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.0/javax.json-api-1.0.pom +Progress (1): 2.7/6.4 kB Progress (1): 5.5/6.4 kB Progress (1): 6.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.0/javax.json-api-1.0.pom (6.4 kB at 163 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/json/1.0/json-1.0.pom +Progress (1): 2.7/10 kB Progress (1): 5.5/10 kB Progress (1): 8.2/10 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/json/1.0/json-1.0.pom (10 kB at 369 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom +Progress (1): 2.7/4.8 kB Progress (1): 4.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 171 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-entitymanager/4.3.5.Final/hibernate-entitymanager-4.3.5.Final.pom +Progress (1): 2.7/3.2 kB Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-entitymanager/4.3.5.Final/hibernate-entitymanager-4.3.5.Final.pom (3.2 kB at 68 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.pom +Progress (1): 2.7/5.0 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.pom (5.0 kB at 102 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/9/jboss-parent-9.pom +Progress (1): 2.7/29 kB Progress (1): 5.5/29 kB Progress (1): 8.2/29 kB Progress (1): 11/29 kB Progress (1): 14/29 kB Progress (1): 16/29 kB Progress (1): 19/29 kB Progress (1): 22/29 kB Progress (1): 25/29 kB Progress (1): 27/29 kB Progress (1): 29 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/9/jboss-parent-9.pom (29 kB at 649 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.pom (1.9 kB at 49 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging-tools-parent/1.2.0.Beta1/jboss-logging-tools-parent-1.2.0.Beta1.pom +Progress (1): 2.7/3.7 kB Progress (1): 3.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging-tools-parent/1.2.0.Beta1/jboss-logging-tools-parent-1.2.0.Beta1.pom (3.7 kB at 120 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/10/jboss-parent-10.pom +Progress (1): 2.7/30 kB Progress (1): 5.5/30 kB Progress (1): 8.2/30 kB Progress (1): 11/30 kB Progress (1): 14/30 kB Progress (1): 16/30 kB Progress (1): 19/30 kB Progress (1): 22/30 kB Progress (1): 25/30 kB Progress (1): 27/30 kB Progress (1): 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/10/jboss-parent-10.pom (30 kB at 885 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-core/4.3.5.Final/hibernate-core-4.3.5.Final.pom +Progress (1): 2.7/3.3 kB Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-core/4.3.5.Final/hibernate-core-4.3.5.Final.pom (3.3 kB at 105 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final.pom +Progress (1): 2.7/4.6 kB Progress (1): 4.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final.pom (4.6 kB at 127 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom +Progress (1): 2.7/6.8 kB Progress (1): 5.5/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (6.8 kB at 211 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/4.0.4.Final/hibernate-commons-annotations-4.0.4.Final.pom +Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/4.0.4.Final/hibernate-commons-annotations-4.0.4.Final.pom (2.1 kB at 73 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.pom +Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.pom (2.2 kB at 71 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom +Progress (1): 2.7/9.5 kB Progress (1): 5.5/9.5 kB Progress (1): 8.2/9.5 kB Progress (1): 9.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom (9.5 kB at 289 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom +Progress (1): 632 B Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 16 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.pom +Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.pom (2.3 kB at 68 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/5/jboss-parent-5.pom +Progress (1): 2.7/19 kB Progress (1): 5.5/19 kB Progress (1): 8.2/19 kB Progress (1): 11/19 kB Progress (1): 14/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/5/jboss-parent-5.pom (19 kB at 569 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/net/spy/spymemcached/2.12.3/spymemcached-2.12.3.pom +Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/spy/spymemcached/2.12.3/spymemcached-2.12.3.pom (1.9 kB at 41 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.pom +Progress (1): 2.7/9.2 kB Progress (1): 5.5/9.2 kB Progress (1): 8.2/9.2 kB Progress (1): 9.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.pom (9.2 kB at 256 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/json/1.0.4/json-1.0.4.pom +Progress (1): 2.7/11 kB Progress (1): 5.5/11 kB Progress (1): 8.2/11 kB Progress (1): 11/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/json/1.0.4/json-1.0.4.pom (11 kB at 291 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-orm/4.3.30.RELEASE/spring-orm-4.3.30.RELEASE.pom +Progress (1): 2.7/5.9 kB Progress (1): 5.5/5.9 kB Progress (1): 5.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-orm/4.3.30.RELEASE/spring-orm-4.3.30.RELEASE.pom (5.9 kB at 174 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jdbc/4.3.30.RELEASE/spring-jdbc-4.3.30.RELEASE.pom +Progress (1): 3.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jdbc/4.3.30.RELEASE/spring-jdbc-4.3.30.RELEASE.pom (3.5 kB at 88 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-tx/4.3.30.RELEASE/spring-tx-4.3.30.RELEASE.pom +Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-tx/4.3.30.RELEASE/spring-tx-4.3.30.RELEASE.pom (3.2 kB at 93 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/unboundid/unboundid-ldapsdk/3.2.0/unboundid-ldapsdk-3.2.0.pom +Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/unboundid/unboundid-ldapsdk/3.2.0/unboundid-ldapsdk-3.2.0.pom (3.0 kB at 58 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/hsqldb/hsqldb/2.3.3/hsqldb-2.3.3.pom +Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hsqldb/hsqldb/2.3.3/hsqldb-2.3.3.pom (1.3 kB at 35 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-dbcp2/2.1.1/commons-dbcp2-2.1.1.pom +Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-dbcp2/2.1.1/commons-dbcp2-2.1.1.pom (14 kB at 312 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom +Progress (1): 4.1/56 kB Progress (1): 8.2/56 kB Progress (1): 12/56 kB Progress (1): 16/56 kB Progress (1): 20/56 kB Progress (1): 25/56 kB Progress (1): 29/56 kB Progress (1): 33/56 kB Progress (1): 37/56 kB Progress (1): 41/56 kB Progress (1): 45/56 kB Progress (1): 49/56 kB Progress (1): 53/56 kB Progress (1): 56 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 1.9 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-pool2/2.4.2/commons-pool2-2.4.2.pom +Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-pool2/2.4.2/commons-pool2-2.4.2.pom (11 kB at 292 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom +Progress (1): 4.1/19 kB Progress (1): 8.2/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 640 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/postgresql/postgresql/9.3-1101-jdbc41/postgresql-9.3-1101-jdbc41.pom +Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/postgresql/postgresql/9.3-1101-jdbc41/postgresql-9.3-1101-jdbc41.pom (1.5 kB at 36 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/mysql/mysql-connector-java/8.0.15/mysql-connector-java-8.0.15.pom +Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/mysql/mysql-connector-java/8.0.15/mysql-connector-java-8.0.15.pom (1.1 kB at 37 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.pom +Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.pom (4.7 kB at 170 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-parent/3.6.1/protobuf-parent-3.6.1.pom +Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-parent/3.6.1/protobuf-parent-3.6.1.pom (6.6 kB at 263 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom +Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom (1.6 kB at 65 kB/s) +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ opensaml-storage-impl --- +Downloading from central: https://repo.maven.apache.org/maven2/org/ldaptive/ldaptive/1.0.13/ldaptive-1.0.13.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-entitymanager/4.3.5.Final/hibernate-entitymanager-4.3.5.Final.jar +Downloading from central: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.0/javax.json-api-1.0.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar +Progress (1): 2.7/20 kB Progress (1): 5.5/20 kB Progress (1): 8.2/20 kB Progress (1): 11/20 kB Progress (1): 14/20 kB Progress (1): 16/20 kB Progress (1): 19/20 kB Progress (1): 20 kB Progress (2): 20 kB | 2.7/12 kB Progress (3): 20 kB | 2.7/12 kB | 2.7/646 kB Progress (4): 20 kB | 2.7/12 kB | 2.7/646 kB | 4.1/798 kB Progress (4): 20 kB | 2.7/12 kB | 5.5/646 kB | 4.1/798 kB Progress (4): 20 kB | 2.7/12 kB | 5.5/646 kB | 8.2/798 kB Progress (4): 20 kB | 2.7/12 kB | 8.2/646 kB | 8.2/798 kB Progress (4): 20 kB | 5.5/12 kB | 8.2/646 kB | 8.2/798 kB Progress (4): 20 kB | 5.5/12 kB | 8.2/646 kB | 12/798 kB Progress (4): 20 kB | 8.2/12 kB | 8.2/646 kB | 12/798 kB Progress (4): 20 kB | 8.2/12 kB | 11/646 kB | 12/798 kB Progress (4): 20 kB | 11/12 kB | 11/646 kB | 12/798 kB Progress (4): 20 kB | 11/12 kB | 11/646 kB | 16/798 kB Progress (4): 20 kB | 12 kB | 11/646 kB | 16/798 kB Progress (4): 20 kB | 12 kB | 14/646 kB | 16/798 kB Progress (4): 20 kB | 12 kB | 14/646 kB | 20/798 kB Progress (4): 20 kB | 12 kB | 16/646 kB | 20/798 kB Progress (4): 20 kB | 12 kB | 16/646 kB | 25/798 kB Progress (4): 20 kB | 12 kB | 19/646 kB | 25/798 kB Progress (4): 20 kB | 12 kB | 19/646 kB | 29/798 kB Progress (4): 20 kB | 12 kB | 19/646 kB | 33/798 kB Progress (4): 20 kB | 12 kB | 22/646 kB | 33/798 kB Progress (4): 20 kB | 12 kB | 25/646 kB | 33/798 kB Progress (4): 20 kB | 12 kB | 25/646 kB | 37/798 kB Progress (4): 20 kB | 12 kB | 27/646 kB | 37/798 kB Progress (4): 20 kB | 12 kB | 27/646 kB | 41/798 kB Progress (4): 20 kB | 12 kB | 27/646 kB | 45/798 kB Progress (4): 20 kB | 12 kB | 30/646 kB | 45/798 kB Progress (4): 20 kB | 12 kB | 30/646 kB | 49/798 kB Progress (4): 20 kB | 12 kB | 33/646 kB | 49/798 kB Progress (5): 20 kB | 12 kB | 33/646 kB | 49/798 kB | 2.7/57 kB Progress (5): 20 kB | 12 kB | 36/646 kB | 49/798 kB | 2.7/57 kB Progress (5): 20 kB | 12 kB | 36/646 kB | 53/798 kB | 2.7/57 kB Progress (5): 20 kB | 12 kB | 36/646 kB | 53/798 kB | 5.5/57 kB Progress (5): 20 kB | 12 kB | 36/646 kB | 57/798 kB | 5.5/57 kB Progress (5): 20 kB | 12 kB | 38/646 kB | 57/798 kB | 5.5/57 kB Progress (5): 20 kB | 12 kB | 38/646 kB | 61/798 kB | 5.5/57 kB Progress (5): 20 kB | 12 kB | 38/646 kB | 61/798 kB | 8.2/57 kB Progress (5): 20 kB | 12 kB | 38/646 kB | 66/798 kB | 8.2/57 kB Progress (5): 20 kB | 12 kB | 41/646 kB | 66/798 kB | 8.2/57 kB Progress (5): 20 kB | 12 kB | 41/646 kB | 66/798 kB | 11/57 kB Progress (5): 20 kB | 12 kB | 41/646 kB | 70/798 kB | 11/57 kB Progress (5): 20 kB | 12 kB | 41/646 kB | 70/798 kB | 14/57 kB Progress (5): 20 kB | 12 kB | 41/646 kB | 74/798 kB | 14/57 kB Progress (5): 20 kB | 12 kB | 41/646 kB | 74/798 kB | 16/57 kB Progress (5): 20 kB | 12 kB | 41/646 kB | 78/798 kB | 16/57 kB Progress (5): 20 kB | 12 kB | 41/646 kB | 78/798 kB | 19/57 kB Progress (5): 20 kB | 12 kB | 41/646 kB | 82/798 kB | 19/57 kB Progress (5): 20 kB | 12 kB | 44/646 kB | 82/798 kB | 19/57 kB Progress (5): 20 kB | 12 kB | 44/646 kB | 82/798 kB | 22/57 kB Progress (5): 20 kB | 12 kB | 47/646 kB | 82/798 kB | 22/57 kB Progress (5): 20 kB | 12 kB | 47/646 kB | 86/798 kB | 22/57 kB Progress (5): 20 kB | 12 kB | 49/646 kB | 86/798 kB | 22/57 kB Progress (5): 20 kB | 12 kB | 49/646 kB | 86/798 kB | 25/57 kB Progress (5): 20 kB | 12 kB | 52/646 kB | 86/798 kB | 25/57 kB Progress (5): 20 kB | 12 kB | 52/646 kB | 90/798 kB | 25/57 kB Progress (5): 20 kB | 12 kB | 52/646 kB | 90/798 kB | 27/57 kB Progress (5): 20 kB | 12 kB | 52/646 kB | 94/798 kB | 27/57 kB Progress (5): 20 kB | 12 kB | 55/646 kB | 94/798 kB | 27/57 kB Progress (5): 20 kB | 12 kB | 55/646 kB | 98/798 kB | 27/57 kB Progress (5): 20 kB | 12 kB | 55/646 kB | 98/798 kB | 30/57 kB Progress (5): 20 kB | 12 kB | 58/646 kB | 98/798 kB | 30/57 kB Progress (5): 20 kB | 12 kB | 58/646 kB | 98/798 kB | 33/57 kB Progress (5): 20 kB | 12 kB | 60/646 kB | 98/798 kB | 33/57 kB Progress (5): 20 kB | 12 kB | 60/646 kB | 98/798 kB | 36/57 kB Progress (5): 20 kB | 12 kB | 63/646 kB | 98/798 kB | 36/57 kB Progress (5): 20 kB | 12 kB | 63/646 kB | 102/798 kB | 36/57 kB Progress (5): 20 kB | 12 kB | 66/646 kB | 102/798 kB | 36/57 kB Progress (5): 20 kB | 12 kB | 66/646 kB | 102/798 kB | 38/57 kB Progress (5): 20 kB | 12 kB | 66/646 kB | 106/798 kB | 38/57 kB Progress (5): 20 kB | 12 kB | 69/646 kB | 106/798 kB | 38/57 kB Progress (5): 20 kB | 12 kB | 69/646 kB | 111/798 kB | 38/57 kB Progress (5): 20 kB | 12 kB | 69/646 kB | 111/798 kB | 41/57 kB Progress (5): 20 kB | 12 kB | 69/646 kB | 115/798 kB | 41/57 kB Progress (5): 20 kB | 12 kB | 71/646 kB | 115/798 kB | 41/57 kB Progress (5): 20 kB | 12 kB | 71/646 kB | 115/798 kB | 44/57 kB Progress (5): 20 kB | 12 kB | 74/646 kB | 115/798 kB | 44/57 kB Progress (5): 20 kB | 12 kB | 74/646 kB | 115/798 kB | 47/57 kB Progress (5): 20 kB | 12 kB | 74/646 kB | 119/798 kB | 47/57 kB Progress (5): 20 kB | 12 kB | 74/646 kB | 119/798 kB | 49/57 kB Progress (5): 20 kB | 12 kB | 74/646 kB | 123/798 kB | 49/57 kB Progress (5): 20 kB | 12 kB | 77/646 kB | 123/798 kB | 49/57 kB Progress (5): 20 kB | 12 kB | 77/646 kB | 127/798 kB | 49/57 kB Progress (5): 20 kB | 12 kB | 77/646 kB | 127/798 kB | 52/57 kB Progress (5): 20 kB | 12 kB | 77/646 kB | 131/798 kB | 52/57 kB Progress (5): 20 kB | 12 kB | 80/646 kB | 131/798 kB | 52/57 kB Progress (5): 20 kB | 12 kB | 80/646 kB | 131/798 kB | 55/57 kB Progress (5): 20 kB | 12 kB | 82/646 kB | 131/798 kB | 55/57 kB Progress (5): 20 kB | 12 kB | 82/646 kB | 131/798 kB | 57 kB Progress (5): 20 kB | 12 kB | 82/646 kB | 135/798 kB | 57 kB Progress (5): 20 kB | 12 kB | 85/646 kB | 135/798 kB | 57 kB Progress (5): 20 kB | 12 kB | 85/646 kB | 139/798 kB | 57 kB Progress (5): 20 kB | 12 kB | 88/646 kB | 139/798 kB | 57 kB Progress (5): 20 kB | 12 kB | 88/646 kB | 143/798 kB | 57 kB Progress (5): 20 kB | 12 kB | 90/646 kB | 143/798 kB | 57 kB Progress (5): 20 kB | 12 kB | 90/646 kB | 147/798 kB | 57 kB Progress (5): 20 kB | 12 kB | 93/646 kB | 147/798 kB | 57 kB Progress (5): 20 kB | 12 kB | 96/646 kB | 147/798 kB | 57 kB Progress (5): 20 kB | 12 kB | 96/646 kB | 152/798 kB | 57 kB Progress (5): 20 kB | 12 kB | 99/646 kB | 152/798 kB | 57 kB Progress (5): 20 kB | 12 kB | 99/646 kB | 156/798 kB | 57 kB Progress (5): 20 kB | 12 kB | 101/646 kB | 156/798 kB | 57 kB Progress (5): 20 kB | 12 kB | 101/646 kB | 160/798 kB | 57 kB Progress (5): 20 kB | 12 kB | 104/646 kB | 160/798 kB | 57 kB Progress (5): 20 kB | 12 kB | 104/646 kB | 164/798 kB | 57 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.jar (12 kB at 119 kB/s) +Progress (4): 20 kB | 104/646 kB | 168/798 kB | 57 kB Progress (4): 20 kB | 107/646 kB | 168/798 kB | 57 kB Progress (4): 20 kB | 107/646 kB | 172/798 kB | 57 kB Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-core/4.3.5.Final/hibernate-core-4.3.5.Final.jar +Progress (4): 20 kB | 107/646 kB | 176/798 kB | 57 kB Progress (4): 20 kB | 110/646 kB | 176/798 kB | 57 kB Progress (4): 20 kB | 110/646 kB | 180/798 kB | 57 kB Progress (4): 20 kB | 112/646 kB | 180/798 kB | 57 kB Progress (4): 20 kB | 115/646 kB | 180/798 kB | 57 kB Progress (4): 20 kB | 115/646 kB | 184/798 kB | 57 kB Progress (4): 20 kB | 118/646 kB | 184/798 kB | 57 kB Progress (4): 20 kB | 118/646 kB | 188/798 kB | 57 kB Progress (4): 20 kB | 121/646 kB | 188/798 kB | 57 kB Progress (4): 20 kB | 121/646 kB | 193/798 kB | 57 kB Progress (4): 20 kB | 123/646 kB | 193/798 kB | 57 kB Progress (4): 20 kB | 123/646 kB | 197/798 kB | 57 kB Progress (4): 20 kB | 126/646 kB | 197/798 kB | 57 kB Progress (4): 20 kB | 129/646 kB | 197/798 kB | 57 kB Progress (4): 20 kB | 129/646 kB | 201/798 kB | 57 kB Progress (4): 20 kB | 132/646 kB | 201/798 kB | 57 kB Progress (4): 20 kB | 132/646 kB | 205/798 kB | 57 kB Progress (4): 20 kB | 134/646 kB | 205/798 kB | 57 kB Progress (4): 20 kB | 134/646 kB | 209/798 kB | 57 kB Progress (4): 20 kB | 137/646 kB | 209/798 kB | 57 kB Progress (4): 20 kB | 137/646 kB | 213/798 kB | 57 kB Progress (4): 20 kB | 140/646 kB | 213/798 kB | 57 kB Progress (4): 20 kB | 143/646 kB | 213/798 kB | 57 kB Progress (4): 20 kB | 143/646 kB | 217/798 kB | 57 kB Progress (4): 20 kB | 145/646 kB | 217/798 kB | 57 kB Progress (4): 20 kB | 145/646 kB | 221/798 kB | 57 kB Progress (4): 20 kB | 148/646 kB | 221/798 kB | 57 kB Progress (4): 20 kB | 148/646 kB | 225/798 kB | 57 kB Progress (4): 20 kB | 151/646 kB | 225/798 kB | 57 kB Progress (4): 20 kB | 151/646 kB | 229/798 kB | 57 kB Progress (4): 20 kB | 154/646 kB | 229/798 kB | 57 kB Downloaded from central: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.0/javax.json-api-1.0.jar (20 kB at 186 kB/s) +Progress (3): 154/646 kB | 233/798 kB | 57 kB Progress (3): 156/646 kB | 233/798 kB | 57 kB Progress (3): 156/646 kB | 238/798 kB | 57 kB Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar +Progress (3): 156/646 kB | 242/798 kB | 57 kB Progress (3): 159/646 kB | 242/798 kB | 57 kB Progress (3): 159/646 kB | 246/798 kB | 57 kB Progress (3): 162/646 kB | 246/798 kB | 57 kB Progress (3): 165/646 kB | 246/798 kB | 57 kB Progress (3): 165/646 kB | 250/798 kB | 57 kB Progress (3): 167/646 kB | 250/798 kB | 57 kB Progress (3): 167/646 kB | 254/798 kB | 57 kB Progress (3): 170/646 kB | 254/798 kB | 57 kB Progress (3): 170/646 kB | 258/798 kB | 57 kB Progress (3): 173/646 kB | 258/798 kB | 57 kB Progress (3): 173/646 kB | 262/798 kB | 57 kB Progress (3): 175/646 kB | 262/798 kB | 57 kB Progress (3): 178/646 kB | 262/798 kB | 57 kB Progress (3): 181/646 kB | 262/798 kB | 57 kB Progress (3): 181/646 kB | 266/798 kB | 57 kB Progress (3): 184/646 kB | 266/798 kB | 57 kB Progress (3): 184/646 kB | 270/798 kB | 57 kB Progress (3): 186/646 kB | 270/798 kB | 57 kB Progress (3): 186/646 kB | 274/798 kB | 57 kB Progress (3): 189/646 kB | 274/798 kB | 57 kB Progress (3): 189/646 kB | 279/798 kB | 57 kB Progress (3): 192/646 kB | 279/798 kB | 57 kB Progress (3): 195/646 kB | 279/798 kB | 57 kB Progress (3): 195/646 kB | 283/798 kB | 57 kB Progress (3): 197/646 kB | 283/798 kB | 57 kB Progress (3): 197/646 kB | 287/798 kB | 57 kB Progress (3): 200/646 kB | 287/798 kB | 57 kB Progress (3): 200/646 kB | 291/798 kB | 57 kB Progress (3): 203/646 kB | 291/798 kB | 57 kB Progress (3): 203/646 kB | 295/798 kB | 57 kB Progress (3): 206/646 kB | 295/798 kB | 57 kB Progress (3): 208/646 kB | 295/798 kB | 57 kB Progress (3): 208/646 kB | 299/798 kB | 57 kB Progress (3): 211/646 kB | 299/798 kB | 57 kB Progress (3): 211/646 kB | 303/798 kB | 57 kB Progress (3): 214/646 kB | 303/798 kB | 57 kB Progress (3): 214/646 kB | 307/798 kB | 57 kB Progress (3): 217/646 kB | 307/798 kB | 57 kB Progress (3): 217/646 kB | 311/798 kB | 57 kB Progress (3): 219/646 kB | 311/798 kB | 57 kB Progress (3): 219/646 kB | 315/798 kB | 57 kB Progress (3): 219/646 kB | 319/798 kB | 57 kB Progress (3): 223/646 kB | 319/798 kB | 57 kB Progress (3): 223/646 kB | 324/798 kB | 57 kB Progress (3): 227/646 kB | 324/798 kB | 57 kB Progress (3): 227/646 kB | 328/798 kB | 57 kB Progress (3): 231/646 kB | 328/798 kB | 57 kB Progress (3): 235/646 kB | 328/798 kB | 57 kB Progress (3): 235/646 kB | 332/798 kB | 57 kB Progress (3): 235/646 kB | 336/798 kB | 57 kB Progress (3): 239/646 kB | 336/798 kB | 57 kB Progress (3): 239/646 kB | 340/798 kB | 57 kB Progress (3): 243/646 kB | 340/798 kB | 57 kB Progress (3): 243/646 kB | 344/798 kB | 57 kB Progress (3): 247/646 kB | 344/798 kB | 57 kB Progress (3): 251/646 kB | 344/798 kB | 57 kB Progress (3): 251/646 kB | 348/798 kB | 57 kB Progress (3): 251/646 kB | 352/798 kB | 57 kB Progress (3): 256/646 kB | 352/798 kB | 57 kB Progress (3): 256/646 kB | 356/798 kB | 57 kB Progress (3): 260/646 kB | 356/798 kB | 57 kB Progress (3): 260/646 kB | 360/798 kB | 57 kB Progress (3): 264/646 kB | 360/798 kB | 57 kB Progress (3): 268/646 kB | 360/798 kB | 57 kB Progress (3): 268/646 kB | 365/798 kB | 57 kB Progress (3): 268/646 kB | 369/798 kB | 57 kB Progress (4): 268/646 kB | 369/798 kB | 57 kB | 2.7/445 kB Progress (4): 268/646 kB | 373/798 kB | 57 kB | 2.7/445 kB Progress (4): 272/646 kB | 373/798 kB | 57 kB | 2.7/445 kB Progress (4): 272/646 kB | 377/798 kB | 57 kB | 2.7/445 kB Progress (4): 272/646 kB | 377/798 kB | 57 kB | 5.5/445 kB Progress (4): 276/646 kB | 377/798 kB | 57 kB | 5.5/445 kB Progress (4): 276/646 kB | 377/798 kB | 57 kB | 8.2/445 kB Progress (4): 276/646 kB | 381/798 kB | 57 kB | 8.2/445 kB Progress (4): 276/646 kB | 381/798 kB | 57 kB | 11/445 kB Progress (4): 280/646 kB | 381/798 kB | 57 kB | 11/445 kB Progress (4): 280/646 kB | 381/798 kB | 57 kB | 14/445 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar (57 kB at 469 kB/s) +Progress (3): 280/646 kB | 385/798 kB | 14/445 kB Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.jar +Progress (3): 280/646 kB | 385/798 kB | 16/445 kB Progress (3): 284/646 kB | 385/798 kB | 16/445 kB Progress (3): 284/646 kB | 389/798 kB | 16/445 kB Progress (3): 284/646 kB | 389/798 kB | 19/445 kB Progress (3): 284/646 kB | 393/798 kB | 19/445 kB Progress (3): 284/646 kB | 393/798 kB | 22/445 kB Progress (3): 288/646 kB | 393/798 kB | 22/445 kB Progress (3): 288/646 kB | 393/798 kB | 25/445 kB Progress (3): 288/646 kB | 397/798 kB | 25/445 kB Progress (3): 292/646 kB | 397/798 kB | 25/445 kB Progress (3): 292/646 kB | 397/798 kB | 27/445 kB Progress (3): 292/646 kB | 401/798 kB | 27/445 kB Progress (3): 297/646 kB | 401/798 kB | 27/445 kB Progress (3): 297/646 kB | 401/798 kB | 30/445 kB Progress (3): 297/646 kB | 406/798 kB | 30/445 kB Progress (3): 297/646 kB | 406/798 kB | 33/445 kB Progress (3): 301/646 kB | 406/798 kB | 33/445 kB Progress (3): 301/646 kB | 410/798 kB | 33/445 kB Progress (3): 301/646 kB | 410/798 kB | 36/445 kB Progress (3): 305/646 kB | 410/798 kB | 36/445 kB Progress (3): 305/646 kB | 414/798 kB | 36/445 kB Progress (3): 309/646 kB | 414/798 kB | 36/445 kB Progress (3): 309/646 kB | 418/798 kB | 36/445 kB Progress (3): 309/646 kB | 418/798 kB | 38/445 kB Progress (3): 309/646 kB | 422/798 kB | 38/445 kB Progress (3): 313/646 kB | 422/798 kB | 38/445 kB Progress (3): 313/646 kB | 426/798 kB | 38/445 kB Progress (3): 313/646 kB | 426/798 kB | 41/445 kB Progress (3): 317/646 kB | 426/798 kB | 41/445 kB Progress (3): 317/646 kB | 426/798 kB | 44/445 kB Progress (3): 317/646 kB | 430/798 kB | 44/445 kB Progress (3): 317/646 kB | 434/798 kB | 44/445 kB Progress (3): 317/646 kB | 434/798 kB | 47/445 kB Progress (3): 321/646 kB | 434/798 kB | 47/445 kB Progress (3): 321/646 kB | 438/798 kB | 47/445 kB Progress (3): 325/646 kB | 438/798 kB | 47/445 kB Progress (3): 325/646 kB | 438/798 kB | 49/445 kB Progress (3): 325/646 kB | 442/798 kB | 49/445 kB Progress (3): 329/646 kB | 442/798 kB | 49/445 kB Progress (3): 329/646 kB | 442/798 kB | 52/445 kB Progress (3): 333/646 kB | 442/798 kB | 52/445 kB Progress (3): 333/646 kB | 442/798 kB | 55/445 kB Progress (3): 333/646 kB | 446/798 kB | 55/445 kB Progress (3): 333/646 kB | 446/798 kB | 58/445 kB Progress (3): 338/646 kB | 446/798 kB | 58/445 kB Progress (3): 338/646 kB | 451/798 kB | 58/445 kB Progress (3): 338/646 kB | 451/798 kB | 60/445 kB Progress (3): 342/646 kB | 451/798 kB | 60/445 kB Progress (3): 342/646 kB | 451/798 kB | 63/445 kB Progress (3): 342/646 kB | 455/798 kB | 63/445 kB Progress (3): 346/646 kB | 455/798 kB | 63/445 kB Progress (3): 346/646 kB | 459/798 kB | 63/445 kB Progress (3): 346/646 kB | 459/798 kB | 66/445 kB Progress (3): 350/646 kB | 459/798 kB | 66/445 kB Progress (3): 350/646 kB | 459/798 kB | 69/445 kB Progress (3): 350/646 kB | 463/798 kB | 69/445 kB Progress (3): 350/646 kB | 463/798 kB | 71/445 kB Progress (3): 354/646 kB | 463/798 kB | 71/445 kB Progress (3): 354/646 kB | 467/798 kB | 71/445 kB Progress (3): 358/646 kB | 467/798 kB | 71/445 kB Progress (3): 358/646 kB | 467/798 kB | 74/445 kB Progress (3): 362/646 kB | 467/798 kB | 74/445 kB Progress (3): 362/646 kB | 471/798 kB | 74/445 kB Progress (3): 366/646 kB | 471/798 kB | 74/445 kB Progress (3): 366/646 kB | 471/798 kB | 77/445 kB Progress (3): 366/646 kB | 475/798 kB | 77/445 kB Progress (3): 366/646 kB | 475/798 kB | 80/445 kB Progress (3): 370/646 kB | 475/798 kB | 80/445 kB Progress (3): 370/646 kB | 475/798 kB | 82/445 kB Progress (3): 374/646 kB | 475/798 kB | 82/445 kB Progress (3): 374/646 kB | 479/798 kB | 82/445 kB Progress (3): 374/646 kB | 479/798 kB | 85/445 kB Progress (3): 378/646 kB | 479/798 kB | 85/445 kB Progress (3): 378/646 kB | 483/798 kB | 85/445 kB Progress (3): 383/646 kB | 483/798 kB | 85/445 kB Progress (3): 383/646 kB | 483/798 kB | 88/445 kB Progress (3): 383/646 kB | 487/798 kB | 88/445 kB Progress (3): 383/646 kB | 487/798 kB | 90/445 kB Progress (3): 383/646 kB | 492/798 kB | 90/445 kB Progress (3): 387/646 kB | 492/798 kB | 90/445 kB Progress (3): 387/646 kB | 492/798 kB | 93/445 kB Progress (3): 391/646 kB | 492/798 kB | 93/445 kB Progress (3): 391/646 kB | 492/798 kB | 96/445 kB Progress (3): 391/646 kB | 496/798 kB | 96/445 kB Progress (3): 391/646 kB | 496/798 kB | 99/445 kB Progress (3): 395/646 kB | 496/798 kB | 99/445 kB Progress (3): 395/646 kB | 500/798 kB | 99/445 kB Progress (3): 399/646 kB | 500/798 kB | 99/445 kB Progress (3): 399/646 kB | 500/798 kB | 101/445 kB Progress (3): 399/646 kB | 504/798 kB | 101/445 kB Progress (3): 399/646 kB | 504/798 kB | 104/445 kB Progress (4): 399/646 kB | 504/798 kB | 104/445 kB | 2.7/77 kB Progress (4): 399/646 kB | 504/798 kB | 107/445 kB | 2.7/77 kB Progress (4): 399/646 kB | 508/798 kB | 107/445 kB | 2.7/77 kB Progress (4): 399/646 kB | 508/798 kB | 110/445 kB | 2.7/77 kB Progress (4): 399/646 kB | 508/798 kB | 110/445 kB | 5.5/77 kB Progress (4): 403/646 kB | 508/798 kB | 110/445 kB | 5.5/77 kB Progress (4): 403/646 kB | 508/798 kB | 110/445 kB | 8.2/77 kB Progress (4): 403/646 kB | 512/798 kB | 110/445 kB | 8.2/77 kB Progress (4): 403/646 kB | 512/798 kB | 112/445 kB | 8.2/77 kB Progress (4): 403/646 kB | 516/798 kB | 112/445 kB | 8.2/77 kB Progress (4): 403/646 kB | 516/798 kB | 112/445 kB | 11/77 kB Progress (4): 407/646 kB | 516/798 kB | 112/445 kB | 11/77 kB Progress (4): 407/646 kB | 516/798 kB | 112/445 kB | 14/77 kB Progress (4): 407/646 kB | 520/798 kB | 112/445 kB | 14/77 kB Progress (4): 407/646 kB | 520/798 kB | 115/445 kB | 14/77 kB Progress (4): 407/646 kB | 524/798 kB | 115/445 kB | 14/77 kB Progress (4): 407/646 kB | 524/798 kB | 115/445 kB | 16/77 kB Progress (4): 411/646 kB | 524/798 kB | 115/445 kB | 16/77 kB Progress (4): 411/646 kB | 524/798 kB | 115/445 kB | 19/77 kB Progress (4): 411/646 kB | 524/798 kB | 118/445 kB | 19/77 kB Progress (4): 411/646 kB | 524/798 kB | 118/445 kB | 22/77 kB Progress (4): 411/646 kB | 528/798 kB | 118/445 kB | 22/77 kB Progress (4): 415/646 kB | 528/798 kB | 118/445 kB | 22/77 kB Progress (4): 415/646 kB | 532/798 kB | 118/445 kB | 22/77 kB Progress (4): 415/646 kB | 532/798 kB | 118/445 kB | 25/77 kB Progress (4): 415/646 kB | 532/798 kB | 121/445 kB | 25/77 kB Progress (4): 415/646 kB | 532/798 kB | 121/445 kB | 27/77 kB Progress (4): 419/646 kB | 532/798 kB | 121/445 kB | 27/77 kB Progress (4): 419/646 kB | 532/798 kB | 121/445 kB | 30/77 kB Progress (4): 419/646 kB | 537/798 kB | 121/445 kB | 30/77 kB Progress (4): 419/646 kB | 537/798 kB | 121/445 kB | 33/77 kB Progress (4): 424/646 kB | 537/798 kB | 121/445 kB | 33/77 kB Progress (4): 424/646 kB | 537/798 kB | 123/445 kB | 33/77 kB Progress (4): 428/646 kB | 537/798 kB | 123/445 kB | 33/77 kB Progress (4): 428/646 kB | 537/798 kB | 123/445 kB | 36/77 kB Progress (4): 428/646 kB | 541/798 kB | 123/445 kB | 36/77 kB Progress (4): 432/646 kB | 541/798 kB | 123/445 kB | 36/77 kB Progress (4): 432/646 kB | 541/798 kB | 126/445 kB | 36/77 kB Progress (4): 432/646 kB | 541/798 kB | 126/445 kB | 38/77 kB Progress (4): 432/646 kB | 541/798 kB | 129/445 kB | 38/77 kB Progress (4): 432/646 kB | 545/798 kB | 129/445 kB | 38/77 kB Progress (4): 436/646 kB | 545/798 kB | 129/445 kB | 38/77 kB Progress (4): 436/646 kB | 549/798 kB | 129/445 kB | 38/77 kB Progress (4): 436/646 kB | 549/798 kB | 132/445 kB | 38/77 kB Progress (4): 436/646 kB | 549/798 kB | 132/445 kB | 41/77 kB Progress (4): 436/646 kB | 549/798 kB | 134/445 kB | 41/77 kB Progress (4): 436/646 kB | 553/798 kB | 134/445 kB | 41/77 kB Progress (4): 438/646 kB | 553/798 kB | 134/445 kB | 41/77 kB Progress (4): 438/646 kB | 557/798 kB | 134/445 kB | 41/77 kB Progress (4): 438/646 kB | 557/798 kB | 137/445 kB | 41/77 kB Progress (4): 438/646 kB | 557/798 kB | 137/445 kB | 44/77 kB Progress (4): 442/646 kB | 557/798 kB | 137/445 kB | 44/77 kB Progress (4): 442/646 kB | 557/798 kB | 137/445 kB | 47/77 kB Progress (4): 442/646 kB | 561/798 kB | 137/445 kB | 47/77 kB Progress (4): 442/646 kB | 561/798 kB | 140/445 kB | 47/77 kB Progress (4): 442/646 kB | 565/798 kB | 140/445 kB | 47/77 kB Progress (4): 442/646 kB | 565/798 kB | 140/445 kB | 49/77 kB Progress (4): 446/646 kB | 565/798 kB | 140/445 kB | 49/77 kB Progress (4): 446/646 kB | 565/798 kB | 140/445 kB | 52/77 kB Progress (4): 446/646 kB | 569/798 kB | 140/445 kB | 52/77 kB Progress (4): 446/646 kB | 569/798 kB | 143/445 kB | 52/77 kB Progress (4): 446/646 kB | 573/798 kB | 143/445 kB | 52/77 kB Progress (4): 446/646 kB | 573/798 kB | 143/445 kB | 55/77 kB Progress (4): 450/646 kB | 573/798 kB | 143/445 kB | 55/77 kB Progress (4): 450/646 kB | 573/798 kB | 145/445 kB | 55/77 kB Progress (4): 450/646 kB | 578/798 kB | 145/445 kB | 55/77 kB Progress (4): 454/646 kB | 578/798 kB | 145/445 kB | 55/77 kB Progress (4): 454/646 kB | 578/798 kB | 145/445 kB | 58/77 kB Progress (4): 454/646 kB | 582/798 kB | 145/445 kB | 58/77 kB Progress (4): 454/646 kB | 582/798 kB | 148/445 kB | 58/77 kB Progress (4): 458/646 kB | 582/798 kB | 148/445 kB | 58/77 kB Progress (4): 458/646 kB | 586/798 kB | 148/445 kB | 58/77 kB Progress (4): 458/646 kB | 586/798 kB | 148/445 kB | 60/77 kB Progress (4): 458/646 kB | 590/798 kB | 148/445 kB | 60/77 kB Progress (4): 463/646 kB | 590/798 kB | 148/445 kB | 60/77 kB Progress (4): 463/646 kB | 590/798 kB | 151/445 kB | 60/77 kB Progress (4): 467/646 kB | 590/798 kB | 151/445 kB | 60/77 kB Progress (4): 467/646 kB | 590/798 kB | 151/445 kB | 63/77 kB Progress (4): 471/646 kB | 590/798 kB | 151/445 kB | 63/77 kB Progress (4): 471/646 kB | 590/798 kB | 154/445 kB | 63/77 kB Progress (4): 471/646 kB | 594/798 kB | 154/445 kB | 63/77 kB Progress (4): 471/646 kB | 594/798 kB | 154/445 kB | 66/77 kB Progress (4): 471/646 kB | 598/798 kB | 154/445 kB | 66/77 kB Progress (4): 471/646 kB | 598/798 kB | 156/445 kB | 66/77 kB Progress (4): 471/646 kB | 602/798 kB | 156/445 kB | 66/77 kB Progress (4): 471/646 kB | 602/798 kB | 156/445 kB | 69/77 kB Progress (4): 475/646 kB | 602/798 kB | 156/445 kB | 69/77 kB Progress (4): 475/646 kB | 602/798 kB | 156/445 kB | 71/77 kB Progress (4): 475/646 kB | 606/798 kB | 156/445 kB | 71/77 kB Progress (4): 475/646 kB | 606/798 kB | 159/445 kB | 71/77 kB Progress (4): 475/646 kB | 606/798 kB | 159/445 kB | 74/77 kB Progress (4): 479/646 kB | 606/798 kB | 159/445 kB | 74/77 kB Progress (4): 479/646 kB | 606/798 kB | 159/445 kB | 77 kB Progress (4): 483/646 kB | 606/798 kB | 159/445 kB | 77 kB Progress (4): 483/646 kB | 610/798 kB | 159/445 kB | 77 kB Progress (4): 483/646 kB | 610/798 kB | 162/445 kB | 77 kB Progress (4): 483/646 kB | 614/798 kB | 162/445 kB | 77 kB Progress (4): 487/646 kB | 614/798 kB | 162/445 kB | 77 kB Progress (4): 487/646 kB | 614/798 kB | 165/445 kB | 77 kB Progress (4): 487/646 kB | 618/798 kB | 165/445 kB | 77 kB Progress (4): 487/646 kB | 618/798 kB | 167/445 kB | 77 kB Progress (4): 491/646 kB | 618/798 kB | 167/445 kB | 77 kB Progress (4): 491/646 kB | 623/798 kB | 167/445 kB | 77 kB Progress (4): 495/646 kB | 623/798 kB | 167/445 kB | 77 kB Progress (4): 495/646 kB | 623/798 kB | 170/445 kB | 77 kB Progress (4): 499/646 kB | 623/798 kB | 170/445 kB | 77 kB Progress (4): 499/646 kB | 623/798 kB | 173/445 kB | 77 kB Progress (4): 499/646 kB | 627/798 kB | 173/445 kB | 77 kB Progress (4): 499/646 kB | 627/798 kB | 175/445 kB | 77 kB Progress (4): 504/646 kB | 627/798 kB | 175/445 kB | 77 kB Progress (4): 504/646 kB | 627/798 kB | 178/445 kB | 77 kB Progress (4): 504/646 kB | 631/798 kB | 178/445 kB | 77 kB Progress (4): 504/646 kB | 631/798 kB | 181/445 kB | 77 kB Progress (4): 504/646 kB | 635/798 kB | 181/445 kB | 77 kB Progress (4): 504/646 kB | 635/798 kB | 184/445 kB | 77 kB Progress (4): 508/646 kB | 635/798 kB | 184/445 kB | 77 kB Progress (4): 508/646 kB | 635/798 kB | 186/445 kB | 77 kB Progress (4): 508/646 kB | 639/798 kB | 186/445 kB | 77 kB Progress (4): 508/646 kB | 639/798 kB | 189/445 kB | 77 kB Progress (4): 512/646 kB | 639/798 kB | 189/445 kB | 77 kB Progress (4): 512/646 kB | 639/798 kB | 192/445 kB | 77 kB Progress (4): 516/646 kB | 639/798 kB | 192/445 kB | 77 kB Progress (4): 516/646 kB | 639/798 kB | 195/445 kB | 77 kB Progress (4): 516/646 kB | 643/798 kB | 195/445 kB | 77 kB Progress (4): 516/646 kB | 643/798 kB | 197/445 kB | 77 kB Progress (4): 520/646 kB | 643/798 kB | 197/445 kB | 77 kB Progress (4): 520/646 kB | 643/798 kB | 200/445 kB | 77 kB Progress (4): 520/646 kB | 647/798 kB | 200/445 kB | 77 kB Progress (4): 524/646 kB | 647/798 kB | 200/445 kB | 77 kB Progress (4): 524/646 kB | 647/798 kB | 203/445 kB | 77 kB Progress (4): 528/646 kB | 647/798 kB | 203/445 kB | 77 kB Progress (4): 528/646 kB | 651/798 kB | 203/445 kB | 77 kB Progress (4): 532/646 kB | 651/798 kB | 203/445 kB | 77 kB Progress (4): 532/646 kB | 651/798 kB | 206/445 kB | 77 kB Progress (4): 536/646 kB | 651/798 kB | 206/445 kB | 77 kB Progress (4): 536/646 kB | 655/798 kB | 206/445 kB | 77 kB Progress (4): 536/646 kB | 655/798 kB | 208/445 kB | 77 kB Progress (4): 540/646 kB | 655/798 kB | 208/445 kB | 77 kB Progress (4): 540/646 kB | 655/798 kB | 211/445 kB | 77 kB Progress (4): 544/646 kB | 655/798 kB | 211/445 kB | 77 kB Progress (4): 544/646 kB | 659/798 kB | 211/445 kB | 77 kB Progress (4): 549/646 kB | 659/798 kB | 211/445 kB | 77 kB Progress (4): 549/646 kB | 659/798 kB | 214/445 kB | 77 kB Progress (4): 553/646 kB | 659/798 kB | 214/445 kB | 77 kB Progress (4): 553/646 kB | 664/798 kB | 214/445 kB | 77 kB Progress (4): 553/646 kB | 664/798 kB | 217/445 kB | 77 kB Progress (4): 553/646 kB | 668/798 kB | 217/445 kB | 77 kB Progress (4): 553/646 kB | 668/798 kB | 219/445 kB | 77 kB Progress (4): 553/646 kB | 672/798 kB | 219/445 kB | 77 kB Progress (4): 557/646 kB | 672/798 kB | 219/445 kB | 77 kB Progress (4): 557/646 kB | 672/798 kB | 222/445 kB | 77 kB Progress (4): 557/646 kB | 676/798 kB | 222/445 kB | 77 kB Progress (4): 561/646 kB | 676/798 kB | 222/445 kB | 77 kB Progress (4): 561/646 kB | 680/798 kB | 222/445 kB | 77 kB Progress (4): 561/646 kB | 680/798 kB | 225/445 kB | 77 kB Progress (4): 561/646 kB | 684/798 kB | 225/445 kB | 77 kB Progress (4): 565/646 kB | 684/798 kB | 225/445 kB | 77 kB Progress (4): 565/646 kB | 688/798 kB | 225/445 kB | 77 kB Progress (4): 565/646 kB | 688/798 kB | 228/445 kB | 77 kB Progress (4): 569/646 kB | 688/798 kB | 228/445 kB | 77 kB Progress (4): 569/646 kB | 688/798 kB | 230/445 kB | 77 kB Progress (4): 569/646 kB | 692/798 kB | 230/445 kB | 77 kB Progress (4): 569/646 kB | 692/798 kB | 233/445 kB | 77 kB Progress (4): 573/646 kB | 692/798 kB | 233/445 kB | 77 kB Progress (4): 573/646 kB | 696/798 kB | 233/445 kB | 77 kB Progress (4): 577/646 kB | 696/798 kB | 233/445 kB | 77 kB Progress (4): 577/646 kB | 696/798 kB | 236/445 kB | 77 kB Progress (4): 581/646 kB | 696/798 kB | 236/445 kB | 77 kB Progress (4): 581/646 kB | 700/798 kB | 236/445 kB | 77 kB Progress (4): 585/646 kB | 700/798 kB | 236/445 kB | 77 kB Progress (4): 585/646 kB | 700/798 kB | 239/445 kB | 77 kB Progress (4): 585/646 kB | 705/798 kB | 239/445 kB | 77 kB Progress (4): 585/646 kB | 705/798 kB | 241/445 kB | 77 kB Progress (4): 590/646 kB | 705/798 kB | 241/445 kB | 77 kB Progress (4): 590/646 kB | 705/798 kB | 244/445 kB | 77 kB Progress (4): 594/646 kB | 705/798 kB | 244/445 kB | 77 kB Progress (4): 594/646 kB | 705/798 kB | 247/445 kB | 77 kB Progress (4): 594/646 kB | 709/798 kB | 247/445 kB | 77 kB Progress (4): 594/646 kB | 709/798 kB | 250/445 kB | 77 kB Progress (4): 598/646 kB | 709/798 kB | 250/445 kB | 77 kB Progress (4): 598/646 kB | 713/798 kB | 250/445 kB | 77 kB Progress (4): 602/646 kB | 713/798 kB | 250/445 kB | 77 kB Progress (4): 602/646 kB | 713/798 kB | 252/445 kB | 77 kB Progress (4): 602/646 kB | 717/798 kB | 252/445 kB | 77 kB Progress (4): 602/646 kB | 717/798 kB | 255/445 kB | 77 kB Progress (4): 606/646 kB | 717/798 kB | 255/445 kB | 77 kB Progress (4): 606/646 kB | 721/798 kB | 255/445 kB | 77 kB Progress (4): 610/646 kB | 721/798 kB | 255/445 kB | 77 kB Progress (4): 610/646 kB | 721/798 kB | 258/445 kB | 77 kB Progress (4): 614/646 kB | 721/798 kB | 258/445 kB | 77 kB Progress (4): 614/646 kB | 721/798 kB | 260/445 kB | 77 kB Progress (4): 614/646 kB | 725/798 kB | 260/445 kB | 77 kB Progress (4): 618/646 kB | 725/798 kB | 260/445 kB | 77 kB Progress (4): 618/646 kB | 729/798 kB | 260/445 kB | 77 kB Progress (4): 618/646 kB | 729/798 kB | 263/445 kB | 77 kB Progress (4): 622/646 kB | 729/798 kB | 263/445 kB | 77 kB Progress (4): 622/646 kB | 729/798 kB | 266/445 kB | 77 kB Progress (4): 622/646 kB | 733/798 kB | 266/445 kB | 77 kB Progress (4): 626/646 kB | 733/798 kB | 266/445 kB | 77 kB Progress (4): 626/646 kB | 737/798 kB | 266/445 kB | 77 kB Progress (4): 626/646 kB | 737/798 kB | 269/445 kB | 77 kB Progress (4): 626/646 kB | 741/798 kB | 269/445 kB | 77 kB Progress (4): 631/646 kB | 741/798 kB | 269/445 kB | 77 kB Progress (4): 631/646 kB | 745/798 kB | 269/445 kB | 77 kB Progress (4): 631/646 kB | 745/798 kB | 271/445 kB | 77 kB Progress (4): 635/646 kB | 745/798 kB | 271/445 kB | 77 kB Progress (4): 635/646 kB | 745/798 kB | 274/445 kB | 77 kB Progress (4): 635/646 kB | 750/798 kB | 274/445 kB | 77 kB Progress (4): 635/646 kB | 750/798 kB | 277/445 kB | 77 kB Progress (4): 639/646 kB | 750/798 kB | 277/445 kB | 77 kB Progress (4): 639/646 kB | 750/798 kB | 280/445 kB | 77 kB Progress (4): 639/646 kB | 754/798 kB | 280/445 kB | 77 kB Progress (4): 643/646 kB | 754/798 kB | 280/445 kB | 77 kB Progress (4): 643/646 kB | 758/798 kB | 280/445 kB | 77 kB Progress (4): 643/646 kB | 758/798 kB | 282/445 kB | 77 kB Progress (4): 643/646 kB | 762/798 kB | 282/445 kB | 77 kB Progress (4): 646 kB | 762/798 kB | 282/445 kB | 77 kB Progress (4): 646 kB | 762/798 kB | 285/445 kB | 77 kB Progress (4): 646 kB | 762/798 kB | 288/445 kB | 77 kB Progress (4): 646 kB | 766/798 kB | 288/445 kB | 77 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.jar (77 kB at 437 kB/s) +Progress (3): 646 kB | 770/798 kB | 288/445 kB Progress (3): 646 kB | 770/798 kB | 291/445 kB Progress (3): 646 kB | 774/798 kB | 291/445 kB Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar +Progress (3): 646 kB | 778/798 kB | 291/445 kB Progress (3): 646 kB | 778/798 kB | 293/445 kB Progress (3): 646 kB | 778/798 kB | 296/445 kB Progress (3): 646 kB | 782/798 kB | 296/445 kB Progress (3): 646 kB | 782/798 kB | 299/445 kB Progress (3): 646 kB | 786/798 kB | 299/445 kB Progress (3): 646 kB | 786/798 kB | 302/445 kB Progress (3): 646 kB | 791/798 kB | 302/445 kB Progress (3): 646 kB | 791/798 kB | 304/445 kB Progress (3): 646 kB | 795/798 kB | 304/445 kB Progress (3): 646 kB | 795/798 kB | 307/445 kB Progress (3): 646 kB | 798 kB | 307/445 kB Progress (3): 646 kB | 798 kB | 310/445 kB Progress (3): 646 kB | 798 kB | 313/445 kB Progress (3): 646 kB | 798 kB | 315/445 kB Progress (3): 646 kB | 798 kB | 318/445 kB Progress (3): 646 kB | 798 kB | 321/445 kB Progress (3): 646 kB | 798 kB | 324/445 kB Progress (3): 646 kB | 798 kB | 326/445 kB Progress (3): 646 kB | 798 kB | 329/445 kB Progress (3): 646 kB | 798 kB | 332/445 kB Progress (3): 646 kB | 798 kB | 335/445 kB Progress (3): 646 kB | 798 kB | 337/445 kB Progress (3): 646 kB | 798 kB | 340/445 kB Progress (3): 646 kB | 798 kB | 343/445 kB Progress (3): 646 kB | 798 kB | 345/445 kB Progress (3): 646 kB | 798 kB | 348/445 kB Progress (3): 646 kB | 798 kB | 351/445 kB Progress (3): 646 kB | 798 kB | 354/445 kB Progress (3): 646 kB | 798 kB | 356/445 kB Progress (3): 646 kB | 798 kB | 359/445 kB Progress (3): 646 kB | 798 kB | 362/445 kB Progress (3): 646 kB | 798 kB | 365/445 kB Progress (3): 646 kB | 798 kB | 367/445 kB Progress (3): 646 kB | 798 kB | 370/445 kB Progress (3): 646 kB | 798 kB | 373/445 kB Progress (3): 646 kB | 798 kB | 376/445 kB Progress (3): 646 kB | 798 kB | 378/445 kB Progress (3): 646 kB | 798 kB | 381/445 kB Progress (3): 646 kB | 798 kB | 384/445 kB Progress (3): 646 kB | 798 kB | 387/445 kB Progress (3): 646 kB | 798 kB | 389/445 kB Progress (3): 646 kB | 798 kB | 392/445 kB Progress (3): 646 kB | 798 kB | 395/445 kB Progress (3): 646 kB | 798 kB | 398/445 kB Progress (3): 646 kB | 798 kB | 400/445 kB Progress (3): 646 kB | 798 kB | 403/445 kB Progress (3): 646 kB | 798 kB | 406/445 kB Progress (3): 646 kB | 798 kB | 409/445 kB Progress (3): 646 kB | 798 kB | 411/445 kB Progress (3): 646 kB | 798 kB | 414/445 kB Progress (3): 646 kB | 798 kB | 417/445 kB Progress (3): 646 kB | 798 kB | 420/445 kB Progress (3): 646 kB | 798 kB | 422/445 kB Progress (3): 646 kB | 798 kB | 425/445 kB Progress (3): 646 kB | 798 kB | 428/445 kB Progress (3): 646 kB | 798 kB | 430/445 kB Progress (3): 646 kB | 798 kB | 433/445 kB Progress (3): 646 kB | 798 kB | 436/445 kB Progress (3): 646 kB | 798 kB | 439/445 kB Progress (3): 646 kB | 798 kB | 441/445 kB Progress (3): 646 kB | 798 kB | 444/445 kB Progress (3): 646 kB | 798 kB | 445 kB Progress (4): 646 kB | 798 kB | 445 kB | 2.7/314 kB Progress (4): 646 kB | 798 kB | 445 kB | 5.5/314 kB Progress (4): 646 kB | 798 kB | 445 kB | 8.2/314 kB Progress (4): 646 kB | 798 kB | 445 kB | 11/314 kB Progress (4): 646 kB | 798 kB | 445 kB | 14/314 kB Progress (4): 646 kB | 798 kB | 445 kB | 16/314 kB Progress (4): 646 kB | 798 kB | 445 kB | 19/314 kB Progress (4): 646 kB | 798 kB | 445 kB | 22/314 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-entitymanager/4.3.5.Final/hibernate-entitymanager-4.3.5.Final.jar (646 kB at 3.3 MB/s) +Progress (3): 798 kB | 445 kB | 25/314 kB Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/4.0.4.Final/hibernate-commons-annotations-4.0.4.Final.jar +Progress (3): 798 kB | 445 kB | 27/314 kB Progress (3): 798 kB | 445 kB | 30/314 kB Progress (3): 798 kB | 445 kB | 33/314 kB Progress (3): 798 kB | 445 kB | 36/314 kB Progress (3): 798 kB | 445 kB | 38/314 kB Progress (3): 798 kB | 445 kB | 41/314 kB Progress (3): 798 kB | 445 kB | 44/314 kB Progress (3): 798 kB | 445 kB | 47/314 kB Progress (3): 798 kB | 445 kB | 49/314 kB Progress (3): 798 kB | 445 kB | 52/314 kB Progress (3): 798 kB | 445 kB | 55/314 kB Progress (3): 798 kB | 445 kB | 58/314 kB Progress (3): 798 kB | 445 kB | 60/314 kB Progress (3): 798 kB | 445 kB | 63/314 kB Progress (3): 798 kB | 445 kB | 66/314 kB Progress (3): 798 kB | 445 kB | 69/314 kB Progress (3): 798 kB | 445 kB | 71/314 kB Progress (3): 798 kB | 445 kB | 74/314 kB Progress (3): 798 kB | 445 kB | 77/314 kB Progress (3): 798 kB | 445 kB | 80/314 kB Progress (3): 798 kB | 445 kB | 82/314 kB Progress (3): 798 kB | 445 kB | 85/314 kB Progress (3): 798 kB | 445 kB | 88/314 kB Progress (3): 798 kB | 445 kB | 90/314 kB Progress (3): 798 kB | 445 kB | 93/314 kB Progress (3): 798 kB | 445 kB | 96/314 kB Progress (3): 798 kB | 445 kB | 99/314 kB Progress (3): 798 kB | 445 kB | 101/314 kB Progress (3): 798 kB | 445 kB | 104/314 kB Progress (3): 798 kB | 445 kB | 107/314 kB Progress (3): 798 kB | 445 kB | 110/314 kB Progress (3): 798 kB | 445 kB | 112/314 kB Progress (3): 798 kB | 445 kB | 115/314 kB Progress (3): 798 kB | 445 kB | 118/314 kB Progress (3): 798 kB | 445 kB | 121/314 kB Progress (3): 798 kB | 445 kB | 123/314 kB Progress (3): 798 kB | 445 kB | 126/314 kB Progress (3): 798 kB | 445 kB | 129/314 kB Progress (3): 798 kB | 445 kB | 132/314 kB Progress (3): 798 kB | 445 kB | 134/314 kB Progress (3): 798 kB | 445 kB | 137/314 kB Progress (3): 798 kB | 445 kB | 140/314 kB Progress (3): 798 kB | 445 kB | 143/314 kB Progress (3): 798 kB | 445 kB | 145/314 kB Progress (3): 798 kB | 445 kB | 148/314 kB Progress (3): 798 kB | 445 kB | 151/314 kB Progress (3): 798 kB | 445 kB | 154/314 kB Progress (3): 798 kB | 445 kB | 156/314 kB Progress (3): 798 kB | 445 kB | 159/314 kB Progress (3): 798 kB | 445 kB | 162/314 kB Progress (3): 798 kB | 445 kB | 165/314 kB Progress (3): 798 kB | 445 kB | 167/314 kB Progress (3): 798 kB | 445 kB | 170/314 kB Progress (3): 798 kB | 445 kB | 173/314 kB Progress (3): 798 kB | 445 kB | 175/314 kB Progress (3): 798 kB | 445 kB | 178/314 kB Progress (3): 798 kB | 445 kB | 181/314 kB Progress (3): 798 kB | 445 kB | 184/314 kB Progress (3): 798 kB | 445 kB | 186/314 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ldaptive/ldaptive/1.0.13/ldaptive-1.0.13.jar (798 kB at 3.8 MB/s) +Progress (2): 445 kB | 189/314 kB Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 2.2 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar +Progress (1): 192/314 kB Progress (1): 195/314 kB Progress (1): 197/314 kB Progress (1): 200/314 kB Progress (1): 203/314 kB Progress (1): 206/314 kB Progress (1): 208/314 kB Progress (1): 211/314 kB Progress (1): 214/314 kB Progress (2): 214/314 kB | 4.1/75 kB Progress (2): 217/314 kB | 4.1/75 kB Progress (2): 217/314 kB | 8.2/75 kB Progress (2): 219/314 kB | 8.2/75 kB Progress (2): 219/314 kB | 12/75 kB Progress (2): 222/314 kB | 12/75 kB Progress (2): 222/314 kB | 16/75 kB Progress (2): 225/314 kB | 16/75 kB Progress (2): 225/314 kB | 20/75 kB Progress (2): 228/314 kB | 20/75 kB Progress (2): 228/314 kB | 25/75 kB Progress (2): 230/314 kB | 25/75 kB Progress (2): 230/314 kB | 29/75 kB Progress (2): 233/314 kB | 29/75 kB Progress (2): 233/314 kB | 33/75 kB Progress (2): 236/314 kB | 33/75 kB Progress (2): 236/314 kB | 37/75 kB Progress (2): 239/314 kB | 37/75 kB Progress (2): 239/314 kB | 41/75 kB Progress (2): 241/314 kB | 41/75 kB Progress (2): 241/314 kB | 45/75 kB Progress (2): 244/314 kB | 45/75 kB Progress (2): 244/314 kB | 49/75 kB Progress (2): 247/314 kB | 49/75 kB Progress (2): 247/314 kB | 53/75 kB Progress (2): 250/314 kB | 53/75 kB Progress (2): 250/314 kB | 57/75 kB Progress (2): 252/314 kB | 57/75 kB Progress (2): 252/314 kB | 61/75 kB Progress (2): 255/314 kB | 61/75 kB Progress (2): 255/314 kB | 66/75 kB Progress (2): 258/314 kB | 66/75 kB Progress (2): 258/314 kB | 70/75 kB Progress (2): 260/314 kB | 70/75 kB Progress (2): 260/314 kB | 74/75 kB Progress (2): 263/314 kB | 74/75 kB Progress (2): 263/314 kB | 75 kB Progress (2): 266/314 kB | 75 kB Progress (2): 269/314 kB | 75 kB Progress (2): 271/314 kB | 75 kB Progress (2): 274/314 kB | 75 kB Progress (2): 277/314 kB | 75 kB Progress (2): 280/314 kB | 75 kB Progress (2): 282/314 kB | 75 kB Progress (2): 285/314 kB | 75 kB Progress (2): 288/314 kB | 75 kB Progress (2): 291/314 kB | 75 kB Progress (2): 293/314 kB | 75 kB Progress (2): 296/314 kB | 75 kB Progress (2): 299/314 kB | 75 kB Progress (2): 302/314 kB | 75 kB Progress (2): 304/314 kB | 75 kB Progress (2): 307/314 kB | 75 kB Progress (2): 310/314 kB | 75 kB Progress (2): 313/314 kB | 75 kB Progress (2): 314 kB | 75 kB Progress (3): 314 kB | 75 kB | 4.1/28 kB Progress (3): 314 kB | 75 kB | 8.2/28 kB Progress (3): 314 kB | 75 kB | 12/28 kB Progress (3): 314 kB | 75 kB | 16/28 kB Progress (3): 314 kB | 75 kB | 20/28 kB Progress (3): 314 kB | 75 kB | 25/28 kB Progress (3): 314 kB | 75 kB | 28 kB Progress (4): 314 kB | 75 kB | 28 kB | 4.1/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 8.2/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 12/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 16/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 20/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 25/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 29/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 33/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 37/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 41/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 45/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 49/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 53/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 57/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 61/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 66/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 70/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 74/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 78/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 82/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 86/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 90/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 94/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 98/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 102/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 106/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 111/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 115/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 119/714 kB Progress (4): 314 kB | 75 kB | 28 kB | 123/714 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/4.0.4.Final/hibernate-commons-annotations-4.0.4.Final.jar (75 kB at 325 kB/s) +Progress (3): 314 kB | 28 kB | 127/714 kB Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar +Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (314 kB at 1.3 MB/s) +Progress (2): 28 kB | 131/714 kB Downloading from central: https://repo.maven.apache.org/maven2/net/spy/spymemcached/2.12.3/spymemcached-2.12.3.jar +Progress (2): 28 kB | 135/714 kB Progress (2): 28 kB | 139/714 kB Progress (2): 28 kB | 143/714 kB Progress (2): 28 kB | 147/714 kB Progress (3): 28 kB | 147/714 kB | 0/5.2 MB Progress (3): 28 kB | 152/714 kB | 0/5.2 MB Progress (3): 28 kB | 156/714 kB | 0/5.2 MB Progress (3): 28 kB | 160/714 kB | 0/5.2 MB Progress (3): 28 kB | 164/714 kB | 0/5.2 MB Progress (3): 28 kB | 168/714 kB | 0/5.2 MB Progress (3): 28 kB | 172/714 kB | 0/5.2 MB Progress (3): 28 kB | 176/714 kB | 0/5.2 MB Progress (3): 28 kB | 180/714 kB | 0/5.2 MB Progress (3): 28 kB | 184/714 kB | 0/5.2 MB Progress (3): 28 kB | 188/714 kB | 0/5.2 MB Progress (3): 28 kB | 193/714 kB | 0/5.2 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final.jar (28 kB at 115 kB/s) +Progress (2): 197/714 kB | 0/5.2 MB Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar +Progress (2): 201/714 kB | 0/5.2 MB Progress (2): 205/714 kB | 0/5.2 MB Progress (2): 209/714 kB | 0/5.2 MB Progress (2): 213/714 kB | 0/5.2 MB Progress (2): 217/714 kB | 0/5.2 MB Progress (2): 221/714 kB | 0/5.2 MB Progress (2): 225/714 kB | 0/5.2 MB Progress (2): 229/714 kB | 0/5.2 MB Progress (2): 233/714 kB | 0/5.2 MB Progress (2): 238/714 kB | 0/5.2 MB Progress (2): 242/714 kB | 0/5.2 MB Progress (2): 246/714 kB | 0/5.2 MB Progress (2): 250/714 kB | 0/5.2 MB Progress (2): 254/714 kB | 0/5.2 MB Progress (2): 258/714 kB | 0/5.2 MB Progress (2): 262/714 kB | 0/5.2 MB Progress (2): 266/714 kB | 0/5.2 MB Progress (2): 270/714 kB | 0/5.2 MB Progress (2): 274/714 kB | 0/5.2 MB Progress (2): 279/714 kB | 0/5.2 MB Progress (2): 283/714 kB | 0/5.2 MB Progress (2): 287/714 kB | 0/5.2 MB Progress (2): 291/714 kB | 0/5.2 MB Progress (2): 295/714 kB | 0/5.2 MB Progress (2): 299/714 kB | 0/5.2 MB Progress (2): 303/714 kB | 0/5.2 MB Progress (2): 307/714 kB | 0/5.2 MB Progress (2): 311/714 kB | 0/5.2 MB Progress (2): 311/714 kB | 0/5.2 MB Progress (2): 315/714 kB | 0/5.2 MB Progress (2): 319/714 kB | 0/5.2 MB Progress (2): 324/714 kB | 0/5.2 MB Progress (2): 328/714 kB | 0/5.2 MB Progress (2): 332/714 kB | 0/5.2 MB Progress (2): 332/714 kB | 0.1/5.2 MB Progress (2): 336/714 kB | 0.1/5.2 MB Progress (2): 340/714 kB | 0.1/5.2 MB Progress (2): 344/714 kB | 0.1/5.2 MB Progress (2): 348/714 kB | 0.1/5.2 MB Progress (2): 352/714 kB | 0.1/5.2 MB Progress (2): 356/714 kB | 0.1/5.2 MB Progress (2): 360/714 kB | 0.1/5.2 MB Progress (2): 365/714 kB | 0.1/5.2 MB Progress (2): 369/714 kB | 0.1/5.2 MB Progress (2): 373/714 kB | 0.1/5.2 MB Progress (2): 377/714 kB | 0.1/5.2 MB Progress (2): 381/714 kB | 0.1/5.2 MB Progress (2): 385/714 kB | 0.1/5.2 MB Progress (2): 389/714 kB | 0.1/5.2 MB Progress (2): 393/714 kB | 0.1/5.2 MB Progress (2): 397/714 kB | 0.1/5.2 MB Progress (2): 401/714 kB | 0.1/5.2 MB Progress (2): 406/714 kB | 0.1/5.2 MB Progress (2): 410/714 kB | 0.1/5.2 MB Progress (2): 410/714 kB | 0.1/5.2 MB Progress (2): 414/714 kB | 0.1/5.2 MB Progress (2): 418/714 kB | 0.1/5.2 MB Progress (2): 422/714 kB | 0.1/5.2 MB Progress (2): 426/714 kB | 0.1/5.2 MB Progress (2): 430/714 kB | 0.1/5.2 MB Progress (2): 434/714 kB | 0.1/5.2 MB Progress (2): 438/714 kB | 0.1/5.2 MB Progress (3): 438/714 kB | 0.1/5.2 MB | 4.1/113 kB Progress (3): 442/714 kB | 0.1/5.2 MB | 4.1/113 kB Progress (3): 442/714 kB | 0.1/5.2 MB | 8.2/113 kB Progress (3): 442/714 kB | 0.1/5.2 MB | 12/113 kB Progress (3): 446/714 kB | 0.1/5.2 MB | 12/113 kB Progress (3): 446/714 kB | 0.1/5.2 MB | 16/113 kB Progress (3): 451/714 kB | 0.1/5.2 MB | 16/113 kB Progress (3): 451/714 kB | 0.1/5.2 MB | 16/113 kB Progress (3): 455/714 kB | 0.1/5.2 MB | 16/113 kB Progress (3): 455/714 kB | 0.1/5.2 MB | 20/113 kB Progress (3): 459/714 kB | 0.1/5.2 MB | 20/113 kB Progress (3): 459/714 kB | 0.1/5.2 MB | 25/113 kB Progress (3): 463/714 kB | 0.1/5.2 MB | 25/113 kB Progress (3): 463/714 kB | 0.1/5.2 MB | 29/113 kB Progress (3): 463/714 kB | 0.1/5.2 MB | 29/113 kB Progress (3): 467/714 kB | 0.1/5.2 MB | 29/113 kB Progress (3): 467/714 kB | 0.1/5.2 MB | 33/113 kB Progress (3): 471/714 kB | 0.1/5.2 MB | 33/113 kB Progress (3): 471/714 kB | 0.1/5.2 MB | 37/113 kB Progress (3): 475/714 kB | 0.1/5.2 MB | 37/113 kB Progress (3): 475/714 kB | 0.1/5.2 MB | 41/113 kB Progress (3): 479/714 kB | 0.1/5.2 MB | 41/113 kB Progress (3): 479/714 kB | 0.1/5.2 MB | 45/113 kB Progress (3): 483/714 kB | 0.1/5.2 MB | 45/113 kB Progress (3): 483/714 kB | 0.1/5.2 MB | 49/113 kB Progress (3): 487/714 kB | 0.1/5.2 MB | 49/113 kB Progress (3): 487/714 kB | 0.1/5.2 MB | 53/113 kB Progress (3): 492/714 kB | 0.1/5.2 MB | 53/113 kB Progress (3): 492/714 kB | 0.2/5.2 MB | 53/113 kB Progress (3): 492/714 kB | 0.2/5.2 MB | 57/113 kB Progress (3): 496/714 kB | 0.2/5.2 MB | 57/113 kB Progress (3): 496/714 kB | 0.2/5.2 MB | 61/113 kB Progress (3): 500/714 kB | 0.2/5.2 MB | 61/113 kB Progress (3): 500/714 kB | 0.2/5.2 MB | 66/113 kB Progress (3): 500/714 kB | 0.2/5.2 MB | 66/113 kB Progress (3): 504/714 kB | 0.2/5.2 MB | 66/113 kB Progress (3): 504/714 kB | 0.2/5.2 MB | 70/113 kB Progress (3): 508/714 kB | 0.2/5.2 MB | 70/113 kB Progress (3): 508/714 kB | 0.2/5.2 MB | 74/113 kB Progress (3): 512/714 kB | 0.2/5.2 MB | 74/113 kB Progress (3): 512/714 kB | 0.2/5.2 MB | 78/113 kB Progress (3): 516/714 kB | 0.2/5.2 MB | 78/113 kB Progress (3): 516/714 kB | 0.2/5.2 MB | 82/113 kB Progress (3): 520/714 kB | 0.2/5.2 MB | 82/113 kB Progress (3): 520/714 kB | 0.2/5.2 MB | 82/113 kB Progress (3): 520/714 kB | 0.2/5.2 MB | 86/113 kB Progress (3): 524/714 kB | 0.2/5.2 MB | 86/113 kB Progress (3): 524/714 kB | 0.2/5.2 MB | 90/113 kB Progress (3): 528/714 kB | 0.2/5.2 MB | 90/113 kB Progress (3): 528/714 kB | 0.2/5.2 MB | 94/113 kB Progress (3): 532/714 kB | 0.2/5.2 MB | 94/113 kB Progress (3): 532/714 kB | 0.2/5.2 MB | 98/113 kB Progress (3): 537/714 kB | 0.2/5.2 MB | 98/113 kB Progress (3): 537/714 kB | 0.2/5.2 MB | 102/113 kB Progress (3): 541/714 kB | 0.2/5.2 MB | 102/113 kB Progress (3): 541/714 kB | 0.2/5.2 MB | 106/113 kB Progress (3): 545/714 kB | 0.2/5.2 MB | 106/113 kB Progress (3): 545/714 kB | 0.2/5.2 MB | 106/113 kB Progress (3): 545/714 kB | 0.2/5.2 MB | 111/113 kB Progress (3): 549/714 kB | 0.2/5.2 MB | 111/113 kB Progress (3): 549/714 kB | 0.2/5.2 MB | 113 kB Progress (3): 553/714 kB | 0.2/5.2 MB | 113 kB Progress (3): 553/714 kB | 0.3/5.2 MB | 113 kB Progress (3): 557/714 kB | 0.3/5.2 MB | 113 kB Progress (3): 561/714 kB | 0.3/5.2 MB | 113 kB Progress (3): 561/714 kB | 0.3/5.2 MB | 113 kB Progress (4): 561/714 kB | 0.3/5.2 MB | 113 kB | 4.1/85 kB Progress (4): 565/714 kB | 0.3/5.2 MB | 113 kB | 4.1/85 kB Progress (4): 565/714 kB | 0.3/5.2 MB | 113 kB | 8.2/85 kB Progress (4): 569/714 kB | 0.3/5.2 MB | 113 kB | 8.2/85 kB Progress (4): 569/714 kB | 0.3/5.2 MB | 113 kB | 8.2/85 kB Progress (4): 573/714 kB | 0.3/5.2 MB | 113 kB | 8.2/85 kB Progress (4): 573/714 kB | 0.3/5.2 MB | 113 kB | 12/85 kB Progress (4): 578/714 kB | 0.3/5.2 MB | 113 kB | 12/85 kB Progress (4): 578/714 kB | 0.3/5.2 MB | 113 kB | 12/85 kB Progress (4): 578/714 kB | 0.3/5.2 MB | 113 kB | 16/85 kB Progress (4): 582/714 kB | 0.3/5.2 MB | 113 kB | 16/85 kB Progress (4): 582/714 kB | 0.3/5.2 MB | 113 kB | 20/85 kB Progress (4): 582/714 kB | 0.4/5.2 MB | 113 kB | 20/85 kB Progress (4): 582/714 kB | 0.4/5.2 MB | 113 kB | 25/85 kB Progress (4): 586/714 kB | 0.4/5.2 MB | 113 kB | 25/85 kB Progress (4): 586/714 kB | 0.4/5.2 MB | 113 kB | 29/85 kB Progress (4): 586/714 kB | 0.4/5.2 MB | 113 kB | 29/85 kB Progress (4): 590/714 kB | 0.4/5.2 MB | 113 kB | 29/85 kB Progress (4): 590/714 kB | 0.4/5.2 MB | 113 kB | 33/85 kB Progress (4): 590/714 kB | 0.4/5.2 MB | 113 kB | 33/85 kB Progress (4): 594/714 kB | 0.4/5.2 MB | 113 kB | 33/85 kB Progress (4): 594/714 kB | 0.4/5.2 MB | 113 kB | 37/85 kB Progress (4): 598/714 kB | 0.4/5.2 MB | 113 kB | 37/85 kB Progress (4): 598/714 kB | 0.4/5.2 MB | 113 kB | 41/85 kB Progress (4): 598/714 kB | 0.4/5.2 MB | 113 kB | 41/85 kB Progress (4): 598/714 kB | 0.4/5.2 MB | 113 kB | 45/85 kB Progress (4): 602/714 kB | 0.4/5.2 MB | 113 kB | 45/85 kB Progress (4): 602/714 kB | 0.5/5.2 MB | 113 kB | 45/85 kB Progress (4): 602/714 kB | 0.5/5.2 MB | 113 kB | 49/85 kB Progress (4): 606/714 kB | 0.5/5.2 MB | 113 kB | 49/85 kB Progress (4): 606/714 kB | 0.5/5.2 MB | 113 kB | 53/85 kB Progress (4): 610/714 kB | 0.5/5.2 MB | 113 kB | 53/85 kB Progress (4): 610/714 kB | 0.5/5.2 MB | 113 kB | 57/85 kB Progress (4): 610/714 kB | 0.5/5.2 MB | 113 kB | 57/85 kB Progress (4): 610/714 kB | 0.5/5.2 MB | 113 kB | 61/85 kB Progress (4): 614/714 kB | 0.5/5.2 MB | 113 kB | 61/85 kB Progress (4): 614/714 kB | 0.5/5.2 MB | 113 kB | 66/85 kB Progress (4): 618/714 kB | 0.5/5.2 MB | 113 kB | 66/85 kB Progress (4): 618/714 kB | 0.5/5.2 MB | 113 kB | 66/85 kB Progress (4): 623/714 kB | 0.5/5.2 MB | 113 kB | 66/85 kB Progress (4): 623/714 kB | 0.5/5.2 MB | 113 kB | 70/85 kB Progress (4): 627/714 kB | 0.5/5.2 MB | 113 kB | 70/85 kB Progress (4): 627/714 kB | 0.5/5.2 MB | 113 kB | 74/85 kB Progress (4): 631/714 kB | 0.5/5.2 MB | 113 kB | 74/85 kB Progress (4): 631/714 kB | 0.5/5.2 MB | 113 kB | 74/85 kB Progress (4): 631/714 kB | 0.5/5.2 MB | 113 kB | 78/85 kB Progress (4): 635/714 kB | 0.5/5.2 MB | 113 kB | 78/85 kB Progress (4): 635/714 kB | 0.5/5.2 MB | 113 kB | 82/85 kB Progress (4): 635/714 kB | 0.6/5.2 MB | 113 kB | 82/85 kB Progress (4): 639/714 kB | 0.6/5.2 MB | 113 kB | 82/85 kB Progress (4): 639/714 kB | 0.6/5.2 MB | 113 kB | 85 kB Progress (4): 643/714 kB | 0.6/5.2 MB | 113 kB | 85 kB Progress (4): 643/714 kB | 0.6/5.2 MB | 113 kB | 85 kB Progress (4): 647/714 kB | 0.6/5.2 MB | 113 kB | 85 kB Progress (4): 651/714 kB | 0.6/5.2 MB | 113 kB | 85 kB Progress (5): 651/714 kB | 0.6/5.2 MB | 113 kB | 85 kB | 4.1/474 kB Progress (5): 651/714 kB | 0.6/5.2 MB | 113 kB | 85 kB | 4.1/474 kB Progress (5): 651/714 kB | 0.6/5.2 MB | 113 kB | 85 kB | 8.2/474 kB Progress (5): 655/714 kB | 0.6/5.2 MB | 113 kB | 85 kB | 8.2/474 kB Progress (5): 655/714 kB | 0.6/5.2 MB | 113 kB | 85 kB | 12/474 kB Progress (5): 659/714 kB | 0.6/5.2 MB | 113 kB | 85 kB | 12/474 kB Progress (5): 659/714 kB | 0.6/5.2 MB | 113 kB | 85 kB | 12/474 kB Progress (5): 664/714 kB | 0.6/5.2 MB | 113 kB | 85 kB | 12/474 kB Progress (5): 664/714 kB | 0.6/5.2 MB | 113 kB | 85 kB | 16/474 kB Progress (5): 664/714 kB | 0.7/5.2 MB | 113 kB | 85 kB | 16/474 kB Progress (5): 668/714 kB | 0.7/5.2 MB | 113 kB | 85 kB | 16/474 kB Progress (5): 668/714 kB | 0.7/5.2 MB | 113 kB | 85 kB | 20/474 kB Progress (5): 672/714 kB | 0.7/5.2 MB | 113 kB | 85 kB | 20/474 kB Progress (5): 672/714 kB | 0.7/5.2 MB | 113 kB | 85 kB | 20/474 kB Progress (5): 672/714 kB | 0.7/5.2 MB | 113 kB | 85 kB | 25/474 kB Progress (5): 676/714 kB | 0.7/5.2 MB | 113 kB | 85 kB | 25/474 kB Progress (5): 676/714 kB | 0.7/5.2 MB | 113 kB | 85 kB | 25/474 kB Progress (5): 676/714 kB | 0.7/5.2 MB | 113 kB | 85 kB | 29/474 kB Progress (5): 680/714 kB | 0.7/5.2 MB | 113 kB | 85 kB | 29/474 kB Progress (5): 680/714 kB | 0.7/5.2 MB | 113 kB | 85 kB | 33/474 kB Progress (5): 680/714 kB | 0.8/5.2 MB | 113 kB | 85 kB | 33/474 kB Progress (5): 684/714 kB | 0.8/5.2 MB | 113 kB | 85 kB | 33/474 kB Progress (5): 684/714 kB | 0.8/5.2 MB | 113 kB | 85 kB | 37/474 kB Progress (5): 684/714 kB | 0.8/5.2 MB | 113 kB | 85 kB | 37/474 kB Progress (5): 688/714 kB | 0.8/5.2 MB | 113 kB | 85 kB | 37/474 kB Progress (5): 688/714 kB | 0.8/5.2 MB | 113 kB | 85 kB | 41/474 kB Progress (5): 692/714 kB | 0.8/5.2 MB | 113 kB | 85 kB | 41/474 kB Progress (5): 692/714 kB | 0.8/5.2 MB | 113 kB | 85 kB | 41/474 kB Progress (5): 692/714 kB | 0.8/5.2 MB | 113 kB | 85 kB | 45/474 kB Progress (5): 696/714 kB | 0.8/5.2 MB | 113 kB | 85 kB | 45/474 kB Progress (5): 696/714 kB | 0.8/5.2 MB | 113 kB | 85 kB | 45/474 kB Progress (5): 696/714 kB | 0.8/5.2 MB | 113 kB | 85 kB | 49/474 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar (113 kB at 402 kB/s) +Progress (4): 696/714 kB | 0.8/5.2 MB | 85 kB | 49/474 kB Progress (4): 696/714 kB | 0.8/5.2 MB | 85 kB | 53/474 kB Progress (4): 700/714 kB | 0.8/5.2 MB | 85 kB | 53/474 kB Progress (4): 700/714 kB | 0.9/5.2 MB | 85 kB | 53/474 kB Progress (4): 700/714 kB | 0.9/5.2 MB | 85 kB | 57/474 kB Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-orm/4.3.30.RELEASE/spring-orm-4.3.30.RELEASE.jar +Progress (4): 700/714 kB | 0.9/5.2 MB | 85 kB | 57/474 kB Progress (4): 700/714 kB | 0.9/5.2 MB | 85 kB | 61/474 kB Progress (4): 705/714 kB | 0.9/5.2 MB | 85 kB | 61/474 kB Progress (4): 705/714 kB | 0.9/5.2 MB | 85 kB | 66/474 kB Progress (4): 709/714 kB | 0.9/5.2 MB | 85 kB | 66/474 kB Progress (4): 709/714 kB | 0.9/5.2 MB | 85 kB | 66/474 kB Progress (4): 713/714 kB | 0.9/5.2 MB | 85 kB | 66/474 kB Progress (4): 713/714 kB | 0.9/5.2 MB | 85 kB | 70/474 kB Progress (4): 714 kB | 0.9/5.2 MB | 85 kB | 70/474 kB Progress (4): 714 kB | 0.9/5.2 MB | 85 kB | 70/474 kB Progress (4): 714 kB | 0.9/5.2 MB | 85 kB | 74/474 kB Progress (4): 714 kB | 0.9/5.2 MB | 85 kB | 78/474 kB Progress (4): 714 kB | 1.0/5.2 MB | 85 kB | 78/474 kB Progress (4): 714 kB | 1.0/5.2 MB | 85 kB | 82/474 kB Progress (4): 714 kB | 1.0/5.2 MB | 85 kB | 86/474 kB Progress (4): 714 kB | 1.0/5.2 MB | 85 kB | 86/474 kB Progress (4): 714 kB | 1.0/5.2 MB | 85 kB | 90/474 kB Progress (4): 714 kB | 1.0/5.2 MB | 85 kB | 94/474 kB Progress (4): 714 kB | 1.0/5.2 MB | 85 kB | 94/474 kB Progress (4): 714 kB | 1.0/5.2 MB | 85 kB | 98/474 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar (85 kB at 296 kB/s) +Progress (3): 714 kB | 1.0/5.2 MB | 98/474 kB Progress (3): 714 kB | 1.0/5.2 MB | 102/474 kB Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jdbc/4.3.30.RELEASE/spring-jdbc-4.3.30.RELEASE.jar +Progress (3): 714 kB | 1.1/5.2 MB | 102/474 kB Progress (3): 714 kB | 1.1/5.2 MB | 106/474 kB Progress (3): 714 kB | 1.1/5.2 MB | 111/474 kB Progress (3): 714 kB | 1.1/5.2 MB | 115/474 kB Progress (3): 714 kB | 1.1/5.2 MB | 115/474 kB Progress (3): 714 kB | 1.1/5.2 MB | 119/474 kB Progress (3): 714 kB | 1.1/5.2 MB | 123/474 kB Progress (3): 714 kB | 1.1/5.2 MB | 123/474 kB Progress (3): 714 kB | 1.1/5.2 MB | 127/474 kB Progress (3): 714 kB | 1.1/5.2 MB | 131/474 kB Progress (3): 714 kB | 1.1/5.2 MB | 131/474 kB Progress (3): 714 kB | 1.1/5.2 MB | 135/474 kB Progress (3): 714 kB | 1.1/5.2 MB | 139/474 kB Progress (3): 714 kB | 1.2/5.2 MB | 139/474 kB Progress (3): 714 kB | 1.2/5.2 MB | 143/474 kB Progress (3): 714 kB | 1.2/5.2 MB | 147/474 kB Progress (3): 714 kB | 1.2/5.2 MB | 147/474 kB Progress (3): 714 kB | 1.2/5.2 MB | 152/474 kB Progress (3): 714 kB | 1.2/5.2 MB | 156/474 kB Progress (3): 714 kB | 1.2/5.2 MB | 156/474 kB Progress (3): 714 kB | 1.2/5.2 MB | 160/474 kB Progress (3): 714 kB | 1.2/5.2 MB | 164/474 kB Progress (3): 714 kB | 1.2/5.2 MB | 164/474 kB Progress (3): 714 kB | 1.2/5.2 MB | 168/474 kB Progress (3): 714 kB | 1.2/5.2 MB | 172/474 kB Progress (3): 714 kB | 1.3/5.2 MB | 172/474 kB Progress (3): 714 kB | 1.3/5.2 MB | 176/474 kB Progress (3): 714 kB | 1.3/5.2 MB | 180/474 kB Progress (3): 714 kB | 1.3/5.2 MB | 180/474 kB Progress (3): 714 kB | 1.3/5.2 MB | 184/474 kB Progress (3): 714 kB | 1.3/5.2 MB | 188/474 kB Progress (3): 714 kB | 1.3/5.2 MB | 193/474 kB Progress (3): 714 kB | 1.3/5.2 MB | 193/474 kB Progress (3): 714 kB | 1.3/5.2 MB | 197/474 kB Progress (3): 714 kB | 1.3/5.2 MB | 201/474 kB Progress (3): 714 kB | 1.3/5.2 MB | 201/474 kB Progress (3): 714 kB | 1.3/5.2 MB | 205/474 kB Progress (3): 714 kB | 1.3/5.2 MB | 209/474 kB Progress (3): 714 kB | 1.4/5.2 MB | 209/474 kB Progress (3): 714 kB | 1.4/5.2 MB | 213/474 kB Progress (3): 714 kB | 1.4/5.2 MB | 217/474 kB Progress (3): 714 kB | 1.4/5.2 MB | 217/474 kB Progress (3): 714 kB | 1.4/5.2 MB | 221/474 kB Progress (3): 714 kB | 1.4/5.2 MB | 225/474 kB Progress (3): 714 kB | 1.4/5.2 MB | 225/474 kB Progress (3): 714 kB | 1.4/5.2 MB | 229/474 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar (714 kB at 2.4 MB/s) +Progress (2): 1.4/5.2 MB | 229/474 kB Progress (2): 1.4/5.2 MB | 233/474 kB Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-tx/4.3.30.RELEASE/spring-tx-4.3.30.RELEASE.jar +Progress (2): 1.5/5.2 MB | 233/474 kB Progress (3): 1.5/5.2 MB | 233/474 kB | 4.1/479 kB Progress (3): 1.5/5.2 MB | 238/474 kB | 4.1/479 kB Progress (3): 1.5/5.2 MB | 238/474 kB | 8.2/479 kB Progress (3): 1.5/5.2 MB | 242/474 kB | 8.2/479 kB Progress (3): 1.5/5.2 MB | 242/474 kB | 12/479 kB Progress (3): 1.5/5.2 MB | 242/474 kB | 12/479 kB Progress (3): 1.5/5.2 MB | 242/474 kB | 16/479 kB Progress (3): 1.5/5.2 MB | 246/474 kB | 16/479 kB Progress (3): 1.5/5.2 MB | 246/474 kB | 16/479 kB Progress (3): 1.5/5.2 MB | 246/474 kB | 20/479 kB Progress (3): 1.5/5.2 MB | 250/474 kB | 20/479 kB Progress (3): 1.5/5.2 MB | 250/474 kB | 25/479 kB Progress (3): 1.5/5.2 MB | 254/474 kB | 25/479 kB Progress (3): 1.5/5.2 MB | 254/474 kB | 29/479 kB Progress (3): 1.5/5.2 MB | 254/474 kB | 29/479 kB Progress (3): 1.5/5.2 MB | 254/474 kB | 33/479 kB Progress (3): 1.5/5.2 MB | 258/474 kB | 33/479 kB Progress (3): 1.6/5.2 MB | 258/474 kB | 33/479 kB Progress (3): 1.6/5.2 MB | 262/474 kB | 33/479 kB Progress (3): 1.6/5.2 MB | 262/474 kB | 37/479 kB Progress (3): 1.6/5.2 MB | 266/474 kB | 37/479 kB Progress (3): 1.6/5.2 MB | 266/474 kB | 37/479 kB Progress (3): 1.6/5.2 MB | 266/474 kB | 41/479 kB Progress (3): 1.6/5.2 MB | 270/474 kB | 41/479 kB Progress (3): 1.6/5.2 MB | 270/474 kB | 45/479 kB Progress (3): 1.6/5.2 MB | 274/474 kB | 45/479 kB Progress (3): 1.6/5.2 MB | 274/474 kB | 45/479 kB Progress (4): 1.6/5.2 MB | 274/474 kB | 45/479 kB | 4.1/431 kB Progress (4): 1.6/5.2 MB | 279/474 kB | 45/479 kB | 4.1/431 kB Progress (4): 1.6/5.2 MB | 279/474 kB | 49/479 kB | 4.1/431 kB Progress (4): 1.6/5.2 MB | 283/474 kB | 49/479 kB | 4.1/431 kB Progress (4): 1.6/5.2 MB | 283/474 kB | 49/479 kB | 4.1/431 kB Progress (4): 1.6/5.2 MB | 283/474 kB | 49/479 kB | 8.2/431 kB Progress (4): 1.6/5.2 MB | 287/474 kB | 49/479 kB | 8.2/431 kB Progress (4): 1.6/5.2 MB | 287/474 kB | 53/479 kB | 8.2/431 kB Progress (4): 1.6/5.2 MB | 291/474 kB | 53/479 kB | 8.2/431 kB Progress (4): 1.7/5.2 MB | 291/474 kB | 53/479 kB | 8.2/431 kB Progress (4): 1.7/5.2 MB | 291/474 kB | 53/479 kB | 12/431 kB Progress (4): 1.7/5.2 MB | 295/474 kB | 53/479 kB | 12/431 kB Progress (4): 1.7/5.2 MB | 295/474 kB | 57/479 kB | 12/431 kB Progress (4): 1.7/5.2 MB | 295/474 kB | 57/479 kB | 12/431 kB Progress (4): 1.7/5.2 MB | 295/474 kB | 57/479 kB | 16/431 kB Progress (4): 1.7/5.2 MB | 295/474 kB | 61/479 kB | 16/431 kB Progress (4): 1.7/5.2 MB | 299/474 kB | 61/479 kB | 16/431 kB Progress (4): 1.7/5.2 MB | 299/474 kB | 66/479 kB | 16/431 kB Progress (4): 1.7/5.2 MB | 299/474 kB | 66/479 kB | 16/431 kB Progress (4): 1.7/5.2 MB | 299/474 kB | 66/479 kB | 20/431 kB Progress (4): 1.7/5.2 MB | 299/474 kB | 70/479 kB | 20/431 kB Progress (4): 1.7/5.2 MB | 303/474 kB | 70/479 kB | 20/431 kB Progress (4): 1.7/5.2 MB | 303/474 kB | 70/479 kB | 20/431 kB Progress (4): 1.7/5.2 MB | 303/474 kB | 74/479 kB | 20/431 kB Progress (4): 1.7/5.2 MB | 303/474 kB | 74/479 kB | 25/431 kB Progress (4): 1.7/5.2 MB | 303/474 kB | 78/479 kB | 25/431 kB Progress (4): 1.7/5.2 MB | 307/474 kB | 78/479 kB | 25/431 kB Progress (4): 1.7/5.2 MB | 307/474 kB | 82/479 kB | 25/431 kB Progress (4): 1.7/5.2 MB | 307/474 kB | 82/479 kB | 29/431 kB Progress (4): 1.8/5.2 MB | 307/474 kB | 82/479 kB | 29/431 kB Progress (4): 1.8/5.2 MB | 307/474 kB | 82/479 kB | 33/431 kB Progress (4): 1.8/5.2 MB | 307/474 kB | 86/479 kB | 33/431 kB Progress (4): 1.8/5.2 MB | 311/474 kB | 86/479 kB | 33/431 kB Progress (4): 1.8/5.2 MB | 311/474 kB | 86/479 kB | 37/431 kB Progress (4): 1.8/5.2 MB | 311/474 kB | 90/479 kB | 37/431 kB Progress (4): 1.8/5.2 MB | 311/474 kB | 90/479 kB | 37/431 kB Progress (4): 1.8/5.2 MB | 311/474 kB | 94/479 kB | 37/431 kB Progress (4): 1.8/5.2 MB | 311/474 kB | 94/479 kB | 41/431 kB Progress (4): 1.8/5.2 MB | 315/474 kB | 94/479 kB | 41/431 kB Progress (4): 1.8/5.2 MB | 315/474 kB | 94/479 kB | 45/431 kB Progress (4): 1.8/5.2 MB | 315/474 kB | 94/479 kB | 45/431 kB Progress (4): 1.8/5.2 MB | 315/474 kB | 98/479 kB | 45/431 kB Progress (4): 1.8/5.2 MB | 315/474 kB | 98/479 kB | 49/431 kB Progress (4): 1.8/5.2 MB | 319/474 kB | 98/479 kB | 49/431 kB Progress (4): 1.8/5.2 MB | 319/474 kB | 98/479 kB | 49/431 kB Progress (4): 1.8/5.2 MB | 319/474 kB | 102/479 kB | 49/431 kB Progress (4): 1.8/5.2 MB | 324/474 kB | 102/479 kB | 49/431 kB Progress (4): 1.8/5.2 MB | 324/474 kB | 102/479 kB | 53/431 kB Progress (4): 1.8/5.2 MB | 328/474 kB | 102/479 kB | 53/431 kB Progress (4): 1.9/5.2 MB | 328/474 kB | 102/479 kB | 53/431 kB Progress (4): 1.9/5.2 MB | 328/474 kB | 106/479 kB | 53/431 kB Progress (4): 1.9/5.2 MB | 332/474 kB | 106/479 kB | 53/431 kB Progress (4): 1.9/5.2 MB | 332/474 kB | 106/479 kB | 57/431 kB Progress (4): 1.9/5.2 MB | 336/474 kB | 106/479 kB | 57/431 kB Progress (4): 1.9/5.2 MB | 336/474 kB | 106/479 kB | 57/431 kB Progress (4): 1.9/5.2 MB | 336/474 kB | 109/479 kB | 57/431 kB Progress (4): 1.9/5.2 MB | 340/474 kB | 109/479 kB | 57/431 kB Progress (4): 1.9/5.2 MB | 340/474 kB | 109/479 kB | 61/431 kB Progress (4): 1.9/5.2 MB | 344/474 kB | 109/479 kB | 61/431 kB Progress (4): 1.9/5.2 MB | 344/474 kB | 113/479 kB | 61/431 kB Progress (4): 1.9/5.2 MB | 344/474 kB | 113/479 kB | 61/431 kB Progress (4): 1.9/5.2 MB | 344/474 kB | 117/479 kB | 61/431 kB Progress (4): 1.9/5.2 MB | 348/474 kB | 117/479 kB | 61/431 kB Progress (4): 1.9/5.2 MB | 348/474 kB | 117/479 kB | 66/431 kB Progress (4): 1.9/5.2 MB | 352/474 kB | 117/479 kB | 66/431 kB Progress (4): 1.9/5.2 MB | 352/474 kB | 117/479 kB | 66/431 kB Progress (4): 1.9/5.2 MB | 352/474 kB | 121/479 kB | 66/431 kB Progress (4): 1.9/5.2 MB | 356/474 kB | 121/479 kB | 66/431 kB Progress (4): 1.9/5.2 MB | 356/474 kB | 121/479 kB | 70/431 kB Progress (4): 1.9/5.2 MB | 360/474 kB | 121/479 kB | 70/431 kB Progress (4): 1.9/5.2 MB | 360/474 kB | 125/479 kB | 70/431 kB Progress (4): 2.0/5.2 MB | 360/474 kB | 125/479 kB | 70/431 kB Progress (4): 2.0/5.2 MB | 360/474 kB | 130/479 kB | 70/431 kB Progress (4): 2.0/5.2 MB | 365/474 kB | 130/479 kB | 70/431 kB Progress (4): 2.0/5.2 MB | 365/474 kB | 130/479 kB | 74/431 kB Progress (4): 2.0/5.2 MB | 369/474 kB | 130/479 kB | 74/431 kB Progress (4): 2.0/5.2 MB | 369/474 kB | 130/479 kB | 74/431 kB Progress (4): 2.0/5.2 MB | 369/474 kB | 134/479 kB | 74/431 kB Progress (4): 2.0/5.2 MB | 373/474 kB | 134/479 kB | 74/431 kB Progress (4): 2.0/5.2 MB | 373/474 kB | 134/479 kB | 78/431 kB Progress (4): 2.0/5.2 MB | 377/474 kB | 134/479 kB | 78/431 kB Progress (4): 2.0/5.2 MB | 377/474 kB | 134/479 kB | 78/431 kB Progress (4): 2.0/5.2 MB | 377/474 kB | 138/479 kB | 78/431 kB Progress (4): 2.0/5.2 MB | 381/474 kB | 138/479 kB | 78/431 kB Progress (4): 2.0/5.2 MB | 381/474 kB | 138/479 kB | 82/431 kB Progress (4): 2.0/5.2 MB | 385/474 kB | 138/479 kB | 82/431 kB Progress (4): 2.0/5.2 MB | 385/474 kB | 138/479 kB | 82/431 kB Progress (4): 2.0/5.2 MB | 385/474 kB | 142/479 kB | 82/431 kB Progress (4): 2.0/5.2 MB | 389/474 kB | 142/479 kB | 82/431 kB Progress (4): 2.0/5.2 MB | 389/474 kB | 142/479 kB | 86/431 kB Progress (4): 2.0/5.2 MB | 393/474 kB | 142/479 kB | 86/431 kB Progress (4): 2.0/5.2 MB | 393/474 kB | 146/479 kB | 86/431 kB Progress (4): 2.1/5.2 MB | 393/474 kB | 146/479 kB | 86/431 kB Progress (4): 2.1/5.2 MB | 393/474 kB | 150/479 kB | 86/431 kB Progress (4): 2.1/5.2 MB | 397/474 kB | 150/479 kB | 86/431 kB Progress (4): 2.1/5.2 MB | 397/474 kB | 150/479 kB | 90/431 kB Progress (4): 2.1/5.2 MB | 401/474 kB | 150/479 kB | 90/431 kB Progress (4): 2.1/5.2 MB | 401/474 kB | 150/479 kB | 90/431 kB Progress (5): 2.1/5.2 MB | 401/474 kB | 150/479 kB | 90/431 kB | 4.1/269 kB Progress (5): 2.1/5.2 MB | 401/474 kB | 154/479 kB | 90/431 kB | 4.1/269 kB Progress (5): 2.1/5.2 MB | 401/474 kB | 154/479 kB | 90/431 kB | 8.2/269 kB Progress (5): 2.1/5.2 MB | 401/474 kB | 154/479 kB | 90/431 kB | 8.2/269 kB Progress (5): 2.1/5.2 MB | 406/474 kB | 154/479 kB | 90/431 kB | 8.2/269 kB Progress (5): 2.1/5.2 MB | 406/474 kB | 154/479 kB | 94/431 kB | 8.2/269 kB Progress (5): 2.1/5.2 MB | 406/474 kB | 154/479 kB | 94/431 kB | 8.2/269 kB Progress (5): 2.1/5.2 MB | 410/474 kB | 154/479 kB | 94/431 kB | 8.2/269 kB Progress (5): 2.1/5.2 MB | 410/474 kB | 154/479 kB | 94/431 kB | 12/269 kB Progress (5): 2.1/5.2 MB | 410/474 kB | 158/479 kB | 94/431 kB | 12/269 kB Progress (5): 2.1/5.2 MB | 410/474 kB | 158/479 kB | 94/431 kB | 16/269 kB Progress (5): 2.1/5.2 MB | 414/474 kB | 158/479 kB | 94/431 kB | 16/269 kB Progress (5): 2.2/5.2 MB | 414/474 kB | 158/479 kB | 94/431 kB | 16/269 kB Progress (5): 2.2/5.2 MB | 414/474 kB | 158/479 kB | 98/431 kB | 16/269 kB Progress (5): 2.2/5.2 MB | 418/474 kB | 158/479 kB | 98/431 kB | 16/269 kB Progress (5): 2.2/5.2 MB | 418/474 kB | 158/479 kB | 98/431 kB | 20/269 kB Progress (5): 2.2/5.2 MB | 418/474 kB | 162/479 kB | 98/431 kB | 20/269 kB Progress (5): 2.2/5.2 MB | 418/474 kB | 162/479 kB | 98/431 kB | 25/269 kB Progress (5): 2.2/5.2 MB | 422/474 kB | 162/479 kB | 98/431 kB | 25/269 kB Progress (5): 2.2/5.2 MB | 422/474 kB | 162/479 kB | 102/431 kB | 25/269 kB Progress (5): 2.2/5.2 MB | 422/474 kB | 162/479 kB | 102/431 kB | 25/269 kB Progress (5): 2.2/5.2 MB | 422/474 kB | 162/479 kB | 106/431 kB | 25/269 kB Progress (5): 2.2/5.2 MB | 426/474 kB | 162/479 kB | 106/431 kB | 25/269 kB Progress (5): 2.2/5.2 MB | 426/474 kB | 162/479 kB | 106/431 kB | 29/269 kB Progress (5): 2.2/5.2 MB | 426/474 kB | 166/479 kB | 106/431 kB | 29/269 kB Progress (5): 2.2/5.2 MB | 426/474 kB | 166/479 kB | 106/431 kB | 33/269 kB Progress (5): 2.2/5.2 MB | 430/474 kB | 166/479 kB | 106/431 kB | 33/269 kB Progress (5): 2.2/5.2 MB | 430/474 kB | 166/479 kB | 106/431 kB | 33/269 kB Progress (5): 2.2/5.2 MB | 430/474 kB | 166/479 kB | 111/431 kB | 33/269 kB Progress (5): 2.2/5.2 MB | 434/474 kB | 166/479 kB | 111/431 kB | 33/269 kB Progress (5): 2.2/5.2 MB | 434/474 kB | 166/479 kB | 111/431 kB | 37/269 kB Progress (5): 2.2/5.2 MB | 434/474 kB | 171/479 kB | 111/431 kB | 37/269 kB Progress (5): 2.2/5.2 MB | 434/474 kB | 171/479 kB | 111/431 kB | 41/269 kB Progress (5): 2.2/5.2 MB | 438/474 kB | 171/479 kB | 111/431 kB | 41/269 kB Progress (5): 2.2/5.2 MB | 438/474 kB | 171/479 kB | 111/431 kB | 41/269 kB Progress (5): 2.2/5.2 MB | 438/474 kB | 171/479 kB | 115/431 kB | 41/269 kB Progress (5): 2.2/5.2 MB | 442/474 kB | 171/479 kB | 115/431 kB | 41/269 kB Progress (5): 2.2/5.2 MB | 442/474 kB | 171/479 kB | 115/431 kB | 45/269 kB Progress (5): 2.2/5.2 MB | 442/474 kB | 175/479 kB | 115/431 kB | 45/269 kB Progress (5): 2.2/5.2 MB | 442/474 kB | 175/479 kB | 115/431 kB | 49/269 kB Progress (5): 2.2/5.2 MB | 446/474 kB | 175/479 kB | 115/431 kB | 49/269 kB Progress (5): 2.2/5.2 MB | 446/474 kB | 175/479 kB | 119/431 kB | 49/269 kB Progress (5): 2.3/5.2 MB | 446/474 kB | 175/479 kB | 119/431 kB | 49/269 kB Progress (5): 2.3/5.2 MB | 446/474 kB | 175/479 kB | 123/431 kB | 49/269 kB Progress (5): 2.3/5.2 MB | 451/474 kB | 175/479 kB | 123/431 kB | 49/269 kB Progress (5): 2.3/5.2 MB | 451/474 kB | 175/479 kB | 123/431 kB | 53/269 kB Progress (5): 2.3/5.2 MB | 451/474 kB | 179/479 kB | 123/431 kB | 53/269 kB Progress (5): 2.3/5.2 MB | 451/474 kB | 179/479 kB | 123/431 kB | 57/269 kB Progress (5): 2.3/5.2 MB | 455/474 kB | 179/479 kB | 123/431 kB | 57/269 kB Progress (5): 2.3/5.2 MB | 455/474 kB | 179/479 kB | 123/431 kB | 57/269 kB Progress (5): 2.3/5.2 MB | 455/474 kB | 179/479 kB | 127/431 kB | 57/269 kB Progress (5): 2.3/5.2 MB | 459/474 kB | 179/479 kB | 127/431 kB | 57/269 kB Progress (5): 2.3/5.2 MB | 459/474 kB | 179/479 kB | 127/431 kB | 61/269 kB Progress (5): 2.3/5.2 MB | 459/474 kB | 183/479 kB | 127/431 kB | 61/269 kB Progress (5): 2.3/5.2 MB | 459/474 kB | 183/479 kB | 127/431 kB | 66/269 kB Progress (5): 2.3/5.2 MB | 463/474 kB | 183/479 kB | 127/431 kB | 66/269 kB Progress (5): 2.3/5.2 MB | 463/474 kB | 183/479 kB | 127/431 kB | 66/269 kB Progress (5): 2.3/5.2 MB | 463/474 kB | 183/479 kB | 131/431 kB | 66/269 kB Progress (5): 2.3/5.2 MB | 467/474 kB | 183/479 kB | 131/431 kB | 66/269 kB Progress (5): 2.3/5.2 MB | 467/474 kB | 183/479 kB | 131/431 kB | 70/269 kB Progress (5): 2.3/5.2 MB | 467/474 kB | 187/479 kB | 131/431 kB | 70/269 kB Progress (5): 2.3/5.2 MB | 467/474 kB | 187/479 kB | 131/431 kB | 74/269 kB Progress (5): 2.3/5.2 MB | 471/474 kB | 187/479 kB | 131/431 kB | 74/269 kB Progress (5): 2.3/5.2 MB | 471/474 kB | 187/479 kB | 131/431 kB | 74/269 kB Progress (5): 2.3/5.2 MB | 471/474 kB | 187/479 kB | 135/431 kB | 74/269 kB Progress (5): 2.3/5.2 MB | 474 kB | 187/479 kB | 135/431 kB | 74/269 kB Progress (5): 2.3/5.2 MB | 474 kB | 187/479 kB | 135/431 kB | 78/269 kB Progress (5): 2.3/5.2 MB | 474 kB | 191/479 kB | 135/431 kB | 78/269 kB Progress (5): 2.3/5.2 MB | 474 kB | 191/479 kB | 135/431 kB | 82/269 kB Progress (5): 2.3/5.2 MB | 474 kB | 191/479 kB | 139/431 kB | 82/269 kB Progress (5): 2.3/5.2 MB | 474 kB | 191/479 kB | 139/431 kB | 82/269 kB Progress (5): 2.3/5.2 MB | 474 kB | 191/479 kB | 143/431 kB | 82/269 kB Progress (5): 2.3/5.2 MB | 474 kB | 191/479 kB | 143/431 kB | 86/269 kB Progress (5): 2.3/5.2 MB | 474 kB | 195/479 kB | 143/431 kB | 86/269 kB Progress (5): 2.3/5.2 MB | 474 kB | 195/479 kB | 143/431 kB | 90/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 195/479 kB | 143/431 kB | 90/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 195/479 kB | 147/431 kB | 90/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 195/479 kB | 147/431 kB | 94/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 199/479 kB | 147/431 kB | 94/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 199/479 kB | 147/431 kB | 98/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 199/479 kB | 152/431 kB | 98/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 199/479 kB | 152/431 kB | 98/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 199/479 kB | 156/431 kB | 98/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 199/479 kB | 156/431 kB | 102/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 203/479 kB | 156/431 kB | 102/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 203/479 kB | 156/431 kB | 106/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 203/479 kB | 156/431 kB | 106/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 203/479 kB | 160/431 kB | 106/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 203/479 kB | 160/431 kB | 111/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 207/479 kB | 160/431 kB | 111/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 207/479 kB | 160/431 kB | 115/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 207/479 kB | 164/431 kB | 115/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 207/479 kB | 164/431 kB | 115/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 207/479 kB | 168/431 kB | 115/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 207/479 kB | 168/431 kB | 119/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 211/479 kB | 168/431 kB | 119/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 211/479 kB | 168/431 kB | 123/269 kB Progress (5): 2.4/5.2 MB | 474 kB | 211/479 kB | 172/431 kB | 123/269 kB Progress (5): 2.5/5.2 MB | 474 kB | 211/479 kB | 172/431 kB | 123/269 kB Progress (5): 2.5/5.2 MB | 474 kB | 211/479 kB | 176/431 kB | 123/269 kB Progress (5): 2.5/5.2 MB | 474 kB | 211/479 kB | 176/431 kB | 127/269 kB Progress (5): 2.5/5.2 MB | 474 kB | 216/479 kB | 176/431 kB | 127/269 kB Progress (5): 2.5/5.2 MB | 474 kB | 216/479 kB | 176/431 kB | 131/269 kB Progress (5): 2.5/5.2 MB | 474 kB | 216/479 kB | 176/431 kB | 131/269 kB Progress (5): 2.5/5.2 MB | 474 kB | 216/479 kB | 180/431 kB | 131/269 kB Progress (5): 2.5/5.2 MB | 474 kB | 216/479 kB | 180/431 kB | 135/269 kB Progress (5): 2.5/5.2 MB | 474 kB | 220/479 kB | 180/431 kB | 135/269 kB Progress (5): 2.5/5.2 MB | 474 kB | 220/479 kB | 180/431 kB | 139/269 kB Progress (5): 2.5/5.2 MB | 474 kB | 220/479 kB | 180/431 kB | 139/269 kB Progress (5): 2.5/5.2 MB | 474 kB | 220/479 kB | 184/431 kB | 139/269 kB Progress (5): 2.5/5.2 MB | 474 kB | 220/479 kB | 184/431 kB | 143/269 kB Progress (5): 2.5/5.2 MB | 474 kB | 224/479 kB | 184/431 kB | 143/269 kB Progress (5): 2.5/5.2 MB | 474 kB | 224/479 kB | 184/431 kB | 147/269 kB Progress (5): 2.5/5.2 MB | 474 kB | 224/479 kB | 188/431 kB | 147/269 kB Progress (5): 2.5/5.2 MB | 474 kB | 224/479 kB | 188/431 kB | 147/269 kB Progress (5): 2.5/5.2 MB | 474 kB | 224/479 kB | 193/431 kB | 147/269 kB Progress (5): 2.5/5.2 MB | 474 kB | 224/479 kB | 193/431 kB | 152/269 kB Progress (5): 2.5/5.2 MB | 474 kB | 228/479 kB | 193/431 kB | 152/269 kB Progress (5): 2.5/5.2 MB | 474 kB | 228/479 kB | 193/431 kB | 156/269 kB Progress (5): 2.6/5.2 MB | 474 kB | 228/479 kB | 193/431 kB | 156/269 kB Progress (5): 2.6/5.2 MB | 474 kB | 228/479 kB | 197/431 kB | 156/269 kB Progress (5): 2.6/5.2 MB | 474 kB | 228/479 kB | 197/431 kB | 160/269 kB Progress (5): 2.6/5.2 MB | 474 kB | 232/479 kB | 197/431 kB | 160/269 kB Progress (5): 2.6/5.2 MB | 474 kB | 232/479 kB | 197/431 kB | 164/269 kB Progress (5): 2.6/5.2 MB | 474 kB | 232/479 kB | 201/431 kB | 164/269 kB Progress (5): 2.6/5.2 MB | 474 kB | 232/479 kB | 201/431 kB | 164/269 kB Progress (5): 2.6/5.2 MB | 474 kB | 232/479 kB | 205/431 kB | 164/269 kB Progress (5): 2.6/5.2 MB | 474 kB | 232/479 kB | 205/431 kB | 168/269 kB Progress (5): 2.6/5.2 MB | 474 kB | 236/479 kB | 205/431 kB | 168/269 kB Progress (5): 2.6/5.2 MB | 474 kB | 236/479 kB | 205/431 kB | 172/269 kB Progress (5): 2.6/5.2 MB | 474 kB | 236/479 kB | 205/431 kB | 172/269 kB Progress (5): 2.6/5.2 MB | 474 kB | 236/479 kB | 209/431 kB | 172/269 kB Progress (5): 2.6/5.2 MB | 474 kB | 236/479 kB | 209/431 kB | 176/269 kB Progress (5): 2.6/5.2 MB | 474 kB | 240/479 kB | 209/431 kB | 176/269 kB Progress (5): 2.6/5.2 MB | 474 kB | 240/479 kB | 209/431 kB | 180/269 kB Progress (5): 2.6/5.2 MB | 474 kB | 240/479 kB | 213/431 kB | 180/269 kB Progress (5): 2.6/5.2 MB | 474 kB | 240/479 kB | 213/431 kB | 180/269 kB Progress (5): 2.6/5.2 MB | 474 kB | 240/479 kB | 217/431 kB | 180/269 kB Progress (5): 2.6/5.2 MB | 474 kB | 240/479 kB | 217/431 kB | 184/269 kB Progress (5): 2.7/5.2 MB | 474 kB | 240/479 kB | 217/431 kB | 184/269 kB Progress (5): 2.7/5.2 MB | 474 kB | 244/479 kB | 217/431 kB | 184/269 kB Progress (5): 2.7/5.2 MB | 474 kB | 244/479 kB | 217/431 kB | 188/269 kB Progress (5): 2.7/5.2 MB | 474 kB | 244/479 kB | 221/431 kB | 188/269 kB Progress (5): 2.7/5.2 MB | 474 kB | 244/479 kB | 221/431 kB | 193/269 kB Progress (5): 2.7/5.2 MB | 474 kB | 244/479 kB | 221/431 kB | 193/269 kB Progress (5): 2.7/5.2 MB | 474 kB | 248/479 kB | 221/431 kB | 193/269 kB Progress (5): 2.7/5.2 MB | 474 kB | 248/479 kB | 221/431 kB | 197/269 kB Progress (5): 2.7/5.2 MB | 474 kB | 248/479 kB | 225/431 kB | 197/269 kB Progress (5): 2.7/5.2 MB | 474 kB | 248/479 kB | 225/431 kB | 201/269 kB Progress (5): 2.7/5.2 MB | 474 kB | 248/479 kB | 225/431 kB | 201/269 kB Progress (5): 2.7/5.2 MB | 474 kB | 252/479 kB | 225/431 kB | 201/269 kB Progress (5): 2.7/5.2 MB | 474 kB | 252/479 kB | 225/431 kB | 205/269 kB Progress (5): 2.7/5.2 MB | 474 kB | 252/479 kB | 229/431 kB | 205/269 kB Progress (5): 2.7/5.2 MB | 474 kB | 252/479 kB | 229/431 kB | 209/269 kB Progress (5): 2.7/5.2 MB | 474 kB | 257/479 kB | 229/431 kB | 209/269 kB Progress (5): 2.7/5.2 MB | 474 kB | 257/479 kB | 229/431 kB | 209/269 kB Progress (5): 2.7/5.2 MB | 474 kB | 261/479 kB | 229/431 kB | 209/269 kB Progress (5): 2.7/5.2 MB | 474 kB | 261/479 kB | 229/431 kB | 213/269 kB Progress (5): 2.8/5.2 MB | 474 kB | 261/479 kB | 229/431 kB | 213/269 kB Progress (5): 2.8/5.2 MB | 474 kB | 261/479 kB | 233/431 kB | 213/269 kB Progress (5): 2.8/5.2 MB | 474 kB | 261/479 kB | 233/431 kB | 217/269 kB Progress (5): 2.8/5.2 MB | 474 kB | 265/479 kB | 233/431 kB | 217/269 kB Progress (5): 2.8/5.2 MB | 474 kB | 265/479 kB | 233/431 kB | 221/269 kB Progress (5): 2.8/5.2 MB | 474 kB | 265/479 kB | 233/431 kB | 221/269 kB Progress (5): 2.8/5.2 MB | 474 kB | 265/479 kB | 238/431 kB | 221/269 kB Progress (5): 2.8/5.2 MB | 474 kB | 265/479 kB | 238/431 kB | 225/269 kB Progress (5): 2.8/5.2 MB | 474 kB | 269/479 kB | 238/431 kB | 225/269 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/spy/spymemcached/2.12.3/spymemcached-2.12.3.jar (474 kB at 1.3 MB/s) +Progress (4): 2.8/5.2 MB | 269/479 kB | 238/431 kB | 229/269 kB Progress (4): 2.8/5.2 MB | 269/479 kB | 238/431 kB | 229/269 kB Progress (4): 2.8/5.2 MB | 269/479 kB | 242/431 kB | 229/269 kB Progress (4): 2.8/5.2 MB | 269/479 kB | 242/431 kB | 233/269 kB Downloading from central: https://repo.maven.apache.org/maven2/com/unboundid/unboundid-ldapsdk/3.2.0/unboundid-ldapsdk-3.2.0.jar +Progress (4): 2.8/5.2 MB | 273/479 kB | 242/431 kB | 233/269 kB Progress (4): 2.8/5.2 MB | 273/479 kB | 242/431 kB | 238/269 kB Progress (4): 2.8/5.2 MB | 273/479 kB | 242/431 kB | 238/269 kB Progress (4): 2.8/5.2 MB | 273/479 kB | 246/431 kB | 238/269 kB Progress (4): 2.8/5.2 MB | 273/479 kB | 246/431 kB | 242/269 kB Progress (4): 2.8/5.2 MB | 277/479 kB | 246/431 kB | 242/269 kB Progress (4): 2.8/5.2 MB | 277/479 kB | 246/431 kB | 246/269 kB Progress (4): 2.9/5.2 MB | 277/479 kB | 246/431 kB | 246/269 kB Progress (4): 2.9/5.2 MB | 277/479 kB | 250/431 kB | 246/269 kB Progress (4): 2.9/5.2 MB | 277/479 kB | 250/431 kB | 250/269 kB Progress (4): 2.9/5.2 MB | 281/479 kB | 250/431 kB | 250/269 kB Progress (4): 2.9/5.2 MB | 281/479 kB | 250/431 kB | 254/269 kB Progress (4): 2.9/5.2 MB | 281/479 kB | 250/431 kB | 254/269 kB Progress (4): 2.9/5.2 MB | 281/479 kB | 254/431 kB | 254/269 kB Progress (4): 2.9/5.2 MB | 281/479 kB | 254/431 kB | 258/269 kB Progress (4): 2.9/5.2 MB | 285/479 kB | 254/431 kB | 258/269 kB Progress (4): 2.9/5.2 MB | 285/479 kB | 254/431 kB | 258/269 kB Progress (4): 2.9/5.2 MB | 285/479 kB | 254/431 kB | 262/269 kB Progress (4): 2.9/5.2 MB | 285/479 kB | 258/431 kB | 262/269 kB Progress (4): 2.9/5.2 MB | 285/479 kB | 258/431 kB | 266/269 kB Progress (4): 2.9/5.2 MB | 285/479 kB | 258/431 kB | 266/269 kB Progress (4): 2.9/5.2 MB | 289/479 kB | 258/431 kB | 266/269 kB Progress (4): 2.9/5.2 MB | 289/479 kB | 258/431 kB | 269 kB Progress (4): 2.9/5.2 MB | 289/479 kB | 262/431 kB | 269 kB Progress (4): 2.9/5.2 MB | 293/479 kB | 262/431 kB | 269 kB Progress (4): 3.0/5.2 MB | 293/479 kB | 262/431 kB | 269 kB Progress (4): 3.0/5.2 MB | 298/479 kB | 262/431 kB | 269 kB Progress (4): 3.0/5.2 MB | 298/479 kB | 266/431 kB | 269 kB Progress (4): 3.0/5.2 MB | 302/479 kB | 266/431 kB | 269 kB Progress (4): 3.0/5.2 MB | 302/479 kB | 270/431 kB | 269 kB Progress (4): 3.0/5.2 MB | 302/479 kB | 270/431 kB | 269 kB Progress (4): 3.0/5.2 MB | 302/479 kB | 274/431 kB | 269 kB Progress (4): 3.0/5.2 MB | 306/479 kB | 274/431 kB | 269 kB Progress (4): 3.0/5.2 MB | 306/479 kB | 279/431 kB | 269 kB Progress (4): 3.0/5.2 MB | 310/479 kB | 279/431 kB | 269 kB Progress (4): 3.0/5.2 MB | 310/479 kB | 279/431 kB | 269 kB Progress (4): 3.0/5.2 MB | 314/479 kB | 279/431 kB | 269 kB Progress (4): 3.0/5.2 MB | 314/479 kB | 283/431 kB | 269 kB Progress (4): 3.0/5.2 MB | 318/479 kB | 283/431 kB | 269 kB Progress (4): 3.0/5.2 MB | 318/479 kB | 287/431 kB | 269 kB Progress (4): 3.0/5.2 MB | 318/479 kB | 287/431 kB | 269 kB Progress (4): 3.0/5.2 MB | 318/479 kB | 291/431 kB | 269 kB Progress (4): 3.0/5.2 MB | 322/479 kB | 291/431 kB | 269 kB Progress (4): 3.1/5.2 MB | 322/479 kB | 291/431 kB | 269 kB Progress (4): 3.1/5.2 MB | 322/479 kB | 295/431 kB | 269 kB Progress (4): 3.1/5.2 MB | 326/479 kB | 295/431 kB | 269 kB Progress (4): 3.1/5.2 MB | 326/479 kB | 299/431 kB | 269 kB Progress (4): 3.1/5.2 MB | 326/479 kB | 299/431 kB | 269 kB Progress (4): 3.1/5.2 MB | 326/479 kB | 303/431 kB | 269 kB Progress (4): 3.1/5.2 MB | 328/479 kB | 303/431 kB | 269 kB Progress (4): 3.1/5.2 MB | 328/479 kB | 303/431 kB | 269 kB Progress (4): 3.1/5.2 MB | 328/479 kB | 307/431 kB | 269 kB Progress (4): 3.1/5.2 MB | 332/479 kB | 307/431 kB | 269 kB Progress (4): 3.1/5.2 MB | 332/479 kB | 307/431 kB | 269 kB Progress (4): 3.1/5.2 MB | 332/479 kB | 311/431 kB | 269 kB Progress (4): 3.1/5.2 MB | 337/479 kB | 311/431 kB | 269 kB Progress (4): 3.2/5.2 MB | 337/479 kB | 311/431 kB | 269 kB Progress (4): 3.2/5.2 MB | 337/479 kB | 315/431 kB | 269 kB Progress (4): 3.2/5.2 MB | 341/479 kB | 315/431 kB | 269 kB Progress (4): 3.2/5.2 MB | 341/479 kB | 315/431 kB | 269 kB Progress (4): 3.2/5.2 MB | 341/479 kB | 319/431 kB | 269 kB Progress (4): 3.2/5.2 MB | 345/479 kB | 319/431 kB | 269 kB Progress (4): 3.2/5.2 MB | 345/479 kB | 319/431 kB | 269 kB Progress (4): 3.2/5.2 MB | 349/479 kB | 319/431 kB | 269 kB Progress (4): 3.2/5.2 MB | 349/479 kB | 324/431 kB | 269 kB Progress (4): 3.2/5.2 MB | 349/479 kB | 324/431 kB | 269 kB Progress (4): 3.2/5.2 MB | 353/479 kB | 324/431 kB | 269 kB Progress (4): 3.2/5.2 MB | 353/479 kB | 328/431 kB | 269 kB Progress (4): 3.3/5.2 MB | 353/479 kB | 328/431 kB | 269 kB Progress (4): 3.3/5.2 MB | 353/479 kB | 332/431 kB | 269 kB Progress (4): 3.3/5.2 MB | 357/479 kB | 332/431 kB | 269 kB Progress (4): 3.3/5.2 MB | 357/479 kB | 332/431 kB | 269 kB Progress (4): 3.3/5.2 MB | 357/479 kB | 336/431 kB | 269 kB Progress (4): 3.3/5.2 MB | 361/479 kB | 336/431 kB | 269 kB Progress (4): 3.3/5.2 MB | 361/479 kB | 336/431 kB | 269 kB Progress (4): 3.3/5.2 MB | 361/479 kB | 340/431 kB | 269 kB Progress (4): 3.3/5.2 MB | 365/479 kB | 340/431 kB | 269 kB Progress (4): 3.3/5.2 MB | 365/479 kB | 344/431 kB | 269 kB Progress (4): 3.3/5.2 MB | 369/479 kB | 344/431 kB | 269 kB Progress (4): 3.3/5.2 MB | 369/479 kB | 344/431 kB | 269 kB Progress (4): 3.3/5.2 MB | 373/479 kB | 344/431 kB | 269 kB Progress (4): 3.3/5.2 MB | 373/479 kB | 348/431 kB | 269 kB Progress (4): 3.4/5.2 MB | 373/479 kB | 348/431 kB | 269 kB Progress (4): 3.4/5.2 MB | 378/479 kB | 348/431 kB | 269 kB Progress (4): 3.4/5.2 MB | 378/479 kB | 352/431 kB | 269 kB Progress (4): 3.4/5.2 MB | 378/479 kB | 352/431 kB | 269 kB Progress (4): 3.4/5.2 MB | 382/479 kB | 352/431 kB | 269 kB Progress (4): 3.4/5.2 MB | 382/479 kB | 356/431 kB | 269 kB Progress (4): 3.4/5.2 MB | 382/479 kB | 356/431 kB | 269 kB Progress (4): 3.4/5.2 MB | 386/479 kB | 356/431 kB | 269 kB Progress (4): 3.4/5.2 MB | 386/479 kB | 360/431 kB | 269 kB Progress (4): 3.4/5.2 MB | 390/479 kB | 360/431 kB | 269 kB Progress (4): 3.4/5.2 MB | 390/479 kB | 365/431 kB | 269 kB Progress (4): 3.4/5.2 MB | 390/479 kB | 365/431 kB | 269 kB Progress (4): 3.4/5.2 MB | 390/479 kB | 369/431 kB | 269 kB Progress (4): 3.4/5.2 MB | 394/479 kB | 369/431 kB | 269 kB Progress (4): 3.5/5.2 MB | 394/479 kB | 369/431 kB | 269 kB Progress (4): 3.5/5.2 MB | 394/479 kB | 373/431 kB | 269 kB Progress (4): 3.5/5.2 MB | 398/479 kB | 373/431 kB | 269 kB Progress (4): 3.5/5.2 MB | 398/479 kB | 377/431 kB | 269 kB Progress (4): 3.5/5.2 MB | 402/479 kB | 377/431 kB | 269 kB Progress (4): 3.5/5.2 MB | 402/479 kB | 377/431 kB | 269 kB Progress (4): 3.5/5.2 MB | 406/479 kB | 377/431 kB | 269 kB Progress (4): 3.5/5.2 MB | 406/479 kB | 381/431 kB | 269 kB Progress (4): 3.5/5.2 MB | 406/479 kB | 381/431 kB | 269 kB Progress (4): 3.5/5.2 MB | 410/479 kB | 381/431 kB | 269 kB Progress (4): 3.5/5.2 MB | 410/479 kB | 385/431 kB | 269 kB Progress (4): 3.5/5.2 MB | 414/479 kB | 385/431 kB | 269 kB Progress (4): 3.5/5.2 MB | 414/479 kB | 385/431 kB | 269 kB Progress (4): 3.5/5.2 MB | 414/479 kB | 389/431 kB | 269 kB Progress (4): 3.5/5.2 MB | 418/479 kB | 389/431 kB | 269 kB Progress (4): 3.6/5.2 MB | 418/479 kB | 389/431 kB | 269 kB Progress (4): 3.6/5.2 MB | 418/479 kB | 393/431 kB | 269 kB Progress (4): 3.6/5.2 MB | 423/479 kB | 393/431 kB | 269 kB Progress (4): 3.6/5.2 MB | 423/479 kB | 397/431 kB | 269 kB Progress (4): 3.6/5.2 MB | 423/479 kB | 397/431 kB | 269 kB Progress (4): 3.6/5.2 MB | 423/479 kB | 401/431 kB | 269 kB Progress (4): 3.6/5.2 MB | 427/479 kB | 401/431 kB | 269 kB Progress (4): 3.6/5.2 MB | 427/479 kB | 406/431 kB | 269 kB Progress (4): 3.6/5.2 MB | 427/479 kB | 406/431 kB | 269 kB Progress (4): 3.6/5.2 MB | 427/479 kB | 410/431 kB | 269 kB Progress (4): 3.6/5.2 MB | 431/479 kB | 410/431 kB | 269 kB Progress (4): 3.6/5.2 MB | 431/479 kB | 410/431 kB | 269 kB Progress (4): 3.6/5.2 MB | 431/479 kB | 414/431 kB | 269 kB Progress (4): 3.6/5.2 MB | 435/479 kB | 414/431 kB | 269 kB Progress (4): 3.7/5.2 MB | 435/479 kB | 414/431 kB | 269 kB Progress (4): 3.7/5.2 MB | 435/479 kB | 418/431 kB | 269 kB Progress (4): 3.7/5.2 MB | 439/479 kB | 418/431 kB | 269 kB Progress (4): 3.7/5.2 MB | 439/479 kB | 422/431 kB | 269 kB Progress (4): 3.7/5.2 MB | 443/479 kB | 422/431 kB | 269 kB Progress (4): 3.7/5.2 MB | 443/479 kB | 422/431 kB | 269 kB Progress (4): 3.7/5.2 MB | 447/479 kB | 422/431 kB | 269 kB Progress (4): 3.7/5.2 MB | 447/479 kB | 426/431 kB | 269 kB Progress (4): 3.7/5.2 MB | 447/479 kB | 426/431 kB | 269 kB Progress (4): 3.7/5.2 MB | 451/479 kB | 426/431 kB | 269 kB Progress (4): 3.7/5.2 MB | 451/479 kB | 430/431 kB | 269 kB Progress (4): 3.7/5.2 MB | 451/479 kB | 430/431 kB | 269 kB Progress (4): 3.7/5.2 MB | 455/479 kB | 430/431 kB | 269 kB Progress (4): 3.7/5.2 MB | 455/479 kB | 431 kB | 269 kB Progress (4): 3.7/5.2 MB | 455/479 kB | 431 kB | 269 kB Progress (4): 3.7/5.2 MB | 459/479 kB | 431 kB | 269 kB Progress (4): 3.7/5.2 MB | 464/479 kB | 431 kB | 269 kB Progress (4): 3.8/5.2 MB | 464/479 kB | 431 kB | 269 kB Progress (4): 3.8/5.2 MB | 468/479 kB | 431 kB | 269 kB Progress (4): 3.8/5.2 MB | 472/479 kB | 431 kB | 269 kB Progress (4): 3.8/5.2 MB | 472/479 kB | 431 kB | 269 kB Progress (4): 3.8/5.2 MB | 476/479 kB | 431 kB | 269 kB Progress (4): 3.8/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 3.8/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 3.8/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 3.9/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 3.9/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 3.9/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 3.9/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 4.0/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 4.0/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 4.0/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 4.0/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 4.1/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 4.1/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 4.1/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 4.1/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 4.2/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 4.2/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 4.2/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 4.2/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 4.3/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 4.3/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 4.3/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 4.4/5.2 MB | 479 kB | 431 kB | 269 kB Progress (4): 4.4/5.2 MB | 479 kB | 431 kB | 269 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-tx/4.3.30.RELEASE/spring-tx-4.3.30.RELEASE.jar (269 kB at 682 kB/s) +Progress (3): 4.4/5.2 MB | 479 kB | 431 kB Downloading from central: https://repo.maven.apache.org/maven2/org/hsqldb/hsqldb/2.3.3/hsqldb-2.3.3.jar +Progress (3): 4.4/5.2 MB | 479 kB | 431 kB Progress (3): 4.5/5.2 MB | 479 kB | 431 kB Progress (3): 4.5/5.2 MB | 479 kB | 431 kB Progress (3): 4.5/5.2 MB | 479 kB | 431 kB Progress (3): 4.5/5.2 MB | 479 kB | 431 kB Progress (3): 4.6/5.2 MB | 479 kB | 431 kB Progress (3): 4.6/5.2 MB | 479 kB | 431 kB Progress (3): 4.6/5.2 MB | 479 kB | 431 kB Progress (3): 4.6/5.2 MB | 479 kB | 431 kB Progress (3): 4.7/5.2 MB | 479 kB | 431 kB Progress (3): 4.7/5.2 MB | 479 kB | 431 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jdbc/4.3.30.RELEASE/spring-jdbc-4.3.30.RELEASE.jar (431 kB at 1.1 MB/s) +Progress (2): 4.7/5.2 MB | 479 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-dbcp2/2.1.1/commons-dbcp2-2.1.1.jar +Progress (2): 4.7/5.2 MB | 479 kB Progress (2): 4.8/5.2 MB | 479 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-orm/4.3.30.RELEASE/spring-orm-4.3.30.RELEASE.jar (479 kB at 1.2 MB/s) +Progress (1): 4.8/5.2 MB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-pool2/2.4.2/commons-pool2-2.4.2.jar +Progress (1): 4.8/5.2 MB Progress (1): 4.8/5.2 MB Progress (1): 4.9/5.2 MB Progress (1): 4.9/5.2 MB Progress (1): 4.9/5.2 MB Progress (1): 4.9/5.2 MB Progress (1): 5.0/5.2 MB Progress (1): 5.0/5.2 MB Progress (1): 5.0/5.2 MB Progress (1): 5.0/5.2 MB Progress (1): 5.1/5.2 MB Progress (1): 5.1/5.2 MB Progress (1): 5.1/5.2 MB Progress (1): 5.1/5.2 MB Progress (1): 5.2/5.2 MB Progress (1): 5.2/5.2 MB Progress (1): 5.2/5.2 MB Progress (1): 5.2 MB Progress (2): 5.2 MB | 4.1/112 kB Progress (2): 5.2 MB | 8.2/112 kB Progress (2): 5.2 MB | 12/112 kB Progress (2): 5.2 MB | 16/112 kB Progress (2): 5.2 MB | 20/112 kB Progress (2): 5.2 MB | 25/112 kB Progress (2): 5.2 MB | 29/112 kB Progress (2): 5.2 MB | 33/112 kB Progress (2): 5.2 MB | 37/112 kB Progress (2): 5.2 MB | 41/112 kB Progress (2): 5.2 MB | 45/112 kB Progress (2): 5.2 MB | 49/112 kB Progress (3): 5.2 MB | 49/112 kB | 0/1.5 MB Progress (3): 5.2 MB | 53/112 kB | 0/1.5 MB Progress (3): 5.2 MB | 57/112 kB | 0/1.5 MB Progress (3): 5.2 MB | 57/112 kB | 0/1.5 MB Progress (3): 5.2 MB | 61/112 kB | 0/1.5 MB Progress (3): 5.2 MB | 61/112 kB | 0/1.5 MB Progress (3): 5.2 MB | 66/112 kB | 0/1.5 MB Progress (3): 5.2 MB | 66/112 kB | 0/1.5 MB Progress (3): 5.2 MB | 70/112 kB | 0/1.5 MB Progress (3): 5.2 MB | 74/112 kB | 0/1.5 MB Progress (3): 5.2 MB | 74/112 kB | 0/1.5 MB Progress (3): 5.2 MB | 78/112 kB | 0/1.5 MB Progress (3): 5.2 MB | 78/112 kB | 0/1.5 MB Progress (3): 5.2 MB | 82/112 kB | 0/1.5 MB Progress (3): 5.2 MB | 82/112 kB | 0.1/1.5 MB Progress (3): 5.2 MB | 86/112 kB | 0.1/1.5 MB Progress (3): 5.2 MB | 86/112 kB | 0.1/1.5 MB Progress (3): 5.2 MB | 90/112 kB | 0.1/1.5 MB Progress (3): 5.2 MB | 90/112 kB | 0.1/1.5 MB Progress (4): 5.2 MB | 90/112 kB | 0.1/1.5 MB | 4.1/174 kB Progress (4): 5.2 MB | 90/112 kB | 0.1/1.5 MB | 4.1/174 kB Progress (4): 5.2 MB | 94/112 kB | 0.1/1.5 MB | 4.1/174 kB Progress (4): 5.2 MB | 94/112 kB | 0.1/1.5 MB | 4.1/174 kB Progress (4): 5.2 MB | 94/112 kB | 0.1/1.5 MB | 8.2/174 kB Progress (4): 5.2 MB | 94/112 kB | 0.1/1.5 MB | 8.2/174 kB Progress (4): 5.2 MB | 98/112 kB | 0.1/1.5 MB | 8.2/174 kB Progress (4): 5.2 MB | 98/112 kB | 0.1/1.5 MB | 8.2/174 kB Progress (4): 5.2 MB | 98/112 kB | 0.1/1.5 MB | 12/174 kB Progress (4): 5.2 MB | 98/112 kB | 0.1/1.5 MB | 12/174 kB Progress (4): 5.2 MB | 102/112 kB | 0.1/1.5 MB | 12/174 kB Progress (4): 5.2 MB | 102/112 kB | 0.1/1.5 MB | 12/174 kB Progress (4): 5.2 MB | 102/112 kB | 0.1/1.5 MB | 16/174 kB Progress (4): 5.2 MB | 102/112 kB | 0.1/1.5 MB | 16/174 kB Progress (4): 5.2 MB | 106/112 kB | 0.1/1.5 MB | 16/174 kB Progress (4): 5.2 MB | 106/112 kB | 0.1/1.5 MB | 20/174 kB Progress (4): 5.2 MB | 106/112 kB | 0.1/1.5 MB | 20/174 kB Progress (4): 5.2 MB | 111/112 kB | 0.1/1.5 MB | 20/174 kB Progress (4): 5.2 MB | 111/112 kB | 0.1/1.5 MB | 20/174 kB Progress (4): 5.2 MB | 111/112 kB | 0.1/1.5 MB | 25/174 kB Progress (4): 5.2 MB | 111/112 kB | 0.2/1.5 MB | 25/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 25/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 25/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 29/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 29/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 33/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 33/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 37/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 37/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 41/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 41/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 45/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 45/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 49/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 49/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 53/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 53/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 57/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 57/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 61/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 61/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 66/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 66/174 kB Progress (4): 5.2 MB | 112 kB | 0.2/1.5 MB | 70/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 70/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 74/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 74/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 78/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 78/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 82/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 82/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 86/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 86/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 90/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 90/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 94/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 94/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 98/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 98/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 102/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 102/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 106/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 106/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 111/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 111/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 115/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 115/174 kB Progress (4): 5.2 MB | 112 kB | 0.3/1.5 MB | 119/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 119/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 123/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 123/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 127/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 127/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 131/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 131/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 135/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 135/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 139/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 139/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 143/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 143/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 147/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 147/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 152/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 152/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 156/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 156/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 160/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 160/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 164/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 164/174 kB Progress (4): 5.2 MB | 112 kB | 0.4/1.5 MB | 168/174 kB Progress (4): 5.2 MB | 112 kB | 0.5/1.5 MB | 168/174 kB Progress (4): 5.2 MB | 112 kB | 0.5/1.5 MB | 172/174 kB Progress (4): 5.2 MB | 112 kB | 0.5/1.5 MB | 172/174 kB Progress (4): 5.2 MB | 112 kB | 0.5/1.5 MB | 174 kB Progress (4): 5.2 MB | 112 kB | 0.5/1.5 MB | 174 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-pool2/2.4.2/commons-pool2-2.4.2.jar (112 kB at 260 kB/s) +Progress (3): 5.2 MB | 0.5/1.5 MB | 174 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar +Progress (3): 5.2 MB | 0.5/1.5 MB | 174 kB Progress (3): 5.2 MB | 0.5/1.5 MB | 174 kB Progress (3): 5.2 MB | 0.5/1.5 MB | 174 kB Progress (3): 5.2 MB | 0.5/1.5 MB | 174 kB Progress (3): 5.2 MB | 0.5/1.5 MB | 174 kB Progress (3): 5.2 MB | 0.5/1.5 MB | 174 kB Progress (3): 5.2 MB | 0.5/1.5 MB | 174 kB Progress (3): 5.2 MB | 0.5/1.5 MB | 174 kB Progress (3): 5.2 MB | 0.5/1.5 MB | 174 kB Progress (3): 5.2 MB | 0.6/1.5 MB | 174 kB Progress (3): 5.2 MB | 0.6/1.5 MB | 174 kB Progress (3): 5.2 MB | 0.6/1.5 MB | 174 kB Progress (3): 5.2 MB | 0.6/1.5 MB | 174 kB Progress (3): 5.2 MB | 0.6/1.5 MB | 174 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-core/4.3.5.Final/hibernate-core-4.3.5.Final.jar (5.2 MB at 12 MB/s) +Progress (2): 0.6/1.5 MB | 174 kB Downloading from central: https://repo.maven.apache.org/maven2/org/postgresql/postgresql/9.3-1101-jdbc41/postgresql-9.3-1101-jdbc41.jar +Progress (2): 0.6/1.5 MB | 174 kB Progress (2): 0.6/1.5 MB | 174 kB Progress (2): 0.6/1.5 MB | 174 kB Progress (2): 0.6/1.5 MB | 174 kB Progress (2): 0.6/1.5 MB | 174 kB Progress (2): 0.6/1.5 MB | 174 kB Progress (2): 0.7/1.5 MB | 174 kB Progress (2): 0.7/1.5 MB | 174 kB Progress (2): 0.7/1.5 MB | 174 kB Progress (2): 0.7/1.5 MB | 174 kB Progress (2): 0.7/1.5 MB | 174 kB Progress (2): 0.7/1.5 MB | 174 kB Progress (2): 0.7/1.5 MB | 174 kB Progress (2): 0.7/1.5 MB | 174 kB Progress (2): 0.7/1.5 MB | 174 kB Progress (2): 0.7/1.5 MB | 174 kB Progress (2): 0.7/1.5 MB | 174 kB Progress (2): 0.7/1.5 MB | 174 kB Progress (2): 0.8/1.5 MB | 174 kB Progress (2): 0.8/1.5 MB | 174 kB Progress (2): 0.8/1.5 MB | 174 kB Progress (2): 0.8/1.5 MB | 174 kB Progress (2): 0.8/1.5 MB | 174 kB Progress (2): 0.8/1.5 MB | 174 kB Progress (2): 0.8/1.5 MB | 174 kB Progress (2): 0.8/1.5 MB | 174 kB Progress (2): 0.8/1.5 MB | 174 kB Progress (2): 0.8/1.5 MB | 174 kB Progress (2): 0.8/1.5 MB | 174 kB Progress (2): 0.8/1.5 MB | 174 kB Progress (2): 0.9/1.5 MB | 174 kB Progress (2): 0.9/1.5 MB | 174 kB Progress (2): 0.9/1.5 MB | 174 kB Progress (2): 0.9/1.5 MB | 174 kB Progress (2): 0.9/1.5 MB | 174 kB Progress (2): 0.9/1.5 MB | 174 kB Progress (2): 0.9/1.5 MB | 174 kB Progress (2): 0.9/1.5 MB | 174 kB Progress (2): 0.9/1.5 MB | 174 kB Progress (2): 0.9/1.5 MB | 174 kB Progress (2): 0.9/1.5 MB | 174 kB Progress (2): 0.9/1.5 MB | 174 kB Progress (2): 1.0/1.5 MB | 174 kB Progress (2): 1.0/1.5 MB | 174 kB Progress (2): 1.0/1.5 MB | 174 kB Progress (2): 1.0/1.5 MB | 174 kB Progress (2): 1.0/1.5 MB | 174 kB Progress (2): 1.0/1.5 MB | 174 kB Progress (2): 1.0/1.5 MB | 174 kB Progress (2): 1.0/1.5 MB | 174 kB Progress (2): 1.0/1.5 MB | 174 kB Progress (2): 1.0/1.5 MB | 174 kB Progress (2): 1.0/1.5 MB | 174 kB Progress (2): 1.0/1.5 MB | 174 kB Progress (2): 1.0/1.5 MB | 174 kB Progress (2): 1.1/1.5 MB | 174 kB Progress (2): 1.1/1.5 MB | 174 kB Progress (3): 1.1/1.5 MB | 174 kB | 4.1/62 kB Progress (3): 1.1/1.5 MB | 174 kB | 4.1/62 kB Progress (3): 1.1/1.5 MB | 174 kB | 8.2/62 kB Progress (3): 1.1/1.5 MB | 174 kB | 8.2/62 kB Progress (3): 1.1/1.5 MB | 174 kB | 12/62 kB Progress (3): 1.1/1.5 MB | 174 kB | 12/62 kB Progress (3): 1.1/1.5 MB | 174 kB | 16/62 kB Progress (3): 1.1/1.5 MB | 174 kB | 16/62 kB Progress (3): 1.1/1.5 MB | 174 kB | 20/62 kB Progress (3): 1.1/1.5 MB | 174 kB | 20/62 kB Progress (3): 1.1/1.5 MB | 174 kB | 25/62 kB Progress (3): 1.1/1.5 MB | 174 kB | 25/62 kB Progress (3): 1.1/1.5 MB | 174 kB | 29/62 kB Progress (3): 1.1/1.5 MB | 174 kB | 29/62 kB Progress (3): 1.1/1.5 MB | 174 kB | 33/62 kB Progress (3): 1.1/1.5 MB | 174 kB | 33/62 kB Progress (3): 1.1/1.5 MB | 174 kB | 37/62 kB Progress (3): 1.1/1.5 MB | 174 kB | 41/62 kB Progress (3): 1.1/1.5 MB | 174 kB | 41/62 kB Progress (3): 1.1/1.5 MB | 174 kB | 45/62 kB Progress (3): 1.1/1.5 MB | 174 kB | 45/62 kB Progress (3): 1.1/1.5 MB | 174 kB | 49/62 kB Progress (3): 1.2/1.5 MB | 174 kB | 49/62 kB Progress (3): 1.2/1.5 MB | 174 kB | 53/62 kB Progress (3): 1.2/1.5 MB | 174 kB | 53/62 kB Progress (3): 1.2/1.5 MB | 174 kB | 57/62 kB Progress (3): 1.2/1.5 MB | 174 kB | 57/62 kB Progress (3): 1.2/1.5 MB | 174 kB | 61/62 kB Progress (3): 1.2/1.5 MB | 174 kB | 61/62 kB Progress (3): 1.2/1.5 MB | 174 kB | 62 kB Progress (3): 1.2/1.5 MB | 174 kB | 62 kB Progress (3): 1.2/1.5 MB | 174 kB | 62 kB Progress (3): 1.2/1.5 MB | 174 kB | 62 kB Progress (3): 1.2/1.5 MB | 174 kB | 62 kB Progress (3): 1.2/1.5 MB | 174 kB | 62 kB Progress (3): 1.2/1.5 MB | 174 kB | 62 kB Progress (3): 1.2/1.5 MB | 174 kB | 62 kB Progress (3): 1.2/1.5 MB | 174 kB | 62 kB Progress (3): 1.3/1.5 MB | 174 kB | 62 kB Progress (3): 1.3/1.5 MB | 174 kB | 62 kB Progress (3): 1.3/1.5 MB | 174 kB | 62 kB Progress (3): 1.3/1.5 MB | 174 kB | 62 kB Progress (3): 1.3/1.5 MB | 174 kB | 62 kB Progress (3): 1.3/1.5 MB | 174 kB | 62 kB Progress (3): 1.3/1.5 MB | 174 kB | 62 kB Progress (3): 1.3/1.5 MB | 174 kB | 62 kB Progress (3): 1.3/1.5 MB | 174 kB | 62 kB Progress (3): 1.3/1.5 MB | 174 kB | 62 kB Progress (3): 1.3/1.5 MB | 174 kB | 62 kB Progress (3): 1.3/1.5 MB | 174 kB | 62 kB Progress (3): 1.4/1.5 MB | 174 kB | 62 kB Progress (3): 1.4/1.5 MB | 174 kB | 62 kB Progress (3): 1.4/1.5 MB | 174 kB | 62 kB Progress (3): 1.4/1.5 MB | 174 kB | 62 kB Progress (3): 1.4/1.5 MB | 174 kB | 62 kB Progress (3): 1.4/1.5 MB | 174 kB | 62 kB Progress (3): 1.4/1.5 MB | 174 kB | 62 kB Progress (3): 1.4/1.5 MB | 174 kB | 62 kB Progress (3): 1.4/1.5 MB | 174 kB | 62 kB Progress (3): 1.4/1.5 MB | 174 kB | 62 kB Progress (3): 1.4/1.5 MB | 174 kB | 62 kB Progress (3): 1.4/1.5 MB | 174 kB | 62 kB Progress (3): 1.4/1.5 MB | 174 kB | 62 kB Progress (3): 1.5/1.5 MB | 174 kB | 62 kB Progress (4): 1.5/1.5 MB | 174 kB | 62 kB | 4.1/589 kB Progress (4): 1.5/1.5 MB | 174 kB | 62 kB | 4.1/589 kB Progress (4): 1.5/1.5 MB | 174 kB | 62 kB | 8.2/589 kB Progress (4): 1.5/1.5 MB | 174 kB | 62 kB | 8.2/589 kB Progress (4): 1.5/1.5 MB | 174 kB | 62 kB | 12/589 kB Progress (4): 1.5/1.5 MB | 174 kB | 62 kB | 12/589 kB Progress (4): 1.5/1.5 MB | 174 kB | 62 kB | 16/589 kB Progress (4): 1.5/1.5 MB | 174 kB | 62 kB | 16/589 kB Progress (4): 1.5/1.5 MB | 174 kB | 62 kB | 20/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 20/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 25/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 29/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 33/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 37/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 41/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 45/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 49/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 53/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 57/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 61/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 66/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 70/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 74/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 78/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 82/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 86/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 90/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 94/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 98/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 102/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 106/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 111/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 115/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 119/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 123/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 127/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 131/589 kB Progress (4): 1.5 MB | 174 kB | 62 kB | 135/589 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-dbcp2/2.1.1/commons-dbcp2-2.1.1.jar (174 kB at 378 kB/s) +Progress (3): 1.5 MB | 62 kB | 139/589 kB Downloading from central: https://repo.maven.apache.org/maven2/mysql/mysql-connector-java/8.0.15/mysql-connector-java-8.0.15.jar +Progress (3): 1.5 MB | 62 kB | 143/589 kB Progress (3): 1.5 MB | 62 kB | 147/589 kB Progress (3): 1.5 MB | 62 kB | 152/589 kB Progress (3): 1.5 MB | 62 kB | 156/589 kB Progress (3): 1.5 MB | 62 kB | 160/589 kB Progress (3): 1.5 MB | 62 kB | 164/589 kB Progress (3): 1.5 MB | 62 kB | 168/589 kB Progress (3): 1.5 MB | 62 kB | 172/589 kB Progress (3): 1.5 MB | 62 kB | 176/589 kB Progress (3): 1.5 MB | 62 kB | 180/589 kB Progress (3): 1.5 MB | 62 kB | 184/589 kB Progress (3): 1.5 MB | 62 kB | 188/589 kB Progress (3): 1.5 MB | 62 kB | 193/589 kB Progress (3): 1.5 MB | 62 kB | 197/589 kB Progress (3): 1.5 MB | 62 kB | 201/589 kB Progress (3): 1.5 MB | 62 kB | 205/589 kB Progress (3): 1.5 MB | 62 kB | 209/589 kB Progress (3): 1.5 MB | 62 kB | 213/589 kB Progress (3): 1.5 MB | 62 kB | 217/589 kB Progress (3): 1.5 MB | 62 kB | 221/589 kB Progress (3): 1.5 MB | 62 kB | 225/589 kB Progress (3): 1.5 MB | 62 kB | 229/589 kB Progress (3): 1.5 MB | 62 kB | 233/589 kB Progress (3): 1.5 MB | 62 kB | 238/589 kB Progress (3): 1.5 MB | 62 kB | 242/589 kB Progress (3): 1.5 MB | 62 kB | 246/589 kB Progress (3): 1.5 MB | 62 kB | 250/589 kB Progress (3): 1.5 MB | 62 kB | 254/589 kB Progress (3): 1.5 MB | 62 kB | 258/589 kB Progress (3): 1.5 MB | 62 kB | 262/589 kB Progress (3): 1.5 MB | 62 kB | 266/589 kB Progress (3): 1.5 MB | 62 kB | 270/589 kB Progress (3): 1.5 MB | 62 kB | 274/589 kB Progress (3): 1.5 MB | 62 kB | 279/589 kB Progress (3): 1.5 MB | 62 kB | 283/589 kB Progress (3): 1.5 MB | 62 kB | 287/589 kB Progress (3): 1.5 MB | 62 kB | 291/589 kB Progress (3): 1.5 MB | 62 kB | 295/589 kB Progress (3): 1.5 MB | 62 kB | 299/589 kB Progress (3): 1.5 MB | 62 kB | 303/589 kB Progress (3): 1.5 MB | 62 kB | 307/589 kB Progress (3): 1.5 MB | 62 kB | 311/589 kB Progress (4): 1.5 MB | 62 kB | 311/589 kB | 0/2.0 MB Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 132 kB/s) +Progress (3): 1.5 MB | 311/589 kB | 0/2.0 MB Progress (3): 1.5 MB | 315/589 kB | 0/2.0 MB Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar +Progress (3): 1.5 MB | 319/589 kB | 0/2.0 MB Progress (3): 1.5 MB | 319/589 kB | 0/2.0 MB Progress (3): 1.5 MB | 324/589 kB | 0/2.0 MB Progress (3): 1.5 MB | 324/589 kB | 0/2.0 MB Progress (3): 1.5 MB | 328/589 kB | 0/2.0 MB Progress (3): 1.5 MB | 328/589 kB | 0/2.0 MB Progress (3): 1.5 MB | 332/589 kB | 0/2.0 MB Progress (3): 1.5 MB | 332/589 kB | 0/2.0 MB Progress (3): 1.5 MB | 336/589 kB | 0/2.0 MB Progress (3): 1.5 MB | 336/589 kB | 0.1/2.0 MB Progress (3): 1.5 MB | 340/589 kB | 0.1/2.0 MB Progress (3): 1.5 MB | 340/589 kB | 0.1/2.0 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/hsqldb/hsqldb/2.3.3/hsqldb-2.3.3.jar (1.5 MB at 3.2 MB/s) +Progress (2): 344/589 kB | 0.1/2.0 MB Progress (2): 344/589 kB | 0.1/2.0 MB Progress (2): 348/589 kB | 0.1/2.0 MB Progress (2): 348/589 kB | 0.1/2.0 MB Progress (2): 352/589 kB | 0.1/2.0 MB Progress (2): 352/589 kB | 0.1/2.0 MB Progress (2): 356/589 kB | 0.1/2.0 MB Progress (2): 356/589 kB | 0.1/2.0 MB Progress (2): 360/589 kB | 0.1/2.0 MB Progress (2): 360/589 kB | 0.1/2.0 MB Progress (2): 365/589 kB | 0.1/2.0 MB Progress (2): 365/589 kB | 0.1/2.0 MB Progress (2): 369/589 kB | 0.1/2.0 MB Progress (2): 369/589 kB | 0.1/2.0 MB Progress (2): 373/589 kB | 0.1/2.0 MB Progress (2): 373/589 kB | 0.1/2.0 MB Progress (2): 377/589 kB | 0.1/2.0 MB Progress (2): 377/589 kB | 0.1/2.0 MB Progress (2): 381/589 kB | 0.1/2.0 MB Progress (2): 381/589 kB | 0.1/2.0 MB Progress (2): 385/589 kB | 0.1/2.0 MB Progress (2): 385/589 kB | 0.2/2.0 MB Progress (2): 389/589 kB | 0.2/2.0 MB Progress (2): 389/589 kB | 0.2/2.0 MB Progress (2): 393/589 kB | 0.2/2.0 MB Progress (2): 393/589 kB | 0.2/2.0 MB Progress (2): 397/589 kB | 0.2/2.0 MB Progress (2): 397/589 kB | 0.2/2.0 MB Progress (2): 401/589 kB | 0.2/2.0 MB Progress (2): 401/589 kB | 0.2/2.0 MB Progress (2): 406/589 kB | 0.2/2.0 MB Progress (2): 406/589 kB | 0.2/2.0 MB Progress (2): 410/589 kB | 0.2/2.0 MB Progress (2): 410/589 kB | 0.2/2.0 MB Progress (2): 414/589 kB | 0.2/2.0 MB Progress (2): 414/589 kB | 0.2/2.0 MB Progress (2): 418/589 kB | 0.2/2.0 MB Progress (2): 422/589 kB | 0.2/2.0 MB Progress (2): 422/589 kB | 0.2/2.0 MB Progress (2): 426/589 kB | 0.2/2.0 MB Progress (2): 426/589 kB | 0.2/2.0 MB Progress (2): 430/589 kB | 0.2/2.0 MB Progress (2): 430/589 kB | 0.2/2.0 MB Progress (2): 434/589 kB | 0.2/2.0 MB Progress (2): 434/589 kB | 0.3/2.0 MB Progress (2): 438/589 kB | 0.3/2.0 MB Progress (2): 438/589 kB | 0.3/2.0 MB Progress (2): 442/589 kB | 0.3/2.0 MB Progress (2): 442/589 kB | 0.3/2.0 MB Progress (2): 446/589 kB | 0.3/2.0 MB Progress (2): 451/589 kB | 0.3/2.0 MB Progress (2): 451/589 kB | 0.3/2.0 MB Progress (2): 455/589 kB | 0.3/2.0 MB Progress (2): 455/589 kB | 0.3/2.0 MB Progress (3): 455/589 kB | 0.3/2.0 MB | 0/2.1 MB Progress (3): 459/589 kB | 0.3/2.0 MB | 0/2.1 MB Progress (3): 459/589 kB | 0.3/2.0 MB | 0/2.1 MB Progress (3): 463/589 kB | 0.3/2.0 MB | 0/2.1 MB Progress (3): 463/589 kB | 0.3/2.0 MB | 0/2.1 MB Progress (3): 463/589 kB | 0.3/2.0 MB | 0/2.1 MB Progress (3): 467/589 kB | 0.3/2.0 MB | 0/2.1 MB Progress (3): 467/589 kB | 0.3/2.0 MB | 0/2.1 MB Progress (3): 471/589 kB | 0.3/2.0 MB | 0/2.1 MB Progress (3): 471/589 kB | 0.3/2.0 MB | 0/2.1 MB Progress (3): 475/589 kB | 0.3/2.0 MB | 0/2.1 MB Progress (3): 475/589 kB | 0.3/2.0 MB | 0/2.1 MB Progress (3): 479/589 kB | 0.3/2.0 MB | 0/2.1 MB Progress (3): 479/589 kB | 0.3/2.0 MB | 0.1/2.1 MB Progress (3): 483/589 kB | 0.3/2.0 MB | 0.1/2.1 MB Progress (3): 483/589 kB | 0.3/2.0 MB | 0.1/2.1 MB Progress (3): 487/589 kB | 0.3/2.0 MB | 0.1/2.1 MB Progress (3): 487/589 kB | 0.3/2.0 MB | 0.1/2.1 MB Progress (3): 491/589 kB | 0.3/2.0 MB | 0.1/2.1 MB Progress (3): 491/589 kB | 0.3/2.0 MB | 0.1/2.1 MB Progress (3): 491/589 kB | 0.3/2.0 MB | 0.1/2.1 MB Progress (3): 495/589 kB | 0.3/2.0 MB | 0.1/2.1 MB Progress (3): 495/589 kB | 0.3/2.0 MB | 0.1/2.1 MB Progress (3): 499/589 kB | 0.3/2.0 MB | 0.1/2.1 MB Progress (3): 499/589 kB | 0.3/2.0 MB | 0.1/2.1 MB Progress (3): 499/589 kB | 0.3/2.0 MB | 0.1/2.1 MB Progress (3): 499/589 kB | 0.4/2.0 MB | 0.1/2.1 MB Progress (3): 503/589 kB | 0.4/2.0 MB | 0.1/2.1 MB Progress (3): 503/589 kB | 0.4/2.0 MB | 0.1/2.1 MB Progress (3): 503/589 kB | 0.4/2.0 MB | 0.1/2.1 MB Progress (3): 507/589 kB | 0.4/2.0 MB | 0.1/2.1 MB Progress (3): 507/589 kB | 0.4/2.0 MB | 0.1/2.1 MB Progress (3): 511/589 kB | 0.4/2.0 MB | 0.1/2.1 MB Progress (3): 511/589 kB | 0.4/2.0 MB | 0.1/2.1 MB Progress (3): 515/589 kB | 0.4/2.0 MB | 0.1/2.1 MB Progress (3): 515/589 kB | 0.4/2.0 MB | 0.1/2.1 MB Progress (3): 515/589 kB | 0.4/2.0 MB | 0.2/2.1 MB Progress (3): 520/589 kB | 0.4/2.0 MB | 0.2/2.1 MB Progress (3): 520/589 kB | 0.4/2.0 MB | 0.2/2.1 MB Progress (3): 520/589 kB | 0.4/2.0 MB | 0.2/2.1 MB Progress (3): 524/589 kB | 0.4/2.0 MB | 0.2/2.1 MB Progress (3): 524/589 kB | 0.4/2.0 MB | 0.2/2.1 MB Progress (3): 528/589 kB | 0.4/2.0 MB | 0.2/2.1 MB Progress (3): 528/589 kB | 0.4/2.0 MB | 0.2/2.1 MB Progress (3): 528/589 kB | 0.4/2.0 MB | 0.2/2.1 MB Progress (3): 532/589 kB | 0.4/2.0 MB | 0.2/2.1 MB Progress (3): 532/589 kB | 0.4/2.0 MB | 0.2/2.1 MB Progress (3): 536/589 kB | 0.4/2.0 MB | 0.2/2.1 MB Progress (3): 536/589 kB | 0.4/2.0 MB | 0.2/2.1 MB Progress (3): 536/589 kB | 0.4/2.0 MB | 0.2/2.1 MB Progress (3): 540/589 kB | 0.4/2.0 MB | 0.2/2.1 MB Progress (3): 540/589 kB | 0.4/2.0 MB | 0.2/2.1 MB Progress (3): 544/589 kB | 0.4/2.0 MB | 0.2/2.1 MB Progress (3): 544/589 kB | 0.4/2.0 MB | 0.2/2.1 MB Progress (3): 548/589 kB | 0.4/2.0 MB | 0.2/2.1 MB Progress (3): 548/589 kB | 0.4/2.0 MB | 0.2/2.1 MB Progress (3): 548/589 kB | 0.4/2.0 MB | 0.3/2.1 MB Progress (3): 552/589 kB | 0.4/2.0 MB | 0.3/2.1 MB Progress (3): 552/589 kB | 0.4/2.0 MB | 0.3/2.1 MB Progress (3): 556/589 kB | 0.4/2.0 MB | 0.3/2.1 MB Progress (3): 556/589 kB | 0.4/2.0 MB | 0.3/2.1 MB Progress (3): 561/589 kB | 0.4/2.0 MB | 0.3/2.1 MB Progress (3): 561/589 kB | 0.5/2.0 MB | 0.3/2.1 MB Progress (3): 561/589 kB | 0.5/2.0 MB | 0.3/2.1 MB Progress (3): 565/589 kB | 0.5/2.0 MB | 0.3/2.1 MB Progress (3): 565/589 kB | 0.5/2.0 MB | 0.3/2.1 MB Progress (3): 565/589 kB | 0.5/2.0 MB | 0.3/2.1 MB Progress (3): 569/589 kB | 0.5/2.0 MB | 0.3/2.1 MB Progress (3): 569/589 kB | 0.5/2.0 MB | 0.3/2.1 MB Progress (3): 573/589 kB | 0.5/2.0 MB | 0.3/2.1 MB Progress (3): 573/589 kB | 0.5/2.0 MB | 0.3/2.1 MB Progress (3): 573/589 kB | 0.5/2.0 MB | 0.3/2.1 MB Progress (3): 573/589 kB | 0.5/2.0 MB | 0.3/2.1 MB Progress (3): 573/589 kB | 0.5/2.0 MB | 0.3/2.1 MB Progress (3): 577/589 kB | 0.5/2.0 MB | 0.3/2.1 MB Progress (3): 577/589 kB | 0.5/2.0 MB | 0.3/2.1 MB Progress (3): 581/589 kB | 0.5/2.0 MB | 0.3/2.1 MB Progress (3): 581/589 kB | 0.5/2.0 MB | 0.4/2.1 MB Progress (3): 585/589 kB | 0.5/2.0 MB | 0.4/2.1 MB Progress (3): 585/589 kB | 0.5/2.0 MB | 0.4/2.1 MB Progress (3): 589 kB | 0.5/2.0 MB | 0.4/2.1 MB Progress (3): 589 kB | 0.5/2.0 MB | 0.4/2.1 MB Progress (3): 589 kB | 0.5/2.0 MB | 0.4/2.1 MB Progress (3): 589 kB | 0.5/2.0 MB | 0.4/2.1 MB Progress (3): 589 kB | 0.5/2.0 MB | 0.4/2.1 MB Progress (3): 589 kB | 0.5/2.0 MB | 0.4/2.1 MB Progress (3): 589 kB | 0.5/2.0 MB | 0.4/2.1 MB Progress (3): 589 kB | 0.5/2.0 MB | 0.4/2.1 MB Progress (3): 589 kB | 0.5/2.0 MB | 0.4/2.1 MB Progress (3): 589 kB | 0.5/2.0 MB | 0.4/2.1 MB Progress (3): 589 kB | 0.5/2.0 MB | 0.4/2.1 MB Progress (3): 589 kB | 0.6/2.0 MB | 0.4/2.1 MB Progress (3): 589 kB | 0.6/2.0 MB | 0.5/2.1 MB Progress (3): 589 kB | 0.6/2.0 MB | 0.5/2.1 MB Progress (3): 589 kB | 0.6/2.0 MB | 0.5/2.1 MB Progress (3): 589 kB | 0.6/2.0 MB | 0.5/2.1 MB Progress (3): 589 kB | 0.6/2.0 MB | 0.5/2.1 MB Progress (3): 589 kB | 0.6/2.0 MB | 0.5/2.1 MB Progress (3): 589 kB | 0.6/2.0 MB | 0.5/2.1 MB Progress (3): 589 kB | 0.6/2.0 MB | 0.5/2.1 MB Progress (3): 589 kB | 0.6/2.0 MB | 0.5/2.1 MB Progress (3): 589 kB | 0.6/2.0 MB | 0.5/2.1 MB Progress (3): 589 kB | 0.6/2.0 MB | 0.5/2.1 MB Progress (3): 589 kB | 0.6/2.0 MB | 0.5/2.1 MB Progress (3): 589 kB | 0.6/2.0 MB | 0.5/2.1 MB Progress (3): 589 kB | 0.6/2.0 MB | 0.5/2.1 MB Progress (3): 589 kB | 0.6/2.0 MB | 0.5/2.1 MB Progress (3): 589 kB | 0.6/2.0 MB | 0.5/2.1 MB Progress (3): 589 kB | 0.6/2.0 MB | 0.6/2.1 MB Progress (3): 589 kB | 0.6/2.0 MB | 0.6/2.1 MB Progress (3): 589 kB | 0.7/2.0 MB | 0.6/2.1 MB Progress (3): 589 kB | 0.7/2.0 MB | 0.6/2.1 MB Progress (3): 589 kB | 0.7/2.0 MB | 0.6/2.1 MB Progress (3): 589 kB | 0.7/2.0 MB | 0.6/2.1 MB Progress (3): 589 kB | 0.7/2.0 MB | 0.6/2.1 MB Progress (3): 589 kB | 0.7/2.0 MB | 0.6/2.1 MB Progress (3): 589 kB | 0.7/2.0 MB | 0.6/2.1 MB Progress (3): 589 kB | 0.7/2.0 MB | 0.6/2.1 MB Progress (3): 589 kB | 0.7/2.0 MB | 0.6/2.1 MB Progress (3): 589 kB | 0.7/2.0 MB | 0.6/2.1 MB Progress (3): 589 kB | 0.7/2.0 MB | 0.6/2.1 MB Progress (3): 589 kB | 0.7/2.0 MB | 0.6/2.1 MB Progress (3): 589 kB | 0.7/2.0 MB | 0.6/2.1 MB Progress (3): 589 kB | 0.7/2.0 MB | 0.7/2.1 MB Progress (3): 589 kB | 0.7/2.0 MB | 0.7/2.1 MB Progress (4): 589 kB | 0.7/2.0 MB | 0.7/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.7/2.0 MB | 0.7/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.7/2.0 MB | 0.7/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.7/2.0 MB | 0.7/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.7/2.0 MB | 0.7/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.7/2.0 MB | 0.7/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.7/2.0 MB | 0.7/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.7/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.7/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.7/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.7/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.7/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.7/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.7/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.7/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.7/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.7/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.7/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.7/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.7/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.7/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.8/2.1 MB | 0/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.8/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.8/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.1/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 0.9/2.0 MB | 0.9/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 0.9/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 0.9/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 0.9/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.2/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.0/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.0/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.1/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.2/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.2/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.2/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.2/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.2/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.2/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.2/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.2/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.2/2.1 MB | 0.3/1.4 MB Progress (4): 589 kB | 1.1/2.0 MB | 1.2/2.1 MB | 0.4/1.4 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/postgresql/postgresql/9.3-1101-jdbc41/postgresql-9.3-1101-jdbc41.jar (589 kB at 1.1 MB/s) +Progress (3): 1.1/2.0 MB | 1.2/2.1 MB | 0.4/1.4 MB Progress (3): 1.1/2.0 MB | 1.2/2.1 MB | 0.4/1.4 MB Progress (3): 1.1/2.0 MB | 1.2/2.1 MB | 0.4/1.4 MB Progress (3): 1.1/2.0 MB | 1.2/2.1 MB | 0.4/1.4 MB Progress (3): 1.1/2.0 MB | 1.2/2.1 MB | 0.4/1.4 MB Progress (3): 1.1/2.0 MB | 1.2/2.1 MB | 0.4/1.4 MB Progress (3): 1.1/2.0 MB | 1.2/2.1 MB | 0.4/1.4 MB Progress (3): 1.1/2.0 MB | 1.2/2.1 MB | 0.4/1.4 MB Progress (3): 1.1/2.0 MB | 1.2/2.1 MB | 0.4/1.4 MB Progress (3): 1.1/2.0 MB | 1.3/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.3/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.3/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.3/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.3/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.3/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.3/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.3/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.3/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.3/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.3/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.3/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.3/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.3/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.3/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.3/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.3/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.3/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.3/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.4/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.4/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.4/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.4/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.4/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.4/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.4/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.4/2.1 MB | 0.4/1.4 MB Progress (3): 1.2/2.0 MB | 1.4/2.1 MB | 0.5/1.4 MB Progress (3): 1.2/2.0 MB | 1.4/2.1 MB | 0.5/1.4 MB Progress (3): 1.2/2.0 MB | 1.4/2.1 MB | 0.5/1.4 MB Progress (3): 1.2/2.0 MB | 1.4/2.1 MB | 0.5/1.4 MB Progress (3): 1.2/2.0 MB | 1.4/2.1 MB | 0.5/1.4 MB Progress (3): 1.2/2.0 MB | 1.4/2.1 MB | 0.5/1.4 MB Progress (3): 1.2/2.0 MB | 1.4/2.1 MB | 0.5/1.4 MB Progress (3): 1.2/2.0 MB | 1.4/2.1 MB | 0.5/1.4 MB Progress (3): 1.2/2.0 MB | 1.4/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.4/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.5/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.5/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.5/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.5/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.5/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.5/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.5/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.5/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.5/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.5/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.5/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.5/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.5/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.5/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.5/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.5/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.5/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.5/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.6/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.6/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.6/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.6/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.6/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.6/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.6/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.6/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.6/2.1 MB | 0.5/1.4 MB Progress (3): 1.3/2.0 MB | 1.6/2.1 MB | 0.6/1.4 MB Progress (3): 1.3/2.0 MB | 1.6/2.1 MB | 0.6/1.4 MB Progress (3): 1.3/2.0 MB | 1.6/2.1 MB | 0.6/1.4 MB Progress (3): 1.3/2.0 MB | 1.6/2.1 MB | 0.6/1.4 MB Progress (3): 1.3/2.0 MB | 1.6/2.1 MB | 0.6/1.4 MB Progress (3): 1.3/2.0 MB | 1.6/2.1 MB | 0.6/1.4 MB Progress (3): 1.3/2.0 MB | 1.6/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.6/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.6/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.6/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.6/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.6/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.6/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.6/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.6/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.7/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.7/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.7/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.7/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.7/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.7/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.7/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.7/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.7/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.7/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.7/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.7/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.7/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.7/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.7/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.7/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.7/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.7/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.7/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.8/2.1 MB | 0.6/1.4 MB Progress (3): 1.4/2.0 MB | 1.8/2.1 MB | 0.7/1.4 MB Progress (3): 1.4/2.0 MB | 1.8/2.1 MB | 0.7/1.4 MB Progress (3): 1.4/2.0 MB | 1.8/2.1 MB | 0.7/1.4 MB Progress (3): 1.4/2.0 MB | 1.8/2.1 MB | 0.7/1.4 MB Progress (3): 1.4/2.0 MB | 1.8/2.1 MB | 0.7/1.4 MB Progress (3): 1.4/2.0 MB | 1.8/2.1 MB | 0.7/1.4 MB Progress (3): 1.4/2.0 MB | 1.8/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.8/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.8/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.8/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.8/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.8/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.8/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.8/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.8/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.8/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.8/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.9/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.9/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.9/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.9/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.9/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.9/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.9/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.9/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.9/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.9/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.9/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.9/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.9/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.9/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.9/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.9/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.9/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 1.9/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 2.0/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 2.0/2.1 MB | 0.7/1.4 MB Progress (3): 1.5/2.0 MB | 2.0/2.1 MB | 0.8/1.4 MB Progress (3): 1.5/2.0 MB | 2.0/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.0/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.0/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.0/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.0/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.0/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.0/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.0/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.0/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.0/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.0/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.0/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.0/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.0/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.0/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.0/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.0/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.1/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.1/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.1/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.1/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.1/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.1/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.1/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.1/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.1/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.1/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.1/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.1/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.1/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.1/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.1/2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.1 MB | 0.8/1.4 MB Progress (3): 1.6/2.0 MB | 2.1 MB | 0.8/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.8/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.8/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.7/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 0.9/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.8/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.0/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 1.9/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 2.0/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 2.0/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 2.0/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 2.0/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 2.0/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 2.0/2.0 MB | 2.1 MB | 1.1/1.4 MB Progress (3): 2.0/2.0 MB | 2.1 MB | 1.2/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.2/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.2/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.2/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.2/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.2/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.2/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.2/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.2/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.2/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.2/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.2/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.2/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.3/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.3/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.3/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.3/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.3/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.3/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.3/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.3/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.3/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.3/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.3/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.3/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.4/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.4/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.4/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.4/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.4/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.4/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.4/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.4/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.4/1.4 MB Progress (3): 2.0 MB | 2.1 MB | 1.4 MB Downloaded from central: https://repo.maven.apache.org/maven2/mysql/mysql-connector-java/8.0.15/mysql-connector-java-8.0.15.jar (2.1 MB at 3.8 MB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar (1.4 MB at 2.5 MB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/com/unboundid/unboundid-ldapsdk/3.2.0/unboundid-ldapsdk-3.2.0.jar (2.0 MB at 3.4 MB/s) +[INFO] org.opensaml:opensaml-storage-impl:jar:3.4.6 +[INFO] +- org.opensaml:opensaml-storage-api:jar:3.4.6:compile +[INFO] | \- joda-time:joda-time:jar:2.9:compile +[INFO] +- org.opensaml:opensaml-profile-api:jar:3.4.6:compile +[INFO] | +- org.opensaml:opensaml-core:jar:3.4.6:compile +[INFO] | | \- io.dropwizard.metrics:metrics-core:jar:3.1.5:compile +[INFO] | \- org.opensaml:opensaml-messaging-api:jar:3.4.6:compile +[INFO] +- org.ldaptive:ldaptive:jar:1.0.13:compile +[INFO] +- javax.json:javax.json-api:jar:1.0:compile +[INFO] +- org.hibernate:hibernate-entitymanager:jar:4.3.5.Final:compile +[INFO] | +- org.jboss.logging:jboss-logging:jar:3.1.3.GA:compile +[INFO] | +- org.jboss.logging:jboss-logging-annotations:jar:1.2.0.Beta1:compile +[INFO] | +- org.hibernate:hibernate-core:jar:4.3.5.Final:compile +[INFO] | | +- antlr:antlr:jar:2.7.7:compile +[INFO] | | \- org.jboss:jandex:jar:1.1.0.Final:compile +[INFO] | +- dom4j:dom4j:jar:1.6.1:compile +[INFO] | +- org.hibernate.common:hibernate-commons-annotations:jar:4.0.4.Final:compile +[INFO] | +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final:compile +[INFO] | \- org.javassist:javassist:jar:3.18.1-GA:compile +[INFO] +- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile +[INFO] +- net.spy:spymemcached:jar:2.12.3:compile +[INFO] +- org.cryptacular:cryptacular:jar:1.1.4:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided +[INFO] +- org.glassfish:javax.json:jar:1.0.4:runtime +[INFO] +- org.springframework:spring-orm:jar:4.3.30.RELEASE:compile +[INFO] | +- org.springframework:spring-beans:jar:4.3.30.RELEASE:compile +[INFO] | +- org.springframework:spring-core:jar:4.3.30.RELEASE:compile +[INFO] | +- org.springframework:spring-jdbc:jar:4.3.30.RELEASE:compile +[INFO] | \- org.springframework:spring-tx:jar:4.3.30.RELEASE:compile +[INFO] +- org.opensaml:opensaml-storage-api:test-jar:tests:3.4.6:test +[INFO] +- org.opensaml:opensaml-profile-api:test-jar:tests:3.4.6:test +[INFO] +- com.unboundid:unboundid-ldapsdk:jar:3.2.0:test +[INFO] +- org.hsqldb:hsqldb:jar:2.3.3:test +[INFO] +- org.apache.commons:commons-dbcp2:jar:2.1.1:test +[INFO] | +- org.apache.commons:commons-pool2:jar:2.4.2:test +[INFO] | \- commons-logging:commons-logging:jar:1.2:test +[INFO] +- org.postgresql:postgresql:jar:9.3-1101-jdbc41:test +[INFO] +- mysql:mysql-connector-java:jar:8.0.15:test +[INFO] | \- com.google.protobuf:protobuf-java:jar:3.6.1:test +[INFO] +- org.springframework:spring-test:jar:4.3.30.RELEASE:test +[INFO] +- org.springframework:spring-web:jar:4.3.30.RELEASE:test +[INFO] | \- org.springframework:spring-aop:jar:4.3.30.RELEASE:test +[INFO] +- org.springframework:spring-context:jar:4.3.30.RELEASE:test +[INFO] | \- org.springframework:spring-expression:jar:4.3.30.RELEASE:test +[INFO] +- net.shibboleth.ext:spring-extensions:jar:5.4.2:test +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | +- com.google.guava:guava:jar:20.0:compile +[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile +[INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile +[INFO] | \- org.apache.httpcomponents:httpclient-cache:jar:4.5.13:test +[INFO] +- org.bouncycastle:bcprov-jdk15on:jar:1.59:test +[INFO] +- net.shibboleth.utilities:java-support:jar:7.5.2:compile +[INFO] +- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:7.5.2:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.5.1:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.5.1:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 3.203 s +[INFO] Finished at: 2021-02-11T08:50:59-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -----------------< org.opensaml:opensaml-storage-api >------------------ +[INFO] Building OpenSAML :: Storage API 3.4.6 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ opensaml-storage-api --- +[INFO] org.opensaml:opensaml-storage-api:jar:3.4.6 +[INFO] +- joda-time:joda-time:jar:2.9:compile +[INFO] +- net.shibboleth.utilities:java-support:jar:7.5.2:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | \- com.google.guava:guava:jar:20.0:compile +[INFO] +- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:7.5.2:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.5.1:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.5.1:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.831 s +[INFO] Finished at: 2021-02-11T08:51:00-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -------------------< org.opensaml:opensaml-saml-api >------------------- +[INFO] Building OpenSAML :: SAML Provider API 3.4.6 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ opensaml-saml-api --- +[INFO] org.opensaml:opensaml-saml-api:jar:3.4.6 +[INFO] +- org.opensaml:opensaml-xmlsec-api:jar:3.4.6:compile +[INFO] | \- org.opensaml:opensaml-security-api:jar:3.4.6:compile +[INFO] | +- org.apache.santuario:xmlsec:jar:2.0.10:compile +[INFO] | | \- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | +- org.cryptacular:cryptacular:jar:1.1.4:compile +[INFO] | \- org.bouncycastle:bcprov-jdk15on:jar:1.59:compile +[INFO] +- org.opensaml:opensaml-soap-api:jar:3.4.6:compile +[INFO] | \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:3.4.6:compile +[INFO] | +- org.opensaml:opensaml-core:jar:3.4.6:compile +[INFO] | | \- io.dropwizard.metrics:metrics-core:jar:3.1.5:compile +[INFO] | \- joda-time:joda-time:jar:2.9:compile +[INFO] +- org.opensaml:opensaml-profile-api:jar:3.4.6:compile +[INFO] +- org.opensaml:opensaml-storage-api:jar:3.4.6:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided +[INFO] +- org.opensaml:opensaml-profile-api:test-jar:tests:3.4.6:test +[INFO] +- net.shibboleth.utilities:java-support:jar:7.5.2:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | \- com.google.guava:guava:jar:20.0:compile +[INFO] +- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:7.5.2:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.5.1:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.5.1:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.914 s +[INFO] Finished at: 2021-02-11T08:51:02-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -----------------< org.opensaml:opensaml-profile-api >------------------ +[INFO] Building OpenSAML :: Profile API 3.4.6 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ opensaml-profile-api --- +[INFO] org.opensaml:opensaml-profile-api:jar:3.4.6 +[INFO] +- org.opensaml:opensaml-core:jar:3.4.6:compile +[INFO] | +- joda-time:joda-time:jar:2.9:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:3.1.5:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:3.4.6:compile +[INFO] | \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided +[INFO] +- org.springframework:spring-core:jar:4.3.30.RELEASE:test +[INFO] +- org.springframework:spring-context:jar:4.3.30.RELEASE:test +[INFO] | +- org.springframework:spring-aop:jar:4.3.30.RELEASE:test +[INFO] | +- org.springframework:spring-beans:jar:4.3.30.RELEASE:test +[INFO] | \- org.springframework:spring-expression:jar:4.3.30.RELEASE:test +[INFO] +- org.springframework:spring-test:jar:4.3.30.RELEASE:test +[INFO] +- org.springframework:spring-web:jar:4.3.30.RELEASE:test +[INFO] +- net.shibboleth.ext:spring-extensions:jar:5.4.2:test +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | +- com.google.guava:guava:jar:20.0:compile +[INFO] | \- org.apache.httpcomponents:httpclient-cache:jar:4.5.13:test +[INFO] +- net.shibboleth.utilities:java-support:jar:7.5.2:compile +[INFO] +- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:7.5.2:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.5.1:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.5.1:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.054 s +[INFO] Finished at: 2021-02-11T08:51:04-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ----------------< org.opensaml:opensaml-messaging-api >----------------- +[INFO] Building OpenSAML :: Messaging API 3.4.6 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ opensaml-messaging-api --- +[INFO] org.opensaml:opensaml-messaging-api:jar:3.4.6 +[INFO] +- org.opensaml:opensaml-core:jar:3.4.6:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:3.1.5:compile +[INFO] +- joda-time:joda-time:jar:2.9:compile +[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided +[INFO] +- net.shibboleth.utilities:java-support:jar:7.5.2:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | \- com.google.guava:guava:jar:20.0:compile +[INFO] +- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:7.5.2:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.5.1:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.5.1:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.996 s +[INFO] Finished at: 2021-02-11T08:51:06-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -------------------< org.opensaml:opensaml-soap-api >------------------- +[INFO] Building OpenSAML :: SOAP Provider API 3.4.6 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ opensaml-soap-api --- +[INFO] org.opensaml:opensaml-soap-api:jar:3.4.6 +[INFO] +- org.opensaml:opensaml-xmlsec-api:jar:3.4.6:compile +[INFO] | \- org.opensaml:opensaml-security-api:jar:3.4.6:compile +[INFO] | +- org.apache.santuario:xmlsec:jar:2.0.10:compile +[INFO] | | \- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | +- org.cryptacular:cryptacular:jar:1.1.4:compile +[INFO] | \- org.bouncycastle:bcprov-jdk15on:jar:1.59:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:3.4.6:compile +[INFO] | +- org.opensaml:opensaml-core:jar:3.4.6:compile +[INFO] | | \- io.dropwizard.metrics:metrics-core:jar:3.1.5:compile +[INFO] | \- joda-time:joda-time:jar:2.9:compile +[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile +[INFO] +- net.shibboleth.utilities:java-support:jar:7.5.2:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | \- com.google.guava:guava:jar:20.0:compile +[INFO] +- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:7.5.2:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.5.1:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.5.1:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.015 s +[INFO] Finished at: 2021-02-11T08:51:08-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ------------------< org.opensaml:opensaml-soap-impl >------------------- +[INFO] Building OpenSAML :: SOAP Provider Implementations 3.4.6 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ opensaml-soap-impl --- +[INFO] org.opensaml:opensaml-soap-impl:jar:3.4.6 +[INFO] +- org.opensaml:opensaml-soap-api:jar:3.4.6:compile +[INFO] | +- org.opensaml:opensaml-xmlsec-api:jar:3.4.6:compile +[INFO] | | \- org.opensaml:opensaml-security-api:jar:3.4.6:compile +[INFO] | | +- org.apache.santuario:xmlsec:jar:2.0.10:compile +[INFO] | | | \- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | | +- org.cryptacular:cryptacular:jar:1.1.4:compile +[INFO] | | \- org.bouncycastle:bcprov-jdk15on:jar:1.59:compile +[INFO] | +- org.opensaml:opensaml-messaging-api:jar:3.4.6:compile +[INFO] | \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile +[INFO] +- org.opensaml:opensaml-profile-api:jar:3.4.6:compile +[INFO] | \- org.opensaml:opensaml-core:jar:3.4.6:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:3.4.6:test +[INFO] | +- joda-time:joda-time:jar:2.9:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:3.1.5:compile +[INFO] +- org.opensaml:opensaml-profile-api:test-jar:tests:3.4.6:test +[INFO] +- org.springframework:spring-test:jar:4.3.30.RELEASE:test +[INFO] +- org.springframework:spring-web:jar:4.3.30.RELEASE:test +[INFO] | +- org.springframework:spring-aop:jar:4.3.30.RELEASE:test +[INFO] | +- org.springframework:spring-beans:jar:4.3.30.RELEASE:test +[INFO] | \- org.springframework:spring-context:jar:4.3.30.RELEASE:test +[INFO] | \- org.springframework:spring-expression:jar:4.3.30.RELEASE:test +[INFO] +- org.springframework:spring-core:jar:4.3.30.RELEASE:test +[INFO] +- net.shibboleth.utilities:java-support:jar:7.5.2:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | \- com.google.guava:guava:jar:20.0:compile +[INFO] +- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:7.5.2:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.5.1:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.5.1:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.046 s +[INFO] Finished at: 2021-02-11T08:51:10-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ----------------< org.opensaml:opensaml-xacml-saml-api >---------------- +[INFO] Building OpenSAML :: SAML XACML Profile API 3.4.6 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ opensaml-xacml-saml-api --- +[INFO] org.opensaml:opensaml-xacml-saml-api:jar:3.4.6 +[INFO] +- org.opensaml:opensaml-xacml-api:jar:3.4.6:compile +[INFO] | \- org.opensaml:opensaml-core:jar:3.4.6:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:3.1.5:compile +[INFO] +- org.opensaml:opensaml-saml-api:jar:3.4.6:compile +[INFO] | +- org.opensaml:opensaml-xmlsec-api:jar:3.4.6:compile +[INFO] | | \- org.opensaml:opensaml-security-api:jar:3.4.6:compile +[INFO] | | +- org.apache.santuario:xmlsec:jar:2.0.10:compile +[INFO] | | | \- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | | +- org.cryptacular:cryptacular:jar:1.1.4:compile +[INFO] | | \- org.bouncycastle:bcprov-jdk15on:jar:1.59:compile +[INFO] | +- org.opensaml:opensaml-soap-api:jar:3.4.6:compile +[INFO] | | \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile +[INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile +[INFO] | +- org.opensaml:opensaml-messaging-api:jar:3.4.6:compile +[INFO] | +- org.opensaml:opensaml-profile-api:jar:3.4.6:compile +[INFO] | \- org.opensaml:opensaml-storage-api:jar:3.4.6:compile +[INFO] +- net.shibboleth.utilities:java-support:jar:7.5.2:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | +- com.google.guava:guava:jar:20.0:compile +[INFO] | \- joda-time:joda-time:jar:2.9:compile +[INFO] +- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:7.5.2:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.5.1:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.5.1:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.001 s +[INFO] Finished at: 2021-02-11T08:51:12-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ----------------< org.opensaml:opensaml-security-impl >----------------- +[INFO] Building OpenSAML :: Security Implementation 3.4.6 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ opensaml-security-impl --- +[INFO] org.opensaml:opensaml-security-impl:jar:3.4.6 +[INFO] +- org.opensaml:opensaml-security-api:jar:3.4.6:compile +[INFO] | +- org.opensaml:opensaml-core:jar:3.4.6:compile +[INFO] | +- org.apache.santuario:xmlsec:jar:2.0.10:compile +[INFO] | | \- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | +- org.cryptacular:cryptacular:jar:1.1.4:compile +[INFO] | \- org.bouncycastle:bcprov-jdk15on:jar:1.59:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:3.4.6:compile +[INFO] | \- joda-time:joda-time:jar:2.9:compile +[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile (optional) +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile (optional) +[INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:3.4.6:test +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:3.1.5:compile +[INFO] +- org.ldaptive:ldaptive:jar:1.0.13:test +[INFO] +- com.unboundid:unboundid-ldapsdk:jar:3.2.0:test +[INFO] +- net.shibboleth.utilities:java-support:jar:7.5.2:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | \- com.google.guava:guava:jar:20.0:compile +[INFO] +- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:7.5.2:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.5.1:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.5.1:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.970 s +[INFO] Finished at: 2021-02-11T08:51:14-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ---------------< org.opensaml:opensaml-xacml-saml-impl >---------------- +[INFO] Building OpenSAML :: SAML XACML Profile Implementation 3.4.6 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ opensaml-xacml-saml-impl --- +[INFO] org.opensaml:opensaml-xacml-saml-impl:jar:3.4.6 +[INFO] +- org.opensaml:opensaml-xacml-saml-api:jar:3.4.6:compile +[INFO] | +- org.opensaml:opensaml-xacml-api:jar:3.4.6:compile +[INFO] | | \- org.opensaml:opensaml-core:jar:3.4.6:compile +[INFO] | \- org.opensaml:opensaml-saml-api:jar:3.4.6:compile +[INFO] | +- org.opensaml:opensaml-xmlsec-api:jar:3.4.6:compile +[INFO] | +- org.opensaml:opensaml-soap-api:jar:3.4.6:compile +[INFO] | \- org.opensaml:opensaml-messaging-api:jar:3.4.6:compile +[INFO] +- org.opensaml:opensaml-saml-impl:jar:3.4.6:compile +[INFO] | +- org.opensaml:opensaml-profile-api:jar:3.4.6:compile +[INFO] | +- org.opensaml:opensaml-storage-api:jar:3.4.6:compile +[INFO] | +- org.opensaml:opensaml-security-impl:jar:3.4.6:compile +[INFO] | | \- org.opensaml:opensaml-security-api:jar:3.4.6:compile +[INFO] | | \- org.bouncycastle:bcprov-jdk15on:jar:1.59:compile +[INFO] | +- org.opensaml:opensaml-xmlsec-impl:jar:3.4.6:compile +[INFO] | | +- org.apache.santuario:xmlsec:jar:2.0.10:compile +[INFO] | | | \- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | | \- org.cryptacular:cryptacular:jar:1.1.4:compile +[INFO] | +- org.opensaml:opensaml-soap-impl:jar:3.4.6:compile +[INFO] | +- org.apache.velocity:velocity:jar:1.7:compile +[INFO] | | +- commons-collections:commons-collections:jar:3.2.2:compile +[INFO] | | \- commons-lang:commons-lang:jar:2.4:compile +[INFO] | \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:3.4.6:test +[INFO] | +- joda-time:joda-time:jar:2.9:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:3.1.5:compile +[INFO] +- net.shibboleth.utilities:java-support:jar:7.5.2:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | \- com.google.guava:guava:jar:20.0:compile +[INFO] +- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:7.5.2:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.5.1:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.5.1:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.031 s +[INFO] Finished at: 2021-02-11T08:51:16-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -----------------< org.opensaml:opensaml-security-api >----------------- +[INFO] Building OpenSAML :: Security API 3.4.6 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ opensaml-security-api --- +[INFO] org.opensaml:opensaml-security-api:jar:3.4.6 +[INFO] +- org.opensaml:opensaml-core:jar:3.4.6:compile +[INFO] | +- joda-time:joda-time:jar:2.9:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:3.1.5:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:3.4.6:compile +[INFO] | \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile +[INFO] +- org.apache.santuario:xmlsec:jar:2.0.10:compile +[INFO] | \- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] +- org.cryptacular:cryptacular:jar:1.1.4:compile +[INFO] +- org.bouncycastle:bcprov-jdk15on:jar:1.59:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:3.4.6:test +[INFO] +- org.springframework:spring-beans:jar:4.3.30.RELEASE:test +[INFO] | \- org.springframework:spring-core:jar:4.3.30.RELEASE:test +[INFO] +- org.springframework:spring-test:jar:4.3.30.RELEASE:test +[INFO] +- net.shibboleth.ext:spring-extensions:jar:5.4.2:test +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | +- com.google.guava:guava:jar:20.0:compile +[INFO] | \- org.apache.httpcomponents:httpclient-cache:jar:4.5.13:test +[INFO] +- net.shibboleth.ext:spring-extensions:test-jar:tests:5.4.2:test +[INFO] +- net.shibboleth.utilities:java-support:jar:7.5.2:compile +[INFO] +- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:7.5.2:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.5.1:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.5.1:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.986 s +[INFO] Finished at: 2021-02-11T08:51:18-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ----------------< org.opensaml:opensaml-messaging-impl >---------------- +[INFO] Building OpenSAML :: Messaging Implementations 3.4.6 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ opensaml-messaging-impl --- +[INFO] org.opensaml:opensaml-messaging-impl:jar:3.4.6 +[INFO] +- org.opensaml:opensaml-messaging-api:jar:3.4.6:compile +[INFO] | +- org.opensaml:opensaml-core:jar:3.4.6:compile +[INFO] | +- joda-time:joda-time:jar:2.9:compile +[INFO] | \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:3.4.6:test +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:3.1.5:compile +[INFO] +- org.springframework:spring-core:jar:4.3.30.RELEASE:test +[INFO] +- net.shibboleth.ext:spring-extensions:jar:5.4.2:test +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | +- com.google.guava:guava:jar:20.0:compile +[INFO] | \- org.apache.httpcomponents:httpclient-cache:jar:4.5.13:test +[INFO] +- org.springframework:spring-test:jar:4.3.30.RELEASE:test +[INFO] +- org.springframework:spring-web:jar:4.3.30.RELEASE:test +[INFO] | +- org.springframework:spring-aop:jar:4.3.30.RELEASE:test +[INFO] | +- org.springframework:spring-beans:jar:4.3.30.RELEASE:test +[INFO] | \- org.springframework:spring-context:jar:4.3.30.RELEASE:test +[INFO] | \- org.springframework:spring-expression:jar:4.3.30.RELEASE:test +[INFO] +- net.shibboleth.utilities:java-support:jar:7.5.2:compile +[INFO] +- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:7.5.2:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.5.1:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.5.1:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.940 s +[INFO] Finished at: 2021-02-11T08:51:20-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ------------------< org.opensaml:opensaml-xmlsec-api >------------------ +[INFO] Building OpenSAML :: XML Security API 3.4.6 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ opensaml-xmlsec-api --- +[INFO] org.opensaml:opensaml-xmlsec-api:jar:3.4.6 +[INFO] +- org.opensaml:opensaml-security-api:jar:3.4.6:compile +[INFO] | +- org.opensaml:opensaml-core:jar:3.4.6:compile +[INFO] | +- org.apache.santuario:xmlsec:jar:2.0.10:compile +[INFO] | | \- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | +- org.cryptacular:cryptacular:jar:1.1.4:compile +[INFO] | \- org.bouncycastle:bcprov-jdk15on:jar:1.59:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:3.4.6:compile +[INFO] | +- joda-time:joda-time:jar:2.9:compile +[INFO] | \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:3.4.6:test +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:3.1.5:compile +[INFO] +- org.opensaml:opensaml-security-api:test-jar:tests:3.4.6:test +[INFO] +- net.shibboleth.utilities:java-support:jar:7.5.2:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | \- com.google.guava:guava:jar:20.0:compile +[INFO] +- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:7.5.2:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.5.1:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.5.1:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.155 s +[INFO] Finished at: 2021-02-11T08:51:22-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ------------------< org.opensaml:opensaml-xacml-impl >------------------ +[INFO] Building OpenSAML :: XACML Provider Implementations 3.4.6 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ opensaml-xacml-impl --- +[INFO] org.opensaml:opensaml-xacml-impl:jar:3.4.6 +[INFO] +- org.opensaml:opensaml-xacml-api:jar:3.4.6:compile +[INFO] | \- org.opensaml:opensaml-core:jar:3.4.6:compile +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:3.4.6:test +[INFO] | +- joda-time:joda-time:jar:2.9:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:3.1.5:compile +[INFO] +- org.opensaml:opensaml-saml-impl:jar:3.4.6:test +[INFO] | +- org.opensaml:opensaml-profile-api:jar:3.4.6:test +[INFO] | | \- org.opensaml:opensaml-messaging-api:jar:3.4.6:test +[INFO] | +- org.opensaml:opensaml-saml-api:jar:3.4.6:test +[INFO] | | +- org.opensaml:opensaml-xmlsec-api:jar:3.4.6:test +[INFO] | | \- org.opensaml:opensaml-soap-api:jar:3.4.6:test +[INFO] | +- org.opensaml:opensaml-storage-api:jar:3.4.6:test +[INFO] | +- org.opensaml:opensaml-security-impl:jar:3.4.6:test +[INFO] | | \- org.opensaml:opensaml-security-api:jar:3.4.6:test +[INFO] | | \- org.bouncycastle:bcprov-jdk15on:jar:1.59:test +[INFO] | +- org.opensaml:opensaml-xmlsec-impl:jar:3.4.6:test +[INFO] | | +- org.apache.santuario:xmlsec:jar:2.0.10:test +[INFO] | | | \- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:test +[INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:test +[INFO] | | \- org.cryptacular:cryptacular:jar:1.1.4:test +[INFO] | +- org.opensaml:opensaml-soap-impl:jar:3.4.6:test +[INFO] | +- org.apache.velocity:velocity:jar:1.7:test +[INFO] | | +- commons-collections:commons-collections:jar:3.2.2:test +[INFO] | | \- commons-lang:commons-lang:jar:2.4:test +[INFO] | \- org.apache.httpcomponents:httpclient:jar:4.5.13:test +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.14:test +[INFO] +- org.opensaml:opensaml-saml-impl:test-jar:tests:3.4.6:test +[INFO] +- net.shibboleth.utilities:java-support:jar:7.5.2:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | \- com.google.guava:guava:jar:20.0:compile +[INFO] +- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:7.5.2:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.5.1:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.5.1:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.125 s +[INFO] Finished at: 2021-02-11T08:51:24-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ------------------< org.opensaml:opensaml-saml-impl >------------------- +[INFO] Building OpenSAML :: SAML Provider Implementations 3.4.6 +[INFO] --------------------------------[ jar ]--------------------------------- +Downloading from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.pom +Progress (1): 2.7/8.3 kB Progress (1): 5.5/8.3 kB Progress (1): 8.2/8.3 kB Progress (1): 8.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.pom (8.3 kB at 33 kB/s) +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ opensaml-saml-impl --- +Downloading from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar +Progress (1): 2.7/396 kB Progress (1): 5.5/396 kB Progress (1): 8.2/396 kB Progress (1): 11/396 kB Progress (1): 14/396 kB Progress (1): 16/396 kB Progress (1): 19/396 kB Progress (1): 22/396 kB Progress (1): 25/396 kB Progress (1): 27/396 kB Progress (1): 30/396 kB Progress (1): 33/396 kB Progress (1): 36/396 kB Progress (1): 38/396 kB Progress (1): 41/396 kB Progress (1): 44/396 kB Progress (1): 47/396 kB Progress (1): 49/396 kB Progress (1): 52/396 kB Progress (1): 55/396 kB Progress (1): 58/396 kB Progress (1): 60/396 kB Progress (1): 63/396 kB Progress (1): 66/396 kB Progress (1): 69/396 kB Progress (1): 71/396 kB Progress (1): 74/396 kB Progress (1): 77/396 kB Progress (1): 80/396 kB Progress (1): 82/396 kB Progress (1): 85/396 kB Progress (1): 88/396 kB Progress (1): 90/396 kB Progress (1): 93/396 kB Progress (1): 96/396 kB Progress (1): 99/396 kB Progress (1): 101/396 kB Progress (1): 104/396 kB Progress (1): 107/396 kB Progress (1): 110/396 kB Progress (1): 112/396 kB Progress (1): 115/396 kB Progress (1): 118/396 kB Progress (1): 121/396 kB Progress (1): 123/396 kB Progress (1): 126/396 kB Progress (1): 129/396 kB Progress (1): 132/396 kB Progress (1): 134/396 kB Progress (1): 137/396 kB Progress (1): 140/396 kB Progress (1): 143/396 kB Progress (1): 145/396 kB Progress (1): 148/396 kB Progress (1): 151/396 kB Progress (1): 154/396 kB Progress (1): 156/396 kB Progress (1): 159/396 kB Progress (1): 162/396 kB Progress (1): 165/396 kB Progress (1): 167/396 kB Progress (1): 170/396 kB Progress (1): 173/396 kB Progress (1): 175/396 kB Progress (1): 178/396 kB Progress (1): 181/396 kB Progress (1): 184/396 kB Progress (1): 186/396 kB Progress (1): 189/396 kB Progress (1): 192/396 kB Progress (1): 195/396 kB Progress (1): 197/396 kB Progress (1): 200/396 kB Progress (1): 203/396 kB Progress (1): 206/396 kB Progress (1): 208/396 kB Progress (1): 211/396 kB Progress (1): 214/396 kB Progress (1): 217/396 kB Progress (1): 219/396 kB Progress (1): 223/396 kB Progress (1): 227/396 kB Progress (1): 231/396 kB Progress (1): 235/396 kB Progress (1): 239/396 kB Progress (1): 243/396 kB Progress (1): 247/396 kB Progress (1): 251/396 kB Progress (1): 256/396 kB Progress (1): 260/396 kB Progress (1): 264/396 kB Progress (1): 268/396 kB Progress (1): 272/396 kB Progress (1): 276/396 kB Progress (1): 280/396 kB Progress (1): 284/396 kB Progress (1): 288/396 kB Progress (1): 292/396 kB Progress (1): 297/396 kB Progress (1): 301/396 kB Progress (1): 305/396 kB Progress (1): 309/396 kB Progress (1): 313/396 kB Progress (1): 317/396 kB Progress (1): 321/396 kB Progress (1): 325/396 kB Progress (1): 329/396 kB Progress (1): 333/396 kB Progress (1): 338/396 kB Progress (1): 342/396 kB Progress (1): 346/396 kB Progress (1): 350/396 kB Progress (1): 354/396 kB Progress (1): 358/396 kB Progress (1): 362/396 kB Progress (1): 366/396 kB Progress (1): 370/396 kB Progress (1): 374/396 kB Progress (1): 378/396 kB Progress (1): 383/396 kB Progress (1): 387/396 kB Progress (1): 391/396 kB Progress (1): 395/396 kB Progress (1): 396 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar (396 kB at 4.0 MB/s) +[INFO] org.opensaml:opensaml-saml-impl:jar:3.4.6 +[INFO] +- org.opensaml:opensaml-profile-api:jar:3.4.6:compile +[INFO] | +- org.opensaml:opensaml-core:jar:3.4.6:compile +[INFO] | \- org.opensaml:opensaml-messaging-api:jar:3.4.6:compile +[INFO] +- org.opensaml:opensaml-saml-api:jar:3.4.6:compile +[INFO] | +- org.opensaml:opensaml-xmlsec-api:jar:3.4.6:compile +[INFO] | \- org.opensaml:opensaml-soap-api:jar:3.4.6:compile +[INFO] +- org.opensaml:opensaml-storage-api:jar:3.4.6:compile +[INFO] | \- joda-time:joda-time:jar:2.9:compile +[INFO] +- org.opensaml:opensaml-security-impl:jar:3.4.6:compile +[INFO] | \- org.opensaml:opensaml-security-api:jar:3.4.6:compile +[INFO] +- org.opensaml:opensaml-xmlsec-impl:jar:3.4.6:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | +- com.google.guava:guava:jar:20.0:compile +[INFO] | +- org.apache.santuario:xmlsec:jar:2.0.10:compile +[INFO] | | \- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | \- org.cryptacular:cryptacular:jar:1.1.4:compile +[INFO] +- org.opensaml:opensaml-soap-impl:jar:3.4.6:compile +[INFO] +- org.apache.velocity:velocity:jar:1.7:compile +[INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile +[INFO] | \- commons-lang:commons-lang:jar:2.4:compile +[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.0.1:provided +[INFO] +- org.springframework:spring-test:jar:4.3.30.RELEASE:test +[INFO] +- org.springframework:spring-web:jar:4.3.30.RELEASE:test +[INFO] | +- org.springframework:spring-aop:jar:4.3.30.RELEASE:test +[INFO] | +- org.springframework:spring-beans:jar:4.3.30.RELEASE:test +[INFO] | \- org.springframework:spring-context:jar:4.3.30.RELEASE:test +[INFO] | \- org.springframework:spring-expression:jar:4.3.30.RELEASE:test +[INFO] +- org.springframework:spring-core:jar:4.3.30.RELEASE:test +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:3.4.6:test +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:3.1.5:compile +[INFO] +- org.opensaml:opensaml-storage-impl:jar:3.4.6:test +[INFO] | +- org.ldaptive:ldaptive:jar:1.0.13:test +[INFO] | +- javax.json:javax.json-api:jar:1.0:test +[INFO] | +- org.hibernate:hibernate-entitymanager:jar:4.3.5.Final:test +[INFO] | | +- org.jboss.logging:jboss-logging:jar:3.1.3.GA:test +[INFO] | | +- org.jboss.logging:jboss-logging-annotations:jar:1.2.0.Beta1:test +[INFO] | | +- org.hibernate:hibernate-core:jar:4.3.5.Final:test +[INFO] | | | +- antlr:antlr:jar:2.7.7:test +[INFO] | | | \- org.jboss:jandex:jar:1.1.0.Final:test +[INFO] | | +- dom4j:dom4j:jar:1.6.1:test +[INFO] | | +- org.hibernate.common:hibernate-commons-annotations:jar:4.0.4.Final:test +[INFO] | | +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final:test +[INFO] | | \- org.javassist:javassist:jar:3.18.1-GA:test +[INFO] | +- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:test +[INFO] | +- net.spy:spymemcached:jar:2.12.3:test +[INFO] | +- org.glassfish:javax.json:jar:1.0.4:runtime +[INFO] | \- org.springframework:spring-orm:jar:4.3.30.RELEASE:test +[INFO] | +- org.springframework:spring-jdbc:jar:4.3.30.RELEASE:test +[INFO] | \- org.springframework:spring-tx:jar:4.3.30.RELEASE:test +[INFO] +- org.opensaml:opensaml-storage-impl:test-jar:tests:3.4.6:test +[INFO] +- org.opensaml:opensaml-xmlsec-impl:test-jar:tests:3.4.6:test +[INFO] +- org.opensaml:opensaml-messaging-api:test-jar:tests:3.4.6:test +[INFO] +- org.opensaml:opensaml-profile-api:test-jar:tests:3.4.6:test +[INFO] +- org.opensaml:opensaml-saml-api:test-jar:tests:3.4.6:test +[INFO] +- org.opensaml:opensaml-security-api:test-jar:tests:3.4.6:test +[INFO] | \- org.bouncycastle:bcprov-jdk15on:jar:1.59:compile +[INFO] +- net.shibboleth.ext:spring-extensions:jar:5.4.2:test +[INFO] | \- org.apache.httpcomponents:httpclient-cache:jar:4.5.13:test +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:7.5.2:test +[INFO] +- org.jsoup:jsoup:jar:1.11.3:test +[INFO] +- net.shibboleth.utilities:java-support:jar:7.5.2:compile +[INFO] +- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.5.1:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.5.1:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.578 s +[INFO] Finished at: 2021-02-11T08:51:27-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -----------------< org.opensaml:opensaml-xmlsec-impl >------------------ +[INFO] Building OpenSAML :: XML Security Implementation 3.4.6 +[INFO] --------------------------------[ jar ]--------------------------------- +Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom +Progress (1): 2.7/20 kB Progress (1): 5.5/20 kB Progress (1): 8.2/20 kB Progress (1): 11/20 kB Progress (1): 14/20 kB Progress (1): 16/20 kB Progress (1): 19/20 kB Progress (1): 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom (20 kB at 79 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom +Progress (1): 2.7/8.1 kB Progress (1): 5.5/8.1 kB Progress (1): 8.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom (8.1 kB at 208 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom +Progress (1): 2.7/8.9 kB Progress (1): 5.5/8.9 kB Progress (1): 8.2/8.9 kB Progress (1): 8.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 246 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom +Progress (1): 2.7/4.9 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom (4.9 kB at 154 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.0/all-1.2.0.pom +Progress (1): 2.7/18 kB Progress (1): 5.5/18 kB Progress (1): 8.2/18 kB Progress (1): 11/18 kB Progress (1): 14/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.0/all-1.2.0.pom (18 kB at 561 kB/s) +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ opensaml-xmlsec-impl --- +Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar +Downloading from central: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar +Progress (1): 2.7/128 kB Progress (1): 5.5/128 kB Progress (1): 8.2/128 kB Progress (1): 11/128 kB Progress (1): 14/128 kB Progress (1): 16/128 kB Progress (1): 19/128 kB Progress (1): 22/128 kB Progress (1): 25/128 kB Progress (1): 27/128 kB Progress (1): 30/128 kB Progress (1): 33/128 kB Progress (1): 36/128 kB Progress (1): 38/128 kB Progress (1): 41/128 kB Progress (1): 44/128 kB Progress (1): 47/128 kB Progress (1): 49/128 kB Progress (1): 52/128 kB Progress (1): 55/128 kB Progress (1): 58/128 kB Progress (1): 60/128 kB Progress (1): 63/128 kB Progress (1): 66/128 kB Progress (1): 69/128 kB Progress (1): 71/128 kB Progress (1): 74/128 kB Progress (1): 77/128 kB Progress (1): 80/128 kB Progress (1): 82/128 kB Progress (1): 85/128 kB Progress (1): 88/128 kB Progress (1): 90/128 kB Progress (1): 93/128 kB Progress (1): 96/128 kB Progress (1): 99/128 kB Progress (1): 101/128 kB Progress (1): 104/128 kB Progress (1): 107/128 kB Progress (1): 110/128 kB Progress (1): 112/128 kB Progress (1): 115/128 kB Progress (1): 118/128 kB Progress (1): 121/128 kB Progress (1): 123/128 kB Progress (1): 126/128 kB Progress (1): 128 kB Progress (2): 128 kB | 2.7/57 kB Progress (2): 128 kB | 5.5/57 kB Progress (2): 128 kB | 8.2/57 kB Progress (2): 128 kB | 11/57 kB Progress (2): 128 kB | 14/57 kB Progress (2): 128 kB | 16/57 kB Progress (2): 128 kB | 19/57 kB Progress (2): 128 kB | 22/57 kB Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar (128 kB at 2.2 MB/s) +Progress (1): 25/57 kB Progress (1): 27/57 kB Progress (1): 30/57 kB Progress (1): 33/57 kB Progress (1): 36/57 kB Progress (1): 38/57 kB Progress (1): 41/57 kB Progress (1): 44/57 kB Progress (1): 47/57 kB Progress (1): 49/57 kB Progress (1): 52/57 kB Progress (1): 55/57 kB Progress (1): 57 kB Downloaded from central: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar (57 kB at 746 kB/s) +[INFO] org.opensaml:opensaml-xmlsec-impl:jar:3.4.6 +[INFO] +- org.opensaml:opensaml-core:jar:3.4.6:compile +[INFO] | +- joda-time:joda-time:jar:2.9:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:3.1.5:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:3.4.6:compile +[INFO] | \- org.apache.httpcomponents:httpclient:jar:4.5.13:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile +[INFO] +- org.opensaml:opensaml-security-api:jar:3.4.6:compile +[INFO] | \- org.bouncycastle:bcprov-jdk15on:jar:1.59:compile +[INFO] +- org.opensaml:opensaml-xmlsec-api:jar:3.4.6:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:20.0:compile +[INFO] +- org.apache.santuario:xmlsec:jar:2.0.10:compile +[INFO] | \- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] +- org.cryptacular:cryptacular:jar:1.1.4:compile +[INFO] +- org.opensaml:opensaml-security-impl:jar:3.4.6:compile +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:3.4.6:test +[INFO] +- org.opensaml:opensaml-security-api:test-jar:tests:3.4.6:test +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:7.5.2:test +[INFO] +- javax.xml.bind:jaxb-api:jar:2.3.1:test +[INFO] | \- javax.activation:javax.activation-api:jar:1.2.0:test +[INFO] +- net.shibboleth.utilities:java-support:jar:7.5.2:compile +[INFO] +- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.5.1:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.5.1:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.672 s +[INFO] Finished at: 2021-02-11T08:51:30-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ---------------------< org.opensaml:opensaml-core >--------------------- +[INFO] Building OpenSAML :: Core 3.4.6 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ opensaml-core --- +[INFO] org.opensaml:opensaml-core:jar:3.4.6 +[INFO] +- joda-time:joda-time:jar:2.9:compile +[INFO] +- io.dropwizard.metrics:metrics-core:jar:3.1.5:compile +[INFO] +- net.shibboleth.utilities:java-support:jar:7.5.2:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | \- com.google.guava:guava:jar:20.0:compile +[INFO] +- commons-codec:commons-codec:jar:1.10:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:7.5.2:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.5.1:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.5.1:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:6.9.9:test +[INFO] | +- com.beust:jcommander:jar:1.48:test +[INFO] | +- org.apache.ant:ant:jar:1.7.0:test +[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:test +[INFO] | +- org.yaml:snakeyaml:jar:1.15:test +[INFO] | \- org.beanshell:bsh:jar:2.0b4:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.955 s +[INFO] Finished at: 2021-02-11T08:51:32-05:00 +[INFO] ------------------------------------------------------------------------ diff --git a/opensaml-3.3.0/central/removeRepos.xsl b/opensaml-3.4.6/central/removeRepos.xsl similarity index 100% rename from opensaml-3.3.0/central/removeRepos.xsl rename to opensaml-3.4.6/central/removeRepos.xsl diff --git a/opensaml-3.3.0/pom.xml b/opensaml-3.4.6/pom.xml similarity index 92% rename from opensaml-3.3.0/pom.xml rename to opensaml-3.4.6/pom.xml index ae2283725a..85e7d3e65d 100644 --- a/opensaml-3.3.0/pom.xml +++ b/opensaml-3.4.6/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.opensaml - 3.3.0_3-SNAPSHOT + 3.4.6_4-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -39,13 +39,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD + HEAD org.opensaml opensaml - 3.3.0 + 3.4.6 + 3.4.6.1 org.opensaml*;version="${pkgVersion}";-split-package:=merge-first, net.shibboleth.utilities*;version="${pkgVersion}";-split-package:=merge-first @@ -59,8 +60,9 @@ org.cryptacular*;resolution:=optional, org.apache.http*;resolution:=optional, com.beust.jcommander*;resolution:=optional, - javax.annotation;version="[1,4)", - com.google.common*;version="[19.0,21.0)", + javax.annotation;version="[3,4)";resolution:=optional, + com.google.common*;version="0.0.0", + com.codahale.metrics;version="[3.1,5)", * @@ -167,6 +169,9 @@ + + + true true diff --git a/opensaml-3.3.0/src/main/resources/OSGI-INF/bundle.info b/opensaml-3.4.6/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from opensaml-3.3.0/src/main/resources/OSGI-INF/bundle.info rename to opensaml-3.4.6/src/main/resources/OSGI-INF/bundle.info diff --git a/opensaml-4.0.1/central/OpenSAMLStartStaging.xml b/opensaml-4.0.1/central/OpenSAMLStartStaging.xml new file mode 100644 index 0000000000..efbc85bbd4 --- /dev/null +++ b/opensaml-4.0.1/central/OpenSAMLStartStaging.xml @@ -0,0 +1,5 @@ + + + Start Staging OpenSAML + + diff --git a/opensaml-4.0.1/central/PrepareOpenSAML.sh b/opensaml-4.0.1/central/PrepareOpenSAML.sh new file mode 100644 index 0000000000..f10a63e7e9 --- /dev/null +++ b/opensaml-4.0.1/central/PrepareOpenSAML.sh @@ -0,0 +1,104 @@ +#!/bin/sh + + +PARENT_VER=11.0.1 +OPENSAML_VER=4.0.1 +JAVASUPPORT_VER=8.0.0 +SPRINGEXT_VER=6.0.0 + + +download() +{ +BASEURL=https://build.shibboleth.net/nexus/content/repositories/releases +COMPONENTS="opensaml-bom + opensaml-core + opensaml-messaging-api + opensaml-messaging-impl + opensaml-parent + opensaml-profile-api + opensaml-profile-impl + opensaml-saml-api + opensaml-saml-impl + opensaml-security-api + opensaml-security-impl + opensaml-soap-api + opensaml-soap-impl + opensaml-storage-api + opensaml-storage-impl + opensaml-xacml-api + opensaml-xacml-impl + opensaml-xacml-saml-api + opensaml-xacml-saml-impl + opensaml-xmlsec-api + opensaml-xmlsec-impl +" + + +for component in $COMPONENTS +do + wget -e robots=off --no-check-certificate -np -r -nH "$BASEURL/org/opensaml/$component/$OPENSAML_VER/" +done +wget -e robots=off --no-check-certificate -np -r -nH "$BASEURL/net/shibboleth/parent/$PARENT_VER/" +wget -e robots=off --no-check-certificate -np -r -nH "$BASEURL/net/shibboleth/utilities/java-support/$JAVASUPPORT_VER/" +wget -e robots=off --no-check-certificate -np -r -nH "$BASEURL/net/shibboleth/ext/spring-extensions/$SPRINGEXT_VER/" + +find . -name "index.html" | xargs rm +find . -name "*.asc.md5" | xargs rm +find . -name "*.asc.sha*" | xargs rm +} + +# remove the repository entries +removeRepositories() +{ +POMS=" + nexus/content/repositories/releases/org/opensaml/opensaml-parent/$OPENSAML_VER/opensaml-parent-$OPENSAML_VER.pom + nexus/content/repositories/releases/net/shibboleth/parent/$PARENT_VER/parent-$PARENT_VER.pom + nexus/content/repositories/releases/net/shibboleth//ext/spring-extensions/$SPRINGEXT_VER/spring-extensions-$SPRINGEXT_VER.pom + nexus/content/repositories/releases/net/shibboleth/utilities/java-support/$JAVASUPPORT_VER/java-support-$JAVASUPPORT_VER.pom" + +for pom in $POMS +do +xsltproc -o $pom removeRepos.xsl $pom +rm $pom.asc* +rm $pom.sha1 +rm $pom.md5 +rm $pom.sha256 +rm $pom.sha512 + +md5 -q < $pom > $pom.md5 +shasum $pom | colrm 42 > $pom.sha1 + +gpg --detach-sign -a $pom +done + +} + + +#test +testPoms() +{ +cp -a nexus/content/repositories/releases/* ~/.m2/repository/ +find . -name "*.pom" -exec mvn -N -f {} dependency:tree \; | tee output_deps.txt | grep BUILD +} + + +download +removeRepositories +testPoms + +echo "Check up and look for failures" +read -p "Press any key to continue... " -n1 -s +echo "Use the commented out commands in the script to do the rest" + + +USERNAMEPASSWORD=dkulp:XXXXXXXXXX + +#Open a staging repo +#curl -X POST -d @OpenSAMLStartStaging.xml -u $USERNAMEPASSWORD -H "Content-Type:application/xml" -v https://oss.sonatype.org/service/local/staging/profiles/49d3626a5c71/start + +#In the XML returned from above is the repo id that is needed +#REPO_ID=orgopensaml-1025 +#cd nexus/content/repositories/releases/ +# Upload all the artifacts to that repo +#find . -type f -exec curl --http1.1 -v -u $USERNAMEPASSWORD --upload-file {} https://oss.sonatype.org/service/local/staging/deployByRepositoryId/$REPO_ID/{} \; +# Login to oss and close the repo diff --git a/opensaml-4.0.1/central/README.txt b/opensaml-4.0.1/central/README.txt new file mode 100644 index 0000000000..47035e2343 --- /dev/null +++ b/opensaml-4.0.1/central/README.txt @@ -0,0 +1 @@ +These are scripts that can be used to help sync the OpenSAML stuff from the Shibboleth repo to central. They download the artifacts, strip the repositories entries out, double check that the dependencies can be found, then prepares things for staging. diff --git a/opensaml-4.0.1/central/output_deps.txt b/opensaml-4.0.1/central/output_deps.txt new file mode 100644 index 0000000000..21b00e9d0e --- /dev/null +++ b/opensaml-4.0.1/central/output_deps.txt @@ -0,0 +1,2733 @@ +[INFO] Scanning for projects... +[INFO] +[INFO] ----------------< net.shibboleth.ext:spring-extensions >---------------- +[INFO] Building Spring Framework Extension 6.0.0 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ spring-extensions --- +[INFO] net.shibboleth.ext:spring-extensions:jar:6.0.0 +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] | \- commons-codec:commons-codec:jar:1.14:compile +[INFO] +- org.apache.httpcomponents:httpclient-cache:jar:4.5.12:compile +[INFO] +- org.cryptacular:cryptacular:jar:1.2.4:compile (optional) +[INFO] +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile (optional) +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile (optional) +[INFO] +- org.springframework:spring-context:jar:5.2.4.RELEASE:compile (optional) +[INFO] | +- org.springframework:spring-aop:jar:5.2.4.RELEASE:compile (optional) +[INFO] | \- org.springframework:spring-expression:jar:5.2.4.RELEASE:compile (optional) +[INFO] +- org.springframework:spring-core:jar:5.2.4.RELEASE:compile (optional) +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile (optional) +[INFO] +- org.springframework:spring-beans:jar:5.2.4.RELEASE:compile (optional) +[INFO] +- org.springframework:spring-webmvc:jar:5.2.4.RELEASE:compile (optional) +[INFO] | \- org.springframework:spring-web:jar:5.2.4.RELEASE:compile (optional) +[INFO] +- org.apache.velocity:velocity-engine-core:jar:2.2:compile (optional) +[INFO] | \- org.apache.commons:commons-lang3:jar:3.9:compile (optional) +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided (optional) +[INFO] +- org.springframework:spring-test:jar:5.2.4.RELEASE:test +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.868 s +[INFO] Finished at: 2021-02-11T09:56:16-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ---------------< net.shibboleth.utilities:java-support >---------------- +[INFO] Building java-support 8.0.0 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ java-support --- +[INFO] net.shibboleth.utilities:java-support:jar:8.0.0 +[INFO] +- commons-codec:commons-codec:jar:1.14:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:compile (optional) +[INFO] +- ch.qos.logback:logback-core:jar:1.2.3:compile (optional) +[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile (optional) +[INFO] +- org.apache.httpcomponents:httpclient-cache:jar:4.5.12:compile (optional) +[INFO] +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile (optional) +[INFO] +- com.beust:jcommander:jar:1.78:compile (optional) +[INFO] +- org.apache.velocity:velocity-engine-core:jar:2.2:compile (optional) +[INFO] | \- org.apache.commons:commons-lang3:jar:3.9:compile (optional) +[INFO] +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile (optional) +[INFO] +- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile (optional) +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.springframework:spring-core:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:test +[INFO] +- org.springframework:spring-test:jar:5.2.4.RELEASE:test +[INFO] +- org.springframework:spring-web:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-beans:jar:5.2.4.RELEASE:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.791 s +[INFO] Finished at: 2021-02-11T09:56:18-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -----------------------< net.shibboleth:parent >------------------------ +[INFO] Building Shibboleth Project Java 11 Super POM 11.0.0 +[INFO] --------------------------------[ pom ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ parent --- +[INFO] net.shibboleth:parent:pom:11.0.0 +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | +- aopalliance:aopalliance:jar:1.0:test +[INFO] | | \- com.google.guava:guava:jar:28.2-jre:test +[INFO] | | +- com.google.guava:failureaccess:jar:1.0.1:test +[INFO] | | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:test +[INFO] | | +- com.google.code.findbugs:jsr305:jar:3.0.2:test +[INFO] | | +- org.checkerframework:checker-qual:jar:2.10.0:test +[INFO] | | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:test +[INFO] | | \- com.google.j2objc:j2objc-annotations:jar:1.3:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.829 s +[INFO] Finished at: 2021-02-11T09:56:20-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -----------------------< net.shibboleth:parent >------------------------ +[INFO] Building Shibboleth Project Java 11 Super POM 11.0.1 +[INFO] --------------------------------[ pom ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ parent --- +[INFO] net.shibboleth:parent:pom:11.0.1 +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | +- aopalliance:aopalliance:jar:1.0:test +[INFO] | | \- com.google.guava:guava:jar:28.2-jre:test +[INFO] | | +- com.google.guava:failureaccess:jar:1.0.1:test +[INFO] | | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:test +[INFO] | | +- com.google.code.findbugs:jsr305:jar:3.0.2:test +[INFO] | | +- org.checkerframework:checker-qual:jar:2.10.0:test +[INFO] | | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:test +[INFO] | | \- com.google.j2objc:j2objc-annotations:jar:1.3:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.775 s +[INFO] Finished at: 2021-02-11T09:56:21-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] --------------------< org.opensaml:opensaml-parent >-------------------- +[INFO] Building OpenSAML 4.0.1 +[INFO] --------------------------------[ pom ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-parent --- +Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-matchers/2.6.3/xmlunit-matchers-2.6.3.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar +Progress (1): 2.7/45 kB Progress (2): 2.7/45 kB | 2.7/20 kB Progress (2): 5.5/45 kB | 2.7/20 kB Progress (2): 5.5/45 kB | 5.5/20 kB Progress (2): 8.2/45 kB | 5.5/20 kB Progress (2): 8.2/45 kB | 8.2/20 kB Progress (2): 11/45 kB | 8.2/20 kB Progress (2): 11/45 kB | 11/20 kB Progress (2): 14/45 kB | 11/20 kB Progress (2): 14/45 kB | 14/20 kB Progress (2): 16/45 kB | 14/20 kB Progress (2): 16/45 kB | 16/20 kB Progress (2): 19/45 kB | 16/20 kB Progress (2): 19/45 kB | 19/20 kB Progress (2): 22/45 kB | 19/20 kB Progress (2): 22/45 kB | 20 kB Progress (2): 25/45 kB | 20 kB Progress (2): 27/45 kB | 20 kB Progress (2): 30/45 kB | 20 kB Progress (2): 33/45 kB | 20 kB Progress (2): 36/45 kB | 20 kB Progress (2): 38/45 kB | 20 kB Progress (2): 41/45 kB | 20 kB Progress (2): 44/45 kB | 20 kB Progress (2): 45 kB | 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-matchers/2.6.3/xmlunit-matchers-2.6.3.jar (20 kB at 67 kB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 147 kB/s) +[INFO] org.opensaml:opensaml-parent:pom:4.0.1 +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | \- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] +- org.xmlunit:xmlunit-matchers:jar:2.6.3:test +[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.243 s +[INFO] Finished at: 2021-02-11T09:56:23-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] --------------------< org.opensaml:opensaml-parent >-------------------- +[INFO] Building OpenSAML 4.0.0 +[INFO] --------------------------------[ pom ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-parent --- +[INFO] org.opensaml:opensaml-parent:pom:4.0.0 +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | \- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.743 s +[INFO] Finished at: 2021-02-11T09:56:25-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -----------------< org.opensaml:opensaml-profile-impl >----------------- +[INFO] Building OpenSAML :: Profile Implementations 4.0.1 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-profile-impl --- +Downloading from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-core/4.1.4/metrics-core-4.1.4.jar +Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.jar +Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/apache/santuario/xmlsec/2.1.4/xmlsec-2.1.4.jar +Progress (1): 2.7/162 kB Progress (2): 2.7/162 kB | 0/1.1 MB Progress (3): 2.7/162 kB | 0/1.1 MB | 2.7/513 kB Progress (4): 2.7/162 kB | 0/1.1 MB | 2.7/513 kB | 2.7/105 kB Progress (5): 2.7/162 kB | 0/1.1 MB | 2.7/513 kB | 2.7/105 kB | 2.7/115 kB Progress (5): 2.7/162 kB | 0/1.1 MB | 2.7/513 kB | 2.7/105 kB | 2.7/115 kB Progress (5): 5.5/162 kB | 0/1.1 MB | 2.7/513 kB | 2.7/105 kB | 2.7/115 kB Progress (5): 5.5/162 kB | 0/1.1 MB | 2.7/513 kB | 2.7/105 kB | 5.5/115 kB Progress (5): 5.5/162 kB | 0/1.1 MB | 2.7/513 kB | 5.5/105 kB | 5.5/115 kB Progress (5): 5.5/162 kB | 0/1.1 MB | 5.5/513 kB | 5.5/105 kB | 5.5/115 kB Progress (5): 5.5/162 kB | 0/1.1 MB | 5.5/513 kB | 8.2/105 kB | 5.5/115 kB Progress (5): 5.5/162 kB | 0/1.1 MB | 5.5/513 kB | 8.2/105 kB | 8.2/115 kB Progress (5): 8.2/162 kB | 0/1.1 MB | 5.5/513 kB | 8.2/105 kB | 8.2/115 kB Progress (5): 8.2/162 kB | 0/1.1 MB | 5.5/513 kB | 8.2/105 kB | 8.2/115 kB Progress (5): 11/162 kB | 0/1.1 MB | 5.5/513 kB | 8.2/105 kB | 8.2/115 kB Progress (5): 11/162 kB | 0/1.1 MB | 5.5/513 kB | 8.2/105 kB | 11/115 kB Progress (5): 11/162 kB | 0/1.1 MB | 5.5/513 kB | 11/105 kB | 11/115 kB Progress (5): 11/162 kB | 0/1.1 MB | 8.2/513 kB | 11/105 kB | 11/115 kB Progress (5): 11/162 kB | 0/1.1 MB | 8.2/513 kB | 14/105 kB | 11/115 kB Progress (5): 11/162 kB | 0/1.1 MB | 8.2/513 kB | 14/105 kB | 14/115 kB Progress (5): 14/162 kB | 0/1.1 MB | 8.2/513 kB | 14/105 kB | 14/115 kB Progress (5): 14/162 kB | 0/1.1 MB | 8.2/513 kB | 14/105 kB | 14/115 kB Progress (5): 16/162 kB | 0/1.1 MB | 8.2/513 kB | 14/105 kB | 14/115 kB Progress (5): 16/162 kB | 0/1.1 MB | 8.2/513 kB | 14/105 kB | 16/115 kB Progress (5): 16/162 kB | 0/1.1 MB | 8.2/513 kB | 16/105 kB | 16/115 kB Progress (5): 16/162 kB | 0/1.1 MB | 11/513 kB | 16/105 kB | 16/115 kB Progress (5): 16/162 kB | 0/1.1 MB | 11/513 kB | 19/105 kB | 16/115 kB Progress (5): 16/162 kB | 0/1.1 MB | 11/513 kB | 19/105 kB | 19/115 kB Progress (5): 19/162 kB | 0/1.1 MB | 11/513 kB | 19/105 kB | 19/115 kB Progress (5): 19/162 kB | 0/1.1 MB | 11/513 kB | 19/105 kB | 19/115 kB Progress (5): 22/162 kB | 0/1.1 MB | 11/513 kB | 19/105 kB | 19/115 kB Progress (5): 22/162 kB | 0/1.1 MB | 11/513 kB | 19/105 kB | 22/115 kB Progress (5): 22/162 kB | 0/1.1 MB | 11/513 kB | 22/105 kB | 22/115 kB Progress (5): 22/162 kB | 0/1.1 MB | 14/513 kB | 22/105 kB | 22/115 kB Progress (5): 22/162 kB | 0/1.1 MB | 14/513 kB | 25/105 kB | 22/115 kB Progress (5): 22/162 kB | 0/1.1 MB | 14/513 kB | 25/105 kB | 25/115 kB Progress (5): 25/162 kB | 0/1.1 MB | 14/513 kB | 25/105 kB | 25/115 kB Progress (5): 25/162 kB | 0/1.1 MB | 14/513 kB | 25/105 kB | 25/115 kB Progress (5): 27/162 kB | 0/1.1 MB | 14/513 kB | 25/105 kB | 25/115 kB Progress (5): 27/162 kB | 0/1.1 MB | 14/513 kB | 25/105 kB | 27/115 kB Progress (5): 27/162 kB | 0/1.1 MB | 14/513 kB | 27/105 kB | 27/115 kB Progress (5): 27/162 kB | 0/1.1 MB | 16/513 kB | 27/105 kB | 27/115 kB Progress (5): 27/162 kB | 0/1.1 MB | 16/513 kB | 30/105 kB | 27/115 kB Progress (5): 27/162 kB | 0/1.1 MB | 19/513 kB | 30/105 kB | 27/115 kB Progress (5): 27/162 kB | 0/1.1 MB | 19/513 kB | 30/105 kB | 30/115 kB Progress (5): 30/162 kB | 0/1.1 MB | 19/513 kB | 30/105 kB | 30/115 kB Progress (5): 30/162 kB | 0/1.1 MB | 19/513 kB | 30/105 kB | 33/115 kB Progress (5): 30/162 kB | 0/1.1 MB | 19/513 kB | 30/105 kB | 33/115 kB Progress (5): 33/162 kB | 0/1.1 MB | 19/513 kB | 30/105 kB | 33/115 kB Progress (5): 33/162 kB | 0/1.1 MB | 22/513 kB | 30/105 kB | 33/115 kB Progress (5): 33/162 kB | 0/1.1 MB | 22/513 kB | 33/105 kB | 33/115 kB Progress (5): 33/162 kB | 0/1.1 MB | 25/513 kB | 33/105 kB | 33/115 kB Progress (5): 36/162 kB | 0/1.1 MB | 25/513 kB | 33/105 kB | 33/115 kB Progress (5): 36/162 kB | 0/1.1 MB | 25/513 kB | 33/105 kB | 33/115 kB Progress (5): 36/162 kB | 0/1.1 MB | 25/513 kB | 33/105 kB | 36/115 kB Progress (5): 38/162 kB | 0/1.1 MB | 25/513 kB | 33/105 kB | 36/115 kB Progress (5): 38/162 kB | 0/1.1 MB | 27/513 kB | 33/105 kB | 36/115 kB Progress (5): 41/162 kB | 0/1.1 MB | 27/513 kB | 33/105 kB | 36/115 kB Progress (5): 41/162 kB | 0/1.1 MB | 27/513 kB | 36/105 kB | 36/115 kB Progress (5): 41/162 kB | 0/1.1 MB | 30/513 kB | 36/105 kB | 36/115 kB Progress (5): 41/162 kB | 0/1.1 MB | 30/513 kB | 36/105 kB | 38/115 kB Progress (5): 41/162 kB | 0/1.1 MB | 30/513 kB | 36/105 kB | 38/115 kB Progress (5): 41/162 kB | 0/1.1 MB | 33/513 kB | 36/105 kB | 38/115 kB Progress (5): 41/162 kB | 0/1.1 MB | 33/513 kB | 38/105 kB | 38/115 kB Progress (5): 44/162 kB | 0/1.1 MB | 33/513 kB | 38/105 kB | 38/115 kB Progress (5): 44/162 kB | 0/1.1 MB | 33/513 kB | 41/105 kB | 38/115 kB Progress (5): 44/162 kB | 0/1.1 MB | 36/513 kB | 41/105 kB | 38/115 kB Progress (5): 44/162 kB | 0/1.1 MB | 36/513 kB | 41/105 kB | 38/115 kB Progress (5): 44/162 kB | 0/1.1 MB | 36/513 kB | 41/105 kB | 41/115 kB Progress (5): 44/162 kB | 0/1.1 MB | 38/513 kB | 41/105 kB | 41/115 kB Progress (5): 44/162 kB | 0/1.1 MB | 38/513 kB | 44/105 kB | 41/115 kB Progress (5): 47/162 kB | 0/1.1 MB | 38/513 kB | 44/105 kB | 41/115 kB Progress (5): 47/162 kB | 0/1.1 MB | 41/513 kB | 44/105 kB | 41/115 kB Progress (5): 47/162 kB | 0/1.1 MB | 41/513 kB | 44/105 kB | 44/115 kB Progress (5): 47/162 kB | 0/1.1 MB | 41/513 kB | 44/105 kB | 44/115 kB Progress (5): 47/162 kB | 0/1.1 MB | 44/513 kB | 44/105 kB | 44/115 kB Progress (5): 49/162 kB | 0/1.1 MB | 44/513 kB | 44/105 kB | 44/115 kB Progress (5): 49/162 kB | 0/1.1 MB | 44/513 kB | 47/105 kB | 44/115 kB Progress (5): 49/162 kB | 0/1.1 MB | 47/513 kB | 47/105 kB | 44/115 kB Progress (5): 49/162 kB | 0/1.1 MB | 47/513 kB | 47/105 kB | 44/115 kB Progress (5): 49/162 kB | 0/1.1 MB | 47/513 kB | 47/105 kB | 47/115 kB Progress (5): 49/162 kB | 0/1.1 MB | 49/513 kB | 47/105 kB | 47/115 kB Progress (5): 49/162 kB | 0/1.1 MB | 49/513 kB | 49/105 kB | 47/115 kB Progress (5): 52/162 kB | 0/1.1 MB | 49/513 kB | 49/105 kB | 47/115 kB Progress (5): 52/162 kB | 0/1.1 MB | 52/513 kB | 49/105 kB | 47/115 kB Progress (5): 52/162 kB | 0.1/1.1 MB | 52/513 kB | 49/105 kB | 47/115 kB Progress (5): 52/162 kB | 0.1/1.1 MB | 52/513 kB | 49/105 kB | 49/115 kB Progress (5): 52/162 kB | 0.1/1.1 MB | 55/513 kB | 49/105 kB | 49/115 kB Progress (5): 55/162 kB | 0.1/1.1 MB | 55/513 kB | 49/105 kB | 49/115 kB Progress (5): 55/162 kB | 0.1/1.1 MB | 55/513 kB | 52/105 kB | 49/115 kB Progress (5): 58/162 kB | 0.1/1.1 MB | 55/513 kB | 52/105 kB | 49/115 kB Progress (5): 58/162 kB | 0.1/1.1 MB | 58/513 kB | 52/105 kB | 49/115 kB Progress (5): 58/162 kB | 0.1/1.1 MB | 58/513 kB | 52/105 kB | 49/115 kB Progress (5): 58/162 kB | 0.1/1.1 MB | 58/513 kB | 52/105 kB | 52/115 kB Progress (5): 58/162 kB | 0.1/1.1 MB | 60/513 kB | 52/105 kB | 52/115 kB Progress (5): 60/162 kB | 0.1/1.1 MB | 60/513 kB | 52/105 kB | 52/115 kB Progress (5): 60/162 kB | 0.1/1.1 MB | 60/513 kB | 55/105 kB | 52/115 kB Progress (5): 60/162 kB | 0.1/1.1 MB | 63/513 kB | 55/105 kB | 52/115 kB Progress (5): 60/162 kB | 0.1/1.1 MB | 63/513 kB | 55/105 kB | 55/115 kB Progress (5): 60/162 kB | 0.1/1.1 MB | 63/513 kB | 55/105 kB | 55/115 kB Progress (5): 60/162 kB | 0.1/1.1 MB | 66/513 kB | 55/105 kB | 55/115 kB Progress (5): 60/162 kB | 0.1/1.1 MB | 66/513 kB | 58/105 kB | 55/115 kB Progress (5): 63/162 kB | 0.1/1.1 MB | 66/513 kB | 58/105 kB | 55/115 kB Progress (5): 63/162 kB | 0.1/1.1 MB | 69/513 kB | 58/105 kB | 55/115 kB Progress (5): 63/162 kB | 0.1/1.1 MB | 69/513 kB | 58/105 kB | 55/115 kB Progress (5): 63/162 kB | 0.1/1.1 MB | 69/513 kB | 58/105 kB | 58/115 kB Progress (5): 63/162 kB | 0.1/1.1 MB | 71/513 kB | 58/105 kB | 58/115 kB Progress (5): 66/162 kB | 0.1/1.1 MB | 71/513 kB | 58/105 kB | 58/115 kB Progress (5): 66/162 kB | 0.1/1.1 MB | 71/513 kB | 60/105 kB | 58/115 kB Progress (5): 66/162 kB | 0.1/1.1 MB | 74/513 kB | 60/105 kB | 58/115 kB Progress (5): 66/162 kB | 0.1/1.1 MB | 74/513 kB | 60/105 kB | 60/115 kB Progress (5): 66/162 kB | 0.1/1.1 MB | 74/513 kB | 60/105 kB | 60/115 kB Progress (5): 66/162 kB | 0.1/1.1 MB | 77/513 kB | 60/105 kB | 60/115 kB Progress (5): 66/162 kB | 0.1/1.1 MB | 77/513 kB | 63/105 kB | 60/115 kB Progress (5): 69/162 kB | 0.1/1.1 MB | 77/513 kB | 63/105 kB | 60/115 kB Progress (5): 69/162 kB | 0.1/1.1 MB | 77/513 kB | 66/105 kB | 60/115 kB Progress (5): 71/162 kB | 0.1/1.1 MB | 77/513 kB | 66/105 kB | 60/115 kB Progress (5): 71/162 kB | 0.1/1.1 MB | 80/513 kB | 66/105 kB | 60/115 kB Progress (5): 71/162 kB | 0.1/1.1 MB | 80/513 kB | 66/105 kB | 60/115 kB Progress (5): 71/162 kB | 0.1/1.1 MB | 80/513 kB | 66/105 kB | 63/115 kB Progress (5): 71/162 kB | 0.1/1.1 MB | 82/513 kB | 66/105 kB | 63/115 kB Progress (5): 74/162 kB | 0.1/1.1 MB | 82/513 kB | 66/105 kB | 63/115 kB Progress (5): 74/162 kB | 0.1/1.1 MB | 82/513 kB | 69/105 kB | 63/115 kB Progress (5): 74/162 kB | 0.1/1.1 MB | 85/513 kB | 69/105 kB | 63/115 kB Progress (5): 74/162 kB | 0.1/1.1 MB | 85/513 kB | 69/105 kB | 66/115 kB Progress (5): 74/162 kB | 0.1/1.1 MB | 85/513 kB | 69/105 kB | 66/115 kB Progress (5): 74/162 kB | 0.1/1.1 MB | 88/513 kB | 69/105 kB | 66/115 kB Progress (5): 74/162 kB | 0.1/1.1 MB | 88/513 kB | 71/105 kB | 66/115 kB Progress (5): 74/162 kB | 0.1/1.1 MB | 90/513 kB | 71/105 kB | 66/115 kB Progress (5): 74/162 kB | 0.1/1.1 MB | 90/513 kB | 74/105 kB | 66/115 kB Progress (5): 77/162 kB | 0.1/1.1 MB | 90/513 kB | 74/105 kB | 66/115 kB Progress (5): 77/162 kB | 0.1/1.1 MB | 93/513 kB | 74/105 kB | 66/115 kB Progress (5): 77/162 kB | 0.1/1.1 MB | 93/513 kB | 74/105 kB | 66/115 kB Progress (5): 77/162 kB | 0.1/1.1 MB | 93/513 kB | 74/105 kB | 69/115 kB Progress (5): 77/162 kB | 0.1/1.1 MB | 96/513 kB | 74/105 kB | 69/115 kB Progress (5): 80/162 kB | 0.1/1.1 MB | 96/513 kB | 74/105 kB | 69/115 kB Progress (5): 80/162 kB | 0.1/1.1 MB | 96/513 kB | 77/105 kB | 69/115 kB Progress (5): 80/162 kB | 0.1/1.1 MB | 99/513 kB | 77/105 kB | 69/115 kB Progress (5): 80/162 kB | 0.1/1.1 MB | 99/513 kB | 77/105 kB | 71/115 kB Progress (5): 80/162 kB | 0.1/1.1 MB | 101/513 kB | 77/105 kB | 71/115 kB Progress (5): 80/162 kB | 0.1/1.1 MB | 101/513 kB | 77/105 kB | 71/115 kB Progress (5): 80/162 kB | 0.1/1.1 MB | 104/513 kB | 77/105 kB | 71/115 kB Progress (5): 80/162 kB | 0.1/1.1 MB | 104/513 kB | 77/105 kB | 74/115 kB Progress (5): 80/162 kB | 0.1/1.1 MB | 104/513 kB | 80/105 kB | 74/115 kB Progress (5): 82/162 kB | 0.1/1.1 MB | 104/513 kB | 80/105 kB | 74/115 kB Progress (5): 82/162 kB | 0.1/1.1 MB | 104/513 kB | 80/105 kB | 77/115 kB Progress (5): 82/162 kB | 0.1/1.1 MB | 107/513 kB | 80/105 kB | 77/115 kB Progress (5): 82/162 kB | 0.1/1.1 MB | 107/513 kB | 80/105 kB | 80/115 kB Progress (5): 82/162 kB | 0.1/1.1 MB | 107/513 kB | 80/105 kB | 80/115 kB Progress (5): 82/162 kB | 0.1/1.1 MB | 107/513 kB | 80/105 kB | 82/115 kB Progress (5): 82/162 kB | 0.1/1.1 MB | 110/513 kB | 80/105 kB | 82/115 kB Progress (5): 85/162 kB | 0.1/1.1 MB | 110/513 kB | 80/105 kB | 82/115 kB Progress (5): 85/162 kB | 0.1/1.1 MB | 110/513 kB | 82/105 kB | 82/115 kB Progress (5): 85/162 kB | 0.1/1.1 MB | 112/513 kB | 82/105 kB | 82/115 kB Progress (5): 85/162 kB | 0.1/1.1 MB | 112/513 kB | 82/105 kB | 85/115 kB Progress (5): 85/162 kB | 0.1/1.1 MB | 112/513 kB | 82/105 kB | 85/115 kB Progress (5): 85/162 kB | 0.1/1.1 MB | 115/513 kB | 82/105 kB | 85/115 kB Progress (5): 85/162 kB | 0.1/1.1 MB | 115/513 kB | 85/105 kB | 85/115 kB Progress (5): 88/162 kB | 0.1/1.1 MB | 115/513 kB | 85/105 kB | 85/115 kB Progress (5): 88/162 kB | 0.1/1.1 MB | 118/513 kB | 85/105 kB | 85/115 kB Progress (5): 88/162 kB | 0.1/1.1 MB | 118/513 kB | 85/105 kB | 85/115 kB Progress (5): 88/162 kB | 0.1/1.1 MB | 118/513 kB | 85/105 kB | 88/115 kB Progress (5): 88/162 kB | 0.1/1.1 MB | 121/513 kB | 85/105 kB | 88/115 kB Progress (5): 90/162 kB | 0.1/1.1 MB | 121/513 kB | 85/105 kB | 88/115 kB Progress (5): 90/162 kB | 0.1/1.1 MB | 121/513 kB | 88/105 kB | 88/115 kB Progress (5): 90/162 kB | 0.1/1.1 MB | 123/513 kB | 88/105 kB | 88/115 kB Progress (5): 90/162 kB | 0.1/1.1 MB | 123/513 kB | 88/105 kB | 90/115 kB Progress (5): 90/162 kB | 0.1/1.1 MB | 123/513 kB | 88/105 kB | 90/115 kB Progress (5): 90/162 kB | 0.1/1.1 MB | 126/513 kB | 88/105 kB | 90/115 kB Progress (5): 90/162 kB | 0.1/1.1 MB | 126/513 kB | 90/105 kB | 90/115 kB Progress (5): 93/162 kB | 0.1/1.1 MB | 126/513 kB | 90/105 kB | 90/115 kB Progress (5): 93/162 kB | 0.1/1.1 MB | 129/513 kB | 90/105 kB | 90/115 kB Progress (5): 93/162 kB | 0.1/1.1 MB | 129/513 kB | 90/105 kB | 90/115 kB Progress (5): 93/162 kB | 0.1/1.1 MB | 129/513 kB | 90/105 kB | 93/115 kB Progress (5): 93/162 kB | 0.1/1.1 MB | 132/513 kB | 90/105 kB | 93/115 kB Progress (5): 93/162 kB | 0.1/1.1 MB | 132/513 kB | 90/105 kB | 96/115 kB Progress (5): 96/162 kB | 0.1/1.1 MB | 132/513 kB | 90/105 kB | 96/115 kB Progress (5): 96/162 kB | 0.1/1.1 MB | 132/513 kB | 90/105 kB | 99/115 kB Progress (5): 96/162 kB | 0.1/1.1 MB | 132/513 kB | 93/105 kB | 99/115 kB Progress (5): 99/162 kB | 0.1/1.1 MB | 132/513 kB | 93/105 kB | 99/115 kB Progress (5): 99/162 kB | 0.1/1.1 MB | 134/513 kB | 93/105 kB | 99/115 kB Progress (5): 101/162 kB | 0.1/1.1 MB | 134/513 kB | 93/105 kB | 99/115 kB Progress (5): 101/162 kB | 0.1/1.1 MB | 137/513 kB | 93/105 kB | 99/115 kB Progress (5): 101/162 kB | 0.1/1.1 MB | 137/513 kB | 93/105 kB | 99/115 kB Progress (5): 104/162 kB | 0.1/1.1 MB | 137/513 kB | 93/105 kB | 99/115 kB Progress (5): 104/162 kB | 0.1/1.1 MB | 137/513 kB | 96/105 kB | 99/115 kB Progress (5): 104/162 kB | 0.1/1.1 MB | 137/513 kB | 96/105 kB | 101/115 kB Progress (5): 104/162 kB | 0.1/1.1 MB | 137/513 kB | 99/105 kB | 101/115 kB Progress (5): 107/162 kB | 0.1/1.1 MB | 137/513 kB | 99/105 kB | 101/115 kB Progress (5): 107/162 kB | 0.1/1.1 MB | 137/513 kB | 99/105 kB | 101/115 kB Progress (5): 107/162 kB | 0.1/1.1 MB | 140/513 kB | 99/105 kB | 101/115 kB Progress (5): 110/162 kB | 0.1/1.1 MB | 140/513 kB | 99/105 kB | 101/115 kB Progress (5): 110/162 kB | 0.1/1.1 MB | 140/513 kB | 101/105 kB | 101/115 kB Progress (5): 110/162 kB | 0.1/1.1 MB | 140/513 kB | 101/105 kB | 104/115 kB Progress (5): 112/162 kB | 0.1/1.1 MB | 140/513 kB | 101/105 kB | 104/115 kB Progress (5): 112/162 kB | 0.1/1.1 MB | 143/513 kB | 101/105 kB | 104/115 kB Progress (5): 112/162 kB | 0.1/1.1 MB | 143/513 kB | 101/105 kB | 104/115 kB Progress (5): 112/162 kB | 0.1/1.1 MB | 145/513 kB | 101/105 kB | 104/115 kB Progress (5): 115/162 kB | 0.1/1.1 MB | 145/513 kB | 101/105 kB | 104/115 kB Progress (5): 115/162 kB | 0.1/1.1 MB | 148/513 kB | 101/105 kB | 104/115 kB Progress (5): 115/162 kB | 0.1/1.1 MB | 148/513 kB | 101/105 kB | 107/115 kB Progress (5): 115/162 kB | 0.1/1.1 MB | 148/513 kB | 104/105 kB | 107/115 kB Progress (5): 115/162 kB | 0.1/1.1 MB | 148/513 kB | 104/105 kB | 110/115 kB Progress (5): 115/162 kB | 0.1/1.1 MB | 151/513 kB | 104/105 kB | 110/115 kB Progress (5): 118/162 kB | 0.1/1.1 MB | 151/513 kB | 104/105 kB | 110/115 kB Progress (5): 118/162 kB | 0.1/1.1 MB | 151/513 kB | 104/105 kB | 110/115 kB Progress (5): 121/162 kB | 0.1/1.1 MB | 151/513 kB | 104/105 kB | 110/115 kB Progress (5): 121/162 kB | 0.1/1.1 MB | 154/513 kB | 104/105 kB | 110/115 kB Progress (5): 121/162 kB | 0.1/1.1 MB | 154/513 kB | 104/105 kB | 112/115 kB Progress (5): 121/162 kB | 0.1/1.1 MB | 154/513 kB | 105 kB | 112/115 kB Progress (5): 121/162 kB | 0.1/1.1 MB | 154/513 kB | 105 kB | 115/115 kB Progress (5): 121/162 kB | 0.1/1.1 MB | 156/513 kB | 105 kB | 115/115 kB Progress (5): 123/162 kB | 0.1/1.1 MB | 156/513 kB | 105 kB | 115/115 kB Progress (5): 123/162 kB | 0.1/1.1 MB | 156/513 kB | 105 kB | 115/115 kB Progress (5): 123/162 kB | 0.1/1.1 MB | 159/513 kB | 105 kB | 115/115 kB Progress (5): 123/162 kB | 0.1/1.1 MB | 159/513 kB | 105 kB | 115 kB Progress (5): 123/162 kB | 0.1/1.1 MB | 162/513 kB | 105 kB | 115 kB Progress (5): 123/162 kB | 0.1/1.1 MB | 162/513 kB | 105 kB | 115 kB Progress (5): 126/162 kB | 0.1/1.1 MB | 162/513 kB | 105 kB | 115 kB Progress (5): 126/162 kB | 0.1/1.1 MB | 165/513 kB | 105 kB | 115 kB Progress (5): 129/162 kB | 0.1/1.1 MB | 165/513 kB | 105 kB | 115 kB Progress (5): 129/162 kB | 0.1/1.1 MB | 165/513 kB | 105 kB | 115 kB Progress (5): 132/162 kB | 0.1/1.1 MB | 165/513 kB | 105 kB | 115 kB Progress (5): 132/162 kB | 0.1/1.1 MB | 167/513 kB | 105 kB | 115 kB Progress (5): 134/162 kB | 0.1/1.1 MB | 167/513 kB | 105 kB | 115 kB Progress (5): 134/162 kB | 0.1/1.1 MB | 167/513 kB | 105 kB | 115 kB Progress (5): 134/162 kB | 0.1/1.1 MB | 170/513 kB | 105 kB | 115 kB Progress (5): 137/162 kB | 0.1/1.1 MB | 170/513 kB | 105 kB | 115 kB Progress (5): 137/162 kB | 0.1/1.1 MB | 173/513 kB | 105 kB | 115 kB Progress (5): 137/162 kB | 0.1/1.1 MB | 173/513 kB | 105 kB | 115 kB Progress (5): 137/162 kB | 0.1/1.1 MB | 175/513 kB | 105 kB | 115 kB Progress (5): 140/162 kB | 0.1/1.1 MB | 175/513 kB | 105 kB | 115 kB Progress (5): 140/162 kB | 0.1/1.1 MB | 178/513 kB | 105 kB | 115 kB Progress (5): 140/162 kB | 0.1/1.1 MB | 178/513 kB | 105 kB | 115 kB Progress (5): 140/162 kB | 0.1/1.1 MB | 181/513 kB | 105 kB | 115 kB Progress (5): 143/162 kB | 0.1/1.1 MB | 181/513 kB | 105 kB | 115 kB Progress (5): 143/162 kB | 0.1/1.1 MB | 184/513 kB | 105 kB | 115 kB Progress (5): 143/162 kB | 0.2/1.1 MB | 184/513 kB | 105 kB | 115 kB Progress (5): 143/162 kB | 0.2/1.1 MB | 186/513 kB | 105 kB | 115 kB Progress (5): 145/162 kB | 0.2/1.1 MB | 186/513 kB | 105 kB | 115 kB Progress (5): 145/162 kB | 0.2/1.1 MB | 186/513 kB | 105 kB | 115 kB Progress (5): 148/162 kB | 0.2/1.1 MB | 186/513 kB | 105 kB | 115 kB Progress (5): 148/162 kB | 0.2/1.1 MB | 189/513 kB | 105 kB | 115 kB Progress (5): 148/162 kB | 0.2/1.1 MB | 189/513 kB | 105 kB | 115 kB Progress (5): 151/162 kB | 0.2/1.1 MB | 189/513 kB | 105 kB | 115 kB Progress (5): 151/162 kB | 0.2/1.1 MB | 192/513 kB | 105 kB | 115 kB Progress (5): 151/162 kB | 0.2/1.1 MB | 192/513 kB | 105 kB | 115 kB Progress (5): 151/162 kB | 0.2/1.1 MB | 195/513 kB | 105 kB | 115 kB Progress (5): 154/162 kB | 0.2/1.1 MB | 195/513 kB | 105 kB | 115 kB Progress (5): 154/162 kB | 0.2/1.1 MB | 195/513 kB | 105 kB | 115 kB Progress (5): 156/162 kB | 0.2/1.1 MB | 195/513 kB | 105 kB | 115 kB Progress (5): 156/162 kB | 0.2/1.1 MB | 197/513 kB | 105 kB | 115 kB Progress (5): 159/162 kB | 0.2/1.1 MB | 197/513 kB | 105 kB | 115 kB Progress (5): 159/162 kB | 0.2/1.1 MB | 197/513 kB | 105 kB | 115 kB Progress (5): 159/162 kB | 0.2/1.1 MB | 200/513 kB | 105 kB | 115 kB Progress (5): 162/162 kB | 0.2/1.1 MB | 200/513 kB | 105 kB | 115 kB Progress (5): 162/162 kB | 0.2/1.1 MB | 200/513 kB | 105 kB | 115 kB Progress (5): 162 kB | 0.2/1.1 MB | 200/513 kB | 105 kB | 115 kB Progress (5): 162 kB | 0.2/1.1 MB | 203/513 kB | 105 kB | 115 kB Progress (5): 162 kB | 0.2/1.1 MB | 203/513 kB | 105 kB | 115 kB Progress (5): 162 kB | 0.2/1.1 MB | 206/513 kB | 105 kB | 115 kB Progress (5): 162 kB | 0.2/1.1 MB | 206/513 kB | 105 kB | 115 kB Progress (5): 162 kB | 0.2/1.1 MB | 208/513 kB | 105 kB | 115 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-core/4.1.4/metrics-core-4.1.4.jar (105 kB at 246 kB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar (115 kB at 273 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar +Progress (3): 162 kB | 0.2/1.1 MB | 211/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 211/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 214/513 kB Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar +Progress (3): 162 kB | 0.2/1.1 MB | 217/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 217/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 219/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 219/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 222/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 222/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 225/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 225/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 228/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 228/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 230/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 230/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 233/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 233/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 236/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 236/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 239/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 239/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 241/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 241/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 244/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 244/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 247/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 247/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 250/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 252/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 252/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 255/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 255/513 kB Progress (3): 162 kB | 0.2/1.1 MB | 258/513 kB Progress (3): 162 kB | 0.3/1.1 MB | 258/513 kB Progress (3): 162 kB | 0.3/1.1 MB | 260/513 kB Progress (3): 162 kB | 0.3/1.1 MB | 260/513 kB Progress (3): 162 kB | 0.3/1.1 MB | 263/513 kB Progress (3): 162 kB | 0.3/1.1 MB | 266/513 kB Progress (3): 162 kB | 0.3/1.1 MB | 266/513 kB Progress (3): 162 kB | 0.3/1.1 MB | 269/513 kB Progress (3): 162 kB | 0.3/1.1 MB | 269/513 kB Progress (3): 162 kB | 0.3/1.1 MB | 271/513 kB Progress (3): 162 kB | 0.3/1.1 MB | 271/513 kB Progress (3): 162 kB | 0.3/1.1 MB | 274/513 kB Progress (3): 162 kB | 0.3/1.1 MB | 274/513 kB Progress (3): 162 kB | 0.3/1.1 MB | 277/513 kB Progress (3): 162 kB | 0.3/1.1 MB | 277/513 kB Progress (3): 162 kB | 0.3/1.1 MB | 280/513 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar (162 kB at 370 kB/s) +Progress (2): 0.3/1.1 MB | 282/513 kB Progress (2): 0.3/1.1 MB | 282/513 kB Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar +Progress (2): 0.3/1.1 MB | 282/513 kB Progress (2): 0.3/1.1 MB | 285/513 kB Progress (2): 0.3/1.1 MB | 285/513 kB Progress (2): 0.3/1.1 MB | 288/513 kB Progress (2): 0.3/1.1 MB | 288/513 kB Progress (2): 0.3/1.1 MB | 291/513 kB Progress (2): 0.3/1.1 MB | 291/513 kB Progress (2): 0.3/1.1 MB | 293/513 kB Progress (2): 0.3/1.1 MB | 293/513 kB Progress (2): 0.3/1.1 MB | 296/513 kB Progress (3): 0.3/1.1 MB | 296/513 kB | 2.7/47 kB Progress (3): 0.3/1.1 MB | 296/513 kB | 2.7/47 kB Progress (3): 0.3/1.1 MB | 299/513 kB | 2.7/47 kB Progress (3): 0.3/1.1 MB | 299/513 kB | 5.5/47 kB Progress (3): 0.3/1.1 MB | 302/513 kB | 5.5/47 kB Progress (3): 0.3/1.1 MB | 302/513 kB | 5.5/47 kB Progress (3): 0.3/1.1 MB | 302/513 kB | 8.2/47 kB Progress (3): 0.3/1.1 MB | 304/513 kB | 8.2/47 kB Progress (3): 0.3/1.1 MB | 304/513 kB | 11/47 kB Progress (3): 0.3/1.1 MB | 304/513 kB | 11/47 kB Progress (3): 0.3/1.1 MB | 307/513 kB | 11/47 kB Progress (3): 0.3/1.1 MB | 307/513 kB | 14/47 kB Progress (3): 0.3/1.1 MB | 307/513 kB | 14/47 kB Progress (3): 0.3/1.1 MB | 310/513 kB | 14/47 kB Progress (3): 0.3/1.1 MB | 310/513 kB | 16/47 kB Progress (3): 0.3/1.1 MB | 310/513 kB | 16/47 kB Progress (3): 0.3/1.1 MB | 310/513 kB | 19/47 kB Progress (3): 0.3/1.1 MB | 313/513 kB | 19/47 kB Progress (3): 0.3/1.1 MB | 313/513 kB | 19/47 kB Progress (3): 0.3/1.1 MB | 313/513 kB | 22/47 kB Progress (3): 0.3/1.1 MB | 315/513 kB | 22/47 kB Progress (3): 0.3/1.1 MB | 315/513 kB | 22/47 kB Progress (3): 0.3/1.1 MB | 315/513 kB | 25/47 kB Progress (3): 0.3/1.1 MB | 318/513 kB | 25/47 kB Progress (3): 0.3/1.1 MB | 318/513 kB | 25/47 kB Progress (3): 0.3/1.1 MB | 321/513 kB | 25/47 kB Progress (3): 0.3/1.1 MB | 321/513 kB | 27/47 kB Progress (3): 0.3/1.1 MB | 321/513 kB | 27/47 kB Progress (3): 0.3/1.1 MB | 324/513 kB | 27/47 kB Progress (3): 0.3/1.1 MB | 324/513 kB | 30/47 kB Progress (4): 0.3/1.1 MB | 324/513 kB | 30/47 kB | 0/1.0 MB Progress (4): 0.3/1.1 MB | 324/513 kB | 30/47 kB | 0/1.0 MB Progress (4): 0.3/1.1 MB | 326/513 kB | 30/47 kB | 0/1.0 MB Progress (4): 0.3/1.1 MB | 326/513 kB | 33/47 kB | 0/1.0 MB Progress (4): 0.3/1.1 MB | 329/513 kB | 33/47 kB | 0/1.0 MB Progress (4): 0.3/1.1 MB | 329/513 kB | 33/47 kB | 0/1.0 MB Progress (4): 0.3/1.1 MB | 332/513 kB | 33/47 kB | 0/1.0 MB Progress (4): 0.3/1.1 MB | 332/513 kB | 33/47 kB | 0/1.0 MB Progress (4): 0.3/1.1 MB | 332/513 kB | 33/47 kB | 0/1.0 MB Progress (4): 0.3/1.1 MB | 332/513 kB | 36/47 kB | 0/1.0 MB Progress (4): 0.3/1.1 MB | 332/513 kB | 36/47 kB | 0/1.0 MB Progress (4): 0.3/1.1 MB | 335/513 kB | 36/47 kB | 0/1.0 MB Progress (4): 0.3/1.1 MB | 335/513 kB | 38/47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 335/513 kB | 38/47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 337/513 kB | 38/47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 337/513 kB | 38/47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 337/513 kB | 38/47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 337/513 kB | 41/47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 337/513 kB | 41/47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 340/513 kB | 41/47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 340/513 kB | 44/47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 340/513 kB | 44/47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 343/513 kB | 44/47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 343/513 kB | 44/47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 343/513 kB | 44/47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 343/513 kB | 44/47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 343/513 kB | 47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 343/513 kB | 47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 345/513 kB | 47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 345/513 kB | 47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 348/513 kB | 47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 348/513 kB | 47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 351/513 kB | 47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 351/513 kB | 47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 354/513 kB | 47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 354/513 kB | 47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 354/513 kB | 47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 354/513 kB | 47 kB | 0/1.0 MB Progress (4): 0.4/1.1 MB | 356/513 kB | 47 kB | 0/1.0 MB Progress (5): 0.4/1.1 MB | 356/513 kB | 47 kB | 0/1.0 MB | 2.7/72 kB Progress (5): 0.4/1.1 MB | 359/513 kB | 47 kB | 0/1.0 MB | 2.7/72 kB Progress (5): 0.4/1.1 MB | 359/513 kB | 47 kB | 0/1.0 MB | 2.7/72 kB Progress (5): 0.4/1.1 MB | 359/513 kB | 47 kB | 0/1.0 MB | 2.7/72 kB Progress (5): 0.4/1.1 MB | 359/513 kB | 47 kB | 0/1.0 MB | 2.7/72 kB Progress (5): 0.4/1.1 MB | 359/513 kB | 47 kB | 0/1.0 MB | 2.7/72 kB Progress (5): 0.4/1.1 MB | 362/513 kB | 47 kB | 0/1.0 MB | 2.7/72 kB Progress (5): 0.4/1.1 MB | 362/513 kB | 47 kB | 0/1.0 MB | 5.5/72 kB Progress (5): 0.4/1.1 MB | 365/513 kB | 47 kB | 0/1.0 MB | 5.5/72 kB Progress (5): 0.4/1.1 MB | 365/513 kB | 47 kB | 0.1/1.0 MB | 5.5/72 kB Progress (5): 0.4/1.1 MB | 365/513 kB | 47 kB | 0.1/1.0 MB | 5.5/72 kB Progress (5): 0.4/1.1 MB | 367/513 kB | 47 kB | 0.1/1.0 MB | 5.5/72 kB Progress (5): 0.4/1.1 MB | 367/513 kB | 47 kB | 0.1/1.0 MB | 8.2/72 kB Progress (5): 0.4/1.1 MB | 370/513 kB | 47 kB | 0.1/1.0 MB | 8.2/72 kB Progress (5): 0.4/1.1 MB | 370/513 kB | 47 kB | 0.1/1.0 MB | 8.2/72 kB Progress (5): 0.4/1.1 MB | 370/513 kB | 47 kB | 0.1/1.0 MB | 8.2/72 kB Progress (5): 0.4/1.1 MB | 373/513 kB | 47 kB | 0.1/1.0 MB | 8.2/72 kB Progress (5): 0.4/1.1 MB | 373/513 kB | 47 kB | 0.1/1.0 MB | 11/72 kB Progress (5): 0.4/1.1 MB | 373/513 kB | 47 kB | 0.1/1.0 MB | 11/72 kB Progress (5): 0.4/1.1 MB | 373/513 kB | 47 kB | 0.1/1.0 MB | 11/72 kB Progress (5): 0.4/1.1 MB | 373/513 kB | 47 kB | 0.1/1.0 MB | 14/72 kB Progress (5): 0.4/1.1 MB | 376/513 kB | 47 kB | 0.1/1.0 MB | 14/72 kB Progress (5): 0.4/1.1 MB | 376/513 kB | 47 kB | 0.1/1.0 MB | 16/72 kB Progress (5): 0.4/1.1 MB | 376/513 kB | 47 kB | 0.1/1.0 MB | 16/72 kB Progress (5): 0.4/1.1 MB | 376/513 kB | 47 kB | 0.1/1.0 MB | 16/72 kB Progress (5): 0.4/1.1 MB | 376/513 kB | 47 kB | 0.1/1.0 MB | 19/72 kB Progress (5): 0.4/1.1 MB | 378/513 kB | 47 kB | 0.1/1.0 MB | 19/72 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar (47 kB at 99 kB/s) +Progress (4): 0.4/1.1 MB | 381/513 kB | 0.1/1.0 MB | 19/72 kB Progress (4): 0.4/1.1 MB | 381/513 kB | 0.1/1.0 MB | 19/72 kB Progress (4): 0.4/1.1 MB | 381/513 kB | 0.1/1.0 MB | 22/72 kB Progress (4): 0.4/1.1 MB | 381/513 kB | 0.1/1.0 MB | 22/72 kB Progress (4): 0.4/1.1 MB | 381/513 kB | 0.1/1.0 MB | 25/72 kB Progress (4): 0.4/1.1 MB | 381/513 kB | 0.1/1.0 MB | 25/72 kB Progress (4): 0.4/1.1 MB | 384/513 kB | 0.1/1.0 MB | 25/72 kB Downloading from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar +Progress (4): 0.4/1.1 MB | 387/513 kB | 0.1/1.0 MB | 25/72 kB Progress (4): 0.4/1.1 MB | 387/513 kB | 0.1/1.0 MB | 25/72 kB Progress (4): 0.4/1.1 MB | 387/513 kB | 0.1/1.0 MB | 27/72 kB Progress (4): 0.4/1.1 MB | 387/513 kB | 0.1/1.0 MB | 27/72 kB Progress (4): 0.4/1.1 MB | 387/513 kB | 0.1/1.0 MB | 30/72 kB Progress (4): 0.4/1.1 MB | 387/513 kB | 0.1/1.0 MB | 30/72 kB Progress (4): 0.4/1.1 MB | 389/513 kB | 0.1/1.0 MB | 30/72 kB Progress (4): 0.4/1.1 MB | 389/513 kB | 0.1/1.0 MB | 33/72 kB Progress (4): 0.4/1.1 MB | 389/513 kB | 0.1/1.0 MB | 33/72 kB Progress (4): 0.4/1.1 MB | 392/513 kB | 0.1/1.0 MB | 33/72 kB Progress (4): 0.4/1.1 MB | 392/513 kB | 0.1/1.0 MB | 33/72 kB Progress (4): 0.4/1.1 MB | 395/513 kB | 0.1/1.0 MB | 33/72 kB Progress (4): 0.4/1.1 MB | 395/513 kB | 0.1/1.0 MB | 33/72 kB Progress (4): 0.4/1.1 MB | 395/513 kB | 0.1/1.0 MB | 36/72 kB Progress (4): 0.4/1.1 MB | 398/513 kB | 0.1/1.0 MB | 36/72 kB Progress (4): 0.4/1.1 MB | 398/513 kB | 0.1/1.0 MB | 36/72 kB Progress (4): 0.4/1.1 MB | 400/513 kB | 0.1/1.0 MB | 36/72 kB Progress (4): 0.4/1.1 MB | 400/513 kB | 0.1/1.0 MB | 38/72 kB Progress (4): 0.4/1.1 MB | 400/513 kB | 0.1/1.0 MB | 38/72 kB Progress (4): 0.4/1.1 MB | 403/513 kB | 0.1/1.0 MB | 38/72 kB Progress (4): 0.4/1.1 MB | 403/513 kB | 0.1/1.0 MB | 38/72 kB Progress (4): 0.4/1.1 MB | 403/513 kB | 0.1/1.0 MB | 38/72 kB Progress (4): 0.4/1.1 MB | 406/513 kB | 0.1/1.0 MB | 38/72 kB Progress (4): 0.4/1.1 MB | 406/513 kB | 0.1/1.0 MB | 41/72 kB Progress (4): 0.4/1.1 MB | 409/513 kB | 0.1/1.0 MB | 41/72 kB Progress (4): 0.4/1.1 MB | 409/513 kB | 0.1/1.0 MB | 41/72 kB Progress (4): 0.4/1.1 MB | 409/513 kB | 0.1/1.0 MB | 41/72 kB Progress (4): 0.4/1.1 MB | 411/513 kB | 0.1/1.0 MB | 41/72 kB Progress (4): 0.4/1.1 MB | 411/513 kB | 0.1/1.0 MB | 44/72 kB Progress (4): 0.4/1.1 MB | 414/513 kB | 0.1/1.0 MB | 44/72 kB Progress (4): 0.4/1.1 MB | 414/513 kB | 0.1/1.0 MB | 44/72 kB Progress (4): 0.4/1.1 MB | 414/513 kB | 0.1/1.0 MB | 44/72 kB Progress (4): 0.4/1.1 MB | 417/513 kB | 0.1/1.0 MB | 44/72 kB Progress (4): 0.4/1.1 MB | 417/513 kB | 0.1/1.0 MB | 47/72 kB Progress (4): 0.4/1.1 MB | 420/513 kB | 0.1/1.0 MB | 47/72 kB Progress (4): 0.4/1.1 MB | 420/513 kB | 0.1/1.0 MB | 47/72 kB Progress (4): 0.4/1.1 MB | 420/513 kB | 0.1/1.0 MB | 47/72 kB Progress (4): 0.4/1.1 MB | 422/513 kB | 0.1/1.0 MB | 47/72 kB Progress (4): 0.4/1.1 MB | 422/513 kB | 0.1/1.0 MB | 49/72 kB Progress (4): 0.4/1.1 MB | 425/513 kB | 0.1/1.0 MB | 49/72 kB Progress (4): 0.4/1.1 MB | 425/513 kB | 0.1/1.0 MB | 49/72 kB Progress (4): 0.4/1.1 MB | 425/513 kB | 0.1/1.0 MB | 49/72 kB Progress (4): 0.4/1.1 MB | 428/513 kB | 0.1/1.0 MB | 49/72 kB Progress (4): 0.4/1.1 MB | 428/513 kB | 0.1/1.0 MB | 52/72 kB Progress (4): 0.4/1.1 MB | 430/513 kB | 0.1/1.0 MB | 52/72 kB Progress (4): 0.4/1.1 MB | 430/513 kB | 0.1/1.0 MB | 52/72 kB Progress (4): 0.5/1.1 MB | 430/513 kB | 0.1/1.0 MB | 52/72 kB Progress (4): 0.5/1.1 MB | 433/513 kB | 0.1/1.0 MB | 52/72 kB Progress (4): 0.5/1.1 MB | 433/513 kB | 0.1/1.0 MB | 55/72 kB Progress (4): 0.5/1.1 MB | 436/513 kB | 0.1/1.0 MB | 55/72 kB Progress (4): 0.5/1.1 MB | 436/513 kB | 0.1/1.0 MB | 55/72 kB Progress (4): 0.5/1.1 MB | 436/513 kB | 0.1/1.0 MB | 55/72 kB Progress (4): 0.5/1.1 MB | 439/513 kB | 0.1/1.0 MB | 55/72 kB Progress (4): 0.5/1.1 MB | 439/513 kB | 0.1/1.0 MB | 58/72 kB Progress (4): 0.5/1.1 MB | 441/513 kB | 0.1/1.0 MB | 58/72 kB Progress (4): 0.5/1.1 MB | 441/513 kB | 0.1/1.0 MB | 60/72 kB Progress (4): 0.5/1.1 MB | 444/513 kB | 0.1/1.0 MB | 60/72 kB Progress (4): 0.5/1.1 MB | 444/513 kB | 0.1/1.0 MB | 60/72 kB Progress (4): 0.5/1.1 MB | 447/513 kB | 0.1/1.0 MB | 60/72 kB Progress (4): 0.5/1.1 MB | 447/513 kB | 0.1/1.0 MB | 60/72 kB Progress (4): 0.5/1.1 MB | 447/513 kB | 0.1/1.0 MB | 63/72 kB Progress (4): 0.5/1.1 MB | 450/513 kB | 0.1/1.0 MB | 63/72 kB Progress (4): 0.5/1.1 MB | 450/513 kB | 0.1/1.0 MB | 63/72 kB Progress (4): 0.5/1.1 MB | 452/513 kB | 0.1/1.0 MB | 63/72 kB Progress (5): 0.5/1.1 MB | 452/513 kB | 0.1/1.0 MB | 63/72 kB | 2.7/27 kB Progress (5): 0.5/1.1 MB | 452/513 kB | 0.1/1.0 MB | 66/72 kB | 2.7/27 kB Progress (5): 0.5/1.1 MB | 452/513 kB | 0.1/1.0 MB | 66/72 kB | 2.7/27 kB Progress (5): 0.5/1.1 MB | 452/513 kB | 0.1/1.0 MB | 66/72 kB | 5.5/27 kB Progress (5): 0.5/1.1 MB | 455/513 kB | 0.1/1.0 MB | 66/72 kB | 5.5/27 kB Progress (5): 0.5/1.1 MB | 455/513 kB | 0.1/1.0 MB | 66/72 kB | 5.5/27 kB Progress (5): 0.5/1.1 MB | 458/513 kB | 0.1/1.0 MB | 66/72 kB | 5.5/27 kB Progress (5): 0.5/1.1 MB | 458/513 kB | 0.1/1.0 MB | 66/72 kB | 8.2/27 kB Progress (5): 0.5/1.1 MB | 458/513 kB | 0.1/1.0 MB | 66/72 kB | 8.2/27 kB Progress (5): 0.5/1.1 MB | 458/513 kB | 0.1/1.0 MB | 69/72 kB | 8.2/27 kB Progress (5): 0.5/1.1 MB | 458/513 kB | 0.1/1.0 MB | 69/72 kB | 11/27 kB Progress (5): 0.5/1.1 MB | 461/513 kB | 0.1/1.0 MB | 69/72 kB | 11/27 kB Progress (5): 0.5/1.1 MB | 461/513 kB | 0.1/1.0 MB | 69/72 kB | 11/27 kB Progress (5): 0.5/1.1 MB | 463/513 kB | 0.1/1.0 MB | 69/72 kB | 11/27 kB Progress (5): 0.5/1.1 MB | 463/513 kB | 0.1/1.0 MB | 69/72 kB | 14/27 kB Progress (5): 0.5/1.1 MB | 463/513 kB | 0.1/1.0 MB | 71/72 kB | 14/27 kB Progress (5): 0.5/1.1 MB | 463/513 kB | 0.1/1.0 MB | 71/72 kB | 14/27 kB Progress (5): 0.5/1.1 MB | 463/513 kB | 0.1/1.0 MB | 72 kB | 14/27 kB Progress (5): 0.5/1.1 MB | 463/513 kB | 0.1/1.0 MB | 72 kB | 16/27 kB Progress (5): 0.5/1.1 MB | 466/513 kB | 0.1/1.0 MB | 72 kB | 16/27 kB Progress (5): 0.5/1.1 MB | 466/513 kB | 0.1/1.0 MB | 72 kB | 16/27 kB Progress (5): 0.5/1.1 MB | 469/513 kB | 0.1/1.0 MB | 72 kB | 16/27 kB Progress (5): 0.5/1.1 MB | 469/513 kB | 0.1/1.0 MB | 72 kB | 19/27 kB Progress (5): 0.5/1.1 MB | 472/513 kB | 0.1/1.0 MB | 72 kB | 19/27 kB Progress (5): 0.5/1.1 MB | 472/513 kB | 0.1/1.0 MB | 72 kB | 19/27 kB Progress (5): 0.5/1.1 MB | 472/513 kB | 0.1/1.0 MB | 72 kB | 19/27 kB Progress (5): 0.5/1.1 MB | 474/513 kB | 0.1/1.0 MB | 72 kB | 19/27 kB Progress (5): 0.5/1.1 MB | 474/513 kB | 0.1/1.0 MB | 72 kB | 22/27 kB Progress (5): 0.5/1.1 MB | 477/513 kB | 0.1/1.0 MB | 72 kB | 22/27 kB Progress (5): 0.5/1.1 MB | 477/513 kB | 0.1/1.0 MB | 72 kB | 22/27 kB Progress (5): 0.5/1.1 MB | 477/513 kB | 0.1/1.0 MB | 72 kB | 22/27 kB Progress (5): 0.5/1.1 MB | 480/513 kB | 0.1/1.0 MB | 72 kB | 22/27 kB Progress (5): 0.5/1.1 MB | 480/513 kB | 0.1/1.0 MB | 72 kB | 25/27 kB Progress (5): 0.5/1.1 MB | 483/513 kB | 0.1/1.0 MB | 72 kB | 25/27 kB Progress (5): 0.5/1.1 MB | 483/513 kB | 0.1/1.0 MB | 72 kB | 25/27 kB Progress (5): 0.5/1.1 MB | 483/513 kB | 0.2/1.0 MB | 72 kB | 25/27 kB Progress (5): 0.5/1.1 MB | 483/513 kB | 0.2/1.0 MB | 72 kB | 25/27 kB Progress (5): 0.5/1.1 MB | 485/513 kB | 0.2/1.0 MB | 72 kB | 25/27 kB Progress (5): 0.5/1.1 MB | 485/513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 488/513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 488/513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 491/513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 491/513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 494/513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 494/513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 496/513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 496/513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 499/513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 499/513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 502/513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 502/513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 502/513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 505/513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 505/513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 505/513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 507/513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 507/513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 510/513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 510/513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.5/1.1 MB | 513 kB | 0.2/1.0 MB | 72 kB | 27 kB Progress (5): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB | 72 kB | 27 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar (72 kB at 142 kB/s) +Progress (4): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB | 27 kB Progress (4): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB | 27 kB Downloading from central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar +Progress (4): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB | 27 kB Progress (4): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB | 27 kB Progress (4): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB | 27 kB Progress (4): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB | 27 kB Progress (4): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB | 27 kB Progress (4): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB | 27 kB Progress (4): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB | 27 kB Progress (4): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB | 27 kB Progress (4): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB | 27 kB Progress (4): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB | 27 kB Progress (4): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB | 27 kB Progress (4): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB | 27 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar (27 kB at 53 kB/s) +Progress (3): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB Progress (3): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB Progress (3): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar +Progress (3): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB Progress (3): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB Progress (3): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB Progress (3): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB Progress (3): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB Progress (3): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB Progress (3): 0.6/1.1 MB | 513 kB | 0.2/1.0 MB Progress (3): 0.7/1.1 MB | 513 kB | 0.2/1.0 MB Progress (3): 0.7/1.1 MB | 513 kB | 0.2/1.0 MB Progress (3): 0.7/1.1 MB | 513 kB | 0.2/1.0 MB Progress (3): 0.7/1.1 MB | 513 kB | 0.2/1.0 MB Progress (3): 0.7/1.1 MB | 513 kB | 0.2/1.0 MB Progress (3): 0.7/1.1 MB | 513 kB | 0.2/1.0 MB Progress (3): 0.7/1.1 MB | 513 kB | 0.3/1.0 MB Progress (3): 0.7/1.1 MB | 513 kB | 0.3/1.0 MB Progress (3): 0.7/1.1 MB | 513 kB | 0.3/1.0 MB Progress (3): 0.7/1.1 MB | 513 kB | 0.3/1.0 MB Progress (3): 0.7/1.1 MB | 513 kB | 0.3/1.0 MB Progress (3): 0.7/1.1 MB | 513 kB | 0.3/1.0 MB Progress (3): 0.7/1.1 MB | 513 kB | 0.3/1.0 MB Progress (3): 0.7/1.1 MB | 513 kB | 0.3/1.0 MB Progress (3): 0.7/1.1 MB | 513 kB | 0.3/1.0 MB Progress (3): 0.7/1.1 MB | 513 kB | 0.3/1.0 MB Progress (3): 0.7/1.1 MB | 513 kB | 0.3/1.0 MB Progress (3): 0.7/1.1 MB | 513 kB | 0.3/1.0 MB Progress (4): 0.7/1.1 MB | 513 kB | 0.3/1.0 MB | 2.7/38 kB Progress (4): 0.7/1.1 MB | 513 kB | 0.3/1.0 MB | 2.7/38 kB Progress (4): 0.7/1.1 MB | 513 kB | 0.3/1.0 MB | 2.7/38 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.jar (513 kB at 971 kB/s) +Progress (3): 0.7/1.1 MB | 0.3/1.0 MB | 5.5/38 kB Progress (3): 0.7/1.1 MB | 0.3/1.0 MB | 5.5/38 kB Progress (3): 0.7/1.1 MB | 0.3/1.0 MB | 5.5/38 kB Progress (3): 0.7/1.1 MB | 0.3/1.0 MB | 8.2/38 kB Progress (3): 0.7/1.1 MB | 0.3/1.0 MB | 8.2/38 kB Progress (3): 0.7/1.1 MB | 0.3/1.0 MB | 11/38 kB Progress (3): 0.7/1.1 MB | 0.3/1.0 MB | 11/38 kB Progress (3): 0.7/1.1 MB | 0.3/1.0 MB | 11/38 kB Progress (3): 0.7/1.1 MB | 0.3/1.0 MB | 11/38 kB Progress (3): 0.7/1.1 MB | 0.3/1.0 MB | 14/38 kB Progress (3): 0.7/1.1 MB | 0.3/1.0 MB | 14/38 kB Progress (3): 0.7/1.1 MB | 0.3/1.0 MB | 16/38 kB Progress (3): 0.8/1.1 MB | 0.3/1.0 MB | 16/38 kB Progress (3): 0.8/1.1 MB | 0.3/1.0 MB | 16/38 kB Progress (3): 0.8/1.1 MB | 0.3/1.0 MB | 16/38 kB Progress (3): 0.8/1.1 MB | 0.3/1.0 MB | 19/38 kB Progress (3): 0.8/1.1 MB | 0.3/1.0 MB | 19/38 kB Progress (3): 0.8/1.1 MB | 0.3/1.0 MB | 22/38 kB Progress (3): 0.8/1.1 MB | 0.3/1.0 MB | 22/38 kB Progress (3): 0.8/1.1 MB | 0.3/1.0 MB | 22/38 kB Progress (3): 0.8/1.1 MB | 0.3/1.0 MB | 25/38 kB Progress (3): 0.8/1.1 MB | 0.3/1.0 MB | 25/38 kB Progress (3): 0.8/1.1 MB | 0.3/1.0 MB | 25/38 kB Progress (3): 0.8/1.1 MB | 0.3/1.0 MB | 27/38 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 27/38 kB | 2.7/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 27/38 kB | 2.7/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 30/38 kB | 2.7/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 30/38 kB | 5.5/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 30/38 kB | 5.5/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 30/38 kB | 5.5/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 30/38 kB | 5.5/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 30/38 kB | 8.2/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 33/38 kB | 8.2/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 33/38 kB | 8.2/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 33/38 kB | 11/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 33/38 kB | 11/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 36/38 kB | 11/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 36/38 kB | 14/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 38 kB | 14/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 38 kB | 14/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 38 kB | 14/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 38 kB | 14/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 38 kB | 16/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 38 kB | 16/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 38 kB | 19/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 38 kB | 19/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 38 kB | 22/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 38 kB | 22/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 38 kB | 22/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 38 kB | 25/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 38 kB | 25/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 38 kB | 27/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 38 kB | 27/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 38 kB | 30/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 38 kB | 30/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 38 kB | 33/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 38 kB | 33/317 kB Progress (4): 0.8/1.1 MB | 0.3/1.0 MB | 38 kB | 36/317 kB Progress (4): 0.8/1.1 MB | 0.4/1.0 MB | 38 kB | 36/317 kB Progress (4): 0.8/1.1 MB | 0.4/1.0 MB | 38 kB | 38/317 kB Progress (4): 0.8/1.1 MB | 0.4/1.0 MB | 38 kB | 38/317 kB Progress (4): 0.8/1.1 MB | 0.4/1.0 MB | 38 kB | 38/317 kB Progress (4): 0.8/1.1 MB | 0.4/1.0 MB | 38 kB | 41/317 kB Progress (4): 0.8/1.1 MB | 0.4/1.0 MB | 38 kB | 41/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 41/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 44/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 44/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 47/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 47/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 49/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 49/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 52/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 52/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 55/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 55/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 58/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 58/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 60/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 60/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 60/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 63/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 63/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 63/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 66/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 66/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 69/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 69/317 kB Progress (4): 0.9/1.1 MB | 0.4/1.0 MB | 38 kB | 71/317 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar (38 kB at 69 kB/s) +Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 71/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 74/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 74/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 74/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 77/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 77/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 80/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 80/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 80/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 80/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 82/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 82/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 82/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 85/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 85/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 88/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 88/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 90/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 90/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 93/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 93/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 96/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 96/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 99/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 99/317 kB Progress (3): 0.9/1.1 MB | 0.4/1.0 MB | 101/317 kB Progress (3): 1.0/1.1 MB | 0.4/1.0 MB | 101/317 kB Progress (3): 1.0/1.1 MB | 0.4/1.0 MB | 104/317 kB Progress (3): 1.0/1.1 MB | 0.4/1.0 MB | 104/317 kB Progress (3): 1.0/1.1 MB | 0.4/1.0 MB | 104/317 kB Progress (3): 1.0/1.1 MB | 0.4/1.0 MB | 107/317 kB Progress (3): 1.0/1.1 MB | 0.4/1.0 MB | 107/317 kB Progress (3): 1.0/1.1 MB | 0.4/1.0 MB | 110/317 kB Progress (3): 1.0/1.1 MB | 0.4/1.0 MB | 110/317 kB Progress (3): 1.0/1.1 MB | 0.4/1.0 MB | 112/317 kB Progress (3): 1.0/1.1 MB | 0.4/1.0 MB | 112/317 kB Progress (3): 1.0/1.1 MB | 0.4/1.0 MB | 112/317 kB Progress (3): 1.0/1.1 MB | 0.4/1.0 MB | 115/317 kB Progress (3): 1.0/1.1 MB | 0.4/1.0 MB | 115/317 kB Progress (3): 1.0/1.1 MB | 0.4/1.0 MB | 118/317 kB Progress (3): 1.0/1.1 MB | 0.4/1.0 MB | 118/317 kB Progress (3): 1.0/1.1 MB | 0.4/1.0 MB | 121/317 kB Progress (3): 1.0/1.1 MB | 0.4/1.0 MB | 121/317 kB Progress (3): 1.0/1.1 MB | 0.4/1.0 MB | 123/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 123/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 123/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 126/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 126/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 129/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 129/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 132/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 132/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 134/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 134/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 137/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 137/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 140/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 140/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 143/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 143/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 145/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 145/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 145/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 148/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 148/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 148/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 151/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 151/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 151/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 154/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 154/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 156/317 kB Progress (3): 1.0/1.1 MB | 0.5/1.0 MB | 156/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 156/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 156/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 159/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 159/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 162/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 162/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 165/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 165/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 167/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 167/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 170/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 170/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 173/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 173/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 175/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 175/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 178/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 178/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 181/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 181/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 184/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 184/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 184/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 186/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 186/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 186/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 189/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 189/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 192/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 192/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 195/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 195/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 197/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 197/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 200/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 200/317 kB Progress (3): 1.1/1.1 MB | 0.5/1.0 MB | 203/317 kB Progress (3): 1.1 MB | 0.5/1.0 MB | 203/317 kB Progress (3): 1.1 MB | 0.5/1.0 MB | 206/317 kB Progress (3): 1.1 MB | 0.5/1.0 MB | 206/317 kB Progress (3): 1.1 MB | 0.5/1.0 MB | 208/317 kB Progress (3): 1.1 MB | 0.5/1.0 MB | 208/317 kB Progress (3): 1.1 MB | 0.5/1.0 MB | 211/317 kB Progress (3): 1.1 MB | 0.5/1.0 MB | 211/317 kB Progress (3): 1.1 MB | 0.5/1.0 MB | 214/317 kB Progress (3): 1.1 MB | 0.5/1.0 MB | 214/317 kB Progress (3): 1.1 MB | 0.5/1.0 MB | 217/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 217/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 219/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 219/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 223/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 223/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 227/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 227/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 231/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 231/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 235/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 235/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 235/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 239/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 239/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 243/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 243/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 247/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 247/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 251/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 251/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 256/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 256/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 260/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 260/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 264/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 264/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 268/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 268/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 268/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 272/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 272/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 276/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 276/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 280/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 280/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 284/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 284/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 284/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 288/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 288/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 292/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 292/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 297/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 297/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 301/317 kB Progress (3): 1.1 MB | 0.6/1.0 MB | 301/317 kB Progress (3): 1.1 MB | 0.7/1.0 MB | 301/317 kB Progress (3): 1.1 MB | 0.7/1.0 MB | 305/317 kB Progress (3): 1.1 MB | 0.7/1.0 MB | 305/317 kB Progress (3): 1.1 MB | 0.7/1.0 MB | 309/317 kB Progress (3): 1.1 MB | 0.7/1.0 MB | 309/317 kB Progress (3): 1.1 MB | 0.7/1.0 MB | 313/317 kB Progress (3): 1.1 MB | 0.7/1.0 MB | 313/317 kB Progress (3): 1.1 MB | 0.7/1.0 MB | 317/317 kB Progress (3): 1.1 MB | 0.7/1.0 MB | 317/317 kB Progress (3): 1.1 MB | 0.7/1.0 MB | 317 kB Progress (3): 1.1 MB | 0.7/1.0 MB | 317 kB Progress (3): 1.1 MB | 0.7/1.0 MB | 317 kB Progress (3): 1.1 MB | 0.7/1.0 MB | 317 kB Progress (3): 1.1 MB | 0.7/1.0 MB | 317 kB Progress (3): 1.1 MB | 0.7/1.0 MB | 317 kB Progress (3): 1.1 MB | 0.7/1.0 MB | 317 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/santuario/xmlsec/2.1.4/xmlsec-2.1.4.jar (1.1 MB at 1.9 MB/s) +Progress (2): 0.7/1.0 MB | 317 kB Progress (2): 0.7/1.0 MB | 317 kB Progress (2): 0.7/1.0 MB | 317 kB Progress (2): 0.7/1.0 MB | 317 kB Progress (2): 0.7/1.0 MB | 317 kB Progress (2): 0.7/1.0 MB | 317 kB Progress (2): 0.7/1.0 MB | 317 kB Progress (2): 0.7/1.0 MB | 317 kB Progress (2): 0.7/1.0 MB | 317 kB Progress (2): 0.7/1.0 MB | 317 kB Progress (2): 0.7/1.0 MB | 317 kB Progress (2): 0.7/1.0 MB | 317 kB Progress (2): 0.7/1.0 MB | 317 kB Progress (2): 0.8/1.0 MB | 317 kB Progress (2): 0.8/1.0 MB | 317 kB Progress (2): 0.8/1.0 MB | 317 kB Progress (2): 0.8/1.0 MB | 317 kB Progress (2): 0.8/1.0 MB | 317 kB Progress (2): 0.8/1.0 MB | 317 kB Progress (2): 0.8/1.0 MB | 317 kB Progress (2): 0.8/1.0 MB | 317 kB Progress (2): 0.8/1.0 MB | 317 kB Progress (2): 0.8/1.0 MB | 317 kB Progress (2): 0.8/1.0 MB | 317 kB Progress (2): 0.8/1.0 MB | 317 kB Progress (2): 0.8/1.0 MB | 317 kB Progress (2): 0.8/1.0 MB | 317 kB Progress (2): 0.8/1.0 MB | 317 kB Progress (2): 0.8/1.0 MB | 317 kB Progress (2): 0.8/1.0 MB | 317 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar (317 kB at 529 kB/s) +Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.8/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar (1.0 MB at 1.6 MB/s) +[INFO] org.opensaml:opensaml-profile-impl:jar:4.0.1 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.1:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.1:compile +[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- org.opensaml:opensaml-profile-api:jar:4.0.1:compile +[INFO] +- org.opensaml:opensaml-security-api:jar:4.0.1:compile +[INFO] | +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] | +- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] | \- org.springframework:spring-core:jar:5.2.4.RELEASE:compile +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile +[INFO] +- org.opensaml:opensaml-xmlsec-api:jar:4.0.1:compile +[INFO] | \- org.apache.santuario:xmlsec:jar:2.1.4:compile +[INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile +[INFO] | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] +- org.opensaml:opensaml-xmlsec-impl:jar:4.0.1:compile +[INFO] | \- org.opensaml:opensaml-security-impl:jar:4.0.1:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:4.0.1:test +[INFO] +- org.opensaml:opensaml-profile-api:test-jar:tests:4.0.1:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] +- org.xmlunit:xmlunit-matchers:jar:2.6.3:test +[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.723 s +[INFO] Finished at: 2021-02-11T09:56:28-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -----------------< org.opensaml:opensaml-profile-impl >----------------- +[INFO] Building OpenSAML :: Profile Implementations 4.0.0 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-profile-impl --- +[INFO] org.opensaml:opensaml-profile-impl:jar:4.0.0 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.0:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.0:compile +[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- org.opensaml:opensaml-profile-api:jar:4.0.0:compile +[INFO] +- org.opensaml:opensaml-security-api:jar:4.0.0:compile +[INFO] | +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] | +- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] | \- org.springframework:spring-core:jar:5.2.4.RELEASE:compile +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile +[INFO] +- org.opensaml:opensaml-xmlsec-api:jar:4.0.0:compile +[INFO] | \- org.apache.santuario:xmlsec:jar:2.1.4:compile +[INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile +[INFO] | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] +- org.opensaml:opensaml-xmlsec-impl:jar:4.0.0:compile +[INFO] | \- org.opensaml:opensaml-security-impl:jar:4.0.0:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:4.0.0:test +[INFO] +- org.opensaml:opensaml-profile-api:test-jar:tests:4.0.0:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.878 s +[INFO] Finished at: 2021-02-11T09:56:30-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ------------------< org.opensaml:opensaml-xacml-api >------------------- +[INFO] Building OpenSAML :: XACML Provider API 4.0.1 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-xacml-api --- +[INFO] org.opensaml:opensaml-xacml-api:jar:4.0.1 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.1:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] +- org.xmlunit:xmlunit-matchers:jar:2.6.3:test +[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.767 s +[INFO] Finished at: 2021-02-11T09:56:31-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ------------------< org.opensaml:opensaml-xacml-api >------------------- +[INFO] Building OpenSAML :: XACML Provider API 4.0.0 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-xacml-api --- +[INFO] org.opensaml:opensaml-xacml-api:jar:4.0.0 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.0:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.827 s +[INFO] Finished at: 2021-02-11T09:56:33-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -----------------< org.opensaml:opensaml-storage-impl >----------------- +[INFO] Building OpenSAML :: Storage Implementation 4.0.1 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-storage-impl --- +Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.jar +Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.jar +Downloading from central: https://repo.maven.apache.org/maven2/net/spy/spymemcached/2.12.3/spymemcached-2.12.3.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-core/5.4.12.Final/hibernate-core-5.4.12.Final.jar +Downloading from central: https://repo.maven.apache.org/maven2/org/ldaptive/ldaptive/1.3.0/ldaptive-1.3.0.jar +Progress (1): 2.7/474 kB Progress (2): 2.7/474 kB | 4.1/833 kB Progress (3): 2.7/474 kB | 4.1/833 kB | 2.7/66 kB Progress (4): 2.7/474 kB | 4.1/833 kB | 2.7/66 kB | 2.7/54 kB Progress (4): 5.5/474 kB | 4.1/833 kB | 2.7/66 kB | 2.7/54 kB Progress (4): 5.5/474 kB | 4.1/833 kB | 5.5/66 kB | 2.7/54 kB Progress (4): 5.5/474 kB | 8.2/833 kB | 5.5/66 kB | 2.7/54 kB Progress (4): 5.5/474 kB | 8.2/833 kB | 5.5/66 kB | 5.5/54 kB Progress (4): 8.2/474 kB | 8.2/833 kB | 5.5/66 kB | 5.5/54 kB Progress (4): 8.2/474 kB | 8.2/833 kB | 8.2/66 kB | 5.5/54 kB Progress (4): 8.2/474 kB | 8.2/833 kB | 8.2/66 kB | 8.2/54 kB Progress (4): 8.2/474 kB | 8.2/833 kB | 11/66 kB | 8.2/54 kB Progress (4): 8.2/474 kB | 12/833 kB | 11/66 kB | 8.2/54 kB Progress (4): 11/474 kB | 12/833 kB | 11/66 kB | 8.2/54 kB Progress (4): 11/474 kB | 12/833 kB | 14/66 kB | 8.2/54 kB Progress (4): 11/474 kB | 12/833 kB | 14/66 kB | 11/54 kB Progress (4): 11/474 kB | 12/833 kB | 16/66 kB | 11/54 kB Progress (4): 11/474 kB | 12/833 kB | 16/66 kB | 14/54 kB Progress (5): 11/474 kB | 12/833 kB | 16/66 kB | 14/54 kB | 0/7.2 MB Progress (5): 11/474 kB | 12/833 kB | 19/66 kB | 14/54 kB | 0/7.2 MB Progress (5): 14/474 kB | 12/833 kB | 19/66 kB | 14/54 kB | 0/7.2 MB Progress (5): 14/474 kB | 16/833 kB | 19/66 kB | 14/54 kB | 0/7.2 MB Progress (5): 14/474 kB | 16/833 kB | 22/66 kB | 14/54 kB | 0/7.2 MB Progress (5): 14/474 kB | 16/833 kB | 22/66 kB | 16/54 kB | 0/7.2 MB Progress (5): 14/474 kB | 21/833 kB | 22/66 kB | 16/54 kB | 0/7.2 MB Progress (5): 16/474 kB | 21/833 kB | 22/66 kB | 16/54 kB | 0/7.2 MB Progress (5): 16/474 kB | 21/833 kB | 22/66 kB | 19/54 kB | 0/7.2 MB Progress (5): 16/474 kB | 21/833 kB | 25/66 kB | 19/54 kB | 0/7.2 MB Progress (5): 16/474 kB | 21/833 kB | 25/66 kB | 22/54 kB | 0/7.2 MB Progress (5): 19/474 kB | 21/833 kB | 25/66 kB | 22/54 kB | 0/7.2 MB Progress (5): 19/474 kB | 25/833 kB | 25/66 kB | 22/54 kB | 0/7.2 MB Progress (5): 22/474 kB | 25/833 kB | 25/66 kB | 22/54 kB | 0/7.2 MB Progress (5): 22/474 kB | 25/833 kB | 25/66 kB | 22/54 kB | 0.1/7.2 MB Progress (5): 22/474 kB | 25/833 kB | 25/66 kB | 25/54 kB | 0.1/7.2 MB Progress (5): 22/474 kB | 25/833 kB | 27/66 kB | 25/54 kB | 0.1/7.2 MB Progress (5): 22/474 kB | 25/833 kB | 27/66 kB | 27/54 kB | 0.1/7.2 MB Progress (5): 25/474 kB | 25/833 kB | 27/66 kB | 27/54 kB | 0.1/7.2 MB Progress (5): 25/474 kB | 29/833 kB | 27/66 kB | 27/54 kB | 0.1/7.2 MB Progress (5): 27/474 kB | 29/833 kB | 27/66 kB | 27/54 kB | 0.1/7.2 MB Progress (5): 27/474 kB | 29/833 kB | 27/66 kB | 30/54 kB | 0.1/7.2 MB Progress (5): 27/474 kB | 29/833 kB | 30/66 kB | 30/54 kB | 0.1/7.2 MB Progress (5): 27/474 kB | 29/833 kB | 30/66 kB | 30/54 kB | 0.1/7.2 MB Progress (5): 27/474 kB | 29/833 kB | 30/66 kB | 33/54 kB | 0.1/7.2 MB Progress (5): 30/474 kB | 29/833 kB | 30/66 kB | 33/54 kB | 0.1/7.2 MB Progress (5): 30/474 kB | 33/833 kB | 30/66 kB | 33/54 kB | 0.1/7.2 MB Progress (5): 33/474 kB | 33/833 kB | 30/66 kB | 33/54 kB | 0.1/7.2 MB Progress (5): 33/474 kB | 33/833 kB | 30/66 kB | 36/54 kB | 0.1/7.2 MB Progress (5): 33/474 kB | 33/833 kB | 33/66 kB | 36/54 kB | 0.1/7.2 MB Progress (5): 33/474 kB | 33/833 kB | 33/66 kB | 36/54 kB | 0.1/7.2 MB Progress (5): 33/474 kB | 33/833 kB | 33/66 kB | 38/54 kB | 0.1/7.2 MB Progress (5): 36/474 kB | 33/833 kB | 33/66 kB | 38/54 kB | 0.1/7.2 MB Progress (5): 36/474 kB | 37/833 kB | 33/66 kB | 38/54 kB | 0.1/7.2 MB Progress (5): 38/474 kB | 37/833 kB | 33/66 kB | 38/54 kB | 0.1/7.2 MB Progress (5): 38/474 kB | 37/833 kB | 33/66 kB | 41/54 kB | 0.1/7.2 MB Progress (5): 38/474 kB | 37/833 kB | 36/66 kB | 41/54 kB | 0.1/7.2 MB Progress (5): 38/474 kB | 37/833 kB | 36/66 kB | 44/54 kB | 0.1/7.2 MB Progress (5): 41/474 kB | 37/833 kB | 36/66 kB | 44/54 kB | 0.1/7.2 MB Progress (5): 41/474 kB | 41/833 kB | 36/66 kB | 44/54 kB | 0.1/7.2 MB Progress (5): 41/474 kB | 41/833 kB | 36/66 kB | 47/54 kB | 0.1/7.2 MB Progress (5): 41/474 kB | 41/833 kB | 38/66 kB | 47/54 kB | 0.1/7.2 MB Progress (5): 41/474 kB | 41/833 kB | 38/66 kB | 47/54 kB | 0.2/7.2 MB Progress (5): 41/474 kB | 41/833 kB | 41/66 kB | 47/54 kB | 0.2/7.2 MB Progress (5): 41/474 kB | 41/833 kB | 41/66 kB | 49/54 kB | 0.2/7.2 MB Progress (5): 41/474 kB | 45/833 kB | 41/66 kB | 49/54 kB | 0.2/7.2 MB Progress (5): 44/474 kB | 45/833 kB | 41/66 kB | 49/54 kB | 0.2/7.2 MB Progress (5): 44/474 kB | 45/833 kB | 41/66 kB | 52/54 kB | 0.2/7.2 MB Progress (5): 44/474 kB | 45/833 kB | 44/66 kB | 52/54 kB | 0.2/7.2 MB Progress (5): 47/474 kB | 45/833 kB | 44/66 kB | 52/54 kB | 0.2/7.2 MB Progress (5): 47/474 kB | 49/833 kB | 44/66 kB | 52/54 kB | 0.2/7.2 MB Progress (5): 47/474 kB | 49/833 kB | 47/66 kB | 52/54 kB | 0.2/7.2 MB Progress (5): 47/474 kB | 49/833 kB | 47/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 49/474 kB | 49/833 kB | 47/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 49/474 kB | 49/833 kB | 49/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 52/474 kB | 49/833 kB | 49/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 52/474 kB | 53/833 kB | 49/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 55/474 kB | 53/833 kB | 49/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 55/474 kB | 58/833 kB | 49/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 55/474 kB | 58/833 kB | 52/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 55/474 kB | 58/833 kB | 52/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 55/474 kB | 58/833 kB | 55/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 55/474 kB | 62/833 kB | 55/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 58/474 kB | 62/833 kB | 55/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 58/474 kB | 62/833 kB | 58/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 60/474 kB | 62/833 kB | 58/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 60/474 kB | 66/833 kB | 58/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 63/474 kB | 66/833 kB | 58/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 63/474 kB | 66/833 kB | 60/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 66/474 kB | 66/833 kB | 60/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 66/474 kB | 70/833 kB | 60/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 66/474 kB | 70/833 kB | 63/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 66/474 kB | 70/833 kB | 63/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 66/474 kB | 70/833 kB | 66/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 66/474 kB | 74/833 kB | 66/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 69/474 kB | 74/833 kB | 66/66 kB | 54 kB | 0.2/7.2 MB Progress (5): 69/474 kB | 78/833 kB | 66/66 kB | 54 kB | 0.2/7.2 MB Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.jar (54 kB at 150 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/javax/persistence/javax.persistence-api/2.2/javax.persistence-api-2.2.jar +Progress (4): 69/474 kB | 78/833 kB | 66 kB | 0.2/7.2 MB Progress (4): 69/474 kB | 82/833 kB | 66 kB | 0.2/7.2 MB Progress (4): 71/474 kB | 82/833 kB | 66 kB | 0.2/7.2 MB Progress (4): 71/474 kB | 82/833 kB | 66 kB | 0.3/7.2 MB Progress (4): 71/474 kB | 86/833 kB | 66 kB | 0.3/7.2 MB Progress (4): 74/474 kB | 86/833 kB | 66 kB | 0.3/7.2 MB Progress (4): 74/474 kB | 90/833 kB | 66 kB | 0.3/7.2 MB Progress (4): 74/474 kB | 95/833 kB | 66 kB | 0.3/7.2 MB Progress (4): 77/474 kB | 95/833 kB | 66 kB | 0.3/7.2 MB Progress (4): 77/474 kB | 99/833 kB | 66 kB | 0.3/7.2 MB Progress (4): 80/474 kB | 99/833 kB | 66 kB | 0.3/7.2 MB Progress (4): 80/474 kB | 103/833 kB | 66 kB | 0.3/7.2 MB Progress (4): 82/474 kB | 103/833 kB | 66 kB | 0.3/7.2 MB Progress (4): 82/474 kB | 103/833 kB | 66 kB | 0.3/7.2 MB Progress (4): 85/474 kB | 103/833 kB | 66 kB | 0.3/7.2 MB Progress (4): 85/474 kB | 107/833 kB | 66 kB | 0.3/7.2 MB Progress (4): 88/474 kB | 107/833 kB | 66 kB | 0.3/7.2 MB Progress (4): 88/474 kB | 111/833 kB | 66 kB | 0.3/7.2 MB Progress (4): 90/474 kB | 111/833 kB | 66 kB | 0.3/7.2 MB Progress (4): 90/474 kB | 111/833 kB | 66 kB | 0.4/7.2 MB Progress (5): 90/474 kB | 111/833 kB | 66 kB | 0.4/7.2 MB | 2.7/165 kB Progress (5): 93/474 kB | 111/833 kB | 66 kB | 0.4/7.2 MB | 2.7/165 kB Progress (5): 93/474 kB | 115/833 kB | 66 kB | 0.4/7.2 MB | 2.7/165 kB Progress (5): 96/474 kB | 115/833 kB | 66 kB | 0.4/7.2 MB | 2.7/165 kB Progress (5): 96/474 kB | 115/833 kB | 66 kB | 0.4/7.2 MB | 2.7/165 kB Progress (5): 96/474 kB | 115/833 kB | 66 kB | 0.4/7.2 MB | 5.5/165 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.jar (66 kB at 167 kB/s) +Progress (4): 96/474 kB | 115/833 kB | 0.4/7.2 MB | 8.2/165 kB Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.jar +Progress (4): 96/474 kB | 115/833 kB | 0.4/7.2 MB | 11/165 kB Progress (4): 96/474 kB | 115/833 kB | 0.4/7.2 MB | 14/165 kB Progress (4): 96/474 kB | 115/833 kB | 0.4/7.2 MB | 16/165 kB Progress (4): 96/474 kB | 115/833 kB | 0.4/7.2 MB | 19/165 kB Progress (4): 96/474 kB | 115/833 kB | 0.4/7.2 MB | 22/165 kB Progress (4): 96/474 kB | 115/833 kB | 0.4/7.2 MB | 25/165 kB Progress (4): 96/474 kB | 115/833 kB | 0.4/7.2 MB | 27/165 kB Progress (4): 96/474 kB | 115/833 kB | 0.4/7.2 MB | 30/165 kB Progress (4): 96/474 kB | 115/833 kB | 0.4/7.2 MB | 33/165 kB Progress (4): 96/474 kB | 119/833 kB | 0.4/7.2 MB | 33/165 kB Progress (4): 99/474 kB | 119/833 kB | 0.4/7.2 MB | 33/165 kB Progress (4): 99/474 kB | 119/833 kB | 0.4/7.2 MB | 36/165 kB Progress (4): 99/474 kB | 123/833 kB | 0.4/7.2 MB | 36/165 kB Progress (4): 101/474 kB | 123/833 kB | 0.4/7.2 MB | 36/165 kB Progress (4): 101/474 kB | 123/833 kB | 0.4/7.2 MB | 38/165 kB Progress (4): 104/474 kB | 123/833 kB | 0.4/7.2 MB | 38/165 kB Progress (4): 104/474 kB | 128/833 kB | 0.4/7.2 MB | 38/165 kB Progress (4): 104/474 kB | 128/833 kB | 0.4/7.2 MB | 38/165 kB Progress (4): 107/474 kB | 128/833 kB | 0.4/7.2 MB | 38/165 kB Progress (4): 107/474 kB | 128/833 kB | 0.4/7.2 MB | 41/165 kB Progress (4): 107/474 kB | 132/833 kB | 0.4/7.2 MB | 41/165 kB Progress (4): 107/474 kB | 132/833 kB | 0.4/7.2 MB | 44/165 kB Progress (4): 110/474 kB | 132/833 kB | 0.4/7.2 MB | 44/165 kB Progress (4): 110/474 kB | 132/833 kB | 0.4/7.2 MB | 47/165 kB Progress (4): 110/474 kB | 136/833 kB | 0.4/7.2 MB | 47/165 kB Progress (4): 110/474 kB | 136/833 kB | 0.4/7.2 MB | 49/165 kB Progress (4): 112/474 kB | 136/833 kB | 0.4/7.2 MB | 49/165 kB Progress (4): 112/474 kB | 136/833 kB | 0.4/7.2 MB | 52/165 kB Progress (4): 112/474 kB | 136/833 kB | 0.5/7.2 MB | 52/165 kB Progress (4): 112/474 kB | 140/833 kB | 0.5/7.2 MB | 52/165 kB Progress (4): 112/474 kB | 140/833 kB | 0.5/7.2 MB | 55/165 kB Progress (4): 115/474 kB | 140/833 kB | 0.5/7.2 MB | 55/165 kB Progress (4): 115/474 kB | 140/833 kB | 0.5/7.2 MB | 58/165 kB Progress (4): 115/474 kB | 144/833 kB | 0.5/7.2 MB | 58/165 kB Progress (4): 115/474 kB | 144/833 kB | 0.5/7.2 MB | 60/165 kB Progress (4): 118/474 kB | 144/833 kB | 0.5/7.2 MB | 60/165 kB Progress (4): 118/474 kB | 144/833 kB | 0.5/7.2 MB | 63/165 kB Progress (4): 118/474 kB | 144/833 kB | 0.5/7.2 MB | 63/165 kB Progress (4): 118/474 kB | 148/833 kB | 0.5/7.2 MB | 63/165 kB Progress (4): 118/474 kB | 148/833 kB | 0.5/7.2 MB | 66/165 kB Progress (4): 121/474 kB | 148/833 kB | 0.5/7.2 MB | 66/165 kB Progress (4): 121/474 kB | 148/833 kB | 0.5/7.2 MB | 69/165 kB Progress (4): 123/474 kB | 148/833 kB | 0.5/7.2 MB | 69/165 kB Progress (4): 123/474 kB | 148/833 kB | 0.5/7.2 MB | 71/165 kB Progress (4): 123/474 kB | 152/833 kB | 0.5/7.2 MB | 71/165 kB Progress (4): 126/474 kB | 152/833 kB | 0.5/7.2 MB | 71/165 kB Progress (4): 126/474 kB | 152/833 kB | 0.5/7.2 MB | 74/165 kB Progress (4): 129/474 kB | 152/833 kB | 0.5/7.2 MB | 74/165 kB Progress (4): 129/474 kB | 156/833 kB | 0.5/7.2 MB | 74/165 kB Progress (4): 132/474 kB | 156/833 kB | 0.5/7.2 MB | 74/165 kB Progress (4): 132/474 kB | 156/833 kB | 0.5/7.2 MB | 77/165 kB Progress (4): 132/474 kB | 156/833 kB | 0.6/7.2 MB | 77/165 kB Progress (4): 132/474 kB | 156/833 kB | 0.6/7.2 MB | 80/165 kB Progress (4): 134/474 kB | 156/833 kB | 0.6/7.2 MB | 80/165 kB Progress (4): 134/474 kB | 160/833 kB | 0.6/7.2 MB | 80/165 kB Progress (4): 137/474 kB | 160/833 kB | 0.6/7.2 MB | 80/165 kB Progress (4): 137/474 kB | 160/833 kB | 0.6/7.2 MB | 82/165 kB Progress (4): 140/474 kB | 160/833 kB | 0.6/7.2 MB | 82/165 kB Progress (4): 140/474 kB | 160/833 kB | 0.6/7.2 MB | 85/165 kB Progress (4): 140/474 kB | 165/833 kB | 0.6/7.2 MB | 85/165 kB Progress (4): 140/474 kB | 165/833 kB | 0.6/7.2 MB | 88/165 kB Progress (4): 143/474 kB | 165/833 kB | 0.6/7.2 MB | 88/165 kB Progress (4): 143/474 kB | 165/833 kB | 0.6/7.2 MB | 88/165 kB Progress (5): 143/474 kB | 165/833 kB | 0.6/7.2 MB | 88/165 kB | 2.7/778 kB Progress (5): 145/474 kB | 165/833 kB | 0.6/7.2 MB | 88/165 kB | 2.7/778 kB Progress (5): 145/474 kB | 165/833 kB | 0.6/7.2 MB | 90/165 kB | 2.7/778 kB Progress (5): 145/474 kB | 169/833 kB | 0.6/7.2 MB | 90/165 kB | 2.7/778 kB Progress (5): 145/474 kB | 169/833 kB | 0.6/7.2 MB | 93/165 kB | 2.7/778 kB Progress (5): 148/474 kB | 169/833 kB | 0.6/7.2 MB | 93/165 kB | 2.7/778 kB Progress (5): 148/474 kB | 169/833 kB | 0.6/7.2 MB | 93/165 kB | 5.5/778 kB Progress (5): 148/474 kB | 169/833 kB | 0.6/7.2 MB | 93/165 kB | 5.5/778 kB Progress (5): 151/474 kB | 169/833 kB | 0.6/7.2 MB | 93/165 kB | 5.5/778 kB Progress (5): 151/474 kB | 169/833 kB | 0.6/7.2 MB | 96/165 kB | 5.5/778 kB Progress (5): 151/474 kB | 173/833 kB | 0.6/7.2 MB | 96/165 kB | 5.5/778 kB Progress (5): 151/474 kB | 173/833 kB | 0.6/7.2 MB | 99/165 kB | 5.5/778 kB Progress (5): 154/474 kB | 173/833 kB | 0.6/7.2 MB | 99/165 kB | 5.5/778 kB Progress (5): 154/474 kB | 173/833 kB | 0.6/7.2 MB | 99/165 kB | 8.2/778 kB Progress (5): 156/474 kB | 173/833 kB | 0.6/7.2 MB | 99/165 kB | 8.2/778 kB Progress (5): 156/474 kB | 173/833 kB | 0.7/7.2 MB | 99/165 kB | 8.2/778 kB Progress (5): 156/474 kB | 173/833 kB | 0.7/7.2 MB | 101/165 kB | 8.2/778 kB Progress (5): 156/474 kB | 177/833 kB | 0.7/7.2 MB | 101/165 kB | 8.2/778 kB Progress (5): 156/474 kB | 177/833 kB | 0.7/7.2 MB | 104/165 kB | 8.2/778 kB Progress (5): 159/474 kB | 177/833 kB | 0.7/7.2 MB | 104/165 kB | 8.2/778 kB Progress (5): 159/474 kB | 177/833 kB | 0.7/7.2 MB | 104/165 kB | 11/778 kB Progress (5): 162/474 kB | 177/833 kB | 0.7/7.2 MB | 104/165 kB | 11/778 kB Progress (5): 162/474 kB | 177/833 kB | 0.7/7.2 MB | 107/165 kB | 11/778 kB Progress (5): 162/474 kB | 181/833 kB | 0.7/7.2 MB | 107/165 kB | 11/778 kB Progress (5): 162/474 kB | 181/833 kB | 0.7/7.2 MB | 107/165 kB | 11/778 kB Progress (5): 165/474 kB | 181/833 kB | 0.7/7.2 MB | 107/165 kB | 11/778 kB Progress (5): 165/474 kB | 181/833 kB | 0.7/7.2 MB | 107/165 kB | 14/778 kB Progress (5): 167/474 kB | 181/833 kB | 0.7/7.2 MB | 107/165 kB | 14/778 kB Progress (5): 167/474 kB | 185/833 kB | 0.7/7.2 MB | 107/165 kB | 14/778 kB Progress (5): 167/474 kB | 185/833 kB | 0.7/7.2 MB | 110/165 kB | 14/778 kB Progress (5): 167/474 kB | 189/833 kB | 0.7/7.2 MB | 110/165 kB | 14/778 kB Progress (5): 170/474 kB | 189/833 kB | 0.7/7.2 MB | 110/165 kB | 14/778 kB Progress (5): 170/474 kB | 189/833 kB | 0.7/7.2 MB | 110/165 kB | 16/778 kB Progress (5): 173/474 kB | 189/833 kB | 0.7/7.2 MB | 110/165 kB | 16/778 kB Progress (5): 173/474 kB | 193/833 kB | 0.7/7.2 MB | 110/165 kB | 16/778 kB Progress (5): 173/474 kB | 193/833 kB | 0.7/7.2 MB | 112/165 kB | 16/778 kB Progress (5): 173/474 kB | 197/833 kB | 0.7/7.2 MB | 112/165 kB | 16/778 kB Progress (5): 173/474 kB | 197/833 kB | 0.8/7.2 MB | 112/165 kB | 16/778 kB Progress (5): 173/474 kB | 202/833 kB | 0.8/7.2 MB | 112/165 kB | 16/778 kB Progress (5): 173/474 kB | 202/833 kB | 0.8/7.2 MB | 115/165 kB | 16/778 kB Progress (5): 175/474 kB | 202/833 kB | 0.8/7.2 MB | 115/165 kB | 16/778 kB Progress (5): 175/474 kB | 202/833 kB | 0.8/7.2 MB | 115/165 kB | 19/778 kB Progress (5): 178/474 kB | 202/833 kB | 0.8/7.2 MB | 115/165 kB | 19/778 kB Progress (5): 178/474 kB | 202/833 kB | 0.8/7.2 MB | 115/165 kB | 22/778 kB Progress (5): 178/474 kB | 202/833 kB | 0.8/7.2 MB | 118/165 kB | 22/778 kB Progress (5): 178/474 kB | 206/833 kB | 0.8/7.2 MB | 118/165 kB | 22/778 kB Progress (5): 178/474 kB | 206/833 kB | 0.8/7.2 MB | 121/165 kB | 22/778 kB Progress (5): 178/474 kB | 206/833 kB | 0.8/7.2 MB | 121/165 kB | 25/778 kB Progress (5): 178/474 kB | 206/833 kB | 0.8/7.2 MB | 121/165 kB | 25/778 kB Progress (5): 178/474 kB | 206/833 kB | 0.8/7.2 MB | 121/165 kB | 27/778 kB Progress (5): 181/474 kB | 206/833 kB | 0.8/7.2 MB | 121/165 kB | 27/778 kB Progress (5): 181/474 kB | 206/833 kB | 0.8/7.2 MB | 121/165 kB | 30/778 kB Progress (5): 181/474 kB | 206/833 kB | 0.8/7.2 MB | 123/165 kB | 30/778 kB Progress (5): 181/474 kB | 210/833 kB | 0.8/7.2 MB | 123/165 kB | 30/778 kB Progress (5): 181/474 kB | 210/833 kB | 0.8/7.2 MB | 126/165 kB | 30/778 kB Progress (5): 181/474 kB | 210/833 kB | 0.8/7.2 MB | 126/165 kB | 30/778 kB Progress (5): 181/474 kB | 210/833 kB | 0.8/7.2 MB | 126/165 kB | 33/778 kB Progress (5): 184/474 kB | 210/833 kB | 0.8/7.2 MB | 126/165 kB | 33/778 kB Progress (5): 184/474 kB | 210/833 kB | 0.8/7.2 MB | 126/165 kB | 36/778 kB Progress (5): 184/474 kB | 210/833 kB | 0.8/7.2 MB | 129/165 kB | 36/778 kB Progress (5): 184/474 kB | 214/833 kB | 0.8/7.2 MB | 129/165 kB | 36/778 kB Progress (5): 184/474 kB | 214/833 kB | 0.8/7.2 MB | 132/165 kB | 36/778 kB Progress (5): 184/474 kB | 214/833 kB | 0.8/7.2 MB | 132/165 kB | 38/778 kB Progress (5): 186/474 kB | 214/833 kB | 0.8/7.2 MB | 132/165 kB | 38/778 kB Progress (5): 186/474 kB | 214/833 kB | 0.8/7.2 MB | 132/165 kB | 41/778 kB Progress (5): 186/474 kB | 214/833 kB | 0.8/7.2 MB | 134/165 kB | 41/778 kB Progress (5): 186/474 kB | 214/833 kB | 0.8/7.2 MB | 134/165 kB | 44/778 kB Progress (5): 186/474 kB | 214/833 kB | 0.9/7.2 MB | 134/165 kB | 44/778 kB Progress (5): 186/474 kB | 218/833 kB | 0.9/7.2 MB | 134/165 kB | 44/778 kB Progress (5): 186/474 kB | 218/833 kB | 0.9/7.2 MB | 134/165 kB | 47/778 kB Progress (5): 186/474 kB | 218/833 kB | 0.9/7.2 MB | 137/165 kB | 47/778 kB Progress (5): 189/474 kB | 218/833 kB | 0.9/7.2 MB | 137/165 kB | 47/778 kB Progress (5): 189/474 kB | 218/833 kB | 0.9/7.2 MB | 140/165 kB | 47/778 kB Progress (5): 189/474 kB | 226/833 kB | 0.9/7.2 MB | 140/165 kB | 47/778 kB Progress (5): 189/474 kB | 226/833 kB | 0.9/7.2 MB | 140/165 kB | 49/778 kB Progress (5): 189/474 kB | 234/833 kB | 0.9/7.2 MB | 140/165 kB | 49/778 kB Progress (5): 189/474 kB | 234/833 kB | 0.9/7.2 MB | 143/165 kB | 49/778 kB Progress (5): 192/474 kB | 234/833 kB | 0.9/7.2 MB | 143/165 kB | 49/778 kB Progress (5): 192/474 kB | 234/833 kB | 0.9/7.2 MB | 143/165 kB | 49/778 kB Progress (5): 195/474 kB | 234/833 kB | 0.9/7.2 MB | 143/165 kB | 49/778 kB Progress (5): 195/474 kB | 243/833 kB | 0.9/7.2 MB | 143/165 kB | 49/778 kB Progress (5): 195/474 kB | 243/833 kB | 0.9/7.2 MB | 145/165 kB | 49/778 kB Progress (5): 195/474 kB | 243/833 kB | 0.9/7.2 MB | 145/165 kB | 52/778 kB Progress (5): 195/474 kB | 243/833 kB | 0.9/7.2 MB | 148/165 kB | 52/778 kB Progress (5): 195/474 kB | 251/833 kB | 0.9/7.2 MB | 148/165 kB | 52/778 kB Progress (5): 197/474 kB | 251/833 kB | 0.9/7.2 MB | 148/165 kB | 52/778 kB Progress (5): 197/474 kB | 251/833 kB | 0.9/7.2 MB | 151/165 kB | 52/778 kB Progress (5): 197/474 kB | 251/833 kB | 1.0/7.2 MB | 151/165 kB | 52/778 kB Progress (5): 197/474 kB | 251/833 kB | 1.0/7.2 MB | 151/165 kB | 55/778 kB Progress (5): 197/474 kB | 251/833 kB | 1.0/7.2 MB | 154/165 kB | 55/778 kB Progress (5): 197/474 kB | 259/833 kB | 1.0/7.2 MB | 154/165 kB | 55/778 kB Progress (5): 200/474 kB | 259/833 kB | 1.0/7.2 MB | 154/165 kB | 55/778 kB Progress (5): 200/474 kB | 259/833 kB | 1.0/7.2 MB | 154/165 kB | 55/778 kB Progress (5): 200/474 kB | 267/833 kB | 1.0/7.2 MB | 154/165 kB | 55/778 kB Progress (5): 200/474 kB | 267/833 kB | 1.0/7.2 MB | 156/165 kB | 55/778 kB Progress (5): 200/474 kB | 267/833 kB | 1.0/7.2 MB | 156/165 kB | 58/778 kB Progress (5): 200/474 kB | 267/833 kB | 1.0/7.2 MB | 159/165 kB | 58/778 kB Progress (5): 203/474 kB | 267/833 kB | 1.0/7.2 MB | 159/165 kB | 58/778 kB Progress (5): 203/474 kB | 267/833 kB | 1.0/7.2 MB | 162/165 kB | 58/778 kB Progress (5): 203/474 kB | 267/833 kB | 1.0/7.2 MB | 162/165 kB | 60/778 kB Progress (5): 203/474 kB | 275/833 kB | 1.0/7.2 MB | 162/165 kB | 60/778 kB Progress (5): 203/474 kB | 275/833 kB | 1.1/7.2 MB | 162/165 kB | 60/778 kB Progress (5): 203/474 kB | 275/833 kB | 1.1/7.2 MB | 162/165 kB | 63/778 kB Progress (5): 203/474 kB | 275/833 kB | 1.1/7.2 MB | 165/165 kB | 63/778 kB Progress (5): 206/474 kB | 275/833 kB | 1.1/7.2 MB | 165/165 kB | 63/778 kB Progress (5): 206/474 kB | 275/833 kB | 1.1/7.2 MB | 165 kB | 63/778 kB Progress (5): 206/474 kB | 275/833 kB | 1.1/7.2 MB | 165 kB | 66/778 kB Progress (5): 206/474 kB | 284/833 kB | 1.1/7.2 MB | 165 kB | 66/778 kB Progress (5): 206/474 kB | 284/833 kB | 1.1/7.2 MB | 165 kB | 69/778 kB Progress (5): 206/474 kB | 284/833 kB | 1.1/7.2 MB | 165 kB | 69/778 kB Progress (5): 206/474 kB | 292/833 kB | 1.1/7.2 MB | 165 kB | 69/778 kB Progress (5): 208/474 kB | 292/833 kB | 1.1/7.2 MB | 165 kB | 69/778 kB Progress (5): 208/474 kB | 300/833 kB | 1.1/7.2 MB | 165 kB | 69/778 kB Progress (5): 208/474 kB | 300/833 kB | 1.1/7.2 MB | 165 kB | 71/778 kB Progress (5): 211/474 kB | 300/833 kB | 1.1/7.2 MB | 165 kB | 71/778 kB Progress (5): 211/474 kB | 300/833 kB | 1.1/7.2 MB | 165 kB | 74/778 kB Progress (5): 214/474 kB | 300/833 kB | 1.1/7.2 MB | 165 kB | 74/778 kB Progress (5): 214/474 kB | 308/833 kB | 1.1/7.2 MB | 165 kB | 74/778 kB Progress (5): 217/474 kB | 308/833 kB | 1.1/7.2 MB | 165 kB | 74/778 kB Progress (5): 217/474 kB | 308/833 kB | 1.1/7.2 MB | 165 kB | 77/778 kB Progress (5): 219/474 kB | 308/833 kB | 1.1/7.2 MB | 165 kB | 77/778 kB Progress (5): 219/474 kB | 316/833 kB | 1.1/7.2 MB | 165 kB | 77/778 kB Progress (5): 219/474 kB | 316/833 kB | 1.1/7.2 MB | 165 kB | 77/778 kB Progress (5): 219/474 kB | 316/833 kB | 1.1/7.2 MB | 165 kB | 80/778 kB Progress (5): 223/474 kB | 316/833 kB | 1.1/7.2 MB | 165 kB | 80/778 kB Progress (5): 223/474 kB | 316/833 kB | 1.1/7.2 MB | 165 kB | 82/778 kB Progress (5): 223/474 kB | 324/833 kB | 1.1/7.2 MB | 165 kB | 82/778 kB Progress (5): 223/474 kB | 324/833 kB | 1.1/7.2 MB | 165 kB | 85/778 kB Progress (5): 227/474 kB | 324/833 kB | 1.1/7.2 MB | 165 kB | 85/778 kB Progress (5): 227/474 kB | 324/833 kB | 1.1/7.2 MB | 165 kB | 88/778 kB Progress (5): 227/474 kB | 324/833 kB | 1.2/7.2 MB | 165 kB | 88/778 kB Progress (5): 227/474 kB | 333/833 kB | 1.2/7.2 MB | 165 kB | 88/778 kB Progress (5): 227/474 kB | 333/833 kB | 1.2/7.2 MB | 165 kB | 90/778 kB Progress (5): 231/474 kB | 333/833 kB | 1.2/7.2 MB | 165 kB | 90/778 kB Progress (5): 231/474 kB | 333/833 kB | 1.2/7.2 MB | 165 kB | 93/778 kB Progress (5): 231/474 kB | 341/833 kB | 1.2/7.2 MB | 165 kB | 93/778 kB Progress (5): 235/474 kB | 341/833 kB | 1.2/7.2 MB | 165 kB | 93/778 kB Progress (5): 235/474 kB | 341/833 kB | 1.2/7.2 MB | 165 kB | 93/778 kB Progress (5): 235/474 kB | 349/833 kB | 1.2/7.2 MB | 165 kB | 93/778 kB Progress (5): 235/474 kB | 349/833 kB | 1.2/7.2 MB | 165 kB | 96/778 kB Progress (5): 239/474 kB | 349/833 kB | 1.2/7.2 MB | 165 kB | 96/778 kB Progress (5): 239/474 kB | 357/833 kB | 1.2/7.2 MB | 165 kB | 96/778 kB Progress (5): 239/474 kB | 357/833 kB | 1.2/7.2 MB | 165 kB | 99/778 kB Progress (5): 239/474 kB | 357/833 kB | 1.3/7.2 MB | 165 kB | 99/778 kB Progress (5): 239/474 kB | 365/833 kB | 1.3/7.2 MB | 165 kB | 99/778 kB Progress (5): 243/474 kB | 365/833 kB | 1.3/7.2 MB | 165 kB | 99/778 kB Progress (5): 243/474 kB | 365/833 kB | 1.3/7.2 MB | 165 kB | 101/778 kB Progress (5): 243/474 kB | 374/833 kB | 1.3/7.2 MB | 165 kB | 101/778 kB Progress (5): 247/474 kB | 374/833 kB | 1.3/7.2 MB | 165 kB | 101/778 kB Progress (5): 247/474 kB | 382/833 kB | 1.3/7.2 MB | 165 kB | 101/778 kB Progress (5): 247/474 kB | 382/833 kB | 1.3/7.2 MB | 165 kB | 104/778 kB Progress (5): 252/474 kB | 382/833 kB | 1.3/7.2 MB | 165 kB | 104/778 kB Progress (5): 252/474 kB | 382/833 kB | 1.3/7.2 MB | 165 kB | 104/778 kB Progress (5): 252/474 kB | 390/833 kB | 1.3/7.2 MB | 165 kB | 104/778 kB Progress (5): 252/474 kB | 390/833 kB | 1.3/7.2 MB | 165 kB | 107/778 kB Progress (5): 252/474 kB | 398/833 kB | 1.3/7.2 MB | 165 kB | 107/778 kB Progress (5): 256/474 kB | 398/833 kB | 1.3/7.2 MB | 165 kB | 107/778 kB Progress (5): 256/474 kB | 398/833 kB | 1.3/7.2 MB | 165 kB | 110/778 kB Progress (5): 256/474 kB | 398/833 kB | 1.3/7.2 MB | 165 kB | 110/778 kB Progress (5): 260/474 kB | 398/833 kB | 1.3/7.2 MB | 165 kB | 110/778 kB Progress (5): 260/474 kB | 398/833 kB | 1.3/7.2 MB | 165 kB | 112/778 kB Progress (5): 260/474 kB | 406/833 kB | 1.3/7.2 MB | 165 kB | 112/778 kB Progress (5): 260/474 kB | 406/833 kB | 1.3/7.2 MB | 165 kB | 115/778 kB Progress (5): 264/474 kB | 406/833 kB | 1.3/7.2 MB | 165 kB | 115/778 kB Progress (5): 264/474 kB | 406/833 kB | 1.3/7.2 MB | 165 kB | 118/778 kB Progress (5): 264/474 kB | 415/833 kB | 1.3/7.2 MB | 165 kB | 118/778 kB Progress (5): 264/474 kB | 415/833 kB | 1.3/7.2 MB | 165 kB | 121/778 kB Progress (5): 268/474 kB | 415/833 kB | 1.3/7.2 MB | 165 kB | 121/778 kB Progress (5): 268/474 kB | 423/833 kB | 1.3/7.2 MB | 165 kB | 121/778 kB Progress (5): 268/474 kB | 423/833 kB | 1.3/7.2 MB | 165 kB | 123/778 kB Progress (5): 268/474 kB | 423/833 kB | 1.4/7.2 MB | 165 kB | 123/778 kB Progress (5): 268/474 kB | 423/833 kB | 1.4/7.2 MB | 165 kB | 126/778 kB Progress (5): 272/474 kB | 423/833 kB | 1.4/7.2 MB | 165 kB | 126/778 kB Progress (5): 272/474 kB | 423/833 kB | 1.4/7.2 MB | 165 kB | 129/778 kB Downloaded from central: https://repo.maven.apache.org/maven2/javax/persistence/javax.persistence-api/2.2/javax.persistence-api-2.2.jar (165 kB at 361 kB/s) +Progress (4): 272/474 kB | 431/833 kB | 1.4/7.2 MB | 129/778 kB Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.7/byte-buddy-1.10.7.jar +Progress (4): 272/474 kB | 431/833 kB | 1.4/7.2 MB | 129/778 kB Progress (4): 272/474 kB | 431/833 kB | 1.4/7.2 MB | 132/778 kB Progress (4): 276/474 kB | 431/833 kB | 1.4/7.2 MB | 132/778 kB Progress (4): 276/474 kB | 438/833 kB | 1.4/7.2 MB | 132/778 kB Progress (4): 280/474 kB | 438/833 kB | 1.4/7.2 MB | 132/778 kB Progress (4): 280/474 kB | 438/833 kB | 1.4/7.2 MB | 134/778 kB Progress (4): 284/474 kB | 438/833 kB | 1.4/7.2 MB | 134/778 kB Progress (4): 284/474 kB | 438/833 kB | 1.4/7.2 MB | 137/778 kB Progress (4): 284/474 kB | 446/833 kB | 1.4/7.2 MB | 137/778 kB Progress (4): 288/474 kB | 446/833 kB | 1.4/7.2 MB | 137/778 kB Progress (4): 288/474 kB | 446/833 kB | 1.5/7.2 MB | 137/778 kB Progress (4): 288/474 kB | 446/833 kB | 1.5/7.2 MB | 140/778 kB Progress (4): 292/474 kB | 446/833 kB | 1.5/7.2 MB | 140/778 kB Progress (4): 292/474 kB | 454/833 kB | 1.5/7.2 MB | 140/778 kB Progress (4): 297/474 kB | 454/833 kB | 1.5/7.2 MB | 140/778 kB Progress (4): 297/474 kB | 454/833 kB | 1.5/7.2 MB | 143/778 kB Progress (4): 301/474 kB | 454/833 kB | 1.5/7.2 MB | 143/778 kB Progress (4): 301/474 kB | 454/833 kB | 1.5/7.2 MB | 143/778 kB Progress (4): 301/474 kB | 454/833 kB | 1.5/7.2 MB | 145/778 kB Progress (4): 301/474 kB | 463/833 kB | 1.5/7.2 MB | 145/778 kB Progress (4): 301/474 kB | 463/833 kB | 1.5/7.2 MB | 148/778 kB Progress (4): 305/474 kB | 463/833 kB | 1.5/7.2 MB | 148/778 kB Progress (4): 305/474 kB | 463/833 kB | 1.5/7.2 MB | 151/778 kB Progress (4): 305/474 kB | 471/833 kB | 1.5/7.2 MB | 151/778 kB Progress (4): 305/474 kB | 471/833 kB | 1.5/7.2 MB | 154/778 kB Progress (4): 309/474 kB | 471/833 kB | 1.5/7.2 MB | 154/778 kB Progress (4): 309/474 kB | 471/833 kB | 1.5/7.2 MB | 156/778 kB Progress (4): 309/474 kB | 471/833 kB | 1.5/7.2 MB | 156/778 kB Progress (4): 309/474 kB | 471/833 kB | 1.5/7.2 MB | 159/778 kB Progress (4): 309/474 kB | 479/833 kB | 1.5/7.2 MB | 159/778 kB Progress (4): 313/474 kB | 479/833 kB | 1.5/7.2 MB | 159/778 kB Progress (4): 313/474 kB | 487/833 kB | 1.5/7.2 MB | 159/778 kB Progress (4): 313/474 kB | 487/833 kB | 1.5/7.2 MB | 162/778 kB Progress (4): 317/474 kB | 487/833 kB | 1.5/7.2 MB | 162/778 kB Progress (4): 317/474 kB | 487/833 kB | 1.5/7.2 MB | 165/778 kB Progress (4): 317/474 kB | 495/833 kB | 1.5/7.2 MB | 165/778 kB Progress (4): 317/474 kB | 495/833 kB | 1.5/7.2 MB | 167/778 kB Progress (4): 317/474 kB | 495/833 kB | 1.6/7.2 MB | 167/778 kB Progress (4): 317/474 kB | 495/833 kB | 1.6/7.2 MB | 170/778 kB Progress (4): 321/474 kB | 495/833 kB | 1.6/7.2 MB | 170/778 kB Progress (4): 321/474 kB | 504/833 kB | 1.6/7.2 MB | 170/778 kB Progress (4): 325/474 kB | 504/833 kB | 1.6/7.2 MB | 170/778 kB Progress (4): 325/474 kB | 504/833 kB | 1.6/7.2 MB | 173/778 kB Progress (4): 329/474 kB | 504/833 kB | 1.6/7.2 MB | 173/778 kB Progress (4): 329/474 kB | 504/833 kB | 1.6/7.2 MB | 175/778 kB Progress (4): 329/474 kB | 512/833 kB | 1.6/7.2 MB | 175/778 kB Progress (4): 329/474 kB | 512/833 kB | 1.6/7.2 MB | 178/778 kB Progress (4): 333/474 kB | 512/833 kB | 1.6/7.2 MB | 178/778 kB Progress (4): 333/474 kB | 512/833 kB | 1.6/7.2 MB | 181/778 kB Progress (4): 333/474 kB | 520/833 kB | 1.6/7.2 MB | 181/778 kB Progress (4): 333/474 kB | 520/833 kB | 1.6/7.2 MB | 181/778 kB Progress (4): 338/474 kB | 520/833 kB | 1.6/7.2 MB | 181/778 kB Progress (4): 338/474 kB | 520/833 kB | 1.6/7.2 MB | 184/778 kB Progress (4): 338/474 kB | 528/833 kB | 1.6/7.2 MB | 184/778 kB Progress (4): 342/474 kB | 528/833 kB | 1.6/7.2 MB | 184/778 kB Progress (4): 342/474 kB | 536/833 kB | 1.6/7.2 MB | 184/778 kB Progress (4): 342/474 kB | 536/833 kB | 1.6/7.2 MB | 186/778 kB Progress (4): 342/474 kB | 536/833 kB | 1.7/7.2 MB | 186/778 kB Progress (4): 346/474 kB | 536/833 kB | 1.7/7.2 MB | 186/778 kB Progress (4): 346/474 kB | 544/833 kB | 1.7/7.2 MB | 186/778 kB Progress (4): 346/474 kB | 544/833 kB | 1.7/7.2 MB | 189/778 kB Progress (4): 346/474 kB | 553/833 kB | 1.7/7.2 MB | 189/778 kB Progress (4): 350/474 kB | 553/833 kB | 1.7/7.2 MB | 189/778 kB Progress (4): 350/474 kB | 553/833 kB | 1.7/7.2 MB | 192/778 kB Progress (4): 350/474 kB | 561/833 kB | 1.7/7.2 MB | 192/778 kB Progress (4): 350/474 kB | 561/833 kB | 1.7/7.2 MB | 195/778 kB Progress (4): 354/474 kB | 561/833 kB | 1.7/7.2 MB | 195/778 kB Progress (4): 354/474 kB | 569/833 kB | 1.7/7.2 MB | 195/778 kB Progress (4): 358/474 kB | 569/833 kB | 1.7/7.2 MB | 195/778 kB Progress (4): 358/474 kB | 569/833 kB | 1.7/7.2 MB | 195/778 kB Progress (4): 358/474 kB | 569/833 kB | 1.7/7.2 MB | 197/778 kB Progress (4): 358/474 kB | 577/833 kB | 1.7/7.2 MB | 197/778 kB Progress (4): 362/474 kB | 577/833 kB | 1.7/7.2 MB | 197/778 kB Progress (4): 362/474 kB | 585/833 kB | 1.7/7.2 MB | 197/778 kB Progress (4): 362/474 kB | 585/833 kB | 1.7/7.2 MB | 200/778 kB Progress (4): 366/474 kB | 585/833 kB | 1.7/7.2 MB | 200/778 kB Progress (4): 366/474 kB | 585/833 kB | 1.7/7.2 MB | 203/778 kB Progress (4): 366/474 kB | 585/833 kB | 1.8/7.2 MB | 203/778 kB Progress (4): 370/474 kB | 585/833 kB | 1.8/7.2 MB | 203/778 kB Progress (4): 370/474 kB | 585/833 kB | 1.8/7.2 MB | 206/778 kB Progress (4): 370/474 kB | 594/833 kB | 1.8/7.2 MB | 206/778 kB Progress (4): 374/474 kB | 594/833 kB | 1.8/7.2 MB | 206/778 kB Progress (4): 374/474 kB | 602/833 kB | 1.8/7.2 MB | 206/778 kB Progress (4): 374/474 kB | 602/833 kB | 1.8/7.2 MB | 208/778 kB Progress (4): 378/474 kB | 602/833 kB | 1.8/7.2 MB | 208/778 kB Progress (4): 378/474 kB | 602/833 kB | 1.8/7.2 MB | 211/778 kB Progress (4): 378/474 kB | 610/833 kB | 1.8/7.2 MB | 211/778 kB Progress (4): 383/474 kB | 610/833 kB | 1.8/7.2 MB | 211/778 kB Progress (4): 383/474 kB | 610/833 kB | 1.8/7.2 MB | 211/778 kB Progress (4): 383/474 kB | 618/833 kB | 1.8/7.2 MB | 211/778 kB Progress (4): 383/474 kB | 618/833 kB | 1.8/7.2 MB | 214/778 kB Progress (4): 387/474 kB | 618/833 kB | 1.8/7.2 MB | 214/778 kB Progress (4): 387/474 kB | 618/833 kB | 1.8/7.2 MB | 217/778 kB Progress (4): 387/474 kB | 626/833 kB | 1.8/7.2 MB | 217/778 kB Progress (4): 391/474 kB | 626/833 kB | 1.8/7.2 MB | 217/778 kB Progress (4): 391/474 kB | 626/833 kB | 1.8/7.2 MB | 217/778 kB Progress (4): 391/474 kB | 635/833 kB | 1.8/7.2 MB | 217/778 kB Progress (4): 391/474 kB | 635/833 kB | 1.8/7.2 MB | 219/778 kB Progress (4): 395/474 kB | 635/833 kB | 1.8/7.2 MB | 219/778 kB Progress (5): 395/474 kB | 635/833 kB | 1.8/7.2 MB | 219/778 kB | 0/3.3 MB Progress (5): 399/474 kB | 635/833 kB | 1.8/7.2 MB | 219/778 kB | 0/3.3 MB Progress (5): 399/474 kB | 643/833 kB | 1.8/7.2 MB | 219/778 kB | 0/3.3 MB Progress (5): 399/474 kB | 643/833 kB | 1.8/7.2 MB | 223/778 kB | 0/3.3 MB Progress (5): 403/474 kB | 643/833 kB | 1.8/7.2 MB | 223/778 kB | 0/3.3 MB Progress (5): 403/474 kB | 643/833 kB | 1.8/7.2 MB | 223/778 kB | 0/3.3 MB Progress (5): 403/474 kB | 651/833 kB | 1.8/7.2 MB | 223/778 kB | 0/3.3 MB Progress (5): 407/474 kB | 651/833 kB | 1.8/7.2 MB | 223/778 kB | 0/3.3 MB Progress (5): 407/474 kB | 651/833 kB | 1.8/7.2 MB | 227/778 kB | 0/3.3 MB Progress (5): 407/474 kB | 651/833 kB | 1.9/7.2 MB | 227/778 kB | 0/3.3 MB Progress (5): 407/474 kB | 651/833 kB | 1.9/7.2 MB | 231/778 kB | 0/3.3 MB Progress (5): 411/474 kB | 651/833 kB | 1.9/7.2 MB | 231/778 kB | 0/3.3 MB Progress (5): 411/474 kB | 651/833 kB | 1.9/7.2 MB | 231/778 kB | 0/3.3 MB Progress (5): 411/474 kB | 657/833 kB | 1.9/7.2 MB | 231/778 kB | 0/3.3 MB Progress (5): 415/474 kB | 657/833 kB | 1.9/7.2 MB | 231/778 kB | 0/3.3 MB Progress (5): 415/474 kB | 657/833 kB | 1.9/7.2 MB | 235/778 kB | 0/3.3 MB Progress (5): 415/474 kB | 665/833 kB | 1.9/7.2 MB | 235/778 kB | 0/3.3 MB Progress (5): 415/474 kB | 665/833 kB | 1.9/7.2 MB | 235/778 kB | 0.1/3.3 MB Progress (5): 415/474 kB | 665/833 kB | 1.9/7.2 MB | 235/778 kB | 0.1/3.3 MB Progress (5): 415/474 kB | 665/833 kB | 1.9/7.2 MB | 239/778 kB | 0.1/3.3 MB Progress (5): 415/474 kB | 674/833 kB | 1.9/7.2 MB | 239/778 kB | 0.1/3.3 MB Progress (5): 419/474 kB | 674/833 kB | 1.9/7.2 MB | 239/778 kB | 0.1/3.3 MB Progress (5): 419/474 kB | 674/833 kB | 1.9/7.2 MB | 243/778 kB | 0.1/3.3 MB Progress (5): 419/474 kB | 674/833 kB | 1.9/7.2 MB | 243/778 kB | 0.1/3.3 MB Progress (5): 419/474 kB | 682/833 kB | 1.9/7.2 MB | 243/778 kB | 0.1/3.3 MB Progress (5): 419/474 kB | 682/833 kB | 1.9/7.2 MB | 247/778 kB | 0.1/3.3 MB Progress (5): 424/474 kB | 682/833 kB | 1.9/7.2 MB | 247/778 kB | 0.1/3.3 MB Progress (5): 424/474 kB | 682/833 kB | 1.9/7.2 MB | 247/778 kB | 0.1/3.3 MB Progress (5): 424/474 kB | 682/833 kB | 1.9/7.2 MB | 251/778 kB | 0.1/3.3 MB Progress (5): 424/474 kB | 690/833 kB | 1.9/7.2 MB | 251/778 kB | 0.1/3.3 MB Progress (5): 424/474 kB | 690/833 kB | 2.0/7.2 MB | 251/778 kB | 0.1/3.3 MB Progress (5): 424/474 kB | 698/833 kB | 2.0/7.2 MB | 251/778 kB | 0.1/3.3 MB Progress (5): 424/474 kB | 698/833 kB | 2.0/7.2 MB | 256/778 kB | 0.1/3.3 MB Progress (5): 424/474 kB | 698/833 kB | 2.0/7.2 MB | 256/778 kB | 0.1/3.3 MB Progress (5): 428/474 kB | 698/833 kB | 2.0/7.2 MB | 256/778 kB | 0.1/3.3 MB Progress (5): 428/474 kB | 698/833 kB | 2.0/7.2 MB | 256/778 kB | 0.1/3.3 MB Progress (5): 428/474 kB | 698/833 kB | 2.0/7.2 MB | 260/778 kB | 0.1/3.3 MB Progress (5): 428/474 kB | 698/833 kB | 2.0/7.2 MB | 260/778 kB | 0.1/3.3 MB Progress (5): 428/474 kB | 706/833 kB | 2.0/7.2 MB | 260/778 kB | 0.1/3.3 MB Progress (5): 428/474 kB | 706/833 kB | 2.0/7.2 MB | 260/778 kB | 0.1/3.3 MB Progress (5): 428/474 kB | 706/833 kB | 2.0/7.2 MB | 264/778 kB | 0.1/3.3 MB Progress (5): 432/474 kB | 706/833 kB | 2.0/7.2 MB | 264/778 kB | 0.1/3.3 MB Progress (5): 432/474 kB | 706/833 kB | 2.0/7.2 MB | 268/778 kB | 0.1/3.3 MB Progress (5): 432/474 kB | 706/833 kB | 2.0/7.2 MB | 268/778 kB | 0.2/3.3 MB Progress (5): 432/474 kB | 706/833 kB | 2.0/7.2 MB | 268/778 kB | 0.2/3.3 MB Progress (5): 432/474 kB | 715/833 kB | 2.0/7.2 MB | 268/778 kB | 0.2/3.3 MB Progress (5): 432/474 kB | 715/833 kB | 2.0/7.2 MB | 268/778 kB | 0.2/3.3 MB Progress (5): 432/474 kB | 715/833 kB | 2.0/7.2 MB | 272/778 kB | 0.2/3.3 MB Progress (5): 436/474 kB | 715/833 kB | 2.0/7.2 MB | 272/778 kB | 0.2/3.3 MB Progress (5): 436/474 kB | 715/833 kB | 2.0/7.2 MB | 276/778 kB | 0.2/3.3 MB Progress (5): 436/474 kB | 715/833 kB | 2.0/7.2 MB | 276/778 kB | 0.2/3.3 MB Progress (5): 436/474 kB | 715/833 kB | 2.1/7.2 MB | 276/778 kB | 0.2/3.3 MB Progress (5): 436/474 kB | 723/833 kB | 2.1/7.2 MB | 276/778 kB | 0.2/3.3 MB Progress (5): 436/474 kB | 723/833 kB | 2.1/7.2 MB | 276/778 kB | 0.2/3.3 MB Progress (5): 436/474 kB | 723/833 kB | 2.1/7.2 MB | 280/778 kB | 0.2/3.3 MB Progress (5): 438/474 kB | 723/833 kB | 2.1/7.2 MB | 280/778 kB | 0.2/3.3 MB Progress (5): 438/474 kB | 723/833 kB | 2.1/7.2 MB | 280/778 kB | 0.2/3.3 MB Progress (5): 438/474 kB | 723/833 kB | 2.1/7.2 MB | 284/778 kB | 0.2/3.3 MB Progress (5): 438/474 kB | 723/833 kB | 2.1/7.2 MB | 284/778 kB | 0.2/3.3 MB Progress (5): 438/474 kB | 731/833 kB | 2.1/7.2 MB | 284/778 kB | 0.2/3.3 MB Progress (5): 438/474 kB | 731/833 kB | 2.1/7.2 MB | 288/778 kB | 0.2/3.3 MB Progress (5): 438/474 kB | 731/833 kB | 2.1/7.2 MB | 288/778 kB | 0.3/3.3 MB Progress (5): 442/474 kB | 731/833 kB | 2.1/7.2 MB | 288/778 kB | 0.3/3.3 MB Progress (5): 442/474 kB | 731/833 kB | 2.2/7.2 MB | 288/778 kB | 0.3/3.3 MB Progress (5): 442/474 kB | 731/833 kB | 2.2/7.2 MB | 292/778 kB | 0.3/3.3 MB Progress (5): 442/474 kB | 739/833 kB | 2.2/7.2 MB | 292/778 kB | 0.3/3.3 MB Progress (5): 442/474 kB | 739/833 kB | 2.2/7.2 MB | 297/778 kB | 0.3/3.3 MB Progress (5): 446/474 kB | 739/833 kB | 2.2/7.2 MB | 297/778 kB | 0.3/3.3 MB Progress (5): 446/474 kB | 739/833 kB | 2.2/7.2 MB | 297/778 kB | 0.3/3.3 MB Progress (5): 450/474 kB | 739/833 kB | 2.2/7.2 MB | 297/778 kB | 0.3/3.3 MB Progress (5): 450/474 kB | 747/833 kB | 2.2/7.2 MB | 297/778 kB | 0.3/3.3 MB Progress (5): 450/474 kB | 747/833 kB | 2.2/7.2 MB | 297/778 kB | 0.3/3.3 MB Progress (5): 450/474 kB | 747/833 kB | 2.2/7.2 MB | 301/778 kB | 0.3/3.3 MB Progress (5): 450/474 kB | 756/833 kB | 2.2/7.2 MB | 301/778 kB | 0.3/3.3 MB Progress (5): 450/474 kB | 756/833 kB | 2.2/7.2 MB | 301/778 kB | 0.3/3.3 MB Progress (5): 454/474 kB | 756/833 kB | 2.2/7.2 MB | 301/778 kB | 0.3/3.3 MB Progress (5): 454/474 kB | 764/833 kB | 2.2/7.2 MB | 301/778 kB | 0.3/3.3 MB Progress (5): 454/474 kB | 764/833 kB | 2.2/7.2 MB | 301/778 kB | 0.3/3.3 MB Progress (5): 454/474 kB | 764/833 kB | 2.2/7.2 MB | 305/778 kB | 0.3/3.3 MB Progress (5): 454/474 kB | 772/833 kB | 2.2/7.2 MB | 305/778 kB | 0.3/3.3 MB Progress (5): 458/474 kB | 772/833 kB | 2.2/7.2 MB | 305/778 kB | 0.3/3.3 MB Progress (5): 458/474 kB | 772/833 kB | 2.2/7.2 MB | 305/778 kB | 0.3/3.3 MB Progress (5): 463/474 kB | 772/833 kB | 2.2/7.2 MB | 305/778 kB | 0.3/3.3 MB Progress (5): 463/474 kB | 780/833 kB | 2.2/7.2 MB | 305/778 kB | 0.3/3.3 MB Progress (5): 463/474 kB | 780/833 kB | 2.3/7.2 MB | 305/778 kB | 0.3/3.3 MB Progress (5): 463/474 kB | 780/833 kB | 2.3/7.2 MB | 309/778 kB | 0.3/3.3 MB Progress (5): 463/474 kB | 788/833 kB | 2.3/7.2 MB | 309/778 kB | 0.3/3.3 MB Progress (5): 467/474 kB | 788/833 kB | 2.3/7.2 MB | 309/778 kB | 0.3/3.3 MB Progress (5): 467/474 kB | 788/833 kB | 2.3/7.2 MB | 309/778 kB | 0.3/3.3 MB Progress (5): 471/474 kB | 788/833 kB | 2.3/7.2 MB | 309/778 kB | 0.3/3.3 MB Progress (5): 471/474 kB | 797/833 kB | 2.3/7.2 MB | 309/778 kB | 0.3/3.3 MB Progress (5): 471/474 kB | 797/833 kB | 2.3/7.2 MB | 309/778 kB | 0.3/3.3 MB Progress (5): 471/474 kB | 797/833 kB | 2.3/7.2 MB | 313/778 kB | 0.3/3.3 MB Progress (5): 471/474 kB | 805/833 kB | 2.3/7.2 MB | 313/778 kB | 0.3/3.3 MB Progress (5): 474 kB | 805/833 kB | 2.3/7.2 MB | 313/778 kB | 0.3/3.3 MB Progress (5): 474 kB | 805/833 kB | 2.3/7.2 MB | 313/778 kB | 0.3/3.3 MB Progress (5): 474 kB | 805/833 kB | 2.4/7.2 MB | 313/778 kB | 0.3/3.3 MB Progress (5): 474 kB | 813/833 kB | 2.4/7.2 MB | 313/778 kB | 0.3/3.3 MB Progress (5): 474 kB | 813/833 kB | 2.4/7.2 MB | 317/778 kB | 0.3/3.3 MB Progress (5): 474 kB | 821/833 kB | 2.4/7.2 MB | 317/778 kB | 0.3/3.3 MB Progress (5): 474 kB | 821/833 kB | 2.4/7.2 MB | 321/778 kB | 0.3/3.3 MB Progress (5): 474 kB | 821/833 kB | 2.4/7.2 MB | 321/778 kB | 0.3/3.3 MB Progress (5): 474 kB | 829/833 kB | 2.4/7.2 MB | 321/778 kB | 0.3/3.3 MB Progress (5): 474 kB | 829/833 kB | 2.4/7.2 MB | 325/778 kB | 0.3/3.3 MB Progress (5): 474 kB | 829/833 kB | 2.4/7.2 MB | 325/778 kB | 0.3/3.3 MB Progress (5): 474 kB | 829/833 kB | 2.4/7.2 MB | 329/778 kB | 0.3/3.3 MB Progress (5): 474 kB | 833 kB | 2.4/7.2 MB | 329/778 kB | 0.3/3.3 MB Progress (5): 474 kB | 833 kB | 2.4/7.2 MB | 329/778 kB | 0.4/3.3 MB Progress (5): 474 kB | 833 kB | 2.4/7.2 MB | 333/778 kB | 0.4/3.3 MB Progress (5): 474 kB | 833 kB | 2.4/7.2 MB | 333/778 kB | 0.4/3.3 MB Progress (5): 474 kB | 833 kB | 2.4/7.2 MB | 333/778 kB | 0.4/3.3 MB Progress (5): 474 kB | 833 kB | 2.4/7.2 MB | 338/778 kB | 0.4/3.3 MB Progress (5): 474 kB | 833 kB | 2.4/7.2 MB | 342/778 kB | 0.4/3.3 MB Progress (5): 474 kB | 833 kB | 2.4/7.2 MB | 342/778 kB | 0.4/3.3 MB Progress (5): 474 kB | 833 kB | 2.5/7.2 MB | 342/778 kB | 0.4/3.3 MB Progress (5): 474 kB | 833 kB | 2.5/7.2 MB | 346/778 kB | 0.4/3.3 MB Progress (5): 474 kB | 833 kB | 2.5/7.2 MB | 346/778 kB | 0.4/3.3 MB Progress (5): 474 kB | 833 kB | 2.5/7.2 MB | 350/778 kB | 0.4/3.3 MB Progress (5): 474 kB | 833 kB | 2.5/7.2 MB | 350/778 kB | 0.4/3.3 MB Progress (5): 474 kB | 833 kB | 2.5/7.2 MB | 354/778 kB | 0.4/3.3 MB Progress (5): 474 kB | 833 kB | 2.5/7.2 MB | 354/778 kB | 0.4/3.3 MB Progress (5): 474 kB | 833 kB | 2.5/7.2 MB | 358/778 kB | 0.4/3.3 MB Progress (5): 474 kB | 833 kB | 2.6/7.2 MB | 358/778 kB | 0.4/3.3 MB Progress (5): 474 kB | 833 kB | 2.6/7.2 MB | 358/778 kB | 0.4/3.3 MB Progress (5): 474 kB | 833 kB | 2.6/7.2 MB | 362/778 kB | 0.4/3.3 MB Progress (5): 474 kB | 833 kB | 2.6/7.2 MB | 362/778 kB | 0.5/3.3 MB Progress (5): 474 kB | 833 kB | 2.6/7.2 MB | 366/778 kB | 0.5/3.3 MB Progress (5): 474 kB | 833 kB | 2.6/7.2 MB | 366/778 kB | 0.5/3.3 MB Progress (5): 474 kB | 833 kB | 2.6/7.2 MB | 370/778 kB | 0.5/3.3 MB Progress (5): 474 kB | 833 kB | 2.6/7.2 MB | 370/778 kB | 0.5/3.3 MB Progress (5): 474 kB | 833 kB | 2.7/7.2 MB | 370/778 kB | 0.5/3.3 MB Progress (5): 474 kB | 833 kB | 2.7/7.2 MB | 374/778 kB | 0.5/3.3 MB Progress (5): 474 kB | 833 kB | 2.7/7.2 MB | 374/778 kB | 0.5/3.3 MB Progress (5): 474 kB | 833 kB | 2.7/7.2 MB | 378/778 kB | 0.5/3.3 MB Progress (5): 474 kB | 833 kB | 2.7/7.2 MB | 383/778 kB | 0.5/3.3 MB Progress (5): 474 kB | 833 kB | 2.7/7.2 MB | 383/778 kB | 0.5/3.3 MB Progress (5): 474 kB | 833 kB | 2.7/7.2 MB | 383/778 kB | 0.5/3.3 MB Progress (5): 474 kB | 833 kB | 2.7/7.2 MB | 387/778 kB | 0.5/3.3 MB Progress (5): 474 kB | 833 kB | 2.7/7.2 MB | 391/778 kB | 0.5/3.3 MB Progress (5): 474 kB | 833 kB | 2.7/7.2 MB | 391/778 kB | 0.5/3.3 MB Progress (5): 474 kB | 833 kB | 2.7/7.2 MB | 395/778 kB | 0.5/3.3 MB Progress (5): 474 kB | 833 kB | 2.7/7.2 MB | 395/778 kB | 0.5/3.3 MB Progress (5): 474 kB | 833 kB | 2.7/7.2 MB | 395/778 kB | 0.5/3.3 MB Progress (5): 474 kB | 833 kB | 2.7/7.2 MB | 399/778 kB | 0.5/3.3 MB Progress (5): 474 kB | 833 kB | 2.7/7.2 MB | 399/778 kB | 0.6/3.3 MB Progress (5): 474 kB | 833 kB | 2.7/7.2 MB | 403/778 kB | 0.6/3.3 MB Progress (5): 474 kB | 833 kB | 2.7/7.2 MB | 403/778 kB | 0.6/3.3 MB Progress (5): 474 kB | 833 kB | 2.8/7.2 MB | 403/778 kB | 0.6/3.3 MB Progress (5): 474 kB | 833 kB | 2.8/7.2 MB | 407/778 kB | 0.6/3.3 MB Progress (5): 474 kB | 833 kB | 2.8/7.2 MB | 407/778 kB | 0.6/3.3 MB Progress (5): 474 kB | 833 kB | 2.8/7.2 MB | 407/778 kB | 0.6/3.3 MB Progress (5): 474 kB | 833 kB | 2.8/7.2 MB | 411/778 kB | 0.6/3.3 MB Progress (5): 474 kB | 833 kB | 2.8/7.2 MB | 411/778 kB | 0.6/3.3 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/ldaptive/ldaptive/1.3.0/ldaptive-1.3.0.jar (833 kB at 1.6 MB/s) +Progress (4): 474 kB | 2.8/7.2 MB | 415/778 kB | 0.6/3.3 MB Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar +Downloaded from central: https://repo.maven.apache.org/maven2/net/spy/spymemcached/2.12.3/spymemcached-2.12.3.jar (474 kB at 887 kB/s) +Progress (3): 2.8/7.2 MB | 415/778 kB | 0.6/3.3 MB Progress (3): 2.9/7.2 MB | 415/778 kB | 0.6/3.3 MB Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar +Progress (3): 2.9/7.2 MB | 419/778 kB | 0.6/3.3 MB Progress (3): 2.9/7.2 MB | 419/778 kB | 0.6/3.3 MB Progress (3): 2.9/7.2 MB | 419/778 kB | 0.6/3.3 MB Progress (3): 2.9/7.2 MB | 424/778 kB | 0.6/3.3 MB Progress (3): 2.9/7.2 MB | 428/778 kB | 0.6/3.3 MB Progress (3): 2.9/7.2 MB | 428/778 kB | 0.7/3.3 MB Progress (3): 2.9/7.2 MB | 432/778 kB | 0.7/3.3 MB Progress (3): 2.9/7.2 MB | 432/778 kB | 0.7/3.3 MB Progress (3): 2.9/7.2 MB | 436/778 kB | 0.7/3.3 MB Progress (3): 2.9/7.2 MB | 436/778 kB | 0.7/3.3 MB Progress (3): 2.9/7.2 MB | 438/778 kB | 0.7/3.3 MB Progress (3): 3.0/7.2 MB | 438/778 kB | 0.7/3.3 MB Progress (3): 3.0/7.2 MB | 442/778 kB | 0.7/3.3 MB Progress (3): 3.0/7.2 MB | 442/778 kB | 0.7/3.3 MB Progress (3): 3.0/7.2 MB | 446/778 kB | 0.7/3.3 MB Progress (3): 3.0/7.2 MB | 450/778 kB | 0.7/3.3 MB Progress (3): 3.0/7.2 MB | 450/778 kB | 0.7/3.3 MB Progress (3): 3.0/7.2 MB | 450/778 kB | 0.7/3.3 MB Progress (3): 3.0/7.2 MB | 454/778 kB | 0.7/3.3 MB Progress (3): 3.0/7.2 MB | 454/778 kB | 0.7/3.3 MB Progress (3): 3.1/7.2 MB | 454/778 kB | 0.7/3.3 MB Progress (3): 3.1/7.2 MB | 458/778 kB | 0.7/3.3 MB Progress (3): 3.1/7.2 MB | 458/778 kB | 0.7/3.3 MB Progress (3): 3.1/7.2 MB | 463/778 kB | 0.7/3.3 MB Progress (3): 3.1/7.2 MB | 467/778 kB | 0.7/3.3 MB Progress (3): 3.1/7.2 MB | 467/778 kB | 0.8/3.3 MB Progress (3): 3.1/7.2 MB | 471/778 kB | 0.8/3.3 MB Progress (3): 3.1/7.2 MB | 471/778 kB | 0.8/3.3 MB Progress (3): 3.1/7.2 MB | 471/778 kB | 0.8/3.3 MB Progress (3): 3.1/7.2 MB | 475/778 kB | 0.8/3.3 MB Progress (3): 3.1/7.2 MB | 479/778 kB | 0.8/3.3 MB Progress (3): 3.1/7.2 MB | 479/778 kB | 0.8/3.3 MB Progress (3): 3.1/7.2 MB | 479/778 kB | 0.8/3.3 MB Progress (3): 3.1/7.2 MB | 483/778 kB | 0.8/3.3 MB Progress (3): 3.1/7.2 MB | 483/778 kB | 0.8/3.3 MB Progress (3): 3.1/7.2 MB | 487/778 kB | 0.8/3.3 MB Progress (3): 3.1/7.2 MB | 487/778 kB | 0.8/3.3 MB Progress (3): 3.2/7.2 MB | 487/778 kB | 0.8/3.3 MB Progress (3): 3.2/7.2 MB | 491/778 kB | 0.8/3.3 MB Progress (3): 3.2/7.2 MB | 491/778 kB | 0.8/3.3 MB Progress (3): 3.2/7.2 MB | 495/778 kB | 0.8/3.3 MB Progress (3): 3.2/7.2 MB | 499/778 kB | 0.8/3.3 MB Progress (3): 3.2/7.2 MB | 504/778 kB | 0.8/3.3 MB Progress (3): 3.2/7.2 MB | 504/778 kB | 0.8/3.3 MB Progress (3): 3.2/7.2 MB | 504/778 kB | 0.9/3.3 MB Progress (3): 3.2/7.2 MB | 508/778 kB | 0.9/3.3 MB Progress (3): 3.2/7.2 MB | 512/778 kB | 0.9/3.3 MB Progress (3): 3.2/7.2 MB | 512/778 kB | 0.9/3.3 MB Progress (3): 3.2/7.2 MB | 516/778 kB | 0.9/3.3 MB Progress (3): 3.3/7.2 MB | 516/778 kB | 0.9/3.3 MB Progress (3): 3.3/7.2 MB | 516/778 kB | 0.9/3.3 MB Progress (3): 3.3/7.2 MB | 520/778 kB | 0.9/3.3 MB Progress (3): 3.3/7.2 MB | 520/778 kB | 0.9/3.3 MB Progress (3): 3.3/7.2 MB | 524/778 kB | 0.9/3.3 MB Progress (3): 3.3/7.2 MB | 524/778 kB | 0.9/3.3 MB Progress (3): 3.3/7.2 MB | 528/778 kB | 0.9/3.3 MB Progress (3): 3.3/7.2 MB | 528/778 kB | 0.9/3.3 MB Progress (3): 3.3/7.2 MB | 532/778 kB | 0.9/3.3 MB Progress (3): 3.3/7.2 MB | 536/778 kB | 0.9/3.3 MB Progress (3): 3.3/7.2 MB | 536/778 kB | 0.9/3.3 MB Progress (3): 3.3/7.2 MB | 536/778 kB | 0.9/3.3 MB Progress (4): 3.3/7.2 MB | 536/778 kB | 0.9/3.3 MB | 4.1/445 kB Progress (4): 3.3/7.2 MB | 540/778 kB | 0.9/3.3 MB | 4.1/445 kB Progress (4): 3.3/7.2 MB | 540/778 kB | 0.9/3.3 MB | 8.2/445 kB Progress (4): 3.3/7.2 MB | 540/778 kB | 1.0/3.3 MB | 8.2/445 kB Progress (5): 3.3/7.2 MB | 540/778 kB | 1.0/3.3 MB | 8.2/445 kB | 4.1/26 kB Progress (5): 3.3/7.2 MB | 540/778 kB | 1.0/3.3 MB | 12/445 kB | 4.1/26 kB Progress (5): 3.3/7.2 MB | 544/778 kB | 1.0/3.3 MB | 12/445 kB | 4.1/26 kB Progress (5): 3.4/7.2 MB | 544/778 kB | 1.0/3.3 MB | 12/445 kB | 4.1/26 kB Progress (5): 3.4/7.2 MB | 549/778 kB | 1.0/3.3 MB | 12/445 kB | 4.1/26 kB Progress (5): 3.4/7.2 MB | 549/778 kB | 1.0/3.3 MB | 16/445 kB | 4.1/26 kB Progress (5): 3.4/7.2 MB | 549/778 kB | 1.0/3.3 MB | 16/445 kB | 8.2/26 kB Progress (5): 3.4/7.2 MB | 549/778 kB | 1.0/3.3 MB | 16/445 kB | 8.2/26 kB Progress (5): 3.4/7.2 MB | 549/778 kB | 1.0/3.3 MB | 16/445 kB | 12/26 kB Progress (5): 3.4/7.2 MB | 549/778 kB | 1.0/3.3 MB | 16/445 kB | 12/26 kB Progress (5): 3.4/7.2 MB | 549/778 kB | 1.0/3.3 MB | 20/445 kB | 12/26 kB Progress (5): 3.4/7.2 MB | 553/778 kB | 1.0/3.3 MB | 20/445 kB | 12/26 kB Progress (5): 3.4/7.2 MB | 553/778 kB | 1.0/3.3 MB | 25/445 kB | 12/26 kB Progress (5): 3.4/7.2 MB | 553/778 kB | 1.0/3.3 MB | 25/445 kB | 16/26 kB Progress (5): 3.4/7.2 MB | 553/778 kB | 1.0/3.3 MB | 25/445 kB | 16/26 kB Progress (5): 3.4/7.2 MB | 553/778 kB | 1.0/3.3 MB | 25/445 kB | 20/26 kB Progress (5): 3.4/7.2 MB | 553/778 kB | 1.0/3.3 MB | 25/445 kB | 20/26 kB Progress (5): 3.4/7.2 MB | 553/778 kB | 1.0/3.3 MB | 29/445 kB | 20/26 kB Progress (5): 3.4/7.2 MB | 557/778 kB | 1.0/3.3 MB | 29/445 kB | 20/26 kB Progress (5): 3.5/7.2 MB | 557/778 kB | 1.0/3.3 MB | 29/445 kB | 20/26 kB Progress (5): 3.5/7.2 MB | 561/778 kB | 1.0/3.3 MB | 29/445 kB | 20/26 kB Progress (5): 3.5/7.2 MB | 561/778 kB | 1.0/3.3 MB | 29/445 kB | 20/26 kB Progress (5): 3.5/7.2 MB | 561/778 kB | 1.0/3.3 MB | 33/445 kB | 20/26 kB Progress (5): 3.5/7.2 MB | 561/778 kB | 1.0/3.3 MB | 33/445 kB | 25/26 kB Progress (5): 3.5/7.2 MB | 561/778 kB | 1.0/3.3 MB | 37/445 kB | 25/26 kB Progress (5): 3.5/7.2 MB | 561/778 kB | 1.0/3.3 MB | 41/445 kB | 25/26 kB Progress (5): 3.5/7.2 MB | 561/778 kB | 1.0/3.3 MB | 41/445 kB | 25/26 kB Progress (5): 3.5/7.2 MB | 561/778 kB | 1.0/3.3 MB | 41/445 kB | 25/26 kB Progress (5): 3.5/7.2 MB | 561/778 kB | 1.1/3.3 MB | 41/445 kB | 25/26 kB Progress (5): 3.5/7.2 MB | 565/778 kB | 1.1/3.3 MB | 41/445 kB | 25/26 kB Progress (5): 3.5/7.2 MB | 565/778 kB | 1.1/3.3 MB | 45/445 kB | 25/26 kB Progress (5): 3.5/7.2 MB | 565/778 kB | 1.1/3.3 MB | 45/445 kB | 26 kB Progress (5): 3.5/7.2 MB | 565/778 kB | 1.1/3.3 MB | 49/445 kB | 26 kB Progress (5): 3.5/7.2 MB | 569/778 kB | 1.1/3.3 MB | 49/445 kB | 26 kB Progress (5): 3.6/7.2 MB | 569/778 kB | 1.1/3.3 MB | 49/445 kB | 26 kB Progress (5): 3.6/7.2 MB | 569/778 kB | 1.1/3.3 MB | 49/445 kB | 26 kB Progress (5): 3.6/7.2 MB | 573/778 kB | 1.1/3.3 MB | 49/445 kB | 26 kB Progress (5): 3.6/7.2 MB | 573/778 kB | 1.1/3.3 MB | 53/445 kB | 26 kB Progress (5): 3.6/7.2 MB | 573/778 kB | 1.1/3.3 MB | 53/445 kB | 26 kB Progress (5): 3.6/7.2 MB | 577/778 kB | 1.1/3.3 MB | 53/445 kB | 26 kB Progress (5): 3.6/7.2 MB | 577/778 kB | 1.1/3.3 MB | 53/445 kB | 26 kB Progress (5): 3.6/7.2 MB | 581/778 kB | 1.1/3.3 MB | 53/445 kB | 26 kB Progress (5): 3.6/7.2 MB | 581/778 kB | 1.1/3.3 MB | 57/445 kB | 26 kB Progress (5): 3.6/7.2 MB | 581/778 kB | 1.1/3.3 MB | 57/445 kB | 26 kB Progress (5): 3.6/7.2 MB | 585/778 kB | 1.1/3.3 MB | 57/445 kB | 26 kB Progress (5): 3.6/7.2 MB | 585/778 kB | 1.1/3.3 MB | 57/445 kB | 26 kB Progress (5): 3.6/7.2 MB | 590/778 kB | 1.1/3.3 MB | 57/445 kB | 26 kB Progress (5): 3.6/7.2 MB | 590/778 kB | 1.1/3.3 MB | 57/445 kB | 26 kB Progress (5): 3.6/7.2 MB | 590/778 kB | 1.1/3.3 MB | 61/445 kB | 26 kB Progress (5): 3.6/7.2 MB | 590/778 kB | 1.1/3.3 MB | 61/445 kB | 26 kB Progress (5): 3.7/7.2 MB | 590/778 kB | 1.1/3.3 MB | 61/445 kB | 26 kB Progress (5): 3.7/7.2 MB | 594/778 kB | 1.1/3.3 MB | 61/445 kB | 26 kB Progress (5): 3.7/7.2 MB | 594/778 kB | 1.2/3.3 MB | 61/445 kB | 26 kB Progress (5): 3.7/7.2 MB | 594/778 kB | 1.2/3.3 MB | 66/445 kB | 26 kB Progress (5): 3.7/7.2 MB | 594/778 kB | 1.2/3.3 MB | 66/445 kB | 26 kB Progress (5): 3.7/7.2 MB | 598/778 kB | 1.2/3.3 MB | 66/445 kB | 26 kB Progress (5): 3.7/7.2 MB | 598/778 kB | 1.2/3.3 MB | 70/445 kB | 26 kB Progress (5): 3.7/7.2 MB | 598/778 kB | 1.2/3.3 MB | 70/445 kB | 26 kB Progress (5): 3.7/7.2 MB | 598/778 kB | 1.2/3.3 MB | 74/445 kB | 26 kB Progress (5): 3.7/7.2 MB | 602/778 kB | 1.2/3.3 MB | 74/445 kB | 26 kB Progress (5): 3.7/7.2 MB | 602/778 kB | 1.2/3.3 MB | 78/445 kB | 26 kB Progress (5): 3.7/7.2 MB | 606/778 kB | 1.2/3.3 MB | 78/445 kB | 26 kB Progress (5): 3.7/7.2 MB | 606/778 kB | 1.2/3.3 MB | 78/445 kB | 26 kB Progress (5): 3.8/7.2 MB | 606/778 kB | 1.2/3.3 MB | 78/445 kB | 26 kB Progress (5): 3.8/7.2 MB | 610/778 kB | 1.2/3.3 MB | 78/445 kB | 26 kB Progress (5): 3.8/7.2 MB | 610/778 kB | 1.2/3.3 MB | 82/445 kB | 26 kB Progress (5): 3.8/7.2 MB | 614/778 kB | 1.2/3.3 MB | 82/445 kB | 26 kB Progress (5): 3.8/7.2 MB | 614/778 kB | 1.2/3.3 MB | 82/445 kB | 26 kB Progress (5): 3.8/7.2 MB | 618/778 kB | 1.2/3.3 MB | 82/445 kB | 26 kB Progress (5): 3.8/7.2 MB | 618/778 kB | 1.2/3.3 MB | 82/445 kB | 26 kB Progress (5): 3.8/7.2 MB | 618/778 kB | 1.2/3.3 MB | 86/445 kB | 26 kB Progress (5): 3.8/7.2 MB | 622/778 kB | 1.2/3.3 MB | 86/445 kB | 26 kB Progress (5): 3.8/7.2 MB | 622/778 kB | 1.2/3.3 MB | 86/445 kB | 26 kB Progress (5): 3.8/7.2 MB | 626/778 kB | 1.2/3.3 MB | 86/445 kB | 26 kB Progress (5): 3.8/7.2 MB | 626/778 kB | 1.2/3.3 MB | 90/445 kB | 26 kB Progress (5): 3.8/7.2 MB | 626/778 kB | 1.2/3.3 MB | 90/445 kB | 26 kB Progress (5): 3.8/7.2 MB | 631/778 kB | 1.2/3.3 MB | 90/445 kB | 26 kB Progress (5): 3.8/7.2 MB | 631/778 kB | 1.2/3.3 MB | 90/445 kB | 26 kB Progress (5): 3.8/7.2 MB | 631/778 kB | 1.3/3.3 MB | 90/445 kB | 26 kB Progress (5): 3.8/7.2 MB | 635/778 kB | 1.3/3.3 MB | 90/445 kB | 26 kB Progress (5): 3.8/7.2 MB | 635/778 kB | 1.3/3.3 MB | 94/445 kB | 26 kB Progress (5): 3.8/7.2 MB | 639/778 kB | 1.3/3.3 MB | 94/445 kB | 26 kB Progress (5): 3.9/7.2 MB | 639/778 kB | 1.3/3.3 MB | 94/445 kB | 26 kB Progress (5): 3.9/7.2 MB | 639/778 kB | 1.3/3.3 MB | 94/445 kB | 26 kB Progress (5): 3.9/7.2 MB | 643/778 kB | 1.3/3.3 MB | 94/445 kB | 26 kB Progress (5): 3.9/7.2 MB | 643/778 kB | 1.3/3.3 MB | 98/445 kB | 26 kB Progress (5): 3.9/7.2 MB | 643/778 kB | 1.3/3.3 MB | 98/445 kB | 26 kB Progress (5): 3.9/7.2 MB | 647/778 kB | 1.3/3.3 MB | 98/445 kB | 26 kB Progress (5): 3.9/7.2 MB | 647/778 kB | 1.3/3.3 MB | 98/445 kB | 26 kB Progress (5): 3.9/7.2 MB | 651/778 kB | 1.3/3.3 MB | 98/445 kB | 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar (26 kB at 46 kB/s) +Progress (4): 3.9/7.2 MB | 651/778 kB | 1.3/3.3 MB | 102/445 kB Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jandex/2.1.1.Final/jandex-2.1.1.Final.jar +Progress (4): 3.9/7.2 MB | 655/778 kB | 1.3/3.3 MB | 102/445 kB Progress (4): 3.9/7.2 MB | 655/778 kB | 1.3/3.3 MB | 102/445 kB Progress (4): 4.0/7.2 MB | 655/778 kB | 1.3/3.3 MB | 102/445 kB Progress (4): 4.0/7.2 MB | 657/778 kB | 1.3/3.3 MB | 102/445 kB Progress (4): 4.0/7.2 MB | 657/778 kB | 1.3/3.3 MB | 106/445 kB Progress (4): 4.0/7.2 MB | 661/778 kB | 1.3/3.3 MB | 106/445 kB Progress (4): 4.0/7.2 MB | 661/778 kB | 1.3/3.3 MB | 106/445 kB Progress (4): 4.0/7.2 MB | 661/778 kB | 1.3/3.3 MB | 106/445 kB Progress (4): 4.0/7.2 MB | 665/778 kB | 1.3/3.3 MB | 106/445 kB Progress (4): 4.0/7.2 MB | 665/778 kB | 1.3/3.3 MB | 111/445 kB Progress (4): 4.0/7.2 MB | 670/778 kB | 1.3/3.3 MB | 111/445 kB Progress (4): 4.0/7.2 MB | 670/778 kB | 1.3/3.3 MB | 111/445 kB Progress (4): 4.0/7.2 MB | 674/778 kB | 1.3/3.3 MB | 111/445 kB Progress (4): 4.0/7.2 MB | 674/778 kB | 1.3/3.3 MB | 111/445 kB Progress (4): 4.0/7.2 MB | 674/778 kB | 1.3/3.3 MB | 115/445 kB Progress (4): 4.0/7.2 MB | 678/778 kB | 1.3/3.3 MB | 115/445 kB Progress (4): 4.0/7.2 MB | 678/778 kB | 1.3/3.3 MB | 115/445 kB Progress (4): 4.0/7.2 MB | 682/778 kB | 1.3/3.3 MB | 115/445 kB Progress (4): 4.0/7.2 MB | 682/778 kB | 1.3/3.3 MB | 119/445 kB Progress (4): 4.0/7.2 MB | 686/778 kB | 1.3/3.3 MB | 119/445 kB Progress (4): 4.0/7.2 MB | 686/778 kB | 1.4/3.3 MB | 119/445 kB Progress (4): 4.1/7.2 MB | 686/778 kB | 1.4/3.3 MB | 119/445 kB Progress (4): 4.1/7.2 MB | 690/778 kB | 1.4/3.3 MB | 119/445 kB Progress (4): 4.1/7.2 MB | 690/778 kB | 1.4/3.3 MB | 123/445 kB Progress (4): 4.1/7.2 MB | 690/778 kB | 1.4/3.3 MB | 123/445 kB Progress (4): 4.1/7.2 MB | 690/778 kB | 1.4/3.3 MB | 127/445 kB Progress (4): 4.1/7.2 MB | 694/778 kB | 1.4/3.3 MB | 127/445 kB Progress (4): 4.1/7.2 MB | 694/778 kB | 1.4/3.3 MB | 127/445 kB Progress (4): 4.1/7.2 MB | 694/778 kB | 1.4/3.3 MB | 131/445 kB Progress (4): 4.1/7.2 MB | 694/778 kB | 1.4/3.3 MB | 131/445 kB Progress (4): 4.1/7.2 MB | 694/778 kB | 1.4/3.3 MB | 131/445 kB Progress (4): 4.1/7.2 MB | 698/778 kB | 1.4/3.3 MB | 131/445 kB Progress (4): 4.1/7.2 MB | 698/778 kB | 1.4/3.3 MB | 135/445 kB Progress (4): 4.1/7.2 MB | 698/778 kB | 1.4/3.3 MB | 135/445 kB Progress (4): 4.1/7.2 MB | 702/778 kB | 1.4/3.3 MB | 135/445 kB Progress (4): 4.1/7.2 MB | 702/778 kB | 1.4/3.3 MB | 139/445 kB Progress (4): 4.2/7.2 MB | 702/778 kB | 1.4/3.3 MB | 139/445 kB Progress (4): 4.2/7.2 MB | 702/778 kB | 1.4/3.3 MB | 143/445 kB Progress (4): 4.2/7.2 MB | 702/778 kB | 1.4/3.3 MB | 143/445 kB Progress (4): 4.2/7.2 MB | 706/778 kB | 1.4/3.3 MB | 143/445 kB Progress (4): 4.2/7.2 MB | 706/778 kB | 1.4/3.3 MB | 147/445 kB Progress (4): 4.2/7.2 MB | 706/778 kB | 1.5/3.3 MB | 147/445 kB Progress (4): 4.2/7.2 MB | 706/778 kB | 1.5/3.3 MB | 147/445 kB Progress (4): 4.2/7.2 MB | 706/778 kB | 1.5/3.3 MB | 152/445 kB Progress (4): 4.2/7.2 MB | 711/778 kB | 1.5/3.3 MB | 152/445 kB Progress (4): 4.2/7.2 MB | 711/778 kB | 1.5/3.3 MB | 156/445 kB Progress (4): 4.2/7.2 MB | 711/778 kB | 1.5/3.3 MB | 156/445 kB Progress (4): 4.2/7.2 MB | 711/778 kB | 1.5/3.3 MB | 156/445 kB Progress (4): 4.2/7.2 MB | 711/778 kB | 1.5/3.3 MB | 160/445 kB Progress (4): 4.2/7.2 MB | 715/778 kB | 1.5/3.3 MB | 160/445 kB Progress (4): 4.2/7.2 MB | 715/778 kB | 1.5/3.3 MB | 164/445 kB Progress (4): 4.3/7.2 MB | 715/778 kB | 1.5/3.3 MB | 164/445 kB Progress (4): 4.3/7.2 MB | 715/778 kB | 1.5/3.3 MB | 164/445 kB Progress (4): 4.3/7.2 MB | 715/778 kB | 1.5/3.3 MB | 168/445 kB Progress (4): 4.3/7.2 MB | 719/778 kB | 1.5/3.3 MB | 168/445 kB Progress (4): 4.3/7.2 MB | 719/778 kB | 1.5/3.3 MB | 168/445 kB Progress (4): 4.3/7.2 MB | 719/778 kB | 1.5/3.3 MB | 172/445 kB Progress (4): 4.3/7.2 MB | 719/778 kB | 1.5/3.3 MB | 172/445 kB Progress (4): 4.3/7.2 MB | 723/778 kB | 1.5/3.3 MB | 172/445 kB Progress (4): 4.3/7.2 MB | 723/778 kB | 1.5/3.3 MB | 172/445 kB Progress (4): 4.3/7.2 MB | 723/778 kB | 1.5/3.3 MB | 176/445 kB Progress (4): 4.4/7.2 MB | 723/778 kB | 1.5/3.3 MB | 176/445 kB Progress (4): 4.4/7.2 MB | 727/778 kB | 1.5/3.3 MB | 176/445 kB Progress (4): 4.4/7.2 MB | 727/778 kB | 1.5/3.3 MB | 176/445 kB Progress (4): 4.4/7.2 MB | 727/778 kB | 1.5/3.3 MB | 180/445 kB Progress (5): 4.4/7.2 MB | 727/778 kB | 1.5/3.3 MB | 180/445 kB | 4.1/195 kB Progress (5): 4.4/7.2 MB | 731/778 kB | 1.5/3.3 MB | 180/445 kB | 4.1/195 kB Progress (5): 4.4/7.2 MB | 731/778 kB | 1.5/3.3 MB | 180/445 kB | 8.2/195 kB Progress (5): 4.4/7.2 MB | 731/778 kB | 1.5/3.3 MB | 184/445 kB | 8.2/195 kB Progress (5): 4.4/7.2 MB | 731/778 kB | 1.6/3.3 MB | 184/445 kB | 8.2/195 kB Progress (5): 4.4/7.2 MB | 731/778 kB | 1.6/3.3 MB | 184/445 kB | 8.2/195 kB Progress (5): 4.4/7.2 MB | 731/778 kB | 1.6/3.3 MB | 188/445 kB | 8.2/195 kB Progress (5): 4.4/7.2 MB | 731/778 kB | 1.6/3.3 MB | 188/445 kB | 12/195 kB Progress (5): 4.4/7.2 MB | 735/778 kB | 1.6/3.3 MB | 188/445 kB | 12/195 kB Progress (5): 4.5/7.2 MB | 735/778 kB | 1.6/3.3 MB | 188/445 kB | 12/195 kB Progress (5): 4.5/7.2 MB | 735/778 kB | 1.6/3.3 MB | 188/445 kB | 16/195 kB Progress (5): 4.5/7.2 MB | 735/778 kB | 1.6/3.3 MB | 193/445 kB | 16/195 kB Progress (5): 4.5/7.2 MB | 735/778 kB | 1.6/3.3 MB | 193/445 kB | 16/195 kB Progress (5): 4.5/7.2 MB | 735/778 kB | 1.6/3.3 MB | 197/445 kB | 16/195 kB Progress (5): 4.5/7.2 MB | 735/778 kB | 1.6/3.3 MB | 197/445 kB | 20/195 kB Progress (5): 4.5/7.2 MB | 739/778 kB | 1.6/3.3 MB | 197/445 kB | 20/195 kB Progress (5): 4.5/7.2 MB | 739/778 kB | 1.6/3.3 MB | 197/445 kB | 25/195 kB Progress (5): 4.5/7.2 MB | 739/778 kB | 1.6/3.3 MB | 201/445 kB | 25/195 kB Progress (5): 4.5/7.2 MB | 739/778 kB | 1.6/3.3 MB | 201/445 kB | 25/195 kB Progress (5): 4.5/7.2 MB | 739/778 kB | 1.6/3.3 MB | 201/445 kB | 25/195 kB Progress (5): 4.5/7.2 MB | 739/778 kB | 1.6/3.3 MB | 205/445 kB | 25/195 kB Progress (5): 4.5/7.2 MB | 739/778 kB | 1.6/3.3 MB | 205/445 kB | 29/195 kB Progress (5): 4.5/7.2 MB | 743/778 kB | 1.6/3.3 MB | 205/445 kB | 29/195 kB Progress (5): 4.5/7.2 MB | 743/778 kB | 1.6/3.3 MB | 205/445 kB | 29/195 kB Progress (5): 4.5/7.2 MB | 743/778 kB | 1.6/3.3 MB | 205/445 kB | 33/195 kB Progress (5): 4.5/7.2 MB | 743/778 kB | 1.6/3.3 MB | 209/445 kB | 33/195 kB Progress (5): 4.5/7.2 MB | 743/778 kB | 1.6/3.3 MB | 209/445 kB | 33/195 kB Progress (5): 4.6/7.2 MB | 743/778 kB | 1.6/3.3 MB | 209/445 kB | 33/195 kB Progress (5): 4.6/7.2 MB | 743/778 kB | 1.6/3.3 MB | 213/445 kB | 33/195 kB Progress (5): 4.6/7.2 MB | 743/778 kB | 1.6/3.3 MB | 213/445 kB | 37/195 kB Progress (5): 4.6/7.2 MB | 747/778 kB | 1.6/3.3 MB | 213/445 kB | 37/195 kB Progress (5): 4.6/7.2 MB | 747/778 kB | 1.6/3.3 MB | 213/445 kB | 41/195 kB Progress (5): 4.6/7.2 MB | 747/778 kB | 1.6/3.3 MB | 213/445 kB | 41/195 kB Progress (5): 4.6/7.2 MB | 747/778 kB | 1.6/3.3 MB | 217/445 kB | 41/195 kB Progress (5): 4.6/7.2 MB | 747/778 kB | 1.6/3.3 MB | 217/445 kB | 41/195 kB Progress (5): 4.6/7.2 MB | 747/778 kB | 1.6/3.3 MB | 221/445 kB | 41/195 kB Progress (5): 4.6/7.2 MB | 747/778 kB | 1.6/3.3 MB | 221/445 kB | 45/195 kB Progress (5): 4.6/7.2 MB | 751/778 kB | 1.6/3.3 MB | 221/445 kB | 45/195 kB Progress (5): 4.6/7.2 MB | 751/778 kB | 1.6/3.3 MB | 221/445 kB | 49/195 kB Progress (5): 4.7/7.2 MB | 751/778 kB | 1.6/3.3 MB | 221/445 kB | 49/195 kB Progress (5): 4.7/7.2 MB | 751/778 kB | 1.6/3.3 MB | 221/445 kB | 49/195 kB Progress (5): 4.7/7.2 MB | 751/778 kB | 1.6/3.3 MB | 225/445 kB | 49/195 kB Progress (5): 4.7/7.2 MB | 751/778 kB | 1.6/3.3 MB | 225/445 kB | 53/195 kB Progress (5): 4.7/7.2 MB | 756/778 kB | 1.6/3.3 MB | 225/445 kB | 53/195 kB Progress (5): 4.7/7.2 MB | 756/778 kB | 1.6/3.3 MB | 225/445 kB | 57/195 kB Progress (5): 4.7/7.2 MB | 756/778 kB | 1.6/3.3 MB | 225/445 kB | 57/195 kB Progress (5): 4.7/7.2 MB | 756/778 kB | 1.6/3.3 MB | 229/445 kB | 57/195 kB Progress (5): 4.7/7.2 MB | 756/778 kB | 1.7/3.3 MB | 229/445 kB | 57/195 kB Progress (5): 4.7/7.2 MB | 756/778 kB | 1.7/3.3 MB | 233/445 kB | 57/195 kB Progress (5): 4.7/7.2 MB | 756/778 kB | 1.7/3.3 MB | 233/445 kB | 61/195 kB Progress (5): 4.7/7.2 MB | 760/778 kB | 1.7/3.3 MB | 233/445 kB | 61/195 kB Progress (5): 4.7/7.2 MB | 764/778 kB | 1.7/3.3 MB | 233/445 kB | 61/195 kB Progress (5): 4.7/7.2 MB | 764/778 kB | 1.7/3.3 MB | 233/445 kB | 66/195 kB Progress (5): 4.7/7.2 MB | 764/778 kB | 1.7/3.3 MB | 238/445 kB | 66/195 kB Progress (5): 4.7/7.2 MB | 764/778 kB | 1.7/3.3 MB | 238/445 kB | 66/195 kB Progress (5): 4.7/7.2 MB | 764/778 kB | 1.7/3.3 MB | 238/445 kB | 66/195 kB Progress (5): 4.7/7.2 MB | 764/778 kB | 1.7/3.3 MB | 242/445 kB | 66/195 kB Progress (5): 4.7/7.2 MB | 764/778 kB | 1.7/3.3 MB | 242/445 kB | 70/195 kB Progress (5): 4.7/7.2 MB | 768/778 kB | 1.7/3.3 MB | 242/445 kB | 70/195 kB Progress (5): 4.7/7.2 MB | 768/778 kB | 1.7/3.3 MB | 242/445 kB | 74/195 kB Progress (5): 4.7/7.2 MB | 768/778 kB | 1.7/3.3 MB | 246/445 kB | 74/195 kB Progress (5): 4.7/7.2 MB | 768/778 kB | 1.7/3.3 MB | 246/445 kB | 74/195 kB Progress (5): 4.7/7.2 MB | 768/778 kB | 1.7/3.3 MB | 250/445 kB | 74/195 kB Progress (5): 4.7/7.2 MB | 768/778 kB | 1.7/3.3 MB | 250/445 kB | 78/195 kB Progress (5): 4.7/7.2 MB | 772/778 kB | 1.7/3.3 MB | 250/445 kB | 78/195 kB Progress (5): 4.8/7.2 MB | 772/778 kB | 1.7/3.3 MB | 250/445 kB | 78/195 kB Progress (5): 4.8/7.2 MB | 776/778 kB | 1.7/3.3 MB | 250/445 kB | 78/195 kB Progress (5): 4.8/7.2 MB | 776/778 kB | 1.7/3.3 MB | 250/445 kB | 82/195 kB Progress (5): 4.8/7.2 MB | 776/778 kB | 1.7/3.3 MB | 254/445 kB | 82/195 kB Progress (5): 4.8/7.2 MB | 776/778 kB | 1.7/3.3 MB | 254/445 kB | 82/195 kB Progress (5): 4.8/7.2 MB | 776/778 kB | 1.7/3.3 MB | 258/445 kB | 82/195 kB Progress (5): 4.8/7.2 MB | 776/778 kB | 1.7/3.3 MB | 258/445 kB | 86/195 kB Progress (5): 4.8/7.2 MB | 776/778 kB | 1.7/3.3 MB | 258/445 kB | 86/195 kB Progress (5): 4.8/7.2 MB | 778 kB | 1.7/3.3 MB | 258/445 kB | 86/195 kB Progress (5): 4.8/7.2 MB | 778 kB | 1.7/3.3 MB | 258/445 kB | 90/195 kB Progress (5): 4.8/7.2 MB | 778 kB | 1.7/3.3 MB | 258/445 kB | 90/195 kB Progress (5): 4.8/7.2 MB | 778 kB | 1.7/3.3 MB | 262/445 kB | 90/195 kB Progress (5): 4.9/7.2 MB | 778 kB | 1.7/3.3 MB | 262/445 kB | 90/195 kB Progress (5): 4.9/7.2 MB | 778 kB | 1.7/3.3 MB | 262/445 kB | 94/195 kB Progress (5): 4.9/7.2 MB | 778 kB | 1.7/3.3 MB | 262/445 kB | 94/195 kB Progress (5): 4.9/7.2 MB | 778 kB | 1.7/3.3 MB | 266/445 kB | 94/195 kB Progress (5): 4.9/7.2 MB | 778 kB | 1.7/3.3 MB | 266/445 kB | 98/195 kB Progress (5): 4.9/7.2 MB | 778 kB | 1.7/3.3 MB | 270/445 kB | 98/195 kB Progress (5): 4.9/7.2 MB | 778 kB | 1.7/3.3 MB | 270/445 kB | 98/195 kB Progress (5): 4.9/7.2 MB | 778 kB | 1.8/3.3 MB | 270/445 kB | 98/195 kB Progress (5): 4.9/7.2 MB | 778 kB | 1.8/3.3 MB | 274/445 kB | 98/195 kB Progress (5): 4.9/7.2 MB | 778 kB | 1.8/3.3 MB | 274/445 kB | 102/195 kB Progress (5): 4.9/7.2 MB | 778 kB | 1.8/3.3 MB | 274/445 kB | 102/195 kB Progress (5): 4.9/7.2 MB | 778 kB | 1.8/3.3 MB | 279/445 kB | 102/195 kB Progress (5): 4.9/7.2 MB | 778 kB | 1.8/3.3 MB | 279/445 kB | 102/195 kB Progress (5): 4.9/7.2 MB | 778 kB | 1.8/3.3 MB | 283/445 kB | 102/195 kB Progress (5): 4.9/7.2 MB | 778 kB | 1.8/3.3 MB | 283/445 kB | 106/195 kB Progress (5): 5.0/7.2 MB | 778 kB | 1.8/3.3 MB | 283/445 kB | 106/195 kB Progress (5): 5.0/7.2 MB | 778 kB | 1.8/3.3 MB | 283/445 kB | 106/195 kB Progress (5): 5.0/7.2 MB | 778 kB | 1.8/3.3 MB | 287/445 kB | 106/195 kB Progress (5): 5.0/7.2 MB | 778 kB | 1.8/3.3 MB | 287/445 kB | 111/195 kB Progress (5): 5.0/7.2 MB | 778 kB | 1.8/3.3 MB | 287/445 kB | 111/195 kB Progress (5): 5.0/7.2 MB | 778 kB | 1.8/3.3 MB | 291/445 kB | 111/195 kB Progress (5): 5.0/7.2 MB | 778 kB | 1.8/3.3 MB | 291/445 kB | 115/195 kB Progress (5): 5.0/7.2 MB | 778 kB | 1.8/3.3 MB | 291/445 kB | 115/195 kB Progress (5): 5.0/7.2 MB | 778 kB | 1.8/3.3 MB | 291/445 kB | 119/195 kB Progress (5): 5.0/7.2 MB | 778 kB | 1.8/3.3 MB | 291/445 kB | 119/195 kB Progress (5): 5.0/7.2 MB | 778 kB | 1.8/3.3 MB | 295/445 kB | 119/195 kB Progress (5): 5.0/7.2 MB | 778 kB | 1.8/3.3 MB | 295/445 kB | 123/195 kB Progress (5): 5.0/7.2 MB | 778 kB | 1.8/3.3 MB | 295/445 kB | 123/195 kB Progress (5): 5.0/7.2 MB | 778 kB | 1.8/3.3 MB | 299/445 kB | 123/195 kB Progress (5): 5.1/7.2 MB | 778 kB | 1.8/3.3 MB | 299/445 kB | 123/195 kB Progress (5): 5.1/7.2 MB | 778 kB | 1.8/3.3 MB | 303/445 kB | 123/195 kB Progress (5): 5.1/7.2 MB | 778 kB | 1.9/3.3 MB | 303/445 kB | 123/195 kB Progress (5): 5.1/7.2 MB | 778 kB | 1.9/3.3 MB | 303/445 kB | 127/195 kB Progress (5): 5.1/7.2 MB | 778 kB | 1.9/3.3 MB | 303/445 kB | 127/195 kB Progress (5): 5.1/7.2 MB | 778 kB | 1.9/3.3 MB | 307/445 kB | 127/195 kB Progress (5): 5.1/7.2 MB | 778 kB | 1.9/3.3 MB | 307/445 kB | 127/195 kB Progress (5): 5.1/7.2 MB | 778 kB | 1.9/3.3 MB | 307/445 kB | 131/195 kB Progress (5): 5.1/7.2 MB | 778 kB | 1.9/3.3 MB | 307/445 kB | 131/195 kB Progress (5): 5.1/7.2 MB | 778 kB | 1.9/3.3 MB | 311/445 kB | 131/195 kB Progress (5): 5.1/7.2 MB | 778 kB | 1.9/3.3 MB | 311/445 kB | 135/195 kB Progress (5): 5.1/7.2 MB | 778 kB | 1.9/3.3 MB | 311/445 kB | 135/195 kB Progress (5): 5.2/7.2 MB | 778 kB | 1.9/3.3 MB | 311/445 kB | 135/195 kB Progress (5): 5.2/7.2 MB | 778 kB | 1.9/3.3 MB | 311/445 kB | 139/195 kB Progress (5): 5.2/7.2 MB | 778 kB | 1.9/3.3 MB | 315/445 kB | 139/195 kB Progress (5): 5.2/7.2 MB | 778 kB | 1.9/3.3 MB | 315/445 kB | 143/195 kB Progress (5): 5.2/7.2 MB | 778 kB | 1.9/3.3 MB | 315/445 kB | 143/195 kB Progress (5): 5.2/7.2 MB | 778 kB | 1.9/3.3 MB | 315/445 kB | 147/195 kB Progress (5): 5.2/7.2 MB | 778 kB | 1.9/3.3 MB | 315/445 kB | 147/195 kB Progress (5): 5.2/7.2 MB | 778 kB | 1.9/3.3 MB | 319/445 kB | 147/195 kB Progress (5): 5.2/7.2 MB | 778 kB | 1.9/3.3 MB | 319/445 kB | 152/195 kB Progress (5): 5.2/7.2 MB | 778 kB | 1.9/3.3 MB | 319/445 kB | 152/195 kB Progress (5): 5.3/7.2 MB | 778 kB | 1.9/3.3 MB | 319/445 kB | 152/195 kB Progress (5): 5.3/7.2 MB | 778 kB | 1.9/3.3 MB | 319/445 kB | 156/195 kB Progress (5): 5.3/7.2 MB | 778 kB | 1.9/3.3 MB | 324/445 kB | 156/195 kB Progress (5): 5.3/7.2 MB | 778 kB | 1.9/3.3 MB | 324/445 kB | 160/195 kB Progress (5): 5.3/7.2 MB | 778 kB | 1.9/3.3 MB | 324/445 kB | 160/195 kB Progress (5): 5.3/7.2 MB | 778 kB | 1.9/3.3 MB | 324/445 kB | 164/195 kB Progress (5): 5.3/7.2 MB | 778 kB | 1.9/3.3 MB | 324/445 kB | 164/195 kB Progress (5): 5.3/7.2 MB | 778 kB | 1.9/3.3 MB | 328/445 kB | 164/195 kB Progress (5): 5.3/7.2 MB | 778 kB | 1.9/3.3 MB | 328/445 kB | 168/195 kB Progress (5): 5.3/7.2 MB | 778 kB | 2.0/3.3 MB | 328/445 kB | 168/195 kB Progress (5): 5.3/7.2 MB | 778 kB | 2.0/3.3 MB | 328/445 kB | 172/195 kB Progress (5): 5.3/7.2 MB | 778 kB | 2.0/3.3 MB | 332/445 kB | 172/195 kB Progress (5): 5.3/7.2 MB | 778 kB | 2.0/3.3 MB | 332/445 kB | 172/195 kB Progress (5): 5.3/7.2 MB | 778 kB | 2.0/3.3 MB | 332/445 kB | 176/195 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.jar (778 kB at 1.3 MB/s) +Progress (4): 5.4/7.2 MB | 2.0/3.3 MB | 332/445 kB | 176/195 kB Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar +Progress (4): 5.4/7.2 MB | 2.0/3.3 MB | 332/445 kB | 180/195 kB Progress (4): 5.4/7.2 MB | 2.0/3.3 MB | 332/445 kB | 180/195 kB Progress (4): 5.4/7.2 MB | 2.0/3.3 MB | 336/445 kB | 180/195 kB Progress (4): 5.4/7.2 MB | 2.0/3.3 MB | 336/445 kB | 184/195 kB Progress (4): 5.4/7.2 MB | 2.0/3.3 MB | 336/445 kB | 184/195 kB Progress (4): 5.4/7.2 MB | 2.0/3.3 MB | 336/445 kB | 188/195 kB Progress (4): 5.4/7.2 MB | 2.0/3.3 MB | 336/445 kB | 188/195 kB Progress (4): 5.4/7.2 MB | 2.0/3.3 MB | 340/445 kB | 188/195 kB Progress (4): 5.4/7.2 MB | 2.0/3.3 MB | 340/445 kB | 193/195 kB Progress (4): 5.4/7.2 MB | 2.0/3.3 MB | 344/445 kB | 193/195 kB Progress (4): 5.4/7.2 MB | 2.0/3.3 MB | 344/445 kB | 193/195 kB Progress (4): 5.4/7.2 MB | 2.0/3.3 MB | 344/445 kB | 193/195 kB Progress (4): 5.4/7.2 MB | 2.0/3.3 MB | 348/445 kB | 193/195 kB Progress (4): 5.4/7.2 MB | 2.0/3.3 MB | 348/445 kB | 195 kB Progress (4): 5.4/7.2 MB | 2.0/3.3 MB | 348/445 kB | 195 kB Progress (4): 5.4/7.2 MB | 2.0/3.3 MB | 352/445 kB | 195 kB Progress (4): 5.5/7.2 MB | 2.0/3.3 MB | 352/445 kB | 195 kB Progress (4): 5.5/7.2 MB | 2.1/3.3 MB | 352/445 kB | 195 kB Progress (4): 5.5/7.2 MB | 2.1/3.3 MB | 356/445 kB | 195 kB Progress (4): 5.5/7.2 MB | 2.1/3.3 MB | 356/445 kB | 195 kB Progress (4): 5.5/7.2 MB | 2.1/3.3 MB | 356/445 kB | 195 kB Progress (4): 5.5/7.2 MB | 2.1/3.3 MB | 360/445 kB | 195 kB Progress (4): 5.5/7.2 MB | 2.1/3.3 MB | 360/445 kB | 195 kB Progress (4): 5.5/7.2 MB | 2.1/3.3 MB | 365/445 kB | 195 kB Progress (4): 5.5/7.2 MB | 2.1/3.3 MB | 365/445 kB | 195 kB Progress (4): 5.5/7.2 MB | 2.1/3.3 MB | 369/445 kB | 195 kB Progress (4): 5.6/7.2 MB | 2.1/3.3 MB | 369/445 kB | 195 kB Progress (4): 5.6/7.2 MB | 2.1/3.3 MB | 369/445 kB | 195 kB Progress (4): 5.6/7.2 MB | 2.1/3.3 MB | 373/445 kB | 195 kB Progress (4): 5.6/7.2 MB | 2.1/3.3 MB | 377/445 kB | 195 kB Progress (4): 5.6/7.2 MB | 2.1/3.3 MB | 377/445 kB | 195 kB Progress (4): 5.6/7.2 MB | 2.1/3.3 MB | 377/445 kB | 195 kB Progress (4): 5.6/7.2 MB | 2.1/3.3 MB | 381/445 kB | 195 kB Progress (4): 5.6/7.2 MB | 2.2/3.3 MB | 381/445 kB | 195 kB Progress (4): 5.6/7.2 MB | 2.2/3.3 MB | 385/445 kB | 195 kB Progress (4): 5.6/7.2 MB | 2.2/3.3 MB | 385/445 kB | 195 kB Progress (4): 5.6/7.2 MB | 2.2/3.3 MB | 385/445 kB | 195 kB Progress (4): 5.6/7.2 MB | 2.2/3.3 MB | 389/445 kB | 195 kB Progress (4): 5.6/7.2 MB | 2.2/3.3 MB | 389/445 kB | 195 kB Progress (4): 5.6/7.2 MB | 2.2/3.3 MB | 393/445 kB | 195 kB Progress (4): 5.7/7.2 MB | 2.2/3.3 MB | 393/445 kB | 195 kB Progress (4): 5.7/7.2 MB | 2.2/3.3 MB | 397/445 kB | 195 kB Progress (4): 5.7/7.2 MB | 2.2/3.3 MB | 397/445 kB | 195 kB Progress (4): 5.7/7.2 MB | 2.2/3.3 MB | 401/445 kB | 195 kB Progress (4): 5.7/7.2 MB | 2.2/3.3 MB | 406/445 kB | 195 kB Progress (4): 5.7/7.2 MB | 2.2/3.3 MB | 406/445 kB | 195 kB Progress (4): 5.7/7.2 MB | 2.2/3.3 MB | 406/445 kB | 195 kB Progress (4): 5.7/7.2 MB | 2.2/3.3 MB | 410/445 kB | 195 kB Progress (4): 5.7/7.2 MB | 2.2/3.3 MB | 414/445 kB | 195 kB Progress (4): 5.8/7.2 MB | 2.2/3.3 MB | 414/445 kB | 195 kB Progress (4): 5.8/7.2 MB | 2.2/3.3 MB | 414/445 kB | 195 kB Progress (4): 5.8/7.2 MB | 2.2/3.3 MB | 418/445 kB | 195 kB Progress (4): 5.8/7.2 MB | 2.3/3.3 MB | 418/445 kB | 195 kB Progress (4): 5.8/7.2 MB | 2.3/3.3 MB | 422/445 kB | 195 kB Progress (4): 5.8/7.2 MB | 2.3/3.3 MB | 422/445 kB | 195 kB Progress (4): 5.8/7.2 MB | 2.3/3.3 MB | 426/445 kB | 195 kB Progress (4): 5.8/7.2 MB | 2.3/3.3 MB | 426/445 kB | 195 kB Progress (4): 5.8/7.2 MB | 2.3/3.3 MB | 430/445 kB | 195 kB Progress (4): 5.8/7.2 MB | 2.3/3.3 MB | 430/445 kB | 195 kB Progress (4): 5.8/7.2 MB | 2.3/3.3 MB | 430/445 kB | 195 kB Progress (4): 5.8/7.2 MB | 2.3/3.3 MB | 434/445 kB | 195 kB Progress (4): 5.8/7.2 MB | 2.3/3.3 MB | 438/445 kB | 195 kB Progress (4): 5.8/7.2 MB | 2.3/3.3 MB | 438/445 kB | 195 kB Progress (4): 5.9/7.2 MB | 2.3/3.3 MB | 438/445 kB | 195 kB Progress (4): 5.9/7.2 MB | 2.3/3.3 MB | 442/445 kB | 195 kB Progress (4): 5.9/7.2 MB | 2.3/3.3 MB | 442/445 kB | 195 kB Progress (4): 5.9/7.2 MB | 2.3/3.3 MB | 445 kB | 195 kB Progress (4): 5.9/7.2 MB | 2.3/3.3 MB | 445 kB | 195 kB Progress (4): 5.9/7.2 MB | 2.3/3.3 MB | 445 kB | 195 kB Progress (5): 5.9/7.2 MB | 2.3/3.3 MB | 445 kB | 195 kB | 4.1/68 kB Progress (5): 5.9/7.2 MB | 2.3/3.3 MB | 445 kB | 195 kB | 4.1/68 kB Progress (5): 5.9/7.2 MB | 2.3/3.3 MB | 445 kB | 195 kB | 8.2/68 kB Progress (5): 6.0/7.2 MB | 2.3/3.3 MB | 445 kB | 195 kB | 8.2/68 kB Progress (5): 6.0/7.2 MB | 2.4/3.3 MB | 445 kB | 195 kB | 8.2/68 kB Progress (5): 6.0/7.2 MB | 2.4/3.3 MB | 445 kB | 195 kB | 12/68 kB Progress (5): 6.0/7.2 MB | 2.4/3.3 MB | 445 kB | 195 kB | 16/68 kB Progress (5): 6.0/7.2 MB | 2.4/3.3 MB | 445 kB | 195 kB | 16/68 kB Progress (5): 6.0/7.2 MB | 2.4/3.3 MB | 445 kB | 195 kB | 16/68 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jandex/2.1.1.Final/jandex-2.1.1.Final.jar (195 kB at 309 kB/s) +Progress (4): 6.0/7.2 MB | 2.4/3.3 MB | 445 kB | 20/68 kB Progress (4): 6.1/7.2 MB | 2.4/3.3 MB | 445 kB | 20/68 kB Downloading from central: https://repo.maven.apache.org/maven2/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.jar +Progress (4): 6.1/7.2 MB | 2.4/3.3 MB | 445 kB | 20/68 kB Progress (4): 6.1/7.2 MB | 2.4/3.3 MB | 445 kB | 25/68 kB Progress (4): 6.1/7.2 MB | 2.4/3.3 MB | 445 kB | 25/68 kB Progress (4): 6.1/7.2 MB | 2.4/3.3 MB | 445 kB | 25/68 kB Progress (4): 6.1/7.2 MB | 2.4/3.3 MB | 445 kB | 29/68 kB Progress (4): 6.1/7.2 MB | 2.4/3.3 MB | 445 kB | 33/68 kB Progress (4): 6.1/7.2 MB | 2.4/3.3 MB | 445 kB | 33/68 kB Progress (4): 6.1/7.2 MB | 2.4/3.3 MB | 445 kB | 37/68 kB Progress (4): 6.1/7.2 MB | 2.4/3.3 MB | 445 kB | 37/68 kB Progress (4): 6.1/7.2 MB | 2.4/3.3 MB | 445 kB | 37/68 kB Progress (4): 6.1/7.2 MB | 2.4/3.3 MB | 445 kB | 41/68 kB Progress (4): 6.1/7.2 MB | 2.4/3.3 MB | 445 kB | 45/68 kB Progress (4): 6.1/7.2 MB | 2.5/3.3 MB | 445 kB | 45/68 kB Progress (4): 6.2/7.2 MB | 2.5/3.3 MB | 445 kB | 45/68 kB Progress (4): 6.2/7.2 MB | 2.5/3.3 MB | 445 kB | 49/68 kB Progress (4): 6.2/7.2 MB | 2.5/3.3 MB | 445 kB | 49/68 kB Progress (4): 6.2/7.2 MB | 2.5/3.3 MB | 445 kB | 53/68 kB Progress (4): 6.2/7.2 MB | 2.5/3.3 MB | 445 kB | 57/68 kB Progress (4): 6.2/7.2 MB | 2.5/3.3 MB | 445 kB | 57/68 kB Progress (4): 6.2/7.2 MB | 2.5/3.3 MB | 445 kB | 57/68 kB Progress (4): 6.2/7.2 MB | 2.5/3.3 MB | 445 kB | 61/68 kB Progress (4): 6.2/7.2 MB | 2.5/3.3 MB | 445 kB | 61/68 kB Progress (4): 6.2/7.2 MB | 2.5/3.3 MB | 445 kB | 66/68 kB Progress (4): 6.3/7.2 MB | 2.5/3.3 MB | 445 kB | 66/68 kB Progress (4): 6.3/7.2 MB | 2.5/3.3 MB | 445 kB | 68 kB Progress (4): 6.3/7.2 MB | 2.5/3.3 MB | 445 kB | 68 kB Progress (4): 6.3/7.2 MB | 2.5/3.3 MB | 445 kB | 68 kB Progress (4): 6.3/7.2 MB | 2.5/3.3 MB | 445 kB | 68 kB Progress (4): 6.3/7.2 MB | 2.5/3.3 MB | 445 kB | 68 kB Progress (4): 6.3/7.2 MB | 2.6/3.3 MB | 445 kB | 68 kB Progress (4): 6.3/7.2 MB | 2.6/3.3 MB | 445 kB | 68 kB Progress (4): 6.4/7.2 MB | 2.6/3.3 MB | 445 kB | 68 kB Progress (4): 6.4/7.2 MB | 2.6/3.3 MB | 445 kB | 68 kB Progress (4): 6.4/7.2 MB | 2.6/3.3 MB | 445 kB | 68 kB Progress (4): 6.4/7.2 MB | 2.6/3.3 MB | 445 kB | 68 kB Progress (4): 6.4/7.2 MB | 2.6/3.3 MB | 445 kB | 68 kB Progress (4): 6.5/7.2 MB | 2.6/3.3 MB | 445 kB | 68 kB Progress (4): 6.5/7.2 MB | 2.6/3.3 MB | 445 kB | 68 kB Progress (4): 6.5/7.2 MB | 2.7/3.3 MB | 445 kB | 68 kB Progress (4): 6.5/7.2 MB | 2.7/3.3 MB | 445 kB | 68 kB Progress (4): 6.5/7.2 MB | 2.7/3.3 MB | 445 kB | 68 kB Progress (4): 6.5/7.2 MB | 2.7/3.3 MB | 445 kB | 68 kB Progress (4): 6.5/7.2 MB | 2.7/3.3 MB | 445 kB | 68 kB Progress (4): 6.5/7.2 MB | 2.7/3.3 MB | 445 kB | 68 kB Progress (4): 6.6/7.2 MB | 2.7/3.3 MB | 445 kB | 68 kB Progress (4): 6.6/7.2 MB | 2.7/3.3 MB | 445 kB | 68 kB Progress (4): 6.6/7.2 MB | 2.7/3.3 MB | 445 kB | 68 kB Progress (4): 6.6/7.2 MB | 2.7/3.3 MB | 445 kB | 68 kB Progress (4): 6.6/7.2 MB | 2.8/3.3 MB | 445 kB | 68 kB Progress (4): 6.6/7.2 MB | 2.8/3.3 MB | 445 kB | 68 kB Progress (4): 6.7/7.2 MB | 2.8/3.3 MB | 445 kB | 68 kB Progress (4): 6.7/7.2 MB | 2.8/3.3 MB | 445 kB | 68 kB Progress (4): 6.7/7.2 MB | 2.8/3.3 MB | 445 kB | 68 kB Progress (4): 6.7/7.2 MB | 2.8/3.3 MB | 445 kB | 68 kB Progress (4): 6.7/7.2 MB | 2.8/3.3 MB | 445 kB | 68 kB Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 689 kB/s) +Progress (3): 6.7/7.2 MB | 2.8/3.3 MB | 68 kB Progress (3): 6.7/7.2 MB | 2.8/3.3 MB | 68 kB Progress (4): 6.7/7.2 MB | 2.8/3.3 MB | 68 kB | 4.1/324 kB Progress (4): 6.7/7.2 MB | 2.9/3.3 MB | 68 kB | 4.1/324 kB Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/5.1.0.Final/hibernate-commons-annotations-5.1.0.Final.jar +Progress (4): 6.8/7.2 MB | 2.9/3.3 MB | 68 kB | 4.1/324 kB Progress (4): 6.8/7.2 MB | 2.9/3.3 MB | 68 kB | 4.1/324 kB Progress (4): 6.8/7.2 MB | 2.9/3.3 MB | 68 kB | 8.2/324 kB Progress (4): 6.8/7.2 MB | 2.9/3.3 MB | 68 kB | 12/324 kB Progress (4): 6.8/7.2 MB | 2.9/3.3 MB | 68 kB | 12/324 kB Progress (4): 6.8/7.2 MB | 2.9/3.3 MB | 68 kB | 12/324 kB Progress (4): 6.8/7.2 MB | 2.9/3.3 MB | 68 kB | 16/324 kB Progress (4): 6.8/7.2 MB | 2.9/3.3 MB | 68 kB | 16/324 kB Progress (4): 6.8/7.2 MB | 2.9/3.3 MB | 68 kB | 20/324 kB Progress (4): 6.9/7.2 MB | 2.9/3.3 MB | 68 kB | 20/324 kB Progress (4): 6.9/7.2 MB | 2.9/3.3 MB | 68 kB | 25/324 kB Progress (4): 6.9/7.2 MB | 2.9/3.3 MB | 68 kB | 25/324 kB Progress (4): 6.9/7.2 MB | 2.9/3.3 MB | 68 kB | 29/324 kB Progress (4): 6.9/7.2 MB | 2.9/3.3 MB | 68 kB | 33/324 kB Progress (4): 6.9/7.2 MB | 2.9/3.3 MB | 68 kB | 33/324 kB Progress (4): 6.9/7.2 MB | 2.9/3.3 MB | 68 kB | 33/324 kB Progress (4): 6.9/7.2 MB | 2.9/3.3 MB | 68 kB | 37/324 kB Progress (4): 6.9/7.2 MB | 3.0/3.3 MB | 68 kB | 37/324 kB Progress (4): 6.9/7.2 MB | 3.0/3.3 MB | 68 kB | 41/324 kB Progress (4): 6.9/7.2 MB | 3.0/3.3 MB | 68 kB | 45/324 kB Progress (4): 6.9/7.2 MB | 3.0/3.3 MB | 68 kB | 45/324 kB Progress (4): 7.0/7.2 MB | 3.0/3.3 MB | 68 kB | 45/324 kB Progress (4): 7.0/7.2 MB | 3.0/3.3 MB | 68 kB | 49/324 kB Progress (4): 7.0/7.2 MB | 3.0/3.3 MB | 68 kB | 49/324 kB Progress (4): 7.0/7.2 MB | 3.0/3.3 MB | 68 kB | 53/324 kB Progress (4): 7.0/7.2 MB | 3.0/3.3 MB | 68 kB | 53/324 kB Progress (4): 7.0/7.2 MB | 3.0/3.3 MB | 68 kB | 53/324 kB Progress (4): 7.0/7.2 MB | 3.0/3.3 MB | 68 kB | 57/324 kB Progress (4): 7.0/7.2 MB | 3.0/3.3 MB | 68 kB | 61/324 kB Progress (4): 7.0/7.2 MB | 3.0/3.3 MB | 68 kB | 61/324 kB Progress (4): 7.0/7.2 MB | 3.0/3.3 MB | 68 kB | 61/324 kB Progress (4): 7.0/7.2 MB | 3.0/3.3 MB | 68 kB | 66/324 kB Progress (4): 7.0/7.2 MB | 3.0/3.3 MB | 68 kB | 66/324 kB Progress (4): 7.0/7.2 MB | 3.0/3.3 MB | 68 kB | 70/324 kB Progress (4): 7.1/7.2 MB | 3.0/3.3 MB | 68 kB | 70/324 kB Progress (4): 7.1/7.2 MB | 3.1/3.3 MB | 68 kB | 70/324 kB Progress (4): 7.1/7.2 MB | 3.1/3.3 MB | 68 kB | 74/324 kB Progress (4): 7.1/7.2 MB | 3.1/3.3 MB | 68 kB | 78/324 kB Progress (4): 7.1/7.2 MB | 3.1/3.3 MB | 68 kB | 78/324 kB Progress (4): 7.1/7.2 MB | 3.1/3.3 MB | 68 kB | 82/324 kB Progress (4): 7.1/7.2 MB | 3.1/3.3 MB | 68 kB | 82/324 kB Progress (4): 7.1/7.2 MB | 3.1/3.3 MB | 68 kB | 82/324 kB Progress (4): 7.1/7.2 MB | 3.1/3.3 MB | 68 kB | 86/324 kB Progress (4): 7.1/7.2 MB | 3.1/3.3 MB | 68 kB | 90/324 kB Progress (4): 7.1/7.2 MB | 3.1/3.3 MB | 68 kB | 90/324 kB Progress (4): 7.2/7.2 MB | 3.1/3.3 MB | 68 kB | 90/324 kB Progress (4): 7.2/7.2 MB | 3.1/3.3 MB | 68 kB | 94/324 kB Progress (4): 7.2/7.2 MB | 3.1/3.3 MB | 68 kB | 94/324 kB Progress (4): 7.2/7.2 MB | 3.1/3.3 MB | 68 kB | 98/324 kB Progress (4): 7.2 MB | 3.1/3.3 MB | 68 kB | 98/324 kB Progress (4): 7.2 MB | 3.1/3.3 MB | 68 kB | 102/324 kB Progress (4): 7.2 MB | 3.1/3.3 MB | 68 kB | 102/324 kB Progress (4): 7.2 MB | 3.1/3.3 MB | 68 kB | 106/324 kB Progress (4): 7.2 MB | 3.1/3.3 MB | 68 kB | 111/324 kB Progress (4): 7.2 MB | 3.2/3.3 MB | 68 kB | 111/324 kB Progress (4): 7.2 MB | 3.2/3.3 MB | 68 kB | 115/324 kB Progress (4): 7.2 MB | 3.2/3.3 MB | 68 kB | 115/324 kB Progress (4): 7.2 MB | 3.2/3.3 MB | 68 kB | 119/324 kB Progress (4): 7.2 MB | 3.2/3.3 MB | 68 kB | 123/324 kB Progress (4): 7.2 MB | 3.2/3.3 MB | 68 kB | 123/324 kB Progress (4): 7.2 MB | 3.2/3.3 MB | 68 kB | 127/324 kB Progress (4): 7.2 MB | 3.2/3.3 MB | 68 kB | 131/324 kB Progress (4): 7.2 MB | 3.2/3.3 MB | 68 kB | 131/324 kB Progress (4): 7.2 MB | 3.2/3.3 MB | 68 kB | 135/324 kB Progress (4): 7.2 MB | 3.2/3.3 MB | 68 kB | 139/324 kB Progress (4): 7.2 MB | 3.2/3.3 MB | 68 kB | 139/324 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar (68 kB at 103 kB/s) +Progress (3): 7.2 MB | 3.2/3.3 MB | 143/324 kB Progress (4): 7.2 MB | 3.2/3.3 MB | 143/324 kB | 4.1/76 kB Progress (4): 7.2 MB | 3.2/3.3 MB | 147/324 kB | 4.1/76 kB Downloading from central: https://repo.maven.apache.org/maven2/jakarta/json/jakarta.json-api/1.1.6/jakarta.json-api-1.1.6.jar +Progress (4): 7.2 MB | 3.2/3.3 MB | 147/324 kB | 4.1/76 kB Progress (4): 7.2 MB | 3.2/3.3 MB | 152/324 kB | 4.1/76 kB Progress (4): 7.2 MB | 3.2/3.3 MB | 152/324 kB | 8.2/76 kB Progress (4): 7.2 MB | 3.2/3.3 MB | 156/324 kB | 8.2/76 kB Progress (4): 7.2 MB | 3.2/3.3 MB | 156/324 kB | 8.2/76 kB Progress (4): 7.2 MB | 3.2/3.3 MB | 160/324 kB | 8.2/76 kB Progress (4): 7.2 MB | 3.2/3.3 MB | 160/324 kB | 12/76 kB Progress (4): 7.2 MB | 3.3/3.3 MB | 160/324 kB | 12/76 kB Progress (4): 7.2 MB | 3.3/3.3 MB | 164/324 kB | 12/76 kB Progress (4): 7.2 MB | 3.3/3.3 MB | 164/324 kB | 16/76 kB Progress (4): 7.2 MB | 3.3/3.3 MB | 164/324 kB | 16/76 kB Progress (4): 7.2 MB | 3.3/3.3 MB | 168/324 kB | 16/76 kB Progress (4): 7.2 MB | 3.3/3.3 MB | 168/324 kB | 20/76 kB Progress (4): 7.2 MB | 3.3/3.3 MB | 172/324 kB | 20/76 kB Progress (4): 7.2 MB | 3.3/3.3 MB | 172/324 kB | 20/76 kB Progress (4): 7.2 MB | 3.3/3.3 MB | 176/324 kB | 20/76 kB Progress (4): 7.2 MB | 3.3/3.3 MB | 176/324 kB | 25/76 kB Progress (4): 7.2 MB | 3.3/3.3 MB | 176/324 kB | 25/76 kB Progress (4): 7.2 MB | 3.3/3.3 MB | 180/324 kB | 25/76 kB Progress (4): 7.2 MB | 3.3/3.3 MB | 180/324 kB | 29/76 kB Progress (4): 7.2 MB | 3.3/3.3 MB | 184/324 kB | 29/76 kB Progress (4): 7.2 MB | 3.3/3.3 MB | 184/324 kB | 29/76 kB Progress (4): 7.2 MB | 3.3/3.3 MB | 188/324 kB | 29/76 kB Progress (4): 7.2 MB | 3.3/3.3 MB | 188/324 kB | 33/76 kB Progress (4): 7.2 MB | 3.3/3.3 MB | 188/324 kB | 33/76 kB Progress (4): 7.2 MB | 3.3/3.3 MB | 193/324 kB | 33/76 kB Progress (4): 7.2 MB | 3.3 MB | 193/324 kB | 33/76 kB Progress (4): 7.2 MB | 3.3 MB | 193/324 kB | 37/76 kB Progress (4): 7.2 MB | 3.3 MB | 197/324 kB | 37/76 kB Progress (4): 7.2 MB | 3.3 MB | 197/324 kB | 41/76 kB Progress (4): 7.2 MB | 3.3 MB | 201/324 kB | 41/76 kB Progress (4): 7.2 MB | 3.3 MB | 201/324 kB | 45/76 kB Progress (4): 7.2 MB | 3.3 MB | 205/324 kB | 45/76 kB Progress (4): 7.2 MB | 3.3 MB | 205/324 kB | 49/76 kB Progress (4): 7.2 MB | 3.3 MB | 209/324 kB | 49/76 kB Progress (4): 7.2 MB | 3.3 MB | 213/324 kB | 49/76 kB Progress (4): 7.2 MB | 3.3 MB | 213/324 kB | 53/76 kB Progress (4): 7.2 MB | 3.3 MB | 217/324 kB | 53/76 kB Progress (4): 7.2 MB | 3.3 MB | 217/324 kB | 57/76 kB Progress (4): 7.2 MB | 3.3 MB | 221/324 kB | 57/76 kB Progress (4): 7.2 MB | 3.3 MB | 221/324 kB | 61/76 kB Progress (4): 7.2 MB | 3.3 MB | 225/324 kB | 61/76 kB Progress (4): 7.2 MB | 3.3 MB | 225/324 kB | 66/76 kB Progress (4): 7.2 MB | 3.3 MB | 229/324 kB | 66/76 kB Progress (4): 7.2 MB | 3.3 MB | 229/324 kB | 70/76 kB Progress (4): 7.2 MB | 3.3 MB | 233/324 kB | 70/76 kB Progress (4): 7.2 MB | 3.3 MB | 233/324 kB | 74/76 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-core/5.4.12.Final/hibernate-core-5.4.12.Final.jar (7.2 MB at 11 MB/s) +Progress (3): 3.3 MB | 233/324 kB | 76 kB Progress (3): 3.3 MB | 238/324 kB | 76 kB Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.jar +Progress (3): 3.3 MB | 242/324 kB | 76 kB Progress (3): 3.3 MB | 246/324 kB | 76 kB Progress (3): 3.3 MB | 250/324 kB | 76 kB Progress (3): 3.3 MB | 254/324 kB | 76 kB Progress (3): 3.3 MB | 258/324 kB | 76 kB Progress (3): 3.3 MB | 262/324 kB | 76 kB Progress (3): 3.3 MB | 266/324 kB | 76 kB Progress (3): 3.3 MB | 270/324 kB | 76 kB Progress (3): 3.3 MB | 274/324 kB | 76 kB Progress (3): 3.3 MB | 279/324 kB | 76 kB Progress (3): 3.3 MB | 283/324 kB | 76 kB Progress (3): 3.3 MB | 287/324 kB | 76 kB Progress (3): 3.3 MB | 291/324 kB | 76 kB Progress (3): 3.3 MB | 295/324 kB | 76 kB Progress (3): 3.3 MB | 299/324 kB | 76 kB Progress (3): 3.3 MB | 303/324 kB | 76 kB Progress (3): 3.3 MB | 307/324 kB | 76 kB Progress (3): 3.3 MB | 311/324 kB | 76 kB Progress (3): 3.3 MB | 315/324 kB | 76 kB Progress (3): 3.3 MB | 319/324 kB | 76 kB Progress (3): 3.3 MB | 324/324 kB | 76 kB Progress (4): 3.3 MB | 324/324 kB | 76 kB | 4.1/43 kB Progress (4): 3.3 MB | 324 kB | 76 kB | 4.1/43 kB Progress (4): 3.3 MB | 324 kB | 76 kB | 8.2/43 kB Progress (4): 3.3 MB | 324 kB | 76 kB | 12/43 kB Progress (4): 3.3 MB | 324 kB | 76 kB | 16/43 kB Progress (4): 3.3 MB | 324 kB | 76 kB | 20/43 kB Progress (4): 3.3 MB | 324 kB | 76 kB | 25/43 kB Progress (4): 3.3 MB | 324 kB | 76 kB | 29/43 kB Progress (4): 3.3 MB | 324 kB | 76 kB | 33/43 kB Progress (4): 3.3 MB | 324 kB | 76 kB | 36/43 kB Progress (4): 3.3 MB | 324 kB | 76 kB | 40/43 kB Progress (4): 3.3 MB | 324 kB | 76 kB | 43 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.7/byte-buddy-1.10.7.jar (3.3 MB at 4.9 MB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-orm/5.2.4.RELEASE/spring-orm-5.2.4.RELEASE.jar +Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/5.1.0.Final/hibernate-commons-annotations-5.1.0.Final.jar (76 kB at 112 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jdbc/5.2.4.RELEASE/spring-jdbc-5.2.4.RELEASE.jar +Progress (3): 324 kB | 43 kB | 4.1/140 kB Progress (3): 324 kB | 43 kB | 8.2/140 kB Progress (3): 324 kB | 43 kB | 12/140 kB Progress (3): 324 kB | 43 kB | 16/140 kB Progress (3): 324 kB | 43 kB | 20/140 kB Progress (3): 324 kB | 43 kB | 25/140 kB Progress (3): 324 kB | 43 kB | 29/140 kB Progress (3): 324 kB | 43 kB | 33/140 kB Progress (3): 324 kB | 43 kB | 37/140 kB Progress (3): 324 kB | 43 kB | 41/140 kB Progress (3): 324 kB | 43 kB | 45/140 kB Progress (3): 324 kB | 43 kB | 49/140 kB Progress (3): 324 kB | 43 kB | 53/140 kB Progress (3): 324 kB | 43 kB | 57/140 kB Progress (3): 324 kB | 43 kB | 61/140 kB Progress (3): 324 kB | 43 kB | 66/140 kB Progress (3): 324 kB | 43 kB | 70/140 kB Progress (3): 324 kB | 43 kB | 74/140 kB Progress (3): 324 kB | 43 kB | 78/140 kB Progress (3): 324 kB | 43 kB | 82/140 kB Progress (3): 324 kB | 43 kB | 86/140 kB Progress (3): 324 kB | 43 kB | 90/140 kB Progress (3): 324 kB | 43 kB | 94/140 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.jar (324 kB at 470 kB/s) +Progress (2): 43 kB | 98/140 kB Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-tx/5.2.4.RELEASE/spring-tx-5.2.4.RELEASE.jar +Progress (2): 43 kB | 102/140 kB Progress (2): 43 kB | 106/140 kB Progress (2): 43 kB | 111/140 kB Progress (2): 43 kB | 115/140 kB Progress (2): 43 kB | 119/140 kB Progress (2): 43 kB | 123/140 kB Progress (2): 43 kB | 127/140 kB Progress (2): 43 kB | 131/140 kB Progress (2): 43 kB | 135/140 kB Progress (2): 43 kB | 139/140 kB Progress (2): 43 kB | 140 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/json/jakarta.json-api/1.1.6/jakarta.json-api-1.1.6.jar (43 kB at 63 kB/s) +Downloading from central: https://repo.maven.apache.org/maven2/com/unboundid/unboundid-ldapsdk/4.0.14/unboundid-ldapsdk-4.0.14.jar +Progress (2): 140 kB | 4.1/201 kB Progress (2): 140 kB | 8.2/201 kB Progress (2): 140 kB | 12/201 kB Progress (2): 140 kB | 16/201 kB Progress (2): 140 kB | 20/201 kB Progress (2): 140 kB | 25/201 kB Progress (2): 140 kB | 29/201 kB Progress (2): 140 kB | 33/201 kB Progress (2): 140 kB | 37/201 kB Progress (2): 140 kB | 41/201 kB Progress (2): 140 kB | 45/201 kB Progress (2): 140 kB | 49/201 kB Progress (2): 140 kB | 53/201 kB Progress (2): 140 kB | 57/201 kB Progress (2): 140 kB | 61/201 kB Progress (2): 140 kB | 66/201 kB Progress (2): 140 kB | 70/201 kB Progress (2): 140 kB | 74/201 kB Progress (2): 140 kB | 78/201 kB Progress (2): 140 kB | 82/201 kB Progress (2): 140 kB | 86/201 kB Progress (3): 140 kB | 86/201 kB | 4.1/407 kB Progress (3): 140 kB | 90/201 kB | 4.1/407 kB Progress (3): 140 kB | 90/201 kB | 8.2/407 kB Progress (3): 140 kB | 94/201 kB | 8.2/407 kB Progress (3): 140 kB | 94/201 kB | 12/407 kB Progress (3): 140 kB | 98/201 kB | 12/407 kB Progress (3): 140 kB | 98/201 kB | 16/407 kB Progress (3): 140 kB | 102/201 kB | 16/407 kB Progress (3): 140 kB | 102/201 kB | 20/407 kB Progress (3): 140 kB | 106/201 kB | 20/407 kB Progress (3): 140 kB | 106/201 kB | 25/407 kB Progress (3): 140 kB | 111/201 kB | 25/407 kB Progress (3): 140 kB | 111/201 kB | 29/407 kB Progress (3): 140 kB | 115/201 kB | 29/407 kB Progress (3): 140 kB | 115/201 kB | 33/407 kB Progress (3): 140 kB | 119/201 kB | 33/407 kB Progress (3): 140 kB | 119/201 kB | 37/407 kB Progress (3): 140 kB | 123/201 kB | 37/407 kB Progress (3): 140 kB | 123/201 kB | 41/407 kB Progress (3): 140 kB | 127/201 kB | 41/407 kB Progress (3): 140 kB | 127/201 kB | 45/407 kB Progress (3): 140 kB | 131/201 kB | 45/407 kB Progress (3): 140 kB | 131/201 kB | 49/407 kB Progress (3): 140 kB | 135/201 kB | 49/407 kB Progress (3): 140 kB | 135/201 kB | 53/407 kB Progress (3): 140 kB | 139/201 kB | 53/407 kB Progress (3): 140 kB | 139/201 kB | 57/407 kB Progress (3): 140 kB | 143/201 kB | 57/407 kB Progress (3): 140 kB | 143/201 kB | 61/407 kB Progress (3): 140 kB | 147/201 kB | 61/407 kB Progress (3): 140 kB | 147/201 kB | 66/407 kB Progress (3): 140 kB | 152/201 kB | 66/407 kB Progress (3): 140 kB | 152/201 kB | 70/407 kB Progress (3): 140 kB | 156/201 kB | 70/407 kB Progress (3): 140 kB | 156/201 kB | 74/407 kB Progress (3): 140 kB | 160/201 kB | 74/407 kB Progress (3): 140 kB | 160/201 kB | 78/407 kB Progress (3): 140 kB | 164/201 kB | 78/407 kB Progress (3): 140 kB | 164/201 kB | 82/407 kB Progress (3): 140 kB | 168/201 kB | 82/407 kB Progress (3): 140 kB | 168/201 kB | 86/407 kB Progress (3): 140 kB | 172/201 kB | 86/407 kB Progress (3): 140 kB | 172/201 kB | 90/407 kB Progress (3): 140 kB | 176/201 kB | 90/407 kB Progress (3): 140 kB | 176/201 kB | 94/407 kB Progress (3): 140 kB | 180/201 kB | 94/407 kB Progress (3): 140 kB | 180/201 kB | 98/407 kB Progress (3): 140 kB | 184/201 kB | 98/407 kB Progress (3): 140 kB | 184/201 kB | 102/407 kB Progress (3): 140 kB | 188/201 kB | 102/407 kB Progress (3): 140 kB | 188/201 kB | 106/407 kB Progress (3): 140 kB | 193/201 kB | 106/407 kB Progress (4): 140 kB | 193/201 kB | 106/407 kB | 4.1/314 kB Progress (4): 140 kB | 193/201 kB | 111/407 kB | 4.1/314 kB Progress (4): 140 kB | 197/201 kB | 111/407 kB | 4.1/314 kB Progress (4): 140 kB | 197/201 kB | 115/407 kB | 4.1/314 kB Progress (4): 140 kB | 197/201 kB | 115/407 kB | 8.2/314 kB Progress (4): 140 kB | 201/201 kB | 115/407 kB | 8.2/314 kB Progress (4): 140 kB | 201/201 kB | 115/407 kB | 12/314 kB Progress (4): 140 kB | 201/201 kB | 119/407 kB | 12/314 kB Progress (4): 140 kB | 201/201 kB | 119/407 kB | 16/314 kB Progress (4): 140 kB | 201 kB | 119/407 kB | 16/314 kB Progress (4): 140 kB | 201 kB | 119/407 kB | 20/314 kB Progress (4): 140 kB | 201 kB | 123/407 kB | 20/314 kB Progress (4): 140 kB | 201 kB | 123/407 kB | 25/314 kB Progress (4): 140 kB | 201 kB | 127/407 kB | 25/314 kB Progress (4): 140 kB | 201 kB | 127/407 kB | 29/314 kB Progress (4): 140 kB | 201 kB | 131/407 kB | 29/314 kB Progress (4): 140 kB | 201 kB | 131/407 kB | 33/314 kB Progress (4): 140 kB | 201 kB | 135/407 kB | 33/314 kB Progress (4): 140 kB | 201 kB | 135/407 kB | 37/314 kB Progress (4): 140 kB | 201 kB | 139/407 kB | 37/314 kB Progress (4): 140 kB | 201 kB | 139/407 kB | 41/314 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.jar (140 kB at 199 kB/s) +Progress (3): 201 kB | 143/407 kB | 41/314 kB Downloading from central: https://repo.maven.apache.org/maven2/org/hsqldb/hsqldb/2.5.0/hsqldb-2.5.0.jar +Progress (3): 201 kB | 143/407 kB | 45/314 kB Progress (3): 201 kB | 147/407 kB | 45/314 kB Progress (3): 201 kB | 147/407 kB | 49/314 kB Progress (3): 201 kB | 152/407 kB | 49/314 kB Progress (3): 201 kB | 152/407 kB | 53/314 kB Progress (3): 201 kB | 156/407 kB | 53/314 kB Progress (3): 201 kB | 156/407 kB | 57/314 kB Progress (3): 201 kB | 160/407 kB | 57/314 kB Progress (3): 201 kB | 160/407 kB | 61/314 kB Progress (3): 201 kB | 164/407 kB | 61/314 kB Progress (3): 201 kB | 164/407 kB | 66/314 kB Progress (3): 201 kB | 168/407 kB | 66/314 kB Progress (3): 201 kB | 168/407 kB | 70/314 kB Progress (3): 201 kB | 172/407 kB | 70/314 kB Progress (3): 201 kB | 172/407 kB | 74/314 kB Progress (3): 201 kB | 176/407 kB | 74/314 kB Progress (3): 201 kB | 176/407 kB | 78/314 kB Progress (3): 201 kB | 180/407 kB | 78/314 kB Progress (3): 201 kB | 180/407 kB | 82/314 kB Progress (3): 201 kB | 184/407 kB | 82/314 kB Progress (3): 201 kB | 184/407 kB | 86/314 kB Progress (3): 201 kB | 188/407 kB | 86/314 kB Progress (3): 201 kB | 188/407 kB | 90/314 kB Progress (3): 201 kB | 193/407 kB | 90/314 kB Progress (3): 201 kB | 193/407 kB | 94/314 kB Progress (3): 201 kB | 197/407 kB | 94/314 kB Progress (3): 201 kB | 197/407 kB | 98/314 kB Progress (3): 201 kB | 201/407 kB | 98/314 kB Progress (3): 201 kB | 201/407 kB | 102/314 kB Progress (3): 201 kB | 205/407 kB | 102/314 kB Progress (3): 201 kB | 205/407 kB | 106/314 kB Progress (3): 201 kB | 209/407 kB | 106/314 kB Progress (3): 201 kB | 209/407 kB | 111/314 kB Progress (3): 201 kB | 213/407 kB | 111/314 kB Progress (3): 201 kB | 213/407 kB | 115/314 kB Progress (3): 201 kB | 217/407 kB | 115/314 kB Progress (3): 201 kB | 217/407 kB | 119/314 kB Progress (3): 201 kB | 221/407 kB | 119/314 kB Progress (3): 201 kB | 221/407 kB | 123/314 kB Progress (3): 201 kB | 225/407 kB | 123/314 kB Progress (3): 201 kB | 225/407 kB | 127/314 kB Progress (3): 201 kB | 229/407 kB | 127/314 kB Progress (3): 201 kB | 229/407 kB | 131/314 kB Progress (3): 201 kB | 233/407 kB | 131/314 kB Progress (3): 201 kB | 233/407 kB | 135/314 kB Progress (3): 201 kB | 238/407 kB | 135/314 kB Progress (3): 201 kB | 238/407 kB | 139/314 kB Progress (3): 201 kB | 242/407 kB | 139/314 kB Progress (3): 201 kB | 242/407 kB | 143/314 kB Progress (3): 201 kB | 246/407 kB | 143/314 kB Progress (3): 201 kB | 246/407 kB | 147/314 kB Progress (3): 201 kB | 250/407 kB | 147/314 kB Progress (3): 201 kB | 250/407 kB | 152/314 kB Progress (3): 201 kB | 254/407 kB | 152/314 kB Progress (3): 201 kB | 254/407 kB | 156/314 kB Progress (3): 201 kB | 258/407 kB | 156/314 kB Progress (3): 201 kB | 258/407 kB | 160/314 kB Progress (3): 201 kB | 262/407 kB | 160/314 kB Progress (3): 201 kB | 262/407 kB | 164/314 kB Progress (3): 201 kB | 266/407 kB | 164/314 kB Progress (3): 201 kB | 266/407 kB | 168/314 kB Progress (3): 201 kB | 270/407 kB | 168/314 kB Progress (3): 201 kB | 270/407 kB | 172/314 kB Progress (3): 201 kB | 274/407 kB | 172/314 kB Progress (3): 201 kB | 274/407 kB | 176/314 kB Progress (3): 201 kB | 279/407 kB | 176/314 kB Progress (3): 201 kB | 279/407 kB | 180/314 kB Progress (3): 201 kB | 283/407 kB | 180/314 kB Progress (3): 201 kB | 283/407 kB | 184/314 kB Progress (3): 201 kB | 287/407 kB | 184/314 kB Progress (3): 201 kB | 287/407 kB | 188/314 kB Progress (3): 201 kB | 291/407 kB | 188/314 kB Progress (3): 201 kB | 291/407 kB | 193/314 kB Progress (3): 201 kB | 295/407 kB | 193/314 kB Progress (3): 201 kB | 295/407 kB | 197/314 kB Progress (3): 201 kB | 299/407 kB | 197/314 kB Progress (3): 201 kB | 299/407 kB | 201/314 kB Progress (3): 201 kB | 303/407 kB | 201/314 kB Progress (3): 201 kB | 303/407 kB | 205/314 kB Progress (3): 201 kB | 307/407 kB | 205/314 kB Progress (3): 201 kB | 307/407 kB | 209/314 kB Progress (3): 201 kB | 311/407 kB | 209/314 kB Progress (3): 201 kB | 311/407 kB | 213/314 kB Progress (3): 201 kB | 315/407 kB | 213/314 kB Progress (3): 201 kB | 315/407 kB | 217/314 kB Progress (3): 201 kB | 319/407 kB | 217/314 kB Progress (3): 201 kB | 319/407 kB | 221/314 kB Progress (3): 201 kB | 324/407 kB | 221/314 kB Progress (3): 201 kB | 324/407 kB | 225/314 kB Progress (3): 201 kB | 328/407 kB | 225/314 kB Progress (3): 201 kB | 328/407 kB | 229/314 kB Progress (3): 201 kB | 332/407 kB | 229/314 kB Progress (3): 201 kB | 332/407 kB | 233/314 kB Progress (3): 201 kB | 336/407 kB | 233/314 kB Progress (3): 201 kB | 336/407 kB | 238/314 kB Progress (3): 201 kB | 340/407 kB | 238/314 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-orm/5.2.4.RELEASE/spring-orm-5.2.4.RELEASE.jar (201 kB at 280 kB/s) +Progress (2): 340/407 kB | 242/314 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-dbcp2/2.7.0/commons-dbcp2-2.7.0.jar +Progress (2): 344/407 kB | 242/314 kB Progress (2): 344/407 kB | 246/314 kB Progress (2): 348/407 kB | 246/314 kB Progress (2): 348/407 kB | 250/314 kB Progress (2): 352/407 kB | 250/314 kB Progress (2): 352/407 kB | 254/314 kB Progress (2): 356/407 kB | 254/314 kB Progress (2): 356/407 kB | 258/314 kB Progress (2): 360/407 kB | 258/314 kB Progress (2): 360/407 kB | 262/314 kB Progress (2): 365/407 kB | 262/314 kB Progress (2): 365/407 kB | 266/314 kB Progress (2): 369/407 kB | 266/314 kB Progress (2): 369/407 kB | 270/314 kB Progress (2): 373/407 kB | 270/314 kB Progress (2): 373/407 kB | 274/314 kB Progress (2): 377/407 kB | 274/314 kB Progress (2): 377/407 kB | 279/314 kB Progress (2): 381/407 kB | 279/314 kB Progress (2): 381/407 kB | 283/314 kB Progress (2): 385/407 kB | 283/314 kB Progress (2): 385/407 kB | 287/314 kB Progress (2): 389/407 kB | 287/314 kB Progress (2): 389/407 kB | 291/314 kB Progress (2): 393/407 kB | 291/314 kB Progress (2): 393/407 kB | 295/314 kB Progress (2): 397/407 kB | 295/314 kB Progress (2): 397/407 kB | 299/314 kB Progress (2): 401/407 kB | 299/314 kB Progress (2): 401/407 kB | 303/314 kB Progress (2): 406/407 kB | 303/314 kB Progress (2): 406/407 kB | 307/314 kB Progress (2): 407 kB | 307/314 kB Progress (2): 407 kB | 311/314 kB Progress (2): 407 kB | 314 kB Progress (3): 407 kB | 314 kB | 0/4.3 MB Progress (3): 407 kB | 314 kB | 0/4.3 MB Progress (3): 407 kB | 314 kB | 0.1/4.3 MB Progress (3): 407 kB | 314 kB | 0.1/4.3 MB Progress (3): 407 kB | 314 kB | 0.1/4.3 MB Progress (3): 407 kB | 314 kB | 0.1/4.3 MB Progress (3): 407 kB | 314 kB | 0.2/4.3 MB Progress (3): 407 kB | 314 kB | 0.2/4.3 MB Progress (3): 407 kB | 314 kB | 0.2/4.3 MB Progress (3): 407 kB | 314 kB | 0.2/4.3 MB Progress (3): 407 kB | 314 kB | 0.3/4.3 MB Progress (3): 407 kB | 314 kB | 0.3/4.3 MB Progress (3): 407 kB | 314 kB | 0.3/4.3 MB Progress (3): 407 kB | 314 kB | 0.3/4.3 MB Progress (3): 407 kB | 314 kB | 0.4/4.3 MB Progress (3): 407 kB | 314 kB | 0.4/4.3 MB Progress (3): 407 kB | 314 kB | 0.4/4.3 MB Progress (3): 407 kB | 314 kB | 0.4/4.3 MB Progress (3): 407 kB | 314 kB | 0.5/4.3 MB Progress (3): 407 kB | 314 kB | 0.5/4.3 MB Progress (3): 407 kB | 314 kB | 0.5/4.3 MB Progress (3): 407 kB | 314 kB | 0.5/4.3 MB Progress (3): 407 kB | 314 kB | 0.6/4.3 MB Progress (3): 407 kB | 314 kB | 0.6/4.3 MB Progress (3): 407 kB | 314 kB | 0.6/4.3 MB Progress (3): 407 kB | 314 kB | 0.6/4.3 MB Progress (3): 407 kB | 314 kB | 0.7/4.3 MB Progress (3): 407 kB | 314 kB | 0.7/4.3 MB Progress (4): 407 kB | 314 kB | 0.7/4.3 MB | 0/1.6 MB Progress (4): 407 kB | 314 kB | 0.7/4.3 MB | 0/1.6 MB Progress (4): 407 kB | 314 kB | 0.7/4.3 MB | 0/1.6 MB Progress (4): 407 kB | 314 kB | 0.7/4.3 MB | 0/1.6 MB Progress (4): 407 kB | 314 kB | 0.7/4.3 MB | 0/1.6 MB Progress (4): 407 kB | 314 kB | 0.7/4.3 MB | 0/1.6 MB Progress (4): 407 kB | 314 kB | 0.7/4.3 MB | 0/1.6 MB Progress (4): 407 kB | 314 kB | 0.8/4.3 MB | 0/1.6 MB Progress (4): 407 kB | 314 kB | 0.8/4.3 MB | 0/1.6 MB Progress (4): 407 kB | 314 kB | 0.8/4.3 MB | 0.1/1.6 MB Progress (4): 407 kB | 314 kB | 0.8/4.3 MB | 0.1/1.6 MB Progress (4): 407 kB | 314 kB | 0.8/4.3 MB | 0.1/1.6 MB Progress (4): 407 kB | 314 kB | 0.8/4.3 MB | 0.1/1.6 MB Progress (4): 407 kB | 314 kB | 0.8/4.3 MB | 0.1/1.6 MB Progress (4): 407 kB | 314 kB | 0.8/4.3 MB | 0.1/1.6 MB Progress (4): 407 kB | 314 kB | 0.8/4.3 MB | 0.1/1.6 MB Progress (4): 407 kB | 314 kB | 0.8/4.3 MB | 0.1/1.6 MB Progress (4): 407 kB | 314 kB | 0.8/4.3 MB | 0.1/1.6 MB Progress (4): 407 kB | 314 kB | 0.9/4.3 MB | 0.1/1.6 MB Progress (4): 407 kB | 314 kB | 0.9/4.3 MB | 0.1/1.6 MB Progress (4): 407 kB | 314 kB | 0.9/4.3 MB | 0.1/1.6 MB Progress (4): 407 kB | 314 kB | 0.9/4.3 MB | 0.1/1.6 MB Progress (4): 407 kB | 314 kB | 0.9/4.3 MB | 0.1/1.6 MB Progress (4): 407 kB | 314 kB | 0.9/4.3 MB | 0.1/1.6 MB Progress (4): 407 kB | 314 kB | 0.9/4.3 MB | 0.1/1.6 MB Progress (4): 407 kB | 314 kB | 0.9/4.3 MB | 0.1/1.6 MB Progress (4): 407 kB | 314 kB | 0.9/4.3 MB | 0.1/1.6 MB Progress (4): 407 kB | 314 kB | 0.9/4.3 MB | 0.1/1.6 MB Progress (4): 407 kB | 314 kB | 0.9/4.3 MB | 0.2/1.6 MB Progress (4): 407 kB | 314 kB | 0.9/4.3 MB | 0.2/1.6 MB Progress (4): 407 kB | 314 kB | 1.0/4.3 MB | 0.2/1.6 MB Progress (4): 407 kB | 314 kB | 1.0/4.3 MB | 0.2/1.6 MB Progress (4): 407 kB | 314 kB | 1.0/4.3 MB | 0.2/1.6 MB Progress (4): 407 kB | 314 kB | 1.0/4.3 MB | 0.2/1.6 MB Progress (4): 407 kB | 314 kB | 1.0/4.3 MB | 0.2/1.6 MB Progress (4): 407 kB | 314 kB | 1.0/4.3 MB | 0.2/1.6 MB Progress (4): 407 kB | 314 kB | 1.0/4.3 MB | 0.2/1.6 MB Progress (4): 407 kB | 314 kB | 1.0/4.3 MB | 0.2/1.6 MB Progress (4): 407 kB | 314 kB | 1.0/4.3 MB | 0.2/1.6 MB Progress (4): 407 kB | 314 kB | 1.0/4.3 MB | 0.2/1.6 MB Progress (4): 407 kB | 314 kB | 1.0/4.3 MB | 0.2/1.6 MB Progress (4): 407 kB | 314 kB | 1.1/4.3 MB | 0.2/1.6 MB Progress (4): 407 kB | 314 kB | 1.1/4.3 MB | 0.2/1.6 MB Progress (4): 407 kB | 314 kB | 1.1/4.3 MB | 0.2/1.6 MB Progress (4): 407 kB | 314 kB | 1.1/4.3 MB | 0.2/1.6 MB Progress (4): 407 kB | 314 kB | 1.1/4.3 MB | 0.2/1.6 MB Progress (4): 407 kB | 314 kB | 1.1/4.3 MB | 0.3/1.6 MB Progress (4): 407 kB | 314 kB | 1.1/4.3 MB | 0.3/1.6 MB Progress (4): 407 kB | 314 kB | 1.1/4.3 MB | 0.3/1.6 MB Progress (4): 407 kB | 314 kB | 1.1/4.3 MB | 0.3/1.6 MB Progress (4): 407 kB | 314 kB | 1.1/4.3 MB | 0.3/1.6 MB Progress (4): 407 kB | 314 kB | 1.1/4.3 MB | 0.3/1.6 MB Progress (4): 407 kB | 314 kB | 1.2/4.3 MB | 0.3/1.6 MB Progress (4): 407 kB | 314 kB | 1.2/4.3 MB | 0.3/1.6 MB Progress (4): 407 kB | 314 kB | 1.2/4.3 MB | 0.3/1.6 MB Progress (4): 407 kB | 314 kB | 1.2/4.3 MB | 0.3/1.6 MB Progress (4): 407 kB | 314 kB | 1.2/4.3 MB | 0.3/1.6 MB Progress (4): 407 kB | 314 kB | 1.2/4.3 MB | 0.3/1.6 MB Progress (4): 407 kB | 314 kB | 1.2/4.3 MB | 0.3/1.6 MB Progress (4): 407 kB | 314 kB | 1.2/4.3 MB | 0.3/1.6 MB Progress (4): 407 kB | 314 kB | 1.2/4.3 MB | 0.3/1.6 MB Progress (4): 407 kB | 314 kB | 1.2/4.3 MB | 0.3/1.6 MB Progress (4): 407 kB | 314 kB | 1.3/4.3 MB | 0.3/1.6 MB Progress (4): 407 kB | 314 kB | 1.3/4.3 MB | 0.3/1.6 MB Progress (4): 407 kB | 314 kB | 1.3/4.3 MB | 0.3/1.6 MB Progress (4): 407 kB | 314 kB | 1.3/4.3 MB | 0.3/1.6 MB Progress (4): 407 kB | 314 kB | 1.3/4.3 MB | 0.4/1.6 MB Progress (4): 407 kB | 314 kB | 1.3/4.3 MB | 0.4/1.6 MB Progress (4): 407 kB | 314 kB | 1.3/4.3 MB | 0.4/1.6 MB Progress (4): 407 kB | 314 kB | 1.3/4.3 MB | 0.4/1.6 MB Progress (4): 407 kB | 314 kB | 1.3/4.3 MB | 0.4/1.6 MB Progress (4): 407 kB | 314 kB | 1.3/4.3 MB | 0.4/1.6 MB Progress (4): 407 kB | 314 kB | 1.3/4.3 MB | 0.4/1.6 MB Progress (4): 407 kB | 314 kB | 1.3/4.3 MB | 0.4/1.6 MB Progress (4): 407 kB | 314 kB | 1.3/4.3 MB | 0.4/1.6 MB Progress (4): 407 kB | 314 kB | 1.3/4.3 MB | 0.4/1.6 MB Progress (4): 407 kB | 314 kB | 1.3/4.3 MB | 0.4/1.6 MB Progress (4): 407 kB | 314 kB | 1.4/4.3 MB | 0.4/1.6 MB Progress (4): 407 kB | 314 kB | 1.4/4.3 MB | 0.4/1.6 MB Progress (5): 407 kB | 314 kB | 1.4/4.3 MB | 0.4/1.6 MB | 4.1/208 kB Progress (5): 407 kB | 314 kB | 1.4/4.3 MB | 0.4/1.6 MB | 4.1/208 kB Progress (5): 407 kB | 314 kB | 1.4/4.3 MB | 0.4/1.6 MB | 8.2/208 kB Progress (5): 407 kB | 314 kB | 1.4/4.3 MB | 0.4/1.6 MB | 8.2/208 kB Progress (5): 407 kB | 314 kB | 1.4/4.3 MB | 0.4/1.6 MB | 12/208 kB Progress (5): 407 kB | 314 kB | 1.4/4.3 MB | 0.4/1.6 MB | 12/208 kB Progress (5): 407 kB | 314 kB | 1.4/4.3 MB | 0.4/1.6 MB | 12/208 kB Progress (5): 407 kB | 314 kB | 1.4/4.3 MB | 0.4/1.6 MB | 16/208 kB Progress (5): 407 kB | 314 kB | 1.4/4.3 MB | 0.4/1.6 MB | 16/208 kB Progress (5): 407 kB | 314 kB | 1.4/4.3 MB | 0.4/1.6 MB | 20/208 kB Progress (5): 407 kB | 314 kB | 1.4/4.3 MB | 0.5/1.6 MB | 20/208 kB Progress (5): 407 kB | 314 kB | 1.4/4.3 MB | 0.5/1.6 MB | 20/208 kB Progress (5): 407 kB | 314 kB | 1.4/4.3 MB | 0.5/1.6 MB | 20/208 kB Progress (5): 407 kB | 314 kB | 1.4/4.3 MB | 0.5/1.6 MB | 25/208 kB Progress (5): 407 kB | 314 kB | 1.4/4.3 MB | 0.5/1.6 MB | 25/208 kB Progress (5): 407 kB | 314 kB | 1.5/4.3 MB | 0.5/1.6 MB | 25/208 kB Progress (5): 407 kB | 314 kB | 1.5/4.3 MB | 0.5/1.6 MB | 25/208 kB Progress (5): 407 kB | 314 kB | 1.5/4.3 MB | 0.5/1.6 MB | 29/208 kB Progress (5): 407 kB | 314 kB | 1.5/4.3 MB | 0.5/1.6 MB | 29/208 kB Progress (5): 407 kB | 314 kB | 1.5/4.3 MB | 0.5/1.6 MB | 29/208 kB Progress (5): 407 kB | 314 kB | 1.5/4.3 MB | 0.5/1.6 MB | 29/208 kB Progress (5): 407 kB | 314 kB | 1.5/4.3 MB | 0.5/1.6 MB | 33/208 kB Progress (5): 407 kB | 314 kB | 1.5/4.3 MB | 0.5/1.6 MB | 33/208 kB Progress (5): 407 kB | 314 kB | 1.5/4.3 MB | 0.5/1.6 MB | 33/208 kB Progress (5): 407 kB | 314 kB | 1.5/4.3 MB | 0.5/1.6 MB | 33/208 kB Progress (5): 407 kB | 314 kB | 1.5/4.3 MB | 0.5/1.6 MB | 37/208 kB Progress (5): 407 kB | 314 kB | 1.5/4.3 MB | 0.5/1.6 MB | 37/208 kB Progress (5): 407 kB | 314 kB | 1.5/4.3 MB | 0.5/1.6 MB | 37/208 kB Progress (5): 407 kB | 314 kB | 1.5/4.3 MB | 0.5/1.6 MB | 41/208 kB Progress (5): 407 kB | 314 kB | 1.5/4.3 MB | 0.5/1.6 MB | 41/208 kB Progress (5): 407 kB | 314 kB | 1.6/4.3 MB | 0.5/1.6 MB | 41/208 kB Progress (5): 407 kB | 314 kB | 1.6/4.3 MB | 0.5/1.6 MB | 41/208 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jdbc/5.2.4.RELEASE/spring-jdbc-5.2.4.RELEASE.jar (407 kB at 541 kB/s) +Progress (4): 314 kB | 1.6/4.3 MB | 0.5/1.6 MB | 45/208 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-pool2/2.7.0/commons-pool2-2.7.0.jar +Progress (4): 314 kB | 1.6/4.3 MB | 0.5/1.6 MB | 45/208 kB Progress (4): 314 kB | 1.6/4.3 MB | 0.5/1.6 MB | 45/208 kB Progress (4): 314 kB | 1.6/4.3 MB | 0.5/1.6 MB | 49/208 kB Progress (4): 314 kB | 1.6/4.3 MB | 0.5/1.6 MB | 49/208 kB Progress (4): 314 kB | 1.6/4.3 MB | 0.5/1.6 MB | 49/208 kB Progress (4): 314 kB | 1.6/4.3 MB | 0.6/1.6 MB | 49/208 kB Progress (4): 314 kB | 1.6/4.3 MB | 0.6/1.6 MB | 53/208 kB Progress (4): 314 kB | 1.6/4.3 MB | 0.6/1.6 MB | 53/208 kB Progress (4): 314 kB | 1.6/4.3 MB | 0.6/1.6 MB | 53/208 kB Progress (4): 314 kB | 1.6/4.3 MB | 0.6/1.6 MB | 53/208 kB Progress (4): 314 kB | 1.6/4.3 MB | 0.6/1.6 MB | 57/208 kB Progress (4): 314 kB | 1.6/4.3 MB | 0.6/1.6 MB | 57/208 kB Progress (4): 314 kB | 1.7/4.3 MB | 0.6/1.6 MB | 57/208 kB Progress (4): 314 kB | 1.7/4.3 MB | 0.6/1.6 MB | 57/208 kB Progress (4): 314 kB | 1.7/4.3 MB | 0.6/1.6 MB | 61/208 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-tx/5.2.4.RELEASE/spring-tx-5.2.4.RELEASE.jar (314 kB at 416 kB/s) +Progress (3): 1.7/4.3 MB | 0.6/1.6 MB | 66/208 kB Progress (3): 1.7/4.3 MB | 0.6/1.6 MB | 66/208 kB Progress (3): 1.7/4.3 MB | 0.6/1.6 MB | 70/208 kB Progress (3): 1.7/4.3 MB | 0.6/1.6 MB | 70/208 kB Progress (3): 1.7/4.3 MB | 0.6/1.6 MB | 74/208 kB Progress (3): 1.7/4.3 MB | 0.6/1.6 MB | 74/208 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar +Progress (3): 1.7/4.3 MB | 0.6/1.6 MB | 74/208 kB Progress (3): 1.7/4.3 MB | 0.6/1.6 MB | 78/208 kB Progress (3): 1.7/4.3 MB | 0.6/1.6 MB | 78/208 kB Progress (3): 1.7/4.3 MB | 0.6/1.6 MB | 78/208 kB Progress (3): 1.7/4.3 MB | 0.6/1.6 MB | 82/208 kB Progress (3): 1.7/4.3 MB | 0.6/1.6 MB | 82/208 kB Progress (3): 1.7/4.3 MB | 0.6/1.6 MB | 86/208 kB Progress (3): 1.8/4.3 MB | 0.6/1.6 MB | 86/208 kB Progress (3): 1.8/4.3 MB | 0.6/1.6 MB | 90/208 kB Progress (3): 1.8/4.3 MB | 0.6/1.6 MB | 90/208 kB Progress (3): 1.8/4.3 MB | 0.6/1.6 MB | 90/208 kB Progress (3): 1.8/4.3 MB | 0.6/1.6 MB | 94/208 kB Progress (3): 1.8/4.3 MB | 0.6/1.6 MB | 94/208 kB Progress (3): 1.8/4.3 MB | 0.6/1.6 MB | 98/208 kB Progress (3): 1.8/4.3 MB | 0.6/1.6 MB | 98/208 kB Progress (3): 1.8/4.3 MB | 0.6/1.6 MB | 102/208 kB Progress (3): 1.8/4.3 MB | 0.6/1.6 MB | 102/208 kB Progress (3): 1.8/4.3 MB | 0.6/1.6 MB | 106/208 kB Progress (3): 1.8/4.3 MB | 0.7/1.6 MB | 106/208 kB Progress (3): 1.8/4.3 MB | 0.7/1.6 MB | 106/208 kB Progress (3): 1.8/4.3 MB | 0.7/1.6 MB | 111/208 kB Progress (3): 1.8/4.3 MB | 0.7/1.6 MB | 111/208 kB Progress (3): 1.8/4.3 MB | 0.7/1.6 MB | 115/208 kB Progress (3): 1.8/4.3 MB | 0.7/1.6 MB | 115/208 kB Progress (3): 1.8/4.3 MB | 0.7/1.6 MB | 119/208 kB Progress (3): 1.9/4.3 MB | 0.7/1.6 MB | 119/208 kB Progress (3): 1.9/4.3 MB | 0.7/1.6 MB | 123/208 kB Progress (3): 1.9/4.3 MB | 0.7/1.6 MB | 123/208 kB Progress (3): 1.9/4.3 MB | 0.7/1.6 MB | 127/208 kB Progress (3): 1.9/4.3 MB | 0.7/1.6 MB | 127/208 kB Progress (3): 1.9/4.3 MB | 0.7/1.6 MB | 127/208 kB Progress (3): 1.9/4.3 MB | 0.7/1.6 MB | 127/208 kB Progress (3): 1.9/4.3 MB | 0.7/1.6 MB | 131/208 kB Progress (3): 1.9/4.3 MB | 0.7/1.6 MB | 131/208 kB Progress (3): 1.9/4.3 MB | 0.7/1.6 MB | 135/208 kB Progress (3): 1.9/4.3 MB | 0.7/1.6 MB | 135/208 kB Progress (3): 1.9/4.3 MB | 0.7/1.6 MB | 139/208 kB Progress (3): 1.9/4.3 MB | 0.7/1.6 MB | 139/208 kB Progress (3): 1.9/4.3 MB | 0.7/1.6 MB | 139/208 kB Progress (3): 1.9/4.3 MB | 0.7/1.6 MB | 143/208 kB Progress (3): 1.9/4.3 MB | 0.7/1.6 MB | 143/208 kB Progress (3): 1.9/4.3 MB | 0.7/1.6 MB | 147/208 kB Progress (3): 1.9/4.3 MB | 0.7/1.6 MB | 147/208 kB Progress (3): 1.9/4.3 MB | 0.7/1.6 MB | 152/208 kB Progress (3): 2.0/4.3 MB | 0.7/1.6 MB | 152/208 kB Progress (3): 2.0/4.3 MB | 0.7/1.6 MB | 156/208 kB Progress (3): 2.0/4.3 MB | 0.7/1.6 MB | 156/208 kB Progress (3): 2.0/4.3 MB | 0.7/1.6 MB | 156/208 kB Progress (3): 2.0/4.3 MB | 0.7/1.6 MB | 160/208 kB Progress (3): 2.0/4.3 MB | 0.7/1.6 MB | 160/208 kB Progress (3): 2.0/4.3 MB | 0.7/1.6 MB | 164/208 kB Progress (3): 2.0/4.3 MB | 0.8/1.6 MB | 164/208 kB Progress (3): 2.0/4.3 MB | 0.8/1.6 MB | 164/208 kB Progress (3): 2.0/4.3 MB | 0.8/1.6 MB | 164/208 kB Progress (3): 2.0/4.3 MB | 0.8/1.6 MB | 168/208 kB Progress (3): 2.0/4.3 MB | 0.8/1.6 MB | 168/208 kB Progress (3): 2.0/4.3 MB | 0.8/1.6 MB | 168/208 kB Progress (3): 2.0/4.3 MB | 0.8/1.6 MB | 168/208 kB Progress (3): 2.0/4.3 MB | 0.8/1.6 MB | 172/208 kB Progress (3): 2.0/4.3 MB | 0.8/1.6 MB | 172/208 kB Progress (3): 2.1/4.3 MB | 0.8/1.6 MB | 172/208 kB Progress (3): 2.1/4.3 MB | 0.8/1.6 MB | 176/208 kB Progress (3): 2.1/4.3 MB | 0.8/1.6 MB | 176/208 kB Progress (3): 2.1/4.3 MB | 0.8/1.6 MB | 176/208 kB Progress (3): 2.1/4.3 MB | 0.8/1.6 MB | 180/208 kB Progress (3): 2.1/4.3 MB | 0.8/1.6 MB | 180/208 kB Progress (3): 2.1/4.3 MB | 0.8/1.6 MB | 184/208 kB Progress (3): 2.1/4.3 MB | 0.8/1.6 MB | 184/208 kB Progress (3): 2.1/4.3 MB | 0.8/1.6 MB | 184/208 kB Progress (3): 2.1/4.3 MB | 0.8/1.6 MB | 184/208 kB Progress (3): 2.1/4.3 MB | 0.8/1.6 MB | 188/208 kB Progress (3): 2.1/4.3 MB | 0.8/1.6 MB | 188/208 kB Progress (3): 2.1/4.3 MB | 0.8/1.6 MB | 188/208 kB Progress (3): 2.1/4.3 MB | 0.8/1.6 MB | 188/208 kB Progress (3): 2.1/4.3 MB | 0.8/1.6 MB | 193/208 kB Progress (3): 2.2/4.3 MB | 0.8/1.6 MB | 193/208 kB Progress (3): 2.2/4.3 MB | 0.8/1.6 MB | 193/208 kB Progress (3): 2.2/4.3 MB | 0.8/1.6 MB | 197/208 kB Progress (3): 2.2/4.3 MB | 0.8/1.6 MB | 197/208 kB Progress (3): 2.2/4.3 MB | 0.9/1.6 MB | 197/208 kB Progress (3): 2.2/4.3 MB | 0.9/1.6 MB | 201/208 kB Progress (3): 2.2/4.3 MB | 0.9/1.6 MB | 201/208 kB Progress (3): 2.2/4.3 MB | 0.9/1.6 MB | 205/208 kB Progress (3): 2.2/4.3 MB | 0.9/1.6 MB | 205/208 kB Progress (3): 2.2/4.3 MB | 0.9/1.6 MB | 205/208 kB Progress (3): 2.2/4.3 MB | 0.9/1.6 MB | 208 kB Progress (3): 2.2/4.3 MB | 0.9/1.6 MB | 208 kB Progress (3): 2.2/4.3 MB | 0.9/1.6 MB | 208 kB Progress (3): 2.2/4.3 MB | 0.9/1.6 MB | 208 kB Progress (3): 2.3/4.3 MB | 0.9/1.6 MB | 208 kB Progress (3): 2.3/4.3 MB | 0.9/1.6 MB | 208 kB Progress (3): 2.3/4.3 MB | 0.9/1.6 MB | 208 kB Progress (3): 2.3/4.3 MB | 0.9/1.6 MB | 208 kB Progress (3): 2.3/4.3 MB | 0.9/1.6 MB | 208 kB Progress (3): 2.3/4.3 MB | 0.9/1.6 MB | 208 kB Progress (3): 2.3/4.3 MB | 0.9/1.6 MB | 208 kB Progress (3): 2.3/4.3 MB | 0.9/1.6 MB | 208 kB Progress (3): 2.3/4.3 MB | 0.9/1.6 MB | 208 kB Progress (3): 2.3/4.3 MB | 0.9/1.6 MB | 208 kB Progress (3): 2.3/4.3 MB | 0.9/1.6 MB | 208 kB Progress (3): 2.3/4.3 MB | 1.0/1.6 MB | 208 kB Progress (3): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB Progress (3): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB Progress (4): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 4.1/130 kB Progress (4): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 4.1/130 kB Progress (4): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 4.1/130 kB Progress (4): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 4.1/130 kB Progress (4): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 8.2/130 kB Progress (4): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 8.2/130 kB Progress (5): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 8.2/130 kB | 4.1/62 kB Progress (5): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 8.2/130 kB | 4.1/62 kB Progress (5): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 8.2/130 kB | 8.2/62 kB Progress (5): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 8.2/130 kB | 8.2/62 kB Progress (5): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 12/130 kB | 8.2/62 kB Progress (5): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 12/130 kB | 8.2/62 kB Progress (5): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 12/130 kB | 8.2/62 kB Progress (5): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 12/130 kB | 12/62 kB Progress (5): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 12/130 kB | 12/62 kB Progress (5): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 16/130 kB | 12/62 kB Progress (5): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 16/130 kB | 12/62 kB Progress (5): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 16/130 kB | 12/62 kB Progress (5): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 16/130 kB | 16/62 kB Progress (5): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 16/130 kB | 16/62 kB Progress (5): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 20/130 kB | 16/62 kB Progress (5): 2.4/4.3 MB | 1.0/1.6 MB | 208 kB | 20/130 kB | 16/62 kB Progress (5): 2.5/4.3 MB | 1.0/1.6 MB | 208 kB | 20/130 kB | 16/62 kB Progress (5): 2.5/4.3 MB | 1.0/1.6 MB | 208 kB | 20/130 kB | 20/62 kB Progress (5): 2.5/4.3 MB | 1.0/1.6 MB | 208 kB | 20/130 kB | 20/62 kB Progress (5): 2.5/4.3 MB | 1.0/1.6 MB | 208 kB | 25/130 kB | 20/62 kB Progress (5): 2.5/4.3 MB | 1.0/1.6 MB | 208 kB | 25/130 kB | 20/62 kB Progress (5): 2.5/4.3 MB | 1.0/1.6 MB | 208 kB | 25/130 kB | 20/62 kB Progress (5): 2.5/4.3 MB | 1.0/1.6 MB | 208 kB | 25/130 kB | 25/62 kB Progress (5): 2.5/4.3 MB | 1.1/1.6 MB | 208 kB | 25/130 kB | 25/62 kB Progress (5): 2.5/4.3 MB | 1.1/1.6 MB | 208 kB | 29/130 kB | 25/62 kB Progress (5): 2.5/4.3 MB | 1.1/1.6 MB | 208 kB | 29/130 kB | 25/62 kB Progress (5): 2.5/4.3 MB | 1.1/1.6 MB | 208 kB | 29/130 kB | 25/62 kB Progress (5): 2.5/4.3 MB | 1.1/1.6 MB | 208 kB | 29/130 kB | 25/62 kB Progress (5): 2.5/4.3 MB | 1.1/1.6 MB | 208 kB | 29/130 kB | 29/62 kB Progress (5): 2.5/4.3 MB | 1.1/1.6 MB | 208 kB | 29/130 kB | 29/62 kB Progress (5): 2.5/4.3 MB | 1.1/1.6 MB | 208 kB | 29/130 kB | 29/62 kB Progress (5): 2.5/4.3 MB | 1.1/1.6 MB | 208 kB | 33/130 kB | 29/62 kB Progress (5): 2.5/4.3 MB | 1.1/1.6 MB | 208 kB | 33/130 kB | 29/62 kB Progress (5): 2.6/4.3 MB | 1.1/1.6 MB | 208 kB | 33/130 kB | 29/62 kB Progress (5): 2.6/4.3 MB | 1.1/1.6 MB | 208 kB | 33/130 kB | 33/62 kB Progress (5): 2.6/4.3 MB | 1.1/1.6 MB | 208 kB | 33/130 kB | 33/62 kB Progress (5): 2.6/4.3 MB | 1.1/1.6 MB | 208 kB | 33/130 kB | 33/62 kB Progress (5): 2.6/4.3 MB | 1.1/1.6 MB | 208 kB | 33/130 kB | 33/62 kB Progress (5): 2.6/4.3 MB | 1.1/1.6 MB | 208 kB | 37/130 kB | 33/62 kB Progress (5): 2.6/4.3 MB | 1.1/1.6 MB | 208 kB | 37/130 kB | 33/62 kB Progress (5): 2.6/4.3 MB | 1.1/1.6 MB | 208 kB | 37/130 kB | 33/62 kB Progress (5): 2.6/4.3 MB | 1.1/1.6 MB | 208 kB | 37/130 kB | 37/62 kB Progress (5): 2.6/4.3 MB | 1.1/1.6 MB | 208 kB | 37/130 kB | 37/62 kB Progress (5): 2.6/4.3 MB | 1.1/1.6 MB | 208 kB | 41/130 kB | 37/62 kB Progress (5): 2.6/4.3 MB | 1.1/1.6 MB | 208 kB | 41/130 kB | 37/62 kB Progress (5): 2.6/4.3 MB | 1.1/1.6 MB | 208 kB | 41/130 kB | 41/62 kB Progress (5): 2.6/4.3 MB | 1.1/1.6 MB | 208 kB | 41/130 kB | 41/62 kB Progress (5): 2.6/4.3 MB | 1.1/1.6 MB | 208 kB | 41/130 kB | 45/62 kB Progress (5): 2.6/4.3 MB | 1.1/1.6 MB | 208 kB | 41/130 kB | 45/62 kB Progress (5): 2.6/4.3 MB | 1.1/1.6 MB | 208 kB | 45/130 kB | 45/62 kB Progress (5): 2.6/4.3 MB | 1.1/1.6 MB | 208 kB | 45/130 kB | 45/62 kB Progress (5): 2.7/4.3 MB | 1.1/1.6 MB | 208 kB | 45/130 kB | 45/62 kB Progress (5): 2.7/4.3 MB | 1.2/1.6 MB | 208 kB | 45/130 kB | 45/62 kB Progress (5): 2.7/4.3 MB | 1.2/1.6 MB | 208 kB | 45/130 kB | 49/62 kB Progress (5): 2.7/4.3 MB | 1.2/1.6 MB | 208 kB | 45/130 kB | 49/62 kB Progress (5): 2.7/4.3 MB | 1.2/1.6 MB | 208 kB | 45/130 kB | 49/62 kB Progress (5): 2.7/4.3 MB | 1.2/1.6 MB | 208 kB | 49/130 kB | 49/62 kB Progress (5): 2.7/4.3 MB | 1.2/1.6 MB | 208 kB | 49/130 kB | 49/62 kB Progress (5): 2.7/4.3 MB | 1.2/1.6 MB | 208 kB | 49/130 kB | 49/62 kB Progress (5): 2.7/4.3 MB | 1.2/1.6 MB | 208 kB | 49/130 kB | 53/62 kB Progress (5): 2.7/4.3 MB | 1.2/1.6 MB | 208 kB | 49/130 kB | 53/62 kB Progress (5): 2.7/4.3 MB | 1.2/1.6 MB | 208 kB | 53/130 kB | 53/62 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-dbcp2/2.7.0/commons-dbcp2-2.7.0.jar (208 kB at 265 kB/s) +Progress (4): 2.7/4.3 MB | 1.2/1.6 MB | 57/130 kB | 53/62 kB Progress (4): 2.7/4.3 MB | 1.2/1.6 MB | 57/130 kB | 53/62 kB Progress (4): 2.7/4.3 MB | 1.2/1.6 MB | 57/130 kB | 53/62 kB Progress (4): 2.7/4.3 MB | 1.2/1.6 MB | 57/130 kB | 57/62 kB Progress (4): 2.7/4.3 MB | 1.2/1.6 MB | 57/130 kB | 57/62 kB Progress (4): 2.7/4.3 MB | 1.2/1.6 MB | 61/130 kB | 57/62 kB Downloading from central: https://repo.maven.apache.org/maven2/org/postgresql/postgresql/42.2.10.jre7/postgresql-42.2.10.jre7.jar +Progress (4): 2.7/4.3 MB | 1.2/1.6 MB | 66/130 kB | 57/62 kB Progress (4): 2.7/4.3 MB | 1.2/1.6 MB | 66/130 kB | 57/62 kB Progress (4): 2.8/4.3 MB | 1.2/1.6 MB | 66/130 kB | 57/62 kB Progress (4): 2.8/4.3 MB | 1.2/1.6 MB | 66/130 kB | 61/62 kB Progress (4): 2.8/4.3 MB | 1.2/1.6 MB | 66/130 kB | 61/62 kB Progress (4): 2.8/4.3 MB | 1.2/1.6 MB | 70/130 kB | 61/62 kB Progress (4): 2.8/4.3 MB | 1.2/1.6 MB | 70/130 kB | 61/62 kB Progress (4): 2.8/4.3 MB | 1.2/1.6 MB | 70/130 kB | 61/62 kB Progress (4): 2.8/4.3 MB | 1.2/1.6 MB | 70/130 kB | 62 kB Progress (4): 2.8/4.3 MB | 1.2/1.6 MB | 70/130 kB | 62 kB Progress (4): 2.8/4.3 MB | 1.2/1.6 MB | 74/130 kB | 62 kB Progress (4): 2.8/4.3 MB | 1.2/1.6 MB | 74/130 kB | 62 kB Progress (4): 2.8/4.3 MB | 1.2/1.6 MB | 78/130 kB | 62 kB Progress (4): 2.8/4.3 MB | 1.2/1.6 MB | 78/130 kB | 62 kB Progress (4): 2.8/4.3 MB | 1.2/1.6 MB | 78/130 kB | 62 kB Progress (4): 2.8/4.3 MB | 1.2/1.6 MB | 82/130 kB | 62 kB Progress (4): 2.8/4.3 MB | 1.2/1.6 MB | 82/130 kB | 62 kB Progress (4): 2.8/4.3 MB | 1.2/1.6 MB | 86/130 kB | 62 kB Progress (4): 2.9/4.3 MB | 1.2/1.6 MB | 86/130 kB | 62 kB Progress (4): 2.9/4.3 MB | 1.2/1.6 MB | 90/130 kB | 62 kB Progress (4): 2.9/4.3 MB | 1.3/1.6 MB | 90/130 kB | 62 kB Progress (4): 2.9/4.3 MB | 1.3/1.6 MB | 90/130 kB | 62 kB Progress (4): 2.9/4.3 MB | 1.3/1.6 MB | 94/130 kB | 62 kB Progress (4): 2.9/4.3 MB | 1.3/1.6 MB | 94/130 kB | 62 kB Progress (4): 2.9/4.3 MB | 1.3/1.6 MB | 98/130 kB | 62 kB Progress (4): 2.9/4.3 MB | 1.3/1.6 MB | 98/130 kB | 62 kB Progress (4): 2.9/4.3 MB | 1.3/1.6 MB | 102/130 kB | 62 kB Progress (4): 2.9/4.3 MB | 1.3/1.6 MB | 102/130 kB | 62 kB Progress (4): 2.9/4.3 MB | 1.3/1.6 MB | 106/130 kB | 62 kB Progress (4): 2.9/4.3 MB | 1.3/1.6 MB | 106/130 kB | 62 kB Progress (4): 2.9/4.3 MB | 1.3/1.6 MB | 111/130 kB | 62 kB Progress (4): 2.9/4.3 MB | 1.3/1.6 MB | 111/130 kB | 62 kB Progress (4): 2.9/4.3 MB | 1.3/1.6 MB | 115/130 kB | 62 kB Progress (4): 3.0/4.3 MB | 1.3/1.6 MB | 115/130 kB | 62 kB Progress (4): 3.0/4.3 MB | 1.3/1.6 MB | 119/130 kB | 62 kB Progress (4): 3.0/4.3 MB | 1.3/1.6 MB | 119/130 kB | 62 kB Progress (4): 3.0/4.3 MB | 1.3/1.6 MB | 123/130 kB | 62 kB Progress (4): 3.0/4.3 MB | 1.3/1.6 MB | 123/130 kB | 62 kB Progress (4): 3.0/4.3 MB | 1.3/1.6 MB | 123/130 kB | 62 kB Progress (4): 3.0/4.3 MB | 1.3/1.6 MB | 127/130 kB | 62 kB Progress (4): 3.0/4.3 MB | 1.3/1.6 MB | 127/130 kB | 62 kB Progress (4): 3.0/4.3 MB | 1.3/1.6 MB | 127/130 kB | 62 kB Progress (4): 3.0/4.3 MB | 1.3/1.6 MB | 130 kB | 62 kB Progress (4): 3.0/4.3 MB | 1.3/1.6 MB | 130 kB | 62 kB Progress (4): 3.0/4.3 MB | 1.3/1.6 MB | 130 kB | 62 kB Progress (4): 3.0/4.3 MB | 1.3/1.6 MB | 130 kB | 62 kB Progress (4): 3.0/4.3 MB | 1.3/1.6 MB | 130 kB | 62 kB Progress (4): 3.1/4.3 MB | 1.3/1.6 MB | 130 kB | 62 kB Progress (4): 3.1/4.3 MB | 1.3/1.6 MB | 130 kB | 62 kB Progress (4): 3.1/4.3 MB | 1.3/1.6 MB | 130 kB | 62 kB Progress (4): 3.1/4.3 MB | 1.3/1.6 MB | 130 kB | 62 kB Progress (4): 3.1/4.3 MB | 1.4/1.6 MB | 130 kB | 62 kB Progress (4): 3.1/4.3 MB | 1.4/1.6 MB | 130 kB | 62 kB Progress (4): 3.1/4.3 MB | 1.4/1.6 MB | 130 kB | 62 kB Progress (4): 3.1/4.3 MB | 1.4/1.6 MB | 130 kB | 62 kB Progress (4): 3.1/4.3 MB | 1.4/1.6 MB | 130 kB | 62 kB Progress (4): 3.1/4.3 MB | 1.4/1.6 MB | 130 kB | 62 kB Progress (4): 3.1/4.3 MB | 1.4/1.6 MB | 130 kB | 62 kB Progress (4): 3.1/4.3 MB | 1.4/1.6 MB | 130 kB | 62 kB Progress (4): 3.2/4.3 MB | 1.4/1.6 MB | 130 kB | 62 kB Progress (4): 3.2/4.3 MB | 1.4/1.6 MB | 130 kB | 62 kB Progress (4): 3.2/4.3 MB | 1.4/1.6 MB | 130 kB | 62 kB Progress (4): 3.2/4.3 MB | 1.4/1.6 MB | 130 kB | 62 kB Progress (4): 3.2/4.3 MB | 1.4/1.6 MB | 130 kB | 62 kB Progress (4): 3.2/4.3 MB | 1.4/1.6 MB | 130 kB | 62 kB Progress (4): 3.2/4.3 MB | 1.4/1.6 MB | 130 kB | 62 kB Progress (4): 3.2/4.3 MB | 1.4/1.6 MB | 130 kB | 62 kB Progress (4): 3.2/4.3 MB | 1.4/1.6 MB | 130 kB | 62 kB Progress (4): 3.2/4.3 MB | 1.4/1.6 MB | 130 kB | 62 kB Progress (4): 3.2/4.3 MB | 1.4/1.6 MB | 130 kB | 62 kB Progress (4): 3.2/4.3 MB | 1.5/1.6 MB | 130 kB | 62 kB Progress (4): 3.3/4.3 MB | 1.5/1.6 MB | 130 kB | 62 kB Progress (4): 3.3/4.3 MB | 1.5/1.6 MB | 130 kB | 62 kB Progress (4): 3.3/4.3 MB | 1.5/1.6 MB | 130 kB | 62 kB Progress (4): 3.3/4.3 MB | 1.5/1.6 MB | 130 kB | 62 kB Progress (4): 3.3/4.3 MB | 1.5/1.6 MB | 130 kB | 62 kB Progress (4): 3.3/4.3 MB | 1.5/1.6 MB | 130 kB | 62 kB Progress (4): 3.3/4.3 MB | 1.5/1.6 MB | 130 kB | 62 kB Progress (4): 3.3/4.3 MB | 1.5/1.6 MB | 130 kB | 62 kB Progress (4): 3.3/4.3 MB | 1.5/1.6 MB | 130 kB | 62 kB Progress (4): 3.3/4.3 MB | 1.5/1.6 MB | 130 kB | 62 kB Progress (4): 3.3/4.3 MB | 1.5/1.6 MB | 130 kB | 62 kB Progress (4): 3.3/4.3 MB | 1.5/1.6 MB | 130 kB | 62 kB Progress (4): 3.4/4.3 MB | 1.5/1.6 MB | 130 kB | 62 kB Progress (4): 3.4/4.3 MB | 1.5/1.6 MB | 130 kB | 62 kB Progress (4): 3.4/4.3 MB | 1.5/1.6 MB | 130 kB | 62 kB Progress (4): 3.4/4.3 MB | 1.5/1.6 MB | 130 kB | 62 kB Progress (4): 3.4/4.3 MB | 1.5/1.6 MB | 130 kB | 62 kB Progress (4): 3.4/4.3 MB | 1.6/1.6 MB | 130 kB | 62 kB Progress (4): 3.4/4.3 MB | 1.6/1.6 MB | 130 kB | 62 kB Progress (4): 3.4/4.3 MB | 1.6/1.6 MB | 130 kB | 62 kB Progress (4): 3.4/4.3 MB | 1.6 MB | 130 kB | 62 kB Progress (4): 3.4/4.3 MB | 1.6 MB | 130 kB | 62 kB Progress (4): 3.4/4.3 MB | 1.6 MB | 130 kB | 62 kB Progress (4): 3.5/4.3 MB | 1.6 MB | 130 kB | 62 kB Progress (4): 3.5/4.3 MB | 1.6 MB | 130 kB | 62 kB Progress (4): 3.5/4.3 MB | 1.6 MB | 130 kB | 62 kB Progress (4): 3.5/4.3 MB | 1.6 MB | 130 kB | 62 kB Progress (4): 3.6/4.3 MB | 1.6 MB | 130 kB | 62 kB Progress (4): 3.6/4.3 MB | 1.6 MB | 130 kB | 62 kB Progress (4): 3.6/4.3 MB | 1.6 MB | 130 kB | 62 kB Progress (4): 3.6/4.3 MB | 1.6 MB | 130 kB | 62 kB Progress (5): 3.6/4.3 MB | 1.6 MB | 130 kB | 62 kB | 8.2/934 kB Progress (5): 3.7/4.3 MB | 1.6 MB | 130 kB | 62 kB | 8.2/934 kB Progress (5): 3.7/4.3 MB | 1.6 MB | 130 kB | 62 kB | 16/934 kB Progress (5): 3.7/4.3 MB | 1.6 MB | 130 kB | 62 kB | 25/934 kB Progress (5): 3.7/4.3 MB | 1.6 MB | 130 kB | 62 kB | 25/934 kB Progress (5): 3.7/4.3 MB | 1.6 MB | 130 kB | 62 kB | 33/934 kB Progress (5): 3.7/4.3 MB | 1.6 MB | 130 kB | 62 kB | 33/934 kB Progress (5): 3.7/4.3 MB | 1.6 MB | 130 kB | 62 kB | 41/934 kB Progress (5): 3.7/4.3 MB | 1.6 MB | 130 kB | 62 kB | 49/934 kB Progress (5): 3.7/4.3 MB | 1.6 MB | 130 kB | 62 kB | 49/934 kB Progress (5): 3.7/4.3 MB | 1.6 MB | 130 kB | 62 kB | 57/934 kB Progress (5): 3.8/4.3 MB | 1.6 MB | 130 kB | 62 kB | 57/934 kB Progress (5): 3.8/4.3 MB | 1.6 MB | 130 kB | 62 kB | 66/934 kB Progress (5): 3.8/4.3 MB | 1.6 MB | 130 kB | 62 kB | 66/934 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 77 kB/s) +Progress (4): 3.8/4.3 MB | 1.6 MB | 130 kB | 74/934 kB Downloading from central: https://repo.maven.apache.org/maven2/mysql/mysql-connector-java/8.0.19/mysql-connector-java-8.0.19.jar +Progress (4): 3.8/4.3 MB | 1.6 MB | 130 kB | 74/934 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-pool2/2.7.0/commons-pool2-2.7.0.jar (130 kB at 161 kB/s) +Progress (3): 3.8/4.3 MB | 1.6 MB | 82/934 kB Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar +Progress (3): 3.8/4.3 MB | 1.6 MB | 82/934 kB Progress (3): 3.8/4.3 MB | 1.6 MB | 90/934 kB Progress (3): 3.8/4.3 MB | 1.6 MB | 98/934 kB Progress (3): 3.8/4.3 MB | 1.6 MB | 106/934 kB Progress (3): 3.9/4.3 MB | 1.6 MB | 106/934 kB Progress (3): 3.9/4.3 MB | 1.6 MB | 115/934 kB Progress (3): 3.9/4.3 MB | 1.6 MB | 115/934 kB Progress (3): 3.9/4.3 MB | 1.6 MB | 123/934 kB Progress (3): 3.9/4.3 MB | 1.6 MB | 131/934 kB Progress (3): 3.9/4.3 MB | 1.6 MB | 131/934 kB Progress (3): 3.9/4.3 MB | 1.6 MB | 139/934 kB Progress (3): 3.9/4.3 MB | 1.6 MB | 147/934 kB Progress (3): 3.9/4.3 MB | 1.6 MB | 147/934 kB Progress (3): 3.9/4.3 MB | 1.6 MB | 156/934 kB Progress (3): 3.9/4.3 MB | 1.6 MB | 164/934 kB Progress (3): 4.0/4.3 MB | 1.6 MB | 164/934 kB Progress (3): 4.0/4.3 MB | 1.6 MB | 172/934 kB Progress (3): 4.0/4.3 MB | 1.6 MB | 172/934 kB Progress (3): 4.0/4.3 MB | 1.6 MB | 180/934 kB Progress (3): 4.0/4.3 MB | 1.6 MB | 188/934 kB Progress (3): 4.0/4.3 MB | 1.6 MB | 188/934 kB Progress (3): 4.0/4.3 MB | 1.6 MB | 197/934 kB Progress (3): 4.0/4.3 MB | 1.6 MB | 197/934 kB Progress (3): 4.0/4.3 MB | 1.6 MB | 205/934 kB Progress (3): 4.0/4.3 MB | 1.6 MB | 213/934 kB Progress (3): 4.1/4.3 MB | 1.6 MB | 213/934 kB Progress (3): 4.1/4.3 MB | 1.6 MB | 221/934 kB Progress (3): 4.1/4.3 MB | 1.6 MB | 229/934 kB Progress (3): 4.1/4.3 MB | 1.6 MB | 229/934 kB Progress (3): 4.1/4.3 MB | 1.6 MB | 238/934 kB Progress (3): 4.1/4.3 MB | 1.6 MB | 246/934 kB Progress (3): 4.1/4.3 MB | 1.6 MB | 246/934 kB Progress (3): 4.1/4.3 MB | 1.6 MB | 254/934 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hsqldb/hsqldb/2.5.0/hsqldb-2.5.0.jar (1.6 MB at 1.9 MB/s) +Progress (2): 4.1/4.3 MB | 254/934 kB Progress (2): 4.1/4.3 MB | 262/934 kB Progress (2): 4.1/4.3 MB | 270/934 kB Progress (2): 4.2/4.3 MB | 270/934 kB Progress (2): 4.2/4.3 MB | 279/934 kB Progress (2): 4.2/4.3 MB | 287/934 kB Progress (2): 4.2/4.3 MB | 287/934 kB Progress (2): 4.2/4.3 MB | 295/934 kB Progress (2): 4.2/4.3 MB | 303/934 kB Progress (2): 4.2/4.3 MB | 303/934 kB Progress (2): 4.2/4.3 MB | 311/934 kB Progress (2): 4.2/4.3 MB | 319/934 kB Progress (2): 4.2/4.3 MB | 319/934 kB Progress (2): 4.2/4.3 MB | 328/934 kB Progress (2): 4.2/4.3 MB | 336/934 kB Progress (2): 4.3/4.3 MB | 336/934 kB Progress (2): 4.3/4.3 MB | 344/934 kB Progress (2): 4.3/4.3 MB | 352/934 kB Progress (2): 4.3/4.3 MB | 352/934 kB Progress (2): 4.3/4.3 MB | 360/934 kB Progress (2): 4.3/4.3 MB | 369/934 kB Progress (2): 4.3/4.3 MB | 369/934 kB Progress (2): 4.3/4.3 MB | 377/934 kB Progress (2): 4.3/4.3 MB | 385/934 kB Progress (2): 4.3 MB | 385/934 kB Progress (2): 4.3 MB | 393/934 kB Progress (2): 4.3 MB | 401/934 kB Progress (2): 4.3 MB | 410/934 kB Progress (2): 4.3 MB | 418/934 kB Progress (2): 4.3 MB | 426/934 kB Progress (2): 4.3 MB | 434/934 kB Progress (2): 4.3 MB | 442/934 kB Progress (2): 4.3 MB | 451/934 kB Progress (2): 4.3 MB | 459/934 kB Progress (2): 4.3 MB | 467/934 kB Progress (2): 4.3 MB | 475/934 kB Progress (2): 4.3 MB | 483/934 kB Progress (2): 4.3 MB | 491/934 kB Progress (2): 4.3 MB | 499/934 kB Progress (2): 4.3 MB | 507/934 kB Progress (2): 4.3 MB | 516/934 kB Progress (2): 4.3 MB | 524/934 kB Progress (2): 4.3 MB | 532/934 kB Progress (2): 4.3 MB | 540/934 kB Progress (2): 4.3 MB | 548/934 kB Progress (2): 4.3 MB | 556/934 kB Progress (2): 4.3 MB | 565/934 kB Progress (2): 4.3 MB | 573/934 kB Progress (2): 4.3 MB | 581/934 kB Progress (2): 4.3 MB | 589/934 kB Progress (2): 4.3 MB | 597/934 kB Progress (2): 4.3 MB | 606/934 kB Progress (2): 4.3 MB | 614/934 kB Progress (2): 4.3 MB | 622/934 kB Progress (2): 4.3 MB | 630/934 kB Progress (2): 4.3 MB | 638/934 kB Progress (2): 4.3 MB | 647/934 kB Progress (2): 4.3 MB | 655/934 kB Progress (2): 4.3 MB | 663/934 kB Progress (2): 4.3 MB | 671/934 kB Progress (2): 4.3 MB | 679/934 kB Progress (2): 4.3 MB | 688/934 kB Progress (2): 4.3 MB | 694/934 kB Progress (2): 4.3 MB | 702/934 kB Progress (2): 4.3 MB | 710/934 kB Progress (2): 4.3 MB | 718/934 kB Progress (2): 4.3 MB | 727/934 kB Progress (2): 4.3 MB | 735/934 kB Progress (2): 4.3 MB | 743/934 kB Progress (2): 4.3 MB | 751/934 kB Progress (2): 4.3 MB | 759/934 kB Progress (2): 4.3 MB | 768/934 kB Progress (2): 4.3 MB | 776/934 kB Progress (3): 4.3 MB | 776/934 kB | 0/1.4 MB Progress (3): 4.3 MB | 784/934 kB | 0/1.4 MB Progress (3): 4.3 MB | 784/934 kB | 0/1.4 MB Progress (3): 4.3 MB | 792/934 kB | 0/1.4 MB Progress (3): 4.3 MB | 792/934 kB | 0/1.4 MB Progress (3): 4.3 MB | 800/934 kB | 0/1.4 MB Progress (3): 4.3 MB | 800/934 kB | 0/1.4 MB Progress (3): 4.3 MB | 808/934 kB | 0/1.4 MB Progress (3): 4.3 MB | 808/934 kB | 0/1.4 MB Progress (3): 4.3 MB | 817/934 kB | 0/1.4 MB Progress (3): 4.3 MB | 817/934 kB | 0/1.4 MB Progress (3): 4.3 MB | 825/934 kB | 0/1.4 MB Progress (3): 4.3 MB | 825/934 kB | 0.1/1.4 MB Progress (3): 4.3 MB | 833/934 kB | 0.1/1.4 MB Progress (3): 4.3 MB | 833/934 kB | 0.1/1.4 MB Progress (3): 4.3 MB | 841/934 kB | 0.1/1.4 MB Progress (3): 4.3 MB | 841/934 kB | 0.1/1.4 MB Progress (3): 4.3 MB | 849/934 kB | 0.1/1.4 MB Progress (3): 4.3 MB | 849/934 kB | 0.1/1.4 MB Progress (4): 4.3 MB | 849/934 kB | 0.1/1.4 MB | 0/2.4 MB Progress (4): 4.3 MB | 849/934 kB | 0.1/1.4 MB | 0/2.4 MB Progress (4): 4.3 MB | 858/934 kB | 0.1/1.4 MB | 0/2.4 MB Progress (4): 4.3 MB | 858/934 kB | 0.1/1.4 MB | 0/2.4 MB Progress (4): 4.3 MB | 866/934 kB | 0.1/1.4 MB | 0/2.4 MB Progress (4): 4.3 MB | 866/934 kB | 0.1/1.4 MB | 0/2.4 MB Progress (4): 4.3 MB | 874/934 kB | 0.1/1.4 MB | 0/2.4 MB Progress (4): 4.3 MB | 874/934 kB | 0.1/1.4 MB | 0/2.4 MB Progress (4): 4.3 MB | 882/934 kB | 0.1/1.4 MB | 0/2.4 MB Progress (4): 4.3 MB | 882/934 kB | 0.1/1.4 MB | 0/2.4 MB Progress (4): 4.3 MB | 890/934 kB | 0.1/1.4 MB | 0/2.4 MB Progress (4): 4.3 MB | 890/934 kB | 0.1/1.4 MB | 0/2.4 MB Progress (4): 4.3 MB | 899/934 kB | 0.1/1.4 MB | 0/2.4 MB Progress (4): 4.3 MB | 899/934 kB | 0.1/1.4 MB | 0.1/2.4 MB Progress (4): 4.3 MB | 907/934 kB | 0.1/1.4 MB | 0.1/2.4 MB Progress (4): 4.3 MB | 907/934 kB | 0.1/1.4 MB | 0.1/2.4 MB Progress (4): 4.3 MB | 913/934 kB | 0.1/1.4 MB | 0.1/2.4 MB Progress (4): 4.3 MB | 913/934 kB | 0.1/1.4 MB | 0.1/2.4 MB Progress (4): 4.3 MB | 921/934 kB | 0.1/1.4 MB | 0.1/2.4 MB Progress (4): 4.3 MB | 921/934 kB | 0.1/1.4 MB | 0.1/2.4 MB Progress (4): 4.3 MB | 929/934 kB | 0.1/1.4 MB | 0.1/2.4 MB Progress (4): 4.3 MB | 929/934 kB | 0.1/1.4 MB | 0.1/2.4 MB Progress (4): 4.3 MB | 934 kB | 0.1/1.4 MB | 0.1/2.4 MB Progress (4): 4.3 MB | 934 kB | 0.1/1.4 MB | 0.1/2.4 MB Progress (4): 4.3 MB | 934 kB | 0.1/1.4 MB | 0.1/2.4 MB Progress (4): 4.3 MB | 934 kB | 0.1/1.4 MB | 0.1/2.4 MB Progress (4): 4.3 MB | 934 kB | 0.1/1.4 MB | 0.1/2.4 MB Progress (4): 4.3 MB | 934 kB | 0.2/1.4 MB | 0.1/2.4 MB Downloaded from central: https://repo.maven.apache.org/maven2/com/unboundid/unboundid-ldapsdk/4.0.14/unboundid-ldapsdk-4.0.14.jar (4.3 MB at 5.2 MB/s) +Progress (3): 934 kB | 0.2/1.4 MB | 0.1/2.4 MB Progress (3): 934 kB | 0.2/1.4 MB | 0.1/2.4 MB Progress (3): 934 kB | 0.2/1.4 MB | 0.1/2.4 MB Progress (3): 934 kB | 0.2/1.4 MB | 0.1/2.4 MB Progress (3): 934 kB | 0.2/1.4 MB | 0.2/2.4 MB Progress (3): 934 kB | 0.2/1.4 MB | 0.2/2.4 MB Progress (3): 934 kB | 0.2/1.4 MB | 0.2/2.4 MB Progress (3): 934 kB | 0.2/1.4 MB | 0.2/2.4 MB Progress (3): 934 kB | 0.2/1.4 MB | 0.2/2.4 MB Progress (3): 934 kB | 0.2/1.4 MB | 0.2/2.4 MB Progress (3): 934 kB | 0.2/1.4 MB | 0.2/2.4 MB Progress (3): 934 kB | 0.2/1.4 MB | 0.2/2.4 MB Progress (3): 934 kB | 0.2/1.4 MB | 0.2/2.4 MB Progress (3): 934 kB | 0.2/1.4 MB | 0.2/2.4 MB Progress (3): 934 kB | 0.2/1.4 MB | 0.2/2.4 MB Progress (3): 934 kB | 0.2/1.4 MB | 0.2/2.4 MB Progress (3): 934 kB | 0.2/1.4 MB | 0.2/2.4 MB Progress (3): 934 kB | 0.2/1.4 MB | 0.2/2.4 MB Progress (3): 934 kB | 0.2/1.4 MB | 0.3/2.4 MB Progress (3): 934 kB | 0.3/1.4 MB | 0.3/2.4 MB Progress (3): 934 kB | 0.3/1.4 MB | 0.3/2.4 MB Progress (3): 934 kB | 0.3/1.4 MB | 0.3/2.4 MB Progress (3): 934 kB | 0.3/1.4 MB | 0.3/2.4 MB Progress (3): 934 kB | 0.3/1.4 MB | 0.3/2.4 MB Progress (3): 934 kB | 0.3/1.4 MB | 0.3/2.4 MB Progress (3): 934 kB | 0.3/1.4 MB | 0.3/2.4 MB Progress (3): 934 kB | 0.3/1.4 MB | 0.3/2.4 MB Progress (3): 934 kB | 0.3/1.4 MB | 0.3/2.4 MB Progress (3): 934 kB | 0.3/1.4 MB | 0.3/2.4 MB Progress (3): 934 kB | 0.3/1.4 MB | 0.3/2.4 MB Progress (3): 934 kB | 0.3/1.4 MB | 0.3/2.4 MB Progress (3): 934 kB | 0.3/1.4 MB | 0.3/2.4 MB Progress (3): 934 kB | 0.3/1.4 MB | 0.4/2.4 MB Progress (3): 934 kB | 0.3/1.4 MB | 0.4/2.4 MB Progress (3): 934 kB | 0.3/1.4 MB | 0.4/2.4 MB Progress (3): 934 kB | 0.3/1.4 MB | 0.4/2.4 MB Progress (3): 934 kB | 0.3/1.4 MB | 0.4/2.4 MB Progress (3): 934 kB | 0.3/1.4 MB | 0.4/2.4 MB Progress (3): 934 kB | 0.3/1.4 MB | 0.4/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.4/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.4/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.4/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.4/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.4/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.4/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.4/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.5/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.5/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.5/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.5/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.5/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.5/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.5/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.5/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.5/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.5/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.5/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.5/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.6/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.6/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.6/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.6/2.4 MB Progress (3): 934 kB | 0.4/1.4 MB | 0.6/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.6/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.6/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.6/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.6/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.6/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.6/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.6/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.6/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.7/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.7/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.7/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.7/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.7/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.7/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.7/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.7/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.7/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.7/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.7/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.7/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.7/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.7/2.4 MB Progress (3): 934 kB | 0.5/1.4 MB | 0.8/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.8/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.8/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.8/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.8/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.8/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.8/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.8/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.8/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.8/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.8/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.8/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.8/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.8/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.8/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.9/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.9/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.9/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.9/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.9/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.9/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.9/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.9/2.4 MB Progress (3): 934 kB | 0.6/1.4 MB | 0.9/2.4 MB Progress (3): 934 kB | 0.7/1.4 MB | 0.9/2.4 MB Progress (3): 934 kB | 0.7/1.4 MB | 0.9/2.4 MB Progress (3): 934 kB | 0.7/1.4 MB | 0.9/2.4 MB Progress (3): 934 kB | 0.7/1.4 MB | 1.0/2.4 MB Progress (3): 934 kB | 0.7/1.4 MB | 1.0/2.4 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/postgresql/postgresql/42.2.10.jre7/postgresql-42.2.10.jre7.jar (934 kB at 1.1 MB/s) +Progress (2): 0.7/1.4 MB | 1.0/2.4 MB Progress (2): 0.7/1.4 MB | 1.0/2.4 MB Progress (2): 0.7/1.4 MB | 1.0/2.4 MB Progress (2): 0.7/1.4 MB | 1.0/2.4 MB Progress (2): 0.7/1.4 MB | 1.0/2.4 MB Progress (2): 0.7/1.4 MB | 1.0/2.4 MB Progress (2): 0.7/1.4 MB | 1.0/2.4 MB Progress (2): 0.7/1.4 MB | 1.1/2.4 MB Progress (2): 0.7/1.4 MB | 1.1/2.4 MB Progress (2): 0.7/1.4 MB | 1.1/2.4 MB Progress (2): 0.7/1.4 MB | 1.1/2.4 MB Progress (2): 0.7/1.4 MB | 1.1/2.4 MB Progress (2): 0.7/1.4 MB | 1.1/2.4 MB Progress (2): 0.7/1.4 MB | 1.2/2.4 MB Progress (2): 0.7/1.4 MB | 1.2/2.4 MB Progress (2): 0.7/1.4 MB | 1.2/2.4 MB Progress (2): 0.7/1.4 MB | 1.2/2.4 MB Progress (2): 0.7/1.4 MB | 1.2/2.4 MB Progress (2): 0.7/1.4 MB | 1.2/2.4 MB Progress (2): 0.7/1.4 MB | 1.2/2.4 MB Progress (2): 0.7/1.4 MB | 1.2/2.4 MB Progress (2): 0.7/1.4 MB | 1.2/2.4 MB Progress (2): 0.7/1.4 MB | 1.2/2.4 MB Progress (2): 0.7/1.4 MB | 1.2/2.4 MB Progress (2): 0.7/1.4 MB | 1.3/2.4 MB Progress (2): 0.7/1.4 MB | 1.3/2.4 MB Progress (2): 0.7/1.4 MB | 1.3/2.4 MB Progress (2): 0.7/1.4 MB | 1.3/2.4 MB Progress (2): 0.7/1.4 MB | 1.3/2.4 MB Progress (2): 0.7/1.4 MB | 1.3/2.4 MB Progress (2): 0.8/1.4 MB | 1.3/2.4 MB Progress (2): 0.8/1.4 MB | 1.3/2.4 MB Progress (2): 0.8/1.4 MB | 1.3/2.4 MB Progress (2): 0.8/1.4 MB | 1.3/2.4 MB Progress (2): 0.8/1.4 MB | 1.3/2.4 MB Progress (2): 0.8/1.4 MB | 1.4/2.4 MB Progress (2): 0.8/1.4 MB | 1.4/2.4 MB Progress (2): 0.8/1.4 MB | 1.4/2.4 MB Progress (2): 0.8/1.4 MB | 1.4/2.4 MB Progress (2): 0.8/1.4 MB | 1.4/2.4 MB Progress (2): 0.8/1.4 MB | 1.4/2.4 MB Progress (2): 0.8/1.4 MB | 1.4/2.4 MB Progress (2): 0.8/1.4 MB | 1.4/2.4 MB Progress (2): 0.8/1.4 MB | 1.4/2.4 MB Progress (2): 0.8/1.4 MB | 1.4/2.4 MB Progress (2): 0.8/1.4 MB | 1.4/2.4 MB Progress (2): 0.8/1.4 MB | 1.4/2.4 MB Progress (2): 0.8/1.4 MB | 1.4/2.4 MB Progress (2): 0.8/1.4 MB | 1.4/2.4 MB Progress (2): 0.8/1.4 MB | 1.4/2.4 MB Progress (2): 0.8/1.4 MB | 1.4/2.4 MB Progress (2): 0.9/1.4 MB | 1.4/2.4 MB Progress (2): 0.9/1.4 MB | 1.4/2.4 MB Progress (2): 0.9/1.4 MB | 1.5/2.4 MB Progress (2): 0.9/1.4 MB | 1.5/2.4 MB Progress (2): 0.9/1.4 MB | 1.5/2.4 MB Progress (2): 0.9/1.4 MB | 1.5/2.4 MB Progress (2): 0.9/1.4 MB | 1.5/2.4 MB Progress (2): 0.9/1.4 MB | 1.5/2.4 MB Progress (2): 0.9/1.4 MB | 1.5/2.4 MB Progress (2): 0.9/1.4 MB | 1.5/2.4 MB Progress (2): 0.9/1.4 MB | 1.5/2.4 MB Progress (2): 0.9/1.4 MB | 1.5/2.4 MB Progress (2): 0.9/1.4 MB | 1.5/2.4 MB Progress (2): 0.9/1.4 MB | 1.5/2.4 MB Progress (2): 0.9/1.4 MB | 1.5/2.4 MB Progress (2): 0.9/1.4 MB | 1.6/2.4 MB Progress (2): 0.9/1.4 MB | 1.6/2.4 MB Progress (2): 0.9/1.4 MB | 1.6/2.4 MB Progress (2): 0.9/1.4 MB | 1.6/2.4 MB Progress (2): 0.9/1.4 MB | 1.6/2.4 MB Progress (2): 0.9/1.4 MB | 1.6/2.4 MB Progress (2): 0.9/1.4 MB | 1.6/2.4 MB Progress (2): 0.9/1.4 MB | 1.6/2.4 MB Progress (2): 1.0/1.4 MB | 1.6/2.4 MB Progress (2): 1.0/1.4 MB | 1.6/2.4 MB Progress (2): 1.0/1.4 MB | 1.6/2.4 MB Progress (2): 1.0/1.4 MB | 1.6/2.4 MB Progress (2): 1.0/1.4 MB | 1.6/2.4 MB Progress (2): 1.0/1.4 MB | 1.6/2.4 MB Progress (2): 1.0/1.4 MB | 1.7/2.4 MB Progress (2): 1.0/1.4 MB | 1.7/2.4 MB Progress (2): 1.0/1.4 MB | 1.7/2.4 MB Progress (2): 1.0/1.4 MB | 1.7/2.4 MB Progress (2): 1.0/1.4 MB | 1.7/2.4 MB Progress (2): 1.0/1.4 MB | 1.7/2.4 MB Progress (2): 1.0/1.4 MB | 1.7/2.4 MB Progress (2): 1.0/1.4 MB | 1.7/2.4 MB Progress (2): 1.0/1.4 MB | 1.7/2.4 MB Progress (2): 1.0/1.4 MB | 1.7/2.4 MB Progress (2): 1.0/1.4 MB | 1.7/2.4 MB Progress (2): 1.0/1.4 MB | 1.7/2.4 MB Progress (2): 1.0/1.4 MB | 1.7/2.4 MB Progress (2): 1.1/1.4 MB | 1.7/2.4 MB Progress (2): 1.1/1.4 MB | 1.7/2.4 MB Progress (2): 1.1/1.4 MB | 1.7/2.4 MB Progress (2): 1.1/1.4 MB | 1.8/2.4 MB Progress (2): 1.1/1.4 MB | 1.8/2.4 MB Progress (2): 1.1/1.4 MB | 1.8/2.4 MB Progress (2): 1.1/1.4 MB | 1.8/2.4 MB Progress (2): 1.1/1.4 MB | 1.8/2.4 MB Progress (2): 1.1/1.4 MB | 1.8/2.4 MB Progress (2): 1.1/1.4 MB | 1.8/2.4 MB Progress (2): 1.1/1.4 MB | 1.8/2.4 MB Progress (2): 1.1/1.4 MB | 1.8/2.4 MB Progress (2): 1.1/1.4 MB | 1.8/2.4 MB Progress (2): 1.1/1.4 MB | 1.8/2.4 MB Progress (2): 1.1/1.4 MB | 1.8/2.4 MB Progress (2): 1.1/1.4 MB | 1.8/2.4 MB Progress (2): 1.1/1.4 MB | 1.8/2.4 MB Progress (2): 1.1/1.4 MB | 1.8/2.4 MB Progress (2): 1.1/1.4 MB | 1.8/2.4 MB Progress (2): 1.1/1.4 MB | 1.9/2.4 MB Progress (2): 1.2/1.4 MB | 1.9/2.4 MB Progress (2): 1.2/1.4 MB | 1.9/2.4 MB Progress (2): 1.2/1.4 MB | 1.9/2.4 MB Progress (2): 1.2/1.4 MB | 1.9/2.4 MB Progress (2): 1.2/1.4 MB | 1.9/2.4 MB Progress (2): 1.2/1.4 MB | 1.9/2.4 MB Progress (2): 1.2/1.4 MB | 1.9/2.4 MB Progress (2): 1.2/1.4 MB | 1.9/2.4 MB Progress (2): 1.2/1.4 MB | 1.9/2.4 MB Progress (2): 1.2/1.4 MB | 1.9/2.4 MB Progress (2): 1.2/1.4 MB | 1.9/2.4 MB Progress (2): 1.2/1.4 MB | 1.9/2.4 MB Progress (2): 1.2/1.4 MB | 2.0/2.4 MB Progress (2): 1.2/1.4 MB | 2.0/2.4 MB Progress (2): 1.2/1.4 MB | 2.0/2.4 MB Progress (2): 1.2/1.4 MB | 2.0/2.4 MB Progress (2): 1.2/1.4 MB | 2.0/2.4 MB Progress (2): 1.2/1.4 MB | 2.0/2.4 MB Progress (2): 1.2/1.4 MB | 2.0/2.4 MB Progress (2): 1.2/1.4 MB | 2.0/2.4 MB Progress (2): 1.2/1.4 MB | 2.0/2.4 MB Progress (2): 1.3/1.4 MB | 2.0/2.4 MB Progress (2): 1.3/1.4 MB | 2.0/2.4 MB Progress (2): 1.3/1.4 MB | 2.0/2.4 MB Progress (2): 1.3/1.4 MB | 2.0/2.4 MB Progress (2): 1.3/1.4 MB | 2.0/2.4 MB Progress (2): 1.3/1.4 MB | 2.0/2.4 MB Progress (2): 1.3/1.4 MB | 2.1/2.4 MB Progress (2): 1.3/1.4 MB | 2.1/2.4 MB Progress (2): 1.3/1.4 MB | 2.1/2.4 MB Progress (2): 1.3/1.4 MB | 2.1/2.4 MB Progress (2): 1.3/1.4 MB | 2.1/2.4 MB Progress (2): 1.3/1.4 MB | 2.1/2.4 MB Progress (2): 1.3/1.4 MB | 2.1/2.4 MB Progress (2): 1.3/1.4 MB | 2.1/2.4 MB Progress (2): 1.3/1.4 MB | 2.1/2.4 MB Progress (2): 1.3/1.4 MB | 2.1/2.4 MB Progress (2): 1.3/1.4 MB | 2.1/2.4 MB Progress (2): 1.3/1.4 MB | 2.1/2.4 MB Progress (2): 1.3/1.4 MB | 2.1/2.4 MB Progress (2): 1.3/1.4 MB | 2.1/2.4 MB Progress (2): 1.3/1.4 MB | 2.1/2.4 MB Progress (2): 1.3/1.4 MB | 2.1/2.4 MB Progress (2): 1.3/1.4 MB | 2.2/2.4 MB Progress (2): 1.4/1.4 MB | 2.2/2.4 MB Progress (2): 1.4/1.4 MB | 2.2/2.4 MB Progress (2): 1.4/1.4 MB | 2.2/2.4 MB Progress (2): 1.4/1.4 MB | 2.2/2.4 MB Progress (2): 1.4/1.4 MB | 2.2/2.4 MB Progress (2): 1.4/1.4 MB | 2.2/2.4 MB Progress (2): 1.4/1.4 MB | 2.2/2.4 MB Progress (2): 1.4/1.4 MB | 2.2/2.4 MB Progress (2): 1.4/1.4 MB | 2.2/2.4 MB Progress (2): 1.4/1.4 MB | 2.2/2.4 MB Progress (2): 1.4/1.4 MB | 2.2/2.4 MB Progress (2): 1.4/1.4 MB | 2.2/2.4 MB Progress (2): 1.4/1.4 MB | 2.2/2.4 MB Progress (2): 1.4/1.4 MB | 2.2/2.4 MB Progress (2): 1.4/1.4 MB | 2.3/2.4 MB Progress (2): 1.4 MB | 2.3/2.4 MB Progress (2): 1.4 MB | 2.3/2.4 MB Progress (2): 1.4 MB | 2.3/2.4 MB Progress (2): 1.4 MB | 2.3/2.4 MB Progress (2): 1.4 MB | 2.3/2.4 MB Progress (2): 1.4 MB | 2.3/2.4 MB Progress (2): 1.4 MB | 2.4 MB Downloaded from central: https://repo.maven.apache.org/maven2/mysql/mysql-connector-java/8.0.19/mysql-connector-java-8.0.19.jar (2.4 MB at 2.6 MB/s) +Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar (1.4 MB at 1.6 MB/s) +[INFO] org.opensaml:opensaml-storage-impl:jar:4.0.1 +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.1:compile +[INFO] | +- org.opensaml:opensaml-core:jar:4.0.1:compile +[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- org.opensaml:opensaml-profile-api:jar:4.0.1:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-storage-api:jar:4.0.1:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- org.ldaptive:ldaptive:jar:1.3.0:compile +[INFO] | \- commons-cli:commons-cli:jar:1.4:compile +[INFO] +- org.springframework:spring-beans:jar:5.2.4.RELEASE:compile +[INFO] +- org.springframework:spring-core:jar:5.2.4.RELEASE:compile +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile +[INFO] +- net.spy:spymemcached:jar:2.12.3:compile +[INFO] +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] +- org.hibernate:hibernate-core:jar:5.4.12.Final:compile +[INFO] | +- org.jboss.logging:jboss-logging:jar:3.3.2.Final:compile +[INFO] | +- javax.persistence:javax.persistence-api:jar:2.2:compile +[INFO] | +- org.javassist:javassist:jar:3.24.0-GA:compile +[INFO] | +- net.bytebuddy:byte-buddy:jar:1.10.7:compile +[INFO] | +- antlr:antlr:jar:2.7.7:compile +[INFO] | +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.1.1.Final:compile +[INFO] | +- org.jboss:jandex:jar:2.1.1.Final:compile +[INFO] | +- com.fasterxml:classmate:jar:1.5.1:compile +[INFO] | +- org.dom4j:dom4j:jar:2.1.1:compile +[INFO] | +- org.hibernate.common:hibernate-commons-annotations:jar:5.1.0.Final:compile +[INFO] | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:runtime +[INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | +- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] +- jakarta.json:jakarta.json-api:jar:1.1.6:provided +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided +[INFO] +- org.glassfish:jakarta.json:jar:1.1.6:runtime +[INFO] +- org.springframework:spring-orm:jar:5.2.4.RELEASE:compile +[INFO] | +- org.springframework:spring-jdbc:jar:5.2.4.RELEASE:compile +[INFO] | \- org.springframework:spring-tx:jar:5.2.4.RELEASE:compile +[INFO] +- org.opensaml:opensaml-storage-api:test-jar:tests:4.0.1:test +[INFO] +- org.opensaml:opensaml-profile-api:test-jar:tests:4.0.1:test +[INFO] +- com.unboundid:unboundid-ldapsdk:jar:4.0.14:test +[INFO] +- org.hsqldb:hsqldb:jar:2.5.0:test +[INFO] +- org.apache.commons:commons-dbcp2:jar:2.7.0:test +[INFO] | +- org.apache.commons:commons-pool2:jar:2.7.0:test +[INFO] | \- commons-logging:commons-logging:jar:1.2:test +[INFO] +- org.postgresql:postgresql:jar:42.2.10.jre7:test +[INFO] +- mysql:mysql-connector-java:jar:8.0.19:test +[INFO] | \- com.google.protobuf:protobuf-java:jar:3.6.1:test +[INFO] +- org.springframework:spring-test:jar:5.2.4.RELEASE:test +[INFO] +- org.springframework:spring-web:jar:5.2.4.RELEASE:test +[INFO] +- org.springframework:spring-context:jar:5.2.4.RELEASE:test +[INFO] | +- org.springframework:spring-aop:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-expression:jar:5.2.4.RELEASE:test +[INFO] +- net.shibboleth.ext:spring-extensions:jar:6.0.0:test +[INFO] | \- org.apache.httpcomponents:httpclient-cache:jar:4.5.12:test +[INFO] +- org.bouncycastle:bcprov-jdk15on:jar:1.64:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] | \- commons-codec:commons-codec:jar:1.14:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] +- org.xmlunit:xmlunit-matchers:jar:2.6.3:test +[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 2.081 s +[INFO] Finished at: 2021-02-11T09:56:36-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -----------------< org.opensaml:opensaml-storage-impl >----------------- +[INFO] Building OpenSAML :: Storage Implementation 4.0.0 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-storage-impl --- +[INFO] org.opensaml:opensaml-storage-impl:jar:4.0.0 +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.0:compile +[INFO] | +- org.opensaml:opensaml-core:jar:4.0.0:compile +[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- org.opensaml:opensaml-profile-api:jar:4.0.0:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-storage-api:jar:4.0.0:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- org.ldaptive:ldaptive:jar:1.3.0:compile +[INFO] | \- commons-cli:commons-cli:jar:1.4:compile +[INFO] +- org.springframework:spring-beans:jar:5.2.4.RELEASE:compile +[INFO] +- org.springframework:spring-core:jar:5.2.4.RELEASE:compile +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile +[INFO] +- net.spy:spymemcached:jar:2.12.3:compile +[INFO] +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] +- org.hibernate:hibernate-core:jar:5.4.12.Final:compile +[INFO] | +- org.jboss.logging:jboss-logging:jar:3.3.2.Final:compile +[INFO] | +- javax.persistence:javax.persistence-api:jar:2.2:compile +[INFO] | +- org.javassist:javassist:jar:3.24.0-GA:compile +[INFO] | +- net.bytebuddy:byte-buddy:jar:1.10.7:compile +[INFO] | +- antlr:antlr:jar:2.7.7:compile +[INFO] | +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.1.1.Final:compile +[INFO] | +- org.jboss:jandex:jar:2.1.1.Final:compile +[INFO] | +- com.fasterxml:classmate:jar:1.5.1:compile +[INFO] | +- org.dom4j:dom4j:jar:2.1.1:compile +[INFO] | +- org.hibernate.common:hibernate-commons-annotations:jar:5.1.0.Final:compile +[INFO] | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:runtime +[INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | +- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] +- jakarta.json:jakarta.json-api:jar:1.1.6:provided +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided +[INFO] +- org.glassfish:jakarta.json:jar:1.1.6:runtime +[INFO] +- org.springframework:spring-orm:jar:5.2.4.RELEASE:compile +[INFO] | +- org.springframework:spring-jdbc:jar:5.2.4.RELEASE:compile +[INFO] | \- org.springframework:spring-tx:jar:5.2.4.RELEASE:compile +[INFO] +- org.opensaml:opensaml-storage-api:test-jar:tests:4.0.0:test +[INFO] +- org.opensaml:opensaml-profile-api:test-jar:tests:4.0.0:test +[INFO] +- com.unboundid:unboundid-ldapsdk:jar:4.0.14:test +[INFO] +- org.hsqldb:hsqldb:jar:2.5.0:test +[INFO] +- org.apache.commons:commons-dbcp2:jar:2.7.0:test +[INFO] | +- org.apache.commons:commons-pool2:jar:2.7.0:test +[INFO] | \- commons-logging:commons-logging:jar:1.2:test +[INFO] +- org.postgresql:postgresql:jar:42.2.10.jre7:test +[INFO] +- mysql:mysql-connector-java:jar:8.0.19:test +[INFO] | \- com.google.protobuf:protobuf-java:jar:3.6.1:test +[INFO] +- org.springframework:spring-test:jar:5.2.4.RELEASE:test +[INFO] +- org.springframework:spring-web:jar:5.2.4.RELEASE:test +[INFO] +- org.springframework:spring-context:jar:5.2.4.RELEASE:test +[INFO] | +- org.springframework:spring-aop:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-expression:jar:5.2.4.RELEASE:test +[INFO] +- net.shibboleth.ext:spring-extensions:jar:6.0.0:test +[INFO] | \- org.apache.httpcomponents:httpclient-cache:jar:4.5.12:test +[INFO] +- org.bouncycastle:bcprov-jdk15on:jar:1.64:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] | \- commons-codec:commons-codec:jar:1.14:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.995 s +[INFO] Finished at: 2021-02-11T09:56:38-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -----------------< org.opensaml:opensaml-storage-api >------------------ +[INFO] Building OpenSAML :: Storage API 4.0.1 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-storage-api --- +[INFO] org.opensaml:opensaml-storage-api:jar:4.0.1 +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] | \- commons-codec:commons-codec:jar:1.14:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] +- org.xmlunit:xmlunit-matchers:jar:2.6.3:test +[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.706 s +[INFO] Finished at: 2021-02-11T09:56:40-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -----------------< org.opensaml:opensaml-storage-api >------------------ +[INFO] Building OpenSAML :: Storage API 4.0.0 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-storage-api --- +[INFO] org.opensaml:opensaml-storage-api:jar:4.0.0 +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] | \- commons-codec:commons-codec:jar:1.14:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.908 s +[INFO] Finished at: 2021-02-11T09:56:42-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -------------------< org.opensaml:opensaml-saml-api >------------------- +[INFO] Building OpenSAML :: SAML Provider API 4.0.1 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-saml-api --- +[INFO] org.opensaml:opensaml-saml-api:jar:4.0.1 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.1:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.1:compile +[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- org.opensaml:opensaml-profile-api:jar:4.0.1:compile +[INFO] +- org.opensaml:opensaml-security-api:jar:4.0.1:compile +[INFO] | +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] | +- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] | \- org.springframework:spring-core:jar:5.2.4.RELEASE:compile +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile +[INFO] +- org.opensaml:opensaml-soap-api:jar:4.0.1:compile +[INFO] +- org.opensaml:opensaml-xmlsec-api:jar:4.0.1:compile +[INFO] +- commons-codec:commons-codec:jar:1.14:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- org.apache.santuario:xmlsec:jar:2.1.4:compile +[INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile +[INFO] | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided +[INFO] +- org.opensaml:opensaml-profile-api:test-jar:tests:4.0.1:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] +- org.xmlunit:xmlunit-matchers:jar:2.6.3:test +[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.952 s +[INFO] Finished at: 2021-02-11T09:56:44-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -------------------< org.opensaml:opensaml-saml-api >------------------- +[INFO] Building OpenSAML :: SAML Provider API 4.0.0 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-saml-api --- +[INFO] org.opensaml:opensaml-saml-api:jar:4.0.0 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.0:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.0:compile +[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- org.opensaml:opensaml-profile-api:jar:4.0.0:compile +[INFO] +- org.opensaml:opensaml-security-api:jar:4.0.0:compile +[INFO] | +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] | +- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] | \- org.springframework:spring-core:jar:5.2.4.RELEASE:compile +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile +[INFO] +- org.opensaml:opensaml-soap-api:jar:4.0.0:compile +[INFO] +- org.opensaml:opensaml-xmlsec-api:jar:4.0.0:compile +[INFO] +- commons-codec:commons-codec:jar:1.14:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- org.apache.santuario:xmlsec:jar:2.1.4:compile +[INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile +[INFO] | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided +[INFO] +- org.opensaml:opensaml-profile-api:test-jar:tests:4.0.0:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.987 s +[INFO] Finished at: 2021-02-11T09:56:46-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -----------------< org.opensaml:opensaml-profile-api >------------------ +[INFO] Building OpenSAML :: Profile API 4.0.1 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-profile-api --- +[INFO] org.opensaml:opensaml-profile-api:jar:4.0.1 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.1:compile +[INFO] | \- commons-codec:commons-codec:jar:1.14:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.1:compile +[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided +[INFO] +- org.springframework:spring-core:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:test +[INFO] +- org.springframework:spring-context:jar:5.2.4.RELEASE:test +[INFO] | +- org.springframework:spring-aop:jar:5.2.4.RELEASE:test +[INFO] | +- org.springframework:spring-beans:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-expression:jar:5.2.4.RELEASE:test +[INFO] +- net.shibboleth.ext:spring-extensions:jar:6.0.0:test +[INFO] | \- org.apache.httpcomponents:httpclient-cache:jar:4.5.12:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] +- org.xmlunit:xmlunit-matchers:jar:2.6.3:test +[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.944 s +[INFO] Finished at: 2021-02-11T09:56:48-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -----------------< org.opensaml:opensaml-profile-api >------------------ +[INFO] Building OpenSAML :: Profile API 4.0.0 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-profile-api --- +[INFO] org.opensaml:opensaml-profile-api:jar:4.0.0 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.0:compile +[INFO] | \- commons-codec:commons-codec:jar:1.14:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.0:compile +[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided +[INFO] +- org.springframework:spring-core:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:test +[INFO] +- org.springframework:spring-context:jar:5.2.4.RELEASE:test +[INFO] | +- org.springframework:spring-aop:jar:5.2.4.RELEASE:test +[INFO] | +- org.springframework:spring-beans:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-expression:jar:5.2.4.RELEASE:test +[INFO] +- net.shibboleth.ext:spring-extensions:jar:6.0.0:test +[INFO] | \- org.apache.httpcomponents:httpclient-cache:jar:4.5.12:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.853 s +[INFO] Finished at: 2021-02-11T09:56:50-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ----------------< org.opensaml:opensaml-messaging-api >----------------- +[INFO] Building OpenSAML :: Messaging API 4.0.1 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-messaging-api --- +[INFO] org.opensaml:opensaml-messaging-api:jar:4.0.1 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.1:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] +- org.xmlunit:xmlunit-matchers:jar:2.6.3:test +[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.902 s +[INFO] Finished at: 2021-02-11T09:56:52-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ----------------< org.opensaml:opensaml-messaging-api >----------------- +[INFO] Building OpenSAML :: Messaging API 4.0.0 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-messaging-api --- +[INFO] org.opensaml:opensaml-messaging-api:jar:4.0.0 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.0:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.918 s +[INFO] Finished at: 2021-02-11T09:56:54-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -------------------< org.opensaml:opensaml-soap-api >------------------- +[INFO] Building OpenSAML :: SOAP Provider API 4.0.1 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-soap-api --- +[INFO] org.opensaml:opensaml-soap-api:jar:4.0.1 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.1:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.1:compile +[INFO] +- org.opensaml:opensaml-security-api:jar:4.0.1:compile +[INFO] | +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] | +- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] | \- org.springframework:spring-core:jar:5.2.4.RELEASE:compile +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile +[INFO] +- org.opensaml:opensaml-xmlsec-api:jar:4.0.1:compile +[INFO] | \- org.apache.santuario:xmlsec:jar:2.1.4:compile +[INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile +[INFO] | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] +- org.xmlunit:xmlunit-matchers:jar:2.6.3:test +[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.994 s +[INFO] Finished at: 2021-02-11T09:56:56-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -------------------< org.opensaml:opensaml-soap-api >------------------- +[INFO] Building OpenSAML :: SOAP Provider API 4.0.0 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-soap-api --- +[INFO] org.opensaml:opensaml-soap-api:jar:4.0.0 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.0:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.0:compile +[INFO] +- org.opensaml:opensaml-security-api:jar:4.0.0:compile +[INFO] | +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] | +- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] | \- org.springframework:spring-core:jar:5.2.4.RELEASE:compile +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile +[INFO] +- org.opensaml:opensaml-xmlsec-api:jar:4.0.0:compile +[INFO] | \- org.apache.santuario:xmlsec:jar:2.1.4:compile +[INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile +[INFO] | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.000 s +[INFO] Finished at: 2021-02-11T09:56:58-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ------------------< org.opensaml:opensaml-soap-impl >------------------- +[INFO] Building OpenSAML :: SOAP Provider Implementations 4.0.1 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-soap-impl --- +[INFO] org.opensaml:opensaml-soap-impl:jar:4.0.1 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.1:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.1:compile +[INFO] +- org.opensaml:opensaml-profile-api:jar:4.0.1:compile +[INFO] +- org.opensaml:opensaml-soap-api:jar:4.0.1:compile +[INFO] | \- org.opensaml:opensaml-security-api:jar:4.0.1:compile +[INFO] | +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] | \- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] +- org.opensaml:opensaml-xmlsec-api:jar:4.0.1:compile +[INFO] | \- org.apache.santuario:xmlsec:jar:2.1.4:compile +[INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile +[INFO] | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:4.0.1:test +[INFO] +- org.opensaml:opensaml-profile-api:test-jar:tests:4.0.1:test +[INFO] +- org.springframework:spring-test:jar:5.2.4.RELEASE:test +[INFO] +- org.springframework:spring-web:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-beans:jar:5.2.4.RELEASE:test +[INFO] +- org.springframework:spring-core:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] +- org.xmlunit:xmlunit-matchers:jar:2.6.3:test +[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.949 s +[INFO] Finished at: 2021-02-11T09:57:00-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ------------------< org.opensaml:opensaml-soap-impl >------------------- +[INFO] Building OpenSAML :: SOAP Provider Implementations 4.0.0 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-soap-impl --- +[INFO] org.opensaml:opensaml-soap-impl:jar:4.0.0 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.0:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.0:compile +[INFO] +- org.opensaml:opensaml-profile-api:jar:4.0.0:compile +[INFO] +- org.opensaml:opensaml-soap-api:jar:4.0.0:compile +[INFO] | \- org.opensaml:opensaml-security-api:jar:4.0.0:compile +[INFO] | +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] | \- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] +- org.opensaml:opensaml-xmlsec-api:jar:4.0.0:compile +[INFO] | \- org.apache.santuario:xmlsec:jar:2.1.4:compile +[INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile +[INFO] | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:4.0.0:test +[INFO] +- org.opensaml:opensaml-profile-api:test-jar:tests:4.0.0:test +[INFO] +- org.springframework:spring-test:jar:5.2.4.RELEASE:test +[INFO] +- org.springframework:spring-web:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-beans:jar:5.2.4.RELEASE:test +[INFO] +- org.springframework:spring-core:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.948 s +[INFO] Finished at: 2021-02-11T09:57:02-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ----------------< org.opensaml:opensaml-xacml-saml-api >---------------- +[INFO] Building OpenSAML :: SAML XACML Profile API 4.0.1 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-xacml-saml-api --- +[INFO] org.opensaml:opensaml-xacml-saml-api:jar:4.0.1 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.1:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-saml-api:jar:4.0.1:compile +[INFO] | +- org.opensaml:opensaml-messaging-api:jar:4.0.1:compile +[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] | +- org.opensaml:opensaml-profile-api:jar:4.0.1:compile +[INFO] | +- org.opensaml:opensaml-security-api:jar:4.0.1:compile +[INFO] | | +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] | | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] | | +- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] | | \- org.springframework:spring-core:jar:5.2.4.RELEASE:compile +[INFO] | | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile +[INFO] | +- org.opensaml:opensaml-soap-api:jar:4.0.1:compile +[INFO] | +- org.opensaml:opensaml-xmlsec-api:jar:4.0.1:compile +[INFO] | \- org.apache.santuario:xmlsec:jar:2.1.4:compile +[INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile +[INFO] | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] +- org.opensaml:opensaml-xacml-api:jar:4.0.1:compile +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] +- org.xmlunit:xmlunit-matchers:jar:2.6.3:test +[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.982 s +[INFO] Finished at: 2021-02-11T09:57:04-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ----------------< org.opensaml:opensaml-xacml-saml-api >---------------- +[INFO] Building OpenSAML :: SAML XACML Profile API 4.0.0 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-xacml-saml-api --- +[INFO] org.opensaml:opensaml-xacml-saml-api:jar:4.0.0 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.0:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-saml-api:jar:4.0.0:compile +[INFO] | +- org.opensaml:opensaml-messaging-api:jar:4.0.0:compile +[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] | +- org.opensaml:opensaml-profile-api:jar:4.0.0:compile +[INFO] | +- org.opensaml:opensaml-security-api:jar:4.0.0:compile +[INFO] | | +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] | | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] | | +- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] | | \- org.springframework:spring-core:jar:5.2.4.RELEASE:compile +[INFO] | | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile +[INFO] | +- org.opensaml:opensaml-soap-api:jar:4.0.0:compile +[INFO] | +- org.opensaml:opensaml-xmlsec-api:jar:4.0.0:compile +[INFO] | \- org.apache.santuario:xmlsec:jar:2.1.4:compile +[INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile +[INFO] | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] +- org.opensaml:opensaml-xacml-api:jar:4.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.945 s +[INFO] Finished at: 2021-02-11T09:57:06-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ----------------< org.opensaml:opensaml-security-impl >----------------- +[INFO] Building OpenSAML :: Security Implementation 4.0.1 +[INFO] --------------------------------[ jar ]--------------------------------- +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.pom +Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.pom (1.2 kB at 4.8 kB/s) +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-security-impl --- +Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar +Progress (1): 2.7/17 kB Progress (1): 5.5/17 kB Progress (1): 8.2/17 kB Progress (1): 11/17 kB Progress (1): 14/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar (17 kB at 459 kB/s) +[INFO] org.opensaml:opensaml-security-impl:jar:4.0.1 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.1:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.1:compile +[INFO] +- org.opensaml:opensaml-security-api:jar:4.0.1:compile +[INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] | +- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] | \- org.springframework:spring-core:jar:5.2.4.RELEASE:compile +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile +[INFO] +- commons-codec:commons-codec:jar:1.14:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile (optional) +[INFO] +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile (optional) +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:4.0.1:test +[INFO] +- org.opensaml:opensaml-security-api:test-jar:tests:4.0.1:test +[INFO] +- org.ldaptive:ldaptive:jar:1.3.0:test +[INFO] | \- commons-cli:commons-cli:jar:1.4:test +[INFO] +- com.unboundid:unboundid-ldapsdk:jar:4.0.14:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] +- org.xmlunit:xmlunit-matchers:jar:2.6.3:test +[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.403 s +[INFO] Finished at: 2021-02-11T09:57:08-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ----------------< org.opensaml:opensaml-security-impl >----------------- +[INFO] Building OpenSAML :: Security Implementation 4.0.0 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-security-impl --- +[INFO] org.opensaml:opensaml-security-impl:jar:4.0.0 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.0:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.0:compile +[INFO] +- org.opensaml:opensaml-security-api:jar:4.0.0:compile +[INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] | +- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] | \- org.springframework:spring-core:jar:5.2.4.RELEASE:compile +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile +[INFO] +- commons-codec:commons-codec:jar:1.14:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile (optional) +[INFO] +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile (optional) +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:4.0.0:test +[INFO] +- org.opensaml:opensaml-security-api:test-jar:tests:4.0.0:test +[INFO] +- org.ldaptive:ldaptive:jar:1.3.0:test +[INFO] | \- commons-cli:commons-cli:jar:1.4:test +[INFO] +- com.unboundid:unboundid-ldapsdk:jar:4.0.14:test +[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.30:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.950 s +[INFO] Finished at: 2021-02-11T09:57:10-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ---------------------< org.opensaml:opensaml-bom >---------------------- +[INFO] Building OpenSAML :: BOM 4.0.1 +[INFO] --------------------------------[ pom ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-bom --- +[INFO] org.opensaml:opensaml-bom:pom:4.0.1 +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | \- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] +- org.xmlunit:xmlunit-matchers:jar:2.6.3:test +[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.935 s +[INFO] Finished at: 2021-02-11T09:57:12-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ---------------------< org.opensaml:opensaml-bom >---------------------- +[INFO] Building OpenSAML :: BOM 4.0.0 +[INFO] --------------------------------[ pom ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-bom --- +[INFO] org.opensaml:opensaml-bom:pom:4.0.0 +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | \- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.089 s +[INFO] Finished at: 2021-02-11T09:57:14-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ---------------< org.opensaml:opensaml-xacml-saml-impl >---------------- +[INFO] Building OpenSAML :: SAML XACML Profile Implementation 4.0.1 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-xacml-saml-impl --- +[INFO] org.opensaml:opensaml-xacml-saml-impl:jar:4.0.1 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.1:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-saml-api:jar:4.0.1:compile +[INFO] | +- org.opensaml:opensaml-messaging-api:jar:4.0.1:compile +[INFO] | +- org.opensaml:opensaml-profile-api:jar:4.0.1:compile +[INFO] | +- org.opensaml:opensaml-security-api:jar:4.0.1:compile +[INFO] | | +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] | | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] | | +- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] | | \- org.springframework:spring-core:jar:5.2.4.RELEASE:compile +[INFO] | | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile +[INFO] | +- org.opensaml:opensaml-soap-api:jar:4.0.1:compile +[INFO] | +- org.opensaml:opensaml-xmlsec-api:jar:4.0.1:compile +[INFO] | \- org.apache.santuario:xmlsec:jar:2.1.4:compile +[INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile +[INFO] | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] +- org.opensaml:opensaml-saml-impl:jar:4.0.1:compile +[INFO] | +- org.opensaml:opensaml-security-impl:jar:4.0.1:compile +[INFO] | +- org.opensaml:opensaml-soap-impl:jar:4.0.1:compile +[INFO] | +- org.opensaml:opensaml-storage-api:jar:4.0.1:compile +[INFO] | +- org.opensaml:opensaml-xmlsec-impl:jar:4.0.1:compile +[INFO] | +- org.apache.velocity:velocity-engine-core:jar:2.2:compile +[INFO] | | \- org.apache.commons:commons-lang3:jar:3.9:compile +[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- org.opensaml:opensaml-xacml-api:jar:4.0.1:compile +[INFO] +- org.opensaml:opensaml-xacml-saml-api:jar:4.0.1:compile +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:4.0.1:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] +- org.xmlunit:xmlunit-matchers:jar:2.6.3:test +[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.951 s +[INFO] Finished at: 2021-02-11T09:57:16-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ---------------< org.opensaml:opensaml-xacml-saml-impl >---------------- +[INFO] Building OpenSAML :: SAML XACML Profile Implementation 4.0.0 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-xacml-saml-impl --- +[INFO] org.opensaml:opensaml-xacml-saml-impl:jar:4.0.0 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.0:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-saml-api:jar:4.0.0:compile +[INFO] | +- org.opensaml:opensaml-messaging-api:jar:4.0.0:compile +[INFO] | +- org.opensaml:opensaml-profile-api:jar:4.0.0:compile +[INFO] | +- org.opensaml:opensaml-security-api:jar:4.0.0:compile +[INFO] | | +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] | | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] | | +- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] | | \- org.springframework:spring-core:jar:5.2.4.RELEASE:compile +[INFO] | | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile +[INFO] | +- org.opensaml:opensaml-soap-api:jar:4.0.0:compile +[INFO] | +- org.opensaml:opensaml-xmlsec-api:jar:4.0.0:compile +[INFO] | \- org.apache.santuario:xmlsec:jar:2.1.4:compile +[INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile +[INFO] | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] +- org.opensaml:opensaml-saml-impl:jar:4.0.0:compile +[INFO] | +- org.opensaml:opensaml-security-impl:jar:4.0.0:compile +[INFO] | +- org.opensaml:opensaml-soap-impl:jar:4.0.0:compile +[INFO] | +- org.opensaml:opensaml-storage-api:jar:4.0.0:compile +[INFO] | +- org.opensaml:opensaml-xmlsec-impl:jar:4.0.0:compile +[INFO] | +- org.apache.velocity:velocity-engine-core:jar:2.2:compile +[INFO] | | \- org.apache.commons:commons-lang3:jar:3.9:compile +[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- org.opensaml:opensaml-xacml-api:jar:4.0.0:compile +[INFO] +- org.opensaml:opensaml-xacml-saml-api:jar:4.0.0:compile +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:4.0.0:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.864 s +[INFO] Finished at: 2021-02-11T09:57:18-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -----------------< org.opensaml:opensaml-security-api >----------------- +[INFO] Building OpenSAML :: Security API 4.0.1 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-security-api --- +[INFO] org.opensaml:opensaml-security-api:jar:4.0.1 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.1:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.1:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- commons-codec:commons-codec:jar:1.14:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] +- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] +- org.springframework:spring-core:jar:5.2.4.RELEASE:compile +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile +[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:4.0.1:test +[INFO] +- org.springframework:spring-beans:jar:5.2.4.RELEASE:test +[INFO] +- org.springframework:spring-test:jar:5.2.4.RELEASE:test +[INFO] +- net.shibboleth.ext:spring-extensions:jar:6.0.0:test +[INFO] | \- org.apache.httpcomponents:httpclient-cache:jar:4.5.12:test +[INFO] +- net.shibboleth.ext:spring-extensions:test-jar:tests:6.0.0:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] +- org.xmlunit:xmlunit-matchers:jar:2.6.3:test +[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.946 s +[INFO] Finished at: 2021-02-11T09:57:20-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -----------------< org.opensaml:opensaml-security-api >----------------- +[INFO] Building OpenSAML :: Security API 4.0.0 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-security-api --- +[INFO] org.opensaml:opensaml-security-api:jar:4.0.0 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.0:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.0:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- commons-codec:commons-codec:jar:1.14:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] +- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] +- org.springframework:spring-core:jar:5.2.4.RELEASE:compile +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile +[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:4.0.0:test +[INFO] +- org.springframework:spring-beans:jar:5.2.4.RELEASE:test +[INFO] +- org.springframework:spring-test:jar:5.2.4.RELEASE:test +[INFO] +- net.shibboleth.ext:spring-extensions:jar:6.0.0:test +[INFO] | \- org.apache.httpcomponents:httpclient-cache:jar:4.5.12:test +[INFO] +- net.shibboleth.ext:spring-extensions:test-jar:tests:6.0.0:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.874 s +[INFO] Finished at: 2021-02-11T09:57:22-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ----------------< org.opensaml:opensaml-messaging-impl >---------------- +[INFO] Building OpenSAML :: Messaging Implementations 4.0.1 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-messaging-impl --- +[INFO] org.opensaml:opensaml-messaging-impl:jar:4.0.1 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.1:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.1:compile +[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:4.0.1:test +[INFO] +- org.springframework:spring-core:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:test +[INFO] +- net.shibboleth.ext:spring-extensions:jar:6.0.0:test +[INFO] | \- org.apache.httpcomponents:httpclient-cache:jar:4.5.12:test +[INFO] +- org.springframework:spring-test:jar:5.2.4.RELEASE:test +[INFO] +- org.springframework:spring-web:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-beans:jar:5.2.4.RELEASE:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] +- org.xmlunit:xmlunit-matchers:jar:2.6.3:test +[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.289 s +[INFO] Finished at: 2021-02-11T09:57:24-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ----------------< org.opensaml:opensaml-messaging-impl >---------------- +[INFO] Building OpenSAML :: Messaging Implementations 4.0.0 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-messaging-impl --- +[INFO] org.opensaml:opensaml-messaging-impl:jar:4.0.0 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.0:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.0:compile +[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:4.0.0:test +[INFO] +- org.springframework:spring-core:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:test +[INFO] +- net.shibboleth.ext:spring-extensions:jar:6.0.0:test +[INFO] | \- org.apache.httpcomponents:httpclient-cache:jar:4.5.12:test +[INFO] +- org.springframework:spring-test:jar:5.2.4.RELEASE:test +[INFO] +- org.springframework:spring-web:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-beans:jar:5.2.4.RELEASE:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.934 s +[INFO] Finished at: 2021-02-11T09:57:26-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ------------------< org.opensaml:opensaml-xmlsec-api >------------------ +[INFO] Building OpenSAML :: XML Security API 4.0.1 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-xmlsec-api --- +[INFO] org.opensaml:opensaml-xmlsec-api:jar:4.0.1 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.1:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.1:compile +[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- org.opensaml:opensaml-security-api:jar:4.0.1:compile +[INFO] | +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] | +- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] | \- org.springframework:spring-core:jar:5.2.4.RELEASE:compile +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- org.apache.santuario:xmlsec:jar:2.1.4:compile +[INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile +[INFO] | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:4.0.1:test +[INFO] +- org.opensaml:opensaml-security-api:test-jar:tests:4.0.1:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] +- org.xmlunit:xmlunit-matchers:jar:2.6.3:test +[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.964 s +[INFO] Finished at: 2021-02-11T09:57:28-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ------------------< org.opensaml:opensaml-xmlsec-api >------------------ +[INFO] Building OpenSAML :: XML Security API 4.0.0 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-xmlsec-api --- +[INFO] org.opensaml:opensaml-xmlsec-api:jar:4.0.0 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.0:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.0:compile +[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- org.opensaml:opensaml-security-api:jar:4.0.0:compile +[INFO] | +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] | +- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] | \- org.springframework:spring-core:jar:5.2.4.RELEASE:compile +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- org.apache.santuario:xmlsec:jar:2.1.4:compile +[INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile +[INFO] | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:4.0.0:test +[INFO] +- org.opensaml:opensaml-security-api:test-jar:tests:4.0.0:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.878 s +[INFO] Finished at: 2021-02-11T09:57:30-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ------------------< org.opensaml:opensaml-xacml-impl >------------------ +[INFO] Building OpenSAML :: XACML Provider Implementations 4.0.1 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-xacml-impl --- +[INFO] org.opensaml:opensaml-xacml-impl:jar:4.0.1 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.1:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-xacml-api:jar:4.0.1:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:4.0.1:test +[INFO] +- org.opensaml:opensaml-saml-impl:jar:4.0.1:test +[INFO] | +- org.opensaml:opensaml-messaging-api:jar:4.0.1:test +[INFO] | +- org.opensaml:opensaml-profile-api:jar:4.0.1:test +[INFO] | +- org.opensaml:opensaml-saml-api:jar:4.0.1:test +[INFO] | +- org.opensaml:opensaml-security-api:jar:4.0.1:test +[INFO] | | +- org.cryptacular:cryptacular:jar:1.2.4:test +[INFO] | | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:test +[INFO] | | +- org.bouncycastle:bcpkix-jdk15on:jar:1.64:test +[INFO] | | \- org.springframework:spring-core:jar:5.2.4.RELEASE:test +[INFO] | | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:test +[INFO] | +- org.opensaml:opensaml-security-impl:jar:4.0.1:test +[INFO] | +- org.opensaml:opensaml-soap-api:jar:4.0.1:test +[INFO] | +- org.opensaml:opensaml-soap-impl:jar:4.0.1:test +[INFO] | +- org.opensaml:opensaml-storage-api:jar:4.0.1:test +[INFO] | +- org.opensaml:opensaml-xmlsec-api:jar:4.0.1:test +[INFO] | +- org.opensaml:opensaml-xmlsec-impl:jar:4.0.1:test +[INFO] | +- org.apache.santuario:xmlsec:jar:2.1.4:test +[INFO] | | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:test +[INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:test +[INFO] | | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:runtime +[INFO] | | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] | | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | | \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] | +- org.apache.velocity:velocity-engine-core:jar:2.2:test +[INFO] | | \- org.apache.commons:commons-lang3:jar:3.9:test +[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.12:test +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.13:test +[INFO] +- org.opensaml:opensaml-saml-impl:test-jar:tests:4.0.1:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] +- org.xmlunit:xmlunit-matchers:jar:2.6.3:test +[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.048 s +[INFO] Finished at: 2021-02-11T09:57:32-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ------------------< org.opensaml:opensaml-xacml-impl >------------------ +[INFO] Building OpenSAML :: XACML Provider Implementations 4.0.0 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-xacml-impl --- +[INFO] org.opensaml:opensaml-xacml-impl:jar:4.0.0 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.0:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-xacml-api:jar:4.0.0:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:4.0.0:test +[INFO] +- org.opensaml:opensaml-saml-impl:jar:4.0.0:test +[INFO] | +- org.opensaml:opensaml-messaging-api:jar:4.0.0:test +[INFO] | +- org.opensaml:opensaml-profile-api:jar:4.0.0:test +[INFO] | +- org.opensaml:opensaml-saml-api:jar:4.0.0:test +[INFO] | +- org.opensaml:opensaml-security-api:jar:4.0.0:test +[INFO] | | +- org.cryptacular:cryptacular:jar:1.2.4:test +[INFO] | | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:test +[INFO] | | +- org.bouncycastle:bcpkix-jdk15on:jar:1.64:test +[INFO] | | \- org.springframework:spring-core:jar:5.2.4.RELEASE:test +[INFO] | | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:test +[INFO] | +- org.opensaml:opensaml-security-impl:jar:4.0.0:test +[INFO] | +- org.opensaml:opensaml-soap-api:jar:4.0.0:test +[INFO] | +- org.opensaml:opensaml-soap-impl:jar:4.0.0:test +[INFO] | +- org.opensaml:opensaml-storage-api:jar:4.0.0:test +[INFO] | +- org.opensaml:opensaml-xmlsec-api:jar:4.0.0:test +[INFO] | +- org.opensaml:opensaml-xmlsec-impl:jar:4.0.0:test +[INFO] | +- org.apache.santuario:xmlsec:jar:2.1.4:test +[INFO] | | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:test +[INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:test +[INFO] | | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:runtime +[INFO] | | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] | | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | | \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] | +- org.apache.velocity:velocity-engine-core:jar:2.2:test +[INFO] | | \- org.apache.commons:commons-lang3:jar:3.9:test +[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.12:test +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.13:test +[INFO] +- org.opensaml:opensaml-saml-impl:test-jar:tests:4.0.0:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.869 s +[INFO] Finished at: 2021-02-11T09:57:34-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ------------------< org.opensaml:opensaml-saml-impl >------------------- +[INFO] Building OpenSAML :: SAML Provider Implementations 4.0.1 +[INFO] --------------------------------[ jar ]--------------------------------- +Downloading from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.pom +Progress (1): 2.7/9.2 kB Progress (1): 5.5/9.2 kB Progress (1): 8.2/9.2 kB Progress (1): 9.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.pom (9.2 kB at 34 kB/s) +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-saml-impl --- +Downloading from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.jar +Progress (1): 2.7/394 kB Progress (1): 5.5/394 kB Progress (1): 8.2/394 kB Progress (1): 11/394 kB Progress (1): 14/394 kB Progress (1): 16/394 kB Progress (1): 19/394 kB Progress (1): 22/394 kB Progress (1): 25/394 kB Progress (1): 27/394 kB Progress (1): 30/394 kB Progress (1): 33/394 kB Progress (1): 36/394 kB Progress (1): 38/394 kB Progress (1): 41/394 kB Progress (1): 44/394 kB Progress (1): 47/394 kB Progress (1): 49/394 kB Progress (1): 52/394 kB Progress (1): 55/394 kB Progress (1): 58/394 kB Progress (1): 60/394 kB Progress (1): 63/394 kB Progress (1): 66/394 kB Progress (1): 69/394 kB Progress (1): 71/394 kB Progress (1): 74/394 kB Progress (1): 77/394 kB Progress (1): 80/394 kB Progress (1): 82/394 kB Progress (1): 85/394 kB Progress (1): 88/394 kB Progress (1): 90/394 kB Progress (1): 93/394 kB Progress (1): 96/394 kB Progress (1): 99/394 kB Progress (1): 101/394 kB Progress (1): 104/394 kB Progress (1): 107/394 kB Progress (1): 110/394 kB Progress (1): 112/394 kB Progress (1): 115/394 kB Progress (1): 118/394 kB Progress (1): 121/394 kB Progress (1): 123/394 kB Progress (1): 126/394 kB Progress (1): 129/394 kB Progress (1): 132/394 kB Progress (1): 134/394 kB Progress (1): 137/394 kB Progress (1): 140/394 kB Progress (1): 143/394 kB Progress (1): 145/394 kB Progress (1): 148/394 kB Progress (1): 151/394 kB Progress (1): 154/394 kB Progress (1): 156/394 kB Progress (1): 159/394 kB Progress (1): 162/394 kB Progress (1): 165/394 kB Progress (1): 167/394 kB Progress (1): 170/394 kB Progress (1): 173/394 kB Progress (1): 175/394 kB Progress (1): 178/394 kB Progress (1): 181/394 kB Progress (1): 184/394 kB Progress (1): 186/394 kB Progress (1): 189/394 kB Progress (1): 192/394 kB Progress (1): 195/394 kB Progress (1): 197/394 kB Progress (1): 200/394 kB Progress (1): 203/394 kB Progress (1): 206/394 kB Progress (1): 208/394 kB Progress (1): 211/394 kB Progress (1): 214/394 kB Progress (1): 217/394 kB Progress (1): 219/394 kB Progress (1): 222/394 kB Progress (1): 225/394 kB Progress (1): 228/394 kB Progress (1): 230/394 kB Progress (1): 233/394 kB Progress (1): 236/394 kB Progress (1): 239/394 kB Progress (1): 241/394 kB Progress (1): 244/394 kB Progress (1): 247/394 kB Progress (1): 250/394 kB Progress (1): 252/394 kB Progress (1): 255/394 kB Progress (1): 258/394 kB Progress (1): 260/394 kB Progress (1): 263/394 kB Progress (1): 266/394 kB Progress (1): 269/394 kB Progress (1): 271/394 kB Progress (1): 274/394 kB Progress (1): 277/394 kB Progress (1): 280/394 kB Progress (1): 282/394 kB Progress (1): 285/394 kB Progress (1): 288/394 kB Progress (1): 291/394 kB Progress (1): 293/394 kB Progress (1): 296/394 kB Progress (1): 299/394 kB Progress (1): 302/394 kB Progress (1): 304/394 kB Progress (1): 307/394 kB Progress (1): 310/394 kB Progress (1): 313/394 kB Progress (1): 315/394 kB Progress (1): 318/394 kB Progress (1): 321/394 kB Progress (1): 324/394 kB Progress (1): 326/394 kB Progress (1): 329/394 kB Progress (1): 332/394 kB Progress (1): 335/394 kB Progress (1): 337/394 kB Progress (1): 340/394 kB Progress (1): 343/394 kB Progress (1): 345/394 kB Progress (1): 348/394 kB Progress (1): 351/394 kB Progress (1): 354/394 kB Progress (1): 356/394 kB Progress (1): 359/394 kB Progress (1): 362/394 kB Progress (1): 365/394 kB Progress (1): 367/394 kB Progress (1): 370/394 kB Progress (1): 373/394 kB Progress (1): 376/394 kB Progress (1): 378/394 kB Progress (1): 381/394 kB Progress (1): 384/394 kB Progress (1): 387/394 kB Progress (1): 389/394 kB Progress (1): 392/394 kB Progress (1): 394 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.jar (394 kB at 3.9 MB/s) +[INFO] org.opensaml:opensaml-saml-impl:jar:4.0.1 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.1:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.1:compile +[INFO] +- org.opensaml:opensaml-profile-api:jar:4.0.1:compile +[INFO] +- org.opensaml:opensaml-saml-api:jar:4.0.1:compile +[INFO] +- org.opensaml:opensaml-security-api:jar:4.0.1:compile +[INFO] | +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] | \- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] +- org.opensaml:opensaml-security-impl:jar:4.0.1:compile +[INFO] +- org.opensaml:opensaml-soap-api:jar:4.0.1:compile +[INFO] +- org.opensaml:opensaml-soap-impl:jar:4.0.1:compile +[INFO] +- org.opensaml:opensaml-storage-api:jar:4.0.1:compile +[INFO] +- org.opensaml:opensaml-xmlsec-api:jar:4.0.1:compile +[INFO] +- org.opensaml:opensaml-xmlsec-impl:jar:4.0.1:compile +[INFO] +- commons-codec:commons-codec:jar:1.14:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.apache.santuario:xmlsec:jar:2.1.4:compile +[INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile +[INFO] | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] +- org.apache.velocity:velocity-engine-core:jar:2.2:compile +[INFO] | \- org.apache.commons:commons-lang3:jar:3.9:compile +[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided +[INFO] +- org.springframework:spring-test:jar:5.2.4.RELEASE:test +[INFO] +- org.springframework:spring-web:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-beans:jar:5.2.4.RELEASE:test +[INFO] +- org.springframework:spring-core:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:test +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:4.0.1:test +[INFO] +- org.opensaml:opensaml-storage-impl:jar:4.0.1:test +[INFO] | +- org.ldaptive:ldaptive:jar:1.3.0:test +[INFO] | | +- com.unboundid:unboundid-ldapsdk:jar:4.0.14:test +[INFO] | | \- commons-cli:commons-cli:jar:1.4:test +[INFO] | +- net.spy:spymemcached:jar:2.12.3:test +[INFO] | +- org.hibernate:hibernate-core:jar:5.4.12.Final:test +[INFO] | | +- org.jboss.logging:jboss-logging:jar:3.3.2.Final:test +[INFO] | | +- javax.persistence:javax.persistence-api:jar:2.2:test +[INFO] | | +- org.javassist:javassist:jar:3.24.0-GA:test +[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.10.7:test +[INFO] | | +- antlr:antlr:jar:2.7.7:test +[INFO] | | +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.1.1.Final:test +[INFO] | | +- org.jboss:jandex:jar:2.1.1.Final:test +[INFO] | | +- com.fasterxml:classmate:jar:1.5.1:test +[INFO] | | +- org.dom4j:dom4j:jar:2.1.1:test +[INFO] | | \- org.hibernate.common:hibernate-commons-annotations:jar:5.1.0.Final:test +[INFO] | +- org.glassfish:jakarta.json:jar:1.1.6:runtime +[INFO] | \- org.springframework:spring-orm:jar:5.2.4.RELEASE:test +[INFO] | +- org.springframework:spring-jdbc:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-tx:jar:5.2.4.RELEASE:test +[INFO] +- org.opensaml:opensaml-storage-impl:test-jar:tests:4.0.1:test +[INFO] +- org.opensaml:opensaml-xmlsec-impl:test-jar:tests:4.0.1:test +[INFO] +- org.opensaml:opensaml-messaging-api:test-jar:tests:4.0.1:test +[INFO] +- org.opensaml:opensaml-profile-api:test-jar:tests:4.0.1:test +[INFO] +- org.opensaml:opensaml-saml-api:test-jar:tests:4.0.1:test +[INFO] +- org.opensaml:opensaml-security-api:test-jar:tests:4.0.1:test +[INFO] +- net.shibboleth.ext:spring-extensions:jar:6.0.0:test +[INFO] | \- org.apache.httpcomponents:httpclient-cache:jar:4.5.12:test +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.jsoup:jsoup:jar:1.13.1:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] +- org.xmlunit:xmlunit-matchers:jar:2.6.3:test +[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.615 s +[INFO] Finished at: 2021-02-11T09:57:37-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ------------------< org.opensaml:opensaml-saml-impl >------------------- +[INFO] Building OpenSAML :: SAML Provider Implementations 4.0.0 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-saml-impl --- +[INFO] org.opensaml:opensaml-saml-impl:jar:4.0.0 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.0:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.0:compile +[INFO] +- org.opensaml:opensaml-profile-api:jar:4.0.0:compile +[INFO] +- org.opensaml:opensaml-saml-api:jar:4.0.0:compile +[INFO] +- org.opensaml:opensaml-security-api:jar:4.0.0:compile +[INFO] | +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] | \- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] +- org.opensaml:opensaml-security-impl:jar:4.0.0:compile +[INFO] +- org.opensaml:opensaml-soap-api:jar:4.0.0:compile +[INFO] +- org.opensaml:opensaml-soap-impl:jar:4.0.0:compile +[INFO] +- org.opensaml:opensaml-storage-api:jar:4.0.0:compile +[INFO] +- org.opensaml:opensaml-xmlsec-api:jar:4.0.0:compile +[INFO] +- org.opensaml:opensaml-xmlsec-impl:jar:4.0.0:compile +[INFO] +- commons-codec:commons-codec:jar:1.14:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.apache.santuario:xmlsec:jar:2.1.4:compile +[INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile +[INFO] | | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] +- org.apache.velocity:velocity-engine-core:jar:2.2:compile +[INFO] | \- org.apache.commons:commons-lang3:jar:3.9:compile +[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] +- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:provided +[INFO] +- org.springframework:spring-test:jar:5.2.4.RELEASE:test +[INFO] +- org.springframework:spring-web:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-beans:jar:5.2.4.RELEASE:test +[INFO] +- org.springframework:spring-core:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:test +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:4.0.0:test +[INFO] +- org.opensaml:opensaml-storage-impl:jar:4.0.0:test +[INFO] | +- org.ldaptive:ldaptive:jar:1.3.0:test +[INFO] | | +- com.unboundid:unboundid-ldapsdk:jar:4.0.14:test +[INFO] | | \- commons-cli:commons-cli:jar:1.4:test +[INFO] | +- net.spy:spymemcached:jar:2.12.3:test +[INFO] | +- org.hibernate:hibernate-core:jar:5.4.12.Final:test +[INFO] | | +- org.jboss.logging:jboss-logging:jar:3.3.2.Final:test +[INFO] | | +- javax.persistence:javax.persistence-api:jar:2.2:test +[INFO] | | +- org.javassist:javassist:jar:3.24.0-GA:test +[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.10.7:test +[INFO] | | +- antlr:antlr:jar:2.7.7:test +[INFO] | | +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.1.1.Final:test +[INFO] | | +- org.jboss:jandex:jar:2.1.1.Final:test +[INFO] | | +- com.fasterxml:classmate:jar:1.5.1:test +[INFO] | | +- org.dom4j:dom4j:jar:2.1.1:test +[INFO] | | \- org.hibernate.common:hibernate-commons-annotations:jar:5.1.0.Final:test +[INFO] | +- org.glassfish:jakarta.json:jar:1.1.6:runtime +[INFO] | \- org.springframework:spring-orm:jar:5.2.4.RELEASE:test +[INFO] | +- org.springframework:spring-jdbc:jar:5.2.4.RELEASE:test +[INFO] | \- org.springframework:spring-tx:jar:5.2.4.RELEASE:test +[INFO] +- org.opensaml:opensaml-storage-impl:test-jar:tests:4.0.0:test +[INFO] +- org.opensaml:opensaml-xmlsec-impl:test-jar:tests:4.0.0:test +[INFO] +- org.opensaml:opensaml-messaging-api:test-jar:tests:4.0.0:test +[INFO] +- org.opensaml:opensaml-profile-api:test-jar:tests:4.0.0:test +[INFO] +- org.opensaml:opensaml-saml-api:test-jar:tests:4.0.0:test +[INFO] +- org.opensaml:opensaml-security-api:test-jar:tests:4.0.0:test +[INFO] +- net.shibboleth.ext:spring-extensions:jar:6.0.0:test +[INFO] | \- org.apache.httpcomponents:httpclient-cache:jar:4.5.12:test +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.jsoup:jsoup:jar:1.13.1:test +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.053 s +[INFO] Finished at: 2021-02-11T09:57:39-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -----------------< org.opensaml:opensaml-xmlsec-impl >------------------ +[INFO] Building OpenSAML :: XML Security Implementation 4.0.1 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-xmlsec-impl --- +[INFO] org.opensaml:opensaml-xmlsec-impl:jar:4.0.1 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.1:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.1:compile +[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- org.opensaml:opensaml-security-api:jar:4.0.1:compile +[INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] | +- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] | \- org.springframework:spring-core:jar:5.2.4.RELEASE:compile +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile +[INFO] +- org.opensaml:opensaml-xmlsec-api:jar:4.0.1:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- org.apache.santuario:xmlsec:jar:2.1.4:compile +[INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] +- org.opensaml:opensaml-security-impl:jar:4.0.1:compile +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:4.0.1:test +[INFO] +- org.opensaml:opensaml-security-api:test-jar:tests:4.0.1:test +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:test +[INFO] | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] +- org.xmlunit:xmlunit-matchers:jar:2.6.3:test +[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.132 s +[INFO] Finished at: 2021-02-11T09:57:41-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] -----------------< org.opensaml:opensaml-xmlsec-impl >------------------ +[INFO] Building OpenSAML :: XML Security Implementation 4.0.0 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-xmlsec-impl --- +[INFO] org.opensaml:opensaml-xmlsec-impl:jar:4.0.0 +[INFO] +- org.opensaml:opensaml-core:jar:4.0.0:compile +[INFO] | +- commons-codec:commons-codec:jar:1.14:compile +[INFO] | \- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- org.opensaml:opensaml-messaging-api:jar:4.0.0:compile +[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.12:compile +[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile +[INFO] +- org.opensaml:opensaml-security-api:jar:4.0.0:compile +[INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.64:compile +[INFO] | +- org.bouncycastle:bcpkix-jdk15on:jar:1.64:compile +[INFO] | \- org.springframework:spring-core:jar:5.2.4.RELEASE:compile +[INFO] | \- org.springframework:spring-jcl:jar:5.2.4.RELEASE:compile +[INFO] +- org.opensaml:opensaml-xmlsec-api:jar:4.0.0:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- org.apache.santuario:xmlsec:jar:2.1.4:compile +[INFO] | +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile +[INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile +[INFO] | \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:runtime +[INFO] | +- org.glassfish.jaxb:txw2:jar:2.3.2:runtime +[INFO] | +- com.sun.istack:istack-commons-runtime:jar:3.0.8:runtime +[INFO] | +- org.jvnet.staxex:stax-ex:jar:1.8.1:runtime +[INFO] | \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.16:runtime +[INFO] +- org.cryptacular:cryptacular:jar:1.2.4:compile +[INFO] +- org.opensaml:opensaml-security-impl:jar:4.0.0:compile +[INFO] +- org.opensaml:opensaml-core:test-jar:tests:4.0.0:test +[INFO] +- org.opensaml:opensaml-security-api:test-jar:tests:4.0.0:test +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:test +[INFO] | \- jakarta.activation:jakarta.activation-api:jar:1.2.2:provided +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.921 s +[INFO] Finished at: 2021-02-11T09:57:44-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ---------------------< org.opensaml:opensaml-core >--------------------- +[INFO] Building OpenSAML :: Core 4.0.1 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-core --- +[INFO] org.opensaml:opensaml-core:jar:4.0.1 +[INFO] +- commons-codec:commons-codec:jar:1.14:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] +- org.xmlunit:xmlunit-matchers:jar:2.6.3:test +[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.855 s +[INFO] Finished at: 2021-02-11T09:57:45-05:00 +[INFO] ------------------------------------------------------------------------ +[INFO] Scanning for projects... +[INFO] +[INFO] ---------------------< org.opensaml:opensaml-core >--------------------- +[INFO] Building OpenSAML :: Core 4.0.0 +[INFO] --------------------------------[ jar ]--------------------------------- +[INFO] +[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ opensaml-core --- +[INFO] org.opensaml:opensaml-core:jar:4.0.0 +[INFO] +- commons-codec:commons-codec:jar:1.14:compile +[INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile +[INFO] +- com.google.guava:guava:jar:28.2-jre:compile +[INFO] | +- com.google.guava:failureaccess:jar:1.0.1:compile +[INFO] | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile +[INFO] | +- org.checkerframework:checker-qual:jar:2.10.0:compile +[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.3.4:compile +[INFO] | \- com.google.j2objc:j2objc-annotations:jar:1.3:compile +[INFO] +- io.dropwizard.metrics:metrics-core:jar:4.1.4:compile +[INFO] +- net.shibboleth.utilities:java-support:jar:8.0.0:compile +[INFO] +- net.shibboleth.utilities:java-support:test-jar:tests:8.0.0:test +[INFO] +- org.xmlunit:xmlunit-legacy:jar:2.6.3:test +[INFO] | +- org.xmlunit:xmlunit-core:jar:2.6.3:test +[INFO] | \- junit:junit:jar:3.8.1:test +[INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile +[INFO] +- ch.qos.logback:logback-classic:jar:1.2.3:test +[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:runtime +[INFO] +- org.testng:testng:jar:7.1.0:test +[INFO] | +- com.beust:jcommander:jar:1.78:test +[INFO] | +- com.google.inject:guice:jar:no_aop:4.1.0:test +[INFO] | | +- javax.inject:javax.inject:jar:1:test +[INFO] | | \- aopalliance:aopalliance:jar:1.0:test +[INFO] | \- org.yaml:snakeyaml:jar:1.21:test +[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.30:test +[INFO] \- org.slf4j:log4j-over-slf4j:jar:1.7.30:test +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 0.843 s +[INFO] Finished at: 2021-02-11T09:57:47-05:00 +[INFO] ------------------------------------------------------------------------ diff --git a/opensaml-4.0.1/central/removeRepos.xsl b/opensaml-4.0.1/central/removeRepos.xsl new file mode 100644 index 0000000000..391e7ab593 --- /dev/null +++ b/opensaml-4.0.1/central/removeRepos.xsl @@ -0,0 +1,14 @@ + + + + + + + + + + + + + diff --git a/elasticsearch-client-6.6.2/pom.xml b/opensaml-4.0.1/pom.xml similarity index 55% rename from elasticsearch-client-6.6.2/pom.xml rename to opensaml-4.0.1/pom.xml index 59a834b4b8..d1a5e153ba 100644 --- a/elasticsearch-client-6.6.2/pom.xml +++ b/opensaml-4.0.1/pom.xml @@ -29,11 +29,11 @@ org.apache.servicemix.bundles - org.apache.servicemix.bundles.elasticsearch-client - 6.6.2_2-SNAPSHOT + org.apache.servicemix.bundles.opensaml + 4.0.1_3-SNAPSHOT bundle - Apache ServiceMix :: Bundles :: elasticsearch-client - This OSGi bundle wraps elasticsearch-client ${pkgVersion} jar files. + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git @@ -43,65 +43,98 @@ - org.elasticsearch.client - 6.6.2 + org.opensaml + opensaml + 4.0.1 - org.elasticsearch.client;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.client.sniff;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.transport.client;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.client.transport;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.client.support;version="${pkgVersion}";-split-package:=merge-first, - org.elasticsearch.client.node;version="${pkgVersion}";-split-package:=merge-first + org.opensaml*;version="${pkgVersion}";-split-package:=merge-first, + net.shibboleth.utilities*;version="${pkgVersion}";-split-package:=merge-first - + javax.servlet;resolution:=optional, + javax.servlet.http;resolution:=optional, + org.bouncycastle*;resolution:=optional, + org.apache.velocity*;resolution:=optional, + org.joda.time*;version="[2.2,3)", + org.cryptacular*;resolution:=optional, + org.apache.http*;resolution:=optional, + com.beust.jcommander*;resolution:=optional, + javax.annotation;version="[3,4);resolution:=optional", + com.google.common*;version="0.0.0", + * + + schema;-split-package:=merge-first, + templates;-split-package:=merge-first, + net.shibboleth.utilities.java.support* + - ${pkgGroupId} - elasticsearch-rest-client + opensaml-core ${pkgVersion} ${pkgGroupId} - elasticsearch-rest-client-sniffer + opensaml-profile-api ${pkgVersion} ${pkgGroupId} - elasticsearch-rest-high-level-client + opensaml-saml-api ${pkgVersion} ${pkgGroupId} - transport + opensaml-xmlsec-api ${pkgVersion} - - ${pkgGroupId} - elasticsearch-rest-client + opensaml-security-impl ${pkgVersion} - sources ${pkgGroupId} - elasticsearch-rest-client-sniffer + opensaml-security-api ${pkgVersion} - sources ${pkgGroupId} - elasticsearch-rest-high-level-client + opensaml-xmlsec-impl + ${pkgVersion} + + + ${pkgGroupId} + opensaml-xacml-impl ${pkgVersion} - sources ${pkgGroupId} - transport + opensaml-xacml-api + ${pkgVersion} + + + ${pkgGroupId} + opensaml-saml-impl + ${pkgVersion} + + + ${pkgGroupId} + opensaml-xacml-saml-impl + ${pkgVersion} + + + ${pkgGroupId} + opensaml-xacml-saml-api + ${pkgVersion} + + + + + ${pkgGroupId} + opensaml-core ${pkgVersion} sources @@ -121,38 +154,20 @@ - ${pkgGroupId}:elasticsearch-rest-client - ${pkgGroupId}:elasticsearch-rest-client-sniffer - ${pkgGroupId}:elasticsearch-rest-high-level-client - ${pkgGroupId}:transport + ${pkgGroupId}:* - ${pkgGroupId}:elasticsearch-rest-client - - **/* - - - - ${pkgGroupId}:elasticsearch-rest-client-sniffer + ${pkgGroupId}:${pkgArtifactId} - **/* - - - - ${pkgGroupId}:elasticsearch-rest-high-level-client - - **/* - - - - ${pkgGroupId}:transport - - **/* + **/*.java + + + true true @@ -161,4 +176,14 @@ + + + + + diff --git a/opensaml-4.0.1/src/main/resources/OSGI-INF/bundle.info b/opensaml-4.0.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..079b28bede --- /dev/null +++ b/opensaml-4.0.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,12 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + OpenSAML is a set of open source Java libraries meant to support developers working with the Security Assertion + Markup Language (SAML). OpenSAML 1, supports SAML 1.0 and 1.1, but is not compatible with OpenSAML 2. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttps://spaces.internet2.edu/display/OpenSAML/Home\u001B[0m \ No newline at end of file diff --git a/opensearch-2.11.1/pom.xml b/opensearch-2.11.1/pom.xml new file mode 100644 index 0000000000..93eb13cc57 --- /dev/null +++ b/opensearch-2.11.1/pom.xml @@ -0,0 +1,134 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.opensearch + bundle + 2.11.1_2-SNAPSHOT + Apache ServiceMix :: Bundles :: Opensearch + + This OSGi bundle wraps opensearch, opensearch-rest-client, opensearch-rest-client-sniffer, opensearch-rest-high-level-client jar files. + + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + 2.11.1 + 2.11.1.1 + + org.opensearch + + + + + + + + org.opensearch + opensearch + ${pkgVersion} + + + org.opensearch.client + opensearch-rest-client + ${pkgVersion} + + + org.opensearch.client + opensearch-rest-client-sniffer + ${pkgVersion} + + + org.opensearch.client + opensearch-rest-high-level-client + ${pkgVersion} + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + org.opensearch:opensearch + org.opensearch.client:opensearch-rest-client + org.opensearch.client:opensearch-rest-client-sniffer + org.opensearch.client:opensearch-rest-high-level-client + + + + + org.opensearch:opensearch + + ** + + + + org.opensearch.client:opensearch-rest-client + + ** + + + + org.opensearch.client:opensearch-rest-client-sniffer + + ** + + + + org.opensearch.client:opensearch-rest-high-level-client + + ** + + + + true + true + + + + + + + diff --git a/orbitz-consul-client-1.2.5/pom.xml b/orbitz-consul-client-1.5.3/pom.xml similarity index 96% rename from orbitz-consul-client-1.2.5/pom.xml rename to orbitz-consul-client-1.5.3/pom.xml index ca61655fde..bb523a0f32 100644 --- a/orbitz-consul-client-1.2.5/pom.xml +++ b/orbitz-consul-client-1.5.3/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.orbitz-consul-client - 1.2.5_2-SNAPSHOT + 1.5.3_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,7 @@ com.orbitz.consul consul-client - 1.2.5 + 1.5.3 com.orbitz.consul.*;-noimport:=true @@ -115,7 +115,7 @@ central bintray - http://jcenter.bintray.com + https://jcenter.bintray.com diff --git a/orbitz-consul-client-1.2.5/src/main/resources/OSGI-INF/bundle.info b/orbitz-consul-client-1.5.3/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from orbitz-consul-client-1.2.5/src/main/resources/OSGI-INF/bundle.info rename to orbitz-consul-client-1.5.3/src/main/resources/OSGI-INF/bundle.info diff --git a/poi-4.0.1/pom.xml b/poi-5.2.3/pom.xml similarity index 79% rename from poi-4.0.1/pom.xml rename to poi-5.2.3/pom.xml index d44def5876..c78277bb41 100644 --- a/poi-4.0.1/pom.xml +++ b/poi-5.2.3/pom.xml @@ -24,31 +24,31 @@ org.apache.servicemix.bundles bundles-pom - 14 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.poi - 4.0.1_4-SNAPSHOT + 5.2.3_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps poi, poi-ooxml, poi-ooxml-schemas and poi-scratchpad ${pkgVersion} jar files. + This OSGi bundle wraps poi, poi-ooxml, and poi-scratchpad ${pkgVersion} jar files. scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD + HEAD org.apache.poi poi - 4.0.1 - 1.4 + 5.2.3 + 5.2.3.1 org.etsi.uri.x01903.v13;version=${pkgVersion};-split-package:=merge-first, org.openxmlformats.schemas.drawingml.x2006.chart;version=${pkgVersion};-split-package:=merge-first, @@ -86,16 +86,20 @@ org.xml.sax*, - org.w3c.dom*, + org.xml.sax.ext, javax.xml.*, org.apache.xmlbeans.*, org.apache.commons.collections4.*, org.apache.commons.math3.*, org.apache.commons.compress.*, - org.apache.xmlbeans.impl.schema, + org.apache.logging.*, org.bouncycastle.*;resolution:=optional, org.apache.jcp.xml.dsig.internal.dom;resolution:=optional, - org.apache.xml.security.*;resolution:=optional + org.apache.xml.security.*;resolution:=optional, + org.apache.batik.*;resolution:=optional, + javax.imageio.*;resolution:=optional, + org.apache.xmlbeans.impl.schema*, + org.w3c.dom*;resolution:=optional com.graphbuilder*;-split-package:=merge-first, @@ -129,6 +133,7 @@ org.apache.commons + true ${pkgGroupId} @@ -140,17 +145,7 @@ org.apache.poi - - - ${pkgGroupId} - poi-ooxml-schemas - ${pkgVersion} - - - xmlbeans - org.apache.xmlbeans - - + true ${pkgGroupId} @@ -165,10 +160,6 @@ commons-compress org.apache.commons - - poi-ooxml-schemas - org.apache.poi - curvesapi com.github.virtuald @@ -178,22 +169,12 @@ org.apache.poi - - - ${pkgGroupId} - ooxml-schemas - ${ooxmlVersion} - - - xmlbeans - org.apache.xmlbeans - - + true com.github.virtuald curvesapi - 1.05 + 1.06 false @@ -217,7 +198,7 @@ org.apache.commons - false + true ${pkgGroupId} @@ -230,7 +211,7 @@ org.apache.poi - false + true ${pkgGroupId} @@ -250,25 +231,8 @@ poi org.apache.poi - - poi-ooxml-schemas - org.apache.poi - - - false - - - ${pkgGroupId} - ooxml-schemas - 1.4 - sources - - - xmlbeans - org.apache.xmlbeans - - false + true com.github.virtuald @@ -296,46 +260,44 @@ *:*:*:sources ${project.groupId}:${project.artifactId}:*:sources + org.apache.logging.log4j:* - + ${pkgGroupId}:poi - - ** - - + + META-INF/services/** + + ${pkgGroupId}:poi-scratchpad - - ** - + + META-INF/services/** + ${pkgGroupId}:poi-ooxml - - ** - + + META-INF/services/** + - - ${pkgGroupId}:poi-ooxml-schemas - - ** - - - - ${pkgGroupId}:ooxml-schemas - - ** - + + ${pkgGroupId}:poi-ooxml-lite + + META-INF/services/** + com.github.virtuald:curvesapi - - ** - + + META-INF/services/** + + + + false false diff --git a/poi-4.0.1/src/main/resources/OSGI-INF/bundle.info b/poi-5.2.3/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from poi-4.0.1/src/main/resources/OSGI-INF/bundle.info rename to poi-5.2.3/src/main/resources/OSGI-INF/bundle.info diff --git a/pom.xml b/pom.xml index e30f751d5b..572d5892dd 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,3 @@ - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 14 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.pulsar-client-admin - 2.2.0_1-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - - - - org.apache.pulsar - pulsar-client-admin - 2.2.0 - - org.apache.pulsar - - - - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - sources - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:${pkgArtifactId} - - - - - ${pkgGroupId}:${pkgArtifactId} - - **/* - - - - true - true - - - - - - - diff --git a/pulsar-client-admin-2.2.1/src/main/resources/OSGI-INF/bundle.info b/pulsar-client-admin-2.2.1/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index c2b2126aee..0000000000 --- a/pulsar-client-admin-2.2.1/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,39 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Apache Pulsar is an open-source distributed pub-sub messaging system originally created at Yahoo and now part - of the Apache Software Foundation. - - * Pulsar Functions - Easily deploy lightweight compute logic using developer-friendly APIs without needing to run your own stream processing engine - - * Proven in production - Pulsar has run in production at Yahoo scale for over 3 years, with millions of messages per second across millions of topics - - * Horizontally scalable - Seamlessly expand capacity to hundreds of nodes - - * Low latency with durability - Designed for low publish latency (< 5ms) at scale with strong durability guarantees - - * Geo-replication - Designed for configurable replication between data centers across multiple geographic regions - - * Multi-tenancy - Built from the ground up as a multi-tenant system. Supports isolation, authentication, authorization and quotas - - * Persistent storage - Persistent message storage based on Apache BookKeeper. Provides IO-level isolation between write and read operations - - * Client libraries - Flexible messaging models with high-level APIs for Java, C++, Python and GO - - * Operability - REST Admin API for provisioning, administration, tools and monitoring. Deploy on bare metal or Kubernetes - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://pulsar.apache.org/\u001B[0m diff --git a/pulsar-client-admin-2.3.0/src/main/resources/OSGI-INF/bundle.info b/pulsar-client-admin-2.3.0/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index c2b2126aee..0000000000 --- a/pulsar-client-admin-2.3.0/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,39 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Apache Pulsar is an open-source distributed pub-sub messaging system originally created at Yahoo and now part - of the Apache Software Foundation. - - * Pulsar Functions - Easily deploy lightweight compute logic using developer-friendly APIs without needing to run your own stream processing engine - - * Proven in production - Pulsar has run in production at Yahoo scale for over 3 years, with millions of messages per second across millions of topics - - * Horizontally scalable - Seamlessly expand capacity to hundreds of nodes - - * Low latency with durability - Designed for low publish latency (< 5ms) at scale with strong durability guarantees - - * Geo-replication - Designed for configurable replication between data centers across multiple geographic regions - - * Multi-tenancy - Built from the ground up as a multi-tenant system. Supports isolation, authentication, authorization and quotas - - * Persistent storage - Persistent message storage based on Apache BookKeeper. Provides IO-level isolation between write and read operations - - * Client libraries - Flexible messaging models with high-level APIs for Java, C++, Python and GO - - * Operability - REST Admin API for provisioning, administration, tools and monitoring. Deploy on bare metal or Kubernetes - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://pulsar.apache.org/\u001B[0m diff --git a/pulsar-client-admin-2.2.1/pom.xml b/pulsar-client-admin-3.2.0/pom.xml similarity index 95% rename from pulsar-client-admin-2.2.1/pom.xml rename to pulsar-client-admin-3.2.0/pom.xml index 9efd1a5e32..09aad89525 100644 --- a/pulsar-client-admin-2.2.1/pom.xml +++ b/pulsar-client-admin-3.2.0/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.pulsar-client-admin - 2.2.1_1-SNAPSHOT + 3.2.0_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -39,12 +39,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.apache.pulsar pulsar-client-admin - 2.2.1 + 3.2.0 + 3.2.0.1 org.apache.pulsar diff --git a/pulsar-client-admin-2.2.0/src/main/resources/OSGI-INF/bundle.info b/pulsar-client-admin-3.2.0/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from pulsar-client-admin-2.2.0/src/main/resources/OSGI-INF/bundle.info rename to pulsar-client-admin-3.2.0/src/main/resources/OSGI-INF/bundle.info diff --git a/qpid-6.3.3/pom.xml b/qpid-6.4.0/pom.xml similarity index 96% rename from qpid-6.3.3/pom.xml rename to qpid-6.4.0/pom.xml index 7c116388ad..fae09d3a02 100644 --- a/qpid-6.3.3/pom.xml +++ b/qpid-6.4.0/pom.xml @@ -24,14 +24,14 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.qpid bundle - 6.3.3_2-SNAPSHOT + 6.4.0_2-SNAPSHOT Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps qpid-common and qpid-client ${pkgVersion} jar files. @@ -45,9 +45,9 @@ org.apache.qpid qpid - 6.3.3 + 6.4.0 - org.apache.qpid.proton*;version=0.31.0, + org.apache.qpid.proton*;version=0.33.5, org.apache.qpid*;version=${pkgVersion} @@ -75,7 +75,7 @@ ${pkgGroupId} proton-j - 0.31.0 + 0.33.5 @@ -88,7 +88,7 @@ ${pkgGroupId} proton-j - 0.31.0 + 0.33.5 sources diff --git a/qpid-6.3.3/src/main/resources/OSGI-INF/bundle.info b/qpid-6.4.0/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from qpid-6.3.3/src/main/resources/OSGI-INF/bundle.info rename to qpid-6.4.0/src/main/resources/OSGI-INF/bundle.info diff --git a/quartz-2.3.1/pom.xml b/quartz-2.3.2/pom.xml similarity index 98% rename from quartz-2.3.1/pom.xml rename to quartz-2.3.2/pom.xml index 6d044937b0..172e52c261 100644 --- a/quartz-2.3.1/pom.xml +++ b/quartz-2.3.2/pom.xml @@ -30,7 +30,7 @@ org.apache.servicemix.bundles org.apache.servicemix.bundles.quartz - 2.3.1_2-SNAPSHOT + 2.3.2_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: quartz This OSGi bundle wraps quartz, quartz-jobs ${pkgVersion} jar file. @@ -44,7 +44,7 @@ org.quartz-scheduler - 2.3.1 + 2.3.2 org.quartz diff --git a/quartz-2.3.1/src/main/resources/OSGI-INF/bundle.info b/quartz-2.3.2/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from quartz-2.3.1/src/main/resources/OSGI-INF/bundle.info rename to quartz-2.3.2/src/main/resources/OSGI-INF/bundle.info diff --git a/reflections-0.9.11/pom.xml b/reflections-0.9.12/pom.xml similarity index 96% rename from reflections-0.9.11/pom.xml rename to reflections-0.9.12/pom.xml index 6e7bc4fdfd..5a90ece0a4 100644 --- a/reflections-0.9.11/pom.xml +++ b/reflections-0.9.12/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.reflections - 0.9.11_3-SNAPSHOT + 0.9.12_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -39,13 +39,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD + HEAD org.reflections reflections - 0.9.11 + 0.9.12 org.reflections @@ -119,6 +119,12 @@ 4.3.1 + + com.google.guava + guava + 20.0 + + javax.servlet servlet-api diff --git a/reflections-0.9.11/src/main/java/org/reflections/Vfs.java b/reflections-0.9.12/src/main/java/org/reflections/Vfs.java similarity index 100% rename from reflections-0.9.11/src/main/java/org/reflections/Vfs.java rename to reflections-0.9.12/src/main/java/org/reflections/Vfs.java diff --git a/reflections-0.9.11/src/main/resources/OSGI-INF/bundle.info b/reflections-0.9.12/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from reflections-0.9.11/src/main/resources/OSGI-INF/bundle.info rename to reflections-0.9.12/src/main/resources/OSGI-INF/bundle.info diff --git a/restlet-1.1.10/pom.xml b/restlet-1.1.10/pom.xml index 30378edf78..624276708f 100644 --- a/restlet-1.1.10/pom.xml +++ b/restlet-1.1.10/pom.xml @@ -64,7 +64,7 @@ reslet.m2 Restlet Maven2 Repository - http://maven.restlet.org + https://maven.restlet.org diff --git a/retrofit-2.5.0/pom.xml b/retrofit-2.9.0/pom.xml similarity index 99% rename from retrofit-2.5.0/pom.xml rename to retrofit-2.9.0/pom.xml index 8af0d11f09..862f9eceda 100644 --- a/retrofit-2.5.0/pom.xml +++ b/retrofit-2.9.0/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.retrofit - 2.5.0_2-SNAPSHOT + 2.9.0_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,7 @@ com.squareup.retrofit2 retrofit - 2.5.0 + 2.9.0 retrofit2 @@ -59,6 +59,7 @@ com.google.common.util.concurrent.*;resolution:=optional, com.squareup.wire.*;resolution:=optional, com.squareup.moshi.*;resolution:=optional, + kotlin.*;resolution:=optional, org.simpleframework.*;resolution:=optional, rx.*;resolution:=optional, io.reactivex.*;resolution:=optional, diff --git a/retrofit-2.5.0/src/main/resources/OSGI-INF/bundle.info b/retrofit-2.9.0/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from retrofit-2.5.0/src/main/resources/OSGI-INF/bundle.info rename to retrofit-2.9.0/src/main/resources/OSGI-INF/bundle.info diff --git a/rhino-1.7.10/pom.xml b/rhino-1.7.14/pom.xml similarity index 75% rename from rhino-1.7.10/pom.xml rename to rhino-1.7.14/pom.xml index d2ba0c04f8..cc033c870f 100644 --- a/rhino-1.7.10/pom.xml +++ b/rhino-1.7.14/pom.xml @@ -24,16 +24,16 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.rhino - 1.7.10_2-SNAPSHOT + 1.7.14_3-SNAPSHOT bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + Apache ServiceMix :: Bundles :: rhino + This OSGi bundle wraps rhino and rhino-engine ${pkgVersion} jar files. scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git @@ -44,15 +44,13 @@ org.mozilla - rhino - 1.7.10 + 1.7.14 org.mozilla javax.swing*;resolution:=optional, javax.xml*;resolution:=optional, - org.apache.xmlbeans*;resolution:=optional, org.w3c*;resolution:=optional, org.xml*;resolution:=optional @@ -62,14 +60,25 @@ ${pkgGroupId} - ${pkgArtifactId} + rhino + ${pkgVersion} + + + ${pkgGroupId} + rhino-engine ${pkgVersion} ${pkgGroupId} - ${pkgArtifactId} + rhino + ${pkgVersion} + sources + + + ${pkgGroupId} + rhino-engine ${pkgVersion} sources @@ -89,12 +98,19 @@ - ${pkgGroupId}:${pkgArtifactId} + ${pkgGroupId}:rhino + ${pkgGroupId}:rhino-engine - ${pkgGroupId}:${pkgArtifactId} + ${pkgGroupId}:rhino + + ** + + + + ${pkgGroupId}:rhino-engine ** diff --git a/rhino-1.7.10/src/main/resources/OSGI-INF/bundle.info b/rhino-1.7.14/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from rhino-1.7.10/src/main/resources/OSGI-INF/bundle.info rename to rhino-1.7.14/src/main/resources/OSGI-INF/bundle.info diff --git a/rome-1.0/pom.xml b/rome-1.0/pom.xml index 5565fd834b..1add5f39a9 100644 --- a/rome-1.0/pom.xml +++ b/rome-1.0/pom.xml @@ -55,7 +55,7 @@ java.net Java.net Maven Repository - http://download.java.net/maven/2 + https://download.java.net/maven/2 diff --git a/saxon-9.9.1-2/pom.xml b/saxon-10.6/pom.xml similarity index 98% rename from saxon-9.9.1-2/pom.xml rename to saxon-10.6/pom.xml index 3a7df779fd..5291c6834b 100644 --- a/saxon-9.9.1-2/pom.xml +++ b/saxon-10.6/pom.xml @@ -31,7 +31,7 @@ org.apache.servicemix.bundles org.apache.servicemix.bundles.saxon bundle - 9.9.1-2_2-SNAPSHOT + 10.6_2-SNAPSHOT Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps saxon he ${pkgVersion} jar files. @@ -45,7 +45,7 @@ net.sf.saxon Saxon-HE - 9.9.1-2 + 10.6 net.sf.saxon diff --git a/saxon-9.9.1-2/src/main/resources/OSGI-INF/bundle.info b/saxon-10.6/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from saxon-9.9.1-2/src/main/resources/OSGI-INF/bundle.info rename to saxon-10.6/src/main/resources/OSGI-INF/bundle.info diff --git a/saxon-11.5/pom.xml b/saxon-11.5/pom.xml new file mode 100644 index 0000000000..e03c3fbc42 --- /dev/null +++ b/saxon-11.5/pom.xml @@ -0,0 +1,133 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.saxon + bundle + 11.5_2-SNAPSHOT + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps saxon he ${pkgVersion} jar files. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + net.sf.saxon + Saxon-HE + 11.5 + 11.5.1 + + net.sf.saxon + + + javax.xml, + javax.xml.datatype, + javax.xml.namespace, + javax.xml.parsers, + javax.xml.stream, + javax.xml.stream.events, + javax.xml.transform, + javax.xml.transform.dom, + javax.xml.transform.sax, + javax.xml.transform.stream, + javax.xml.transform.stax, + javax.xml.xpath, + javax.xml.xquery;resolution:=optional, + com.saxonica.functions.map;resolution:=optional, + com.saxonica.stream;resolution:=optional, + org.xmlresolver*, + org.w3c.dom, + org.xml.sax, + org.xml.sax.ext, + org.xml.sax.helpers + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + *.xml + *.xsl + *.properties + META-INF/services/** + w3c/** + + + + true + false + true + + + + + + + diff --git a/saxon-11.5/src/main/resources/OSGI-INF/bundle.info b/saxon-11.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..f5289b4462 --- /dev/null +++ b/saxon-11.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,13 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URLs: + \u001B[33mmvn:${pkgGroupId}/saxon9he/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Saxon is a XSLT and XQuery processor. + + It supports XSLT 2.0 and XPath 2.0, and XQuery 1.0. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://saxon.sourceforge.net/\u001B[0m diff --git a/saxon-12.4/pom.xml b/saxon-12.4/pom.xml new file mode 100644 index 0000000000..44101a0ec8 --- /dev/null +++ b/saxon-12.4/pom.xml @@ -0,0 +1,133 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.saxon + bundle + 12.4_2-SNAPSHOT + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps saxon he ${pkgVersion} jar files. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + net.sf.saxon + Saxon-HE + 12.4 + 12.4.1 + + net.sf.saxon + + + javax.xml, + javax.xml.datatype, + javax.xml.namespace, + javax.xml.parsers, + javax.xml.stream, + javax.xml.stream.events, + javax.xml.transform, + javax.xml.transform.dom, + javax.xml.transform.sax, + javax.xml.transform.stream, + javax.xml.transform.stax, + javax.xml.xpath, + javax.xml.xquery;resolution:=optional, + com.saxonica.functions.map;resolution:=optional, + com.saxonica.stream;resolution:=optional, + org.xmlresolver*, + org.w3c.dom, + org.xml.sax, + org.xml.sax.ext, + org.xml.sax.helpers + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + *.xml + *.xsl + *.properties + META-INF/services/** + w3c/** + + + + true + false + true + + + + + + + diff --git a/saxon-12.4/src/main/resources/OSGI-INF/bundle.info b/saxon-12.4/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..f5289b4462 --- /dev/null +++ b/saxon-12.4/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,13 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URLs: + \u001B[33mmvn:${pkgGroupId}/saxon9he/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Saxon is a XSLT and XQuery processor. + + It supports XSLT 2.0 and XPath 2.0, and XQuery 1.0. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://saxon.sourceforge.net/\u001B[0m diff --git a/scalaj-collection-1.0/pom.xml b/scalaj-collection-1.0/pom.xml index 3bc851e944..de3d81524b 100644 --- a/scalaj-collection-1.0/pom.xml +++ b/scalaj-collection-1.0/pom.xml @@ -50,7 +50,7 @@ releases.scala-tools.org - http://scala-tools.org/repo-releases + https://scala-tools.org/repo-releases true diff --git a/servlet-compatible-1.0/pom.xml b/servlet-compatible-1.0/pom.xml new file mode 100644 index 0000000000..102d513dcd --- /dev/null +++ b/servlet-compatible-1.0/pom.xml @@ -0,0 +1,57 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 14 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.servlet-compatible + 1.0_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + servlet-compatible + 3.1.0 + javax.servlet-api + + javax.servlet;uses:="javax.servlet.annotation,javax.servlet.descriptor";version=3.1.0, + javax.servlet.annotation;uses:=javax.servlet;version=3.1.0, + javax.servlet.http;uses:=javax.servlet;version=3.1.0, + javax.servlet.descriptor;version=3.1.0 + + + + diff --git a/smack-3.2.1/pom.xml b/smack-3.2.1/pom.xml index 2504a43398..2017fad859 100644 --- a/smack-3.2.1/pom.xml +++ b/smack-3.2.1/pom.xml @@ -98,7 +98,7 @@ smx-m2-repo ServiceMix Maven Repository - http://svn.apache.org/repos/asf/servicemix/m2-repo + https://svn.apache.org/repos/asf/servicemix/m2-repo diff --git a/snmp4j-3.1.0/pom.xml b/snmp4j-3.7.8/pom.xml similarity index 96% rename from snmp4j-3.1.0/pom.xml rename to snmp4j-3.7.8/pom.xml index 2d6ac58c87..635a0f254e 100644 --- a/snmp4j-3.1.0/pom.xml +++ b/snmp4j-3.7.8/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.snmp4j - 3.1.0_2-SNAPSHOT + 3.7.8_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ org.snmp4j snmp4j - 3.1.0 + 3.7.8 + 3.7.8.1 org.snmp4j diff --git a/snmp4j-3.1.0/src/main/resources/OSGI-INF/bundle.info b/snmp4j-3.7.8/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from snmp4j-3.1.0/src/main/resources/OSGI-INF/bundle.info rename to snmp4j-3.7.8/src/main/resources/OSGI-INF/bundle.info diff --git a/solr-solrj-8.0.0/pom.xml b/solr-solrj-9.5.0/pom.xml similarity index 94% rename from solr-solrj-8.0.0/pom.xml rename to solr-solrj-9.5.0/pom.xml index ef36f95d6e..5dbff0d008 100644 --- a/solr-solrj-8.0.0/pom.xml +++ b/solr-solrj-9.5.0/pom.xml @@ -24,14 +24,14 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.solr-solrj bundle - 8.0.0_2-SNAPSHOT + 9.5.0_2-SNAPSHOT Apache ServiceMix :: Bundles :: SolrJ This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,10 +45,12 @@ org.apache.solr solr-solrj - 8.0.0 - - org.apache.solr - + 9.5.0 + 9.5.0.1 + + org.apache.solr*, + org.noggit* + javax.net.ssl*, javax.security.auth.login, @@ -60,6 +62,7 @@ org.apache.http*, org.apache.noggit;resolution:=optional, org.apache.zookeeper*;resolution:=optional, + org.eclipse.jetty*;resolution:=optional, org.noggit;resolution:=optional, org.slf4j;resolution:=optional diff --git a/solr-solrj-8.0.0/src/main/resources/OSGI-INF/bundle.info b/solr-solrj-9.5.0/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from solr-solrj-8.0.0/src/main/resources/OSGI-INF/bundle.info rename to solr-solrj-9.5.0/src/main/resources/OSGI-INF/bundle.info diff --git a/sparkjava-core-2.9.0/pom.xml b/sparkjava-core-2.9.4/pom.xml similarity index 95% rename from sparkjava-core-2.9.0/pom.xml rename to sparkjava-core-2.9.4/pom.xml index 7b12b24dd6..9af375b932 100644 --- a/sparkjava-core-2.9.0/pom.xml +++ b/sparkjava-core-2.9.4/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.sparkjava-core - 2.9.0_1-SNAPSHOT + 2.9.4_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD com.sparkjava spark-core - 2.9.0 + 2.9.4 + 2.0.4.1 diff --git a/sparkjava-core-2.9.0/src/main/resources/OSGI-INF/bundle.info b/sparkjava-core-2.9.4/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from sparkjava-core-2.9.0/src/main/resources/OSGI-INF/bundle.info rename to sparkjava-core-2.9.4/src/main/resources/OSGI-INF/bundle.info diff --git a/splunk-1.6.5.0/pom.xml b/splunk-1.9.5/pom.xml similarity index 90% rename from splunk-1.6.5.0/pom.xml rename to splunk-1.9.5/pom.xml index e706dff0ec..7b2040584a 100644 --- a/splunk-1.6.5.0/pom.xml +++ b/splunk-1.9.5/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.splunk - 1.6.5.0_2-SNAPSHOT + 1.9.5_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ com.splunk splunk - 1.6.5.0 + 1.9.5 + 1.9.5.1 com.splunk @@ -68,17 +69,11 @@ - - splunk - Splunk Artifactory - http://splunk.artifactoryonline.com/splunk/ext-releases-local/ - - true - - - false - - + + splunk-artifactory + Splunk Releases + https://splunk.jfrog.io/splunk/ext-releases-local + diff --git a/splunk-1.6.5.0/src/main/resources/OSGI-INF/bundle.info b/splunk-1.9.5/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from splunk-1.6.5.0/src/main/resources/OSGI-INF/bundle.info rename to splunk-1.9.5/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-aop-5.1.6.RELEASE/pom.xml b/spring-aop-5.1.20.RELEASE/pom.xml similarity index 98% rename from spring-aop-5.1.6.RELEASE/pom.xml rename to spring-aop-5.1.20.RELEASE/pom.xml index 850ce9d50a..88d9347410 100644 --- a/spring-aop-5.1.6.RELEASE/pom.xml +++ b/spring-aop-5.1.20.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-aop - 5.1.6.RELEASE_1-SNAPSHOT + 5.1.20.RELEASE_4-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-aop - 5.1.6.RELEASE + 5.1.20.RELEASE org.springframework diff --git a/spring-aop-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-aop-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-aop-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-aop-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-aop-4.3.23.RELEASE/pom.xml b/spring-aop-5.2.25.RELEASE/pom.xml similarity index 89% rename from spring-aop-4.3.23.RELEASE/pom.xml rename to spring-aop-5.2.25.RELEASE/pom.xml index 2d4e74dbb8..a0bac9d0fa 100644 --- a/spring-aop-4.3.23.RELEASE/pom.xml +++ b/spring-aop-5.2.25.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-aop - 4.3.23.RELEASE_2-SNAPSHOT + 5.2.25.RELEASE_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,8 @@ org.springframework spring-aop - 4.3.23.RELEASE + 5.2.25.RELEASE + 5.2.25.1 org.springframework @@ -70,26 +71,27 @@ org.aspectj.weaver.patterns;version="[1.8.6,2)";resolution:=optional, org.aspectj.weaver.reflect;version="[1.8.6,2)";resolution:=optional, org.aspectj.weaver.tools;version="[1.8.6,2)";resolution:=optional, - org.springframework.beans;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.factory;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.factory.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.factory.config;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.factory.parsing;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.factory.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.factory.xml;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.cglib.core;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.cglib.proxy;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.cglib.transform.impl;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.core;version="[${pkgVersion},4.4)", - org.springframework.core.annotation;version="[${pkgVersion},4.4)", - org.springframework.core.convert.converter;version="[${pkgVersion},4.4)", - org.springframework.core.task;version="[${pkgVersion},4.4)", - org.springframework.core.task.support;version="[${pkgVersion},4.4)", - org.springframework.objenesis;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},4.4)", - org.springframework.util.comparator;version="[${pkgVersion},4.4)", - org.springframework.util.concurrent;version="[${pkgVersion},4.4)", - org.springframework.util.xml;version="[${pkgVersion},4.4)", + org.springframework.beans;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.factory.annotation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.factory.config;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.factory.parsing;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.factory.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.factory.xml;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.cglib.core;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.cglib.proxy;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.cglib.transform.impl;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},5.3)", + org.springframework.core.annotation;version="[${pkgVersion},5.3)", + org.springframework.core.convert.converter;version="[${pkgVersion},5.3)", + org.springframework.core.task;version="[${pkgVersion},5.3)", + org.springframework.core.task.support;version="[${pkgVersion},5.3)", + org.springframework.objenesis;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},5.3)", + org.springframework.util.comparator;version="[${pkgVersion},5.3)", + org.springframework.util.concurrent;version="[${pkgVersion},5.3)", + org.springframework.util.xml;version="[${pkgVersion},5.3)", + org.springframework.util.function;version="[${pkgVersion},5.3)", org.w3c.dom;resolution:=optional diff --git a/spring-aop-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-aop-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-aop-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-aop-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-aop-5.0.13.RELEASE/pom.xml b/spring-aop-5.3.33/pom.xml similarity index 89% rename from spring-aop-5.0.13.RELEASE/pom.xml rename to spring-aop-5.3.33/pom.xml index c8f104858a..fe62234553 100644 --- a/spring-aop-5.0.13.RELEASE/pom.xml +++ b/spring-aop-5.3.33/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-aop - 5.0.13.RELEASE_1-SNAPSHOT + 5.3.33_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-aop - 5.0.13.RELEASE + 5.3.33 + 5.3.33.1 org.springframework @@ -69,26 +71,27 @@ org.aspectj.weaver.patterns;version="[1.8.6,2)";resolution:=optional, org.aspectj.weaver.reflect;version="[1.8.6,2)";resolution:=optional, org.aspectj.weaver.tools;version="[1.8.6,2)";resolution:=optional, - org.springframework.beans;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.factory;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.factory.annotation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.factory.config;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.factory.parsing;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.factory.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.factory.xml;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.cglib.core;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.cglib.proxy;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.cglib.transform.impl;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.core;version="[${pkgVersion},5.1)", - org.springframework.core.annotation;version="[${pkgVersion},5.1)", - org.springframework.core.convert.converter;version="[${pkgVersion},5.1)", - org.springframework.core.task;version="[${pkgVersion},5.1)", - org.springframework.core.task.support;version="[${pkgVersion},5.1)", - org.springframework.objenesis;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},5.1)", - org.springframework.util.comparator;version="[${pkgVersion},5.1)", - org.springframework.util.concurrent;version="[${pkgVersion},5.1)", - org.springframework.util.xml;version="[${pkgVersion},5.1)", + org.springframework.beans;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.factory.annotation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.factory.config;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.factory.parsing;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.factory.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.factory.xml;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.cglib.core;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.cglib.proxy;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.cglib.transform.impl;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},5.4)", + org.springframework.core.annotation;version="[${pkgVersion},5.4)", + org.springframework.core.convert.converter;version="[${pkgVersion},5.4)", + org.springframework.core.task;version="[${pkgVersion},5.4)", + org.springframework.core.task.support;version="[${pkgVersion},5.4)", + org.springframework.objenesis;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},5.4)", + org.springframework.util.comparator;version="[${pkgVersion},5.4)", + org.springframework.util.concurrent;version="[${pkgVersion},5.4)", + org.springframework.util.xml;version="[${pkgVersion},5.4)", + org.springframework.util.function;version="[${pkgVersion},5.4)", org.w3c.dom;resolution:=optional diff --git a/spring-aop-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-aop-5.3.33/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-aop-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-aop-5.3.33/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-aop-6.0.18/pom.xml b/spring-aop-6.0.18/pom.xml new file mode 100644 index 0000000000..feb7cec2d6 --- /dev/null +++ b/spring-aop-6.0.18/pom.xml @@ -0,0 +1,179 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-aop + 6.0.18_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-aop + 6.0.18 + 6.0.18.1 + + org.springframework + + + com.jamonapi;version="[2.8,3)";resolution:=optional, + com.jamonapi.utils;version="[2.8,3)";resolution:=optional, + org.aopalliance.aop;version="[1,2)";resolution:=optional, + org.aopalliance.intercept;version="[1,2)";resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.apache.commons.pool;version="[1.6,2)";resolution:=optional, + org.apache.commons.pool.impl;version="[1.6,2)";resolution:=optional, + org.apache.commons.pool2;version="[2.4,3)";resolution:=optional, + org.apache.commons.pool2.impl;version="[2.4,3)";resolution:=optional, + org.aspectj.bridge;version="[1.8.6,2)";resolution:=optional, + org.aspectj.lang;version="[1.8.6,2)";resolution:=optional, + org.aspectj.lang.annotation;version="[1.8.6,2)";resolution:=optional, + org.aspectj.lang.reflect;version="[1.8.6,2)";resolution:=optional, + org.aspectj.runtime.internal;version="[1.8.6,2)";resolution:=optional, + org.aspectj.util;version="[1.8.6,2)";resolution:=optional, + org.aspectj.weaver;version="[1.8.6,2)";resolution:=optional, + org.aspectj.weaver.ast;version="[1.8.6,2)";resolution:=optional, + org.aspectj.weaver.internal.tools;version="[1.8.6,2)";resolution:=optional, + org.aspectj.weaver.patterns;version="[1.8.6,2)";resolution:=optional, + org.aspectj.weaver.reflect;version="[1.8.6,2)";resolution:=optional, + org.aspectj.weaver.tools;version="[1.8.6,2)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory.aot;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory.config;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory.parsing;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory.xml;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.cglib.core;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.cglib.proxy;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.cglib.transform.impl;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},6.1)", + org.springframework.core.annotation;version="[${pkgVersion},6.1)", + org.springframework.core.convert.converter;version="[${pkgVersion},6.1)", + org.springframework.core.task;version="[${pkgVersion},6.1)", + org.springframework.core.task.support;version="[${pkgVersion},6.1)", + org.springframework.objenesis;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.1)", + org.springframework.util.comparator;version="[${pkgVersion},6.1)", + org.springframework.util.concurrent;version="[${pkgVersion},6.1)", + org.springframework.util.xml;version="[${pkgVersion},6.1)", + org.springframework.util.function;version="[${pkgVersion},6.1)", + org.w3c.dom;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + aopalliance + aopalliance + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + aopalliance + aopalliance + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.gif + **/*.xsd + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-webmvc-portlet-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-aop-6.0.18/src/main/resources/OSGI-INF/bundle.info similarity index 86% rename from spring-webmvc-portlet-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-aop-6.0.18/src/main/resources/OSGI-INF/bundle.info index 1927f99163..44811708f7 100644 --- a/spring-webmvc-portlet-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info +++ b/spring-aop-6.0.18/src/main/resources/OSGI-INF/bundle.info @@ -5,7 +5,7 @@ \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m \u001B[1mDESCRIPTION\u001B[0m - Spring Framework Web MVC Struts module. + Spring Framework AOP module. \u001B[1mSEE ALSO\u001B[0m \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-aop-6.1.5/pom.xml b/spring-aop-6.1.5/pom.xml new file mode 100644 index 0000000000..ac2acc4938 --- /dev/null +++ b/spring-aop-6.1.5/pom.xml @@ -0,0 +1,179 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-aop + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-aop + 6.1.5 + 6.1.5.1 + + org.springframework + + + com.jamonapi;version="[2.8,3)";resolution:=optional, + com.jamonapi.utils;version="[2.8,3)";resolution:=optional, + org.aopalliance.aop;version="[1,2)";resolution:=optional, + org.aopalliance.intercept;version="[1,2)";resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.apache.commons.pool;version="[1.6,2)";resolution:=optional, + org.apache.commons.pool.impl;version="[1.6,2)";resolution:=optional, + org.apache.commons.pool2;version="[2.4,3)";resolution:=optional, + org.apache.commons.pool2.impl;version="[2.4,3)";resolution:=optional, + org.aspectj.bridge;version="[1.8.6,2)";resolution:=optional, + org.aspectj.lang;version="[1.8.6,2)";resolution:=optional, + org.aspectj.lang.annotation;version="[1.8.6,2)";resolution:=optional, + org.aspectj.lang.reflect;version="[1.8.6,2)";resolution:=optional, + org.aspectj.runtime.internal;version="[1.8.6,2)";resolution:=optional, + org.aspectj.util;version="[1.8.6,2)";resolution:=optional, + org.aspectj.weaver;version="[1.8.6,2)";resolution:=optional, + org.aspectj.weaver.ast;version="[1.8.6,2)";resolution:=optional, + org.aspectj.weaver.internal.tools;version="[1.8.6,2)";resolution:=optional, + org.aspectj.weaver.patterns;version="[1.8.6,2)";resolution:=optional, + org.aspectj.weaver.reflect;version="[1.8.6,2)";resolution:=optional, + org.aspectj.weaver.tools;version="[1.8.6,2)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory.aot;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory.config;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory.parsing;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory.xml;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.cglib.core;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.cglib.proxy;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.cglib.transform.impl;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},6.2)", + org.springframework.core.annotation;version="[${pkgVersion},6.2)", + org.springframework.core.convert.converter;version="[${pkgVersion},6.2)", + org.springframework.core.task;version="[${pkgVersion},6.2)", + org.springframework.core.task.support;version="[${pkgVersion},6.2)", + org.springframework.objenesis;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.2)", + org.springframework.util.comparator;version="[${pkgVersion},6.2)", + org.springframework.util.concurrent;version="[${pkgVersion},6.2)", + org.springframework.util.xml;version="[${pkgVersion},6.2)", + org.springframework.util.function;version="[${pkgVersion},6.2)", + org.w3c.dom;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + aopalliance + aopalliance + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + aopalliance + aopalliance + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.gif + **/*.xsd + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-aop-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-aop-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..44811708f7 --- /dev/null +++ b/spring-aop-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework AOP module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-aspects-5.1.6.RELEASE/pom.xml b/spring-aspects-5.1.20.RELEASE/pom.xml similarity index 97% rename from spring-aspects-5.1.6.RELEASE/pom.xml rename to spring-aspects-5.1.20.RELEASE/pom.xml index 915adda267..124928441d 100644 --- a/spring-aspects-5.1.6.RELEASE/pom.xml +++ b/spring-aspects-5.1.20.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-aspects - 5.1.6.RELEASE_1-SNAPSHOT + 5.1.20.RELEASE_4-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-aspects - 5.1.6.RELEASE + 5.1.20.RELEASE org.springframework diff --git a/spring-aspects-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-aspects-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-aspects-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-aspects-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-aspects-4.3.23.RELEASE/pom.xml b/spring-aspects-5.2.25.RELEASE/pom.xml similarity index 86% rename from spring-aspects-4.3.23.RELEASE/pom.xml rename to spring-aspects-5.2.25.RELEASE/pom.xml index 5db13a9f61..c7e8be2af7 100644 --- a/spring-aspects-4.3.23.RELEASE/pom.xml +++ b/spring-aspects-5.2.25.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-aspects - 4.3.23.RELEASE_2-SNAPSHOT + 5.2.25.RELEASE_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,8 @@ org.springframework spring-aspects - 4.3.23.RELEASE + 5.2.25.RELEASE + 5.2.25.1 org.springframework @@ -57,28 +58,28 @@ org.aspectj.lang.annotation;version="[1.8.6,2)";resolution:=optional, org.aspectj.lang.reflect;version="[1.8.6,2)";resolution:=optional, org.aspectj.runtime.internal;version="[1.8.6,2)";resolution:=optional, - org.springframework.aop.interceptor;version="[${pkgVersion},4.4)", - org.springframework.beans;version="[${pkgVersion},4.4)", - org.springframework.beans.factory;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.annotation;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.wiring;version="[${pkgVersion},4.4)", - org.springframework.cache;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.cache.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.cache.interceptor;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.cache.jcache.config;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.cache.jcache.interceptor;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.context;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.context.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.core.annotation;version="[${pkgVersion},4.4)", - org.springframework.core.task;version="[${pkgVersion},4.4)", - org.springframework.dao;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.orm.jpa;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.scheduling.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.transaction;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.transaction.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.transaction.interceptor;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},4.4)", - org.springframework.util.concurrent;version="[${pkgVersion},4.4)" + org.springframework.aop.interceptor;version="[${pkgVersion},5.3)", + org.springframework.beans;version="[${pkgVersion},5.3)", + org.springframework.beans.factory;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.annotation;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.wiring;version="[${pkgVersion},5.3)", + org.springframework.cache;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.cache.annotation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.cache.interceptor;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.cache.jcache.config;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.cache.jcache.interceptor;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.core.annotation;version="[${pkgVersion},5.3)", + org.springframework.core.task;version="[${pkgVersion},5.3)", + org.springframework.dao;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.orm.jpa;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.scheduling.annotation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.transaction.annotation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.transaction.interceptor;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},5.3)", + org.springframework.util.concurrent;version="[${pkgVersion},5.3)" diff --git a/spring-aspects-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-aspects-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-aspects-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-aspects-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-aspects-5.0.13.RELEASE/pom.xml b/spring-aspects-5.3.33/pom.xml similarity index 87% rename from spring-aspects-5.0.13.RELEASE/pom.xml rename to spring-aspects-5.3.33/pom.xml index f7ed242b79..b64cd89cf0 100644 --- a/spring-aspects-5.0.13.RELEASE/pom.xml +++ b/spring-aspects-5.3.33/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-aspects - 5.0.13.RELEASE_1-SNAPSHOT + 5.3.33_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-aspects - 5.0.13.RELEASE + 5.3.33 + 5.3.33.1 org.springframework @@ -56,28 +58,28 @@ org.aspectj.lang.annotation;version="[1.8.6,2)";resolution:=optional, org.aspectj.lang.reflect;version="[1.8.6,2)";resolution:=optional, org.aspectj.runtime.internal;version="[1.8.6,2)";resolution:=optional, - org.springframework.aop.interceptor;version="[${pkgVersion},5.1)", - org.springframework.beans;version="[${pkgVersion},5.1)", - org.springframework.beans.factory;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.annotation;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.wiring;version="[${pkgVersion},5.1)", - org.springframework.cache;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.cache.annotation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.cache.interceptor;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.cache.jcache.config;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.cache.jcache.interceptor;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.context;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.context.annotation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.core.annotation;version="[${pkgVersion},5.1)", - org.springframework.core.task;version="[${pkgVersion},5.1)", - org.springframework.dao;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.orm.jpa;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.scheduling.annotation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.transaction;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.transaction.annotation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.transaction.interceptor;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},5.1)", - org.springframework.util.concurrent;version="[${pkgVersion},5.1)" + org.springframework.aop.interceptor;version="[${pkgVersion},5.4)", + org.springframework.beans;version="[${pkgVersion},5.4)", + org.springframework.beans.factory;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.annotation;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.wiring;version="[${pkgVersion},5.4)", + org.springframework.cache;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.cache.annotation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.cache.interceptor;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.cache.jcache.config;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.cache.jcache.interceptor;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.core.annotation;version="[${pkgVersion},5.4)", + org.springframework.core.task;version="[${pkgVersion},5.4)", + org.springframework.dao;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.orm.jpa;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.scheduling.annotation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.transaction.annotation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.transaction.interceptor;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},5.4)", + org.springframework.util.concurrent;version="[${pkgVersion},5.4)" diff --git a/spring-aspects-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-aspects-5.3.33/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-aspects-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-aspects-5.3.33/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-aspects-6.0.18/pom.xml b/spring-aspects-6.0.18/pom.xml new file mode 100644 index 0000000000..ff2b072b08 --- /dev/null +++ b/spring-aspects-6.0.18/pom.xml @@ -0,0 +1,148 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-aspects + 6.0.18_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-aspects + 6.0.18 + 6.0.18.1 + + org.springframework + + + javax.cache.annotation;resolution:=optional, + jakarta.interceptor;resolution:=optional, + jakarta.transaction;version="[1.2,2)";resolution:=optional, + org.aspectj.internal.lang.annotation;version="[1.8.6,2)";resolution:=optional, + org.aspectj.lang;version="[1.8.6,2)";resolution:=optional, + org.aspectj.lang.annotation;version="[1.8.6,2)";resolution:=optional, + org.aspectj.lang.reflect;version="[1.8.6,2)";resolution:=optional, + org.aspectj.runtime.internal;version="[1.8.6,2)";resolution:=optional, + org.springframework.aop.interceptor;version="[${pkgVersion},6.1)", + org.springframework.beans;version="[${pkgVersion},6.1)", + org.springframework.beans.factory;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.annotation;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.aot;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.wiring;version="[${pkgVersion},6.1)", + org.springframework.cache;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.cache.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.cache.interceptor;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.cache.jcache.config;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.cache.jcache.interceptor;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.core.annotation;version="[${pkgVersion},6.1)", + org.springframework.core.task;version="[${pkgVersion},6.1)", + org.springframework.dao;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.orm.jpa;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.scheduling.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.transaction.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.transaction.interceptor;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.1)", + org.springframework.util.concurrent;version="[${pkgVersion},6.1)" + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.aspectj + aspectjweaver + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.aspectj + aspectjweaver + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + META-INF/aop.xml + + + + true + true + + + + + + + diff --git a/spring-aspects-6.0.18/src/main/resources/OSGI-INF/bundle.info b/spring-aspects-6.0.18/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..1e910259d2 --- /dev/null +++ b/spring-aspects-6.0.18/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Aspects module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-aspects-6.1.5/pom.xml b/spring-aspects-6.1.5/pom.xml new file mode 100644 index 0000000000..8a1ae506f8 --- /dev/null +++ b/spring-aspects-6.1.5/pom.xml @@ -0,0 +1,148 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-aspects + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-aspects + 6.1.5 + 6.1.5.1 + + org.springframework + + + javax.cache.annotation;resolution:=optional, + jakarta.interceptor;resolution:=optional, + jakarta.transaction;version="[1.2,2)";resolution:=optional, + org.aspectj.internal.lang.annotation;version="[1.8.6,2)";resolution:=optional, + org.aspectj.lang;version="[1.8.6,2)";resolution:=optional, + org.aspectj.lang.annotation;version="[1.8.6,2)";resolution:=optional, + org.aspectj.lang.reflect;version="[1.8.6,2)";resolution:=optional, + org.aspectj.runtime.internal;version="[1.8.6,2)";resolution:=optional, + org.springframework.aop.interceptor;version="[${pkgVersion},6.2)", + org.springframework.beans;version="[${pkgVersion},6.2)", + org.springframework.beans.factory;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.annotation;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.aot;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.wiring;version="[${pkgVersion},6.2)", + org.springframework.cache;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.cache.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.cache.interceptor;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.cache.jcache.config;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.cache.jcache.interceptor;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.core.annotation;version="[${pkgVersion},6.2)", + org.springframework.core.task;version="[${pkgVersion},6.2)", + org.springframework.dao;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.orm.jpa;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.scheduling.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.transaction.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.transaction.interceptor;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.2)", + org.springframework.util.concurrent;version="[${pkgVersion},6.2)" + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.aspectj + aspectjweaver + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.aspectj + aspectjweaver + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + META-INF/aop.xml + + + + true + true + + + + + + + diff --git a/spring-aspects-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-aspects-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..1e910259d2 --- /dev/null +++ b/spring-aspects-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Aspects module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-batch-core-4.1.2.RELEASE/pom.xml b/spring-batch-core-4.3.7/pom.xml similarity index 98% rename from spring-batch-core-4.1.2.RELEASE/pom.xml rename to spring-batch-core-4.3.7/pom.xml index 304f83431f..f4a3bb57ea 100644 --- a/spring-batch-core-4.1.2.RELEASE/pom.xml +++ b/spring-batch-core-4.3.7/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-batch-core - 4.1.2.RELEASE_2-SNAPSHOT + 4.3.7_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,8 @@ org.springframework.batch spring-batch-core - 4.1.2.RELEASE + 4.3.7 + 4.3.7.1 org.springframework.batch.core diff --git a/spring-batch-core-3.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-batch-core-4.3.7/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-batch-core-3.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-batch-core-4.3.7/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-batch-core-4.0.1.RELEASE/pom.xml b/spring-batch-core-5.0.3/pom.xml similarity index 98% rename from spring-batch-core-4.0.1.RELEASE/pom.xml rename to spring-batch-core-5.0.3/pom.xml index 870aed7222..bbdcc1158c 100644 --- a/spring-batch-core-4.0.1.RELEASE/pom.xml +++ b/spring-batch-core-5.0.3/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-batch-core - 4.0.1.RELEASE_2-SNAPSHOT + 5.0.3_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,8 @@ org.springframework.batch spring-batch-core - 4.0.1.RELEASE + 5.0.3 + 5.0.3.1 org.springframework.batch.core diff --git a/spring-batch-core-4.0.1.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-batch-core-5.0.3/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-batch-core-4.0.1.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-batch-core-5.0.3/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-batch-core-3.0.8.RELEASE/pom.xml b/spring-batch-core-5.1.0/pom.xml similarity index 97% rename from spring-batch-core-3.0.8.RELEASE/pom.xml rename to spring-batch-core-5.1.0/pom.xml index fd7dcae9e4..bb6bb2ddcf 100644 --- a/spring-batch-core-3.0.8.RELEASE/pom.xml +++ b/spring-batch-core-5.1.0/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-batch-core - 3.0.8.RELEASE_2-SNAPSHOT + 5.1.0_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,13 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD + HEAD org.springframework.batch spring-batch-core - 3.0.8.RELEASE + 5.1.0 + 5.1.0.1 org.springframework.batch.core @@ -55,7 +56,7 @@ com.thoughtworks.xstream.converters.reflection;resolution:=optional, com.thoughtworks.xstream.io;resolution:=optional, com.thoughtworks.xstream.io.json;resolution:=optional, - javax.annotation, + jakarta.annotation, javax.batch.api;resolution:=optional, javax.batch.api.chunk;resolution:=optional, javax.batch.api.chunk.listener;resolution:=optional, diff --git a/spring-batch-core-4.1.2.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-batch-core-5.1.0/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-batch-core-4.1.2.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-batch-core-5.1.0/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-batch-infrastructure-4.1.2.RELEASE/pom.xml b/spring-batch-infrastructure-4.3.7/pom.xml similarity index 97% rename from spring-batch-infrastructure-4.1.2.RELEASE/pom.xml rename to spring-batch-infrastructure-4.3.7/pom.xml index a00c2cd4db..979ead6647 100644 --- a/spring-batch-infrastructure-4.1.2.RELEASE/pom.xml +++ b/spring-batch-infrastructure-4.3.7/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-batch-infrastructure - 4.1.2.RELEASE_2-SNAPSHOT + 4.3.7_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,8 @@ org.springframework.batch spring-batch-infrastructure - 4.1.2.RELEASE + 4.3.7 + 4.3.7.1 org.springframework.batch @@ -114,6 +115,7 @@ org.springframework.transaction;resolution:=optional, org.springframework.transaction.support;resolution:=optional, org.springframework.util;resolution:=optional, + org.springframework.util.xml;resolution:=optional, org.springframework.validation;resolution:=optional diff --git a/spring-batch-infrastructure-3.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-batch-infrastructure-4.3.7/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-batch-infrastructure-3.0.8.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-batch-infrastructure-4.3.7/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-batch-infrastructure-4.0.1.RELEASE/pom.xml b/spring-batch-infrastructure-5.0.3/pom.xml similarity index 97% rename from spring-batch-infrastructure-4.0.1.RELEASE/pom.xml rename to spring-batch-infrastructure-5.0.3/pom.xml index f751468413..0ddcc9be54 100644 --- a/spring-batch-infrastructure-4.0.1.RELEASE/pom.xml +++ b/spring-batch-infrastructure-5.0.3/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-batch-infrastructure - 4.0.1.RELEASE_2-SNAPSHOT + 5.0.3_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,8 @@ org.springframework.batch spring-batch-infrastructure - 4.0.1.RELEASE + 5.0.3 + 5.0.3.1 org.springframework.batch @@ -114,6 +115,7 @@ org.springframework.transaction;resolution:=optional, org.springframework.transaction.support;resolution:=optional, org.springframework.util;resolution:=optional, + org.springframework.util.xml;resolution:=optional, org.springframework.validation;resolution:=optional diff --git a/spring-batch-infrastructure-4.0.1.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-batch-infrastructure-5.0.3/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-batch-infrastructure-4.0.1.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-batch-infrastructure-5.0.3/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-batch-infrastructure-3.0.8.RELEASE/pom.xml b/spring-batch-infrastructure-5.1.0/pom.xml similarity index 93% rename from spring-batch-infrastructure-3.0.8.RELEASE/pom.xml rename to spring-batch-infrastructure-5.1.0/pom.xml index fa3a78551c..df343cef7d 100644 --- a/spring-batch-infrastructure-3.0.8.RELEASE/pom.xml +++ b/spring-batch-infrastructure-5.1.0/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-batch-infrastructure - 3.0.8.RELEASE_2-SNAPSHOT + 5.1.0_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,13 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD + HEAD org.springframework.batch spring-batch-infrastructure - 3.0.8.RELEASE + 5.1.0 + 5.1.0.1 org.springframework.batch @@ -55,14 +56,14 @@ com.mongodb.util;resolution:=optional, javax.batch.api.chunk;resolution:=optional, javax.batch.operations;resolution:=optional, - javax.jms, - javax.mail.internet;resolution:=optional, - javax.persistence;resolution:=optional, + jakarta.jms, + jakarta.mail.internet;resolution:=optional, + jakarta.persistence;resolution:=optional, javax.sql, - javax.xml.namespace, - javax.xml.stream, - javax.xml.stream.events, - javax.xml.transform, + jakarta.xml.namespace, + jakarta.xml.stream, + jakarta.xml.stream.events, + jakarta.xml.transform, org.aopalliance.aop;resolution:=optional, org.aopalliance.intercept;resolution:=optional, org.apache.commons.logging;resolution:=optional, @@ -114,6 +115,7 @@ org.springframework.transaction;resolution:=optional, org.springframework.transaction.support;resolution:=optional, org.springframework.util;resolution:=optional, + org.springframework.util.xml;resolution:=optional, org.springframework.validation;resolution:=optional diff --git a/spring-batch-infrastructure-4.1.2.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-batch-infrastructure-5.1.0/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-batch-infrastructure-4.1.2.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-batch-infrastructure-5.1.0/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-beans-5.1.6.RELEASE/pom.xml b/spring-beans-5.1.20.RELEASE/pom.xml similarity index 97% rename from spring-beans-5.1.6.RELEASE/pom.xml rename to spring-beans-5.1.20.RELEASE/pom.xml index e846bc742d..1123843a58 100644 --- a/spring-beans-5.1.6.RELEASE/pom.xml +++ b/spring-beans-5.1.20.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-beans - 5.1.6.RELEASE_1-SNAPSHOT + 5.1.20.RELEASE_4-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-beans - 5.1.6.RELEASE + 5.1.20.RELEASE org.springframework diff --git a/spring-beans-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-beans-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-beans-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-beans-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-beans-4.3.23.RELEASE/pom.xml b/spring-beans-5.2.25.RELEASE/pom.xml similarity index 93% rename from spring-beans-4.3.23.RELEASE/pom.xml rename to spring-beans-5.2.25.RELEASE/pom.xml index e5d0e33210..3c478cf27a 100644 --- a/spring-beans-4.3.23.RELEASE/pom.xml +++ b/spring-beans-5.2.25.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-beans - 4.3.23.RELEASE_2-SNAPSHOT + 5.2.25.RELEASE_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,8 @@ org.springframework spring-beans - 4.3.23.RELEASE + 5.2.25.RELEASE + 5.2.25.1 org.springframework @@ -60,9 +61,9 @@ org.codehaus.groovy.runtime.typehandling;resolution:=optional, org.codehaus.groovy.runtime.wrappers;resolution:=optional, org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, - org.springframework.cglib*;version="[${pkgVersion},4.4)", - org.springframework.core*;version="[${pkgVersion},4.4)", - org.springframework.util*;version="[${pkgVersion},4.4)", + org.springframework.cglib*;version="[${pkgVersion},5.3)", + org.springframework.core*;version="[${pkgVersion},5.3)", + org.springframework.util*;version="[${pkgVersion},5.3)", org.w3c.dom;resolution:=optional, org.xml.sax;resolution:=optional, org.yaml.snakeyaml;resolution:=optional, diff --git a/spring-beans-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-beans-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-beans-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-beans-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-beans-5.0.13.RELEASE/pom.xml b/spring-beans-5.3.33/pom.xml similarity index 96% rename from spring-beans-5.0.13.RELEASE/pom.xml rename to spring-beans-5.3.33/pom.xml index d3762b9ae2..244eda1fcb 100644 --- a/spring-beans-5.0.13.RELEASE/pom.xml +++ b/spring-beans-5.3.33/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-beans - 5.0.13.RELEASE_1-SNAPSHOT + 5.3.33_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-beans - 5.0.13.RELEASE + 5.3.33 + 5.3.33.1 org.springframework @@ -59,9 +61,9 @@ org.codehaus.groovy.runtime.typehandling;resolution:=optional, org.codehaus.groovy.runtime.wrappers;resolution:=optional, org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, - org.springframework.cglib*;version="[${pkgVersion},5.1)", - org.springframework.core*;version="[${pkgVersion},5.1)", - org.springframework.util*;version="[${pkgVersion},5.1)", + org.springframework.cglib*;version="[${pkgVersion},5.4)", + org.springframework.core*;version="[${pkgVersion},5.4)", + org.springframework.util*;version="[${pkgVersion},5.4)", org.w3c.dom;resolution:=optional, org.xml.sax;resolution:=optional, org.yaml.snakeyaml;resolution:=optional, diff --git a/spring-beans-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-beans-5.3.33/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-beans-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-beans-5.3.33/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-beans-6.0.18/pom.xml b/spring-beans-6.0.18/pom.xml new file mode 100644 index 0000000000..5bb6405bdf --- /dev/null +++ b/spring-beans-6.0.18/pom.xml @@ -0,0 +1,142 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-beans + 6.0.18_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-beans + 6.0.18 + 6.0.18.1 + + org.springframework + + + jakarta.el;version="[1,3)";resolution:=optional, + jakarta.inject;version="[1,2)";resolution:=optional, + jakarta.xml.parsers;resolution:=optional, + groovy.lang;resolution:=optional, + groovy.xml;resolution:=optional, + org.codehaus.groovy.reflection;resolution:=optional, + org.codehaus.groovy.runtime;resolution:=optional, + org.codehaus.groovy.runtime.callsite;resolution:=optional, + org.codehaus.groovy.runtime.typehandling;resolution:=optional, + org.codehaus.groovy.runtime.wrappers;resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.springframework.cglib*;version="[${pkgVersion},6.1)", + org.springframework.core*;version="[${pkgVersion},6.1)", + org.springframework.util*;version="[${pkgVersion},6.1)", + org.w3c.dom;resolution:=optional, + org.xml.sax;resolution:=optional, + org.yaml.snakeyaml;resolution:=optional, + org.yaml.snakeyaml.constructor;resolution:=optional, + org.yaml.snakeyaml.error;resolution:=optional, + org.yaml.snakeyaml.nodes;resolution:=optional, + org.yaml.snakeyaml.parser;resolution:=optional, + org.yaml.snakeyaml.reader;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-core + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-core + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.gif + **/*.xsd + **/*.dtd + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-beans-6.0.18/src/main/resources/OSGI-INF/bundle.info b/spring-beans-6.0.18/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..8e776f6a55 --- /dev/null +++ b/spring-beans-6.0.18/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Beans module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-beans-6.1.5/pom.xml b/spring-beans-6.1.5/pom.xml new file mode 100644 index 0000000000..605d903a9c --- /dev/null +++ b/spring-beans-6.1.5/pom.xml @@ -0,0 +1,142 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-beans + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-beans + 6.1.5 + 6.1.5.1 + + org.springframework + + + jakarta.el;version="[1,3)";resolution:=optional, + jakarta.inject;version="[1,2)";resolution:=optional, + jakarta.xml.parsers;resolution:=optional, + groovy.lang;resolution:=optional, + groovy.xml;resolution:=optional, + org.codehaus.groovy.reflection;resolution:=optional, + org.codehaus.groovy.runtime;resolution:=optional, + org.codehaus.groovy.runtime.callsite;resolution:=optional, + org.codehaus.groovy.runtime.typehandling;resolution:=optional, + org.codehaus.groovy.runtime.wrappers;resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.springframework.cglib*;version="[${pkgVersion},6.2)", + org.springframework.core*;version="[${pkgVersion},6.2)", + org.springframework.util*;version="[${pkgVersion},6.2)", + org.w3c.dom;resolution:=optional, + org.xml.sax;resolution:=optional, + org.yaml.snakeyaml;resolution:=optional, + org.yaml.snakeyaml.constructor;resolution:=optional, + org.yaml.snakeyaml.error;resolution:=optional, + org.yaml.snakeyaml.nodes;resolution:=optional, + org.yaml.snakeyaml.parser;resolution:=optional, + org.yaml.snakeyaml.reader;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-core + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-core + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.gif + **/*.xsd + **/*.dtd + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-beans-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-beans-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..8e776f6a55 --- /dev/null +++ b/spring-beans-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Beans module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-context-5.1.6.RELEASE/pom.xml b/spring-context-5.1.20.RELEASE/pom.xml similarity index 98% rename from spring-context-5.1.6.RELEASE/pom.xml rename to spring-context-5.1.20.RELEASE/pom.xml index 9506239e07..968503a16a 100644 --- a/spring-context-5.1.6.RELEASE/pom.xml +++ b/spring-context-5.1.20.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-context - 5.1.6.RELEASE_1-SNAPSHOT + 5.1.20.RELEASE_4-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-context - 5.1.6.RELEASE + 5.1.20.RELEASE org.springframework diff --git a/spring-context-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-context-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-context-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-context-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-context-5.0.13.RELEASE/pom.xml b/spring-context-5.2.25.RELEASE/pom.xml similarity index 88% rename from spring-context-5.0.13.RELEASE/pom.xml rename to spring-context-5.2.25.RELEASE/pom.xml index ff7a235b76..8126e23722 100644 --- a/spring-context-5.0.13.RELEASE/pom.xml +++ b/spring-context-5.2.25.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-context - 5.0.13.RELEASE_1-SNAPSHOT + 5.2.25.RELEASE_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-context - 5.0.13.RELEASE + 5.2.25.RELEASE + 5.2.25.1 org.springframework @@ -100,57 +102,58 @@ org.jruby.runtime;version="[1.7,2)";resolution:=optional, org.jruby.runtime.builtin;version="[1.7,2)";resolution:=optional, org.omg.CORBA;resolution:=optional, - org.springframework.aop;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.config;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.framework;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.framework.adapter;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.interceptor;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.scope;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.support.annotation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.target;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.target.dynamic;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.framework.autoproxy;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.asm;version="[${pkgVersion},5.1)", - org.springframework.beans;version="[${pkgVersion},5.1)", - org.springframework.beans.annotation;version="[${pkgVersion},5.1)", - org.springframework.beans.factory;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.annotation;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.config;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.parsing;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.support;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.xml;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.groovy;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.propertyeditors;version="[${pkgVersion},5.1)", - org.springframework.beans.support;version="[${pkgVersion},5.1)", - org.springframework.cglib.core;version="[${pkgVersion},5.1)", - org.springframework.cglib.proxy;version="[${pkgVersion},5.1)", - org.springframework.cglib.transform;version="[${pkgVersion},5.1)", - org.springframework.cglib.reflect;version="[${pkgVersion},5.1)", - org.springframework.core;version="[${pkgVersion},5.1)", - org.springframework.core.annotation;version="[${pkgVersion},5.1)", - org.springframework.core.convert;version="[${pkgVersion},5.1)", - org.springframework.core.convert.converter;version="[${pkgVersion},5.1)", - org.springframework.core.convert.support;version="[${pkgVersion},5.1)", - org.springframework.core.env;version="[${pkgVersion},5.1)", - org.springframework.core.io;version="[${pkgVersion},5.1)", - org.springframework.core.io.support;version="[${pkgVersion},5.1)", - org.springframework.core.serializer.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.core.task;version="[${pkgVersion},5.1)", - org.springframework.core.task.support;version="[${pkgVersion},5.1)", - org.springframework.core.type;version="[${pkgVersion},5.1)", - org.springframework.core.type.classreading;version="[${pkgVersion},5.1)", - org.springframework.core.type.filter;version="[${pkgVersion},5.1)", - org.springframework.expression;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.expression.spel;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.expression.spel.standard;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.expression.spel.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.instrument;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.objenesis;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.orm.jpa.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},5.1)", - org.springframework.util.concurrent;version="[${pkgVersion},5.1)", - org.springframework.util.xml;version="[${pkgVersion},5.1)", + org.springframework.aop;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.config;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.framework.adapter;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.interceptor;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.scope;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.support.annotation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.target;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.target.dynamic;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.framework.autoproxy;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.asm;version="[${pkgVersion},5.3)", + org.springframework.beans;version="[${pkgVersion},5.3)", + org.springframework.beans.annotation;version="[${pkgVersion},5.3)", + org.springframework.beans.factory;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.annotation;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.config;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.parsing;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.support;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.xml;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.groovy;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.propertyeditors;version="[${pkgVersion},5.3)", + org.springframework.beans.support;version="[${pkgVersion},5.3)", + org.springframework.cglib.core;version="[${pkgVersion},5.3)", + org.springframework.cglib.proxy;version="[${pkgVersion},5.3)", + org.springframework.cglib.transform;version="[${pkgVersion},5.3)", + org.springframework.cglib.reflect;version="[${pkgVersion},5.3)", + org.springframework.core;version="[${pkgVersion},5.3)", + org.springframework.core.annotation;version="[${pkgVersion},5.3)", + org.springframework.core.convert;version="[${pkgVersion},5.3)", + org.springframework.core.convert.converter;version="[${pkgVersion},5.3)", + org.springframework.core.convert.support;version="[${pkgVersion},5.3)", + org.springframework.core.env;version="[${pkgVersion},5.3)", + org.springframework.core.io;version="[${pkgVersion},5.3)", + org.springframework.core.io.support;version="[${pkgVersion},5.3)", + org.springframework.core.serializer.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.core.task;version="[${pkgVersion},5.3)", + org.springframework.core.task.support;version="[${pkgVersion},5.3)", + org.springframework.core.type;version="[${pkgVersion},5.3)", + org.springframework.core.type.classreading;version="[${pkgVersion},5.3)", + org.springframework.core.type.filter;version="[${pkgVersion},5.3)", + org.springframework.expression;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.expression.spel;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.expression.spel.standard;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.expression.spel.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.instrument;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.objenesis;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.orm.jpa.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},5.3)", + org.springframework.util.concurrent;version="[${pkgVersion},5.3)", + org.springframework.util.xml;version="[${pkgVersion},5.3)", + org.springframework.util.function;version="[${pkgVersion},5.3)", org.w3c.dom;resolution:=optional, org.xml.sax;resolution:=optional diff --git a/spring-context-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-context-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-context-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-context-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-context-4.3.23.RELEASE/pom.xml b/spring-context-5.3.33/pom.xml similarity index 85% rename from spring-context-4.3.23.RELEASE/pom.xml rename to spring-context-5.3.33/pom.xml index a387604733..7a13e33628 100644 --- a/spring-context-4.3.23.RELEASE/pom.xml +++ b/spring-context-5.3.33/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-context - 4.3.23.RELEASE_1-SNAPSHOT + 5.3.33_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-context - 4.3.23.RELEASE + 5.3.33 + 5.3.33.1 org.springframework @@ -72,7 +74,12 @@ javax.script;resolution:=optional, javax.validation;resolution:=optional, javax.validation.bootstrap;resolution:=optional, + javax.validation.constraints;resolution:=optional, + javax.validation.constraintvalidation;resolution:=optional, + javax.validation.executable;resolution:=optional, + javax.validation.groups;resolution:=optional, javax.validation.metadata;resolution:=optional, + javax.validation.spi;resolution:=optional, javax.xml.namespace;resolution:=optional, javax.xml.ws;resolution:=optional, org.aopalliance.aop;version="[1,2)";resolution:=optional, @@ -95,58 +102,59 @@ org.jruby.runtime;version="[1.7,2)";resolution:=optional, org.jruby.runtime.builtin;version="[1.7,2)";resolution:=optional, org.omg.CORBA;resolution:=optional, - org.springframework.aop;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.config;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.framework;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.framework.adapter;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.interceptor;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.scope;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.support.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.target;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.target.dynamic;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.framework.autoproxy;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.asm;version="[${pkgVersion},4.4)", - org.springframework.beans;version="[${pkgVersion},4.4)", - org.springframework.beans.annotation;version="[${pkgVersion},4.4)", - org.springframework.beans.factory;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.access;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.annotation;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.config;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.parsing;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.support;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.xml;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.groovy;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.propertyeditors;version="[${pkgVersion},4.4)", - org.springframework.beans.support;version="[${pkgVersion},4.4)", - org.springframework.cglib.core;version="[${pkgVersion},4.4)", - org.springframework.cglib.proxy;version="[${pkgVersion},4.4)", - org.springframework.cglib.transform;version="[${pkgVersion},4.4)", - org.springframework.cglib.reflect;version="[${pkgVersion},4.4)", - org.springframework.core;version="[${pkgVersion},4.4)", - org.springframework.core.annotation;version="[${pkgVersion},4.4)", - org.springframework.core.convert;version="[${pkgVersion},4.4)", - org.springframework.core.convert.converter;version="[${pkgVersion},4.4)", - org.springframework.core.convert.support;version="[${pkgVersion},4.4)", - org.springframework.core.env;version="[${pkgVersion},4.4)", - org.springframework.core.io;version="[${pkgVersion},4.4)", - org.springframework.core.io.support;version="[${pkgVersion},4.4)", - org.springframework.core.serializer.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.core.task;version="[${pkgVersion},4.4)", - org.springframework.core.task.support;version="[${pkgVersion},4.4)", - org.springframework.core.type;version="[${pkgVersion},4.4)", - org.springframework.core.type.classreading;version="[${pkgVersion},4.4)", - org.springframework.core.type.filter;version="[${pkgVersion},4.4)", - org.springframework.expression;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.expression.spel;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.expression.spel.standard;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.expression.spel.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.instrument;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.objenesis;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.orm.jpa.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},4.4)", - org.springframework.util.concurrent;version="[${pkgVersion},4.4)", - org.springframework.util.xml;version="[${pkgVersion},4.4)", + org.springframework.aop;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.config;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.framework.adapter;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.interceptor;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.scope;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.support.annotation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.target;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.target.dynamic;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.framework.autoproxy;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.asm;version="[${pkgVersion},5.4)", + org.springframework.beans;version="[${pkgVersion},5.4)", + org.springframework.beans.annotation;version="[${pkgVersion},5.4)", + org.springframework.beans.factory;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.annotation;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.config;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.parsing;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.support;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.xml;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.groovy;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.propertyeditors;version="[${pkgVersion},5.4)", + org.springframework.beans.support;version="[${pkgVersion},5.4)", + org.springframework.cglib.core;version="[${pkgVersion},5.4)", + org.springframework.cglib.proxy;version="[${pkgVersion},5.4)", + org.springframework.cglib.transform;version="[${pkgVersion},5.4)", + org.springframework.cglib.reflect;version="[${pkgVersion},5.4)", + org.springframework.core;version="[${pkgVersion},5.4)", + org.springframework.core.annotation;version="[${pkgVersion},5.4)", + org.springframework.core.convert;version="[${pkgVersion},5.4)", + org.springframework.core.convert.converter;version="[${pkgVersion},5.4)", + org.springframework.core.convert.support;version="[${pkgVersion},5.4)", + org.springframework.core.env;version="[${pkgVersion},5.4)", + org.springframework.core.io;version="[${pkgVersion},5.4)", + org.springframework.core.io.support;version="[${pkgVersion},5.4)", + org.springframework.core.metrics;version="[${pkgVersion},5.4)", + org.springframework.core.serializer.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.core.task;version="[${pkgVersion},5.4)", + org.springframework.core.task.support;version="[${pkgVersion},5.4)", + org.springframework.core.type;version="[${pkgVersion},5.4)", + org.springframework.core.type.classreading;version="[${pkgVersion},5.4)", + org.springframework.core.type.filter;version="[${pkgVersion},5.4)", + org.springframework.expression;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.expression.spel;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.expression.spel.standard;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.expression.spel.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.instrument;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.objenesis;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.orm.jpa.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},5.4)", + org.springframework.util.concurrent;version="[${pkgVersion},5.4)", + org.springframework.util.xml;version="[${pkgVersion},5.4)", + org.springframework.util.function;version="[${pkgVersion},5.4)", org.w3c.dom;resolution:=optional, org.xml.sax;resolution:=optional diff --git a/spring-context-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-context-5.3.33/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-context-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-context-5.3.33/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-context-6.0.18/pom.xml b/spring-context-6.0.18/pom.xml new file mode 100644 index 0000000000..aa741fe077 --- /dev/null +++ b/spring-context-6.0.18/pom.xml @@ -0,0 +1,251 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-context + 6.0.18_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-context + 6.0.18 + 6.0.18.1 + + org.springframework + + + bsh;version="[2,3)";resolution:=optional, + com.ibm.websphere.management;resolution:=optional, + com.sun.net.httpserver;resolution:=optional, + edu.emory.mathcs.backport.java.util.concurrent;version="[3,4)";resolution:=optional, + groovy.lang;version="[2.4,3)";resolution:=optional, + jakarta.annotation;resolution:=optional, + jakarta.ejb;resolution:=optional, + jakarta.enterprise.concurrent;resolution:=optional, + jakarta.inject;resolution:=optional, + jakarta.interceptor;resolution:=optional, + jakarta.jms;resolution:=optional, + javax.management;resolution:=optional, + javax.management.modelmbean;resolution:=optional, + javax.management.openmbean;resolution:=optional, + javax.management.remote;resolution:=optional, + javax.money;resolution:=optional, + javax.money.format;resolution:=optional, + javax.naming;resolution:=optional, + jakarta.persistence;resolution:=optional, + jakarta.persistence.spi;resolution:=optional, + javax.rmi;resolution:=optional, + javax.script;resolution:=optional, + jakarta.validation;resolution:=optional, + jakarta.validation.bootstrap;resolution:=optional, + jakarta.validation.constraints;resolution:=optional, + jakarta.validation.constraintvalidation;resolution:=optional, + jakarta.validation.executable;resolution:=optional, + jakarta.validation.groups;resolution:=optional, + jakarta.validation.metadata;resolution:=optional, + jakarta.validation.spi;resolution:=optional, + jakarta.xml.namespace;resolution:=optional, + jakarta.xml.ws;resolution:=optional, + org.aopalliance.aop;version="[1,2)";resolution:=optional, + org.aopalliance.intercept;version="[1,2)";resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.aspectj.weaver.loadtime;version="[1.8.6,2)";resolution:=optional, + org.codehaus.groovy.control;version="[2.4,3)";resolution:=optional, + org.codehaus.groovy.control.customizers;version="[2.4,3)";resolution:=optional, + org.hibernate.validator;version="[4,6)";resolution:=optional, + org.hibernate.validator.messageinterpolation;version="[4,6)";resolution:=optional, + org.hibernate.validator.method;version="[4,6)";resolution:=optional, + org.hibernate.validator.resourceloading;version="[4,6)";resolution:=optional, + org.hibernate.validator.spi.resourceloading;version="[4,6)";resolution:=optional, + org.joda.time;version="[2,3)";resolution:=optional, + org.joda.time.format;version="[2,3)";resolution:=optional, + org.jruby;version="[1.7,2)";resolution:=optional, + org.jruby.ast;version="[1.7,2)";resolution:=optional, + org.jruby.exceptions;version="[1.7,2)";resolution:=optional, + org.jruby.javasupport;version="[1.7,2)";resolution:=optional, + org.jruby.runtime;version="[1.7,2)";resolution:=optional, + org.jruby.runtime.builtin;version="[1.7,2)";resolution:=optional, + org.omg.CORBA;resolution:=optional, + org.springframework.aop;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.config;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.framework.adapter;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.interceptor;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.scope;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.support.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.target;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.target.dynamic;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.framework.autoproxy;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.asm;version="[${pkgVersion},6.1)", + org.springframework.beans;version="[${pkgVersion},6.1)", + org.springframework.beans.factory;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.annotation;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.aot;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.config;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.parsing;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.support;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.xml;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.groovy;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.propertyeditors;version="[${pkgVersion},6.1)", + org.springframework.beans.support;version="[${pkgVersion},6.1)", + org.springframework.cglib.core;version="[${pkgVersion},6.1)", + org.springframework.cglib.proxy;version="[${pkgVersion},6.1)", + org.springframework.cglib.transform;version="[${pkgVersion},6.1)", + org.springframework.cglib.reflect;version="[${pkgVersion},6.1)", + org.springframework.core;version="[${pkgVersion},6.1)", + org.springframework.core.annotation;version="[${pkgVersion},6.1)", + org.springframework.core.convert;version="[${pkgVersion},6.1)", + org.springframework.core.convert.converter;version="[${pkgVersion},6.1)", + org.springframework.core.convert.support;version="[${pkgVersion},6.1)", + org.springframework.core.env;version="[${pkgVersion},6.1)", + org.springframework.core.io;version="[${pkgVersion},6.1)", + org.springframework.core.io.support;version="[${pkgVersion},6.1)", + org.springframework.core.metrics;version="[${pkgVersion},6.1)", + org.springframework.core.serializer.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.core.task;version="[${pkgVersion},6.1)", + org.springframework.core.task.support;version="[${pkgVersion},6.1)", + org.springframework.core.type;version="[${pkgVersion},6.1)", + org.springframework.core.type.classreading;version="[${pkgVersion},6.1)", + org.springframework.core.type.filter;version="[${pkgVersion},6.1)", + org.springframework.expression;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.expression.spel;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.expression.spel.standard;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.expression.spel.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.instrument;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.objenesis;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.orm.jpa.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.1)", + org.springframework.util.concurrent;version="[${pkgVersion},6.1)", + org.springframework.util.xml;version="[${pkgVersion},6.1)", + org.springframework.util.function;version="[${pkgVersion},6.1)", + org.w3c.dom;resolution:=optional, + org.xml.sax;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + org.springframework + spring-expression + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + org.springframework + spring-expression + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.gif + **/*.xsd + **/*.xml + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-context-6.0.18/src/main/resources/OSGI-INF/bundle.info b/spring-context-6.0.18/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..4c368f9932 --- /dev/null +++ b/spring-context-6.0.18/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Context module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-context-6.1.5/pom.xml b/spring-context-6.1.5/pom.xml new file mode 100644 index 0000000000..07e1499f3c --- /dev/null +++ b/spring-context-6.1.5/pom.xml @@ -0,0 +1,251 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-context + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-context + 6.1.5 + 6.1.5.1 + + org.springframework + + + bsh;version="[2,3)";resolution:=optional, + com.ibm.websphere.management;resolution:=optional, + com.sun.net.httpserver;resolution:=optional, + edu.emory.mathcs.backport.java.util.concurrent;version="[3,4)";resolution:=optional, + groovy.lang;version="[2.4,3)";resolution:=optional, + jakarta.annotation;resolution:=optional, + jakarta.ejb;resolution:=optional, + jakarta.enterprise.concurrent;resolution:=optional, + jakarta.inject;resolution:=optional, + jakarta.interceptor;resolution:=optional, + jakarta.jms;resolution:=optional, + javax.management;resolution:=optional, + javax.management.modelmbean;resolution:=optional, + javax.management.openmbean;resolution:=optional, + javax.management.remote;resolution:=optional, + javax.money;resolution:=optional, + javax.money.format;resolution:=optional, + javax.naming;resolution:=optional, + jakarta.persistence;resolution:=optional, + jakarta.persistence.spi;resolution:=optional, + javax.rmi;resolution:=optional, + javax.script;resolution:=optional, + jakarta.validation;resolution:=optional, + jakarta.validation.bootstrap;resolution:=optional, + jakarta.validation.constraints;resolution:=optional, + jakarta.validation.constraintvalidation;resolution:=optional, + jakarta.validation.executable;resolution:=optional, + jakarta.validation.groups;resolution:=optional, + jakarta.validation.metadata;resolution:=optional, + jakarta.validation.spi;resolution:=optional, + jakarta.xml.namespace;resolution:=optional, + jakarta.xml.ws;resolution:=optional, + org.aopalliance.aop;version="[1,2)";resolution:=optional, + org.aopalliance.intercept;version="[1,2)";resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.aspectj.weaver.loadtime;version="[1.8.6,2)";resolution:=optional, + org.codehaus.groovy.control;version="[2.4,3)";resolution:=optional, + org.codehaus.groovy.control.customizers;version="[2.4,3)";resolution:=optional, + org.hibernate.validator;version="[4,6)";resolution:=optional, + org.hibernate.validator.messageinterpolation;version="[4,6)";resolution:=optional, + org.hibernate.validator.method;version="[4,6)";resolution:=optional, + org.hibernate.validator.resourceloading;version="[4,6)";resolution:=optional, + org.hibernate.validator.spi.resourceloading;version="[4,6)";resolution:=optional, + org.joda.time;version="[2,3)";resolution:=optional, + org.joda.time.format;version="[2,3)";resolution:=optional, + org.jruby;version="[1.7,2)";resolution:=optional, + org.jruby.ast;version="[1.7,2)";resolution:=optional, + org.jruby.exceptions;version="[1.7,2)";resolution:=optional, + org.jruby.javasupport;version="[1.7,2)";resolution:=optional, + org.jruby.runtime;version="[1.7,2)";resolution:=optional, + org.jruby.runtime.builtin;version="[1.7,2)";resolution:=optional, + org.omg.CORBA;resolution:=optional, + org.springframework.aop;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.config;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.framework.adapter;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.interceptor;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.scope;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.support.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.target;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.target.dynamic;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.framework.autoproxy;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.asm;version="[${pkgVersion},6.2)", + org.springframework.beans;version="[${pkgVersion},6.2)", + org.springframework.beans.factory;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.annotation;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.aot;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.config;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.parsing;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.support;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.xml;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.groovy;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.propertyeditors;version="[${pkgVersion},6.2)", + org.springframework.beans.support;version="[${pkgVersion},6.2)", + org.springframework.cglib.core;version="[${pkgVersion},6.2)", + org.springframework.cglib.proxy;version="[${pkgVersion},6.2)", + org.springframework.cglib.transform;version="[${pkgVersion},6.2)", + org.springframework.cglib.reflect;version="[${pkgVersion},6.2)", + org.springframework.core;version="[${pkgVersion},6.2)", + org.springframework.core.annotation;version="[${pkgVersion},6.2)", + org.springframework.core.convert;version="[${pkgVersion},6.2)", + org.springframework.core.convert.converter;version="[${pkgVersion},6.2)", + org.springframework.core.convert.support;version="[${pkgVersion},6.2)", + org.springframework.core.env;version="[${pkgVersion},6.2)", + org.springframework.core.io;version="[${pkgVersion},6.2)", + org.springframework.core.io.support;version="[${pkgVersion},6.2)", + org.springframework.core.metrics;version="[${pkgVersion},6.2)", + org.springframework.core.serializer.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.core.task;version="[${pkgVersion},6.2)", + org.springframework.core.task.support;version="[${pkgVersion},6.2)", + org.springframework.core.type;version="[${pkgVersion},6.2)", + org.springframework.core.type.classreading;version="[${pkgVersion},6.2)", + org.springframework.core.type.filter;version="[${pkgVersion},6.2)", + org.springframework.expression;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.expression.spel;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.expression.spel.standard;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.expression.spel.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.instrument;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.objenesis;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.orm.jpa.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.2)", + org.springframework.util.concurrent;version="[${pkgVersion},6.2)", + org.springframework.util.xml;version="[${pkgVersion},6.2)", + org.springframework.util.function;version="[${pkgVersion},6.2)", + org.w3c.dom;resolution:=optional, + org.xml.sax;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + org.springframework + spring-expression + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + org.springframework + spring-expression + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.gif + **/*.xsd + **/*.xml + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-context-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-context-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..4c368f9932 --- /dev/null +++ b/spring-context-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Context module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-context-support-5.1.6.RELEASE/pom.xml b/spring-context-support-5.1.20.RELEASE/pom.xml similarity index 98% rename from spring-context-support-5.1.6.RELEASE/pom.xml rename to spring-context-support-5.1.20.RELEASE/pom.xml index 2e878ae2e2..8bf9f0e2cd 100644 --- a/spring-context-support-5.1.6.RELEASE/pom.xml +++ b/spring-context-support-5.1.20.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-context-support - 5.1.6.RELEASE_1-SNAPSHOT + 5.1.20.RELEASE_4-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-context-support - 5.1.6.RELEASE + 5.1.20.RELEASE org.springframework diff --git a/spring-context-support-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-context-support-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-context-support-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-context-support-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-context-support-4.3.23.RELEASE/pom.xml b/spring-context-support-5.2.25.RELEASE/pom.xml similarity index 88% rename from spring-context-support-4.3.23.RELEASE/pom.xml rename to spring-context-support-5.2.25.RELEASE/pom.xml index 81838fbe5e..e335066790 100644 --- a/spring-context-support-4.3.23.RELEASE/pom.xml +++ b/spring-context-support-5.2.25.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-context-support - 4.3.23.RELEASE_1-SNAPSHOT + 5.2.25.RELEASE_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-context-support - 4.3.23.RELEASE + 5.2.25.RELEASE + 5.2.25.1 org.springframework @@ -93,33 +95,33 @@ org.quartz.spi;version="[2,3)";resolution:=optional, org.quartz.utils;version="[2,3)";resolution:=optional, org.quartz.xml;version="[2,3)";resolution:=optional, - org.springframework.aop;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.framework;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.factory;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.cache;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.cache.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.cache.interceptor;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.cache.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.context;version="[${pkgVersion},4.4)", - org.springframework.context.annotation;version="[${pkgVersion},4.4)", - org.springframework.context.expression;version="[${pkgVersion},4.4)", - org.springframework.core;version="[${pkgVersion},4.4)", - org.springframework.core.annotation;version="[${pkgVersion},4.4)", - org.springframework.core.io;version="[${pkgVersion},4.4)", - org.springframework.core.io.support;version="[${pkgVersion},4.4)", - org.springframework.core.task;version="[${pkgVersion},4.4)", - org.springframework.jdbc.datasource;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.jdbc.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.jndi;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.scheduling;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.scheduling.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.transaction;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.transaction.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},4.4)", - org.springframework.util.concurrent;version="[${pkgVersion},4.4)" + org.springframework.aop;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.cache;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.cache.annotation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.cache.interceptor;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.cache.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},5.3)", + org.springframework.context.annotation;version="[${pkgVersion},5.3)", + org.springframework.context.expression;version="[${pkgVersion},5.3)", + org.springframework.core;version="[${pkgVersion},5.3)", + org.springframework.core.annotation;version="[${pkgVersion},5.3)", + org.springframework.core.io;version="[${pkgVersion},5.3)", + org.springframework.core.io.support;version="[${pkgVersion},5.3)", + org.springframework.core.task;version="[${pkgVersion},5.3)", + org.springframework.jdbc.datasource;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.jdbc.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.jndi;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.scheduling;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.scheduling.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.transaction.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},5.3)", + org.springframework.util.concurrent;version="[${pkgVersion},5.3)" diff --git a/spring-context-support-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-context-support-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-context-support-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-context-support-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-context-support-5.0.13.RELEASE/pom.xml b/spring-context-support-5.3.33/pom.xml similarity index 90% rename from spring-context-support-5.0.13.RELEASE/pom.xml rename to spring-context-support-5.3.33/pom.xml index 780db69337..e5c0ba2ef1 100644 --- a/spring-context-support-5.0.13.RELEASE/pom.xml +++ b/spring-context-support-5.3.33/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-context-support - 5.0.13.RELEASE_1-SNAPSHOT + 5.3.33_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-context-support - 5.0.13.RELEASE + 5.3.33 + 5.3.33.1 org.springframework @@ -93,33 +95,33 @@ org.quartz.spi;version="[2,3)";resolution:=optional, org.quartz.utils;version="[2,3)";resolution:=optional, org.quartz.xml;version="[2,3)";resolution:=optional, - org.springframework.aop;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.framework;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.factory;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.cache;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.cache.annotation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.cache.interceptor;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.cache.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.context;version="[${pkgVersion},5.1)", - org.springframework.context.annotation;version="[${pkgVersion},5.1)", - org.springframework.context.expression;version="[${pkgVersion},5.1)", - org.springframework.core;version="[${pkgVersion},5.1)", - org.springframework.core.annotation;version="[${pkgVersion},5.1)", - org.springframework.core.io;version="[${pkgVersion},5.1)", - org.springframework.core.io.support;version="[${pkgVersion},5.1)", - org.springframework.core.task;version="[${pkgVersion},5.1)", - org.springframework.jdbc.datasource;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.jdbc.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.jndi;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.scheduling;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.scheduling.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.transaction;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.transaction.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},5.1)", - org.springframework.util.concurrent;version="[${pkgVersion},5.1)" + org.springframework.aop;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.cache;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.cache.annotation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.cache.interceptor;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.cache.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},5.4)", + org.springframework.context.annotation;version="[${pkgVersion},5.4)", + org.springframework.context.expression;version="[${pkgVersion},5.4)", + org.springframework.core;version="[${pkgVersion},5.4)", + org.springframework.core.annotation;version="[${pkgVersion},5.4)", + org.springframework.core.io;version="[${pkgVersion},5.4)", + org.springframework.core.io.support;version="[${pkgVersion},5.4)", + org.springframework.core.task;version="[${pkgVersion},5.4)", + org.springframework.jdbc.datasource;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.jdbc.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.jndi;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.scheduling;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.scheduling.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.transaction.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},5.4)", + org.springframework.util.concurrent;version="[${pkgVersion},5.4)" diff --git a/spring-context-support-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-context-support-5.3.33/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-context-support-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-context-support-5.3.33/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-context-support-6.0.18/pom.xml b/spring-context-support-6.0.18/pom.xml new file mode 100644 index 0000000000..29368d4a6e --- /dev/null +++ b/spring-context-support-6.0.18/pom.xml @@ -0,0 +1,205 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-context-support + 6.0.18_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-context-support + 6.0.18 + 6.0.18.1 + + org.springframework + + + com.github.benmanes.caffeine.cache;resolution:=optional, + javax.cache.processor;resolution:=optional, + com.google.common.cache;resolution:=optional, + com.google.common.util.concurrent;resolution:=optional, + commonj.timers;version="[1.1.0,2)";resolution:=optional, + commonj.work;version="[1.1.0,2)";resolution:=optional, + freemarker.cache;version="[2.3,3)";resolution:=optional, + freemarker.template;version="[2.3,3)";resolution:=optional, + jakarta.activation;resolution:=optional, + javax.cache;resolution:=optional, + javax.cache.annotation;resolution:=optional, + javax.cache.spi;resolution:=optional, + jakarta.mail;resolution:=optional, + jakarta.mail.internet;resolution:=optional, + javax.naming;resolution:=optional, + javax.sql;resolution:=optional, + net.sf.ehcache;version="[2,3)";resolution:=optional, + net.sf.ehcache.bootstrap;version="[2,3)";resolution:=optional, + net.sf.ehcache.config;version="[2,3)";resolution:=optional, + net.sf.ehcache.constructs.blocking;version="[2,3)";resolution:=optional, + net.sf.ehcache.event;version="[2,3)";resolution:=optional, + net.sf.ehcache.store;version="[2,3)";resolution:=optional, + net.sf.jasperreports.engine;version="[6,7)";resolution:=optional, + net.sf.jasperreports.engine.data;version="[6,7)";resolution:=optional, + net.sf.jasperreports.engine.export;version="[6,7)";resolution:=optional, + org.aopalliance.aop;resolution:=optional, + org.aopalliance.intercept;resolution:=optional, + org.apache.commons.collections;version="[3,4)";resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.apache.velocity;version="[1.7,2)";resolution:=optional, + org.apache.velocity.app;version="[1.7,2)";resolution:=optional, + org.apache.velocity.context;version="[1.7,2)";resolution:=optional, + org.apache.velocity.exception;version="[1.7,2)";resolution:=optional, + org.apache.velocity.runtime;version="[1.7,2)";resolution:=optional, + org.apache.velocity.runtime.log;version="[1.7,2)";resolution:=optional, + org.apache.velocity.runtime.resource;version="[1.7,2)";resolution:=optional, + org.apache.velocity.runtime.resource.loader;version="[1.7,2)";resolution:=optional, + org.quartz;version="[2,3)";resolution:=optional, + org.quartz.impl;version="[2,3)";resolution:=optional, + org.quartz.impl.jdbcjobstore;version="[2,3)";resolution:=optional, + org.quartz.impl.triggers;version="[2,3)";resolution:=optional, + org.quartz.simpl;version="[2,3)";resolution:=optional, + org.quartz.spi;version="[2,3)";resolution:=optional, + org.quartz.utils;version="[2,3)";resolution:=optional, + org.quartz.xml;version="[2,3)";resolution:=optional, + org.springframework.aop;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.cache;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.cache.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.cache.interceptor;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.cache.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},6.1)", + org.springframework.context.annotation;version="[${pkgVersion},6.1)", + org.springframework.context.expression;version="[${pkgVersion},6.1)", + org.springframework.core;version="[${pkgVersion},6.1)", + org.springframework.core.annotation;version="[${pkgVersion},6.1)", + org.springframework.core.io;version="[${pkgVersion},6.1)", + org.springframework.core.io.support;version="[${pkgVersion},6.1)", + org.springframework.core.task;version="[${pkgVersion},6.1)", + org.springframework.jdbc.datasource;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.jdbc.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.jndi;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.scheduling;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.scheduling.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.transaction.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.1)", + org.springframework.util.concurrent;version="[${pkgVersion},6.1)" + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/mime.types + + + + true + true + + + + + + + diff --git a/spring-context-support-6.0.18/src/main/resources/OSGI-INF/bundle.info b/spring-context-support-6.0.18/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..f77670e7a2 --- /dev/null +++ b/spring-context-support-6.0.18/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Context Support module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-context-support-6.1.5/pom.xml b/spring-context-support-6.1.5/pom.xml new file mode 100644 index 0000000000..2463c10b1f --- /dev/null +++ b/spring-context-support-6.1.5/pom.xml @@ -0,0 +1,205 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-context-support + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-context-support + 6.1.5 + 6.1.5.1 + + org.springframework + + + com.github.benmanes.caffeine.cache;resolution:=optional, + javax.cache.processor;resolution:=optional, + com.google.common.cache;resolution:=optional, + com.google.common.util.concurrent;resolution:=optional, + commonj.timers;version="[1.1.0,2)";resolution:=optional, + commonj.work;version="[1.1.0,2)";resolution:=optional, + freemarker.cache;version="[2.3,3)";resolution:=optional, + freemarker.template;version="[2.3,3)";resolution:=optional, + jakarta.activation;resolution:=optional, + javax.cache;resolution:=optional, + javax.cache.annotation;resolution:=optional, + javax.cache.spi;resolution:=optional, + jakarta.mail;resolution:=optional, + jakarta.mail.internet;resolution:=optional, + javax.naming;resolution:=optional, + javax.sql;resolution:=optional, + net.sf.ehcache;version="[2,3)";resolution:=optional, + net.sf.ehcache.bootstrap;version="[2,3)";resolution:=optional, + net.sf.ehcache.config;version="[2,3)";resolution:=optional, + net.sf.ehcache.constructs.blocking;version="[2,3)";resolution:=optional, + net.sf.ehcache.event;version="[2,3)";resolution:=optional, + net.sf.ehcache.store;version="[2,3)";resolution:=optional, + net.sf.jasperreports.engine;version="[6,7)";resolution:=optional, + net.sf.jasperreports.engine.data;version="[6,7)";resolution:=optional, + net.sf.jasperreports.engine.export;version="[6,7)";resolution:=optional, + org.aopalliance.aop;resolution:=optional, + org.aopalliance.intercept;resolution:=optional, + org.apache.commons.collections;version="[3,4)";resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.apache.velocity;version="[1.7,2)";resolution:=optional, + org.apache.velocity.app;version="[1.7,2)";resolution:=optional, + org.apache.velocity.context;version="[1.7,2)";resolution:=optional, + org.apache.velocity.exception;version="[1.7,2)";resolution:=optional, + org.apache.velocity.runtime;version="[1.7,2)";resolution:=optional, + org.apache.velocity.runtime.log;version="[1.7,2)";resolution:=optional, + org.apache.velocity.runtime.resource;version="[1.7,2)";resolution:=optional, + org.apache.velocity.runtime.resource.loader;version="[1.7,2)";resolution:=optional, + org.quartz;version="[2,3)";resolution:=optional, + org.quartz.impl;version="[2,3)";resolution:=optional, + org.quartz.impl.jdbcjobstore;version="[2,3)";resolution:=optional, + org.quartz.impl.triggers;version="[2,3)";resolution:=optional, + org.quartz.simpl;version="[2,3)";resolution:=optional, + org.quartz.spi;version="[2,3)";resolution:=optional, + org.quartz.utils;version="[2,3)";resolution:=optional, + org.quartz.xml;version="[2,3)";resolution:=optional, + org.springframework.aop;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.cache;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.cache.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.cache.interceptor;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.cache.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},6.2)", + org.springframework.context.annotation;version="[${pkgVersion},6.2)", + org.springframework.context.expression;version="[${pkgVersion},6.2)", + org.springframework.core;version="[${pkgVersion},6.2)", + org.springframework.core.annotation;version="[${pkgVersion},6.2)", + org.springframework.core.io;version="[${pkgVersion},6.2)", + org.springframework.core.io.support;version="[${pkgVersion},6.2)", + org.springframework.core.task;version="[${pkgVersion},6.2)", + org.springframework.jdbc.datasource;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.jdbc.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.jndi;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.scheduling;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.scheduling.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.transaction.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.2)", + org.springframework.util.concurrent;version="[${pkgVersion},6.2)" + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/mime.types + + + + true + true + + + + + + + diff --git a/spring-context-support-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-context-support-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..f77670e7a2 --- /dev/null +++ b/spring-context-support-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Context Support module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-core-5.1.6.RELEASE/pom.xml b/spring-core-5.1.20.RELEASE/pom.xml similarity index 97% rename from spring-core-5.1.6.RELEASE/pom.xml rename to spring-core-5.1.20.RELEASE/pom.xml index 87e71100f7..c7ddcb3eb8 100644 --- a/spring-core-5.1.6.RELEASE/pom.xml +++ b/spring-core-5.1.20.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-core - 5.1.6.RELEASE_1-SNAPSHOT + 5.1.20.RELEASE_4-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-core - 5.1.6.RELEASE + 5.1.20.RELEASE org.springframework diff --git a/spring-core-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-core-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-core-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-core-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-core-4.3.23.RELEASE/pom.xml b/spring-core-5.2.25.RELEASE/pom.xml similarity index 94% rename from spring-core-4.3.23.RELEASE/pom.xml rename to spring-core-5.2.25.RELEASE/pom.xml index 8c0ace3f43..98ea6abdf6 100644 --- a/spring-core-4.3.23.RELEASE/pom.xml +++ b/spring-core-5.2.25.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-core - 4.3.23.RELEASE_1-SNAPSHOT + 5.2.25.RELEASE_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-core - 4.3.23.RELEASE + 5.2.25.RELEASE + 5.2.25.1 org.springframework @@ -62,6 +64,7 @@ net.sf.cglib.beans;version="[3,4)";resolution:=optional, sun.misc;resolution:=optional, org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.apache.commons.logging.impl;version="[1.1.1,2)";resolution:=optional, org.apache.commons.codec.binary;resolution:=optional, org.apache.log4j;version="[1.2.15,2)";resolution:=optional, org.apache.log4j.xml;version="[1.2.15,2)";resolution:=optional, @@ -75,8 +78,8 @@ org.jboss.vfs;version="[3,4)";resolution:=optional, org.jboss.virtual;version="[2.1.0.GA,3)";resolution:=optional, org.objectweb.asm;version="[3.2,4)";resolution:=optional, - org.springframework.asm.tree;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.asm.util;version="[${pkgVersion},4.4)";resolution:=optional, + org.springframework.asm.tree;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.asm.util;version="[${pkgVersion},5.3)";resolution:=optional, org.w3c.dom;resolution:=optional, org.xml.sax;resolution:=optional, org.xml.sax.ext;resolution:=optional, diff --git a/spring-core-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-core-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-core-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-core-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-core-5.0.13.RELEASE/pom.xml b/spring-core-5.3.33/pom.xml similarity index 89% rename from spring-core-5.0.13.RELEASE/pom.xml rename to spring-core-5.3.33/pom.xml index d6cd7a3137..ac480dbd01 100644 --- a/spring-core-5.0.13.RELEASE/pom.xml +++ b/spring-core-5.3.33/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-core - 5.0.13.RELEASE_1-SNAPSHOT + 5.3.33_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,16 +38,19 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-core - 5.0.13.RELEASE + 5.3.33 + 5.3.33.1 org.springframework + io.netty.buffer;resolution:=optional, javax.net;resolution:=optional, javax.xml;resolution:=optional, javax.xml.bind;resolution:=optional, @@ -62,6 +65,7 @@ net.sf.cglib.beans;version="[3,4)";resolution:=optional, sun.misc;resolution:=optional, org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.apache.commons.logging.impl;version="[1.1.1,2)";resolution:=optional, org.apache.commons.codec.binary;resolution:=optional, org.apache.log4j;version="[1.2.15,2)";resolution:=optional, org.apache.log4j.xml;version="[1.2.15,2)";resolution:=optional, @@ -75,8 +79,14 @@ org.jboss.vfs;version="[3,4)";resolution:=optional, org.jboss.virtual;version="[2.1.0.GA,3)";resolution:=optional, org.objectweb.asm;version="[3.2,4)";resolution:=optional, - org.springframework.asm.tree;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.asm.util;version="[${pkgVersion},5.1)";resolution:=optional, + org.springframework.asm.tree;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.asm.util;version="[${pkgVersion},5.4)";resolution:=optional, + org.reactivestreams;version="[1.0,2)";resolution:=optional, + reactor.core;version="[3.4,4)";resolution:=optional, + reactor.core.publisher;version="[3.4,4)";resolution:=optional, + reactor.util.concurrent;version="[3.4,4)";resolution:=optional, + reactor.util.context;version="[3.4,4)";resolution:=optional, + reactor.util.function;version="[3.4,4)";resolution:=optional, org.w3c.dom;resolution:=optional, org.xml.sax;resolution:=optional, org.xml.sax.ext;resolution:=optional, diff --git a/spring-core-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-core-5.3.33/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-core-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-core-5.3.33/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-core-6.0.18/pom.xml b/spring-core-6.0.18/pom.xml new file mode 100644 index 0000000000..5c32422b3f --- /dev/null +++ b/spring-core-6.0.18/pom.xml @@ -0,0 +1,158 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-core + 6.0.18_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-core + 6.0.18 + 6.0.18.1 + + org.springframework + + + io.netty.buffer;resolution:=optional, + javax.net;resolution:=optional, + jakarta.xml;resolution:=optional, + jakarta.xml.bind;resolution:=optional, + jakarta.xml.namespace;resolution:=optional, + jakarta.xml.stream;resolution:=optional, + jakarta.xml.stream.events;resolution:=optional, + jakarta.xml.stream.util;resolution:=optional, + jakarta.xml.transform;resolution:=optional, + jakarta.xml.transform.sax;resolution:=optional, + jakarta.xml.transform.stax;resolution:=optional, + joptsimple;version="[4,5)";resolution:=optional, + net.sf.cglib.beans;version="[3,4)";resolution:=optional, + sun.misc;resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.apache.commons.logging.impl;version="[1.1.1,2)";resolution:=optional, + org.apache.commons.codec.binary;resolution:=optional, + org.apache.log4j;version="[1.2.15,2)";resolution:=optional, + org.apache.log4j.xml;version="[1.2.15,2)";resolution:=optional, + org.apache.tools.ant;version="[1.7,2)";resolution:=optional, + org.apache.tools.ant.types;version="[1.7,2)";resolution:=optional, + org.aspectj.bridge;version="[1.8,2)";resolution:=optional, + org.aspectj.weaver;version="[1.8,2)";resolution:=optional, + org.aspectj.weaver.bcel;version="[1.8,2)";resolution:=optional, + org.aspectj.weaver.patterns;version="[1.8,2)";resolution:=optional, + org.eclipse.core.runtime;common="split";resolution:=optional, + org.jboss.vfs;version="[3,4)";resolution:=optional, + org.jboss.virtual;version="[2.1.0.GA,3)";resolution:=optional, + org.objectweb.asm;version="[3.2,4)";resolution:=optional, + org.springframework.asm.tree;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.asm.util;version="[${pkgVersion},6.1)";resolution:=optional, + org.reactivestreams;version="[1.0,2)";resolution:=optional, + reactor.core;version="[3.4,4)";resolution:=optional, + reactor.core.publisher;version="[3.4,4)";resolution:=optional, + reactor.util.concurrent;version="[3.4,4)";resolution:=optional, + reactor.util.context;version="[3.4,4)";resolution:=optional, + reactor.util.function;version="[3.4,4)";resolution:=optional, + org.w3c.dom;resolution:=optional, + org.xml.sax;resolution:=optional, + org.xml.sax.ext;resolution:=optional, + org.xml.sax.helpers;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + commons-logging + commons-logging + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + commons-logging + commons-logging + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + true + true + + + + + + + diff --git a/spring-core-6.0.18/src/main/resources/OSGI-INF/bundle.info b/spring-core-6.0.18/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..8a19b86316 --- /dev/null +++ b/spring-core-6.0.18/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Core module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-core-6.1.5/pom.xml b/spring-core-6.1.5/pom.xml new file mode 100644 index 0000000000..3c3b1c4dda --- /dev/null +++ b/spring-core-6.1.5/pom.xml @@ -0,0 +1,158 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-core + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-core + 6.1.5 + 6.1.5.1 + + org.springframework + + + io.netty.buffer;resolution:=optional, + javax.net;resolution:=optional, + jakarta.xml;resolution:=optional, + jakarta.xml.bind;resolution:=optional, + jakarta.xml.namespace;resolution:=optional, + jakarta.xml.stream;resolution:=optional, + jakarta.xml.stream.events;resolution:=optional, + jakarta.xml.stream.util;resolution:=optional, + jakarta.xml.transform;resolution:=optional, + jakarta.xml.transform.sax;resolution:=optional, + jakarta.xml.transform.stax;resolution:=optional, + joptsimple;version="[4,5)";resolution:=optional, + net.sf.cglib.beans;version="[3,4)";resolution:=optional, + sun.misc;resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.apache.commons.logging.impl;version="[1.1.1,2)";resolution:=optional, + org.apache.commons.codec.binary;resolution:=optional, + org.apache.log4j;version="[1.2.15,2)";resolution:=optional, + org.apache.log4j.xml;version="[1.2.15,2)";resolution:=optional, + org.apache.tools.ant;version="[1.7,2)";resolution:=optional, + org.apache.tools.ant.types;version="[1.7,2)";resolution:=optional, + org.aspectj.bridge;version="[1.8,2)";resolution:=optional, + org.aspectj.weaver;version="[1.8,2)";resolution:=optional, + org.aspectj.weaver.bcel;version="[1.8,2)";resolution:=optional, + org.aspectj.weaver.patterns;version="[1.8,2)";resolution:=optional, + org.eclipse.core.runtime;common="split";resolution:=optional, + org.jboss.vfs;version="[3,4)";resolution:=optional, + org.jboss.virtual;version="[2.1.0.GA,3)";resolution:=optional, + org.objectweb.asm;version="[3.2,4)";resolution:=optional, + org.springframework.asm.tree;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.asm.util;version="[${pkgVersion},6.2)";resolution:=optional, + org.reactivestreams;version="[1.0,2)";resolution:=optional, + reactor.core;version="[3.4,4)";resolution:=optional, + reactor.core.publisher;version="[3.4,4)";resolution:=optional, + reactor.util.concurrent;version="[3.4,4)";resolution:=optional, + reactor.util.context;version="[3.4,4)";resolution:=optional, + reactor.util.function;version="[3.4,4)";resolution:=optional, + org.w3c.dom;resolution:=optional, + org.xml.sax;resolution:=optional, + org.xml.sax.ext;resolution:=optional, + org.xml.sax.helpers;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + commons-logging + commons-logging + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + commons-logging + commons-logging + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + true + true + + + + + + + diff --git a/spring-core-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-core-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..8a19b86316 --- /dev/null +++ b/spring-core-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Core module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-data-commons-2.1.6.RELEASE/pom.xml b/spring-data-commons-3.0.5/pom.xml similarity index 89% rename from spring-data-commons-2.1.6.RELEASE/pom.xml rename to spring-data-commons-3.0.5/pom.xml index 37bab8c6f7..a3172b6a30 100644 --- a/spring-data-commons-2.1.6.RELEASE/pom.xml +++ b/spring-data-commons-3.0.5/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-data-commons - 2.1.6.RELEASE_2-SNAPSHOT + 3.0.5_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,8 @@ org.springframework.data spring-data-commons - 2.1.6.RELEASE + 3.0.5 + 3.0.5.1 org.springframework.data @@ -63,21 +64,22 @@ org.aopalliance.aop;resolution:=optional, org.aopalliance.intercept;resolution:=optional, org.joda.time;resolution:=optional, + org.apache.commons.logging*;resolution:=optional, org.slf4j;resolution:=optional, - org.springframework.aop*;version="[5,6)", - org.springframework.asm;version="[5,6)", - org.springframework.beans*;version="[5,6)", - org.springframework.core*;version="[5,6)", - org.springframework.context*;version="[5,6)", - org.springframework.dao*;resolution:=optional;version="[5,6)", - org.springframework.expression*;resolution:=optional;version="[5,6)", - org.springframework.format*;version="[5,6)", + org.springframework.aop*;version="[6,7)", + org.springframework.asm;version="[6,7)", + org.springframework.beans*;version="[6,7)", + org.springframework.core*;version="[6,7)", + org.springframework.context*;version="[6,7)", + org.springframework.dao*;resolution:=optional;version="[6,7)", + org.springframework.expression*;resolution:=optional;version="[6,7)", + org.springframework.format*;version="[6,7)", org.springframework.hateoas*;resolution:=optional, - org.springframework.oxm;resolution:=optional;version="[5,6)", - org.springframework.scheduling.annotation;version="[5,6)", - org.springframework.transaction*;resolution:=optional;version="[5,6)", - org.springframework.util*;version="[5,6)", - org.springframework.web*;resolution:=optional;version="[5,6)", + org.springframework.oxm;resolution:=optional;version="[6,7)", + org.springframework.scheduling.annotation;version="[6,7)", + org.springframework.transaction*;resolution:=optional;version="[6,7)", + org.springframework.util*;version="[6,7)", + org.springframework.web*;resolution:=optional;version="[6,7)", org.threeten.bp;resolution:=optional;version="[1.3,3)", scala;resolution:=optional;version="[2.10,2.13)", org.w3c.dom;resolution:=optional diff --git a/spring-data-commons-2.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-data-commons-3.0.5/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-data-commons-2.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-data-commons-3.0.5/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-data-commons-3.1.5/pom.xml b/spring-data-commons-3.1.5/pom.xml new file mode 100644 index 0000000000..db238d43dd --- /dev/null +++ b/spring-data-commons-3.1.5/pom.xml @@ -0,0 +1,150 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-data-commons + 3.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.data + spring-data-commons + 3.1.5 + 3.1.5.1 + + org.springframework.data + + + javax.xml.transform;resolution:=optional, + com.fasterxml.jackson.annotation;resolution:=optional;version="[2,4)", + com.fasterxml.jackson.core;resolution:=optional;version="[2,4)", + com.fasterxml.jackson.databind*;resolution:=optional;version="[2,4)", + com.google.common.base;resolution:=optional;version="[15,25)", + com.querydsl.core*;resolution:=optional;version="[4,6)", + jakarta.enterprise*;resolution:=optional, + jakarta.inject;resolution:=optional, + jakarta.xml.bind.annotation;resolution:=optional, + jakarta.xml.bind.annotation.adapters;resolution:=optional, + javax.xml.transform.stream;resolution:=optional, + org.aopalliance.aop;resolution:=optional, + org.aopalliance.intercept;resolution:=optional, + org.joda.time;resolution:=optional, + org.apache.commons.logging*;resolution:=optional, + org.slf4j;resolution:=optional, + org.springframework.aop*;version="[6,7)", + org.springframework.asm;version="[6,7)", + org.springframework.beans*;version="[6,7)", + org.springframework.core*;version="[6,7)", + org.springframework.context*;version="[6,7)", + org.springframework.dao*;resolution:=optional;version="[6,7)", + org.springframework.expression*;resolution:=optional;version="[6,7)", + org.springframework.format*;version="[6,7)", + org.springframework.hateoas*;resolution:=optional, + org.springframework.oxm;resolution:=optional;version="[6,7)", + org.springframework.scheduling.annotation;version="[6,7)", + org.springframework.transaction*;resolution:=optional;version="[6,7)", + org.springframework.util*;version="[6,7)", + org.springframework.web*;resolution:=optional;version="[6,7)", + org.threeten.bp;resolution:=optional;version="[1.3,3)", + scala;resolution:=optional;version="[2.10,2.13)", + org.w3c.dom;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + commons-logging + commons-logging + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + commons-logging + commons-logging + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + true + true + + + + + + + diff --git a/spring-data-commons-3.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-data-commons-3.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..50a012d040 --- /dev/null +++ b/spring-data-commons-3.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Data Commons module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-data-commons-3.2.3/pom.xml b/spring-data-commons-3.2.3/pom.xml new file mode 100644 index 0000000000..330111982d --- /dev/null +++ b/spring-data-commons-3.2.3/pom.xml @@ -0,0 +1,150 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-data-commons + 3.2.3_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.data + spring-data-commons + 3.2.3 + 3.2.3.1 + + org.springframework.data + + + javax.xml.transform;resolution:=optional, + com.fasterxml.jackson.annotation;resolution:=optional;version="[2,4)", + com.fasterxml.jackson.core;resolution:=optional;version="[2,4)", + com.fasterxml.jackson.databind*;resolution:=optional;version="[2,4)", + com.google.common.base;resolution:=optional;version="[15,25)", + com.querydsl.core*;resolution:=optional;version="[4,6)", + jakarta.enterprise*;resolution:=optional, + jakarta.inject;resolution:=optional, + jakarta.xml.bind.annotation;resolution:=optional, + jakarta.xml.bind.annotation.adapters;resolution:=optional, + javax.xml.transform.stream;resolution:=optional, + org.aopalliance.aop;resolution:=optional, + org.aopalliance.intercept;resolution:=optional, + org.joda.time;resolution:=optional, + org.apache.commons.logging*;resolution:=optional, + org.slf4j;resolution:=optional, + org.springframework.aop*;version="[6,7)", + org.springframework.asm;version="[6,7)", + org.springframework.beans*;version="[6,7)", + org.springframework.core*;version="[6,7)", + org.springframework.context*;version="[6,7)", + org.springframework.dao*;resolution:=optional;version="[6,7)", + org.springframework.expression*;resolution:=optional;version="[6,7)", + org.springframework.format*;version="[6,7)", + org.springframework.hateoas*;resolution:=optional, + org.springframework.oxm;resolution:=optional;version="[6,7)", + org.springframework.scheduling.annotation;version="[6,7)", + org.springframework.transaction*;resolution:=optional;version="[6,7)", + org.springframework.util*;version="[6,7)", + org.springframework.web*;resolution:=optional;version="[6,7)", + org.threeten.bp;resolution:=optional;version="[1.3,3)", + scala;resolution:=optional;version="[2.10,2.13)", + org.w3c.dom;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + commons-logging + commons-logging + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + commons-logging + commons-logging + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + true + true + + + + + + + diff --git a/spring-data-commons-3.2.3/src/main/resources/OSGI-INF/bundle.info b/spring-data-commons-3.2.3/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..50a012d040 --- /dev/null +++ b/spring-data-commons-3.2.3/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Data Commons module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-data-keyvalue-2.1.6.RELEASE/pom.xml b/spring-data-keyvalue-3.0.5/pom.xml similarity index 94% rename from spring-data-keyvalue-2.1.6.RELEASE/pom.xml rename to spring-data-keyvalue-3.0.5/pom.xml index eafd0fb70d..dd5ade264f 100644 --- a/spring-data-keyvalue-2.1.6.RELEASE/pom.xml +++ b/spring-data-keyvalue-3.0.5/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-data-keyvalue - 2.1.6.RELEASE_2-SNAPSHOT + 3.0.5_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: spring-data-keyvalue This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar files. @@ -45,11 +45,13 @@ org.springframework.data spring-data-keyvalue - 2.1.6.RELEASE + 3.0.5 + 3.0.5.1 org.springframework.data.keyvalue + com.querydsl*;resolution:=optional, * diff --git a/spring-data-keyvalue-2.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-data-keyvalue-3.0.5/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-data-keyvalue-2.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-data-keyvalue-3.0.5/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-data-redis-2.1.6.RELEASE/pom.xml b/spring-data-keyvalue-3.1.5/pom.xml similarity index 88% rename from spring-data-redis-2.1.6.RELEASE/pom.xml rename to spring-data-keyvalue-3.1.5/pom.xml index 24ccf6b682..43ffd2e5a1 100644 --- a/spring-data-redis-2.1.6.RELEASE/pom.xml +++ b/spring-data-keyvalue-3.1.5/pom.xml @@ -24,15 +24,15 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles - org.apache.servicemix.bundles.spring-data-redis - 2.1.6.RELEASE_2-SNAPSHOT + org.apache.servicemix.bundles.spring-data-keyvalue + 3.1.5_2-SNAPSHOT bundle - Apache ServiceMix :: Bundles :: spring-data-redis + Apache ServiceMix :: Bundles :: spring-data-keyvalue This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar files. @@ -44,12 +44,14 @@ org.springframework.data - spring-data-redis - 2.1.6.RELEASE + spring-data-keyvalue + 3.1.5 + 3.1.5.1 - org.springframework.data.redis + org.springframework.data.keyvalue + com.querydsl*;resolution:=optional, * diff --git a/spring-data-neo4j-3.4.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-data-keyvalue-3.1.5/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-data-neo4j-3.4.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-data-keyvalue-3.1.5/src/main/resources/OSGI-INF/bundle.info diff --git a/grpc-1.20.0/pom.xml b/spring-data-keyvalue-3.2.3/pom.xml similarity index 84% rename from grpc-1.20.0/pom.xml rename to spring-data-keyvalue-3.2.3/pom.xml index eed02f2ec0..d9a8df1d2a 100644 --- a/grpc-1.20.0/pom.xml +++ b/spring-data-keyvalue-3.2.3/pom.xml @@ -24,36 +24,35 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles - org.apache.servicemix.bundles.grpc - 1.20.0_1-SNAPSHOT + org.apache.servicemix.bundles.spring-data-keyvalue + 3.2.3_2-SNAPSHOT bundle - Apache ServiceMix :: Bundles :: gRPC + Apache ServiceMix :: Bundles :: spring-data-keyvalue This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar files. scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD - io.grpc - grpc-all - 1.20.0 + org.springframework.data + spring-data-keyvalue + 3.2.3 + 3.2.3.1 - io.grpc + org.springframework.data.keyvalue - !com.google.rpc, - !org.mockito*, - !org.junit*, - !com.google.common.truth*, - * + com.querydsl*;resolution:=optional, + * @@ -87,7 +86,7 @@ - ${pkgGroupId}:${pkgArtifactId} + ${pkgGroupId}:${pkgArtifactId} @@ -98,7 +97,6 @@ - true diff --git a/spring-data-redis-2.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-data-keyvalue-3.2.3/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-data-redis-2.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-data-keyvalue-3.2.3/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-data-neo4j-3.4.6.RELEASE/pom.xml b/spring-data-neo4j-3.4.6.RELEASE/pom.xml deleted file mode 100644 index 2d004402bb..0000000000 --- a/spring-data-neo4j-3.4.6.RELEASE/pom.xml +++ /dev/null @@ -1,374 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 13 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.spring-data-neo4j - 3.4.6.RELEASE_2-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: spring-data-neo4j - This OSGi bundle wraps spring-data-neo4j, spring-data-neo4j-aspects, spring-data-neo4j-cross-store, spring-data-neo4j-tx, spring-data-neo4j-rest ${pkgVersion} jar files. - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD - - - - org.springframework.data - 3.4.6.RELEASE - - org.springframework.data - - - com.fasterxml*, - com.google.common.base, - com.mysema.query.annotations, - com.mysema.query.apt, - com.mysema.query.types, - javax.annotation, - javax.annotation.processing, - javax.enterprise.*;resolution:=optional, - javax.inject, - javax.lang.model, - javax.naming, - javax.persistence, - javax.script, - javax.servlet, - javax.tools, - javax.transaction.*, - javax.validation, - javax.xml.*, - org.aopalliance.aop, - org.aopalliance.intercept, - org.apache.commons.configuration;resolution:=optional, - org.apache.lucene.search, - org.aspectj.*, - org.codehaus.jackson;resolution:=optional, - org.codehaus.jackson.map;resolution:=optional, - org.joda.time, - org.json.simple, - org.neo4j.cypher.*, - org.neo4j.cypherdsl.*, - org.neo4j.graphdb.*, - org.neo4j.helpers.*, - org.neo4j.index.*, - org.neo4j.kernel.*, - org.neo4j.rest.*, - org.neo4j.server.plugins, - org.neo4j.tooling, - org.objectweb.jotm;resolution:=optional, - org.slf4j;resolution:=optional, - org.threeten.bp;resolution:=optional, - org.springframework.aop.*, - org.springframework.asm, - org.springframework.beans.*, - org.springframework.beans.factory.aspectj;resolution:=optional, - org.springframework.context.*, - org.springframework.core*, - org.springframework.dao, - org.springframework.dao.support, - org.springframework.expression.*, - org.springframework.format*, - org.springframework.hateoas*;resolution:=optional, - org.springframework.orm.jpa*;resolution:=optional, - org.springframework.oxm;resolution:=optional, - org.springframework.scheduling*;resolution:=optional, - org.springframework.stereotype, - org.springframework.transaction.*, - org.springframework.util, - org.springframework.validation, - org.springframework.web.*, - org.w3c.dom, - sun.reflect;resolution:=optional - - - - - - ${pkgGroupId} - spring-data-neo4j - ${pkgVersion} - - - org.neo4j - neo4j - - - org.neo4j - neo4j-cypher - - - org.neo4j - neo4j-cypher-dsl - - - - - ${pkgGroupId} - spring-data-neo4j-aspects - ${pkgVersion} - - - org.neo4j - neo4j-kernel - - - org.neo4j - neo4j - - - org.neo4j - neo4j-cypher - - - - - ${pkgGroupId} - spring-data-neo4j-cross-store - ${pkgVersion} - - - org.neo4j - neo4j - - - org.neo4j - neo4j-cypher - - - - - ${pkgGroupId} - spring-data-neo4j-tx - ${pkgVersion} - - - org.neo4j - neo4j-kernel - - - org.neo4j - neo4j - - - org.neo4j - neo4j-cypher - - - - - ${pkgGroupId} - spring-data-neo4j-rest - ${pkgVersion} - - - org.neo4j - neo4j-kernel - - - org.neo4j - neo4j-rest-graphdb - - - org.neo4j - neo4j - - - org.neo4j - neo4j-cypher - - - - - - - ${pkgGroupId} - spring-data-neo4j - ${pkgVersion} - sources - - - org.neo4j - neo4j - - - org.neo4j - neo4j-cypher - - - org.neo4j - neo4j-cypher-dsl - - - - - ${pkgGroupId} - spring-data-neo4j-aspects - ${pkgVersion} - sources - - - org.neo4j - neo4j-kernel - - - org.neo4j - neo4j - - - org.neo4j - neo4j-cypher - - - - - ${pkgGroupId} - spring-data-neo4j-cross-store - ${pkgVersion} - sources - - - org.neo4j - neo4j - - - org.neo4j - neo4j-cypher - - - - - ${pkgGroupId} - spring-data-neo4j-tx - ${pkgVersion} - sources - - - org.neo4j - neo4j-kernel - - - org.neo4j - neo4j - - - org.neo4j - neo4j-cypher - - - - - ${pkgGroupId} - spring-data-neo4j-rest - ${pkgVersion} - sources - - - org.neo4j - neo4j-kernel - - - org.neo4j - neo4j-rest-graphdb - - - org.neo4j - neo4j - - - org.neo4j - neo4j-cypher - - - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:spring-data-neo4j - ${pkgGroupId}:spring-data-neo4j-aspects - ${pkgGroupId}:spring-data-neo4j-cross-store - ${pkgGroupId}:spring-data-neo4j-tx - ${pkgGroupId}:spring-data-neo4j-rest - - - - - ${pkgGroupId}:spring-data-neo4j - - **/* - - - - ${pkgGroupId}:spring-data-neo4j-aspects - - **/* - - - - ${pkgGroupId}:spring-data-neo4j-cross-store - - **/* - - - - ${pkgGroupId}:spring-data-neo4j-tx - - **/* - - - - ${pkgGroupId}:spring-data-neo4j-rest - - **/* - - - - - - - - - - diff --git a/spring-data-redis-3.0.5/pom.xml b/spring-data-redis-3.0.5/pom.xml new file mode 100644 index 0000000000..e69ad5f491 --- /dev/null +++ b/spring-data-redis-3.0.5/pom.xml @@ -0,0 +1,119 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-data-redis + 3.0.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: spring-data-redis + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar files. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.data + spring-data-redis + 3.0.5 + 3.0.5.1 + + org.springframework.data.redis + + + !org.apache.commons.beanutils*, + !kotlin*, + javax.enterprise.context*;resolution:=optional, + javax.enterprise.event;resolution:=optional, + javax.enterprise.inject*;resolution:=optional, + io.lettuce*;resolution:=optional, + org.reactivestreams*;resolution:=optional, + com.querydsl.collections;resolution:=optional, + org.springframework.oxm;resolution:=optional, + reactor*;resolution:=optional, + * + + + org.apache.commons.beanutils*, + kotlin* + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + + + + + + + diff --git a/spring-data-redis-3.0.5/src/main/resources/OSGI-INF/bundle.info b/spring-data-redis-3.0.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..2721ca2ca3 --- /dev/null +++ b/spring-data-redis-3.0.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,58 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j/${pkgVersion}\u001B[0m + \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-aspects/${pkgVersion}\u001B[0m + \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-cross-store/${pkgVersion}\u001B[0m + \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-tx/${pkgVersion}\u001B[0m + \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-rest/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + The Spring Data Neo4J project offers advanced features to map annotated entity classes to the Neo4j Graph Database. + + Spring Data Neo4j is part of the Spring Data project which aims to provide convenient support for NoSQL databases. + + This bundle requires the following dependency bundles: + mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr303-api-1.1.0/2.4.0 + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.neo4j/1.8_2 + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/1.0_6 + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aspectj/1.7.2_1 + mvn:org.springframework/spring-core/3.1.4.RELEASE + mvn:org.springframework/spring-asm/3.1.4.RELEASE + mvn:org.springframework/spring-expression/3.1.4.RELEASE + mvn:org.springframework/spring-beans/3.1.4.RELEASE + mvn:org.springframework/spring-aop/3.1.4.RELEASE + mvn:org.springframework/spring-context/3.1.4.RELEASE + mvn:org.springframework/spring-context-support/3.1.4.RELEASE + mvn:org.springframework/spring-tx/3.1.4.RELEASE + mvn:org.springframework/spring-jdbc/3.1.4.RELEASE + mvn:org.springframework/spring-orm/3.1.4.RELEASE + mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/2.2.0 + mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/1.2 + mvn:javax.mail/mail/1.4.5 + mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1 + mvn:org.eclipse.jetty/jetty-util/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-io/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-http/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-client/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-continuation/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-jmx/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-server/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-security/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-servlet/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-servlets/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-xml/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-webapp/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-jndi/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-plus/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-websocket/7.6.8.v20121106 + mvn:org.ops4j.pax.web/pax-web-api/1.1.14 + mvn:org.ops4j.pax.web/pax-web-spi/1.1.14 + mvn:org.ops4j.pax.web/pax-web-runtime/1.1.14 + mvn:org.ops4j.pax.web/pax-web-jetty/1.1.14 + mvn:org.springframework/spring-web/3.1.4.RELEASE + mvn:org.springframework/spring-webmvc/3.1.4.RELEASE + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://projects.spring.io/spring-data-neo4j/\u001B[0m diff --git a/spring-data-redis-3.1.5/pom.xml b/spring-data-redis-3.1.5/pom.xml new file mode 100644 index 0000000000..628943f158 --- /dev/null +++ b/spring-data-redis-3.1.5/pom.xml @@ -0,0 +1,119 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-data-redis + 3.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: spring-data-redis + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar files. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.data + spring-data-redis + 3.1.5 + 3.1.5.1 + + org.springframework.data.redis + + + !org.apache.commons.beanutils*, + !kotlin*, + javax.enterprise.context*;resolution:=optional, + javax.enterprise.event;resolution:=optional, + javax.enterprise.inject*;resolution:=optional, + io.lettuce*;resolution:=optional, + org.reactivestreams*;resolution:=optional, + com.querydsl.collections;resolution:=optional, + org.springframework.oxm;resolution:=optional, + reactor*;resolution:=optional, + * + + + org.apache.commons.beanutils*, + kotlin* + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + + + + + + + diff --git a/spring-data-redis-3.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-data-redis-3.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..2721ca2ca3 --- /dev/null +++ b/spring-data-redis-3.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,58 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j/${pkgVersion}\u001B[0m + \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-aspects/${pkgVersion}\u001B[0m + \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-cross-store/${pkgVersion}\u001B[0m + \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-tx/${pkgVersion}\u001B[0m + \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-rest/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + The Spring Data Neo4J project offers advanced features to map annotated entity classes to the Neo4j Graph Database. + + Spring Data Neo4j is part of the Spring Data project which aims to provide convenient support for NoSQL databases. + + This bundle requires the following dependency bundles: + mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr303-api-1.1.0/2.4.0 + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.neo4j/1.8_2 + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/1.0_6 + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aspectj/1.7.2_1 + mvn:org.springframework/spring-core/3.1.4.RELEASE + mvn:org.springframework/spring-asm/3.1.4.RELEASE + mvn:org.springframework/spring-expression/3.1.4.RELEASE + mvn:org.springframework/spring-beans/3.1.4.RELEASE + mvn:org.springframework/spring-aop/3.1.4.RELEASE + mvn:org.springframework/spring-context/3.1.4.RELEASE + mvn:org.springframework/spring-context-support/3.1.4.RELEASE + mvn:org.springframework/spring-tx/3.1.4.RELEASE + mvn:org.springframework/spring-jdbc/3.1.4.RELEASE + mvn:org.springframework/spring-orm/3.1.4.RELEASE + mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/2.2.0 + mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/1.2 + mvn:javax.mail/mail/1.4.5 + mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1 + mvn:org.eclipse.jetty/jetty-util/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-io/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-http/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-client/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-continuation/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-jmx/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-server/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-security/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-servlet/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-servlets/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-xml/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-webapp/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-jndi/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-plus/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-websocket/7.6.8.v20121106 + mvn:org.ops4j.pax.web/pax-web-api/1.1.14 + mvn:org.ops4j.pax.web/pax-web-spi/1.1.14 + mvn:org.ops4j.pax.web/pax-web-runtime/1.1.14 + mvn:org.ops4j.pax.web/pax-web-jetty/1.1.14 + mvn:org.springframework/spring-web/3.1.4.RELEASE + mvn:org.springframework/spring-webmvc/3.1.4.RELEASE + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://projects.spring.io/spring-data-neo4j/\u001B[0m diff --git a/spring-data-redis-3.2.3/pom.xml b/spring-data-redis-3.2.3/pom.xml new file mode 100644 index 0000000000..b4af70ebeb --- /dev/null +++ b/spring-data-redis-3.2.3/pom.xml @@ -0,0 +1,119 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-data-redis + 3.2.3_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: spring-data-redis + This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar files. + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.data + spring-data-redis + 3.2.3 + 3.2.3.1 + + org.springframework.data.redis + + + !org.apache.commons.beanutils*, + !kotlin*, + javax.enterprise.context*;resolution:=optional, + javax.enterprise.event;resolution:=optional, + javax.enterprise.inject*;resolution:=optional, + io.lettuce*;resolution:=optional, + org.reactivestreams*;resolution:=optional, + com.querydsl.collections;resolution:=optional, + org.springframework.oxm;resolution:=optional, + reactor*;resolution:=optional, + * + + + org.apache.commons.beanutils*, + kotlin* + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + + + + + + + diff --git a/spring-data-redis-3.2.3/src/main/resources/OSGI-INF/bundle.info b/spring-data-redis-3.2.3/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..2721ca2ca3 --- /dev/null +++ b/spring-data-redis-3.2.3/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,58 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j/${pkgVersion}\u001B[0m + \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-aspects/${pkgVersion}\u001B[0m + \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-cross-store/${pkgVersion}\u001B[0m + \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-tx/${pkgVersion}\u001B[0m + \u001B[33mmvn:${pkgGroupId}/spring-data-neo4j-rest/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + The Spring Data Neo4J project offers advanced features to map annotated entity classes to the Neo4j Graph Database. + + Spring Data Neo4j is part of the Spring Data project which aims to provide convenient support for NoSQL databases. + + This bundle requires the following dependency bundles: + mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr303-api-1.1.0/2.4.0 + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.neo4j/1.8_2 + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/1.0_6 + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aspectj/1.7.2_1 + mvn:org.springframework/spring-core/3.1.4.RELEASE + mvn:org.springframework/spring-asm/3.1.4.RELEASE + mvn:org.springframework/spring-expression/3.1.4.RELEASE + mvn:org.springframework/spring-beans/3.1.4.RELEASE + mvn:org.springframework/spring-aop/3.1.4.RELEASE + mvn:org.springframework/spring-context/3.1.4.RELEASE + mvn:org.springframework/spring-context-support/3.1.4.RELEASE + mvn:org.springframework/spring-tx/3.1.4.RELEASE + mvn:org.springframework/spring-jdbc/3.1.4.RELEASE + mvn:org.springframework/spring-orm/3.1.4.RELEASE + mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/2.2.0 + mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/1.2 + mvn:javax.mail/mail/1.4.5 + mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1 + mvn:org.eclipse.jetty/jetty-util/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-io/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-http/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-client/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-continuation/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-jmx/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-server/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-security/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-servlet/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-servlets/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-xml/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-webapp/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-jndi/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-plus/7.6.8.v20121106 + mvn:org.eclipse.jetty/jetty-websocket/7.6.8.v20121106 + mvn:org.ops4j.pax.web/pax-web-api/1.1.14 + mvn:org.ops4j.pax.web/pax-web-spi/1.1.14 + mvn:org.ops4j.pax.web/pax-web-runtime/1.1.14 + mvn:org.ops4j.pax.web/pax-web-jetty/1.1.14 + mvn:org.springframework/spring-web/3.1.4.RELEASE + mvn:org.springframework/spring-webmvc/3.1.4.RELEASE + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://projects.spring.io/spring-data-neo4j/\u001B[0m diff --git a/spring-expression-5.1.6.RELEASE/pom.xml b/spring-expression-5.1.20.RELEASE/pom.xml similarity index 97% rename from spring-expression-5.1.6.RELEASE/pom.xml rename to spring-expression-5.1.20.RELEASE/pom.xml index 82af5f7d66..6122ac3172 100644 --- a/spring-expression-5.1.6.RELEASE/pom.xml +++ b/spring-expression-5.1.20.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-expression - 5.1.6.RELEASE_1-SNAPSHOT + 5.1.20.RELEASE_4-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-expression - 5.1.6.RELEASE + 5.1.20.RELEASE org.springframework diff --git a/spring-expression-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-expression-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-expression-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-expression-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-expression-5.2.25.RELEASE/pom.xml b/spring-expression-5.2.25.RELEASE/pom.xml new file mode 100644 index 0000000000..b692b08803 --- /dev/null +++ b/spring-expression-5.2.25.RELEASE/pom.xml @@ -0,0 +1,124 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-expression + 5.2.25.RELEASE_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-expression + 5.2.25.RELEASE + 5.2.25.1 + + org.springframework + + + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.springframework.asm;version="[${pkgVersion},5.3)", + org.springframework.core;version="[${pkgVersion},5.3)", + org.springframework.core.convert;version="[${pkgVersion},5.3)", + org.springframework.core.convert.support;version="[${pkgVersion},5.3)", + org.springframework.core.style;version="[${pkgVersion},5.3)", + org.springframework.util;version="[${pkgVersion},5.3)" + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-core + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-core + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + true + true + + + + + + + diff --git a/spring-expression-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-expression-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-expression-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-expression-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-expression-5.0.13.RELEASE/pom.xml b/spring-expression-5.3.33/pom.xml similarity index 91% rename from spring-expression-5.0.13.RELEASE/pom.xml rename to spring-expression-5.3.33/pom.xml index c2c311e321..eaaf387cc3 100644 --- a/spring-expression-5.0.13.RELEASE/pom.xml +++ b/spring-expression-5.3.33/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-expression - 5.0.13.RELEASE_1-SNAPSHOT + 5.3.33_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,23 +38,25 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-expression - 5.0.13.RELEASE + 5.3.33 + 5.3.33.1 org.springframework org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, - org.springframework.asm;version="[${pkgVersion},5.1)", - org.springframework.core;version="[${pkgVersion},5.1)", - org.springframework.core.convert;version="[${pkgVersion},5.1)", - org.springframework.core.convert.support;version="[${pkgVersion},5.1)", - org.springframework.core.style;version="[${pkgVersion},5.1)", - org.springframework.util;version="[${pkgVersion},5.1)" + org.springframework.asm;version="[${pkgVersion},5.4)", + org.springframework.core;version="[${pkgVersion},5.4)", + org.springframework.core.convert;version="[${pkgVersion},5.4)", + org.springframework.core.convert.support;version="[${pkgVersion},5.4)", + org.springframework.core.style;version="[${pkgVersion},5.4)", + org.springframework.util;version="[${pkgVersion},5.4)" diff --git a/spring-expression-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-expression-5.3.33/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-expression-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-expression-5.3.33/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-expression-6.0.18/pom.xml b/spring-expression-6.0.18/pom.xml new file mode 100644 index 0000000000..1b57a82f1f --- /dev/null +++ b/spring-expression-6.0.18/pom.xml @@ -0,0 +1,124 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-expression + 6.0.18_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-expression + 6.0.18 + 6.0.18.1 + + org.springframework + + + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.springframework.asm;version="[${pkgVersion},6.1)", + org.springframework.core;version="[${pkgVersion},6.1)", + org.springframework.core.convert;version="[${pkgVersion},6.1)", + org.springframework.core.convert.support;version="[${pkgVersion},6.1)", + org.springframework.core.style;version="[${pkgVersion},6.1)", + org.springframework.util;version="[${pkgVersion},6.1)" + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-core + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-core + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + true + true + + + + + + + diff --git a/spring-expression-6.0.18/src/main/resources/OSGI-INF/bundle.info b/spring-expression-6.0.18/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..d0e4058fd2 --- /dev/null +++ b/spring-expression-6.0.18/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Expression module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-expression-4.3.23.RELEASE/pom.xml b/spring-expression-6.1.5/pom.xml similarity index 91% rename from spring-expression-4.3.23.RELEASE/pom.xml rename to spring-expression-6.1.5/pom.xml index 52c25650ae..e68231b297 100644 --- a/spring-expression-4.3.23.RELEASE/pom.xml +++ b/spring-expression-6.1.5/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-expression - 4.3.23.RELEASE_1-SNAPSHOT + 6.1.5_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,23 +38,25 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-expression - 4.3.23.RELEASE + 6.1.5 + 6.1.5.1 org.springframework org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, - org.springframework.asm;version="[${pkgVersion},4.4)", - org.springframework.core;version="[${pkgVersion},4.4)", - org.springframework.core.convert;version="[${pkgVersion},4.4)", - org.springframework.core.convert.support;version="[${pkgVersion},4.4)", - org.springframework.core.style;version="[${pkgVersion},4.4)", - org.springframework.util;version="[${pkgVersion},4.4)" + org.springframework.asm;version="[${pkgVersion},6.2)", + org.springframework.core;version="[${pkgVersion},6.2)", + org.springframework.core.convert;version="[${pkgVersion},6.2)", + org.springframework.core.convert.support;version="[${pkgVersion},6.2)", + org.springframework.core.style;version="[${pkgVersion},6.2)", + org.springframework.util;version="[${pkgVersion},6.2)" diff --git a/spring-expression-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-expression-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..d0e4058fd2 --- /dev/null +++ b/spring-expression-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Expression module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-instrument-4.3.23.RELEASE/pom.xml b/spring-instrument-5.1.20.RELEASE/pom.xml similarity index 97% rename from spring-instrument-4.3.23.RELEASE/pom.xml rename to spring-instrument-5.1.20.RELEASE/pom.xml index 52a04fc262..81f02f0c6a 100644 --- a/spring-instrument-4.3.23.RELEASE/pom.xml +++ b/spring-instrument-5.1.20.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-instrument - 4.3.23.RELEASE_1-SNAPSHOT + 5.1.20.RELEASE_4-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-instrument - 4.3.23.RELEASE + 5.1.20.RELEASE org.springframework diff --git a/spring-instrument-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-instrument-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-instrument-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-instrument-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-instrument-5.2.25.RELEASE/pom.xml b/spring-instrument-5.2.25.RELEASE/pom.xml new file mode 100644 index 0000000000..25392c3f42 --- /dev/null +++ b/spring-instrument-5.2.25.RELEASE/pom.xml @@ -0,0 +1,117 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-instrument + 5.2.25.RELEASE_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-instrument + 5.2.25.RELEASE + 5.2.25.1 + + org.springframework + + + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + + + + org.springframework.instrument.InstrumentationSavingAgent + org.springframework.instrument.InstrumentationSavingAgent + true + true + false + + + + true + true + + + + + + + diff --git a/spring-instrument-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-instrument-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-instrument-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-instrument-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-instrument-5.1.6.RELEASE/pom.xml b/spring-instrument-5.3.33/pom.xml similarity index 95% rename from spring-instrument-5.1.6.RELEASE/pom.xml rename to spring-instrument-5.3.33/pom.xml index 36902cedb7..f336f32b25 100644 --- a/spring-instrument-5.1.6.RELEASE/pom.xml +++ b/spring-instrument-5.3.33/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-instrument - 5.1.6.RELEASE_1-SNAPSHOT + 5.3.33_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-instrument - 5.1.6.RELEASE + 5.3.33 + 5.3.33.1 org.springframework diff --git a/spring-instrument-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-instrument-5.3.33/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-instrument-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-instrument-5.3.33/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-instrument-6.0.18/pom.xml b/spring-instrument-6.0.18/pom.xml new file mode 100644 index 0000000000..0ce3649b61 --- /dev/null +++ b/spring-instrument-6.0.18/pom.xml @@ -0,0 +1,117 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-instrument + 6.0.18_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-instrument + 6.0.18 + 6.0.18.1 + + org.springframework + + + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + + + + org.springframework.instrument.InstrumentationSavingAgent + org.springframework.instrument.InstrumentationSavingAgent + true + true + false + + + + true + true + + + + + + + diff --git a/spring-instrument-6.0.18/src/main/resources/OSGI-INF/bundle.info b/spring-instrument-6.0.18/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..8e80695769 --- /dev/null +++ b/spring-instrument-6.0.18/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Instrument module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-instrument-5.0.13.RELEASE/pom.xml b/spring-instrument-6.1.5/pom.xml similarity index 95% rename from spring-instrument-5.0.13.RELEASE/pom.xml rename to spring-instrument-6.1.5/pom.xml index c249741227..4deaaaead2 100644 --- a/spring-instrument-5.0.13.RELEASE/pom.xml +++ b/spring-instrument-6.1.5/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-instrument - 5.0.13.RELEASE_1-SNAPSHOT + 6.1.5_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-instrument - 5.0.13.RELEASE + 6.1.5 + 6.1.5.1 org.springframework diff --git a/spring-instrument-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-instrument-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..8e80695769 --- /dev/null +++ b/spring-instrument-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Instrument module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-integration-core-4.3.11.RELEASE/pom.xml b/spring-integration-core-6.0.2/pom.xml similarity index 95% rename from spring-integration-core-4.3.11.RELEASE/pom.xml rename to spring-integration-core-6.0.2/pom.xml index 97bb7ac51a..faa06613eb 100644 --- a/spring-integration-core-4.3.11.RELEASE/pom.xml +++ b/spring-integration-core-6.0.2/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-integration-core - 4.3.11.RELEASE_2-SNAPSHOT + 6.0.2_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -39,13 +39,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD + HEAD org.springframework.integration spring-integration-core - 4.3.11.RELEASE + 6.0.2 + 6.0.2.1 org.springframework.integration diff --git a/spring-integration-core-4.3.11.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-integration-core-6.0.2/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-integration-core-4.3.11.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-integration-core-6.0.2/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-jdbc-5.1.6.RELEASE/pom.xml b/spring-jdbc-5.1.20.RELEASE/pom.xml similarity index 98% rename from spring-jdbc-5.1.6.RELEASE/pom.xml rename to spring-jdbc-5.1.20.RELEASE/pom.xml index 274acd4d50..be56bf4da0 100644 --- a/spring-jdbc-5.1.6.RELEASE/pom.xml +++ b/spring-jdbc-5.1.20.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-jdbc - 5.1.6.RELEASE_1-SNAPSHOT + 5.1.20.RELEASE_4-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-jdbc - 5.1.6.RELEASE + 5.1.20.RELEASE org.springframework diff --git a/spring-jdbc-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-jdbc-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-jdbc-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-jdbc-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-jdbc-4.3.23.RELEASE/pom.xml b/spring-jdbc-5.2.25.RELEASE/pom.xml similarity index 89% rename from spring-jdbc-4.3.23.RELEASE/pom.xml rename to spring-jdbc-5.2.25.RELEASE/pom.xml index 7cf15ce8d4..020e0e0cf8 100644 --- a/spring-jdbc-4.3.23.RELEASE/pom.xml +++ b/spring-jdbc-5.2.25.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-jdbc - 4.3.23.RELEASE_1-SNAPSHOT + 5.2.25.RELEASE_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-jdbc - 4.3.23.RELEASE + 5.2.25.RELEASE + 5.2.25.1 org.springframework @@ -66,24 +68,25 @@ org.h2;version="[1,2)";resolution:=optional, org.hsqldb;version="[2,3)";resolution:=optional, org.jboss.resource.adapter.jdbc;resolution:=optional, - org.springframework.beans;version="[${pkgVersion},4.4)", - org.springframework.beans.factory;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.config;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.support;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.xml;version="[${pkgVersion},4.4)", - org.springframework.context;version="[${pkgVersion},4.4)", - org.springframework.core;version="[${pkgVersion},4.4)", - org.springframework.core.io;version="[${pkgVersion},4.4)", - org.springframework.core.io.support;version="[${pkgVersion},4.4)", - org.springframework.core.convert;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.core.convert.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.dao;version="[${pkgVersion},4.4)", - org.springframework.dao.support;version="[${pkgVersion},4.4)", - org.springframework.jndi;version="[${pkgVersion},4.4)", - org.springframework.transaction;version="[${pkgVersion},4.4)", - org.springframework.transaction.support;version="[${pkgVersion},4.4)", - org.springframework.util;version="[${pkgVersion},4.4)", - org.springframework.util.xml;version="[${pkgVersion},4.4)", + org.springframework.beans;version="[${pkgVersion},5.3)", + org.springframework.beans.factory;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.config;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.support;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.xml;version="[${pkgVersion},5.3)", + org.springframework.context;version="[${pkgVersion},5.3)", + org.springframework.core;version="[${pkgVersion},5.3)", + org.springframework.core.io;version="[${pkgVersion},5.3)", + org.springframework.core.io.support;version="[${pkgVersion},5.3)", + org.springframework.core.convert;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.core.convert.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.dao;version="[${pkgVersion},5.3)", + org.springframework.dao.support;version="[${pkgVersion},5.3)", + org.springframework.jndi;version="[${pkgVersion},5.3)", + org.springframework.transaction;version="[${pkgVersion},5.3)", + org.springframework.transaction.support;version="[${pkgVersion},5.3)", + org.springframework.util;version="[${pkgVersion},5.3)", + org.springframework.util.function;version="[${pkgVersion},5.3)", + org.springframework.util.xml;version="[${pkgVersion},5.3)", org.w3c.dom;resolution:=optional, weblogic.jdbc.extensions;resolution:=optional diff --git a/spring-jdbc-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-jdbc-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-jdbc-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-jdbc-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-jdbc-5.0.13.RELEASE/pom.xml b/spring-jdbc-5.3.33/pom.xml similarity index 90% rename from spring-jdbc-5.0.13.RELEASE/pom.xml rename to spring-jdbc-5.3.33/pom.xml index f10d6130de..16bd397c04 100644 --- a/spring-jdbc-5.0.13.RELEASE/pom.xml +++ b/spring-jdbc-5.3.33/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-jdbc - 5.0.13.RELEASE_1-SNAPSHOT + 5.3.33_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-jdbc - 5.0.13.RELEASE + 5.3.33 + 5.3.33.1 org.springframework @@ -66,24 +68,25 @@ org.h2;version="[1,2)";resolution:=optional, org.hsqldb;version="[2,3)";resolution:=optional, org.jboss.resource.adapter.jdbc;resolution:=optional, - org.springframework.beans;version="[${pkgVersion},5.1)", - org.springframework.beans.factory;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.config;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.support;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.xml;version="[${pkgVersion},5.1)", - org.springframework.context;version="[${pkgVersion},5.1)", - org.springframework.core;version="[${pkgVersion},5.1)", - org.springframework.core.io;version="[${pkgVersion},5.1)", - org.springframework.core.io.support;version="[${pkgVersion},5.1)", - org.springframework.core.convert;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.core.convert.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.dao;version="[${pkgVersion},5.1)", - org.springframework.dao.support;version="[${pkgVersion},5.1)", - org.springframework.jndi;version="[${pkgVersion},5.1)", - org.springframework.transaction;version="[${pkgVersion},5.1)", - org.springframework.transaction.support;version="[${pkgVersion},5.1)", - org.springframework.util;version="[${pkgVersion},5.1)", - org.springframework.util.xml;version="[${pkgVersion},5.1)", + org.springframework.beans;version="[${pkgVersion},5.4)", + org.springframework.beans.factory;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.config;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.support;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.xml;version="[${pkgVersion},5.4)", + org.springframework.context;version="[${pkgVersion},5.4)", + org.springframework.core;version="[${pkgVersion},5.4)", + org.springframework.core.io;version="[${pkgVersion},5.4)", + org.springframework.core.io.support;version="[${pkgVersion},5.4)", + org.springframework.core.convert;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.core.convert.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.dao;version="[${pkgVersion},5.4)", + org.springframework.dao.support;version="[${pkgVersion},5.4)", + org.springframework.jndi;version="[${pkgVersion},5.4)", + org.springframework.transaction;version="[${pkgVersion},5.4)", + org.springframework.transaction.support;version="[${pkgVersion},5.4)", + org.springframework.util;version="[${pkgVersion},5.4)", + org.springframework.util.function;version="[${pkgVersion},5.4)", + org.springframework.util.xml;version="[${pkgVersion},5.4)", org.w3c.dom;resolution:=optional, weblogic.jdbc.extensions;resolution:=optional diff --git a/spring-jdbc-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-jdbc-5.3.33/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-jdbc-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-jdbc-5.3.33/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-jdbc-6.0.18/pom.xml b/spring-jdbc-6.0.18/pom.xml new file mode 100644 index 0000000000..d70fe6c0d9 --- /dev/null +++ b/spring-jdbc-6.0.18/pom.xml @@ -0,0 +1,175 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-jdbc + 6.0.18_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-jdbc + 6.0.18 + 6.0.18.1 + + org.springframework + + + com.ibm.websphere.rsadapter;resolution:=optional, + com.ibm.ws.rsadapter.jdbc;resolution:=optional, + com.mchange.v2.c3p0;version="[0.9,2)";resolution:=optional, + com.sun.rowset;version="[1.0.1,2)";resolution:=optional, + javax.naming;resolution:=optional, + javax.sql, + javax.sql.rowset, + javax.transaction;resolution:=optional, + jakarta.xml.transform;resolution:=optional, + jakarta.xml.transform.dom;resolution:=optional, + oracle.jdbc;resolution:=optional, + oracle.sql;resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.apache.derby.impl.io;version="[10,11)";resolution:=optional, + org.apache.derby.jdbc;version="[10,11)";resolution:=optional, + org.h2;version="[1,2)";resolution:=optional, + org.hsqldb;version="[2,3)";resolution:=optional, + org.jboss.resource.adapter.jdbc;resolution:=optional, + org.springframework.beans;version="[${pkgVersion},6.1)", + org.springframework.beans.factory;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.config;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.support;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.xml;version="[${pkgVersion},6.1)", + org.springframework.context;version="[${pkgVersion},6.1)", + org.springframework.core;version="[${pkgVersion},6.1)", + org.springframework.core.io;version="[${pkgVersion},6.1)", + org.springframework.core.io.support;version="[${pkgVersion},6.1)", + org.springframework.core.convert;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.core.convert.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.dao;version="[${pkgVersion},6.1)", + org.springframework.dao.support;version="[${pkgVersion},6.1)", + org.springframework.jndi;version="[${pkgVersion},6.1)", + org.springframework.transaction;version="[${pkgVersion},6.1)", + org.springframework.transaction.support;version="[${pkgVersion},6.1)", + org.springframework.util;version="[${pkgVersion},6.1)", + org.springframework.util.function;version="[${pkgVersion},6.1)", + org.springframework.util.xml;version="[${pkgVersion},6.1)", + org.w3c.dom;resolution:=optional, + weblogic.jdbc.extensions;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + org.springframework + spring-tx + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + org.springframework + spring-tx + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.gif + **/*.xsd + **/*.xml + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-jdbc-6.0.18/src/main/resources/OSGI-INF/bundle.info b/spring-jdbc-6.0.18/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..90464fc7c4 --- /dev/null +++ b/spring-jdbc-6.0.18/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework JDBC module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-jdbc-6.1.5/pom.xml b/spring-jdbc-6.1.5/pom.xml new file mode 100644 index 0000000000..758e36b110 --- /dev/null +++ b/spring-jdbc-6.1.5/pom.xml @@ -0,0 +1,175 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-jdbc + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-jdbc + 6.1.5 + 6.1.5.1 + + org.springframework + + + com.ibm.websphere.rsadapter;resolution:=optional, + com.ibm.ws.rsadapter.jdbc;resolution:=optional, + com.mchange.v2.c3p0;version="[0.9,2)";resolution:=optional, + com.sun.rowset;version="[1.0.1,2)";resolution:=optional, + javax.naming;resolution:=optional, + javax.sql, + javax.sql.rowset, + javax.transaction;resolution:=optional, + jakarta.xml.transform;resolution:=optional, + jakarta.xml.transform.dom;resolution:=optional, + oracle.jdbc;resolution:=optional, + oracle.sql;resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.apache.derby.impl.io;version="[10,11)";resolution:=optional, + org.apache.derby.jdbc;version="[10,11)";resolution:=optional, + org.h2;version="[1,2)";resolution:=optional, + org.hsqldb;version="[2,3)";resolution:=optional, + org.jboss.resource.adapter.jdbc;resolution:=optional, + org.springframework.beans;version="[${pkgVersion},6.2)", + org.springframework.beans.factory;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.config;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.support;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.xml;version="[${pkgVersion},6.2)", + org.springframework.context;version="[${pkgVersion},6.2)", + org.springframework.core;version="[${pkgVersion},6.2)", + org.springframework.core.io;version="[${pkgVersion},6.2)", + org.springframework.core.io.support;version="[${pkgVersion},6.2)", + org.springframework.core.convert;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.core.convert.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.dao;version="[${pkgVersion},6.2)", + org.springframework.dao.support;version="[${pkgVersion},6.2)", + org.springframework.jndi;version="[${pkgVersion},6.2)", + org.springframework.transaction;version="[${pkgVersion},6.2)", + org.springframework.transaction.support;version="[${pkgVersion},6.2)", + org.springframework.util;version="[${pkgVersion},6.2)", + org.springframework.util.function;version="[${pkgVersion},6.2)", + org.springframework.util.xml;version="[${pkgVersion},6.2)", + org.w3c.dom;resolution:=optional, + weblogic.jdbc.extensions;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + org.springframework + spring-tx + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + org.springframework + spring-tx + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.gif + **/*.xsd + **/*.xml + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-jdbc-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-jdbc-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..90464fc7c4 --- /dev/null +++ b/spring-jdbc-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework JDBC module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-jms-5.1.6.RELEASE/pom.xml b/spring-jms-5.1.20.RELEASE/pom.xml similarity index 97% rename from spring-jms-5.1.6.RELEASE/pom.xml rename to spring-jms-5.1.20.RELEASE/pom.xml index 7748b8b702..955883e282 100644 --- a/spring-jms-5.1.6.RELEASE/pom.xml +++ b/spring-jms-5.1.20.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-jms - 5.1.6.RELEASE_1-SNAPSHOT + 5.1.20.RELEASE_4-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-jms - 5.1.6.RELEASE + 5.1.20.RELEASE org.springframework @@ -84,10 +85,10 @@ org.springframework.core.convert;version="[${pkgVersion},5.2)", org.springframework.core.convert.support;version="[${pkgVersion},5.2)", org.springframework.core.task;version="[${pkgVersion},5.2)", - org.springframework.expression;version="[${pkgVersion},5.2)", - org.springframework.expression.spel;version="[${pkgVersion},5.2)", - org.springframework.expression.spel.standard;version="[${pkgVersion},5.2)", - org.springframework.expression.spel.support;version="[${pkgVersion},5.2)", + org.springframework.expression;version="[${pkgVersion},5.2)";resolution:=optional, + org.springframework.expression.spel;version="[${pkgVersion},5.2)";resolution:=optional, + org.springframework.expression.spel.standard;version="[${pkgVersion},5.2)";resolution:=optional, + org.springframework.expression.spel.support;version="[${pkgVersion},5.2)";resolution:=optional, org.springframework.format.support;version="[${pkgVersion},5.2)";resolution:=optional, org.springframework.jca.endpoint;version="[${pkgVersion},5.2)";resolution:=optional, org.springframework.jndi;version="[${pkgVersion},5.2)";resolution:=optional, diff --git a/spring-jms-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-jms-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-jms-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-jms-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-jms-5.0.13.RELEASE/pom.xml b/spring-jms-5.2.25.RELEASE/pom.xml similarity index 88% rename from spring-jms-5.0.13.RELEASE/pom.xml rename to spring-jms-5.2.25.RELEASE/pom.xml index 8ea6d02e29..df57d0c4ab 100644 --- a/spring-jms-5.0.13.RELEASE/pom.xml +++ b/spring-jms-5.2.25.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-jms - 5.0.13.RELEASE_1-SNAPSHOT + 5.2.25.RELEASE_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-jms - 5.0.13.RELEASE + 5.2.25.RELEASE + 5.2.25.1 org.springframework @@ -68,42 +70,42 @@ org.codehaus.jackson.map.type;version="[2,3)";resolution:=optional, org.codehaus.jackson.type;version="[2,3)";resolution:=optional, org.reactivestreams;resolution:=optional, - org.springframework.aop.framework;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans;version="[${pkgVersion},5.1)", - org.springframework.beans.factory;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.config;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.parsing;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.support;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.xml;version="[${pkgVersion},5.1)", - org.springframework.context;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.context.annotation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.context.event;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.core;version="[${pkgVersion},5.1)", - org.springframework.core.annotation;version="[${pkgVersion},5.1)", - org.springframework.core.convert;version="[${pkgVersion},5.1)", - org.springframework.core.convert.support;version="[${pkgVersion},5.1)", - org.springframework.core.task;version="[${pkgVersion},5.1)", - org.springframework.expression;version="[${pkgVersion},5.1)", - org.springframework.expression.spel;version="[${pkgVersion},5.1)", - org.springframework.expression.spel.standard;version="[${pkgVersion},5.1)", - org.springframework.expression.spel.support;version="[${pkgVersion},5.1)", - org.springframework.format.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.jca.endpoint;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.jndi;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.oxm;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.remoting;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.remoting.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.scheduling;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.scheduling.concurrent;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.stereotype;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.transaction;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.transaction.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},5.1)", - org.springframework.util.backoff;version="[${pkgVersion},5.1)", - org.springframework.util.concurrent;version="[${pkgVersion},5.1)", - org.springframework.validation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.validation.annotation;version="[${pkgVersion},5.1)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},5.3)", + org.springframework.beans.factory;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.config;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.parsing;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.support;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.xml;version="[${pkgVersion},5.3)", + org.springframework.context;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.context.event;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},5.3)", + org.springframework.core.annotation;version="[${pkgVersion},5.3)", + org.springframework.core.convert;version="[${pkgVersion},5.3)", + org.springframework.core.convert.support;version="[${pkgVersion},5.3)", + org.springframework.core.task;version="[${pkgVersion},5.3)", + org.springframework.expression;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.expression.spel;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.expression.spel.standard;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.expression.spel.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.format.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.jca.endpoint;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.jndi;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.oxm;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.remoting;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.remoting.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.scheduling;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.scheduling.concurrent;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.transaction.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},5.3)", + org.springframework.util.backoff;version="[${pkgVersion},5.3)", + org.springframework.util.concurrent;version="[${pkgVersion},5.3)", + org.springframework.validation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.validation.annotation;version="[${pkgVersion},5.3)";resolution:=optional, reactor;resolution:=optional, reactor.bus.spec;resolution:=optional, reactor.core;resolution:=optional, diff --git a/spring-jms-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-jms-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-jms-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-jms-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-jms-4.3.23.RELEASE/pom.xml b/spring-jms-5.3.33/pom.xml similarity index 88% rename from spring-jms-4.3.23.RELEASE/pom.xml rename to spring-jms-5.3.33/pom.xml index 66202b5fb9..beb903ce1e 100644 --- a/spring-jms-4.3.23.RELEASE/pom.xml +++ b/spring-jms-5.3.33/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-jms - 4.3.23.RELEASE_1-SNAPSHOT + 5.3.33_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-jms - 4.3.23.RELEASE + 5.3.33 + 5.3.33.1 org.springframework @@ -68,42 +70,43 @@ org.codehaus.jackson.map.type;version="[2,3)";resolution:=optional, org.codehaus.jackson.type;version="[2,3)";resolution:=optional, org.reactivestreams;resolution:=optional, - org.springframework.aop.framework;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans;version="[${pkgVersion},4.4)", - org.springframework.beans.factory;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.config;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.parsing;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.support;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.xml;version="[${pkgVersion},4.4)", - org.springframework.context;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.context.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.context.event;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.core;version="[${pkgVersion},4.4)", - org.springframework.core.annotation;version="[${pkgVersion},4.4)", - org.springframework.core.convert;version="[${pkgVersion},4.4)", - org.springframework.core.convert.support;version="[${pkgVersion},4.4)", - org.springframework.core.task;version="[${pkgVersion},4.4)", - org.springframework.expression;version="[${pkgVersion},4.4)", - org.springframework.expression.spel;version="[${pkgVersion},4.4)", - org.springframework.expression.spel.standard;version="[${pkgVersion},4.4)", - org.springframework.expression.spel.support;version="[${pkgVersion},4.4)", - org.springframework.format.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.jca.endpoint;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.jndi;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.oxm;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.remoting;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.remoting.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.scheduling;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.scheduling.concurrent;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.stereotype;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.transaction;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.transaction.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},4.4)", - org.springframework.util.backoff;version="[${pkgVersion},4.4)", - org.springframework.util.concurrent;version="[${pkgVersion},4.4)", - org.springframework.validation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.validation.annotation;version="[${pkgVersion},4.4)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},5.4)", + org.springframework.beans.factory;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.config;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.parsing;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.support;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.xml;version="[${pkgVersion},5.4)", + org.springframework.context;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.context.event;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},5.4)", + org.springframework.core.annotation;version="[${pkgVersion},5.4)", + org.springframework.core.convert;version="[${pkgVersion},5.4)", + org.springframework.core.convert.support;version="[${pkgVersion},5.4)", + org.springframework.core.log;version="[${pkgVersion},5.4)", + org.springframework.core.task;version="[${pkgVersion},5.4)", + org.springframework.expression;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.expression.spel;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.expression.spel.standard;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.expression.spel.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.format.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.jca.endpoint;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.jndi;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.oxm;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.remoting;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.remoting.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.scheduling;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.scheduling.concurrent;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.transaction.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},5.4)", + org.springframework.util.backoff;version="[${pkgVersion},5.4)", + org.springframework.util.concurrent;version="[${pkgVersion},5.4)", + org.springframework.validation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.validation.annotation;version="[${pkgVersion},5.4)";resolution:=optional, reactor;resolution:=optional, reactor.bus.spec;resolution:=optional, reactor.core;resolution:=optional, diff --git a/spring-jms-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-jms-5.3.33/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-jms-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-jms-5.3.33/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-jms-6.0.18/pom.xml b/spring-jms-6.0.18/pom.xml new file mode 100644 index 0000000000..827a9dc0b7 --- /dev/null +++ b/spring-jms-6.0.18/pom.xml @@ -0,0 +1,237 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-jms + 6.0.18_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-jms + 6.0.18 + 6.0.18.1 + + org.springframework + + + com.fasterxml.jackson.annotation;version="[2,4)";resolution:=optional, + com.fasterxml.jackson.core;version="[2,4)";resolution:=optional, + com.fasterxml.jackson.databind;version="[2,4)";resolution:=optional, + com.fasterxml.jackson.databind.type;version="[2,4)";resolution:=optional, + io.netty.channel;resolution:=optional, + io.netty.channel.nio;resolution:=optional, + io.netty.util.concurrent;resolution:=optional, + jakarta.jms, + javax.naming;resolution:=optional, + javax.resource;resolution:=optional, + javax.resource.spi;resolution:=optional, + javax.resource.spi.endpoint;resolution:=optional, + jakarta.xml.transform;resolution:=optional, + jakarta.xml.transform.stream;resolution:=optional, + org.aopalliance.intercept;version="[1,2)";resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.codehaus.jackson.map;version="[2,3)";resolution:=optional, + org.codehaus.jackson.map.type;version="[2,3)";resolution:=optional, + org.codehaus.jackson.type;version="[2,3)";resolution:=optional, + org.reactivestreams;resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},6.1)", + org.springframework.beans.factory;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.config;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.parsing;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.support;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.xml;version="[${pkgVersion},6.1)", + org.springframework.context;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.context.event;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},6.1)", + org.springframework.core.annotation;version="[${pkgVersion},6.1)", + org.springframework.core.convert;version="[${pkgVersion},6.1)", + org.springframework.core.convert.support;version="[${pkgVersion},6.1)", + org.springframework.core.log;version="[${pkgVersion},6.1)", + org.springframework.core.task;version="[${pkgVersion},6.1)", + org.springframework.expression;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.expression.spel;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.expression.spel.standard;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.expression.spel.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.format.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.jca.endpoint;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.jndi;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.oxm;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.remoting;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.remoting.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.scheduling;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.scheduling.concurrent;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.transaction.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.1)", + org.springframework.util.backoff;version="[${pkgVersion},6.1)", + org.springframework.util.concurrent;version="[${pkgVersion},6.1)", + org.springframework.validation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.validation.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + reactor;resolution:=optional, + reactor.bus.spec;resolution:=optional, + reactor.core;resolution:=optional, + reactor.core.config;resolution:=optional, + reactor.core.composable;resolution:=optional, + reactor.core.composable.spec;resolution:=optional, + reactor.core.configuration;resolution:=optional, + reactor.core.spec.support;resolution:=optional, + reactor.core.support;resolution:=optional, + reactor.fn;resolution:=optional, + reactor.fn.tuple;resolution:=optional, + reactor.function;resolution:=optional, + reactor.io;resolution:=optional, + reactor.io.buffer;resolution:=optional, + reactor.io.codec;resolution:=optional, + reactor.io.encoding;resolution:=optional, + reactor.io.net;resolution:=optional, + reactor.io.net.config;resolution:=optional, + reactor.io.net.impl.netty;resolution:=optional, + reactor.io.net.impl.netty.tcp;resolution:=optional, + reactor.io.net.tcp;resolution:=optional, + reactor.net;resolution:=optional, + reactor.net.netty.tcp;resolution:=optional, + reactor.net.tcp;resolution:=optional, + reactor.net.tcp.spec;resolution:=optional, + reactor.tuple;resolution:=optional, + reactor.rx;resolution:=optional, + reactor.rx.action;resolution:=optional, + org.w3c.dom;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-tx + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-tx + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.gif + **/*.xsd + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-jms-6.0.18/src/main/resources/OSGI-INF/bundle.info b/spring-jms-6.0.18/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..10652ae05f --- /dev/null +++ b/spring-jms-6.0.18/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework JMS module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-jms-6.1.5/pom.xml b/spring-jms-6.1.5/pom.xml new file mode 100644 index 0000000000..f009aa9f05 --- /dev/null +++ b/spring-jms-6.1.5/pom.xml @@ -0,0 +1,237 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-jms + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-jms + 6.1.5 + 6.1.5.1 + + org.springframework + + + com.fasterxml.jackson.annotation;version="[2,4)";resolution:=optional, + com.fasterxml.jackson.core;version="[2,4)";resolution:=optional, + com.fasterxml.jackson.databind;version="[2,4)";resolution:=optional, + com.fasterxml.jackson.databind.type;version="[2,4)";resolution:=optional, + io.netty.channel;resolution:=optional, + io.netty.channel.nio;resolution:=optional, + io.netty.util.concurrent;resolution:=optional, + jakarta.jms, + javax.naming;resolution:=optional, + javax.resource;resolution:=optional, + javax.resource.spi;resolution:=optional, + javax.resource.spi.endpoint;resolution:=optional, + jakarta.xml.transform;resolution:=optional, + jakarta.xml.transform.stream;resolution:=optional, + org.aopalliance.intercept;version="[1,2)";resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.codehaus.jackson.map;version="[2,3)";resolution:=optional, + org.codehaus.jackson.map.type;version="[2,3)";resolution:=optional, + org.codehaus.jackson.type;version="[2,3)";resolution:=optional, + org.reactivestreams;resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},6.2)", + org.springframework.beans.factory;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.config;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.parsing;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.support;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.xml;version="[${pkgVersion},6.2)", + org.springframework.context;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.context.event;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},6.2)", + org.springframework.core.annotation;version="[${pkgVersion},6.2)", + org.springframework.core.convert;version="[${pkgVersion},6.2)", + org.springframework.core.convert.support;version="[${pkgVersion},6.2)", + org.springframework.core.log;version="[${pkgVersion},6.2)", + org.springframework.core.task;version="[${pkgVersion},6.2)", + org.springframework.expression;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.expression.spel;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.expression.spel.standard;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.expression.spel.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.format.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.jca.endpoint;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.jndi;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.oxm;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.remoting;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.remoting.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.scheduling;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.scheduling.concurrent;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.transaction.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.2)", + org.springframework.util.backoff;version="[${pkgVersion},6.2)", + org.springframework.util.concurrent;version="[${pkgVersion},6.2)", + org.springframework.validation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.validation.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + reactor;resolution:=optional, + reactor.bus.spec;resolution:=optional, + reactor.core;resolution:=optional, + reactor.core.config;resolution:=optional, + reactor.core.composable;resolution:=optional, + reactor.core.composable.spec;resolution:=optional, + reactor.core.configuration;resolution:=optional, + reactor.core.spec.support;resolution:=optional, + reactor.core.support;resolution:=optional, + reactor.fn;resolution:=optional, + reactor.fn.tuple;resolution:=optional, + reactor.function;resolution:=optional, + reactor.io;resolution:=optional, + reactor.io.buffer;resolution:=optional, + reactor.io.codec;resolution:=optional, + reactor.io.encoding;resolution:=optional, + reactor.io.net;resolution:=optional, + reactor.io.net.config;resolution:=optional, + reactor.io.net.impl.netty;resolution:=optional, + reactor.io.net.impl.netty.tcp;resolution:=optional, + reactor.io.net.tcp;resolution:=optional, + reactor.net;resolution:=optional, + reactor.net.netty.tcp;resolution:=optional, + reactor.net.tcp;resolution:=optional, + reactor.net.tcp.spec;resolution:=optional, + reactor.tuple;resolution:=optional, + reactor.rx;resolution:=optional, + reactor.rx.action;resolution:=optional, + org.w3c.dom;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-tx + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-tx + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.gif + **/*.xsd + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-jms-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-jms-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..10652ae05f --- /dev/null +++ b/spring-jms-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework JMS module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-ldap-2.3.2.RELEASE/pom.xml b/spring-ldap-3.1.0/pom.xml similarity index 79% rename from spring-ldap-2.3.2.RELEASE/pom.xml rename to spring-ldap-3.1.0/pom.xml index 4fabe5aac0..939fe14591 100644 --- a/spring-ldap-2.3.2.RELEASE/pom.xml +++ b/spring-ldap-3.1.0/pom.xml @@ -24,28 +24,30 @@ org.apache.servicemix.bundles bundles-pom - 13 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-ldap - 2.3.2.RELEASE_3-SNAPSHOT + 3.1.0_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: spring-ldap - This OSGi bundle wraps spring-ldap-core, spring-ldap-core-tiger, spring-ldap-odm, spring-ldap-ldif-core, spring-ldap-ldif-batch ${pkgVersion} jar files. + This OSGi bundle wraps spring-ldap-core, spring-ldap-odm, spring-ldap-ldif-core ${pkgVersion} jar files. scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD + HEAD org.springframework.ldap - 2.3.2.RELEASE + 3.1.0 + 3.1.0.1 + org.springframework;-split-package:=merge-first, org.springframework.ldap @@ -113,17 +115,6 @@ - - ${pkgGroupId} - spring-ldap-core-tiger - ${pkgVersion} - - - org.springframework - spring-tx - - - ${pkgGroupId} spring-ldap-odm @@ -156,21 +147,6 @@ spring-ldap-ldif-core ${pkgVersion} - - ${pkgGroupId} - spring-ldap-ldif-batch - ${pkgVersion} - - - commons-lang - commons-lang - - - org.springframework.batch - spring-batch-infrastructure - - - @@ -179,12 +155,6 @@ ${pkgVersion} sources - - ${pkgGroupId} - spring-ldap-core-tiger - ${pkgVersion} - sources - ${pkgGroupId} spring-ldap-odm @@ -208,10 +178,8 @@ ${pkgGroupId}:spring-ldap-core - ${pkgGroupId}:spring-ldap-core-tiger ${pkgGroupId}:spring-ldap-odm ${pkgGroupId}:spring-ldap-ldif-core - ${pkgGroupId}:spring-ldap-ldif-batch @@ -221,12 +189,6 @@ **/* - - ${pkgGroupId}:spring-ldap-core-tiger - - **/* - - ${pkgGroupId}:spring-ldap-odm @@ -239,12 +201,6 @@ **/* - - ${pkgGroupId}:spring-ldap-ldif-batch - - **/* - - true true diff --git a/spring-ldap-2.3.2.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-ldap-3.1.0/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-ldap-2.3.2.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-ldap-3.1.0/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-messaging-5.1.6.RELEASE/pom.xml b/spring-messaging-5.1.20.RELEASE/pom.xml similarity index 97% rename from spring-messaging-5.1.6.RELEASE/pom.xml rename to spring-messaging-5.1.20.RELEASE/pom.xml index 29f0cded2e..411dd96ccc 100644 --- a/spring-messaging-5.1.6.RELEASE/pom.xml +++ b/spring-messaging-5.1.20.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-messaging - 5.1.6.RELEASE_1-SNAPSHOT + 5.1.20.RELEASE_4-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-messaging - 5.1.6.RELEASE + 5.1.20.RELEASE org.springframework @@ -68,6 +69,7 @@ org.springframework.core.annotation;version="[${pkgVersion},5.2)", org.springframework.core.convert;version="[${pkgVersion},5.2)", org.springframework.core.convert.support;version="[${pkgVersion},5.2)", + org.springframework.core.log;version="[${pkgVersion},5.2)", org.springframework.expression;version="[${pkgVersion},5.2)", org.springframework.expression.spel;version="[${pkgVersion},5.2)", org.springframework.expression.spel.standard;version="[${pkgVersion},5.2)", diff --git a/spring-messaging-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-messaging-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-messaging-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-messaging-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-messaging-4.3.23.RELEASE/pom.xml b/spring-messaging-5.2.25.RELEASE/pom.xml similarity index 87% rename from spring-messaging-4.3.23.RELEASE/pom.xml rename to spring-messaging-5.2.25.RELEASE/pom.xml index df7351f031..49a1b4c2d8 100644 --- a/spring-messaging-4.3.23.RELEASE/pom.xml +++ b/spring-messaging-5.2.25.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-messaging - 4.3.23.RELEASE_1-SNAPSHOT + 5.2.25.RELEASE_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-messaging - 4.3.23.RELEASE + 5.2.25.RELEASE + 5.2.25.1 org.springframework @@ -58,29 +60,30 @@ javax.xml.transform.stream;resolution:=optional, org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, org.reactivestreams;resolution:=optional, - org.springframework.beans;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.factory;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.factory.config;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.context;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.context.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.context.event;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.core;version="[${pkgVersion},4.4)", - org.springframework.core.annotation;version="[${pkgVersion},4.4)", - org.springframework.core.convert;version="[${pkgVersion},4.4)", - org.springframework.core.convert.support;version="[${pkgVersion},4.4)", - org.springframework.expression;version="[${pkgVersion},4.4)", - org.springframework.expression.spel;version="[${pkgVersion},4.4)", - org.springframework.expression.spel.standard;version="[${pkgVersion},4.4)", - org.springframework.expression.spel.support;version="[${pkgVersion},4.4)", - org.springframework.format.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.oxm;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.scheduling;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.scheduling.concurrent;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.stereotype;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},4.4)", - org.springframework.util.concurrent;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.validation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.validation.annotation;version="[${pkgVersion},4.4)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.factory.config;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.context.event;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},5.3)", + org.springframework.core.annotation;version="[${pkgVersion},5.3)", + org.springframework.core.convert;version="[${pkgVersion},5.3)", + org.springframework.core.convert.support;version="[${pkgVersion},5.3)", + org.springframework.core.log;version="[${pkgVersion},5.3)", + org.springframework.expression;version="[${pkgVersion},5.3)", + org.springframework.expression.spel;version="[${pkgVersion},5.3)", + org.springframework.expression.spel.standard;version="[${pkgVersion},5.3)", + org.springframework.expression.spel.support;version="[${pkgVersion},5.3)", + org.springframework.format.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.oxm;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.scheduling;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.scheduling.concurrent;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},5.3)", + org.springframework.util.concurrent;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.validation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.validation.annotation;version="[${pkgVersion},5.3)";resolution:=optional, reactor.core;resolution:=optional, reactor.core.configuration;resolution:=optional, reactor.core.composable;resolution:=optional, diff --git a/spring-messaging-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-messaging-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-messaging-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-messaging-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-messaging-5.0.13.RELEASE/pom.xml b/spring-messaging-5.3.33/pom.xml similarity index 88% rename from spring-messaging-5.0.13.RELEASE/pom.xml rename to spring-messaging-5.3.33/pom.xml index 6adc48d81b..e15d66eeb2 100644 --- a/spring-messaging-5.0.13.RELEASE/pom.xml +++ b/spring-messaging-5.3.33/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-messaging - 5.0.13.RELEASE_1-SNAPSHOT + 5.3.33_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-messaging - 5.0.13.RELEASE + 5.3.33 + 5.3.33.1 org.springframework @@ -58,29 +60,30 @@ javax.xml.transform.stream;resolution:=optional, org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, org.reactivestreams;resolution:=optional, - org.springframework.beans;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.factory;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.factory.config;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.context;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.context.annotation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.context.event;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.core;version="[${pkgVersion},5.1)", - org.springframework.core.annotation;version="[${pkgVersion},5.1)", - org.springframework.core.convert;version="[${pkgVersion},5.1)", - org.springframework.core.convert.support;version="[${pkgVersion},5.1)", - org.springframework.expression;version="[${pkgVersion},5.1)", - org.springframework.expression.spel;version="[${pkgVersion},5.1)", - org.springframework.expression.spel.standard;version="[${pkgVersion},5.1)", - org.springframework.expression.spel.support;version="[${pkgVersion},5.1)", - org.springframework.format.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.oxm;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.scheduling;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.scheduling.concurrent;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.stereotype;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},5.1)", - org.springframework.util.concurrent;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.validation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.validation.annotation;version="[${pkgVersion},5.1)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.factory.config;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.context.event;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},5.4)", + org.springframework.core.annotation;version="[${pkgVersion},5.4)", + org.springframework.core.convert;version="[${pkgVersion},5.4)", + org.springframework.core.convert.support;version="[${pkgVersion},5.4)", + org.springframework.core.log;version="[${pkgVersion},5.4)", + org.springframework.expression;version="[${pkgVersion},5.4)", + org.springframework.expression.spel;version="[${pkgVersion},5.4)", + org.springframework.expression.spel.standard;version="[${pkgVersion},5.4)", + org.springframework.expression.spel.support;version="[${pkgVersion},5.4)", + org.springframework.format.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.oxm;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.scheduling;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.scheduling.concurrent;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},5.4)", + org.springframework.util.concurrent;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.validation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.validation.annotation;version="[${pkgVersion},5.4)";resolution:=optional, reactor.core;resolution:=optional, reactor.core.configuration;resolution:=optional, reactor.core.composable;resolution:=optional, diff --git a/spring-messaging-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-messaging-5.3.33/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-messaging-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-messaging-5.3.33/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-messaging-6.0.18/pom.xml b/spring-messaging-6.0.18/pom.xml new file mode 100644 index 0000000000..2f99cd061d --- /dev/null +++ b/spring-messaging-6.0.18/pom.xml @@ -0,0 +1,181 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-messaging + 6.0.18_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + org.apache.servicemix.bundles.spring-messaging-6.0.18_1 + + + + org.springframework + spring-messaging + 6.0.18 + 6.0.18.1 + + org.springframework + + + com.fasterxml.jackson.annotation;version="[2,4)";resolution:=optional, + com.fasterxml.jackson.core;version="[2,4)";resolution:=optional, + com.fasterxml.jackson.databind;version="[2,4)";resolution:=optional, + io.netty.channel;version="[4,5)";resolution:=optional, + io.netty.channel.nio;version="[4,5)";resolution:=optional, + io.netty.util.concurrent;version="[4,5)";resolution:=optional, + jakarta.xml.transform;resolution:=optional, + jakarta.xml.transform.stream;resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.reactivestreams;resolution:=optional, + org.springframework.beans;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory.config;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.context.event;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},6.1)", + org.springframework.core.annotation;version="[${pkgVersion},6.1)", + org.springframework.core.convert;version="[${pkgVersion},6.1)", + org.springframework.core.convert.support;version="[${pkgVersion},6.1)", + org.springframework.core.log;version="[${pkgVersion},6.1)", + org.springframework.expression;version="[${pkgVersion},6.1)", + org.springframework.expression.spel;version="[${pkgVersion},6.1)", + org.springframework.expression.spel.standard;version="[${pkgVersion},6.1)", + org.springframework.expression.spel.support;version="[${pkgVersion},6.1)", + org.springframework.format.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.oxm;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.scheduling;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.scheduling.concurrent;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.1)", + org.springframework.util.concurrent;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.validation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.validation.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + reactor.core;resolution:=optional, + reactor.core.configuration;resolution:=optional, + reactor.core.composable;resolution:=optional, + reactor.core.composable.spec;resolution:=optional, + reactor.core.spec.support;resolution:=optional, + reactor.function;resolution:=optional, + reactor.function.support;resolution:=optional, + reactor.io;resolution:=optional, + reactor.tcp;resolution:=optional, + reactor.tcp.encoding;resolution:=optional, + reactor.tcp.netty;resolution:=optional, + reactor.tcp.spec;resolution:=optional, + reactor.tuple;resolution:=optional, + reactor.*;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + true + true + + + + + + + diff --git a/spring-messaging-6.0.18/src/main/resources/OSGI-INF/bundle.info b/spring-messaging-6.0.18/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..61382aa8a6 --- /dev/null +++ b/spring-messaging-6.0.18/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Messaging module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-messaging-6.1.5/pom.xml b/spring-messaging-6.1.5/pom.xml new file mode 100644 index 0000000000..0b980a1d38 --- /dev/null +++ b/spring-messaging-6.1.5/pom.xml @@ -0,0 +1,181 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-messaging + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-messaging + 6.1.5 + 6.1.5.1 + + org.springframework + + + com.fasterxml.jackson.annotation;version="[2,4)";resolution:=optional, + com.fasterxml.jackson.core;version="[2,4)";resolution:=optional, + com.fasterxml.jackson.databind;version="[2,4)";resolution:=optional, + io.netty.channel;version="[4,5)";resolution:=optional, + io.netty.channel.nio;version="[4,5)";resolution:=optional, + io.netty.util.concurrent;version="[4,5)";resolution:=optional, + jakarta.xml.transform;resolution:=optional, + jakarta.xml.transform.stream;resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.reactivestreams;resolution:=optional, + org.springframework.beans;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory.config;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.context.event;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},6.2)", + org.springframework.core.annotation;version="[${pkgVersion},6.2)", + org.springframework.core.convert;version="[${pkgVersion},6.2)", + org.springframework.core.convert.support;version="[${pkgVersion},6.2)", + org.springframework.core.log;version="[${pkgVersion},6.2)", + org.springframework.expression;version="[${pkgVersion},6.2)", + org.springframework.expression.spel;version="[${pkgVersion},6.2)", + org.springframework.expression.spel.standard;version="[${pkgVersion},6.2)", + org.springframework.expression.spel.support;version="[${pkgVersion},6.2)", + org.springframework.format.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.oxm;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.scheduling;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.scheduling.concurrent;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.2)", + org.springframework.util.concurrent;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.validation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.validation.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + reactor.core;resolution:=optional, + reactor.core.configuration;resolution:=optional, + reactor.core.composable;resolution:=optional, + reactor.core.composable.spec;resolution:=optional, + reactor.core.spec.support;resolution:=optional, + reactor.function;resolution:=optional, + reactor.function.support;resolution:=optional, + reactor.io;resolution:=optional, + reactor.tcp;resolution:=optional, + reactor.tcp.encoding;resolution:=optional, + reactor.tcp.netty;resolution:=optional, + reactor.tcp.spec;resolution:=optional, + reactor.tuple;resolution:=optional, + reactor.*;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + true + true + + + + + + + diff --git a/spring-messaging-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-messaging-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..61382aa8a6 --- /dev/null +++ b/spring-messaging-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Messaging module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-orm-5.1.6.RELEASE/pom.xml b/spring-orm-5.1.20.RELEASE/pom.xml similarity index 98% rename from spring-orm-5.1.6.RELEASE/pom.xml rename to spring-orm-5.1.20.RELEASE/pom.xml index 778f61df3f..f8a834e72d 100644 --- a/spring-orm-5.1.6.RELEASE/pom.xml +++ b/spring-orm-5.1.20.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-orm - 5.1.6.RELEASE_1-SNAPSHOT + 5.1.20.RELEASE_4-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-orm - 5.1.6.RELEASE + 5.1.20.RELEASE org.springframework @@ -111,6 +112,7 @@ org.hibernate.event.def;version="[3,6)";resolution:=optional, org.hibernate.exception;version="[3,6)";resolution:=optional, org.hibernate.impl;version="[3,6)";resolution:=optional, + org.hibernate.integrator.spi;version="[3,6)";resolution:=optional, org.hibernate.jdbc;version="[3,6)";resolution:=optional, org.hibernate.jpa;version="[3,6)";resolution:=optional, org.hibernate.jpa.boot.internal;version="[3,6)";resolution:=optional, diff --git a/spring-orm-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-orm-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-orm-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-orm-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-orm-4.3.23.RELEASE/pom.xml b/spring-orm-5.2.25.RELEASE/pom.xml similarity index 90% rename from spring-orm-4.3.23.RELEASE/pom.xml rename to spring-orm-5.2.25.RELEASE/pom.xml index 89b018fa70..92102e6002 100644 --- a/spring-orm-4.3.23.RELEASE/pom.xml +++ b/spring-orm-5.2.25.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-orm - 4.3.23.RELEASE_1-SNAPSHOT + 5.2.25.RELEASE_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-orm - 4.3.23.RELEASE + 5.2.25.RELEASE + 5.2.25.1 org.springframework @@ -111,6 +113,7 @@ org.hibernate.event.def;version="[3,6)";resolution:=optional, org.hibernate.exception;version="[3,6)";resolution:=optional, org.hibernate.impl;version="[3,6)";resolution:=optional, + org.hibernate.integrator.spi;version="[3,6)";resolution:=optional, org.hibernate.jdbc;version="[3,6)";resolution:=optional, org.hibernate.jpa;version="[3,6)";resolution:=optional, org.hibernate.jpa.boot.internal;version="[3,6)";resolution:=optional, @@ -130,44 +133,45 @@ org.hibernate.type;version="[3,6)";resolution:=optional, org.hibernate.usertype;version="[3,6)";resolution:=optional, org.hibernate.util;version="[3,6)";resolution:=optional, - org.springframework.aop.scope;version="[${pkgVersion},4.4)", - org.springframework.aop.support;version="[${pkgVersion},4.4)", - org.springframework.beans;version="[${pkgVersion},4.4)", - org.springframework.beans.factory;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.annotation;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.config;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.support;version="[${pkgVersion},4.4)", - org.springframework.context;version="[${pkgVersion},4.4)", - org.springframework.context.weaving;version="[${pkgVersion},4.4)", - org.springframework.context.index;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.core;version="[${pkgVersion},4.4)", - org.springframework.core.io;version="[${pkgVersion},4.4)", - org.springframework.core.io.support;version="[${pkgVersion},4.4)", - org.springframework.core.task;version="[${pkgVersion},4.4)", - org.springframework.core.type;version="[${pkgVersion},4.4)", - org.springframework.core.type.classreading;version="[${pkgVersion},4.4)", - org.springframework.core.type.filter;version="[${pkgVersion},4.4)", - org.springframework.dao;version="[${pkgVersion},4.4)", - org.springframework.dao.support;version="[${pkgVersion},4.4)", - org.springframework.instrument;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.instrument.classloading;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.jdbc;version="[${pkgVersion},4.4)", - org.springframework.jdbc.datasource;version="[${pkgVersion},4.4)", - org.springframework.jdbc.datasource.lookup;version="[${pkgVersion},4.4)", - org.springframework.jdbc.support;version="[${pkgVersion},4.4)", - org.springframework.jdbc.support.lob;version="[${pkgVersion},4.4)", - org.springframework.jndi;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.transaction;version="[${pkgVersion},4.4)", - org.springframework.transaction.jta;version="[${pkgVersion},4.4)", - org.springframework.transaction.support;version="[${pkgVersion},4.4)", - org.springframework.ui;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.util.xml;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.context;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.context.request;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.context.request.async;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.context.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.filter;version="[${pkgVersion},4.4)";resolution:=optional, + org.springframework.aop.scope;version="[${pkgVersion},5.3)", + org.springframework.aop.support;version="[${pkgVersion},5.3)", + org.springframework.beans;version="[${pkgVersion},5.3)", + org.springframework.beans.factory;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.annotation;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.config;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.support;version="[${pkgVersion},5.3)", + org.springframework.context;version="[${pkgVersion},5.3)", + org.springframework.context.weaving;version="[${pkgVersion},5.3)", + org.springframework.context.index;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},5.3)", + org.springframework.core.annotation;version="[${pkgVersion},5.3)", + org.springframework.core.io;version="[${pkgVersion},5.3)", + org.springframework.core.io.support;version="[${pkgVersion},5.3)", + org.springframework.core.task;version="[${pkgVersion},5.3)", + org.springframework.core.type;version="[${pkgVersion},5.3)", + org.springframework.core.type.classreading;version="[${pkgVersion},5.3)", + org.springframework.core.type.filter;version="[${pkgVersion},5.3)", + org.springframework.dao;version="[${pkgVersion},5.3)", + org.springframework.dao.support;version="[${pkgVersion},5.3)", + org.springframework.instrument;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.instrument.classloading;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.jdbc;version="[${pkgVersion},5.3)", + org.springframework.jdbc.datasource;version="[${pkgVersion},5.3)", + org.springframework.jdbc.datasource.lookup;version="[${pkgVersion},5.3)", + org.springframework.jdbc.support;version="[${pkgVersion},5.3)", + org.springframework.jdbc.support.lob;version="[${pkgVersion},5.3)", + org.springframework.jndi;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},5.3)", + org.springframework.transaction.jta;version="[${pkgVersion},5.3)", + org.springframework.transaction.support;version="[${pkgVersion},5.3)", + org.springframework.ui;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.util.xml;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.context;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.context.request;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.context.request.async;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.context.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.filter;version="[${pkgVersion},5.3)";resolution:=optional, org.w3c.dom;resolution:=optional, org.xml.sax;resolution:=optional diff --git a/spring-orm-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-orm-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-orm-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-orm-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-orm-5.0.13.RELEASE/pom.xml b/spring-orm-5.3.33/pom.xml similarity index 90% rename from spring-orm-5.0.13.RELEASE/pom.xml rename to spring-orm-5.3.33/pom.xml index 688598b47d..53ee2f121d 100644 --- a/spring-orm-5.0.13.RELEASE/pom.xml +++ b/spring-orm-5.3.33/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-orm - 5.0.13.RELEASE_1-SNAPSHOT + 5.3.33_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-orm - 5.0.13.RELEASE + 5.3.33 + 5.3.33.1 org.springframework @@ -111,6 +113,7 @@ org.hibernate.event.def;version="[3,6)";resolution:=optional, org.hibernate.exception;version="[3,6)";resolution:=optional, org.hibernate.impl;version="[3,6)";resolution:=optional, + org.hibernate.integrator.spi;version="[3,6)";resolution:=optional, org.hibernate.jdbc;version="[3,6)";resolution:=optional, org.hibernate.jpa;version="[3,6)";resolution:=optional, org.hibernate.jpa.boot.internal;version="[3,6)";resolution:=optional, @@ -130,44 +133,45 @@ org.hibernate.type;version="[3,6)";resolution:=optional, org.hibernate.usertype;version="[3,6)";resolution:=optional, org.hibernate.util;version="[3,6)";resolution:=optional, - org.springframework.aop.scope;version="[${pkgVersion},5.1)", - org.springframework.aop.support;version="[${pkgVersion},5.1)", - org.springframework.beans;version="[${pkgVersion},5.1)", - org.springframework.beans.factory;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.annotation;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.config;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.support;version="[${pkgVersion},5.1)", - org.springframework.context;version="[${pkgVersion},5.1)", - org.springframework.context.weaving;version="[${pkgVersion},5.1)", - org.springframework.context.index;version="[${pkgVersion},5.1)", - org.springframework.core;version="[${pkgVersion},5.1)", - org.springframework.core.io;version="[${pkgVersion},5.1)", - org.springframework.core.io.support;version="[${pkgVersion},5.1)", - org.springframework.core.task;version="[${pkgVersion},5.1)", - org.springframework.core.type;version="[${pkgVersion},5.1)", - org.springframework.core.type.classreading;version="[${pkgVersion},5.1)", - org.springframework.core.type.filter;version="[${pkgVersion},5.1)", - org.springframework.dao;version="[${pkgVersion},5.1)", - org.springframework.dao.support;version="[${pkgVersion},5.1)", - org.springframework.instrument;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.instrument.classloading;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.jdbc;version="[${pkgVersion},5.1)", - org.springframework.jdbc.datasource;version="[${pkgVersion},5.1)", - org.springframework.jdbc.datasource.lookup;version="[${pkgVersion},5.1)", - org.springframework.jdbc.support;version="[${pkgVersion},5.1)", - org.springframework.jdbc.support.lob;version="[${pkgVersion},5.1)", - org.springframework.jndi;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.transaction;version="[${pkgVersion},5.1)", - org.springframework.transaction.jta;version="[${pkgVersion},5.1)", - org.springframework.transaction.support;version="[${pkgVersion},5.1)", - org.springframework.ui;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.util.xml;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.context;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.context.request;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.context.request.async;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.context.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.filter;version="[${pkgVersion},5.1)";resolution:=optional, + org.springframework.aop.scope;version="[${pkgVersion},5.4)", + org.springframework.aop.support;version="[${pkgVersion},5.4)", + org.springframework.beans;version="[${pkgVersion},5.4)", + org.springframework.beans.factory;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.annotation;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.config;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.support;version="[${pkgVersion},5.4)", + org.springframework.context;version="[${pkgVersion},5.4)", + org.springframework.context.weaving;version="[${pkgVersion},5.4)", + org.springframework.context.index;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},5.4)", + org.springframework.core.annotation;version="[${pkgVersion},5.4)", + org.springframework.core.io;version="[${pkgVersion},5.4)", + org.springframework.core.io.support;version="[${pkgVersion},5.4)", + org.springframework.core.task;version="[${pkgVersion},5.4)", + org.springframework.core.type;version="[${pkgVersion},5.4)", + org.springframework.core.type.classreading;version="[${pkgVersion},5.4)", + org.springframework.core.type.filter;version="[${pkgVersion},5.4)", + org.springframework.dao;version="[${pkgVersion},5.4)", + org.springframework.dao.support;version="[${pkgVersion},5.4)", + org.springframework.instrument;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.instrument.classloading;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.jdbc;version="[${pkgVersion},5.4)", + org.springframework.jdbc.datasource;version="[${pkgVersion},5.4)", + org.springframework.jdbc.datasource.lookup;version="[${pkgVersion},5.4)", + org.springframework.jdbc.support;version="[${pkgVersion},5.4)", + org.springframework.jdbc.support.lob;version="[${pkgVersion},5.4)", + org.springframework.jndi;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},5.4)", + org.springframework.transaction.jta;version="[${pkgVersion},5.4)", + org.springframework.transaction.support;version="[${pkgVersion},5.4)", + org.springframework.ui;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.util.xml;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.context;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.context.request;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.context.request.async;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.context.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.filter;version="[${pkgVersion},5.4)";resolution:=optional, org.w3c.dom;resolution:=optional, org.xml.sax;resolution:=optional diff --git a/spring-orm-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-orm-5.3.33/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-orm-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-orm-5.3.33/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-orm-6.0.18/pom.xml b/spring-orm-6.0.18/pom.xml new file mode 100644 index 0000000000..2e5e717840 --- /dev/null +++ b/spring-orm-6.0.18/pom.xml @@ -0,0 +1,266 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-orm + 6.0.18_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-orm + 6.0.18 + 6.0.18.1 + + org.springframework + + + com.ibatis.common.xml;resolution:=optional, + com.ibatis.sqlmap.client;resolution:=optional, + com.ibatis.sqlmap.client.event;resolution:=optional, + com.ibatis.sqlmap.engine.builder.xml;resolution:=optional, + com.ibatis.sqlmap.engine.impl;resolution:=optional, + com.ibatis.sqlmap.engine.transaction;resolution:=optional, + com.ibatis.sqlmap.engine.transaction.external;resolution:=optional, + com.ibatis.sqlmap.engine.type;resolution:=optional, + javax.jdo;resolution:=optional, + javax.jdo.datastore;resolution:=optional, + jakarta.persistence;resolution:=optional, + jakarta.persistence.criteria;resolution:=optional, + jakarta.persistence.metamodel;resolution:=optional, + jakarta.persistence.spi;resolution:=optional, + jakarta.servlet;resolution:=optional, + jakarta.servlet.http;resolution:=optional, + javax.sql;resolution:=optional, + jakarta.transaction;resolution:=optional, + jakarta.xml.parsers;resolution:=optional, + oracle.toplink.essentials.ejb.cmp3;resolution:=optional, + oracle.toplink.essentials.expressions;resolution:=optional, + oracle.toplink.essentials.internal.databaseaccess;resolution:=optional, + oracle.toplink.essentials.internal.sessions;resolution:=optional, + oracle.toplink.essentials.sessions;resolution:=optional, + org.aopalliance.intercept;version="[1,2)", + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.apache.openjpa.persistence;version="[2,3)";resolution:=optional, + org.apache.openjpa.persistence.jdbc;version="[2,3)";resolution:=optional, + org.eclipse.persistence.config;version="[2,3)";resolution:=optional, + org.eclipse.persistence.internal.databaseaccess;version="[2,3)";resolution:=optional, + org.eclipse.persistence.internal.sessions;version="[2,3)";resolution:=optional, + org.eclipse.persistence.jpa;version="[2,3)";resolution:=optional, + org.eclipse.persistence.logging;version="[2,3)";resolution:=optional, + org.eclipse.persistence.sessions;version="[2,3)";resolution:=optional, + org.hibernate;version="[3,6)";resolution:=optional, + org.hibernate.annotations;version="[3,6)";resolution:=optional, + org.hibernate.boot;version="[3,6)";resolution:=optional, + org.hibernate.boot.model.naming;version="[3,6)";resolution:=optional, + org.hibernate.boot.registry;version="[3,6)";resolution:=optional, + org.hibernate.cache;version="[3,6)";resolution:=optional, + org.hibernate.cache.access;version="[3,6)";resolution:=optional, + org.hibernate.cache.spi;version="[3,6)";resolution:=optional, + org.hibernate.cfg;version="[3,6)";resolution:=optional, + org.hibernate.classic;version="[3,6)";resolution:=optional, + org.hibernate.connection;version="[3,6)";resolution:=optional, + org.hibernate.context;version="[3,6)";resolution:=optional, + org.hibernate.context.internal;version="[3,6)";resolution:=optional, + org.hibernate.context.spi;version="[3,6)";resolution:=optional, + org.hibernate.criterion;version="[3,6)";resolution:=optional, + org.hibernate.dialect;version="[3,6)";resolution:=optional, + org.hibernate.dialect.lock;version="[3,6)";resolution:=optional, + org.hibernate.ejb;version="[3,6)";resolution:=optional, + org.hibernate.engine;version="[3,6)";resolution:=optional, + org.hibernate.engine.jdbc.connections.spi;version="[3,6)";resolution:=optional, + org.hibernate.engine.spi;version="[3,6)";resolution:=optional, + org.hibernate.engine.jdbc.spi;version="[3,6)";resolution:=optional, + org.hibernate.engine.transaction.internal.jta;version="[3,6)";resolution:=optional, + org.hibernate.engine.transaction.jta.platform.spi;version="[3,6)";resolution:=optional, + org.hibernate.engine.transaction.spi;version="[3,6)";resolution:=optional, + org.hibernate.event;version="[3,6)";resolution:=optional, + org.hibernate.event.def;version="[3,6)";resolution:=optional, + org.hibernate.exception;version="[3,6)";resolution:=optional, + org.hibernate.impl;version="[3,6)";resolution:=optional, + org.hibernate.integrator.spi;version="[3,6)";resolution:=optional, + org.hibernate.jdbc;version="[3,6)";resolution:=optional, + org.hibernate.jpa;version="[3,6)";resolution:=optional, + org.hibernate.jpa.boot.internal;version="[3,6)";resolution:=optional, + org.hibernate.jpa.boot.spi;version="[3,6)";resolution:=optional, + org.hibernate.persister.entity;version="[3,6)";resolution:=optional, + org.hibernate.query;version="[3,6)";resolution:=optional, + org.hibernate.resource.transaction.spi;version="[3,6)";resolution:=optional, + org.hibernate.resource.jdbc.spi;version="[3,6)";resolution:=optional, + org.hibernate.service;version="[3,6)";resolution:=optional, + org.hibernate.service.jdbc.connections.spi;version="[3,6)";resolution:=optional, + org.hibernate.service.jta.platform.internal;version="[3,6)";resolution:=optional, + org.hibernate.service.jta.platform.spi;version="[3,6)";resolution:=optional, + org.hibernate.service.spi;version="[3,6)";resolution:=optional, + org.hibernate.tool.hbm2ddl;version="[3,6)";resolution:=optional, + org.hibernate.transaction;version="[3,6)";resolution:=optional, + org.hibernate.transform;version="[3,6)";resolution:=optional, + org.hibernate.type;version="[3,6)";resolution:=optional, + org.hibernate.usertype;version="[3,6)";resolution:=optional, + org.hibernate.util;version="[3,6)";resolution:=optional, + org.springframework.aop.scope;version="[${pkgVersion},6.1)", + org.springframework.aop.support;version="[${pkgVersion},6.1)", + org.springframework.beans;version="[${pkgVersion},6.1)", + org.springframework.beans.factory;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.annotation;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.aot;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.config;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.support;version="[${pkgVersion},6.1)", + org.springframework.context;version="[${pkgVersion},6.1)", + org.springframework.context.weaving;version="[${pkgVersion},6.1)", + org.springframework.context.index;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},6.1)", + org.springframework.core.annotation;version="[${pkgVersion},6.1)", + org.springframework.core.io;version="[${pkgVersion},6.1)", + org.springframework.core.io.support;version="[${pkgVersion},6.1)", + org.springframework.core.task;version="[${pkgVersion},6.1)", + org.springframework.core.type;version="[${pkgVersion},6.1)", + org.springframework.core.type.classreading;version="[${pkgVersion},6.1)", + org.springframework.core.type.filter;version="[${pkgVersion},6.1)", + org.springframework.dao;version="[${pkgVersion},6.1)", + org.springframework.dao.support;version="[${pkgVersion},6.1)", + org.springframework.instrument;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.instrument.classloading;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.jdbc;version="[${pkgVersion},6.1)", + org.springframework.jdbc.datasource;version="[${pkgVersion},6.1)", + org.springframework.jdbc.datasource.lookup;version="[${pkgVersion},6.1)", + org.springframework.jdbc.support;version="[${pkgVersion},6.1)", + org.springframework.jdbc.support.lob;version="[${pkgVersion},6.1)", + org.springframework.jndi;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},6.1)", + org.springframework.transaction.jta;version="[${pkgVersion},6.1)", + org.springframework.transaction.support;version="[${pkgVersion},6.1)", + org.springframework.ui;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.util.xml;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.context;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.context.request;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.context.request.async;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.context.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.filter;version="[${pkgVersion},6.1)";resolution:=optional, + org.w3c.dom;resolution:=optional, + org.xml.sax;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + org.springframework + spring-jdbc + + + org.springframework + spring-tx + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + org.springframework + spring-jdbc + + + org.springframework + spring-tx + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + true + true + + + + + + + diff --git a/spring-orm-6.0.18/src/main/resources/OSGI-INF/bundle.info b/spring-orm-6.0.18/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..dad88ba11b --- /dev/null +++ b/spring-orm-6.0.18/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework ORM module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-orm-6.1.5/pom.xml b/spring-orm-6.1.5/pom.xml new file mode 100644 index 0000000000..da0b749dfb --- /dev/null +++ b/spring-orm-6.1.5/pom.xml @@ -0,0 +1,266 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-orm + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-orm + 6.1.5 + 6.1.5.1 + + org.springframework + + + com.ibatis.common.xml;resolution:=optional, + com.ibatis.sqlmap.client;resolution:=optional, + com.ibatis.sqlmap.client.event;resolution:=optional, + com.ibatis.sqlmap.engine.builder.xml;resolution:=optional, + com.ibatis.sqlmap.engine.impl;resolution:=optional, + com.ibatis.sqlmap.engine.transaction;resolution:=optional, + com.ibatis.sqlmap.engine.transaction.external;resolution:=optional, + com.ibatis.sqlmap.engine.type;resolution:=optional, + javax.jdo;resolution:=optional, + javax.jdo.datastore;resolution:=optional, + jakarta.persistence;resolution:=optional, + jakarta.persistence.criteria;resolution:=optional, + jakarta.persistence.metamodel;resolution:=optional, + jakarta.persistence.spi;resolution:=optional, + jakarta.servlet;resolution:=optional, + jakarta.servlet.http;resolution:=optional, + javax.sql;resolution:=optional, + jakarta.transaction;resolution:=optional, + jakarta.xml.parsers;resolution:=optional, + oracle.toplink.essentials.ejb.cmp3;resolution:=optional, + oracle.toplink.essentials.expressions;resolution:=optional, + oracle.toplink.essentials.internal.databaseaccess;resolution:=optional, + oracle.toplink.essentials.internal.sessions;resolution:=optional, + oracle.toplink.essentials.sessions;resolution:=optional, + org.aopalliance.intercept;version="[1,2)", + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.apache.openjpa.persistence;version="[2,3)";resolution:=optional, + org.apache.openjpa.persistence.jdbc;version="[2,3)";resolution:=optional, + org.eclipse.persistence.config;version="[2,3)";resolution:=optional, + org.eclipse.persistence.internal.databaseaccess;version="[2,3)";resolution:=optional, + org.eclipse.persistence.internal.sessions;version="[2,3)";resolution:=optional, + org.eclipse.persistence.jpa;version="[2,3)";resolution:=optional, + org.eclipse.persistence.logging;version="[2,3)";resolution:=optional, + org.eclipse.persistence.sessions;version="[2,3)";resolution:=optional, + org.hibernate;version="[3,6)";resolution:=optional, + org.hibernate.annotations;version="[3,6)";resolution:=optional, + org.hibernate.boot;version="[3,6)";resolution:=optional, + org.hibernate.boot.model.naming;version="[3,6)";resolution:=optional, + org.hibernate.boot.registry;version="[3,6)";resolution:=optional, + org.hibernate.cache;version="[3,6)";resolution:=optional, + org.hibernate.cache.access;version="[3,6)";resolution:=optional, + org.hibernate.cache.spi;version="[3,6)";resolution:=optional, + org.hibernate.cfg;version="[3,6)";resolution:=optional, + org.hibernate.classic;version="[3,6)";resolution:=optional, + org.hibernate.connection;version="[3,6)";resolution:=optional, + org.hibernate.context;version="[3,6)";resolution:=optional, + org.hibernate.context.internal;version="[3,6)";resolution:=optional, + org.hibernate.context.spi;version="[3,6)";resolution:=optional, + org.hibernate.criterion;version="[3,6)";resolution:=optional, + org.hibernate.dialect;version="[3,6)";resolution:=optional, + org.hibernate.dialect.lock;version="[3,6)";resolution:=optional, + org.hibernate.ejb;version="[3,6)";resolution:=optional, + org.hibernate.engine;version="[3,6)";resolution:=optional, + org.hibernate.engine.jdbc.connections.spi;version="[3,6)";resolution:=optional, + org.hibernate.engine.spi;version="[3,6)";resolution:=optional, + org.hibernate.engine.jdbc.spi;version="[3,6)";resolution:=optional, + org.hibernate.engine.transaction.internal.jta;version="[3,6)";resolution:=optional, + org.hibernate.engine.transaction.jta.platform.spi;version="[3,6)";resolution:=optional, + org.hibernate.engine.transaction.spi;version="[3,6)";resolution:=optional, + org.hibernate.event;version="[3,6)";resolution:=optional, + org.hibernate.event.def;version="[3,6)";resolution:=optional, + org.hibernate.exception;version="[3,6)";resolution:=optional, + org.hibernate.impl;version="[3,6)";resolution:=optional, + org.hibernate.integrator.spi;version="[3,6)";resolution:=optional, + org.hibernate.jdbc;version="[3,6)";resolution:=optional, + org.hibernate.jpa;version="[3,6)";resolution:=optional, + org.hibernate.jpa.boot.internal;version="[3,6)";resolution:=optional, + org.hibernate.jpa.boot.spi;version="[3,6)";resolution:=optional, + org.hibernate.persister.entity;version="[3,6)";resolution:=optional, + org.hibernate.query;version="[3,6)";resolution:=optional, + org.hibernate.resource.transaction.spi;version="[3,6)";resolution:=optional, + org.hibernate.resource.jdbc.spi;version="[3,6)";resolution:=optional, + org.hibernate.service;version="[3,6)";resolution:=optional, + org.hibernate.service.jdbc.connections.spi;version="[3,6)";resolution:=optional, + org.hibernate.service.jta.platform.internal;version="[3,6)";resolution:=optional, + org.hibernate.service.jta.platform.spi;version="[3,6)";resolution:=optional, + org.hibernate.service.spi;version="[3,6)";resolution:=optional, + org.hibernate.tool.hbm2ddl;version="[3,6)";resolution:=optional, + org.hibernate.transaction;version="[3,6)";resolution:=optional, + org.hibernate.transform;version="[3,6)";resolution:=optional, + org.hibernate.type;version="[3,6)";resolution:=optional, + org.hibernate.usertype;version="[3,6)";resolution:=optional, + org.hibernate.util;version="[3,6)";resolution:=optional, + org.springframework.aop.scope;version="[${pkgVersion},6.2)", + org.springframework.aop.support;version="[${pkgVersion},6.2)", + org.springframework.beans;version="[${pkgVersion},6.2)", + org.springframework.beans.factory;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.annotation;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.aot;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.config;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.support;version="[${pkgVersion},6.2)", + org.springframework.context;version="[${pkgVersion},6.2)", + org.springframework.context.weaving;version="[${pkgVersion},6.2)", + org.springframework.context.index;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},6.2)", + org.springframework.core.annotation;version="[${pkgVersion},6.2)", + org.springframework.core.io;version="[${pkgVersion},6.2)", + org.springframework.core.io.support;version="[${pkgVersion},6.2)", + org.springframework.core.task;version="[${pkgVersion},6.2)", + org.springframework.core.type;version="[${pkgVersion},6.2)", + org.springframework.core.type.classreading;version="[${pkgVersion},6.2)", + org.springframework.core.type.filter;version="[${pkgVersion},6.2)", + org.springframework.dao;version="[${pkgVersion},6.2)", + org.springframework.dao.support;version="[${pkgVersion},6.2)", + org.springframework.instrument;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.instrument.classloading;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.jdbc;version="[${pkgVersion},6.2)", + org.springframework.jdbc.datasource;version="[${pkgVersion},6.2)", + org.springframework.jdbc.datasource.lookup;version="[${pkgVersion},6.2)", + org.springframework.jdbc.support;version="[${pkgVersion},6.2)", + org.springframework.jdbc.support.lob;version="[${pkgVersion},6.2)", + org.springframework.jndi;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},6.2)", + org.springframework.transaction.jta;version="[${pkgVersion},6.2)", + org.springframework.transaction.support;version="[${pkgVersion},6.2)", + org.springframework.ui;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.util.xml;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.context;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.context.request;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.context.request.async;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.context.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.filter;version="[${pkgVersion},6.2)";resolution:=optional, + org.w3c.dom;resolution:=optional, + org.xml.sax;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + org.springframework + spring-jdbc + + + org.springframework + spring-tx + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + org.springframework + spring-jdbc + + + org.springframework + spring-tx + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + true + true + + + + + + + diff --git a/spring-orm-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-orm-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..dad88ba11b --- /dev/null +++ b/spring-orm-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework ORM module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-oxm-5.1.6.RELEASE/pom.xml b/spring-oxm-5.1.20.RELEASE/pom.xml similarity index 98% rename from spring-oxm-5.1.6.RELEASE/pom.xml rename to spring-oxm-5.1.20.RELEASE/pom.xml index 9bc5078d47..f6aad36569 100644 --- a/spring-oxm-5.1.6.RELEASE/pom.xml +++ b/spring-oxm-5.1.20.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-oxm - 5.1.6.RELEASE_1-SNAPSHOT + 5.1.20.RELEASE_4-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-oxm - 5.1.6.RELEASE + 5.1.20.RELEASE org.springframework diff --git a/spring-oxm-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-oxm-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-oxm-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-oxm-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-oxm-5.0.13.RELEASE/pom.xml b/spring-oxm-5.2.25.RELEASE/pom.xml similarity index 93% rename from spring-oxm-5.0.13.RELEASE/pom.xml rename to spring-oxm-5.2.25.RELEASE/pom.xml index 1c43daa9ec..edb6b36951 100644 --- a/spring-oxm-5.0.13.RELEASE/pom.xml +++ b/spring-oxm-5.2.25.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-oxm - 5.0.13.RELEASE_1-SNAPSHOT + 5.2.25.RELEASE_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-oxm - 5.0.13.RELEASE + 5.2.25.RELEASE + 5.2.25.1 org.springframework @@ -79,18 +81,19 @@ org.exolab.castor.util;version="[1.3,2)";resolution:=optional, org.jibx.runtime;version="[1.2,2)";resolution:=optional, org.jibx.runtime.impl;version="[1.2,2)";resolution:=optional, - org.springframework.beans.factory;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.support;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.xml;version="[${pkgVersion},5.1)", - org.springframework.core;version="[${pkgVersion},5.1)", - org.springframework.core.annotation;version="[${pkgVersion},5.1)", - org.springframework.core.io;version="[${pkgVersion},5.1)", - org.springframework.core.io.support;version="[${pkgVersion},5.1)", - org.springframework.core.type;version="[${pkgVersion},5.1)", - org.springframework.core.type.classreading;version="[${pkgVersion},5.1)", - org.springframework.core.type.filter;version="[${pkgVersion},5.1)", - org.springframework.util;version="[${pkgVersion},5.1)", - org.springframework.util.xml;version="[${pkgVersion},5.1)", + org.springframework.beans.factory;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.support;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.xml;version="[${pkgVersion},5.3)", + org.springframework.core;version="[${pkgVersion},5.3)", + org.springframework.core.annotation;version="[${pkgVersion},5.3)", + org.springframework.core.io;version="[${pkgVersion},5.3)", + org.springframework.core.io.support;version="[${pkgVersion},5.3)", + org.springframework.core.type;version="[${pkgVersion},5.3)", + org.springframework.core.type.classreading;version="[${pkgVersion},5.3)", + org.springframework.core.type.filter;version="[${pkgVersion},5.3)", + org.springframework.util;version="[${pkgVersion},5.3)", + org.springframework.util.function;version="[${pkgVersion},5.3)", + org.springframework.util.xml;version="[${pkgVersion},5.3)", org.w3c.dom, org.w3c.dom.ls, org.xml.sax, diff --git a/spring-oxm-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-oxm-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-oxm-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-oxm-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-oxm-4.3.23.RELEASE/pom.xml b/spring-oxm-5.3.33/pom.xml similarity index 92% rename from spring-oxm-4.3.23.RELEASE/pom.xml rename to spring-oxm-5.3.33/pom.xml index 2cb94bc291..d871fbe78e 100644 --- a/spring-oxm-4.3.23.RELEASE/pom.xml +++ b/spring-oxm-5.3.33/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-oxm - 4.3.23.RELEASE_1-SNAPSHOT + 5.3.33_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-oxm - 4.3.23.RELEASE + 5.3.33 + 5.3.33.1 org.springframework @@ -57,6 +59,7 @@ com.thoughtworks.xstream.io.naming;version="[1.4,2)";resolution:=optional, com.thoughtworks.xstream.io.xml;version="[1.4,2)";resolution:=optional, com.thoughtworks.xstream.mapper;version="[1.4,2)";resolution:=optional, + com.thoughtworks.xstream.security;version="[1.4,2)";resolution:=optional, javax.activation;resolution:=optional, javax.xml;resolution:=optional, javax.xml.bind;resolution:=optional, @@ -79,18 +82,19 @@ org.exolab.castor.util;version="[1.3,2)";resolution:=optional, org.jibx.runtime;version="[1.2,2)";resolution:=optional, org.jibx.runtime.impl;version="[1.2,2)";resolution:=optional, - org.springframework.beans.factory;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.support;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.xml;version="[${pkgVersion},4.4)", - org.springframework.core;version="[${pkgVersion},4.4)", - org.springframework.core.annotation;version="[${pkgVersion},4.4)", - org.springframework.core.io;version="[${pkgVersion},4.4)", - org.springframework.core.io.support;version="[${pkgVersion},4.4)", - org.springframework.core.type;version="[${pkgVersion},4.4)", - org.springframework.core.type.classreading;version="[${pkgVersion},4.4)", - org.springframework.core.type.filter;version="[${pkgVersion},4.4)", - org.springframework.util;version="[${pkgVersion},4.4)", - org.springframework.util.xml;version="[${pkgVersion},4.4)", + org.springframework.beans.factory;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.support;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.xml;version="[${pkgVersion},5.4)", + org.springframework.core;version="[${pkgVersion},5.4)", + org.springframework.core.annotation;version="[${pkgVersion},5.4)", + org.springframework.core.io;version="[${pkgVersion},5.4)", + org.springframework.core.io.support;version="[${pkgVersion},5.4)", + org.springframework.core.type;version="[${pkgVersion},5.4)", + org.springframework.core.type.classreading;version="[${pkgVersion},5.4)", + org.springframework.core.type.filter;version="[${pkgVersion},5.4)", + org.springframework.util;version="[${pkgVersion},5.4)", + org.springframework.util.function;version="[${pkgVersion},5.4)", + org.springframework.util.xml;version="[${pkgVersion},5.4)", org.w3c.dom, org.w3c.dom.ls, org.xml.sax, diff --git a/spring-oxm-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-oxm-5.3.33/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-oxm-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-oxm-5.3.33/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-oxm-6.0.18/pom.xml b/spring-oxm-6.0.18/pom.xml new file mode 100644 index 0000000000..b3d8079f0f --- /dev/null +++ b/spring-oxm-6.0.18/pom.xml @@ -0,0 +1,177 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-oxm + 6.0.18_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-oxm + 6.0.18 + 6.0.18.1 + + org.springframework + + + com.thoughtworks.xstream;version="[1.4,2)";resolution:=optional, + com.thoughtworks.xstream.converters;version="[1.4,2)";resolution:=optional, + com.thoughtworks.xstream.converters.reflection;version="[1.4,2)";resolution:=optional, + com.thoughtworks.xstream.core;version="[1.4,2)";resolution:=optional, + com.thoughtworks.xstream.core.util;version="[1.4,2)";resolution:=optional, + com.thoughtworks.xstream.io;version="[1.4,2)";resolution:=optional, + com.thoughtworks.xstream.io.naming;version="[1.4,2)";resolution:=optional, + com.thoughtworks.xstream.io.xml;version="[1.4,2)";resolution:=optional, + com.thoughtworks.xstream.mapper;version="[1.4,2)";resolution:=optional, + com.thoughtworks.xstream.security;version="[1.4,2)";resolution:=optional, + jakarta.activation;resolution:=optional, + jakarta.xml;resolution:=optional, + jakarta.xml.bind;resolution:=optional, + jakarta.xml.bind.annotation;resolution:=optional, + jakarta.xml.bind.annotation.adapters;resolution:=optional, + jakarta.xml.bind.attachment;resolution:=optional, + jakarta.xml.datatype, + jakarta.xml.namespace, + jakarta.xml.parsers, + jakarta.xml.stream, + jakarta.xml.transform, + jakarta.xml.transform.dom, + jakarta.xml.transform.sax, + jakarta.xml.transform.stream, + jakarta.xml.validation, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.apache.xmlbeans;version="[2.6,3)";resolution:=optional, + org.exolab.castor.mapping;version="[1.3,2)";resolution:=optional, + org.exolab.castor.xml;version="[1.3,2)";resolution:=optional, + org.exolab.castor.util;version="[1.3,2)";resolution:=optional, + org.jibx.runtime;version="[1.2,2)";resolution:=optional, + org.jibx.runtime.impl;version="[1.2,2)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.support;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.xml;version="[${pkgVersion},6.1)", + org.springframework.core;version="[${pkgVersion},6.1)", + org.springframework.core.annotation;version="[${pkgVersion},6.1)", + org.springframework.core.io;version="[${pkgVersion},6.1)", + org.springframework.core.io.support;version="[${pkgVersion},6.1)", + org.springframework.core.type;version="[${pkgVersion},6.1)", + org.springframework.core.type.classreading;version="[${pkgVersion},6.1)", + org.springframework.core.type.filter;version="[${pkgVersion},6.1)", + org.springframework.util;version="[${pkgVersion},6.1)", + org.springframework.util.function;version="[${pkgVersion},6.1)", + org.springframework.util.xml;version="[${pkgVersion},6.1)", + org.w3c.dom, + org.w3c.dom.ls, + org.xml.sax, + org.xml.sax.ext, + org.xml.sax.helpers + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.gif + **/*.xsd + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-oxm-6.0.18/src/main/resources/OSGI-INF/bundle.info b/spring-oxm-6.0.18/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9e728ad20f --- /dev/null +++ b/spring-oxm-6.0.18/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework OXM module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-oxm-6.1.5/pom.xml b/spring-oxm-6.1.5/pom.xml new file mode 100644 index 0000000000..fc3d5d766e --- /dev/null +++ b/spring-oxm-6.1.5/pom.xml @@ -0,0 +1,177 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-oxm + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-oxm + 6.1.5 + 6.1.5.1 + + org.springframework + + + com.thoughtworks.xstream;version="[1.4,2)";resolution:=optional, + com.thoughtworks.xstream.converters;version="[1.4,2)";resolution:=optional, + com.thoughtworks.xstream.converters.reflection;version="[1.4,2)";resolution:=optional, + com.thoughtworks.xstream.core;version="[1.4,2)";resolution:=optional, + com.thoughtworks.xstream.core.util;version="[1.4,2)";resolution:=optional, + com.thoughtworks.xstream.io;version="[1.4,2)";resolution:=optional, + com.thoughtworks.xstream.io.naming;version="[1.4,2)";resolution:=optional, + com.thoughtworks.xstream.io.xml;version="[1.4,2)";resolution:=optional, + com.thoughtworks.xstream.mapper;version="[1.4,2)";resolution:=optional, + com.thoughtworks.xstream.security;version="[1.4,2)";resolution:=optional, + jakarta.activation;resolution:=optional, + jakarta.xml;resolution:=optional, + jakarta.xml.bind;resolution:=optional, + jakarta.xml.bind.annotation;resolution:=optional, + jakarta.xml.bind.annotation.adapters;resolution:=optional, + jakarta.xml.bind.attachment;resolution:=optional, + jakarta.xml.datatype, + jakarta.xml.namespace, + jakarta.xml.parsers, + jakarta.xml.stream, + jakarta.xml.transform, + jakarta.xml.transform.dom, + jakarta.xml.transform.sax, + jakarta.xml.transform.stream, + jakarta.xml.validation, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.apache.xmlbeans;version="[2.6,3)";resolution:=optional, + org.exolab.castor.mapping;version="[1.3,2)";resolution:=optional, + org.exolab.castor.xml;version="[1.3,2)";resolution:=optional, + org.exolab.castor.util;version="[1.3,2)";resolution:=optional, + org.jibx.runtime;version="[1.2,2)";resolution:=optional, + org.jibx.runtime.impl;version="[1.2,2)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.support;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.xml;version="[${pkgVersion},6.2)", + org.springframework.core;version="[${pkgVersion},6.2)", + org.springframework.core.annotation;version="[${pkgVersion},6.2)", + org.springframework.core.io;version="[${pkgVersion},6.2)", + org.springframework.core.io.support;version="[${pkgVersion},6.2)", + org.springframework.core.type;version="[${pkgVersion},6.2)", + org.springframework.core.type.classreading;version="[${pkgVersion},6.2)", + org.springframework.core.type.filter;version="[${pkgVersion},6.2)", + org.springframework.util;version="[${pkgVersion},6.2)", + org.springframework.util.function;version="[${pkgVersion},6.2)", + org.springframework.util.xml;version="[${pkgVersion},6.2)", + org.w3c.dom, + org.w3c.dom.ls, + org.xml.sax, + org.xml.sax.ext, + org.xml.sax.helpers + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.gif + **/*.xsd + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-oxm-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-oxm-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9e728ad20f --- /dev/null +++ b/spring-oxm-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework OXM module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-acl-5.1.5.RELEASE/pom.xml b/spring-security-acl-5.7.12/pom.xml similarity index 96% rename from spring-security-acl-5.1.5.RELEASE/pom.xml rename to spring-security-acl-5.7.12/pom.xml index 42290f4919..be5265d13d 100644 --- a/spring-security-acl-5.1.5.RELEASE/pom.xml +++ b/spring-security-acl-5.7.12/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-security-acl - 5.1.5.RELEASE_2-SNAPSHOT + 5.7.12_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,8 @@ org.springframework.security spring-security-acl - 5.1.5.RELEASE + 5.7.12 + 5.7.12.1 org.springframework.security.acl diff --git a/spring-security-acl-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-security-acl-5.7.12/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-security-acl-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-security-acl-5.7.12/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-security-acl-5.8.7/pom.xml b/spring-security-acl-5.8.7/pom.xml new file mode 100644 index 0000000000..967f626026 --- /dev/null +++ b/spring-security-acl-5.8.7/pom.xml @@ -0,0 +1,123 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-acl + 5.8.7_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-acl + 5.8.7 + 5.8.7.1 + + org.springframework.security.acl + + + javax.sql, + net.sf.ehcache;resolution:=optional, + org.aopalliance.intercept;resolution:=optional, + org.apache.commons.logging;resolution:=optional, + org.springframework.cache;version="[5,6)", + org.springframework.context;version="[5,6)", + org.springframework.context.support;version="[5,6)", + org.springframework.core.convert;version="[5,6)", + org.springframework.core.convert.converter;version="[5,6)", + org.springframework.core.convert.support;version="[5,6)", + org.springframework.dao;version="[5,6)", + org.springframework.jdbc.core;version="[5,6)", + org.springframework.security.access*;version="[${pkgVersion},6)", + org.springframework.security.acls*;version="[${pkgVersion},6)", + org.springframework.security.core*;version="[${pkgVersion},6)", + org.springframework.security.util;version="[${pkgVersion},6)", + org.springframework.transaction.support;version="[5,6)", + org.springframework.util;version="[5,6)" + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-aspects-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-security-acl-5.8.7/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-security-aspects-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-security-acl-5.8.7/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-security-acl-6.1.5/pom.xml b/spring-security-acl-6.1.5/pom.xml new file mode 100644 index 0000000000..1790428169 --- /dev/null +++ b/spring-security-acl-6.1.5/pom.xml @@ -0,0 +1,123 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-acl + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-acl + 6.1.5 + 6.1.5.1 + + org.springframework.security.acl + + + javax.sql, + net.sf.ehcache;resolution:=optional, + org.aopalliance.intercept;resolution:=optional, + org.apache.commons.logging;resolution:=optional, + org.springframework.cache;version="[6,7)", + org.springframework.context;version="[6,7)", + org.springframework.context.support;version="[6,7)", + org.springframework.core.convert;version="[6,7)", + org.springframework.core.convert.converter;version="[6,7)", + org.springframework.core.convert.support;version="[6,7)", + org.springframework.dao;version="[6,7)", + org.springframework.jdbc.core;version="[6,7)", + org.springframework.security.access*;version="[${pkgVersion},7)", + org.springframework.security.acls*;version="[${pkgVersion},7)", + org.springframework.security.core*;version="[${pkgVersion},7)", + org.springframework.security.util;version="[${pkgVersion},7)", + org.springframework.transaction.support;version="[6,7)", + org.springframework.util;version="[6,7)" + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-cas-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-security-acl-6.1.5/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-security-cas-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-security-acl-6.1.5/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-security-acl-6.2.1/pom.xml b/spring-security-acl-6.2.1/pom.xml new file mode 100644 index 0000000000..c430a6e3e2 --- /dev/null +++ b/spring-security-acl-6.2.1/pom.xml @@ -0,0 +1,123 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-acl + 6.2.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-acl + 6.2.1 + 6.2.1.1 + + org.springframework.security.acl + + + javax.sql, + net.sf.ehcache;resolution:=optional, + org.aopalliance.intercept;resolution:=optional, + org.apache.commons.logging;resolution:=optional, + org.springframework.cache;version="[6,7)", + org.springframework.context;version="[6,7)", + org.springframework.context.support;version="[6,7)", + org.springframework.core.convert;version="[6,7)", + org.springframework.core.convert.converter;version="[6,7)", + org.springframework.core.convert.support;version="[6,7)", + org.springframework.dao;version="[6,7)", + org.springframework.jdbc.core;version="[6,7)", + org.springframework.security.access*;version="[${pkgVersion},7)", + org.springframework.security.acls*;version="[${pkgVersion},7)", + org.springframework.security.core*;version="[${pkgVersion},7)", + org.springframework.security.util;version="[${pkgVersion},7)", + org.springframework.transaction.support;version="[6,7)", + org.springframework.util;version="[6,7)" + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-crypto-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-security-acl-6.2.1/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-security-crypto-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-security-acl-6.2.1/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-security-aspects-5.7.12/pom.xml b/spring-security-aspects-5.7.12/pom.xml new file mode 100644 index 0000000000..b5de9a0d63 --- /dev/null +++ b/spring-security-aspects-5.7.12/pom.xml @@ -0,0 +1,107 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-aspects + 5.7.12_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-aspects + 5.7.12 + 5.7.12.1 + + org.springframework.security.access.intercept.aspectj + + + org.aspectj*, + org.springframework.beans.factory;version="[5,6)" + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + META-INF/aop.xml + + + + true + true + + + + + + + diff --git a/spring-security-data-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-security-aspects-5.7.12/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-security-data-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-security-aspects-5.7.12/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-security-aspects-5.1.5.RELEASE/pom.xml b/spring-security-aspects-5.8.7/pom.xml similarity index 95% rename from spring-security-aspects-5.1.5.RELEASE/pom.xml rename to spring-security-aspects-5.8.7/pom.xml index 39f83d465f..58a234d979 100644 --- a/spring-security-aspects-5.1.5.RELEASE/pom.xml +++ b/spring-security-aspects-5.8.7/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-security-aspects - 5.1.5.RELEASE_2-SNAPSHOT + 5.8.7_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,8 @@ org.springframework.security spring-security-aspects - 5.1.5.RELEASE + 5.8.7 + 5.8.7.1 org.springframework.security.access.intercept.aspectj diff --git a/spring-security-messaging-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-security-aspects-5.8.7/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-security-messaging-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-security-aspects-5.8.7/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-security-aspects-6.1.5/pom.xml b/spring-security-aspects-6.1.5/pom.xml new file mode 100644 index 0000000000..7eca4408f1 --- /dev/null +++ b/spring-security-aspects-6.1.5/pom.xml @@ -0,0 +1,107 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-aspects + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-aspects + 6.1.5 + 6.1.5.1 + + org.springframework.security.access.intercept.aspectj + + + org.aspectj*, + org.springframework.beans.factory;version="[6,7)" + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + META-INF/aop.xml + + + + true + true + + + + + + + diff --git a/spring-security-oauth2-client-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-security-aspects-6.1.5/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-security-oauth2-client-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-security-aspects-6.1.5/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-security-aspects-6.2.1/pom.xml b/spring-security-aspects-6.2.1/pom.xml new file mode 100644 index 0000000000..e9aa4757cc --- /dev/null +++ b/spring-security-aspects-6.2.1/pom.xml @@ -0,0 +1,107 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-aspects + 6.2.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-aspects + 6.2.1 + 6.2.1.1 + + org.springframework.security.access.intercept.aspectj + + + org.aspectj*, + org.springframework.beans.factory;version="[6,7)" + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + META-INF/aop.xml + + + + true + true + + + + + + + diff --git a/spring-security-oauth2-core-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-security-aspects-6.2.1/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-security-oauth2-core-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-security-aspects-6.2.1/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-security-cas-5.7.12/pom.xml b/spring-security-cas-5.7.12/pom.xml new file mode 100644 index 0000000000..eaccdd9f22 --- /dev/null +++ b/spring-security-cas-5.7.12/pom.xml @@ -0,0 +1,106 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-cas + 5.7.12_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-cas + 5.7.12 + 5.7.12.1 + + org.springframework.security.cas + + + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-oauth2-jose-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-security-cas-5.7.12/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-security-oauth2-jose-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-security-cas-5.7.12/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-security-cas-5.1.5.RELEASE/pom.xml b/spring-security-cas-5.8.7/pom.xml similarity index 95% rename from spring-security-cas-5.1.5.RELEASE/pom.xml rename to spring-security-cas-5.8.7/pom.xml index 6211df9077..809a627f63 100644 --- a/spring-security-cas-5.1.5.RELEASE/pom.xml +++ b/spring-security-cas-5.8.7/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-security-cas - 5.1.5.RELEASE_2-SNAPSHOT + 5.8.7_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,8 @@ org.springframework.security spring-security-cas - 5.1.5.RELEASE + 5.8.7 + 5.8.7.1 org.springframework.security.cas diff --git a/spring-security-remoting-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-security-cas-5.8.7/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-security-remoting-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-security-cas-5.8.7/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-security-config-5.7.12/pom.xml b/spring-security-config-5.7.12/pom.xml new file mode 100644 index 0000000000..b21ecf7dcb --- /dev/null +++ b/spring-security-config-5.7.12/pom.xml @@ -0,0 +1,128 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-config + 5.7.12_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-config + 5.7.12 + 5.7.12.1 + + org.springframework.security.config + + + io.rsocket.plugins;resolution:=optional, + org.reactivestreams;resolution:=optional, + reactor.*;resolution:=optional, + org.aspectj.*;resolution:=optional, + org.openid4java.*;resolution:=optional, + kotlin*;resolution:=optional, + org.opensaml*;resolution:=optional, + org.springframework.cglib;resolution:=optional, + org.springframework.cglib.core;resolution:=optional, + org.springframework.cglib.proxy;resolution:=optional, + org.springframework.cglib.reflect;resolution:=optional, + org.springframework.jdbc.*;resolution:=optional, + org.springframework.ldap*;resolution:=optional, + org.springframework.messaging*;resolution:=optional, + org.springframework.web*;resolution:=optional, + org.springframework.security.ldap*;resolution:=optional, + org.springframework.security.messaging*;resolution:=optional, + org.springframework.security.saml2*;resolution:=optional, + org.springframework.security.oauth2*;resolution:=optional, + org.springframework.security.openid*;resolution:=optional, + org.springframework.security.rsocket*;resolution:=optional, + org.springframework.security.web*;resolution:=optional, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-security-config-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-security-config-5.7.12/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-security-config-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-security-config-5.7.12/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-security-config-5.1.5.RELEASE/pom.xml b/spring-security-config-5.8.7/pom.xml similarity index 74% rename from spring-security-config-5.1.5.RELEASE/pom.xml rename to spring-security-config-5.8.7/pom.xml index 9913020094..bf0b9c692b 100644 --- a/spring-security-config-5.1.5.RELEASE/pom.xml +++ b/spring-security-config-5.8.7/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-security-config - 5.1.5.RELEASE_2-SNAPSHOT + 5.8.7_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,27 +44,34 @@ org.springframework.security spring-security-config - 5.1.5.RELEASE + 5.8.7 + 5.8.7.1 org.springframework.security.config - reactor.*;resolution:=optional, - org.aspectj.*;resolution:=optional, - org.openid4java.*;resolution:=optional, - org.springframework.cglib;resolution:=optional, - org.springframework.cglib.core;resolution:=optional, - org.springframework.cglib.proxy;resolution:=optional, - org.springframework.cglib.reflect;resolution:=optional, - org.springframework.jdbc.*;resolution:=optional, - org.springframework.ldap*;resolution:=optional, - org.springframework.messaging*;resolution:=optional, - org.springframework.web*;resolution:=optional, - org.springframework.security.ldap*;resolution:=optional, - org.springframework.security.messaging*;resolution:=optional, - org.springframework.security.oauth2*;resolution:=optional, - org.springframework.security.openid*;resolution:=optional, - org.springframework.security.web*;resolution:=optional, + io.rsocket.plugins;resolution:=optional, + org.reactivestreams;resolution:=optional, + reactor.*;resolution:=optional, + org.aspectj.*;resolution:=optional, + org.openid4java.*;resolution:=optional, + kotlin*;resolution:=optional, + org.opensaml*;resolution:=optional, + org.springframework.cglib;resolution:=optional, + org.springframework.cglib.core;resolution:=optional, + org.springframework.cglib.proxy;resolution:=optional, + org.springframework.cglib.reflect;resolution:=optional, + org.springframework.jdbc.*;resolution:=optional, + org.springframework.ldap*;resolution:=optional, + org.springframework.messaging*;resolution:=optional, + org.springframework.web*;resolution:=optional, + org.springframework.security.ldap*;resolution:=optional, + org.springframework.security.messaging*;resolution:=optional, + org.springframework.security.saml2*;resolution:=optional, + org.springframework.security.oauth2*;resolution:=optional, + org.springframework.security.openid*;resolution:=optional, + org.springframework.security.rsocket*;resolution:=optional, + org.springframework.security.web*;resolution:=optional, * diff --git a/spring-security-config-5.8.7/src/main/resources/OSGI-INF/bundle.info b/spring-security-config-5.8.7/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..c22e28e010 --- /dev/null +++ b/spring-security-config-5.8.7/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Config module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-config-6.1.5/pom.xml b/spring-security-config-6.1.5/pom.xml new file mode 100644 index 0000000000..6ec95c3423 --- /dev/null +++ b/spring-security-config-6.1.5/pom.xml @@ -0,0 +1,128 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-config + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-config + 6.1.5 + 6.1.5.1 + + org.springframework.security.config + + + io.rsocket.plugins;resolution:=optional, + org.reactivestreams;resolution:=optional, + reactor.*;resolution:=optional, + org.aspectj.*;resolution:=optional, + org.openid4java.*;resolution:=optional, + kotlin*;resolution:=optional, + org.opensaml*;resolution:=optional, + org.springframework.cglib;resolution:=optional, + org.springframework.cglib.core;resolution:=optional, + org.springframework.cglib.proxy;resolution:=optional, + org.springframework.cglib.reflect;resolution:=optional, + org.springframework.jdbc.*;resolution:=optional, + org.springframework.ldap*;resolution:=optional, + org.springframework.messaging*;resolution:=optional, + org.springframework.web*;resolution:=optional, + org.springframework.security.ldap*;resolution:=optional, + org.springframework.security.messaging*;resolution:=optional, + org.springframework.security.saml2*;resolution:=optional, + org.springframework.security.oauth2*;resolution:=optional, + org.springframework.security.openid*;resolution:=optional, + org.springframework.security.rsocket*;resolution:=optional, + org.springframework.security.web*;resolution:=optional, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-security-config-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-security-config-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..c22e28e010 --- /dev/null +++ b/spring-security-config-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Config module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-config-6.2.1/pom.xml b/spring-security-config-6.2.1/pom.xml new file mode 100644 index 0000000000..f472e97d61 --- /dev/null +++ b/spring-security-config-6.2.1/pom.xml @@ -0,0 +1,128 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-config + 6.2.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-config + 6.2.1 + 6.2.1.1 + + org.springframework.security.config + + + io.rsocket.plugins;resolution:=optional, + org.reactivestreams;resolution:=optional, + reactor.*;resolution:=optional, + org.aspectj.*;resolution:=optional, + org.openid4java.*;resolution:=optional, + kotlin*;resolution:=optional, + org.opensaml*;resolution:=optional, + org.springframework.cglib;resolution:=optional, + org.springframework.cglib.core;resolution:=optional, + org.springframework.cglib.proxy;resolution:=optional, + org.springframework.cglib.reflect;resolution:=optional, + org.springframework.jdbc.*;resolution:=optional, + org.springframework.ldap*;resolution:=optional, + org.springframework.messaging*;resolution:=optional, + org.springframework.web*;resolution:=optional, + org.springframework.security.ldap*;resolution:=optional, + org.springframework.security.messaging*;resolution:=optional, + org.springframework.security.saml2*;resolution:=optional, + org.springframework.security.oauth2*;resolution:=optional, + org.springframework.security.openid*;resolution:=optional, + org.springframework.security.rsocket*;resolution:=optional, + org.springframework.security.web*;resolution:=optional, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-security-config-6.2.1/src/main/resources/OSGI-INF/bundle.info b/spring-security-config-6.2.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..c22e28e010 --- /dev/null +++ b/spring-security-config-6.2.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Config module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-core-5.7.12/pom.xml b/spring-security-core-5.7.12/pom.xml new file mode 100644 index 0000000000..abd40bdf8c --- /dev/null +++ b/spring-security-core-5.7.12/pom.xml @@ -0,0 +1,114 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-core + 5.7.12_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-core + 5.7.12 + 5.7.12.1 + + org.springframework.security + + + net.sf.ehcache;resolution:="optional", + org.aspectj.*;resolution:="optional", + org.bouncycastle.*;resolution:="optional", + org.reactivestreams;resolution:="optional", + reactor.*;resolution:="optional", + org.springframework.jdbc.*;resolution:="optional", + kotlinx.coroutines.*;resolution:="optional", + kotlin.coroutines.*;resolution:="optional", + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-core-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-security-core-5.7.12/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-security-core-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-security-core-5.7.12/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-security-core-5.1.5.RELEASE/pom.xml b/spring-security-core-5.8.7/pom.xml similarity index 93% rename from spring-security-core-5.1.5.RELEASE/pom.xml rename to spring-security-core-5.8.7/pom.xml index 6b073f8475..62b2727194 100644 --- a/spring-security-core-5.1.5.RELEASE/pom.xml +++ b/spring-security-core-5.8.7/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-security-core - 5.1.5.RELEASE_2-SNAPSHOT + 5.8.7_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,8 @@ org.springframework.security spring-security-core - 5.1.5.RELEASE + 5.8.7 + 5.8.7.1 org.springframework.security @@ -55,7 +56,9 @@ org.reactivestreams;resolution:="optional", reactor.*;resolution:="optional", org.springframework.jdbc.*;resolution:="optional", - * + kotlinx.coroutines.*;resolution:="optional", + kotlin.coroutines.*;resolution:="optional", + * diff --git a/spring-security-core-5.8.7/src/main/resources/OSGI-INF/bundle.info b/spring-security-core-5.8.7/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..399933a2e1 --- /dev/null +++ b/spring-security-core-5.8.7/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Core module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-core-6.1.5/pom.xml b/spring-security-core-6.1.5/pom.xml new file mode 100644 index 0000000000..17a892ce3d --- /dev/null +++ b/spring-security-core-6.1.5/pom.xml @@ -0,0 +1,114 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-core + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-core + 6.1.5 + 6.1.5.1 + + org.springframework.security + + + net.sf.ehcache;resolution:="optional", + org.aspectj.*;resolution:="optional", + org.bouncycastle.*;resolution:="optional", + org.reactivestreams;resolution:="optional", + reactor.*;resolution:="optional", + org.springframework.jdbc.*;resolution:="optional", + kotlinx.coroutines.*;resolution:="optional", + kotlin.coroutines.*;resolution:="optional", + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-core-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-security-core-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..399933a2e1 --- /dev/null +++ b/spring-security-core-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Core module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-core-6.2.1/pom.xml b/spring-security-core-6.2.1/pom.xml new file mode 100644 index 0000000000..9307fd652e --- /dev/null +++ b/spring-security-core-6.2.1/pom.xml @@ -0,0 +1,114 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-core + 6.2.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-core + 6.2.1 + 6.2.1.1 + + org.springframework.security + + + net.sf.ehcache;resolution:="optional", + org.aspectj.*;resolution:="optional", + org.bouncycastle.*;resolution:="optional", + org.reactivestreams;resolution:="optional", + reactor.*;resolution:="optional", + org.springframework.jdbc.*;resolution:="optional", + kotlinx.coroutines.*;resolution:="optional", + kotlin.coroutines.*;resolution:="optional", + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-core-6.2.1/src/main/resources/OSGI-INF/bundle.info b/spring-security-core-6.2.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..399933a2e1 --- /dev/null +++ b/spring-security-core-6.2.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Core module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-crypto-5.7.12/pom.xml b/spring-security-crypto-5.7.12/pom.xml new file mode 100644 index 0000000000..241311fa3d --- /dev/null +++ b/spring-security-crypto-5.7.12/pom.xml @@ -0,0 +1,106 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-crypto + 5.7.12_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-crypto + 5.7.12 + 5.7.12.1 + + org.springframework.security.crypto + + + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-test-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-security-crypto-5.7.12/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-security-test-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-security-crypto-5.7.12/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-security-crypto-5.1.5.RELEASE/pom.xml b/spring-security-crypto-5.8.7/pom.xml similarity index 95% rename from spring-security-crypto-5.1.5.RELEASE/pom.xml rename to spring-security-crypto-5.8.7/pom.xml index 9eedc8e6ca..8588454539 100644 --- a/spring-security-crypto-5.1.5.RELEASE/pom.xml +++ b/spring-security-crypto-5.8.7/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-security-crypto - 5.1.5.RELEASE_2-SNAPSHOT + 5.8.7_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,8 @@ org.springframework.security spring-security-crypto - 5.1.5.RELEASE + 5.8.7 + 5.8.7.1 org.springframework.security.crypto diff --git a/spring-security-crypto-5.8.7/src/main/resources/OSGI-INF/bundle.info b/spring-security-crypto-5.8.7/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-crypto-5.8.7/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-crypto-6.1.5/pom.xml b/spring-security-crypto-6.1.5/pom.xml new file mode 100644 index 0000000000..94ac86773e --- /dev/null +++ b/spring-security-crypto-6.1.5/pom.xml @@ -0,0 +1,106 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-crypto + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-crypto + 6.1.5 + 6.1.5.1 + + org.springframework.security.crypto + + + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-crypto-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-security-crypto-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-crypto-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-crypto-6.2.1/pom.xml b/spring-security-crypto-6.2.1/pom.xml new file mode 100644 index 0000000000..1873f5416f --- /dev/null +++ b/spring-security-crypto-6.2.1/pom.xml @@ -0,0 +1,106 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-crypto + 6.2.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-crypto + 6.2.1 + 6.2.1.1 + + org.springframework.security.crypto + + + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-crypto-6.2.1/src/main/resources/OSGI-INF/bundle.info b/spring-security-crypto-6.2.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-crypto-6.2.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-data-5.7.12/pom.xml b/spring-security-data-5.7.12/pom.xml new file mode 100644 index 0000000000..5159351111 --- /dev/null +++ b/spring-security-data-5.7.12/pom.xml @@ -0,0 +1,106 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-data + 5.7.12_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-data + 5.7.12 + 5.7.12.1 + + org.springframework.security.data + + + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-data-5.7.12/src/main/resources/OSGI-INF/bundle.info b/spring-security-data-5.7.12/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-data-5.7.12/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-data-5.1.5.RELEASE/pom.xml b/spring-security-data-5.8.7/pom.xml similarity index 95% rename from spring-security-data-5.1.5.RELEASE/pom.xml rename to spring-security-data-5.8.7/pom.xml index ccbaf4c1dc..e6d2c6de5d 100644 --- a/spring-security-data-5.1.5.RELEASE/pom.xml +++ b/spring-security-data-5.8.7/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-security-data - 5.1.5.RELEASE_2-SNAPSHOT + 5.8.7_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,8 @@ org.springframework.security spring-security-data - 5.1.5.RELEASE + 5.8.7 + 5.8.7.1 org.springframework.security.data diff --git a/spring-security-data-5.8.7/src/main/resources/OSGI-INF/bundle.info b/spring-security-data-5.8.7/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-data-5.8.7/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-data-6.1.5/pom.xml b/spring-security-data-6.1.5/pom.xml new file mode 100644 index 0000000000..5cfba9dd6c --- /dev/null +++ b/spring-security-data-6.1.5/pom.xml @@ -0,0 +1,106 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-data + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-data + 6.1.5 + 6.1.5.1 + + org.springframework.security.data + + + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-data-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-security-data-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-data-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-data-6.2.1/pom.xml b/spring-security-data-6.2.1/pom.xml new file mode 100644 index 0000000000..60f5135ab2 --- /dev/null +++ b/spring-security-data-6.2.1/pom.xml @@ -0,0 +1,106 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-data + 6.2.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-data + 6.2.1 + 6.2.1.1 + + org.springframework.security.data + + + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-data-6.2.1/src/main/resources/OSGI-INF/bundle.info b/spring-security-data-6.2.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-data-6.2.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-ldap-5.7.12/pom.xml b/spring-security-ldap-5.7.12/pom.xml new file mode 100644 index 0000000000..0e96d3d947 --- /dev/null +++ b/spring-security-ldap-5.7.12/pom.xml @@ -0,0 +1,109 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-ldap + 5.7.12_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-ldap + 5.7.12 + 5.7.12.1 + + org.springframework.security.ldap + + + com.unboundid*;resolution:=optional, + org.apache.directory*;resolution:=optional, + netscape.ldap*;resolution:=optional, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-ldap-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-security-ldap-5.7.12/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-security-ldap-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-security-ldap-5.7.12/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-security-ldap-5.1.5.RELEASE/pom.xml b/spring-security-ldap-5.8.7/pom.xml similarity index 95% rename from spring-security-ldap-5.1.5.RELEASE/pom.xml rename to spring-security-ldap-5.8.7/pom.xml index bd248d792d..1ec9a93056 100644 --- a/spring-security-ldap-5.1.5.RELEASE/pom.xml +++ b/spring-security-ldap-5.8.7/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-security-ldap - 5.1.5.RELEASE_2-SNAPSHOT + 5.8.7_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,8 @@ org.springframework.security spring-security-ldap - 5.1.5.RELEASE + 5.8.7 + 5.8.7.1 org.springframework.security.ldap diff --git a/spring-security-ldap-5.8.7/src/main/resources/OSGI-INF/bundle.info b/spring-security-ldap-5.8.7/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..d87e5631b2 --- /dev/null +++ b/spring-security-ldap-5.8.7/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Ldap module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-ldap-6.1.5/pom.xml b/spring-security-ldap-6.1.5/pom.xml new file mode 100644 index 0000000000..6b7f66ddca --- /dev/null +++ b/spring-security-ldap-6.1.5/pom.xml @@ -0,0 +1,109 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-ldap + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-ldap + 6.1.5 + 6.1.5.1 + + org.springframework.security.ldap + + + com.unboundid*;resolution:=optional, + org.apache.directory*;resolution:=optional, + netscape.ldap*;resolution:=optional, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-ldap-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-security-ldap-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..d87e5631b2 --- /dev/null +++ b/spring-security-ldap-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Ldap module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-ldap-6.2.1/pom.xml b/spring-security-ldap-6.2.1/pom.xml new file mode 100644 index 0000000000..90ca220714 --- /dev/null +++ b/spring-security-ldap-6.2.1/pom.xml @@ -0,0 +1,109 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-ldap + 6.2.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-ldap + 6.2.1 + 6.2.1.1 + + org.springframework.security.ldap + + + com.unboundid*;resolution:=optional, + org.apache.directory*;resolution:=optional, + netscape.ldap*;resolution:=optional, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-ldap-6.2.1/src/main/resources/OSGI-INF/bundle.info b/spring-security-ldap-6.2.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..d87e5631b2 --- /dev/null +++ b/spring-security-ldap-6.2.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Ldap module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-messaging-5.7.12/pom.xml b/spring-security-messaging-5.7.12/pom.xml new file mode 100644 index 0000000000..9aa0cffac3 --- /dev/null +++ b/spring-security-messaging-5.7.12/pom.xml @@ -0,0 +1,106 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-messaging + 5.7.12_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-messaging + 5.7.12 + 5.7.12.1 + + org.springframework.security.messaging + + + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-messaging-5.7.12/src/main/resources/OSGI-INF/bundle.info b/spring-security-messaging-5.7.12/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-messaging-5.7.12/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-messaging-5.1.5.RELEASE/pom.xml b/spring-security-messaging-5.8.7/pom.xml similarity index 95% rename from spring-security-messaging-5.1.5.RELEASE/pom.xml rename to spring-security-messaging-5.8.7/pom.xml index 52b94f46ec..d9d926e448 100644 --- a/spring-security-messaging-5.1.5.RELEASE/pom.xml +++ b/spring-security-messaging-5.8.7/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-security-messaging - 5.1.5.RELEASE_2-SNAPSHOT + 5.8.7_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,8 @@ org.springframework.security spring-security-messaging - 5.1.5.RELEASE + 5.8.7 + 5.8.7.1 org.springframework.security.messaging diff --git a/spring-security-messaging-5.8.7/src/main/resources/OSGI-INF/bundle.info b/spring-security-messaging-5.8.7/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-messaging-5.8.7/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-messaging-6.1.5/pom.xml b/spring-security-messaging-6.1.5/pom.xml new file mode 100644 index 0000000000..8b46bdd36b --- /dev/null +++ b/spring-security-messaging-6.1.5/pom.xml @@ -0,0 +1,106 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-messaging + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-messaging + 6.1.5 + 6.1.5.1 + + org.springframework.security.messaging + + + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-messaging-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-security-messaging-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-messaging-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-messaging-6.2.1/pom.xml b/spring-security-messaging-6.2.1/pom.xml new file mode 100644 index 0000000000..98beb4ba00 --- /dev/null +++ b/spring-security-messaging-6.2.1/pom.xml @@ -0,0 +1,106 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-messaging + 6.2.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-messaging + 6.2.1 + 6.2.1.1 + + org.springframework.security.messaging + + + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-messaging-6.2.1/src/main/resources/OSGI-INF/bundle.info b/spring-security-messaging-6.2.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-messaging-6.2.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-oauth2-client-5.7.12/pom.xml b/spring-security-oauth2-client-5.7.12/pom.xml new file mode 100644 index 0000000000..d36e1ded1b --- /dev/null +++ b/spring-security-oauth2-client-5.7.12/pom.xml @@ -0,0 +1,108 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-oauth2-client + 5.7.12_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-oauth2-client + 5.7.12 + 5.7.12.1 + + org.springframework.security.oauth2.client* + + + com.nimbusds*;resolution:=optional, + org.springframework.security.oauth2.core, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-oauth2-client-5.7.12/src/main/resources/OSGI-INF/bundle.info b/spring-security-oauth2-client-5.7.12/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-oauth2-client-5.7.12/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-oauth2-client-5.1.5.RELEASE/pom.xml b/spring-security-oauth2-client-5.8.7/pom.xml similarity index 93% rename from spring-security-oauth2-client-5.1.5.RELEASE/pom.xml rename to spring-security-oauth2-client-5.8.7/pom.xml index 0c2dcc7b7d..7c2b3c9f02 100644 --- a/spring-security-oauth2-client-5.1.5.RELEASE/pom.xml +++ b/spring-security-oauth2-client-5.8.7/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-security-oauth2-client - 5.1.5.RELEASE_2-SNAPSHOT + 5.8.7_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,12 +44,14 @@ org.springframework.security spring-security-oauth2-client - 5.1.5.RELEASE + 5.8.7 + 5.8.7.1 - org.springframework.security.oauth2.client + org.springframework.security.oauth2.client* com.nimbusds*;resolution:=optional, + org.springframework.security.oauth2.core, * diff --git a/spring-security-oauth2-client-5.8.7/src/main/resources/OSGI-INF/bundle.info b/spring-security-oauth2-client-5.8.7/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-oauth2-client-5.8.7/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-oauth2-client-6.1.5/pom.xml b/spring-security-oauth2-client-6.1.5/pom.xml new file mode 100644 index 0000000000..074ca6ffba --- /dev/null +++ b/spring-security-oauth2-client-6.1.5/pom.xml @@ -0,0 +1,108 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-oauth2-client + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-oauth2-client + 6.1.5 + 6.1.5.1 + + org.springframework.security.oauth2.client* + + + com.nimbusds*;resolution:=optional, + org.springframework.security.oauth2.core, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-oauth2-client-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-security-oauth2-client-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-oauth2-client-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-oauth2-client-6.2.1/pom.xml b/spring-security-oauth2-client-6.2.1/pom.xml new file mode 100644 index 0000000000..c55534eafb --- /dev/null +++ b/spring-security-oauth2-client-6.2.1/pom.xml @@ -0,0 +1,108 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-oauth2-client + 6.2.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-oauth2-client + 6.2.1 + 6.2.1.1 + + org.springframework.security.oauth2.client* + + + com.nimbusds*;resolution:=optional, + org.springframework.security.oauth2.core, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-oauth2-client-6.2.1/src/main/resources/OSGI-INF/bundle.info b/spring-security-oauth2-client-6.2.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-oauth2-client-6.2.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-oauth2-core-5.7.12/pom.xml b/spring-security-oauth2-core-5.7.12/pom.xml new file mode 100644 index 0000000000..7e6a4c551f --- /dev/null +++ b/spring-security-oauth2-core-5.7.12/pom.xml @@ -0,0 +1,109 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-oauth2-core + 5.7.12_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-oauth2-core + 5.7.12 + 5.7.12.1 + + org.springframework.security.oauth2.core* + + + com.nimbusds*;resolution:=optional, + com.fasterxml.jackson.databind;resolution:=optional, + com.fasterxml.jackson.core;resolution:=optional, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-oauth2-core-5.7.12/src/main/resources/OSGI-INF/bundle.info b/spring-security-oauth2-core-5.7.12/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-oauth2-core-5.7.12/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-oauth2-core-5.1.5.RELEASE/pom.xml b/spring-security-oauth2-core-5.8.7/pom.xml similarity index 91% rename from spring-security-oauth2-core-5.1.5.RELEASE/pom.xml rename to spring-security-oauth2-core-5.8.7/pom.xml index c548130f94..b3a6984a86 100644 --- a/spring-security-oauth2-core-5.1.5.RELEASE/pom.xml +++ b/spring-security-oauth2-core-5.8.7/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-security-oauth2-core - 5.1.5.RELEASE_2-SNAPSHOT + 5.8.7_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,12 +44,15 @@ org.springframework.security spring-security-oauth2-core - 5.1.5.RELEASE + 5.8.7 + 5.8.7.1 - org.springframework.security.oauth2.core + org.springframework.security.oauth2.core* com.nimbusds*;resolution:=optional, + com.fasterxml.jackson.databind;resolution:=optional, + com.fasterxml.jackson.core;resolution:=optional, * diff --git a/spring-security-oauth2-core-5.8.7/src/main/resources/OSGI-INF/bundle.info b/spring-security-oauth2-core-5.8.7/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-oauth2-core-5.8.7/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-oauth2-core-6.1.5/pom.xml b/spring-security-oauth2-core-6.1.5/pom.xml new file mode 100644 index 0000000000..f32d4bc131 --- /dev/null +++ b/spring-security-oauth2-core-6.1.5/pom.xml @@ -0,0 +1,109 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-oauth2-core + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-oauth2-core + 6.1.5 + 6.1.5.1 + + org.springframework.security.oauth2.core* + + + com.nimbusds*;resolution:=optional, + com.fasterxml.jackson.databind;resolution:=optional, + com.fasterxml.jackson.core;resolution:=optional, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-oauth2-core-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-security-oauth2-core-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-oauth2-core-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-oauth2-core-6.2.1/pom.xml b/spring-security-oauth2-core-6.2.1/pom.xml new file mode 100644 index 0000000000..d4ee6d72d9 --- /dev/null +++ b/spring-security-oauth2-core-6.2.1/pom.xml @@ -0,0 +1,109 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-oauth2-core + 6.2.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-oauth2-core + 6.2.1 + 6.2.1.1 + + org.springframework.security.oauth2.core* + + + com.nimbusds*;resolution:=optional, + com.fasterxml.jackson.databind;resolution:=optional, + com.fasterxml.jackson.core;resolution:=optional, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-oauth2-core-6.2.1/src/main/resources/OSGI-INF/bundle.info b/spring-security-oauth2-core-6.2.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-oauth2-core-6.2.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-oauth2-jose-5.7.12/pom.xml b/spring-security-oauth2-jose-5.7.12/pom.xml new file mode 100644 index 0000000000..7e25949aa9 --- /dev/null +++ b/spring-security-oauth2-jose-5.7.12/pom.xml @@ -0,0 +1,109 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-oauth2-jose + 5.7.12_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-oauth2-jose + 5.7.12 + 5.7.12.1 + + org.springframework.security.oauth2.j* + + + com.nimbusds.oauth2.sdk;resolution:=optional, + com.nimbusds.jose;resolution:=optional, + com.nimbusds*;resolution:=optional, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-oauth2-jose-5.7.12/src/main/resources/OSGI-INF/bundle.info b/spring-security-oauth2-jose-5.7.12/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-oauth2-jose-5.7.12/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-oauth2-jose-5.1.5.RELEASE/pom.xml b/spring-security-oauth2-jose-5.8.7/pom.xml similarity index 92% rename from spring-security-oauth2-jose-5.1.5.RELEASE/pom.xml rename to spring-security-oauth2-jose-5.8.7/pom.xml index 01d5372bf2..f79eea4445 100644 --- a/spring-security-oauth2-jose-5.1.5.RELEASE/pom.xml +++ b/spring-security-oauth2-jose-5.8.7/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-security-oauth2-jose - 5.1.5.RELEASE_2-SNAPSHOT + 5.8.7_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,11 +44,14 @@ org.springframework.security spring-security-oauth2-jose - 5.1.5.RELEASE + 5.8.7 + 5.8.7.1 - org.springframework.security.oauth2.jose + org.springframework.security.oauth2.j* + com.nimbusds.oauth2.sdk;resolution:=optional, + com.nimbusds.jose;resolution:=optional, com.nimbusds*;resolution:=optional, * diff --git a/spring-security-oauth2-jose-5.8.7/src/main/resources/OSGI-INF/bundle.info b/spring-security-oauth2-jose-5.8.7/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-oauth2-jose-5.8.7/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-oauth2-jose-6.1.5/pom.xml b/spring-security-oauth2-jose-6.1.5/pom.xml new file mode 100644 index 0000000000..f3ee985a27 --- /dev/null +++ b/spring-security-oauth2-jose-6.1.5/pom.xml @@ -0,0 +1,109 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-oauth2-jose + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-oauth2-jose + 6.1.5 + 6.1.5.1 + + org.springframework.security.oauth2.j* + + + com.nimbusds.oauth2.sdk;resolution:=optional, + com.nimbusds.jose;resolution:=optional, + com.nimbusds*;resolution:=optional, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-oauth2-jose-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-security-oauth2-jose-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-oauth2-jose-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-oauth2-jose-6.2.1/pom.xml b/spring-security-oauth2-jose-6.2.1/pom.xml new file mode 100644 index 0000000000..caa3c63d2d --- /dev/null +++ b/spring-security-oauth2-jose-6.2.1/pom.xml @@ -0,0 +1,109 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-oauth2-jose + 6.2.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-oauth2-jose + 6.2.1 + 6.2.1.1 + + org.springframework.security.oauth2.j* + + + com.nimbusds.oauth2.sdk;resolution:=optional, + com.nimbusds.jose;resolution:=optional, + com.nimbusds*;resolution:=optional, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-oauth2-jose-6.2.1/src/main/resources/OSGI-INF/bundle.info b/spring-security-oauth2-jose-6.2.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-oauth2-jose-6.2.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-remoting-5.7.12/pom.xml b/spring-security-remoting-5.7.12/pom.xml new file mode 100644 index 0000000000..2514feb277 --- /dev/null +++ b/spring-security-remoting-5.7.12/pom.xml @@ -0,0 +1,106 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-remoting + 5.7.12_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-remoting + 5.7.12 + 5.7.12.1 + + org.springframework.security.remoting + + + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-remoting-5.7.12/src/main/resources/OSGI-INF/bundle.info b/spring-security-remoting-5.7.12/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-remoting-5.7.12/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-remoting-5.1.5.RELEASE/pom.xml b/spring-security-remoting-5.8.7/pom.xml similarity index 95% rename from spring-security-remoting-5.1.5.RELEASE/pom.xml rename to spring-security-remoting-5.8.7/pom.xml index 2b9a4c9807..cbe6948b6b 100644 --- a/spring-security-remoting-5.1.5.RELEASE/pom.xml +++ b/spring-security-remoting-5.8.7/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-security-remoting - 5.1.5.RELEASE_2-SNAPSHOT + 5.8.7_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,8 @@ org.springframework.security spring-security-remoting - 5.1.5.RELEASE + 5.8.7 + 5.8.7.1 org.springframework.security.remoting diff --git a/spring-security-remoting-5.8.7/src/main/resources/OSGI-INF/bundle.info b/spring-security-remoting-5.8.7/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-remoting-5.8.7/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-taglibs-5.7.12/pom.xml b/spring-security-taglibs-5.7.12/pom.xml new file mode 100644 index 0000000000..87da9a3130 --- /dev/null +++ b/spring-security-taglibs-5.7.12/pom.xml @@ -0,0 +1,107 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-taglibs + 5.7.12_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-taglibs + 5.7.12 + 5.7.12.1 + + org.springframework.security.taglibs + + + !org.springframework.security.taglibs*, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + META-INF/security.tld + + + + true + true + + + + + + + diff --git a/spring-security-taglibs-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-security-taglibs-5.7.12/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-security-taglibs-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-security-taglibs-5.7.12/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-security-taglibs-5.1.5.RELEASE/pom.xml b/spring-security-taglibs-5.8.7/pom.xml similarity index 95% rename from spring-security-taglibs-5.1.5.RELEASE/pom.xml rename to spring-security-taglibs-5.8.7/pom.xml index 15edabf94e..dda39f240f 100644 --- a/spring-security-taglibs-5.1.5.RELEASE/pom.xml +++ b/spring-security-taglibs-5.8.7/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-security-taglibs - 5.1.5.RELEASE_2-SNAPSHOT + 5.8.7_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,8 @@ org.springframework.security spring-security-taglibs - 5.1.5.RELEASE + 5.8.7 + 5.8.7.1 org.springframework.security.taglibs diff --git a/spring-security-taglibs-5.8.7/src/main/resources/OSGI-INF/bundle.info b/spring-security-taglibs-5.8.7/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..1dac01aa6d --- /dev/null +++ b/spring-security-taglibs-5.8.7/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Taglibs module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-taglibs-6.1.5/pom.xml b/spring-security-taglibs-6.1.5/pom.xml new file mode 100644 index 0000000000..019d389b9c --- /dev/null +++ b/spring-security-taglibs-6.1.5/pom.xml @@ -0,0 +1,107 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-taglibs + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-taglibs + 6.1.5 + 6.1.5.1 + + org.springframework.security.taglibs + + + !org.springframework.security.taglibs*, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + META-INF/security.tld + + + + true + true + + + + + + + diff --git a/spring-security-taglibs-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-security-taglibs-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..1dac01aa6d --- /dev/null +++ b/spring-security-taglibs-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Taglibs module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-taglibs-6.2.1/pom.xml b/spring-security-taglibs-6.2.1/pom.xml new file mode 100644 index 0000000000..587273298e --- /dev/null +++ b/spring-security-taglibs-6.2.1/pom.xml @@ -0,0 +1,107 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-taglibs + 6.2.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-taglibs + 6.2.1 + 6.2.1.1 + + org.springframework.security.taglibs + + + !org.springframework.security.taglibs*, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + META-INF/security.tld + + + + true + true + + + + + + + diff --git a/spring-security-taglibs-6.2.1/src/main/resources/OSGI-INF/bundle.info b/spring-security-taglibs-6.2.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..1dac01aa6d --- /dev/null +++ b/spring-security-taglibs-6.2.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Taglibs module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-test-5.7.12/pom.xml b/spring-security-test-5.7.12/pom.xml new file mode 100644 index 0000000000..837b183d01 --- /dev/null +++ b/spring-security-test-5.7.12/pom.xml @@ -0,0 +1,107 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-test + 5.7.12_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-test + 5.7.12 + 5.7.12.1 + + org.springframework.security.test + + + !org.springframework.security.test*, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-test-5.7.12/src/main/resources/OSGI-INF/bundle.info b/spring-security-test-5.7.12/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-test-5.7.12/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-test-5.1.5.RELEASE/pom.xml b/spring-security-test-5.8.7/pom.xml similarity index 95% rename from spring-security-test-5.1.5.RELEASE/pom.xml rename to spring-security-test-5.8.7/pom.xml index acfd88e3a0..ab0ca47c1f 100644 --- a/spring-security-test-5.1.5.RELEASE/pom.xml +++ b/spring-security-test-5.8.7/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-security-test - 5.1.5.RELEASE_2-SNAPSHOT + 5.8.7_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,8 @@ org.springframework.security spring-security-test - 5.1.5.RELEASE + 5.8.7 + 5.8.7.1 org.springframework.security.test diff --git a/spring-security-test-5.8.7/src/main/resources/OSGI-INF/bundle.info b/spring-security-test-5.8.7/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-test-5.8.7/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-test-6.1.5/pom.xml b/spring-security-test-6.1.5/pom.xml new file mode 100644 index 0000000000..71f78a65de --- /dev/null +++ b/spring-security-test-6.1.5/pom.xml @@ -0,0 +1,107 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-test + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-test + 6.1.5 + 6.1.5.1 + + org.springframework.security.test + + + !org.springframework.security.test*, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-test-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-security-test-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-test-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-test-6.2.1/pom.xml b/spring-security-test-6.2.1/pom.xml new file mode 100644 index 0000000000..3d1070ce7b --- /dev/null +++ b/spring-security-test-6.2.1/pom.xml @@ -0,0 +1,107 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-test + 6.2.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-test + 6.2.1 + 6.2.1.1 + + org.springframework.security.test + + + !org.springframework.security.test*, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-test-6.2.1/src/main/resources/OSGI-INF/bundle.info b/spring-security-test-6.2.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9412c547d6 --- /dev/null +++ b/spring-security-test-6.2.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Acl module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-web-5.7.12/pom.xml b/spring-security-web-5.7.12/pom.xml new file mode 100644 index 0000000000..752e998b63 --- /dev/null +++ b/spring-security-web-5.7.12/pom.xml @@ -0,0 +1,112 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-web + 5.7.12_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-web + 5.7.12 + 5.7.12.1 + + org.springframework.security.web + + + !org.springframework.security.web*, + org.reactivestreams;resolution:=optional, + org.springframework.jdbc*;resolution:=optional, + org.springframework.web.reactive*;resolution:=optional, + reactor.*;resolution:=optional, + com.ibm.websphere*;resolution:=optional, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-web-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-security-web-5.7.12/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-security-web-5.1.5.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-security-web-5.7.12/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-security-web-5.1.5.RELEASE/pom.xml b/spring-security-web-5.8.7/pom.xml similarity index 94% rename from spring-security-web-5.1.5.RELEASE/pom.xml rename to spring-security-web-5.8.7/pom.xml index 217c3259a7..d1f0584f07 100644 --- a/spring-security-web-5.1.5.RELEASE/pom.xml +++ b/spring-security-web-5.8.7/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-security-web - 5.1.5.RELEASE_2-SNAPSHOT + 5.8.7_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,8 @@ org.springframework.security spring-security-web - 5.1.5.RELEASE + 5.8.7 + 5.8.7.1 org.springframework.security.web @@ -54,6 +55,7 @@ org.springframework.jdbc*;resolution:=optional, org.springframework.web.reactive*;resolution:=optional, reactor.*;resolution:=optional, + com.ibm.websphere*;resolution:=optional, * diff --git a/spring-security-web-5.8.7/src/main/resources/OSGI-INF/bundle.info b/spring-security-web-5.8.7/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..957919b409 --- /dev/null +++ b/spring-security-web-5.8.7/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Web module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-web-6.1.5/pom.xml b/spring-security-web-6.1.5/pom.xml new file mode 100644 index 0000000000..a30b418e03 --- /dev/null +++ b/spring-security-web-6.1.5/pom.xml @@ -0,0 +1,112 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-web + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-web + 6.1.5 + 6.1.5.1 + + org.springframework.security.web + + + !org.springframework.security.web*, + org.reactivestreams;resolution:=optional, + org.springframework.jdbc*;resolution:=optional, + org.springframework.web.reactive*;resolution:=optional, + reactor.*;resolution:=optional, + com.ibm.websphere*;resolution:=optional, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-web-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-security-web-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..957919b409 --- /dev/null +++ b/spring-security-web-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Web module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-security-web-6.2.1/pom.xml b/spring-security-web-6.2.1/pom.xml new file mode 100644 index 0000000000..ece85aa7c0 --- /dev/null +++ b/spring-security-web-6.2.1/pom.xml @@ -0,0 +1,112 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-security-web + 6.2.1_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.security + spring-security-web + 6.2.1 + 6.2.1.1 + + org.springframework.security.web + + + !org.springframework.security.web*, + org.reactivestreams;resolution:=optional, + org.springframework.jdbc*;resolution:=optional, + org.springframework.web.reactive*;resolution:=optional, + reactor.*;resolution:=optional, + com.ibm.websphere*;resolution:=optional, + * + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + ** + + + + true + true + + + + + + + diff --git a/spring-security-web-6.2.1/src/main/resources/OSGI-INF/bundle.info b/spring-security-web-6.2.1/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..957919b409 --- /dev/null +++ b/spring-security-web-6.2.1/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Security Web module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-test-5.1.6.RELEASE/pom.xml b/spring-test-5.1.20.RELEASE/pom.xml similarity index 98% rename from spring-test-5.1.6.RELEASE/pom.xml rename to spring-test-5.1.20.RELEASE/pom.xml index 2d2aef0a1a..d96b802288 100644 --- a/spring-test-5.1.6.RELEASE/pom.xml +++ b/spring-test-5.1.20.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-test - 5.1.6.RELEASE_1-SNAPSHOT + 5.1.20.RELEASE_4-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-test - 5.1.6.RELEASE + 5.1.20.RELEASE org.springframework diff --git a/spring-test-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-test-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-test-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-test-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-test-4.3.23.RELEASE/pom.xml b/spring-test-5.2.25.RELEASE/pom.xml similarity index 80% rename from spring-test-4.3.23.RELEASE/pom.xml rename to spring-test-5.2.25.RELEASE/pom.xml index 5789cf7f70..c761df96d3 100644 --- a/spring-test-4.3.23.RELEASE/pom.xml +++ b/spring-test-5.2.25.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-test - 4.3.23.RELEASE_1-SNAPSHOT + 5.2.25.RELEASE_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-test - 4.3.23.RELEASE + 5.2.25.RELEASE + 5.2.25.1 org.springframework @@ -93,67 +95,67 @@ org.openqa.selenium;version="[2,4)";resolution:=optional, org.openqa.selenium.htmlunit;version="[2,4)";resolution:=optional, org.skyscreamer.jsonassert;resolution:=optional, - org.springframework.aop;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.framework;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.factory;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.factory.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.factory.config;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.factory.groovy;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.factory.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.factory.xml;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.context;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.context.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.context.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.core;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.core.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.core.env;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.core.io;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.core.io.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.core.style;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.dao;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.format.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.http;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.http.client;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.http.converter;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.instrument.classloading;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.jdbc.core;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.jdbc.core.simple;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.jdbc.datasource.init;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.jndi;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.orm.jpa;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.orm.jpa.persistenceunit;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.transaction;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.transaction.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.transaction.interceptor;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.transaction.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.ui;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.util.concurrent;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.util.xml;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.validation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.accept;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.bind.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.client;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.client.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.context;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.context.request;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.context.request.async;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.context.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.method;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.method.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.multipart;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.portlet.multipart;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.servlet;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.servlet.config.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.servlet.handler;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.servlet.i18n;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.servlet.mvc.method.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.servlet.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.servlet.theme;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.servlet.view;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.util;version="[${pkgVersion},4.4)";resolution:=optional, + org.springframework.aop;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.factory.annotation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.factory.config;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.factory.groovy;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.factory.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.factory.xml;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.context.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.core.annotation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.core.env;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.core.io;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.core.io.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.core.style;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.dao;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.format.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.http;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.http.client;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.http.converter;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.instrument.classloading;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.jdbc.core;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.jdbc.core.simple;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.jdbc.datasource.init;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.jndi;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.orm.jpa;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.orm.jpa.persistenceunit;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.transaction.annotation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.transaction.interceptor;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.transaction.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.ui;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.util.concurrent;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.util.xml;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.validation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.accept;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.bind.annotation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.client;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.client.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.context;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.context.request;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.context.request.async;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.context.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.method;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.method.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.multipart;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.portlet.multipart;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.servlet;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.servlet.config.annotation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.servlet.handler;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.servlet.i18n;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.servlet.mvc.method.annotation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.servlet.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.servlet.theme;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.servlet.view;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.util;version="[${pkgVersion},5.3)";resolution:=optional, org.testng;resolution:=optional, org.testng.annotations;resolution:=optional, org.w3c.dom;resolution:=optional, diff --git a/spring-test-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-test-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-test-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-test-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-test-5.0.13.RELEASE/pom.xml b/spring-test-5.3.33/pom.xml similarity index 80% rename from spring-test-5.0.13.RELEASE/pom.xml rename to spring-test-5.3.33/pom.xml index cea2c3bc3d..d8d644daa0 100644 --- a/spring-test-5.0.13.RELEASE/pom.xml +++ b/spring-test-5.3.33/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-test - 5.0.13.RELEASE_1-SNAPSHOT + 5.3.33_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-test - 5.0.13.RELEASE + 5.3.33 + 5.3.33.1 org.springframework @@ -93,67 +95,67 @@ org.openqa.selenium;version="[2,4)";resolution:=optional, org.openqa.selenium.htmlunit;version="[2,4)";resolution:=optional, org.skyscreamer.jsonassert;resolution:=optional, - org.springframework.aop;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.framework;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.factory;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.factory.annotation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.factory.config;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.factory.groovy;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.factory.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.factory.xml;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.context;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.context.annotation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.context.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.core;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.core.annotation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.core.env;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.core.io;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.core.io.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.core.style;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.dao;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.format.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.http;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.http.client;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.http.converter;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.instrument.classloading;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.jdbc.core;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.jdbc.core.simple;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.jdbc.datasource.init;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.jndi;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.orm.jpa;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.orm.jpa.persistenceunit;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.transaction;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.transaction.annotation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.transaction.interceptor;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.transaction.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.ui;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.util.concurrent;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.util.xml;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.validation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.accept;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.bind.annotation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.client;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.client.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.context;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.context.request;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.context.request.async;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.context.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.method;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.method.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.multipart;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.portlet.multipart;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.servlet;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.servlet.config.annotation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.servlet.handler;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.servlet.i18n;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.servlet.mvc.method.annotation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.servlet.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.servlet.theme;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.servlet.view;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.util;version="[${pkgVersion},5.1)";resolution:=optional, + org.springframework.aop;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.factory.annotation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.factory.config;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.factory.groovy;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.factory.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.factory.xml;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.context.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.core.annotation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.core.env;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.core.io;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.core.io.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.core.style;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.dao;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.format.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.http;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.http.client;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.http.converter;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.instrument.classloading;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.jdbc.core;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.jdbc.core.simple;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.jdbc.datasource.init;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.jndi;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.orm.jpa;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.orm.jpa.persistenceunit;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.transaction.annotation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.transaction.interceptor;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.transaction.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.ui;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.util.concurrent;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.util.xml;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.validation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.accept;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.bind.annotation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.client;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.client.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.context;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.context.request;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.context.request.async;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.context.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.method;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.method.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.multipart;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.portlet.multipart;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.servlet;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.servlet.config.annotation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.servlet.handler;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.servlet.i18n;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.servlet.mvc.method.annotation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.servlet.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.servlet.theme;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.servlet.view;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.util;version="[${pkgVersion},5.4)";resolution:=optional, org.testng;resolution:=optional, org.testng.annotations;resolution:=optional, org.w3c.dom;resolution:=optional, diff --git a/spring-test-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-test-5.3.33/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-test-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-test-5.3.33/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-test-6.0.18/pom.xml b/spring-test-6.0.18/pom.xml new file mode 100644 index 0000000000..edc150d0c3 --- /dev/null +++ b/spring-test-6.0.18/pom.xml @@ -0,0 +1,228 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-test + 6.0.18_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-test + 6.0.18 + 6.0.18.1 + + org.springframework + + + com.jayway.jsonpath;version="[1,3)";resolution:=optional, + com.gargoylesoftware.htmlunit;resolution:=optional, + com.gargoylesoftware.htmlunit.util;resolution:=optional, + jakarta.activation;resolution:=optional, + jakarta.el;resolution:=optional, + javax.naming;resolution:=optional, + javax.naming.spi;resolution:=optional, + jakarta.persistence;resolution:=optional, + javax.portlet;resolution:=optional, + jakarta.servlet;resolution:=optional, + jakarta.servlet.descriptor;resolution:=optional, + jakarta.servlet.http;resolution:=optional, + jakarta.servlet.jsp;resolution:=optional, + jakarta.servlet.jsp.el;resolution:=optional, + jakarta.servlet.jsp.tagext;resolution:=optional, + javax.sql;resolution:=optional, + jakarta.xml;resolution:=optional, + jakarta.xml.namespace;resolution:=optional, + jakarta.xml.parsers;resolution:=optional, + jakarta.xml.transform, + jakarta.xml.transform.dom, + jakarta.xml.xpath;resolution:=optional, + jakarta.websocket;resolution:=optional, + jakarta.websocket.server;resolution:=optional, + junit.framework;version="[4,5)";resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.apache.http.cookie;resolution:=optional, + org.apache.http.impl.cookie;resolution:=optional, + org.apache.taglibs.standard.lang.support;version="[1.2,2)";resolution:=optional, + org.aspectj.weaver.loadtime;version="[1.8,2)";resolution:=optional, + org.custommonkey.xmlunit;version="[1.5,2)";resolution:=optional, + org.hamcrest;version="[1,2)";resolution:=optional, + org.hamcrest.core;version="[1,2)";resolution:=optional, + org.junit;version="[4,5)";resolution:=optional, + org.junit.internal;version="[4,5)";resolution:=optional, + org.junit.internal.runners.model;version="[4,5)";resolution:=optional, + org.junit.internal.runners.statements;version="[4,5)";resolution:=optional, + org.junit.rules;version="[4,5)";resolution:=optional, + org.junit.runner;version="[4,5)";resolution:=optional, + org.junit.runner.notification;version="[4,5)";resolution:=optional, + org.junit.runners;version="[4,5)";resolution:=optional, + org.junit.runners.model;version="[4,5)";resolution:=optional, + org.openqa.selenium;version="[2,4)";resolution:=optional, + org.openqa.selenium.htmlunit;version="[2,4)";resolution:=optional, + org.skyscreamer.jsonassert;resolution:=optional, + org.springframework.aop;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory.aot;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory.config;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory.groovy;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory.xml;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.context.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.core.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.core.env;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.core.io;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.core.io.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.core.style;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.dao;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.format.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.http;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.http.client;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.http.converter;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.instrument.classloading;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.jdbc.core;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.jdbc.core.simple;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.jdbc.datasource.init;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.jndi;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.orm.jpa;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.orm.jpa.persistenceunit;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.transaction.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.transaction.interceptor;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.transaction.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.ui;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.util.concurrent;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.util.xml;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.validation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.accept;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.bind.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.client;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.client.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.context;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.context.request;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.context.request.async;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.context.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.method;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.method.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.multipart;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.portlet.multipart;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.servlet;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.servlet.config.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.servlet.handler;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.servlet.i18n;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.servlet.mvc.method.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.servlet.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.servlet.theme;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.servlet.view;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.util;version="[${pkgVersion},6.1)";resolution:=optional, + org.testng;resolution:=optional, + org.testng.annotations;resolution:=optional, + org.w3c.dom;resolution:=optional, + org.xml.sax;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-core + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-core + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + META-INF/spring.* + + + + true + true + + + + + + + diff --git a/spring-test-6.0.18/src/main/resources/OSGI-INF/bundle.info b/spring-test-6.0.18/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9e7342bd56 --- /dev/null +++ b/spring-test-6.0.18/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Test module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-test-6.1.5/pom.xml b/spring-test-6.1.5/pom.xml new file mode 100644 index 0000000000..0e0a07dbaf --- /dev/null +++ b/spring-test-6.1.5/pom.xml @@ -0,0 +1,228 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-test + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-test + 6.1.5 + 6.1.5.1 + + org.springframework + + + com.jayway.jsonpath;version="[1,3)";resolution:=optional, + com.gargoylesoftware.htmlunit;resolution:=optional, + com.gargoylesoftware.htmlunit.util;resolution:=optional, + jakarta.activation;resolution:=optional, + jakarta.el;resolution:=optional, + javax.naming;resolution:=optional, + javax.naming.spi;resolution:=optional, + jakarta.persistence;resolution:=optional, + javax.portlet;resolution:=optional, + jakarta.servlet;resolution:=optional, + jakarta.servlet.descriptor;resolution:=optional, + jakarta.servlet.http;resolution:=optional, + jakarta.servlet.jsp;resolution:=optional, + jakarta.servlet.jsp.el;resolution:=optional, + jakarta.servlet.jsp.tagext;resolution:=optional, + javax.sql;resolution:=optional, + jakarta.xml;resolution:=optional, + jakarta.xml.namespace;resolution:=optional, + jakarta.xml.parsers;resolution:=optional, + jakarta.xml.transform, + jakarta.xml.transform.dom, + jakarta.xml.xpath;resolution:=optional, + jakarta.websocket;resolution:=optional, + jakarta.websocket.server;resolution:=optional, + junit.framework;version="[4,5)";resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.apache.http.cookie;resolution:=optional, + org.apache.http.impl.cookie;resolution:=optional, + org.apache.taglibs.standard.lang.support;version="[1.2,2)";resolution:=optional, + org.aspectj.weaver.loadtime;version="[1.8,2)";resolution:=optional, + org.custommonkey.xmlunit;version="[1.5,2)";resolution:=optional, + org.hamcrest;version="[1,2)";resolution:=optional, + org.hamcrest.core;version="[1,2)";resolution:=optional, + org.junit;version="[4,5)";resolution:=optional, + org.junit.internal;version="[4,5)";resolution:=optional, + org.junit.internal.runners.model;version="[4,5)";resolution:=optional, + org.junit.internal.runners.statements;version="[4,5)";resolution:=optional, + org.junit.rules;version="[4,5)";resolution:=optional, + org.junit.runner;version="[4,5)";resolution:=optional, + org.junit.runner.notification;version="[4,5)";resolution:=optional, + org.junit.runners;version="[4,5)";resolution:=optional, + org.junit.runners.model;version="[4,5)";resolution:=optional, + org.openqa.selenium;version="[2,4)";resolution:=optional, + org.openqa.selenium.htmlunit;version="[2,4)";resolution:=optional, + org.skyscreamer.jsonassert;resolution:=optional, + org.springframework.aop;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory.aot;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory.config;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory.groovy;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory.xml;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.context.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.core.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.core.env;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.core.io;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.core.io.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.core.style;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.dao;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.format.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.http;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.http.client;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.http.converter;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.instrument.classloading;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.jdbc.core;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.jdbc.core.simple;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.jdbc.datasource.init;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.jndi;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.orm.jpa;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.orm.jpa.persistenceunit;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.transaction.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.transaction.interceptor;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.transaction.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.ui;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.util.concurrent;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.util.xml;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.validation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.accept;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.bind.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.client;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.client.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.context;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.context.request;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.context.request.async;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.context.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.method;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.method.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.multipart;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.portlet.multipart;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.servlet;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.servlet.config.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.servlet.handler;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.servlet.i18n;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.servlet.mvc.method.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.servlet.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.servlet.theme;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.servlet.view;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.util;version="[${pkgVersion},6.2)";resolution:=optional, + org.testng;resolution:=optional, + org.testng.annotations;resolution:=optional, + org.w3c.dom;resolution:=optional, + org.xml.sax;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-core + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-core + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + META-INF/spring.* + + + + true + true + + + + + + + diff --git a/spring-test-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-test-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..9e7342bd56 --- /dev/null +++ b/spring-test-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Test module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-tx-5.1.6.RELEASE/pom.xml b/spring-tx-5.1.20.RELEASE/pom.xml similarity index 98% rename from spring-tx-5.1.6.RELEASE/pom.xml rename to spring-tx-5.1.20.RELEASE/pom.xml index d3a404d778..7f8cbc9cf1 100644 --- a/spring-tx-5.1.6.RELEASE/pom.xml +++ b/spring-tx-5.1.20.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-tx - 5.1.6.RELEASE_1-SNAPSHOT + 5.1.20.RELEASE_4-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-tx - 5.1.6.RELEASE + 5.1.20.RELEASE org.springframework diff --git a/spring-tx-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-tx-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-tx-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-tx-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-tx-4.3.23.RELEASE/pom.xml b/spring-tx-5.2.25.RELEASE/pom.xml similarity index 86% rename from spring-tx-4.3.23.RELEASE/pom.xml rename to spring-tx-5.2.25.RELEASE/pom.xml index b8df709b14..4cd0783651 100644 --- a/spring-tx-4.3.23.RELEASE/pom.xml +++ b/spring-tx-5.2.25.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-tx - 4.3.23.RELEASE_1-SNAPSHOT + 5.2.25.RELEASE_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-tx - 4.3.23.RELEASE + 5.2.25.RELEASE + 5.2.25.1 org.springframework @@ -63,39 +65,39 @@ org.aopalliance.aop;version="[1,2)";resolution:=optional, org.aopalliance.intercept;version="[1,2)";resolution:=optional, org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, - org.springframework.aop;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.config;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.framework;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.framework.autoproxy;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.scope;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.support.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans;version="[${pkgVersion},4.4)", - org.springframework.beans.factory;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.annotation;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.config;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.parsing;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.support;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.xml;version="[${pkgVersion},4.4)", - org.springframework.beans.propertyeditors;version="[${pkgVersion},4.4)", - org.springframework.context;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.context.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.context.event;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.context.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.core;version="[${pkgVersion},4.4)", - org.springframework.core.annotation;version="[${pkgVersion},4.4)", - org.springframework.core.env;version="[${pkgVersion},4.4)", - org.springframework.core.task;version="[${pkgVersion},4.4)", - org.springframework.core.type;version="[${pkgVersion},4.4)", - org.springframework.jndi;version="[${pkgVersion},4.4)", - org.springframework.scheduling;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.stereotype;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},4.4)", - org.springframework.util.concurrent;version="[${pkgVersion},4.4)", - org.springframework.util.xml;version="[${pkgVersion},4.4)", - org.springframework.cglib.core;version="[${pkgVersion},4.4)", - org.springframework.cglib.proxy;version="[${pkgVersion},4.4)", - org.springframework.cglib.reflect;version="[${pkgVersion},4.4)", + org.springframework.aop;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.config;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.framework.autoproxy;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.scope;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.support.annotation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},5.3)", + org.springframework.beans.factory;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.annotation;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.config;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.parsing;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.support;version="[${pkgVersion},5.3)", + org.springframework.beans.factory.xml;version="[${pkgVersion},5.3)", + org.springframework.beans.propertyeditors;version="[${pkgVersion},5.3)", + org.springframework.context;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.context.event;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.context.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},5.3)", + org.springframework.core.annotation;version="[${pkgVersion},5.3)", + org.springframework.core.env;version="[${pkgVersion},5.3)", + org.springframework.core.task;version="[${pkgVersion},5.3)", + org.springframework.core.type;version="[${pkgVersion},5.3)", + org.springframework.jndi;version="[${pkgVersion},5.3)", + org.springframework.scheduling;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},5.3)", + org.springframework.util.concurrent;version="[${pkgVersion},5.3)", + org.springframework.util.xml;version="[${pkgVersion},5.3)", + org.springframework.cglib.core;version="[${pkgVersion},5.3)", + org.springframework.cglib.proxy;version="[${pkgVersion},5.3)", + org.springframework.cglib.reflect;version="[${pkgVersion},5.3)", org.w3c.dom;resolution:=optional diff --git a/spring-tx-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-tx-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-tx-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-tx-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-tx-5.0.13.RELEASE/pom.xml b/spring-tx-5.3.33/pom.xml similarity index 87% rename from spring-tx-5.0.13.RELEASE/pom.xml rename to spring-tx-5.3.33/pom.xml index 3586d7173a..31660ebe68 100644 --- a/spring-tx-5.0.13.RELEASE/pom.xml +++ b/spring-tx-5.3.33/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-tx - 5.0.13.RELEASE_1-SNAPSHOT + 5.3.33_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-tx - 5.0.13.RELEASE + 5.3.33 + 5.3.33.1 org.springframework @@ -63,39 +65,39 @@ org.aopalliance.aop;version="[1,2)";resolution:=optional, org.aopalliance.intercept;version="[1,2)";resolution:=optional, org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, - org.springframework.aop;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.config;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.framework;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.framework.autoproxy;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.scope;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.support.annotation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans;version="[${pkgVersion},5.1)", - org.springframework.beans.factory;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.annotation;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.config;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.parsing;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.support;version="[${pkgVersion},5.1)", - org.springframework.beans.factory.xml;version="[${pkgVersion},5.1)", - org.springframework.beans.propertyeditors;version="[${pkgVersion},5.1)", - org.springframework.context;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.context.annotation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.context.event;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.context.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.core;version="[${pkgVersion},5.1)", - org.springframework.core.annotation;version="[${pkgVersion},5.1)", - org.springframework.core.env;version="[${pkgVersion},5.1)", - org.springframework.core.task;version="[${pkgVersion},5.1)", - org.springframework.core.type;version="[${pkgVersion},5.1)", - org.springframework.jndi;version="[${pkgVersion},5.1)", - org.springframework.scheduling;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.stereotype;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},5.1)", - org.springframework.util.concurrent;version="[${pkgVersion},5.1)", - org.springframework.util.xml;version="[${pkgVersion},5.1)", - org.springframework.cglib.core;version="[${pkgVersion},5.1)", - org.springframework.cglib.proxy;version="[${pkgVersion},5.1)", - org.springframework.cglib.reflect;version="[${pkgVersion},5.1)", + org.springframework.aop;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.config;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.framework.autoproxy;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.scope;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.support.annotation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},5.4)", + org.springframework.beans.factory;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.annotation;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.config;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.parsing;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.support;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.xml;version="[${pkgVersion},5.4)", + org.springframework.beans.propertyeditors;version="[${pkgVersion},5.4)", + org.springframework.context;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.context.event;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.context.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},5.4)", + org.springframework.core.annotation;version="[${pkgVersion},5.4)", + org.springframework.core.env;version="[${pkgVersion},5.4)", + org.springframework.core.task;version="[${pkgVersion},5.4)", + org.springframework.core.type;version="[${pkgVersion},5.4)", + org.springframework.jndi;version="[${pkgVersion},5.4)", + org.springframework.scheduling;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},5.4)", + org.springframework.util.concurrent;version="[${pkgVersion},5.4)", + org.springframework.util.xml;version="[${pkgVersion},5.4)", + org.springframework.cglib.core;version="[${pkgVersion},5.4)", + org.springframework.cglib.proxy;version="[${pkgVersion},5.4)", + org.springframework.cglib.reflect;version="[${pkgVersion},5.4)", org.w3c.dom;resolution:=optional diff --git a/spring-tx-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-tx-5.3.33/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-tx-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-tx-5.3.33/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-tx-6.0.18/pom.xml b/spring-tx-6.0.18/pom.xml new file mode 100644 index 0000000000..35304690ce --- /dev/null +++ b/spring-tx-6.0.18/pom.xml @@ -0,0 +1,177 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-tx + 6.0.18_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-tx + 6.0.18 + 6.0.18.1 + + org.springframework + + + com.ibm.websphere.uow;resolution:=optional, + com.ibm.wsspi.uow;resolution:=optional, + jakarta.ejb;resolution:=optional, + javax.management;resolution:=optional, + javax.naming;resolution:=optional, + javax.resource;resolution:=optional, + javax.resource.cci;resolution:=optional, + javax.resource.spi;resolution:=optional, + javax.resource.spi.endpoint;resolution:=optional, + javax.resource.spi.work;resolution:=optional, + jakarta.transaction;version="[1.2,2)";resolution:=optional, + jakarta.transaction.xa;version="[1.2,2)";resolution:=optional, + org.aopalliance.aop;version="[1,2)";resolution:=optional, + org.aopalliance.intercept;version="[1,2)";resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.springframework.aop;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.config;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.framework.autoproxy;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.scope;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.support.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},6.1)", + org.springframework.beans.factory;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.annotation;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.aot;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.config;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.parsing;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.support;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.xml;version="[${pkgVersion},6.1)", + org.springframework.beans.propertyeditors;version="[${pkgVersion},6.1)", + org.springframework.context;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.context.event;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.context.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},6.1)", + org.springframework.core.annotation;version="[${pkgVersion},6.1)", + org.springframework.core.env;version="[${pkgVersion},6.1)", + org.springframework.core.task;version="[${pkgVersion},6.1)", + org.springframework.core.type;version="[${pkgVersion},6.1)", + org.springframework.jndi;version="[${pkgVersion},6.1)", + org.springframework.scheduling;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.1)", + org.springframework.util.concurrent;version="[${pkgVersion},6.1)", + org.springframework.util.xml;version="[${pkgVersion},6.1)", + org.springframework.cglib.core;version="[${pkgVersion},6.1)", + org.springframework.cglib.proxy;version="[${pkgVersion},6.1)", + org.springframework.cglib.reflect;version="[${pkgVersion},6.1)", + org.w3c.dom;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.gif + **/*.xsd + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-tx-6.0.18/src/main/resources/OSGI-INF/bundle.info b/spring-tx-6.0.18/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..935d8fd42b --- /dev/null +++ b/spring-tx-6.0.18/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Transaction (TX) module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-tx-6.1.5/pom.xml b/spring-tx-6.1.5/pom.xml new file mode 100644 index 0000000000..dbfc4940fd --- /dev/null +++ b/spring-tx-6.1.5/pom.xml @@ -0,0 +1,177 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-tx + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-tx + 6.1.5 + 6.1.5.1 + + org.springframework + + + com.ibm.websphere.uow;resolution:=optional, + com.ibm.wsspi.uow;resolution:=optional, + jakarta.ejb;resolution:=optional, + javax.management;resolution:=optional, + javax.naming;resolution:=optional, + javax.resource;resolution:=optional, + javax.resource.cci;resolution:=optional, + javax.resource.spi;resolution:=optional, + javax.resource.spi.endpoint;resolution:=optional, + javax.resource.spi.work;resolution:=optional, + jakarta.transaction;version="[1.2,2)";resolution:=optional, + jakarta.transaction.xa;version="[1.2,2)";resolution:=optional, + org.aopalliance.aop;version="[1,2)";resolution:=optional, + org.aopalliance.intercept;version="[1,2)";resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.springframework.aop;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.config;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.framework.autoproxy;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.scope;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.support.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},6.2)", + org.springframework.beans.factory;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.annotation;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.aot;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.config;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.parsing;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.support;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.xml;version="[${pkgVersion},6.2)", + org.springframework.beans.propertyeditors;version="[${pkgVersion},6.2)", + org.springframework.context;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.context.event;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.context.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},6.2)", + org.springframework.core.annotation;version="[${pkgVersion},6.2)", + org.springframework.core.env;version="[${pkgVersion},6.2)", + org.springframework.core.task;version="[${pkgVersion},6.2)", + org.springframework.core.type;version="[${pkgVersion},6.2)", + org.springframework.jndi;version="[${pkgVersion},6.2)", + org.springframework.scheduling;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.2)", + org.springframework.util.concurrent;version="[${pkgVersion},6.2)", + org.springframework.util.xml;version="[${pkgVersion},6.2)", + org.springframework.cglib.core;version="[${pkgVersion},6.2)", + org.springframework.cglib.proxy;version="[${pkgVersion},6.2)", + org.springframework.cglib.reflect;version="[${pkgVersion},6.2)", + org.w3c.dom;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.gif + **/*.xsd + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-tx-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-tx-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..935d8fd42b --- /dev/null +++ b/spring-tx-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Transaction (TX) module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-web-5.1.6.RELEASE/pom.xml b/spring-web-5.1.20.RELEASE/pom.xml similarity index 98% rename from spring-web-5.1.6.RELEASE/pom.xml rename to spring-web-5.1.20.RELEASE/pom.xml index ab5411d428..db897f9e74 100644 --- a/spring-web-5.1.6.RELEASE/pom.xml +++ b/spring-web-5.1.20.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-web - 5.1.6.RELEASE_1-SNAPSHOT + 5.1.20.RELEASE_4-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-web - 5.1.6.RELEASE + 5.1.20.RELEASE org.springframework @@ -111,7 +112,7 @@ org.w3c.dom.*;resolution:=optional - META-INF.services* + META-INF.services*;-split-package:=merge-first diff --git a/spring-web-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-web-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-web-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-web-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-web-5.0.13.RELEASE/pom.xml b/spring-web-5.2.25.RELEASE/pom.xml similarity index 95% rename from spring-web-5.0.13.RELEASE/pom.xml rename to spring-web-5.2.25.RELEASE/pom.xml index 328c285a93..f25531bce4 100644 --- a/spring-web-5.0.13.RELEASE/pom.xml +++ b/spring-web-5.2.25.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-web - 5.0.13.RELEASE_1-SNAPSHOT + 5.2.25.RELEASE_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-web - 5.0.13.RELEASE + 5.2.25.RELEASE + 5.2.25.1 org.springframework @@ -92,18 +94,18 @@ org.apache.commons.logging.*;version="[1.1.1,2)", org.apache.http.*;version="[4,5)";resolution:=optional, org.apache.log4j.*;version="[1.2,2)";resolution:=optional, - org.springframework.aop.*;version="[${pkgVersion},5.1)", - org.springframework.beans.*;version="[${pkgVersion},5.1)", - org.springframework.context.*;version="[${pkgVersion},5.1)", - org.springframework.core.*;version="[${pkgVersion},5.1)", - org.springframework.format.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.jndi.*;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.oxm.*;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.remoting.*;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.stereotype.*;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.ui.*;version="[${pkgVersion},5.1)", - org.springframework.util.*;version="[${pkgVersion},5.1)", - org.springframework.validation.*;version="[${pkgVersion},5.1)", + org.springframework.aop.*;version="[${pkgVersion},5.3)", + org.springframework.beans.*;version="[${pkgVersion},5.3)", + org.springframework.context.*;version="[${pkgVersion},5.3)", + org.springframework.core.*;version="[${pkgVersion},5.3)", + org.springframework.format.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.jndi.*;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.oxm.*;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.remoting.*;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.stereotype.*;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.ui.*;version="[${pkgVersion},5.3)", + org.springframework.util.*;version="[${pkgVersion},5.3)", + org.springframework.validation.*;version="[${pkgVersion},5.3)", org.joda.time;version="[2,3)";resolution:=optional, org.joda.time.format;version="[2,3)";resolution:=optional, com.fasterxml.jackson.datatype.joda.*;version="[2,3)";resolution:=optional, diff --git a/spring-web-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-web-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-web-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-web-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-web-4.3.23.RELEASE/pom.xml b/spring-web-5.3.33/pom.xml similarity index 87% rename from spring-web-4.3.23.RELEASE/pom.xml rename to spring-web-5.3.33/pom.xml index 035a100707..e98dd43cb6 100644 --- a/spring-web-4.3.23.RELEASE/pom.xml +++ b/spring-web-5.3.33/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-web - 4.3.23.RELEASE_1-SNAPSHOT + 5.3.33_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-web - 4.3.23.RELEASE + 5.3.33 + 5.3.33.1 org.springframework @@ -92,18 +94,29 @@ org.apache.commons.logging.*;version="[1.1.1,2)", org.apache.http.*;version="[4,5)";resolution:=optional, org.apache.log4j.*;version="[1.2,2)";resolution:=optional, - org.springframework.aop.*;version="[${pkgVersion},4.4)", - org.springframework.beans.*;version="[${pkgVersion},4.4)", - org.springframework.context.*;version="[${pkgVersion},4.4)", - org.springframework.core.*;version="[${pkgVersion},4.4)", - org.springframework.format.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.jndi.*;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.oxm.*;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.remoting.*;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.stereotype.*;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.ui.*;version="[${pkgVersion},4.4)", - org.springframework.util.*;version="[${pkgVersion},4.4)", - org.springframework.validation.*;version="[${pkgVersion},4.4)", + org.eclipse.jetty.client;resolution:=optional, + org.eclipse.jetty.client.api;resolution:=optional, + org.eclipse.jetty.reactive.client;resolution:=optional, + org.eclipse.jetty.util;resolution:=optional, + org.eclipse.jetty.http;resolution:=optional, + org.reactivestreams;version="[1.0,2)";resolution:=optional, + reactor.core;version="[3.4,4)";resolution:=optional, + reactor.core.publisher;version="[3.4,4)";resolution:=optional, + reactor.util.concurrent;version="[3.4,4)";resolution:=optional, + reactor.util.context;version="[3.4,4)";resolution:=optional, + reactor.util.function;version="[3.4,4)";resolution:=optional, + org.springframework.aop.*;version="[${pkgVersion},5.4)", + org.springframework.beans.*;version="[${pkgVersion},5.4)", + org.springframework.context.*;version="[${pkgVersion},5.4)", + org.springframework.core.*;version="[${pkgVersion},5.4)", + org.springframework.format.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.jndi.*;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.oxm.*;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.remoting.*;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.stereotype.*;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.ui.*;version="[${pkgVersion},5.4)", + org.springframework.util.*;version="[${pkgVersion},5.4)", + org.springframework.validation.*;version="[${pkgVersion},5.4)", org.joda.time;version="[2,3)";resolution:=optional, org.joda.time.format;version="[2,3)";resolution:=optional, com.fasterxml.jackson.datatype.joda.*;version="[2,3)";resolution:=optional, diff --git a/spring-web-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-web-5.3.33/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-web-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-web-5.3.33/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-web-6.0.18/pom.xml b/spring-web-6.0.18/pom.xml new file mode 100644 index 0000000000..c1dd2b8485 --- /dev/null +++ b/spring-web-6.0.18/pom.xml @@ -0,0 +1,226 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-web + 6.0.18_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-web + 6.0.18 + 6.0.18.1 + + org.springframework + + + com.squareup.okhttp.internal.http;resolution:=optional, + javax.net.ssl, okhttp3.internal.http;resolution:=optional, + com.caucho.*;version="[4,5)";resolution:=optional, + com.fasterxml.jackson.*;version="[2,3)";resolution:=optional, + com.google.gson;version="[2.3,3)";resolution:=optional, + com.google.gson.reflect;version="[2.3,3)";resolution:=optional, + com.google.protobuf;version="[2.6,3)";resolution:=optional, + com.googlecode.protobuf.format;resolution:=optional, + com.squareup.okhttp;version="[2.4,3)";resolution:=optional, + com.rometools.rome.feed;version="[1.5,2)";resolution:=optional, + com.rometools.rome.feed.atom;version="[1.5,2)";resolution:=optional, + com.rometools.rome.feed.rss;version="[1.5,2)";resolution:=optional, + com.rometools.rome.io;version="[1.5,2)";resolution:=optional, + com.sun.net.*;resolution:=optional, + groovy.lang;version="[2.4,3)";resolution:=optional, + io.netty.bootstrap;resolution:=optional, + io.netty.buffer;resolution:=optional, + io.netty.channel;resolution:=optional, + io.netty.channel.nio;resolution:=optional, + io.netty.channel.socket;resolution:=optional, + io.netty.channel.socket.nio;resolution:=optional, + io.netty.handler.codec.http;resolution:=optional, + io.netty.handler.ssl;resolution:=optional, + io.netty.handler.timeout;resolution:=optional, + io.netty.util.concurrent;resolution:=optional, + jakarta.activation.*;resolution:=optional, + jakarta.el.*;resolution:=optional, + jakarta.faces.*;resolution:=optional, + javax.imageio.*;resolution:=optional, + javax.jws.*;resolution:=optional, + jakarta.mail.internet;resolution:=optional, + javax.portlet.*;resolution:=optional, + jakarta.servlet, + jakarta.servlet.http, + jakarta.servlet.annotation;resolution:=optional, + jakarta.servlet.jsp.*;resolution:=optional, + jakarta.validation;resolution:=optional, + jakarta.xml.*;resolution:=optional, + okhttp3;resolution:=optional, + org.aopalliance.*;version="[1,2)", + org.apache.commons.fileupload.*;version="[1.3,2)";resolution:=optional, + org.apache.commons.logging.*;version="[1.1.1,2)", + org.apache.http.*;version="[4,5)";resolution:=optional, + org.apache.log4j.*;version="[1.2,2)";resolution:=optional, + org.eclipse.jetty.client;resolution:=optional, + org.eclipse.jetty.client.api;resolution:=optional, + org.eclipse.jetty.reactive.client;resolution:=optional, + org.eclipse.jetty.util;resolution:=optional, + org.eclipse.jetty.http;resolution:=optional, + org.reactivestreams;version="[1.0,2)";resolution:=optional, + reactor.core;version="[3.4,4)";resolution:=optional, + reactor.core.publisher;version="[3.4,4)";resolution:=optional, + reactor.util.concurrent;version="[3.4,4)";resolution:=optional, + reactor.util.context;version="[3.4,4)";resolution:=optional, + reactor.util.function;version="[3.4,4)";resolution:=optional, + org.springframework.aop.*;version="[${pkgVersion},6.1)", + org.springframework.beans.*;version="[${pkgVersion},6.1)", + org.springframework.context.*;version="[${pkgVersion},6.1)", + org.springframework.core.*;version="[${pkgVersion},6.1)", + org.springframework.format.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.jndi.*;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.oxm.*;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.remoting.*;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.stereotype.*;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.ui.*;version="[${pkgVersion},6.1)", + org.springframework.util.*;version="[${pkgVersion},6.1)", + org.springframework.validation.*;version="[${pkgVersion},6.1)", + org.joda.time;version="[2,3)";resolution:=optional, + org.joda.time.format;version="[2,3)";resolution:=optional, + com.fasterxml.jackson.datatype.joda.*;version="[2,3)";resolution:=optional, + org.xml.sax.*;resolution:=optional, + org.w3c.dom.*;resolution:=optional + + + META-INF.services* + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-oxm + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-oxm + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.properties + META-INF/web-fragment.xml + META-INF/services/** + + + + true + true + + + + + + + diff --git a/spring-web-6.0.18/src/main/resources/OSGI-INF/bundle.info b/spring-web-6.0.18/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..5746040091 --- /dev/null +++ b/spring-web-6.0.18/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Web module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-web-6.1.5/pom.xml b/spring-web-6.1.5/pom.xml new file mode 100644 index 0000000000..1197f455f8 --- /dev/null +++ b/spring-web-6.1.5/pom.xml @@ -0,0 +1,226 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-web + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-web + 6.1.5 + 6.1.5.1 + + org.springframework + + + com.squareup.okhttp.internal.http;resolution:=optional, + javax.net.ssl, okhttp3.internal.http;resolution:=optional, + com.caucho.*;version="[4,5)";resolution:=optional, + com.fasterxml.jackson.*;version="[2,3)";resolution:=optional, + com.google.gson;version="[2.3,3)";resolution:=optional, + com.google.gson.reflect;version="[2.3,3)";resolution:=optional, + com.google.protobuf;version="[2.6,3)";resolution:=optional, + com.googlecode.protobuf.format;resolution:=optional, + com.squareup.okhttp;version="[2.4,3)";resolution:=optional, + com.rometools.rome.feed;version="[1.5,2)";resolution:=optional, + com.rometools.rome.feed.atom;version="[1.5,2)";resolution:=optional, + com.rometools.rome.feed.rss;version="[1.5,2)";resolution:=optional, + com.rometools.rome.io;version="[1.5,2)";resolution:=optional, + com.sun.net.*;resolution:=optional, + groovy.lang;version="[2.4,3)";resolution:=optional, + io.netty.bootstrap;resolution:=optional, + io.netty.buffer;resolution:=optional, + io.netty.channel;resolution:=optional, + io.netty.channel.nio;resolution:=optional, + io.netty.channel.socket;resolution:=optional, + io.netty.channel.socket.nio;resolution:=optional, + io.netty.handler.codec.http;resolution:=optional, + io.netty.handler.ssl;resolution:=optional, + io.netty.handler.timeout;resolution:=optional, + io.netty.util.concurrent;resolution:=optional, + jakarta.activation.*;resolution:=optional, + jakarta.el.*;resolution:=optional, + jakarta.faces.*;resolution:=optional, + javax.imageio.*;resolution:=optional, + javax.jws.*;resolution:=optional, + jakarta.mail.internet;resolution:=optional, + javax.portlet.*;resolution:=optional, + jakarta.servlet, + jakarta.servlet.http, + jakarta.servlet.annotation;resolution:=optional, + jakarta.servlet.jsp.*;resolution:=optional, + jakarta.validation;resolution:=optional, + jakarta.xml.*;resolution:=optional, + okhttp3;resolution:=optional, + org.aopalliance.*;version="[1,2)", + org.apache.commons.fileupload.*;version="[1.3,2)";resolution:=optional, + org.apache.commons.logging.*;version="[1.1.1,2)", + org.apache.http.*;version="[4,5)";resolution:=optional, + org.apache.log4j.*;version="[1.2,2)";resolution:=optional, + org.eclipse.jetty.client;resolution:=optional, + org.eclipse.jetty.client.api;resolution:=optional, + org.eclipse.jetty.reactive.client;resolution:=optional, + org.eclipse.jetty.util;resolution:=optional, + org.eclipse.jetty.http;resolution:=optional, + org.reactivestreams;version="[1.0,2)";resolution:=optional, + reactor.core;version="[3.4,4)";resolution:=optional, + reactor.core.publisher;version="[3.4,4)";resolution:=optional, + reactor.util.concurrent;version="[3.4,4)";resolution:=optional, + reactor.util.context;version="[3.4,4)";resolution:=optional, + reactor.util.function;version="[3.4,4)";resolution:=optional, + org.springframework.aop.*;version="[${pkgVersion},6.2)", + org.springframework.beans.*;version="[${pkgVersion},6.2)", + org.springframework.context.*;version="[${pkgVersion},6.2)", + org.springframework.core.*;version="[${pkgVersion},6.2)", + org.springframework.format.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.jndi.*;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.oxm.*;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.remoting.*;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.stereotype.*;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.ui.*;version="[${pkgVersion},6.2)", + org.springframework.util.*;version="[${pkgVersion},6.2)", + org.springframework.validation.*;version="[${pkgVersion},6.2)", + org.joda.time;version="[2,3)";resolution:=optional, + org.joda.time.format;version="[2,3)";resolution:=optional, + com.fasterxml.jackson.datatype.joda.*;version="[2,3)";resolution:=optional, + org.xml.sax.*;resolution:=optional, + org.w3c.dom.*;resolution:=optional + + + META-INF.services* + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-oxm + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-oxm + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.properties + META-INF/web-fragment.xml + META-INF/services/** + + + + true + true + + + + + + + diff --git a/spring-web-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-web-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..5746040091 --- /dev/null +++ b/spring-web-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Web module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-webflux-5.3.33/pom.xml b/spring-webflux-5.3.33/pom.xml new file mode 100644 index 0000000000..a6ec455515 --- /dev/null +++ b/spring-webflux-5.3.33/pom.xml @@ -0,0 +1,280 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-webflux + 5.3.33_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-webflux + 5.3.33 + 5.3.33.1 + + org.springframework + + + freemarker.cache;resolution:=optional, + freemarker.core;resolution:=optional, + freemarker.template;resolution:=optional, + io.netty.buffer;resolution:=optional, + io.netty.channel;resolution:=optional, + io.netty.handler.codec.http;resolution:=optional, + io.netty.handler.codec.http.websocketx;resolution:=optional, + io.undertow.connector;resolution:=optional, + io.undertow.server;resolution:=optional, + io.undertow.websockets;resolution:=optional, + io.undertow.websockets.client;resolution:=optional, + io.undertow.websockets.core;resolution:=optional, + io.undertow.websockets.core.protocol.version13;resolution:=optional, + io.undertow.websockets.spi;resolution:=optional, + javax.script, + javax.servlet, + javax.servlet.http, + javax.websocket, + javax.websocket.server, + kotlin;resolution:=optional, + kotlin.coroutines;resolution:=optional, + kotlin.coroutines.intrinsics;resolution:=optional, + kotlin.coroutines.jvm.internal;resolution:=optional, + kotlin.jvm;resolution:=optional, + kotlin.jvm.functions;resolution:=optional, + kotlin.jvm.internal;resolution:=optional, + kotlin.reflect;resolution:=optional, + kotlinx.coroutines;resolution:=optional, + kotlinx.coroutines.flow;resolution:=optional, + kotlinx.coroutines.reactive;resolution:=optional, + kotlinx.coroutines.reactor;resolution:=optional, + org.aopalliance.aop, + org.aopalliance.intercept, + org.apache.commons.logging, + org.apache.tomcat.websocket;resolution:=optional, + org.apache.tomcat.websocket.server;resolution:=optional, + org.eclipse.jetty.websocket.api;resolution:=optional, + org.eclipse.jetty.websocket.api.annotations;resolution:=optional, + org.eclipse.jetty.websocket.api.extensions;resolution:=optional, + org.eclipse.jetty.websocket.client;resolution:=optional, + org.eclipse.jetty.websocket.client.io;resolution:=optional, + org.eclipse.jetty.websocket.server;resolution:=optional, + org.eclipse.jetty.websocket.servlet;resolution:=optional, + org.reactivestreams;version="[1.0,2)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},5.4)", + org.springframework.aop.support;version="[${pkgVersion},5.4)", + org.springframework.aop.target;version="[${pkgVersion},5.4)", + org.springframework.beans;version="[${pkgVersion},5.4)", + org.springframework.beans.factory;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.annotation;version="[${pkgVersion},5.4)", + org.springframework.beans.factory.config;version="[${pkgVersion},5.4)", + org.springframework.cache;version="[${pkgVersion},5.4)", + org.springframework.cache.concurrent;version="[${pkgVersion},5.4)", + org.springframework.context;version="[${pkgVersion},5.4)", + org.springframework.context.annotation;version="[${pkgVersion},5.4)", + org.springframework.context.event;version="[${pkgVersion},5.4)", + org.springframework.context.i18n;version="[${pkgVersion},5.4)", + org.springframework.context.support;version="[${pkgVersion},5.4)", + org.springframework.core;version="[${pkgVersion},5.4)", + org.springframework.core.annotation;version="[${pkgVersion},5.4)", + org.springframework.core.codec;version="[${pkgVersion},5.4)", + org.springframework.core.convert;version="[${pkgVersion},5.4)", + org.springframework.core.io;version="[${pkgVersion},5.4)", + org.springframework.core.io.buffer;version="[${pkgVersion},5.4)", + org.springframework.core.log;version="[${pkgVersion},5.4)", + org.springframework.format;version="[${pkgVersion},5.4)", + org.springframework.format.support;version="[${pkgVersion},5.4)", + org.springframework.http;version="[${pkgVersion},5.4)", + org.springframework.http.client;version="[${pkgVersion},5.4)", + org.springframework.http.client.reactive;version="[${pkgVersion},5.4)", + org.springframework.http.codec;version="[${pkgVersion},5.4)", + org.springframework.http.codec.multipart;version="[${pkgVersion},5.4)", + org.springframework.http.converter;version="[${pkgVersion},5.4)", + org.springframework.http.server;version="[${pkgVersion},5.4)", + org.springframework.http.server.reactive;version="[${pkgVersion},5.4)", + org.springframework.lang;version="[${pkgVersion},5.4)", + org.springframework.scripting.support;version="[${pkgVersion},5.4)", + org.springframework.stereotype;version="[${pkgVersion},5.4)", + org.springframework.ui;version="[${pkgVersion},5.4)", + org.springframework.ui.freemarker;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},5.4)", + org.springframework.validation;version="[${pkgVersion},5.4)", + org.springframework.validation.annotation;version="[${pkgVersion},5.4)", + org.springframework.validation.support;version="[${pkgVersion},5.4)", + org.springframework.web.bind;version="[${pkgVersion},5.4)", + org.springframework.web.bind.annotation;version="[${pkgVersion},5.4)", + org.springframework.web.bind.support;version="[${pkgVersion},5.4)", + org.springframework.web.cors;version="[${pkgVersion},5.4)", + org.springframework.web.cors.reactive;version="[${pkgVersion},5.4)", + org.springframework.web.method;version="[${pkgVersion},5.4)", + org.springframework.web.method.annotation;version="[${pkgVersion},5.4)", + org.springframework.web.server;version="[${pkgVersion},5.4)", + org.springframework.web.server.adapter;version="[${pkgVersion},5.4)", + org.springframework.web.server.handler;version="[${pkgVersion},5.4)", + org.springframework.web.server.i18n;version="[${pkgVersion},5.4)", + org.springframework.web.util;version="[${pkgVersion},5.4)", + org.springframework.web.util.pattern;version="[${pkgVersion},5.4)", + org.webjars;resolution:=optional, + org.xnio;resolution:=optional, + reactor.core;version="[3.4,4)";resolution:=optional, + reactor.core.publisher;version="[3.4,4)";resolution:=optional, + reactor.core.scheduler;version="[3.4,4)";resolution:=optional, + reactor.netty;resolution:=optional, + reactor.netty.channel;resolution:=optional, + reactor.netty.http.client;resolution:=optional, + reactor.netty.http.server;resolution:=optional, + reactor.netty.http.websocket;resolution:=optional, + reactor.util.concurrent;version="[3.4,4)";resolution:=optional, + reactor.util.context;version="[3.4,4)";resolution:=optional, + reactor.util.function;version="[3.4,4)";resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-expression + + + org.springframework + spring-context + + + org.springframework + spring-context-support + + + org.springframework + spring-core + + + org.springframework + spring-web + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-expression + + + org.springframework + spring-context + + + org.springframework + spring-context-support + + + org.springframework + spring-core + + + org.springframework + spring-web + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.properties + **/*.ftl + **/*.vm + **/*.gif + **/*.xsd + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-webmvc-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-webflux-5.3.33/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-webmvc-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-webflux-5.3.33/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-webflux-6.0.18/pom.xml b/spring-webflux-6.0.18/pom.xml new file mode 100644 index 0000000000..f065237139 --- /dev/null +++ b/spring-webflux-6.0.18/pom.xml @@ -0,0 +1,281 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-webflux + 6.0.18_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-webflux + 6.0.18 + 6.0.18.1 + + org.springframework + + + freemarker.cache;resolution:=optional, + freemarker.core;resolution:=optional, + freemarker.template;resolution:=optional, + io.netty.buffer;resolution:=optional, + io.netty.channel;resolution:=optional, + io.netty.handler.codec.http;resolution:=optional, + io.netty.handler.codec.http.websocketx;resolution:=optional, + io.undertow.connector;resolution:=optional, + io.undertow.server;resolution:=optional, + io.undertow.websockets;resolution:=optional, + io.undertow.websockets.client;resolution:=optional, + io.undertow.websockets.core;resolution:=optional, + io.undertow.websockets.core.protocol.version13;resolution:=optional, + io.undertow.websockets.spi;resolution:=optional, + javax.script, + javax.servlet, + javax.servlet.http, + javax.websocket, + javax.websocket.server, + kotlin;resolution:=optional, + kotlin.coroutines;resolution:=optional, + kotlin.coroutines.intrinsics;resolution:=optional, + kotlin.coroutines.jvm.internal;resolution:=optional, + kotlin.jvm;resolution:=optional, + kotlin.jvm.functions;resolution:=optional, + kotlin.jvm.internal;resolution:=optional, + kotlin.reflect;resolution:=optional, + kotlinx.coroutines;resolution:=optional, + kotlinx.coroutines.flow;resolution:=optional, + kotlinx.coroutines.reactive;resolution:=optional, + kotlinx.coroutines.reactor;resolution:=optional, + org.aopalliance.aop, + org.aopalliance.intercept, + org.apache.commons.logging, + org.apache.tomcat.websocket;resolution:=optional, + org.apache.tomcat.websocket.server;resolution:=optional, + org.eclipse.jetty.websocket.api;resolution:=optional, + org.eclipse.jetty.websocket.api.annotations;resolution:=optional, + org.eclipse.jetty.websocket.api.extensions;resolution:=optional, + org.eclipse.jetty.websocket.client;resolution:=optional, + org.eclipse.jetty.websocket.client.io;resolution:=optional, + org.eclipse.jetty.websocket.server;resolution:=optional, + org.eclipse.jetty.websocket.servlet;resolution:=optional, + org.reactivestreams;version="[1.0,2)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},6.1)", + org.springframework.aop.support;version="[${pkgVersion},6.1)", + org.springframework.aop.target;version="[${pkgVersion},6.1)", + org.springframework.beans;version="[${pkgVersion},6.1)", + org.springframework.beans.factory;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.annotation;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.aot;version="[${pkgVersion},6.1)", + org.springframework.beans.factory.config;version="[${pkgVersion},6.1)", + org.springframework.cache;version="[${pkgVersion},6.1)", + org.springframework.cache.concurrent;version="[${pkgVersion},6.1)", + org.springframework.context;version="[${pkgVersion},6.1)", + org.springframework.context.annotation;version="[${pkgVersion},6.1)", + org.springframework.context.event;version="[${pkgVersion},6.1)", + org.springframework.context.i18n;version="[${pkgVersion},6.1)", + org.springframework.context.support;version="[${pkgVersion},6.1)", + org.springframework.core;version="[${pkgVersion},6.1)", + org.springframework.core.annotation;version="[${pkgVersion},6.1)", + org.springframework.core.codec;version="[${pkgVersion},6.1)", + org.springframework.core.convert;version="[${pkgVersion},6.1)", + org.springframework.core.io;version="[${pkgVersion},6.1)", + org.springframework.core.io.buffer;version="[${pkgVersion},6.1)", + org.springframework.core.log;version="[${pkgVersion},6.1)", + org.springframework.format;version="[${pkgVersion},6.1)", + org.springframework.format.support;version="[${pkgVersion},6.1)", + org.springframework.http;version="[${pkgVersion},6.1)", + org.springframework.http.client;version="[${pkgVersion},6.1)", + org.springframework.http.client.reactive;version="[${pkgVersion},6.1)", + org.springframework.http.codec;version="[${pkgVersion},6.1)", + org.springframework.http.codec.multipart;version="[${pkgVersion},6.1)", + org.springframework.http.converter;version="[${pkgVersion},6.1)", + org.springframework.http.server;version="[${pkgVersion},6.1)", + org.springframework.http.server.reactive;version="[${pkgVersion},6.1)", + org.springframework.lang;version="[${pkgVersion},6.1)", + org.springframework.scripting.support;version="[${pkgVersion},6.1)", + org.springframework.stereotype;version="[${pkgVersion},6.1)", + org.springframework.ui;version="[${pkgVersion},6.1)", + org.springframework.ui.freemarker;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.1)", + org.springframework.validation;version="[${pkgVersion},6.1)", + org.springframework.validation.annotation;version="[${pkgVersion},6.1)", + org.springframework.validation.support;version="[${pkgVersion},6.1)", + org.springframework.web.bind;version="[${pkgVersion},6.1)", + org.springframework.web.bind.annotation;version="[${pkgVersion},6.1)", + org.springframework.web.bind.support;version="[${pkgVersion},6.1)", + org.springframework.web.cors;version="[${pkgVersion},6.1)", + org.springframework.web.cors.reactive;version="[${pkgVersion},6.1)", + org.springframework.web.method;version="[${pkgVersion},6.1)", + org.springframework.web.method.annotation;version="[${pkgVersion},6.1)", + org.springframework.web.server;version="[${pkgVersion},6.1)", + org.springframework.web.server.adapter;version="[${pkgVersion},6.1)", + org.springframework.web.server.handler;version="[${pkgVersion},6.1)", + org.springframework.web.server.i18n;version="[${pkgVersion},6.1)", + org.springframework.web.util;version="[${pkgVersion},6.1)", + org.springframework.web.util.pattern;version="[${pkgVersion},6.1)", + org.webjars;resolution:=optional, + org.xnio;resolution:=optional, + reactor.core;version="[3.4,4)";resolution:=optional, + reactor.core.publisher;version="[3.4,4)";resolution:=optional, + reactor.core.scheduler;version="[3.4,4)";resolution:=optional, + reactor.netty;resolution:=optional, + reactor.netty.channel;resolution:=optional, + reactor.netty.http.client;resolution:=optional, + reactor.netty.http.server;resolution:=optional, + reactor.netty.http.websocket;resolution:=optional, + reactor.util.concurrent;version="[3.4,4)";resolution:=optional, + reactor.util.context;version="[3.4,4)";resolution:=optional, + reactor.util.function;version="[3.4,4)";resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-expression + + + org.springframework + spring-context + + + org.springframework + spring-context-support + + + org.springframework + spring-core + + + org.springframework + spring-web + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-expression + + + org.springframework + spring-context + + + org.springframework + spring-context-support + + + org.springframework + spring-core + + + org.springframework + spring-web + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.properties + **/*.ftl + **/*.vm + **/*.gif + **/*.xsd + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-webmvc-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-webflux-6.0.18/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-webmvc-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-webflux-6.0.18/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-webflux-6.1.5/pom.xml b/spring-webflux-6.1.5/pom.xml new file mode 100644 index 0000000000..15b3e1a886 --- /dev/null +++ b/spring-webflux-6.1.5/pom.xml @@ -0,0 +1,281 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-webflux + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-webflux + 6.1.5 + 6.1.5.1 + + org.springframework + + + freemarker.cache;resolution:=optional, + freemarker.core;resolution:=optional, + freemarker.template;resolution:=optional, + io.netty.buffer;resolution:=optional, + io.netty.channel;resolution:=optional, + io.netty.handler.codec.http;resolution:=optional, + io.netty.handler.codec.http.websocketx;resolution:=optional, + io.undertow.connector;resolution:=optional, + io.undertow.server;resolution:=optional, + io.undertow.websockets;resolution:=optional, + io.undertow.websockets.client;resolution:=optional, + io.undertow.websockets.core;resolution:=optional, + io.undertow.websockets.core.protocol.version13;resolution:=optional, + io.undertow.websockets.spi;resolution:=optional, + javax.script, + javax.servlet, + javax.servlet.http, + javax.websocket, + javax.websocket.server, + kotlin;resolution:=optional, + kotlin.coroutines;resolution:=optional, + kotlin.coroutines.intrinsics;resolution:=optional, + kotlin.coroutines.jvm.internal;resolution:=optional, + kotlin.jvm;resolution:=optional, + kotlin.jvm.functions;resolution:=optional, + kotlin.jvm.internal;resolution:=optional, + kotlin.reflect;resolution:=optional, + kotlinx.coroutines;resolution:=optional, + kotlinx.coroutines.flow;resolution:=optional, + kotlinx.coroutines.reactive;resolution:=optional, + kotlinx.coroutines.reactor;resolution:=optional, + org.aopalliance.aop, + org.aopalliance.intercept, + org.apache.commons.logging, + org.apache.tomcat.websocket;resolution:=optional, + org.apache.tomcat.websocket.server;resolution:=optional, + org.eclipse.jetty.websocket.api;resolution:=optional, + org.eclipse.jetty.websocket.api.annotations;resolution:=optional, + org.eclipse.jetty.websocket.api.extensions;resolution:=optional, + org.eclipse.jetty.websocket.client;resolution:=optional, + org.eclipse.jetty.websocket.client.io;resolution:=optional, + org.eclipse.jetty.websocket.server;resolution:=optional, + org.eclipse.jetty.websocket.servlet;resolution:=optional, + org.reactivestreams;version="[1.0,2)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},6.2)", + org.springframework.aop.support;version="[${pkgVersion},6.2)", + org.springframework.aop.target;version="[${pkgVersion},6.2)", + org.springframework.beans;version="[${pkgVersion},6.2)", + org.springframework.beans.factory;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.annotation;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.aot;version="[${pkgVersion},6.2)", + org.springframework.beans.factory.config;version="[${pkgVersion},6.2)", + org.springframework.cache;version="[${pkgVersion},6.2)", + org.springframework.cache.concurrent;version="[${pkgVersion},6.2)", + org.springframework.context;version="[${pkgVersion},6.2)", + org.springframework.context.annotation;version="[${pkgVersion},6.2)", + org.springframework.context.event;version="[${pkgVersion},6.2)", + org.springframework.context.i18n;version="[${pkgVersion},6.2)", + org.springframework.context.support;version="[${pkgVersion},6.2)", + org.springframework.core;version="[${pkgVersion},6.2)", + org.springframework.core.annotation;version="[${pkgVersion},6.2)", + org.springframework.core.codec;version="[${pkgVersion},6.2)", + org.springframework.core.convert;version="[${pkgVersion},6.2)", + org.springframework.core.io;version="[${pkgVersion},6.2)", + org.springframework.core.io.buffer;version="[${pkgVersion},6.2)", + org.springframework.core.log;version="[${pkgVersion},6.2)", + org.springframework.format;version="[${pkgVersion},6.2)", + org.springframework.format.support;version="[${pkgVersion},6.2)", + org.springframework.http;version="[${pkgVersion},6.2)", + org.springframework.http.client;version="[${pkgVersion},6.2)", + org.springframework.http.client.reactive;version="[${pkgVersion},6.2)", + org.springframework.http.codec;version="[${pkgVersion},6.2)", + org.springframework.http.codec.multipart;version="[${pkgVersion},6.2)", + org.springframework.http.converter;version="[${pkgVersion},6.2)", + org.springframework.http.server;version="[${pkgVersion},6.2)", + org.springframework.http.server.reactive;version="[${pkgVersion},6.2)", + org.springframework.lang;version="[${pkgVersion},6.2)", + org.springframework.scripting.support;version="[${pkgVersion},6.2)", + org.springframework.stereotype;version="[${pkgVersion},6.2)", + org.springframework.ui;version="[${pkgVersion},6.2)", + org.springframework.ui.freemarker;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.2)", + org.springframework.validation;version="[${pkgVersion},6.2)", + org.springframework.validation.annotation;version="[${pkgVersion},6.2)", + org.springframework.validation.support;version="[${pkgVersion},6.2)", + org.springframework.web.bind;version="[${pkgVersion},6.2)", + org.springframework.web.bind.annotation;version="[${pkgVersion},6.2)", + org.springframework.web.bind.support;version="[${pkgVersion},6.2)", + org.springframework.web.cors;version="[${pkgVersion},6.2)", + org.springframework.web.cors.reactive;version="[${pkgVersion},6.2)", + org.springframework.web.method;version="[${pkgVersion},6.2)", + org.springframework.web.method.annotation;version="[${pkgVersion},6.2)", + org.springframework.web.server;version="[${pkgVersion},6.2)", + org.springframework.web.server.adapter;version="[${pkgVersion},6.2)", + org.springframework.web.server.handler;version="[${pkgVersion},6.2)", + org.springframework.web.server.i18n;version="[${pkgVersion},6.2)", + org.springframework.web.util;version="[${pkgVersion},6.2)", + org.springframework.web.util.pattern;version="[${pkgVersion},6.2)", + org.webjars;resolution:=optional, + org.xnio;resolution:=optional, + reactor.core;version="[3.4,4)";resolution:=optional, + reactor.core.publisher;version="[3.4,4)";resolution:=optional, + reactor.core.scheduler;version="[3.4,4)";resolution:=optional, + reactor.netty;resolution:=optional, + reactor.netty.channel;resolution:=optional, + reactor.netty.http.client;resolution:=optional, + reactor.netty.http.server;resolution:=optional, + reactor.netty.http.websocket;resolution:=optional, + reactor.util.concurrent;version="[3.4,4)";resolution:=optional, + reactor.util.context;version="[3.4,4)";resolution:=optional, + reactor.util.function;version="[3.4,4)";resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-expression + + + org.springframework + spring-context + + + org.springframework + spring-context-support + + + org.springframework + spring-core + + + org.springframework + spring-web + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-expression + + + org.springframework + spring-context + + + org.springframework + spring-context-support + + + org.springframework + spring-core + + + org.springframework + spring-web + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.properties + **/*.ftl + **/*.vm + **/*.gif + **/*.xsd + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-webmvc-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-webflux-6.1.5/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-webmvc-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-webflux-6.1.5/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-webmvc-5.1.6.RELEASE/pom.xml b/spring-webmvc-5.1.20.RELEASE/pom.xml similarity index 98% rename from spring-webmvc-5.1.6.RELEASE/pom.xml rename to spring-webmvc-5.1.20.RELEASE/pom.xml index 1096966663..bec42a97fc 100644 --- a/spring-webmvc-5.1.6.RELEASE/pom.xml +++ b/spring-webmvc-5.1.20.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-webmvc - 5.1.6.RELEASE_1-SNAPSHOT + 5.1.20.RELEASE_4-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-webmvc - 5.1.6.RELEASE + 5.1.20.RELEASE org.springframework diff --git a/spring-webmvc-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-webmvc-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..78b42bce2b --- /dev/null +++ b/spring-webmvc-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Web MVC module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-webmvc-5.0.13.RELEASE/pom.xml b/spring-webmvc-5.2.25.RELEASE/pom.xml similarity index 93% rename from spring-webmvc-5.0.13.RELEASE/pom.xml rename to spring-webmvc-5.2.25.RELEASE/pom.xml index a621b08f92..15b703d2fb 100644 --- a/spring-webmvc-5.0.13.RELEASE/pom.xml +++ b/spring-webmvc-5.2.25.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-webmvc - 5.0.13.RELEASE_1-SNAPSHOT + 5.2.25.RELEASE_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-webmvc - 5.0.13.RELEASE + 5.2.25.RELEASE + 5.2.25.1 org.springframework @@ -75,29 +77,29 @@ org.apache.tiles.*;version="[2.2,4)";resolution:=optional, org.apache.velocity.*;version="[1.7,2)";resolution:=optional, com.fasterxml.jackson.*;version="[2,3)";resolution:=optional, - org.springframework.aop.framework;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.aop.target;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.*;version="[${pkgVersion},5.1)", - org.springframework.cache;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.cache.concurrent;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.context.*;version="[${pkgVersion},5.1)", - org.springframework.core.*;version="[${pkgVersion},5.1)", - org.springframework.cglib.core;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.cglib.proxy;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.cglib.reflect;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.expression.*;version="[${pkgVersion},5.1)", - org.springframework.format.*;version="[${pkgVersion},5.1)", - org.springframework.http.*;version="[${pkgVersion},5.1)", - org.springframework.oxm.*;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.objenesis;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.scripting.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.stereotype;version="[${pkgVersion},5.1)", - org.springframework.ui.*;version="[${pkgVersion},5.1)", - org.springframework.util.*;version="[${pkgVersion},5.1)", - org.springframework.validation.*;version="[${pkgVersion},5.1)", - org.springframework.validation.beanvalidation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.*;version="[${pkgVersion},5.1)", + org.springframework.aop.framework;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.aop.target;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.*;version="[${pkgVersion},5.3)", + org.springframework.cache;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.cache.concurrent;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.context.*;version="[${pkgVersion},5.3)", + org.springframework.core.*;version="[${pkgVersion},5.3)", + org.springframework.cglib.core;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.cglib.proxy;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.cglib.reflect;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.expression.*;version="[${pkgVersion},5.3)", + org.springframework.format.*;version="[${pkgVersion},5.3)", + org.springframework.http.*;version="[${pkgVersion},5.3)", + org.springframework.oxm.*;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.objenesis;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.scripting.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},5.3)", + org.springframework.ui.*;version="[${pkgVersion},5.3)", + org.springframework.util.*;version="[${pkgVersion},5.3)", + org.springframework.validation.*;version="[${pkgVersion},5.3)", + org.springframework.validation.beanvalidation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.*;version="[${pkgVersion},5.3)", org.webjars;resolution:=optional, org.xml.sax.*;resolution:=optional, org.w3c.dom.*;resolution:=optional diff --git a/spring-webmvc-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-webmvc-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..78b42bce2b --- /dev/null +++ b/spring-webmvc-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Web MVC module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-webmvc-4.3.23.RELEASE/pom.xml b/spring-webmvc-5.3.33/pom.xml similarity index 89% rename from spring-webmvc-4.3.23.RELEASE/pom.xml rename to spring-webmvc-5.3.33/pom.xml index 728110c707..e1632b064d 100644 --- a/spring-webmvc-4.3.23.RELEASE/pom.xml +++ b/spring-webmvc-5.3.33/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-webmvc - 4.3.23.RELEASE_1-SNAPSHOT + 5.3.33_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,17 +38,21 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-webmvc - 4.3.23.RELEASE + 5.3.33 + 5.3.33.1 org.springframework javax.validation;resolution:=optional, + com.google.gson;version="[2.3,3)";resolution:=optional, + com.google.gson.reflect;version="[2.3,3)";resolution:=optional, com.lowagie.text.*;version="[2,3)";resolution:=optional, com.rometools.rome.feed;version="[1.5,2)";resolution:=optional, com.rometools.rome.feed.atom;version="[1.5,2)";resolution:=optional, @@ -75,29 +79,29 @@ org.apache.tiles.*;version="[2.2,4)";resolution:=optional, org.apache.velocity.*;version="[1.7,2)";resolution:=optional, com.fasterxml.jackson.*;version="[2,3)";resolution:=optional, - org.springframework.aop.framework;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.aop.target;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.*;version="[${pkgVersion},4.4)", - org.springframework.cache;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.cache.concurrent;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.context.*;version="[${pkgVersion},4.4)", - org.springframework.core.*;version="[${pkgVersion},4.4)", - org.springframework.cglib.core;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.cglib.proxy;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.cglib.reflect;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.expression.*;version="[${pkgVersion},4.4)", - org.springframework.format.*;version="[${pkgVersion},4.4)", - org.springframework.http.*;version="[${pkgVersion},4.4)", - org.springframework.oxm.*;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.objenesis;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.scripting.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.stereotype;version="[${pkgVersion},4.4)", - org.springframework.ui.*;version="[${pkgVersion},4.4)", - org.springframework.util.*;version="[${pkgVersion},4.4)", - org.springframework.validation.*;version="[${pkgVersion},4.4)", - org.springframework.validation.beanvalidation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.*;version="[${pkgVersion},4.4)", + org.springframework.aop.framework;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.aop.target;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.*;version="[${pkgVersion},5.4)", + org.springframework.cache;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.cache.concurrent;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.context.*;version="[${pkgVersion},5.4)", + org.springframework.core.*;version="[${pkgVersion},5.4)", + org.springframework.cglib.core;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.cglib.proxy;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.cglib.reflect;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.expression.*;version="[${pkgVersion},5.4)", + org.springframework.format.*;version="[${pkgVersion},5.4)", + org.springframework.http.*;version="[${pkgVersion},5.4)", + org.springframework.oxm.*;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.objenesis;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.scripting.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},5.4)", + org.springframework.ui.*;version="[${pkgVersion},5.4)", + org.springframework.util.*;version="[${pkgVersion},5.4)", + org.springframework.validation.*;version="[${pkgVersion},5.4)", + org.springframework.validation.beanvalidation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.*;version="[${pkgVersion},5.4)", org.webjars;resolution:=optional, org.xml.sax.*;resolution:=optional, org.w3c.dom.*;resolution:=optional diff --git a/spring-webmvc-5.3.33/src/main/resources/OSGI-INF/bundle.info b/spring-webmvc-5.3.33/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..78b42bce2b --- /dev/null +++ b/spring-webmvc-5.3.33/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Web MVC module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-webmvc-6.0.18/pom.xml b/spring-webmvc-6.0.18/pom.xml new file mode 100644 index 0000000000..07a91fb102 --- /dev/null +++ b/spring-webmvc-6.0.18/pom.xml @@ -0,0 +1,223 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-webmvc + 6.0.18_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-webmvc + 6.0.18 + 6.0.18.1 + + org.springframework + + + jakarta.validation;resolution:=optional, + com.lowagie.text.*;version="[2,3)";resolution:=optional, + com.rometools.rome.feed;version="[1.5,2)";resolution:=optional, + com.rometools.rome.feed.atom;version="[1.5,2)";resolution:=optional, + com.rometools.rome.feed.rss;version="[1.5,2)";resolution:=optional, + com.rometools.rome.io;version="[1.5,2)";resolution:=optional, + freemarker.*;version="[2.3,3)";resolution:=optional, + groovy.lang;version="[2.4,3)";resolution:=optional, + groovy.text;version="[2.4,3)";resolution:=optional, + groovy.text.markup;version="[2.4,3)";resolution:=optional, + jakarta.el.*;resolution:=optional, + javax.sql.*;resolution:=optional, + javax.script;resolution:=optional, + jakarta.servlet, + jakarta.servlet.http, + jakarta.servlet.jsp.*;resolution:=optional, + jakarta.xml.*;resolution:=optional, + jxl.*;version="[2.6,3)";resolution:=optional, + net.sf.jasperreports.*;version="[5,7)";resolution:=optional, + org.aopalliance.aop;resolution:=optional, + org.aopalliance.intercept;resolution:=optional, + org.apache.commons.logging.*;version="[1.1.1,2)";resolution:=optional, + org.apache.poi.*;version="[3,4)";resolution:=optional, + org.apache.tiles.request*;version="[1,2)";resolution:=optional, + org.apache.tiles.*;version="[2.2,4)";resolution:=optional, + org.apache.velocity.*;version="[1.7,2)";resolution:=optional, + com.fasterxml.jackson.*;version="[2,3)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.aop.target;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.*;version="[${pkgVersion},6.1)", + org.springframework.cache;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.cache.concurrent;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.context.*;version="[${pkgVersion},6.1)", + org.springframework.core.*;version="[${pkgVersion},6.1)", + org.springframework.cglib.core;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.cglib.proxy;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.cglib.reflect;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.expression.*;version="[${pkgVersion},6.1)", + org.springframework.format.*;version="[${pkgVersion},6.1)", + org.springframework.http.*;version="[${pkgVersion},6.1)", + org.springframework.oxm.*;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.objenesis;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.scripting.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},6.1)", + org.springframework.ui.*;version="[${pkgVersion},6.1)", + org.springframework.util.*;version="[${pkgVersion},6.1)", + org.springframework.validation.beanvalidation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.validation.*;version="[${pkgVersion},6.1)", + org.springframework.web.*;version="[${pkgVersion},6.1)", + org.webjars;resolution:=optional, + org.xml.sax.*;resolution:=optional, + org.w3c.dom.*;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-expression + + + org.springframework + spring-context + + + org.springframework + spring-context-support + + + org.springframework + spring-core + + + org.springframework + spring-web + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-expression + + + org.springframework + spring-context + + + org.springframework + spring-context-support + + + org.springframework + spring-core + + + org.springframework + spring-web + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.properties + **/*.ftl + **/*.vm + **/*.gif + **/*.xsd + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-webmvc-6.0.18/src/main/resources/OSGI-INF/bundle.info b/spring-webmvc-6.0.18/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..78b42bce2b --- /dev/null +++ b/spring-webmvc-6.0.18/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Web MVC module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-webmvc-6.1.5/pom.xml b/spring-webmvc-6.1.5/pom.xml new file mode 100644 index 0000000000..bb26774e73 --- /dev/null +++ b/spring-webmvc-6.1.5/pom.xml @@ -0,0 +1,223 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-webmvc + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-webmvc + 6.1.5 + 6.1.5.1 + + org.springframework + + + jakarta.validation;resolution:=optional, + com.lowagie.text.*;version="[2,3)";resolution:=optional, + com.rometools.rome.feed;version="[1.5,2)";resolution:=optional, + com.rometools.rome.feed.atom;version="[1.5,2)";resolution:=optional, + com.rometools.rome.feed.rss;version="[1.5,2)";resolution:=optional, + com.rometools.rome.io;version="[1.5,2)";resolution:=optional, + freemarker.*;version="[2.3,3)";resolution:=optional, + groovy.lang;version="[2.4,3)";resolution:=optional, + groovy.text;version="[2.4,3)";resolution:=optional, + groovy.text.markup;version="[2.4,3)";resolution:=optional, + jakarta.el.*;resolution:=optional, + javax.sql.*;resolution:=optional, + javax.script;resolution:=optional, + jakarta.servlet, + jakarta.servlet.http, + jakarta.servlet.jsp.*;resolution:=optional, + jakarta.xml.*;resolution:=optional, + jxl.*;version="[2.6,3)";resolution:=optional, + net.sf.jasperreports.*;version="[5,7)";resolution:=optional, + org.aopalliance.aop;resolution:=optional, + org.aopalliance.intercept;resolution:=optional, + org.apache.commons.logging.*;version="[1.1.1,2)";resolution:=optional, + org.apache.poi.*;version="[3,4)";resolution:=optional, + org.apache.tiles.request*;version="[1,2)";resolution:=optional, + org.apache.tiles.*;version="[2.2,4)";resolution:=optional, + org.apache.velocity.*;version="[1.7,2)";resolution:=optional, + com.fasterxml.jackson.*;version="[2,3)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.aop.target;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.*;version="[${pkgVersion},6.2)", + org.springframework.cache;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.cache.concurrent;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.context.*;version="[${pkgVersion},6.2)", + org.springframework.core.*;version="[${pkgVersion},6.2)", + org.springframework.cglib.core;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.cglib.proxy;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.cglib.reflect;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.expression.*;version="[${pkgVersion},6.2)", + org.springframework.format.*;version="[${pkgVersion},6.2)", + org.springframework.http.*;version="[${pkgVersion},6.2)", + org.springframework.oxm.*;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.objenesis;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.scripting.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},6.2)", + org.springframework.ui.*;version="[${pkgVersion},6.2)", + org.springframework.util.*;version="[${pkgVersion},6.2)", + org.springframework.validation.beanvalidation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.validation.*;version="[${pkgVersion},6.2)", + org.springframework.web.*;version="[${pkgVersion},6.2)", + org.webjars;resolution:=optional, + org.xml.sax.*;resolution:=optional, + org.w3c.dom.*;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-expression + + + org.springframework + spring-context + + + org.springframework + spring-context-support + + + org.springframework + spring-core + + + org.springframework + spring-web + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-expression + + + org.springframework + spring-context + + + org.springframework + spring-context-support + + + org.springframework + spring-core + + + org.springframework + spring-web + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.properties + **/*.ftl + **/*.vm + **/*.gif + **/*.xsd + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-webmvc-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-webmvc-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..78b42bce2b --- /dev/null +++ b/spring-webmvc-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Web MVC module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-webmvc-portlet-4.3.23.RELEASE/pom.xml b/spring-webmvc-portlet-4.3.23.RELEASE/pom.xml deleted file mode 100644 index a7fdb25f99..0000000000 --- a/spring-webmvc-portlet-4.3.23.RELEASE/pom.xml +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - 4.0.0 - - - org.apache.servicemix.bundles - bundles-pom - 14 - ../bundles-pom/pom.xml - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.spring-webmvc-portlet - 4.3.23.RELEASE_1-SNAPSHOT - bundle - Apache ServiceMix :: Bundles :: ${pkgArtifactId} - - - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git - https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - - - - org.springframework - spring-webmvc-portlet - 4.3.23.RELEASE - - org.springframework - - - javax.portlet;resolution:=optional, - javax.portlet.filter;resolution:=optional, - javax.servlet;resolution:=optional, - javax.servlet.http;resolution:=optional, - javax.xml;resolution:=optional, - javax.xml.namespace;resolution:=optional, - org.apache.commons.fileupload;resolution:=optional, - org.apache.commons.fileupload.disk;resolution:=optional, - org.apache.commons.fileupload.portlet;resolution:=optional, - org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, - org.springframework.beans;version="[${pkgVersion},4.4)", - org.springframework.beans.factory;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.config;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.support;version="[${pkgVersion},4.4)", - org.springframework.beans.factory.xml;version="[${pkgVersion},4.4)", - org.springframework.context;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.context.event;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.context.i18n;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.context.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.core;version="[${pkgVersion},4.4)", - org.springframework.core.annotation;version="[${pkgVersion},4.4)", - org.springframework.core.env;version="[${pkgVersion},4.4)", - org.springframework.core.io;version="[${pkgVersion},4.4)", - org.springframework.core.io.support;version="[${pkgVersion},4.4)", - org.springframework.core.style;version="[${pkgVersion},4.4)", - org.springframework.http;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.http.converter;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.jndi;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.stereotype;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.ui;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},4.4)", - org.springframework.validation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.validation.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.bind;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.bind.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.bind.annotation.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.bind.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.context;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.context.request;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.context.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.multipart;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.multipart.commons;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.servlet;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.servlet.mvc.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.util;version="[${pkgVersion},4.4)";resolution:=optional, - org.xml.sax;resolution:=optional - - - - - - ${pkgGroupId} - ${pkgArtifactId} - ${pkgVersion} - - - org.springframework - spring-beans - - - org.springframework - spring-context - - - org.springframework - spring-core - - - org.springframework - spring-web - - - org.springframework - spring-webmvc - - - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${pkgGroupId}:${pkgArtifactId} - - - - - ${pkgGroupId}:${pkgArtifactId} - - **/* - - - - true - true - - - - - - - diff --git a/spring-websocket-5.1.6.RELEASE/pom.xml b/spring-websocket-5.1.20.RELEASE/pom.xml similarity index 98% rename from spring-websocket-5.1.6.RELEASE/pom.xml rename to spring-websocket-5.1.20.RELEASE/pom.xml index 961278c120..3796f57e53 100644 --- a/spring-websocket-5.1.6.RELEASE/pom.xml +++ b/spring-websocket-5.1.20.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-websocket - 5.1.6.RELEASE_1-SNAPSHOT + 5.1.20.RELEASE_4-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-websocket - 5.1.6.RELEASE + 5.1.20.RELEASE org.springframework diff --git a/spring-websocket-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-websocket-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-websocket-4.3.23.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-websocket-5.1.20.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-websocket-4.3.23.RELEASE/pom.xml b/spring-websocket-5.2.25.RELEASE/pom.xml similarity index 84% rename from spring-websocket-4.3.23.RELEASE/pom.xml rename to spring-websocket-5.2.25.RELEASE/pom.xml index c9f3a666fb..17281180fa 100644 --- a/spring-websocket-4.3.23.RELEASE/pom.xml +++ b/spring-websocket-5.2.25.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-websocket - 4.3.23.RELEASE_1-SNAPSHOT + 5.2.25.RELEASE_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-websocket - 4.3.23.RELEASE + 5.2.25.RELEASE + 5.2.25.1 org.springframework @@ -87,54 +89,54 @@ org.glassfish.tyrus.server;resolution:=optional, org.glassfish.tyrus.spi;resolution:=optional, org.glassfish.tyrus.websockets;resolution:=optional, - org.springframework.beans;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.factory;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.factory.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.factory.config;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.factory.parsing;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.factory.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.beans.factory.xml;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.context;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.context.event;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.context.annotation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.core;version="[${pkgVersion},4.4)", - org.springframework.core.annotation;version="[${pkgVersion},4.4)", - org.springframework.core.convert;version="[${pkgVersion},4.4)", - org.springframework.core.task;version="[${pkgVersion},4.4)", - org.springframework.http;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.http.client;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.http.converter;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.http.converter.json;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.http.server;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.messaging;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.messaging.converter;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.messaging.handler;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.messaging.handler.annotation.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.messaging.handler.invocation;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.messaging.simp;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.messaging.simp.annotation.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.messaging.simp.broker;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.messaging.simp.config;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.messaging.simp.stomp;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.messaging.simp.user;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.messaging.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.messaging.tcp;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.scheduling;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.scheduling.concurrent;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.stereotype;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},4.4)", - org.springframework.util.concurrent;version="[${pkgVersion},4.4)", - org.springframework.util.xml;version="[${pkgVersion},4.4)", - org.springframework.web;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.client;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.context;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.context.support;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.cors;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.filter;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.method;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.servlet;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.servlet.handler;version="[${pkgVersion},4.4)";resolution:=optional, - org.springframework.web.util;version="[${pkgVersion},4.4)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.factory.annotation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.factory.config;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.factory.parsing;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.factory.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.beans.factory.xml;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.context.event;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},5.3)", + org.springframework.core.annotation;version="[${pkgVersion},5.3)", + org.springframework.core.convert;version="[${pkgVersion},5.3)", + org.springframework.core.task;version="[${pkgVersion},5.3)", + org.springframework.http;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.http.client;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.http.converter;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.http.converter.json;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.http.server;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.messaging;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.messaging.converter;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.messaging.handler;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.messaging.handler.annotation.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.messaging.handler.invocation;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.messaging.simp;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.messaging.simp.annotation.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.messaging.simp.broker;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.messaging.simp.config;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.messaging.simp.stomp;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.messaging.simp.user;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.messaging.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.messaging.tcp;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.scheduling;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.scheduling.concurrent;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},5.3)", + org.springframework.util.concurrent;version="[${pkgVersion},5.3)", + org.springframework.util.xml;version="[${pkgVersion},5.3)", + org.springframework.web;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.client;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.context;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.context.support;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.cors;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.filter;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.method;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.servlet;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.servlet.handler;version="[${pkgVersion},5.3)";resolution:=optional, + org.springframework.web.util;version="[${pkgVersion},5.3)";resolution:=optional, org.w3c.dom;resolution:=optional, org.xnio;resolution:=optional, org.xnio.channels;resolution:=optional diff --git a/spring-websocket-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-websocket-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-websocket-5.0.13.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-websocket-5.2.25.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-websocket-5.0.13.RELEASE/pom.xml b/spring-websocket-5.3.33/pom.xml similarity index 84% rename from spring-websocket-5.0.13.RELEASE/pom.xml rename to spring-websocket-5.3.33/pom.xml index 8bd86fd694..0d2be33c35 100644 --- a/spring-websocket-5.0.13.RELEASE/pom.xml +++ b/spring-websocket-5.3.33/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 14 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-websocket - 5.0.13.RELEASE_1-SNAPSHOT + 5.3.33_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,12 +38,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD org.springframework spring-websocket - 5.0.13.RELEASE + 5.3.33 + 5.3.33.1 org.springframework @@ -87,54 +89,54 @@ org.glassfish.tyrus.server;resolution:=optional, org.glassfish.tyrus.spi;resolution:=optional, org.glassfish.tyrus.websockets;resolution:=optional, - org.springframework.beans;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.factory;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.factory.annotation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.factory.config;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.factory.parsing;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.factory.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.beans.factory.xml;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.context;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.context.event;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.context.annotation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.core;version="[${pkgVersion},5.1)", - org.springframework.core.annotation;version="[${pkgVersion},5.1)", - org.springframework.core.convert;version="[${pkgVersion},5.1)", - org.springframework.core.task;version="[${pkgVersion},5.1)", - org.springframework.http;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.http.client;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.http.converter;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.http.converter.json;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.http.server;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.messaging;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.messaging.converter;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.messaging.handler;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.messaging.handler.annotation.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.messaging.handler.invocation;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.messaging.simp;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.messaging.simp.annotation.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.messaging.simp.broker;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.messaging.simp.config;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.messaging.simp.stomp;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.messaging.simp.user;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.messaging.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.messaging.tcp;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.scheduling;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.scheduling.concurrent;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.stereotype;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},5.1)", - org.springframework.util.concurrent;version="[${pkgVersion},5.1)", - org.springframework.util.xml;version="[${pkgVersion},5.1)", - org.springframework.web;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.client;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.context;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.context.support;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.cors;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.filter;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.method;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.servlet;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.servlet.handler;version="[${pkgVersion},5.1)";resolution:=optional, - org.springframework.web.util;version="[${pkgVersion},5.1)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.factory.annotation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.factory.config;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.factory.parsing;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.factory.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.beans.factory.xml;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.context.event;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},5.4)", + org.springframework.core.annotation;version="[${pkgVersion},5.4)", + org.springframework.core.convert;version="[${pkgVersion},5.4)", + org.springframework.core.task;version="[${pkgVersion},5.4)", + org.springframework.http;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.http.client;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.http.converter;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.http.converter.json;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.http.server;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.messaging;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.messaging.converter;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.messaging.handler;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.messaging.handler.annotation.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.messaging.handler.invocation;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.messaging.simp;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.messaging.simp.annotation.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.messaging.simp.broker;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.messaging.simp.config;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.messaging.simp.stomp;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.messaging.simp.user;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.messaging.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.messaging.tcp;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.scheduling;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.scheduling.concurrent;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},5.4)", + org.springframework.util.concurrent;version="[${pkgVersion},5.4)", + org.springframework.util.xml;version="[${pkgVersion},5.4)", + org.springframework.web;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.client;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.context;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.context.support;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.cors;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.filter;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.method;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.servlet;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.servlet.handler;version="[${pkgVersion},5.4)";resolution:=optional, + org.springframework.web.util;version="[${pkgVersion},5.4)";resolution:=optional, org.w3c.dom;resolution:=optional, org.xnio;resolution:=optional, org.xnio.channels;resolution:=optional diff --git a/spring-websocket-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-websocket-5.3.33/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-websocket-5.1.6.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-websocket-5.3.33/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-websocket-6.0.18/pom.xml b/spring-websocket-6.0.18/pom.xml new file mode 100644 index 0000000000..01db3c8ed3 --- /dev/null +++ b/spring-websocket-6.0.18/pom.xml @@ -0,0 +1,225 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-websocket + 6.0.18_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-websocket + 6.0.18 + 6.0.18.1 + + org.springframework + + + com.fasterxml.jackson.core.io;resolution:=optional, + com.fasterxml.jackson.databind;resolution:=optional, + io.undertow.client;resolution:=optional, + io.undertow.connector;resolution:=optional, + io.undertow.server;resolution:=optional, + io.undertow.servlet.api;resolution:=optional, + io.undertow.servlet.websockets;resolution:=optional, + io.undertow.util;resolution:=optional, + io.undertow.websockets.core;resolution:=optional, + io.undertow.websockets.core.protocol;resolution:=optional, + io.undertow.websockets.core.protocol.version07;resolution:=optional, + io.undertow.websockets.core.protocol.version08;resolution:=optional, + io.undertow.websockets.core.protocol.version13;resolution:=optional, + io.undertow.websockets.jsr;resolution:=optional, + io.undertow.websockets.jsr.annotated;resolution:=optional, + io.undertow.websockets.jsr.handshake;resolution:=optional, + io.undertow.websockets.spi;resolution:=optional, + jakarta.servlet;resolution:=optional, + jakarta.servlet.http;resolution:=optional, + jakarta.websocket;resolution:=optional, + jakarta.websocket.server;resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.apache.tomcat.websocket.server;resolution:=optional, + org.eclipse.jetty.client;resolution:=optional, + org.eclipse.jetty.client.api;resolution:=optional, + org.eclipse.jetty.client.util;resolution:=optional, + org.eclipse.jetty.http;resolution:=optional, + org.eclipse.jetty.websocket.api;resolution:=optional, + org.eclipse.jetty.websocket.api.annotations;resolution:=optional, + org.eclipse.jetty.websocket.api.extensions;resolution:=optional, + org.eclipse.jetty.websocket.client;resolution:=optional, + org.eclipse.jetty.websocket.common;resolution:=optional, + org.eclipse.jetty.websocket.server;resolution:=optional, + org.eclipse.jetty.websocket.servlet;resolution:=optional, + org.glassfish.tyrus.core;resolution:=optional, + org.glassfish.tyrus.servlet;resolution:=optional, + org.glassfish.tyrus.server;resolution:=optional, + org.glassfish.tyrus.spi;resolution:=optional, + org.glassfish.tyrus.websockets;resolution:=optional, + org.springframework.beans;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory.aot;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory.config;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory.parsing;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.beans.factory.xml;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.context.event;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},6.1)", + org.springframework.core.annotation;version="[${pkgVersion},6.1)", + org.springframework.core.convert;version="[${pkgVersion},6.1)", + org.springframework.core.task;version="[${pkgVersion},6.1)", + org.springframework.http;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.http.client;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.http.converter;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.http.converter.json;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.http.server;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.messaging;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.messaging.converter;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.messaging.handler;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.messaging.handler.annotation.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.messaging.handler.invocation;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.messaging.simp;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.messaging.simp.annotation.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.messaging.simp.broker;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.messaging.simp.config;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.messaging.simp.stomp;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.messaging.simp.user;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.messaging.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.messaging.tcp;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.scheduling;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.scheduling.concurrent;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.1)", + org.springframework.util.concurrent;version="[${pkgVersion},6.1)", + org.springframework.util.xml;version="[${pkgVersion},6.1)", + org.springframework.web;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.client;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.context;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.context.support;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.cors;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.filter;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.method;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.servlet;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.servlet.handler;version="[${pkgVersion},6.1)";resolution:=optional, + org.springframework.web.util;version="[${pkgVersion},6.1)";resolution:=optional, + org.w3c.dom;resolution:=optional, + org.xnio;resolution:=optional, + org.xnio.channels;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-web + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-web + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.xsd + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-websocket-6.0.18/src/main/resources/OSGI-INF/bundle.info b/spring-websocket-6.0.18/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..a3feb229f8 --- /dev/null +++ b/spring-websocket-6.0.18/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework WebSocket module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-websocket-6.1.5/pom.xml b/spring-websocket-6.1.5/pom.xml new file mode 100644 index 0000000000..e7a00ce3bd --- /dev/null +++ b/spring-websocket-6.1.5/pom.xml @@ -0,0 +1,225 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-websocket + 6.1.5_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework + spring-websocket + 6.1.5 + 6.1.5.1 + + org.springframework + + + com.fasterxml.jackson.core.io;resolution:=optional, + com.fasterxml.jackson.databind;resolution:=optional, + io.undertow.client;resolution:=optional, + io.undertow.connector;resolution:=optional, + io.undertow.server;resolution:=optional, + io.undertow.servlet.api;resolution:=optional, + io.undertow.servlet.websockets;resolution:=optional, + io.undertow.util;resolution:=optional, + io.undertow.websockets.core;resolution:=optional, + io.undertow.websockets.core.protocol;resolution:=optional, + io.undertow.websockets.core.protocol.version07;resolution:=optional, + io.undertow.websockets.core.protocol.version08;resolution:=optional, + io.undertow.websockets.core.protocol.version13;resolution:=optional, + io.undertow.websockets.jsr;resolution:=optional, + io.undertow.websockets.jsr.annotated;resolution:=optional, + io.undertow.websockets.jsr.handshake;resolution:=optional, + io.undertow.websockets.spi;resolution:=optional, + jakarta.servlet;resolution:=optional, + jakarta.servlet.http;resolution:=optional, + jakarta.websocket;resolution:=optional, + jakarta.websocket.server;resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.apache.tomcat.websocket.server;resolution:=optional, + org.eclipse.jetty.client;resolution:=optional, + org.eclipse.jetty.client.api;resolution:=optional, + org.eclipse.jetty.client.util;resolution:=optional, + org.eclipse.jetty.http;resolution:=optional, + org.eclipse.jetty.websocket.api;resolution:=optional, + org.eclipse.jetty.websocket.api.annotations;resolution:=optional, + org.eclipse.jetty.websocket.api.extensions;resolution:=optional, + org.eclipse.jetty.websocket.client;resolution:=optional, + org.eclipse.jetty.websocket.common;resolution:=optional, + org.eclipse.jetty.websocket.server;resolution:=optional, + org.eclipse.jetty.websocket.servlet;resolution:=optional, + org.glassfish.tyrus.core;resolution:=optional, + org.glassfish.tyrus.servlet;resolution:=optional, + org.glassfish.tyrus.server;resolution:=optional, + org.glassfish.tyrus.spi;resolution:=optional, + org.glassfish.tyrus.websockets;resolution:=optional, + org.springframework.beans;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory.aot;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory.config;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory.parsing;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.beans.factory.xml;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.context.event;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},6.2)", + org.springframework.core.annotation;version="[${pkgVersion},6.2)", + org.springframework.core.convert;version="[${pkgVersion},6.2)", + org.springframework.core.task;version="[${pkgVersion},6.2)", + org.springframework.http;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.http.client;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.http.converter;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.http.converter.json;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.http.server;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.messaging;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.messaging.converter;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.messaging.handler;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.messaging.handler.annotation.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.messaging.handler.invocation;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.messaging.simp;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.messaging.simp.annotation.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.messaging.simp.broker;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.messaging.simp.config;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.messaging.simp.stomp;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.messaging.simp.user;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.messaging.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.messaging.tcp;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.scheduling;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.scheduling.concurrent;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},6.2)", + org.springframework.util.concurrent;version="[${pkgVersion},6.2)", + org.springframework.util.xml;version="[${pkgVersion},6.2)", + org.springframework.web;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.client;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.context;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.context.support;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.cors;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.filter;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.method;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.servlet;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.servlet.handler;version="[${pkgVersion},6.2)";resolution:=optional, + org.springframework.web.util;version="[${pkgVersion},6.2)";resolution:=optional, + org.w3c.dom;resolution:=optional, + org.xnio;resolution:=optional, + org.xnio.channels;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-web + + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-web + + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.xsd + META-INF/spring* + + + + true + true + + + + + + + diff --git a/spring-websocket-6.1.5/src/main/resources/OSGI-INF/bundle.info b/spring-websocket-6.1.5/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..a3feb229f8 --- /dev/null +++ b/spring-websocket-6.1.5/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework WebSocket module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m diff --git a/spring-ws-core-2.4.2.RELEASE/pom.xml b/spring-ws-core-2.4.2.RELEASE/pom.xml index 268b45778b..367c139822 100644 --- a/spring-ws-core-2.4.2.RELEASE/pom.xml +++ b/spring-ws-core-2.4.2.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-ws-core - 2.4.2.RELEASE_2-SNAPSHOT + 2.4.2.RELEASE_3-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,7 +38,7 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD + HEAD diff --git a/spring-ws-core-3.0.7.RELEASE/pom.xml b/spring-ws-core-3.1.3/pom.xml similarity index 98% rename from spring-ws-core-3.0.7.RELEASE/pom.xml rename to spring-ws-core-3.1.3/pom.xml index 3306a791a0..db44c980bc 100644 --- a/spring-ws-core-3.0.7.RELEASE/pom.xml +++ b/spring-ws-core-3.1.3/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-ws-core - 3.0.7.RELEASE_2-SNAPSHOT + 3.1.3_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,7 @@ org.springframework.ws spring-ws-core - 3.0.7.RELEASE + 3.1.3 org.springframework.ws @@ -77,6 +77,7 @@ nu.xom;resolution:=optional, nu.xom.converters;resolution:=optional, org.apache.axiom.attachments;resolution:=optional, + org.apache.axiom.mime;resolution:=optional, org.apache.axiom.om;resolution:=optional, org.apache.axiom.om.ds;resolution:=optional, org.apache.axiom.om.impl;resolution:=optional, diff --git a/spring-ws-core-3.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-ws-core-3.1.3/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-ws-core-3.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-ws-core-3.1.3/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-ws-core-4.0.10/pom.xml b/spring-ws-core-4.0.10/pom.xml new file mode 100644 index 0000000000..8be0f5b3d8 --- /dev/null +++ b/spring-ws-core-4.0.10/pom.xml @@ -0,0 +1,206 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-ws-core + 4.0.10_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.ws + spring-ws-core + 4.0.10 + 4.0.10.1 + + org.springframework.ws + + + jakarta.activation;resolution:=optional, + jakarta.servlet;resolution:=optional, + jakarta.servlet.http;resolution:=optional, + javax.wsdl, + javax.wsdl.extensions, + javax.wsdl.extensions.schema, + javax.wsdl.extensions.soap, + javax.wsdl.extensions.soap12, + javax.wsdl.factory, + javax.wsdl.xml, + jakarta.xml;resolution:=optional, + jakarta.xml.bind;resolution:=optional, + jakarta.xml.bind.annotation;resolution:=optional, + javax.xml.namespace, + javax.xml.parsers, + javax.xml.soap, + javax.xml.stream, + javax.xml.stream.events, + javax.xml.stream.util, + javax.xml.transform, + javax.xml.transform.dom, + javax.xml.transform.sax, + javax.xml.transform.stax, + javax.xml.transform.stream, + javax.xml.xpath, + nu.xom;resolution:=optional, + nu.xom.converters;resolution:=optional, + org.apache.axiom.attachments;resolution:=optional, + org.apache.axiom.mime;resolution:=optional, + org.apache.axiom.om;resolution:=optional, + org.apache.axiom.om.ds;resolution:=optional, + org.apache.axiom.om.impl;resolution:=optional, + org.apache.axiom.om.util;resolution:=optional, + org.apache.axiom.soap;resolution:=optional, + org.apache.axiom.soap.impl.builder;resolution:=optional, + org.apache.commons.httpclient;resolution:=optional, + org.apache.commons.httpclient.auth;resolution:=optional, + org.apache.commons.httpclient.methods;resolution:=optional, + org.apache.commons.httpclient.params;resolution:=optional, + org.apache.commons.logging;resolution:=optional, + org.apache.http;resolution:=optional, + org.apache.http.auth;resolution:=optional, + org.apache.http.client;resolution:=optional, + org.apache.http.client.methods;resolution:=optional, + org.apache.http.conn;resolution:=optional, + org.apache.http.conn.routing;resolution:=optional, + org.apache.http.entity;resolution:=optional, + org.apache.http.impl.client;resolution:=optional, + org.apache.http.impl.conn;resolution:=optional, + org.apache.http.params;resolution:=optional, + org.apache.http.protocol;resolution:=optional, + org.apache.http.util;resolution:=optional, + org.dom4j;resolution:=optional, + org.dom4j.io;resolution:=optional, + org.jdom2;resolution:=optional, + org.jdom2.input;resolution:=optional, + org.jdom2.transform;resolution:=optional, + org.springframework.aop.support;version="[6,7)";resolution:=optional, + org.springframework.beans;version="[6,7)";resolution:=optional, + org.springframework.beans.factory;version="[6,7)";resolution:=optional, + org.springframework.beans.factory.annotation;version="[6,7)";resolution:=optional, + org.springframework.beans.factory.config;version="[6,7)";resolution:=optional, + org.springframework.beans.factory.parsing;version="[6,7)";resolution:=optional, + org.springframework.beans.factory.support;version="[6,7)";resolution:=optional, + org.springframework.beans.factory.xml;version="[6,7)";resolution:=optional, + org.springframework.beans.propertyeditors;version="[6,7)";resolution:=optional, + org.springframework.context;version="[6,7)";resolution:=optional, + org.springframework.context.annotation;version="[6,7)";resolution:=optional, + org.springframework.context.support;version="[6,7)";resolution:=optional, + org.springframework.core;version="[6,7)";resolution:=optional, + org.springframework.core.annotation;version="[6,7)";resolution:=optional, + org.springframework.core.convert;version="[6,7)";resolution:=optional, + org.springframework.core.convert.support;version="[6,7)";resolution:=optional, + org.springframework.core.io;version="[6,7)";resolution:=optional, + org.springframework.core.io.support;version="[6,7)";resolution:=optional, + org.springframework.http;version="[6,7)";resolution:=optional, + org.springframework.http.client;version="[6,7)";resolution:=optional, + org.springframework.oxm;version="[6,7)";resolution:=optional, + org.springframework.oxm.mime;version="[6,7)";resolution:=optional, + org.springframework.stereotype;version="[6,7)";resolution:=optional, + org.springframework.util;version="[6,7)";resolution:=optional, + org.springframework.util.xml;version="[6,7)";resolution:=optional, + org.springframework.validation;version="[6,7)";resolution:=optional, + org.springframework.web.context;version="[6,7)";resolution:=optional, + org.springframework.web.context.support;version="[6,7)";resolution:=optional, + org.springframework.web.servlet;version="[6,7)";resolution:=optional, + org.springframework.web.util;version="[6,7)";resolution:=optional, + org.springframework.xml;resolution:=optional, + org.springframework.xml.namespace;resolution:=optional, + org.springframework.xml.sax;resolution:=optional, + org.springframework.xml.transform;resolution:=optional, + org.springframework.xml.validation;resolution:=optional, + org.springframework.xml.xpath;resolution:=optional, + org.springframework.xml.xsd;resolution:=optional, + org.springframework.xml.xsd.commons;resolution:=optional, + org.w3c.dom;resolution:=optional, + org.w3c.dom.ls;resolution:=optional, + org.xml.sax;resolution:=optional, + org.xml.sax.ext;resolution:=optional, + org.xml.sax.helpers;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/*.schemas + **/*.handlers + + + + true + true + + + + + + + diff --git a/spring-ws-security-3.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-ws-core-4.0.10/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-ws-security-3.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-ws-core-4.0.10/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-ws-security-2.4.2.RELEASE/pom.xml b/spring-ws-security-2.4.2.RELEASE/pom.xml index 8c2914b7bd..e441d5224d 100644 --- a/spring-ws-security-2.4.2.RELEASE/pom.xml +++ b/spring-ws-security-2.4.2.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-ws-security - 2.4.2.RELEASE_2-SNAPSHOT + 2.4.2.RELEASE_3-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} diff --git a/spring-ws-security-3.0.7.RELEASE/pom.xml b/spring-ws-security-3.1.3/pom.xml similarity index 98% rename from spring-ws-security-3.0.7.RELEASE/pom.xml rename to spring-ws-security-3.1.3/pom.xml index 4144576e2e..36393fb25c 100644 --- a/spring-ws-security-3.0.7.RELEASE/pom.xml +++ b/spring-ws-security-3.1.3/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-ws-security - 3.0.7.RELEASE_2-SNAPSHOT + 3.1.3_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,7 @@ org.springframework.ws spring-ws-security - 3.0.7.RELEASE + 3.1.3 org.springframework.ws.soap.security diff --git a/spring-ws-support-3.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-ws-security-3.1.3/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-ws-support-3.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-ws-security-3.1.3/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-ws-security-4.0.10/pom.xml b/spring-ws-security-4.0.10/pom.xml new file mode 100644 index 0000000000..e55ec7e624 --- /dev/null +++ b/spring-ws-security-4.0.10/pom.xml @@ -0,0 +1,158 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-ws-security + 4.0.10_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.ws + spring-ws-security + 4.0.10 + 4.0.10.1 + + org.springframework.ws.soap.security + + + com.sun.xml.wss;resolution:=optional, + com.sun.xml.wss.impl;resolution:=optional, + com.sun.xml.wss.impl.callback;resolution:=optional, + javax.crypto, + javax.net.ssl, + javax.security.auth, + javax.security.auth.callback, + javax.security.auth.login, + javax.security.auth.x500, + javax.xml.namespace, + javax.xml.soap, + net.sf.ehcache;resolution:=optional, + org.apache.commons.logging;resolution:=optional, + org.apache.ws.security;resolution:=optional, + org.apache.ws.security.components.crypto;resolution:=optional, + org.apache.ws.security.handler;resolution:=optional, + org.apache.ws.security.message.token;resolution:=optional, + org.apache.ws.security.saml;resolution:=optional, + org.apache.ws.security.util;resolution:=optional, + org.apache.ws.security.validate;resolution:=optional, + org.apache.wss4j.common;resolution:=optional, + org.apache.wss4j.common.bsp;resolution:=optional, + org.apache.wss4j.common.crypto;resolution:=optional, + org.apache.wss4j.common.ext;resolution:=optional, + org.apache.wss4j.common.principal;resolution:=optional, + org.apache.wss4j.dom;resolution:=optional, + org.apache.wss4j.dom.engine;resolution:=optional, + org.apache.wss4j.dom.handler;resolution:=optional, + org.apache.wss4j.dom.message.token;resolution:=optional, + org.apache.wss4j.dom.util;resolution:=optional, + org.apache.wss4j.dom.validate;resolution:=optional, + org.apache.xml.security.utils;resolution:=optional, + org.springframework.beans.factory;version="[6,7)";resolution:=optional, + org.springframework.context;version="[6,7)";resolution:=optional, + org.springframework.context.support;version="[6,7)";resolution:=optional, + org.springframework.core.io;version="[6,7)";resolution:=optional, + org.springframework.dao;version="[6,7)";resolution:=optional, + org.springframework.security.authentication;version="[6,7)";resolution:=optional, + org.springframework.security.core;version="[6,7)";resolution:=optional, + org.springframework.security.core.context;version="[6,7)";resolution:=optional, + org.springframework.security.core.userdetails;version="[6,7)";resolution:=optional, + org.springframework.security.core.userdetails.cache;version="[6,7)";resolution:=optional, + org.springframework.util;version="[6,7)";resolution:=optional, + org.springframework.ws;resolution:=optional, + org.springframework.ws.client;resolution:=optional, + org.springframework.ws.client.support.interceptor;resolution:=optional, + org.springframework.ws.context;resolution:=optional, + org.springframework.ws.server;resolution:=optional, + org.springframework.ws.soap;resolution:=optional, + org.springframework.ws.soap.saaj;resolution:=optional, + org.springframework.ws.soap.server;resolution:=optional, + org.springframework.ws.soap.soap11;resolution:=optional, + org.w3c.dom;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + true + true + + + + + + + diff --git a/spring-ws-test-3.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-ws-security-4.0.10/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-ws-test-3.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-ws-security-4.0.10/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-ws-support-2.4.2.RELEASE/pom.xml b/spring-ws-support-2.4.2.RELEASE/pom.xml index 876885a41d..080f5fe52c 100644 --- a/spring-ws-support-2.4.2.RELEASE/pom.xml +++ b/spring-ws-support-2.4.2.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-ws-support - 2.4.2.RELEASE_2-SNAPSHOT + 2.4.2.RELEASE_3-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -48,6 +48,9 @@ org.springframework.ws.transport + + ${project.groupId}.spring-ws-core + com.sun.mail.imap;resolution:=optional, com.sun.net.httpserver;resolution:=optional, diff --git a/spring-ws-support-3.0.7.RELEASE/pom.xml b/spring-ws-support-3.1.3/pom.xml similarity index 97% rename from spring-ws-support-3.0.7.RELEASE/pom.xml rename to spring-ws-support-3.1.3/pom.xml index eb08c2b30c..fc92c6929e 100644 --- a/spring-ws-support-3.0.7.RELEASE/pom.xml +++ b/spring-ws-support-3.1.3/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-ws-support - 3.0.7.RELEASE_2-SNAPSHOT + 3.1.3_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,10 +44,13 @@ org.springframework.ws spring-ws-support - 3.0.7.RELEASE + 3.1.3 org.springframework.ws.transport + + ${project.groupId}.spring-ws-core + com.sun.mail.imap;resolution:=optional, com.sun.net.httpserver;resolution:=optional, diff --git a/spring-xml-2.4.2.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-ws-support-3.1.3/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-xml-2.4.2.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-ws-support-3.1.3/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-ws-support-4.0.10/pom.xml b/spring-ws-support-4.0.10/pom.xml new file mode 100644 index 0000000000..cfd672f2b0 --- /dev/null +++ b/spring-ws-support-4.0.10/pom.xml @@ -0,0 +1,170 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-ws-support + 4.0.10_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.ws + spring-ws-support + 4.0.10 + 4.0.10.1 + + org.springframework.ws.transport + + + ${project.groupId}.spring-ws-core + + + com.sun.mail.imap;resolution:=optional, + com.sun.net.httpserver;resolution:=optional, + jakarta.activation, + jakarta.jms, + jakarta.mail;resolution:=optional, + jakarta.mail.event;resolution:=optional, + jakarta.mail.internet;resolution:=optional, + jakarta.mail.search;resolution:=optional, + javax.net.ssl, + jakarta.servlet, + jakarta.servlet.http, + javax.xml.namespace, + javax.xml.soap, + javax.xml.transform, + javax.xml.transform.dom, + javax.xml.transform.stream, + org.apache.commons.httpclient;resolution:=optional, + org.apache.commons.httpclient.auth;resolution:=optional, + org.apache.commons.httpclient.methods;resolution:=optional, + org.apache.commons.httpclient.params;resolution:=optional, + org.apache.commons.logging;resolution:=optional, + org.apache.http;resolution:=optional, + org.apache.http.auth;resolution:=optional, + org.apache.http.client;resolution:=optional, + org.apache.http.client.methods;resolution:=optional, + org.apache.http.conn;resolution:=optional, + org.apache.http.conn.routing;resolution:=optional, + org.apache.http.entity;resolution:=optional, + org.apache.http.impl.client;resolution:=optional, + org.apache.http.impl.conn;resolution:=optional, + org.apache.http.params;resolution:=optional, + org.apache.http.protocol;resolution:=optional, + org.apache.http.util;resolution:=optional, + org.jivesoftware.smack;resolution:=optional, + org.jivesoftware.smack.filter;resolution:=optional, + org.jivesoftware.smack.packet;resolution:=optional, + org.jivesoftware.smack.tcp;resolution:=optional, + org.jivesoftware.smackx.jiveproperties;resolution:=optional, + org.springframework.beans.factory;version="[6,7)";resolution:=optional, + org.springframework.context;version="[6,7)";resolution:=optional, + org.springframework.core.task;version="[6,7)";resolution:=optional, + org.springframework.http;version="[6,7)";resolution:=optional, + org.springframework.http.client;version="[6,7)";resolution:=optional, + org.springframework.jms.connection;version="[6,7)";resolution:=optional, + org.springframework.jms.core;version="[6,7)";resolution:=optional, + org.springframework.jms.listener;version="[6,7)";resolution:=optional, + org.springframework.jms.support;version="[6,7)";resolution:=optional, + org.springframework.jms.support.destination;version="[6,7)";resolution:=optional, + org.springframework.scheduling;version="[6,7)";resolution:=optional, + org.springframework.util;version="[6,7)";resolution:=optional, + org.springframework.web.context;version="[6,7)";resolution:=optional, + org.springframework.web.context.support;version="[6,7)";resolution:=optional, + org.springframework.web.servlet;version="[6,7)";resolution:=optional, + org.springframework.web.util;version="[6,7)";resolution:=optional, + org.springframework.ws;resolution:=optional, + org.springframework.ws.context;resolution:=optional, + org.springframework.ws.support;resolution:=optional, + org.springframework.ws.wsdl;resolution:=optional, + org.springframework.xml.transform;resolution:=optional, + org.springframework.xml.xpath;resolution:=optional, + org.springframework.xml.xsd;resolution:=optional, + org.w3c.dom;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + true + true + + + + + + + diff --git a/spring-xml-3.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-ws-support-4.0.10/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from spring-xml-3.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to spring-ws-support-4.0.10/src/main/resources/OSGI-INF/bundle.info diff --git a/spring-ws-test-2.4.2.RELEASE/pom.xml b/spring-ws-test-2.4.2.RELEASE/pom.xml index 3421bdb4d4..beb91bbcc6 100644 --- a/spring-ws-test-2.4.2.RELEASE/pom.xml +++ b/spring-ws-test-2.4.2.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-ws-test - 2.4.2.RELEASE_2-SNAPSHOT + 2.4.2.RELEASE_3-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} diff --git a/spring-ws-test-3.0.7.RELEASE/pom.xml b/spring-ws-test-3.1.3/pom.xml similarity index 97% rename from spring-ws-test-3.0.7.RELEASE/pom.xml rename to spring-ws-test-3.1.3/pom.xml index c1062f3fa9..1848a2e7bc 100644 --- a/spring-ws-test-3.0.7.RELEASE/pom.xml +++ b/spring-ws-test-3.1.3/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-ws-test - 3.0.7.RELEASE_2-SNAPSHOT + 3.1.3_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,7 @@ org.springframework.ws spring-ws-test - 3.0.7.RELEASE + 3.1.3 org.springframework.ws.test diff --git a/spring-ws-test-3.1.3/src/main/resources/OSGI-INF/bundle.info b/spring-ws-test-3.1.3/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..265675cc5e --- /dev/null +++ b/spring-ws-test-3.1.3/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,13 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Web Services aims to facilitate contract-first SOAP service development, + allowing for the creation of flexible web services using one of the many ways + to manipulate XML payloads. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://projects.spring.io/spring-ws/\u001B[0m diff --git a/spring-ws-test-4.0.10/pom.xml b/spring-ws-test-4.0.10/pom.xml new file mode 100644 index 0000000000..6b72ff654c --- /dev/null +++ b/spring-ws-test-4.0.10/pom.xml @@ -0,0 +1,128 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 16 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-ws-test + 4.0.10_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.ws + spring-ws-test + 4.0.10 + 4.0.10.1 + + org.springframework.ws.test + + + javax.xml.namespace, + javax.xml.transform, + javax.xml.transform.dom, + org.apache.commons.logging;resolution:=optional, + org.custommonkey.xmlunit;resolution:=optional, + org.springframework.beans;version="[6,7)";resolution:=optional, + org.springframework.beans.factory;version="[6,7)";resolution:=optional, + org.springframework.context;version="[6,7)";resolution:=optional, + org.springframework.core.io;version="[6,7)";resolution:=optional, + org.springframework.util;version="[6,7)";resolution:=optional, + org.springframework.ws;version="[${pkgVersion},5)";resolution:=optional, + org.springframework.ws.client.core;version="[${pkgVersion},5)";resolution:=optional, + org.springframework.ws.client.core.support;version="[${pkgVersion},5)";resolution:=optional, + org.springframework.ws.context;version="[${pkgVersion},5)";resolution:=optional, + org.springframework.ws.soap;version="[${pkgVersion},5)";resolution:=optional, + org.springframework.ws.soap.saaj;version="[${pkgVersion},5)";resolution:=optional, + org.springframework.ws.soap.server;version="[${pkgVersion},5)";resolution:=optional, + org.springframework.ws.transport;version="[${pkgVersion},5)";resolution:=optional, + org.springframework.xml.transform;resolution:=optional, + org.springframework.xml.validation;resolution:=optional, + org.springframework.xml.xpath;resolution:=optional, + org.w3c.dom;resolution:=optional, + org.xml.sax;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + true + true + + + + + + + diff --git a/spring-ws-test-4.0.10/src/main/resources/OSGI-INF/bundle.info b/spring-ws-test-4.0.10/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..265675cc5e --- /dev/null +++ b/spring-ws-test-4.0.10/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,13 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Web Services aims to facilitate contract-first SOAP service development, + allowing for the creation of flexible web services using one of the many ways + to manipulate XML payloads. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://projects.spring.io/spring-ws/\u001B[0m diff --git a/spring-xml-2.4.2.RELEASE/pom.xml b/spring-xml-3.0.10.RELEASE/pom.xml similarity index 89% rename from spring-xml-2.4.2.RELEASE/pom.xml rename to spring-xml-3.0.10.RELEASE/pom.xml index a54fa56ac2..9afad15796 100644 --- a/spring-xml-2.4.2.RELEASE/pom.xml +++ b/spring-xml-3.0.10.RELEASE/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-xml - 2.4.2.RELEASE_2-SNAPSHOT + 3.0.10.RELEASE_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -38,13 +38,13 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD + HEAD org.springframework.ws spring-xml - 2.4.2.RELEASE + 3.0.10.RELEASE org.springframework.xml @@ -65,13 +65,13 @@ org.apache.ws.commons.schema.resolver;resolution:=optional, org.jaxen;resolution:=optional, org.jaxen.dom;resolution:=optional, - org.springframework.beans;version="[4,5)";resolution:=optional, - org.springframework.beans.factory;version="[4,5)";resolution:=optional, - org.springframework.context;version="[4,5)";resolution:=optional, - org.springframework.core;version="[4,5)";resolution:=optional, - org.springframework.core.io;version="[4,5)";resolution:=optional, - org.springframework.util;version="[4,5)";resolution:=optional, - org.springframework.util.xml;version="[4,5)";resolution:=optional, + org.springframework.beans;version="[5,6)";resolution:=optional, + org.springframework.beans.factory;version="[5,6)";resolution:=optional, + org.springframework.context;version="[5,6)";resolution:=optional, + org.springframework.core;version="[5,6)";resolution:=optional, + org.springframework.core.io;version="[5,6)";resolution:=optional, + org.springframework.util;version="[5,6)";resolution:=optional, + org.springframework.util.xml;version="[5,6)";resolution:=optional, org.w3c.dom;resolution:=optional, org.xml.sax;resolution:=optional, org.xml.sax.ext;resolution:=optional, diff --git a/spring-xml-3.0.10.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-xml-3.0.10.RELEASE/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..265675cc5e --- /dev/null +++ b/spring-xml-3.0.10.RELEASE/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,13 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Web Services aims to facilitate contract-first SOAP service development, + allowing for the creation of flexible web services using one of the many ways + to manipulate XML payloads. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://projects.spring.io/spring-ws/\u001B[0m diff --git a/spring-xml-3.0.7.RELEASE/pom.xml b/spring-xml-3.1.3/pom.xml similarity index 97% rename from spring-xml-3.0.7.RELEASE/pom.xml rename to spring-xml-3.1.3/pom.xml index 34a89712d3..11554124b7 100644 --- a/spring-xml-3.0.7.RELEASE/pom.xml +++ b/spring-xml-3.1.3/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 14 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.spring-xml - 3.0.7.RELEASE_2-SNAPSHOT + 3.1.3_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} @@ -44,7 +44,7 @@ org.springframework.ws spring-xml - 3.0.7.RELEASE + 3.1.3 org.springframework.xml diff --git a/spring-xml-3.1.3/src/main/resources/OSGI-INF/bundle.info b/spring-xml-3.1.3/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..265675cc5e --- /dev/null +++ b/spring-xml-3.1.3/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,13 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Web Services aims to facilitate contract-first SOAP service development, + allowing for the creation of flexible web services using one of the many ways + to manipulate XML payloads. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://projects.spring.io/spring-ws/\u001B[0m diff --git a/spring-xml-4.0.3/pom.xml b/spring-xml-4.0.3/pom.xml new file mode 100644 index 0000000000..fceab1a041 --- /dev/null +++ b/spring-xml-4.0.3/pom.xml @@ -0,0 +1,132 @@ + + + + + + 4.0.0 + + + org.apache.servicemix.bundles + bundles-pom + 15 + ../bundles-pom/pom.xml + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.spring-xml + 4.0.3_2-SNAPSHOT + bundle + Apache ServiceMix :: Bundles :: ${pkgArtifactId} + + + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git + https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD + + + + org.springframework.ws + spring-xml + 4.0.3 + 4.0.3.1 + + org.springframework.xml + + + javax.xml, + javax.xml.namespace, + javax.xml.parsers, + javax.xml.stream, + javax.xml.transform, + javax.xml.transform.dom, + javax.xml.transform.sax, + javax.xml.transform.stream, + javax.xml.validation, + javax.xml.xpath, + org.apache.commons.logging;resolution:=optional, + org.apache.ws.commons.schema;resolution:=optional, + org.apache.ws.commons.schema.extensions;resolution:=optional, + org.apache.ws.commons.schema.resolver;resolution:=optional, + org.jaxen;resolution:=optional, + org.jaxen.dom;resolution:=optional, + org.springframework.beans;version="[6,7)";resolution:=optional, + org.springframework.beans.factory;version="[6,7)";resolution:=optional, + org.springframework.context;version="[6,7)";resolution:=optional, + org.springframework.core;version="[6,7)";resolution:=optional, + org.springframework.core.io;version="[6,7)";resolution:=optional, + org.springframework.util;version="[6,7)";resolution:=optional, + org.springframework.util.xml;version="[6,7)";resolution:=optional, + org.w3c.dom;resolution:=optional, + org.xml.sax;resolution:=optional, + org.xml.sax.ext;resolution:=optional, + org.xml.sax.helpers;resolution:=optional + + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + + + + + ${pkgGroupId} + ${pkgArtifactId} + ${pkgVersion} + sources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + ${pkgGroupId}:${pkgArtifactId} + + + + + ${pkgGroupId}:${pkgArtifactId} + + **/* + + + + true + true + + + + + + + diff --git a/spring-xml-4.0.3/src/main/resources/OSGI-INF/bundle.info b/spring-xml-4.0.3/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000000..265675cc5e --- /dev/null +++ b/spring-xml-4.0.3/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,13 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Web Services aims to facilitate contract-first SOAP service development, + allowing for the creation of flexible web services using one of the many ways + to manipulate XML payloads. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://projects.spring.io/spring-ws/\u001B[0m diff --git a/stringtemplate-4.1/pom.xml b/stringtemplate-4.3.4/pom.xml similarity index 95% rename from stringtemplate-4.1/pom.xml rename to stringtemplate-4.3.4/pom.xml index 0558a79ade..c6db75f5bc 100644 --- a/stringtemplate-4.1/pom.xml +++ b/stringtemplate-4.3.4/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 13 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.stringtemplate - 4.1_2-SNAPSHOT + 4.3.4_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ org.antlr ST4 - 4.1 + 4.3.4 + 4.3.4.1 org.stringtemplate diff --git a/stringtemplate-4.1/src/main/resources/OSGI-INF/bundle.info b/stringtemplate-4.3.4/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from stringtemplate-4.1/src/main/resources/OSGI-INF/bundle.info rename to stringtemplate-4.3.4/src/main/resources/OSGI-INF/bundle.info diff --git a/thymeleaf-3.0.11.RELEASE/pom.xml b/thymeleaf-3.1.2.RELEASE/pom.xml similarity index 94% rename from thymeleaf-3.0.11.RELEASE/pom.xml rename to thymeleaf-3.1.2.RELEASE/pom.xml index 81a03f56ce..87cd4283b1 100644 --- a/thymeleaf-3.0.11.RELEASE/pom.xml +++ b/thymeleaf-3.1.2.RELEASE/pom.xml @@ -24,12 +24,12 @@ org.apache.servicemix.bundles bundles-pom - 13 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles.thymeleaf - 3.0.11.RELEASE_2-SNAPSHOT + 3.1.2.RELEASE_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -44,7 +44,8 @@ org.thymeleaf thymeleaf - 3.0.11.RELEASE + 3.1.2.RELEASE + 3.1.2.1 org.thymeleaf diff --git a/thymeleaf-3.0.11.RELEASE/src/main/resources/OSGI-INF/bundle.info b/thymeleaf-3.1.2.RELEASE/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from thymeleaf-3.0.11.RELEASE/src/main/resources/OSGI-INF/bundle.info rename to thymeleaf-3.1.2.RELEASE/src/main/resources/OSGI-INF/bundle.info diff --git a/twitter4j-4.0.7/pom.xml b/twitter4j-4.1.2/pom.xml similarity index 82% rename from twitter4j-4.0.7/pom.xml rename to twitter4j-4.1.2/pom.xml index 7044ce2aa7..f4fc85baa3 100644 --- a/twitter4j-4.0.7/pom.xml +++ b/twitter4j-4.1.2/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 12 + 15 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.twitter4j - 4.0.7_2-SNAPSHOT + 4.1.2_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -39,13 +39,14 @@ scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git - HEAD + HEAD org.twitter4j twitter4j - 4.0.7 + 4.1.2 + 4.1.2.1 twitter4j @@ -67,11 +68,6 @@ twitter4j-core ${pkgVersion} - - ${pkgGroupId} - twitter4j-stream - ${pkgVersion} - @@ -80,12 +76,6 @@ ${pkgVersion} sources - - ${pkgGroupId} - twitter4j-stream - ${pkgVersion} - sources - @@ -103,7 +93,6 @@ ${pkgGroupId}:twitter4j-core - ${pkgGroupId}:twitter4j-stream @@ -113,12 +102,6 @@ ** - - ${pkgGroupId}:twitter4j-stream - - ** - - true true diff --git a/twitter4j-4.0.7/src/main/resources/OSGI-INF/bundle.info b/twitter4j-4.1.2/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from twitter4j-4.0.7/src/main/resources/OSGI-INF/bundle.info rename to twitter4j-4.1.2/src/main/resources/OSGI-INF/bundle.info diff --git a/pulsar-client-2.2.0/pom.xml b/txw2-2.3.3/pom.xml similarity index 91% rename from pulsar-client-2.2.0/pom.xml rename to txw2-2.3.3/pom.xml index 52b2227d7b..1a7f19dcd6 100644 --- a/pulsar-client-2.2.0/pom.xml +++ b/txw2-2.3.3/pom.xml @@ -29,27 +29,26 @@ org.apache.servicemix.bundles - org.apache.servicemix.bundles.pulsar-client - 2.2.0_1-SNAPSHOT + org.apache.servicemix.bundles.txw2 + 2.3.3_2-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} - This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git + HEAD - org.apache.pulsar - pulsar-client - 2.2.0 + org.glassfish.jaxb + txw2 + 2.3.3 - org.apache.pulsar + com.sun.xml.txw2 - @@ -60,6 +59,7 @@ ${pkgVersion} + ${pkgGroupId} ${pkgArtifactId} diff --git a/xalan-2.7.2/pom.xml b/xalan-2.7.3/pom.xml similarity index 80% rename from xalan-2.7.2/pom.xml rename to xalan-2.7.3/pom.xml index 9e21b405a2..c0da12a287 100644 --- a/xalan-2.7.2/pom.xml +++ b/xalan-2.7.3/pom.xml @@ -24,13 +24,13 @@ org.apache.servicemix.bundles bundles-pom - 12 + 16 ../bundles-pom/pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.xalan - 2.7.2_4-SNAPSHOT + 2.7.3_4-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,8 @@ xalan xalan - 2.7.2 + 2.7.3 + 2.7.3.2 java_cup*;version=${pkgVersion};-split-package:=merge-first, org.apache.xalan*;version=${pkgVersion};-split-package:=merge-first, @@ -57,10 +58,11 @@ org.apache.bcel*;version="[5.1,6)", - org.apache.xerces*;version="[2.8.1,3)", - org.apache.xml.serialize*;version="[2.7.2,3)", + org.apache.xerces*;version="[2.12.2,3)", + org.apache.xml.serialize*;version="[2.7.3,3)", org.w3c.dom.xpath;resolution:=optional, javax.naming, + javax.xml.datatype, javax.xml.namespace, javax.xml.parsers, javax.xml.transform, @@ -84,8 +86,15 @@ ${pkgVersion} false + + ${pkgGroupId} + serializer + ${pkgVersion} + false + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + org.apache.maven.plugins maven-shade-plugin @@ -110,6 +128,7 @@ ${pkgGroupId}:${pkgArtifactId} + ${pkgGroupId}:serializer @@ -119,6 +138,12 @@ ** + + ${pkgGroupId}:serializer + + ** + + true true diff --git a/xalan-2.7.2/src/main/java/org/apache/xalan/extensions/ExtensionHandler.java b/xalan-2.7.3/src/main/java/org/apache/xalan/extensions/ExtensionHandler.java similarity index 100% rename from xalan-2.7.2/src/main/java/org/apache/xalan/extensions/ExtensionHandler.java rename to xalan-2.7.3/src/main/java/org/apache/xalan/extensions/ExtensionHandler.java diff --git a/xalan-2.7.2/src/main/java/org/apache/xalan/extensions/ObjectFactory.java b/xalan-2.7.3/src/main/java/org/apache/xalan/extensions/ObjectFactory.java similarity index 100% rename from xalan-2.7.2/src/main/java/org/apache/xalan/extensions/ObjectFactory.java rename to xalan-2.7.3/src/main/java/org/apache/xalan/extensions/ObjectFactory.java diff --git a/xalan-2.7.2/src/main/java/org/apache/xalan/lib/ObjectFactory.java b/xalan-2.7.3/src/main/java/org/apache/xalan/lib/ObjectFactory.java similarity index 100% rename from xalan-2.7.2/src/main/java/org/apache/xalan/lib/ObjectFactory.java rename to xalan-2.7.3/src/main/java/org/apache/xalan/lib/ObjectFactory.java diff --git a/xalan-2.7.2/src/main/java/org/apache/xalan/lib/sql/ObjectFactory.java b/xalan-2.7.3/src/main/java/org/apache/xalan/lib/sql/ObjectFactory.java similarity index 100% rename from xalan-2.7.2/src/main/java/org/apache/xalan/lib/sql/ObjectFactory.java rename to xalan-2.7.3/src/main/java/org/apache/xalan/lib/sql/ObjectFactory.java diff --git a/xalan-2.7.2/src/main/java/org/apache/xalan/processor/XSLTElementProcessor.java b/xalan-2.7.3/src/main/java/org/apache/xalan/processor/XSLTElementProcessor.java similarity index 100% rename from xalan-2.7.2/src/main/java/org/apache/xalan/processor/XSLTElementProcessor.java rename to xalan-2.7.3/src/main/java/org/apache/xalan/processor/XSLTElementProcessor.java diff --git a/xalan-2.7.2/src/main/java/org/apache/xalan/xslt/ObjectFactory.java b/xalan-2.7.3/src/main/java/org/apache/xalan/xslt/ObjectFactory.java similarity index 100% rename from xalan-2.7.2/src/main/java/org/apache/xalan/xslt/ObjectFactory.java rename to xalan-2.7.3/src/main/java/org/apache/xalan/xslt/ObjectFactory.java diff --git a/xalan-2.7.2/src/main/java/org/apache/xalan/xsltc/cmdline/ObjectFactory.java b/xalan-2.7.3/src/main/java/org/apache/xalan/xsltc/cmdline/ObjectFactory.java similarity index 100% rename from xalan-2.7.2/src/main/java/org/apache/xalan/xsltc/cmdline/ObjectFactory.java rename to xalan-2.7.3/src/main/java/org/apache/xalan/xsltc/cmdline/ObjectFactory.java diff --git a/xalan-2.7.2/src/main/java/org/apache/xalan/xsltc/compiler/FunctionCall.java b/xalan-2.7.3/src/main/java/org/apache/xalan/xsltc/compiler/FunctionCall.java similarity index 100% rename from xalan-2.7.2/src/main/java/org/apache/xalan/xsltc/compiler/FunctionCall.java rename to xalan-2.7.3/src/main/java/org/apache/xalan/xsltc/compiler/FunctionCall.java diff --git a/xalan-2.7.2/src/main/java/org/apache/xalan/xsltc/compiler/ObjectFactory.java b/xalan-2.7.3/src/main/java/org/apache/xalan/xsltc/compiler/ObjectFactory.java similarity index 100% rename from xalan-2.7.2/src/main/java/org/apache/xalan/xsltc/compiler/ObjectFactory.java rename to xalan-2.7.3/src/main/java/org/apache/xalan/xsltc/compiler/ObjectFactory.java diff --git a/xalan-2.7.2/src/main/java/org/apache/xalan/xsltc/compiler/util/ObjectFactory.java b/xalan-2.7.3/src/main/java/org/apache/xalan/xsltc/compiler/util/ObjectFactory.java similarity index 100% rename from xalan-2.7.2/src/main/java/org/apache/xalan/xsltc/compiler/util/ObjectFactory.java rename to xalan-2.7.3/src/main/java/org/apache/xalan/xsltc/compiler/util/ObjectFactory.java diff --git a/xalan-2.7.2/src/main/java/org/apache/xalan/xsltc/dom/ObjectFactory.java b/xalan-2.7.3/src/main/java/org/apache/xalan/xsltc/dom/ObjectFactory.java similarity index 100% rename from xalan-2.7.2/src/main/java/org/apache/xalan/xsltc/dom/ObjectFactory.java rename to xalan-2.7.3/src/main/java/org/apache/xalan/xsltc/dom/ObjectFactory.java diff --git a/xalan-2.7.2/src/main/java/org/apache/xalan/xsltc/runtime/AbstractTranslet.java b/xalan-2.7.3/src/main/java/org/apache/xalan/xsltc/runtime/AbstractTranslet.java similarity index 96% rename from xalan-2.7.2/src/main/java/org/apache/xalan/xsltc/runtime/AbstractTranslet.java rename to xalan-2.7.3/src/main/java/org/apache/xalan/xsltc/runtime/AbstractTranslet.java index c38a343aee..fc010b69b2 100644 --- a/xalan-2.7.2/src/main/java/org/apache/xalan/xsltc/runtime/AbstractTranslet.java +++ b/xalan-2.7.3/src/main/java/org/apache/xalan/xsltc/runtime/AbstractTranslet.java @@ -30,6 +30,7 @@ import java.util.Vector; import javax.xml.transform.Templates; import javax.xml.parsers.DocumentBuilderFactory; + import org.w3c.dom.Document; import org.w3c.dom.DOMImplementation; import javax.xml.parsers.ParserConfigurationException; @@ -44,8 +45,8 @@ import org.apache.xalan.xsltc.dom.DOMAdapter; import org.apache.xalan.xsltc.dom.KeyIndex; import org.apache.xalan.xsltc.runtime.output.TransletOutputHandlerFactory; -import org.apache.xml.dtm.DTMAxisIterator; import org.apache.xml.serializer.SerializationHandler; +import org.apache.xml.dtm.DTMAxisIterator; /** * @author Jacek Ambroziak @@ -142,7 +143,7 @@ public final DOMAdapter makeDOMAdapter(DOM dom) * Push a new parameter frame. */ public final void pushParamFrame() { - paramsStack.add(pframe, new Integer(pbase)); + paramsStack.add(pframe, Integer.valueOf(pbase)); pbase = ++pframe; } diff --git a/xalan-2.7.2/src/main/java/org/apache/xalan/xsltc/runtime/ObjectFactory.java b/xalan-2.7.3/src/main/java/org/apache/xalan/xsltc/runtime/ObjectFactory.java similarity index 100% rename from xalan-2.7.2/src/main/java/org/apache/xalan/xsltc/runtime/ObjectFactory.java rename to xalan-2.7.3/src/main/java/org/apache/xalan/xsltc/runtime/ObjectFactory.java diff --git a/xalan-2.7.2/src/main/java/org/apache/xalan/xsltc/trax/ObjectFactory.java b/xalan-2.7.3/src/main/java/org/apache/xalan/xsltc/trax/ObjectFactory.java similarity index 100% rename from xalan-2.7.2/src/main/java/org/apache/xalan/xsltc/trax/ObjectFactory.java rename to xalan-2.7.3/src/main/java/org/apache/xalan/xsltc/trax/ObjectFactory.java diff --git a/xalan-2.7.2/src/main/java/org/apache/xalan/xsltc/trax/TemplatesImpl.java b/xalan-2.7.3/src/main/java/org/apache/xalan/xsltc/trax/TemplatesImpl.java similarity index 100% rename from xalan-2.7.2/src/main/java/org/apache/xalan/xsltc/trax/TemplatesImpl.java rename to xalan-2.7.3/src/main/java/org/apache/xalan/xsltc/trax/TemplatesImpl.java diff --git a/xalan-2.7.2/src/main/java/org/apache/xml/dtm/ObjectFactory.java b/xalan-2.7.3/src/main/java/org/apache/xml/dtm/ObjectFactory.java similarity index 100% rename from xalan-2.7.2/src/main/java/org/apache/xml/dtm/ObjectFactory.java rename to xalan-2.7.3/src/main/java/org/apache/xml/dtm/ObjectFactory.java diff --git a/xalan-2.7.2/src/main/java/org/apache/xml/dtm/ref/ObjectFactory.java b/xalan-2.7.3/src/main/java/org/apache/xml/dtm/ref/ObjectFactory.java similarity index 100% rename from xalan-2.7.2/src/main/java/org/apache/xml/dtm/ref/ObjectFactory.java rename to xalan-2.7.3/src/main/java/org/apache/xml/dtm/ref/ObjectFactory.java diff --git a/xalan-2.7.3/src/main/java/org/apache/xml/serializer/DOMSerializer.java b/xalan-2.7.3/src/main/java/org/apache/xml/serializer/DOMSerializer.java new file mode 100644 index 0000000000..655c54b9b6 --- /dev/null +++ b/xalan-2.7.3/src/main/java/org/apache/xml/serializer/DOMSerializer.java @@ -0,0 +1,74 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +/* + * $Id$ + */ +package org.apache.xml.serializer; + +import java.io.IOException; + +import org.w3c.dom.Node; + +/** + * Interface for a DOM serializer implementation. + *

+ * The DOMSerializer is a facet of a serializer and is obtained from the + * asDOMSerializer() method of the ({@link Serializer}) interface. + * A serializer may or may not support a DOM serializer, if it does not then the + * return value from asDOMSerializer() is null. + *

+ * Example: + *

+ * // Create a document to be serialized
+ * org.w3c.dom.Document doc = ...;
+ *
+ * // Create a Serializer that will be used
+ * // to serialize the document  
+ * org.apache.xml.serializer.Serializer ser = ...;
+ *
+ * // Set the Writer to write output to, and 
+ * // serialize the DOM using that Serializer
+ * java.io.StringWriter sw = new java.io.StringWriter();
+ * ser.setWriter(sw);
+ * DOMSerialzier dser = ser.asDOMSerializer();
+ * dser.serialize(doc);
+ *
+ * // Write out the serialized XML in the String.
+ * System.out.println(sw.toString());
+ * 
+ * + * @see OutputPropertiesFactory + * @see SerializerFactory + * @see Serializer + * + * @xsl.usage general + * + */ +public interface DOMSerializer +{ + /** + * Serializes the DOM node. Throws an exception only if an I/O + * exception occured while serializing. + * + * This interface is a public API. + * + * @param node the DOM node to serialize + * @throws IOException if an I/O exception occured while serializing + */ + public void serialize(Node node) throws IOException; +} \ No newline at end of file diff --git a/xalan-2.7.3/src/main/java/org/apache/xml/serializer/ExtendedContentHandler.java b/xalan-2.7.3/src/main/java/org/apache/xml/serializer/ExtendedContentHandler.java new file mode 100644 index 0000000000..8a8a052455 --- /dev/null +++ b/xalan-2.7.3/src/main/java/org/apache/xml/serializer/ExtendedContentHandler.java @@ -0,0 +1,271 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +/* + * $Id$ + */ +package org.apache.xml.serializer; + +import javax.xml.transform.SourceLocator; + +import org.xml.sax.SAXException; + +/** + * This interface describes extensions to the SAX ContentHandler interface. + * It is intended to be used by a serializer. The methods on this interface will + * implement SAX- like behavior. This allows the gradual collection of + * information rather than having it all up front. For example the call + *
+ * startElement(namespaceURI,localName,qName,atts)
+ * 
+ * could be replaced with the calls + *
+ * startElement(namespaceURI,localName,qName)
+ * addAttributes(atts)
+ * 
+ * If there are no attributes the second call can be dropped. If attributes are + * to be added one at a time with calls to + *
+ * addAttribute(namespaceURI, localName, qName, type, value)
+ * 
+ * @xsl.usage internal + */ +public interface ExtendedContentHandler extends org.xml.sax.ContentHandler +{ + /** + * Add at attribute to the current element + * @param uri the namespace URI of the attribute name + * @param localName the local name of the attribute (without prefix) + * @param rawName the qualified name of the attribute + * @param type the attribute type typically character data (CDATA) + * @param value the value of the attribute + * @param XSLAttribute true if the added attribute is coming from an xsl:attribute element + * @throws SAXException + */ + public void addAttribute( + String uri, + String localName, + String rawName, + String type, + String value, + boolean XSLAttribute) + throws SAXException; + /** + * Add attributes to the current element + * @param atts the attributes to add. + * @throws SAXException + */ + public void addAttributes(org.xml.sax.Attributes atts) + throws org.xml.sax.SAXException; + /** + * Add an attribute to the current element. The namespace URI of the + * attribute will be calculated from the prefix of qName. The local name + * will be derived from qName and the type will be assumed to be "CDATA". + * @param qName + * @param value + */ + public void addAttribute(String qName, String value); + + /** + * This method is used to notify of a character event, but passing the data + * as a character String rather than the standard character array. + * @param chars the character data + * @throws SAXException + */ + public void characters(String chars) throws SAXException; + + /** + * This method is used to notify of a character event, but passing the data + * as a DOM Node rather than the standard character array. + * @param node a DOM Node containing text. + * @throws SAXException + */ + public void characters(org.w3c.dom.Node node) throws org.xml.sax.SAXException; + /** + * This method is used to notify that an element has ended. Unlike the + * standard SAX method + *
+     * endElement(namespaceURI,localName,qName)
+     * 
+ * only the last parameter is passed. If needed the serializer can derive + * the localName from the qualified name and derive the namespaceURI from + * its implementation. + * @param elemName the fully qualified element name. + * @throws SAXException + */ + public void endElement(String elemName) throws SAXException; + + /** + * This method is used to notify that an element is starting. + * This method is just like the standard SAX method + *
+     * startElement(uri,localName,qname,atts)
+     * 
+ * but without the attributes. + * @param uri the namespace URI of the element + * @param localName the local name (without prefix) of the element + * @param qName the qualified name of the element + * + * @throws SAXException + */ + public void startElement(String uri, String localName, String qName) + throws org.xml.sax.SAXException; + + /** + * This method is used to notify of the start of an element + * @param qName the fully qualified name of the element + * @throws SAXException + */ + public void startElement(String qName) throws SAXException; + /** + * This method is used to notify that a prefix mapping is to start, but + * after an element is started. The SAX method call + *
+     * startPrefixMapping(prefix,uri)
+     * 
+ * is used just before an element starts and applies to the element to come, + * not to the current element. This method applies to the current element. + * For example one could make the calls in this order: + *
+     * startElement("prfx8:elem9")
+     * namespaceAfterStartElement("http://namespace8","prfx8")
+     * 
+ * + * @param uri the namespace URI being declared + * @param prefix the prefix that maps to the given namespace + * @throws SAXException + */ + public void namespaceAfterStartElement(String uri, String prefix) + throws SAXException; + + /** + * This method is used to notify that a prefix maping is to start, which can + * be for the current element, or for the one to come. + * @param prefix the prefix that maps to the given URI + * @param uri the namespace URI of the given prefix + * @param shouldFlush if true this call is like the SAX + * startPrefixMapping(prefix,uri) call and the mapping applies to the + * element to come. If false the mapping applies to the current element. + * @return boolean false if the prefix mapping was already in effect (in + * other words we are just re-declaring), true if this is a new, never + * before seen mapping for the element. + * @throws SAXException + */ + public boolean startPrefixMapping( + String prefix, + String uri, + boolean shouldFlush) + throws SAXException; + /** + * Notify of an entity reference. + * @param entityName the name of the entity + * @throws SAXException + */ + public void entityReference(String entityName) throws SAXException; + + /** + * This method returns an object that has the current namespace mappings in + * effect. + * + * @return NamespaceMappings an object that has the current namespace + * mappings in effect. + */ + public NamespaceMappings getNamespaceMappings(); + /** + * This method returns the prefix that currently maps to the given namespace + * URI. + * @param uri the namespace URI + * @return String the prefix that currently maps to the given URI. + */ + public String getPrefix(String uri); + /** + * This method gets the prefix associated with a current element or + * attribute name. + * @param name the qualified name of an element, or attribute + * @param isElement true if it is an element name, false if it is an + * atttribute name + * @return String the namespace URI associated with the element or + * attribute. + */ + public String getNamespaceURI(String name, boolean isElement); + /** + * This method returns the namespace URI currently associated with the + * prefix. + * @param prefix a prefix of an element or attribute. + * @return String the namespace URI currently associated with the prefix. + */ + public String getNamespaceURIFromPrefix(String prefix); + + /** + * This method is used to set the source locator, which might be used to + * generated an error message. + * @param locator the source locator + */ + public void setSourceLocator(SourceLocator locator); + + // Bit constants for addUniqueAttribute(). + + // The attribute value contains no bad characters. A "bad" character is one which + // is greater than 126 or it is one of '<', '>', '&' or '"'. + public static final int NO_BAD_CHARS = 0x1; + + // An HTML empty attribute (e.g.