Started by user Jose Bocanegra Obtained Jenkinsfile from git https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E2_Back [Pipeline] Start of Pipeline [Pipeline] node Running on Slave3 in /home/cecaduser/workspace/MP_202610_G81_E2_Back [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential josejbocanegra Cloning the remote Git repository Cloning repository https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E2_Back > git init /home/cecaduser/workspace/MP_202610_G81_E2_Back # timeout=10 Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E2_Back > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E2_Back +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision ce53632a111f5a19252e4d9518fb72f644351ccd (refs/remotes/origin/main) > git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E2_Back # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ce53632a111f5a19252e4d9518fb72f644351ccd # timeout=10 Commit message: "Update pom.xml" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $SONAR_TOKEN [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] scmSkip [Pipeline] git Selected Git installation does not exist. Using Default The recommended git tool is: NONE Warning: CredentialId "c0e8826e-5e2c-4c1c-a484-6c17d53ac539" could not be found. Fetching changes from the remote Git repository Checking out Revision ce53632a111f5a19252e4d9518fb72f644351ccd (refs/remotes/origin/main) Commit message: "Update pom.xml" [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh > git rev-parse --resolve-git-dir /home/cecaduser/workspace/MP_202610_G81_E2_Back/.git # timeout=10 > git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E2_Back # timeout=10 Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E2_Back > git --version # timeout=10 > git --version # 'git version 2.43.0' > git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E2_Back +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ce53632a111f5a19252e4d9518fb72f644351ccd # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b main ce53632a111f5a19252e4d9518fb72f644351ccd # timeout=10 + docker inspect -f . citools-isis2603:latest . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer Slave3 does not seem to be running inside a container $ docker run -t -d -u 1000:1000 -v $HOME/.m2:/root/.m2:z -u root -w /home/cecaduser/workspace/MP_202610_G81_E2_Back -v /home/cecaduser/workspace/MP_202610_G81_E2_Back:/home/cecaduser/workspace/MP_202610_G81_E2_Back:rw,z -v /home/cecaduser/workspace/MP_202610_G81_E2_Back@tmp:/home/cecaduser/workspace/MP_202610_G81_E2_Back@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** citools-isis2603:latest cat $ docker top 2be22798573a503476765c6e0c0cc50b297adf859494248854d954788a81d90c -eo pid,comm ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] sh + java -version openjdk version "21.0.4" 2024-07-16 LTS OpenJDK Runtime Environment Temurin-21.0.4+7 (build 21.0.4+7-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.4+7 (build 21.0.4+7-LTS, mixed mode, sharing) + mvn clean install [INFO] Scanning for projects... Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-parent/3.5.10/spring-boot-starter-parent-3.5.10.pom Progress (1): 1.1 kB Progress (1): 2.7 kB Progress (1): 6.7 kB Progress (1): 11 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-parent/3.5.10/spring-boot-starter-parent-3.5.10.pom (13 kB at 16 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-dependencies/3.5.10/spring-boot-dependencies-3.5.10.pom Progress (1): 1.0 kB Progress (1): 2.4 kB Progress (1): 4.4 kB Progress (1): 6.6 kB Progress (1): 8.3 kB Progress (1): 10 kB Progress (1): 14 kB Progress (1): 20 kB Progress (1): 29 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 50 kB Progress (1): 59 kB Progress (1): 69 kB Progress (1): 77 kB Progress (1): 83 kB Progress (1): 89 kB Progress (1): 96 kB Progress (1): 96 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-dependencies/3.5.10/spring-boot-dependencies-3.5.10.pom (96 kB at 892 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/activemq/activemq-bom/6.1.8/activemq-bom-6.1.8.pom Progress (1): 799 B Progress (1): 2.0 kB Progress (1): 7.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/activemq/activemq-bom/6.1.8/activemq-bom-6.1.8.pom (7.9 kB at 85 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/activemq/artemis-bom/2.40.0/artemis-bom-2.40.0.pom Progress (1): 817 B Progress (1): 3.9 kB Progress (1): 9.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/activemq/artemis-bom/2.40.0/artemis-bom-2.40.0.pom (9.6 kB at 100 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/activemq/artemis-project/2.40.0/artemis-project-2.40.0.pom Progress (1): 708 B Progress (1): 2.1 kB Progress (1): 4.5 kB Progress (1): 6.4 kB Progress (1): 8.0 kB Progress (1): 10 kB Progress (1): 12 kB Progress (1): 13 kB Progress (1): 15 kB Progress (1): 17 kB Progress (1): 19 kB Progress (1): 24 kB Progress (1): 27 kB Progress (1): 29 kB Progress (1): 35 kB Progress (1): 40 kB Progress (1): 42 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 51 kB Progress (1): 55 kB Progress (1): 56 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/activemq/artemis-project/2.40.0/artemis-project-2.40.0.pom (56 kB at 581 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-bom/3.27.6/assertj-bom-3.27.6.pom Progress (1): 1.0 kB Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-bom/3.27.6/assertj-bom-3.27.6.pom (3.3 kB at 37 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/zipkin/reporter2/zipkin-reporter-bom/3.5.1/zipkin-reporter-bom-3.5.1.pom Progress (1): 756 B Progress (1): 2.0 kB Progress (1): 5.5 kB Progress (1): 6.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/zipkin/reporter2/zipkin-reporter-bom/3.5.1/zipkin-reporter-bom-3.5.1.pom (6.3 kB at 68 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/zipkin/brave/brave-bom/6.1.0/brave-bom-6.1.0.pom Progress (1): 1.1 kB Progress (1): 2.5 kB Progress (1): 11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/zipkin/brave/brave-bom/6.1.0/brave-bom-6.1.0.pom (11 kB at 122 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/cassandra/java-driver-bom/4.19.2/java-driver-bom-4.19.2.pom Progress (1): 817 B Progress (1): 1.7 kB Progress (1): 3.7 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/cassandra/java-driver-bom/4.19.2/java-driver-bom-4.19.2.pom (5.5 kB at 61 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/4.0.6/jaxb-bom-4.0.6.pom Progress (1): 849 B Progress (1): 3.8 kB Progress (1): 12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/4.0.6/jaxb-bom-4.0.6.pom (12 kB at 127 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.29/groovy-bom-4.0.29.pom Progress (1): 863 B Progress (1): 2.5 kB Progress (1): 6.2 kB Progress (1): 10 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Progress (1): 27 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.29/groovy-bom-4.0.29.pom (27 kB at 306 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-bom/15.2.6.Final/infinispan-bom-15.2.6.Final.pom Progress (1): 1.1 kB Progress (1): 7.4 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-bom/15.2.6.Final/infinispan-bom-15.2.6.Final.pom (17 kB at 194 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-build-configuration-parent/15.2.6.Final/infinispan-build-configuration-parent-15.2.6.Final.pom Progress (1): 1.0 kB Progress (1): 3.3 kB Progress (1): 5.2 kB Progress (1): 7.4 kB Progress (1): 9.4 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-build-configuration-parent/15.2.6.Final/infinispan-build-configuration-parent-15.2.6.Final.pom (17 kB at 191 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.19.4/jackson-bom-2.19.4.pom Progress (1): 926 B Progress (1): 2.6 kB Progress (1): 7.4 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.19.4/jackson-bom-2.19.4.pom (20 kB at 225 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.19.3/jackson-parent-2.19.3.pom Progress (1): 1.1 kB Progress (1): 2.5 kB Progress (1): 4.2 kB Progress (1): 6.1 kB Progress (1): 7.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.19.3/jackson-parent-2.19.3.pom (7.2 kB at 81 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/69/oss-parent-69.pom Progress (1): 949 B Progress (1): 2.9 kB Progress (1): 4.1 kB Progress (1): 6.1 kB Progress (1): 9.9 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 16 kB Progress (1): 19 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/69/oss-parent-69.pom (24 kB at 260 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/jersey-bom/3.1.11/jersey-bom-3.1.11.pom Progress (1): 841 B Progress (1): 8.7 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/jersey-bom/3.1.11/jersey-bom-3.1.11.pom (21 kB at 234 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/ee10/jetty-ee10-bom/12.0.31/jetty-ee10-bom-12.0.31.pom Progress (1): 1.2 kB Progress (1): 4.7 kB Progress (1): 9.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/ee10/jetty-ee10-bom/12.0.31/jetty-ee10-bom-12.0.31.pom (9.6 kB at 106 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-bom/12.0.31/jetty-bom-12.0.31.pom Progress (1): 1.1 kB Progress (1): 4.6 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-bom/12.0.31/jetty-bom-12.0.31.pom (15 kB at 161 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.2/junit-bom-5.12.2.pom Progress (1): 908 B Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.2/junit-bom-5.12.2.pom (5.6 kB at 64 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.8.1/kotlinx-coroutines-bom-1.8.1.pom Progress (1): 1.2 kB Progress (1): 4.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.8.1/kotlinx-coroutines-bom-1.8.1.pom (4.3 kB at 49 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-bom/2.24.3/log4j-bom-2.24.3.pom Progress (1): 799 B Progress (1): 2.3 kB Progress (1): 5.8 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-bom/2.24.3/log4j-bom-2.24.3.pom (12 kB at 112 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/logging-parent/11.3.0/logging-parent-11.3.0.pom Progress (1): 739 B Progress (1): 2.2 kB Progress (1): 4.7 kB Progress (1): 6.8 kB Progress (1): 9.8 kB Progress (1): 14 kB Progress (1): 17 kB Progress (1): 21 kB Progress (1): 23 kB Progress (1): 28 kB Progress (1): 29 kB Progress (1): 31 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 39 kB Progress (1): 41 kB Progress (1): 44 kB Progress (1): 45 kB Progress (1): 50 kB Progress (1): 53 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/logging-parent/11.3.0/logging-parent-11.3.0.pom (53 kB at 532 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-bom/1.15.8/micrometer-bom-1.15.8.pom Progress (1): 1.1 kB Progress (1): 7.7 kB Progress (1): 8.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-bom/1.15.8/micrometer-bom-1.15.8.pom (8.6 kB at 83 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-tracing-bom/1.5.8/micrometer-tracing-bom-1.5.8.pom Progress (1): 1.0 kB Progress (1): 3.9 kB Progress (1): 4.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-tracing-bom/1.5.8/micrometer-tracing-bom-1.5.8.pom (4.5 kB at 51 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-bom/5.17.0/mockito-bom-5.17.0.pom Progress (1): 1.4 kB Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-bom/5.17.0/mockito-bom-5.17.0.pom (3.0 kB at 33 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver-bom/5.5.2/mongodb-driver-bom-5.5.2.pom Progress (1): 1.0 kB Progress (1): 4.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver-bom/5.5.2/mongodb-driver-bom-5.5.2.pom (4.2 kB at 50 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-bom/4.1.130.Final/netty-bom-4.1.130.Final.pom Progress (1): 781 B Progress (1): 2.4 kB Progress (1): 8.0 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-bom/4.1.130.Final/netty-bom-4.1.130.Final.pom (15 kB at 173 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/opentelemetry/opentelemetry-bom/1.49.0/opentelemetry-bom-1.49.0.pom Progress (1): 961 B Progress (1): 5.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/opentelemetry/opentelemetry-bom/1.49.0/opentelemetry-bom-1.49.0.pom (5.9 kB at 66 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/prometheus/prometheus-metrics-bom/1.3.10/prometheus-metrics-bom-1.3.10.pom Progress (1): 2.1 kB Progress (1): 5.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/prometheus/prometheus-metrics-bom/1.3.10/prometheus-metrics-bom-1.3.10.pom (5.8 kB at 66 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/prometheus/client_java_parent/1.3.10/client_java_parent-1.3.10.pom Progress (1): 1.1 kB Progress (1): 3.1 kB Progress (1): 4.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/prometheus/client_java_parent/1.3.10/client_java_parent-1.3.10.pom (4.4 kB at 48 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pulsar/pulsar-bom/4.0.8/pulsar-bom-4.0.8.pom Progress (1): 794 B Progress (1): 2.4 kB Progress (1): 4.5 kB Progress (1): 14 kB Progress (1): 25 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pulsar/pulsar-bom/4.0.8/pulsar-bom-4.0.8.pom (25 kB at 277 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/35/apache-35.pom Progress (1): 739 B Progress (1): 2.1 kB Progress (1): 4.0 kB Progress (1): 5.9 kB Progress (1): 11 kB Progress (1): 15 kB Progress (1): 19 kB Progress (1): 22 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/35/apache-35.pom (24 kB at 266 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pulsar/pulsar-client-reactive-bom/0.6.0/pulsar-client-reactive-bom-0.6.0.pom Progress (1): 983 B Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pulsar/pulsar-client-reactive-bom/0.6.0/pulsar-client-reactive-bom-0.6.0.pom (2.8 kB at 32 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/querydsl/querydsl-bom/5.1.0/querydsl-bom-5.1.0.pom Progress (1): 1.2 kB Progress (1): 6.7 kB Progress (1): 7.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/querydsl/querydsl-bom/5.1.0/querydsl-bom-5.1.0.pom (7.2 kB at 82 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-bom/2024.0.14/reactor-bom-2024.0.14.pom Progress (1): 908 B Progress (1): 4.3 kB Progress (1): 4.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-bom/2024.0.14/reactor-bom-2024.0.14.pom (4.8 kB at 52 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/rest-assured/rest-assured-bom/5.5.7/rest-assured-bom-5.5.7.pom Progress (1): 1.0 kB Progress (1): 4.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/rest-assured/rest-assured-bom/5.5.7/rest-assured-bom-5.5.7.pom (4.7 kB at 53 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/rsocket/rsocket-bom/1.1.5/rsocket-bom-1.1.5.pom Progress (1): 1.1 kB Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/rsocket/rsocket-bom/1.1.5/rsocket-bom-1.1.5.pom (2.4 kB at 27 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-bom/4.31.0/selenium-bom-4.31.0.pom Progress (1): 1.1 kB Progress (1): 5.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-bom/4.31.0/selenium-bom-4.31.0.pom (5.8 kB at 66 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/amqp/spring-amqp-bom/3.2.9/spring-amqp-bom-3.2.9.pom Progress (1): 963 B Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/amqp/spring-amqp-bom/3.2.9/spring-amqp-bom-3.2.9.pom (3.9 kB at 42 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/batch/spring-batch-bom/5.2.4/spring-batch-bom-5.2.4.pom Progress (1): 1.2 kB Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/batch/spring-batch-bom/5.2.4/spring-batch-bom-5.2.4.pom (3.2 kB at 36 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-bom/2025.0.8/spring-data-bom-2025.0.8.pom Progress (1): 962 B Progress (1): 2.5 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-bom/2025.0.8/spring-data-bom-2025.0.8.pom (5.5 kB at 61 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/6.2.15/spring-framework-bom-6.2.15.pom Progress (1): 975 B Progress (1): 5.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/6.2.15/spring-framework-bom-6.2.15.pom (5.8 kB at 66 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/integration/spring-integration-bom/6.5.6/spring-integration-bom-6.5.6.pom Progress (1): 961 B Progress (1): 6.7 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/integration/spring-integration-bom/6.5.6/spring-integration-bom-6.5.6.pom (10 kB at 114 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/pulsar/spring-pulsar-bom/1.2.14/spring-pulsar-bom-1.2.14.pom Progress (1): 958 B Progress (1): 2.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/pulsar/spring-pulsar-bom/1.2.14/spring-pulsar-bom-1.2.14.pom (2.9 kB at 24 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/restdocs/spring-restdocs-bom/3.0.5/spring-restdocs-bom-3.0.5.pom Progress (1): 1.1 kB Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/restdocs/spring-restdocs-bom/3.0.5/spring-restdocs-bom-3.0.5.pom (2.6 kB at 29 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/security/spring-security-bom/6.5.7/spring-security-bom-6.5.7.pom Progress (1): 980 B Progress (1): 5.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/security/spring-security-bom/6.5.7/spring-security-bom-6.5.7.pom (5.3 kB at 59 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/session/spring-session-bom/3.5.4/spring-session-bom-3.5.4.pom Progress (1): 1.0 kB Progress (1): 2.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/session/spring-session-bom/3.5.4/spring-session-bom-3.5.4.pom (2.9 kB at 32 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/ws/spring-ws-bom/4.1.2/spring-ws-bom-4.1.2.pom Progress (1): 1.2 kB Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/ws/spring-ws-bom/4.1.2/spring-ws-bom-4.1.2.pom (2.3 kB at 26 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.21.4/testcontainers-bom-1.21.4.pom Progress (1): 1.2 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.21.4/testcontainers-bom-1.21.4.pom (12 kB at 125 kB/s) [INFO] [INFO] ------------< co.edu.udistrital.mdp:MP_202610_G81_E2_Back >------------- [INFO] Building MP_202610_G81_E2_Back 0.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-maven-plugin/3.5.10/spring-boot-maven-plugin-3.5.10.pom Progress (1): 1.3 kB Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-maven-plugin/3.5.10/spring-boot-maven-plugin-3.5.10.pom (4.0 kB at 45 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-maven-plugin/3.5.10/spring-boot-maven-plugin-3.5.10.jar Progress (1): 7.7/135 kB Progress (1): 16/135 kB Progress (1): 28/135 kB Progress (1): 44/135 kB Progress (1): 61/135 kB Progress (1): 77/135 kB Progress (1): 94/135 kB Progress (1): 110/135 kB Progress (1): 126/135 kB Progress (1): 135 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-maven-plugin/3.5.10/spring-boot-maven-plugin-3.5.10.jar (135 kB at 1.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.4.1/maven-clean-plugin-3.4.1.pom Progress (1): 797 B Progress (1): 2.2 kB Progress (1): 5.0 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.4.1/maven-clean-plugin-3.4.1.pom (5.6 kB at 61 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.4.1/maven-clean-plugin-3.4.1.jar Progress (1): 3.4/36 kB Progress (1): 20/36 kB Progress (1): 36/36 kB Progress (1): 36 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.4.1/maven-clean-plugin-3.4.1.jar (36 kB at 413 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.14.1/maven-compiler-plugin-3.14.1.pom Progress (1): 762 B Progress (1): 2.3 kB Progress (1): 4.6 kB Progress (1): 8.2 kB Progress (1): 9.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.14.1/maven-compiler-plugin-3.14.1.pom (9.9 kB at 102 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/45/maven-plugins-45.pom Progress (1): 772 B Progress (1): 2.3 kB Progress (1): 4.9 kB Progress (1): 7.8 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/45/maven-plugins-45.pom (8.4 kB at 93 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/45/maven-parent-45.pom Progress (1): 708 B Progress (1): 1.9 kB Progress (1): 5.5 kB Progress (1): 9.7 kB Progress (1): 14 kB Progress (1): 19 kB Progress (1): 23 kB Progress (1): 27 kB Progress (1): 28 kB Progress (1): 32 kB Progress (1): 35 kB Progress (1): 38 kB Progress (1): 41 kB Progress (1): 44 kB Progress (1): 48 kB Progress (1): 48 kB Progress (1): 53 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/45/maven-parent-45.pom (53 kB at 557 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.1/junit-bom-5.13.1.pom Progress (1): 908 B Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.1/junit-bom-5.13.1.pom (5.6 kB at 64 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.14.1/maven-compiler-plugin-3.14.1.jar Progress (1): 7.7/84 kB Progress (1): 16/84 kB Progress (1): 28/84 kB Progress (1): 44/84 kB Progress (1): 61/84 kB Progress (1): 77/84 kB Progress (1): 84 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.14.1/maven-compiler-plugin-3.14.1.jar (84 kB at 909 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.4.2/maven-jar-plugin-3.4.2.pom Progress (1): 782 B Progress (1): 2.2 kB Progress (1): 4.7 kB Progress (1): 7.3 kB Progress (1): 7.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.4.2/maven-jar-plugin-3.4.2.pom (7.7 kB at 84 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.4.2/maven-jar-plugin-3.4.2.jar Progress (1): 7.7/34 kB Progress (1): 12/34 kB Progress (1): 28/34 kB Progress (1): 34 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.4.2/maven-jar-plugin-3.4.2.jar (34 kB at 378 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.4/maven-install-plugin-3.1.4.pom Progress (1): 821 B Progress (1): 2.3 kB Progress (1): 4.6 kB Progress (1): 7.9 kB Progress (1): 8.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.4/maven-install-plugin-3.1.4.pom (8.1 kB at 91 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.4/maven-install-plugin-3.1.4.jar Progress (1): 7.7/33 kB Progress (1): 16/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.4/maven-install-plugin-3.1.4.jar (33 kB at 354 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.pom Progress (1): 1.1 kB Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.pom (2.8 kB at 31 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.17/slf4j-parent-2.0.17.pom Progress (1): 953 B Progress (1): 3.2 kB Progress (1): 6.0 kB Progress (1): 8.2 kB Progress (1): 11 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.17/slf4j-parent-2.0.17.pom (13 kB at 145 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.17/slf4j-bom-2.0.17.pom Progress (1): 997 B Progress (1): 4.7 kB Progress (1): 7.3 kB Progress (1): 7.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.17/slf4j-bom-2.0.17.pom (7.3 kB at 82 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-data-jpa/3.5.10/spring-boot-starter-data-jpa-3.5.10.pom Progress (1): 976 B Progress (1): 2.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-data-jpa/3.5.10/spring-boot-starter-data-jpa-3.5.10.pom (2.9 kB at 28 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter/3.5.10/spring-boot-starter-3.5.10.pom Progress (1): 948 B Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter/3.5.10/spring-boot-starter-3.5.10.pom (3.0 kB at 33 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot/3.5.10/spring-boot-3.5.10.pom Progress (1): 1.0 kB Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot/3.5.10/spring-boot-3.5.10.pom (2.2 kB at 24 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/6.2.15/spring-core-6.2.15.pom Progress (1): 1.1 kB Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/6.2.15/spring-core-6.2.15.pom (2.0 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jcl/6.2.15/spring-jcl-6.2.15.pom Progress (1): 1.1 kB Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jcl/6.2.15/spring-jcl-6.2.15.pom (1.8 kB at 20 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/6.2.15/spring-context-6.2.15.pom Progress (1): 1.0 kB Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/6.2.15/spring-context-6.2.15.pom (2.8 kB at 31 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/6.2.15/spring-aop-6.2.15.pom Progress (1): 1.1 kB Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/6.2.15/spring-aop-6.2.15.pom (2.2 kB at 25 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/6.2.15/spring-beans-6.2.15.pom Progress (1): 1.1 kB Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/6.2.15/spring-beans-6.2.15.pom (2.0 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/6.2.15/spring-expression-6.2.15.pom Progress (1): 1.1 kB Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/6.2.15/spring-expression-6.2.15.pom (2.1 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.15.8/micrometer-observation-1.15.8.pom Progress (1): 1.1 kB Progress (1): 3.4 kB Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.15.8/micrometer-observation-1.15.8.pom (3.8 kB at 43 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.15.8/micrometer-commons-1.15.8.pom Progress (1): 1.1 kB Progress (1): 3.1 kB Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.15.8/micrometer-commons-1.15.8.pom (3.4 kB at 38 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-autoconfigure/3.5.10/spring-boot-autoconfigure-3.5.10.pom Progress (1): 1.0 kB Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-autoconfigure/3.5.10/spring-boot-autoconfigure-3.5.10.pom (2.1 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-logging/3.5.10/spring-boot-starter-logging-3.5.10.pom Progress (1): 984 B Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-logging/3.5.10/spring-boot-starter-logging-3.5.10.pom (2.5 kB at 28 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.5.25/logback-classic-1.5.25.pom Progress (1): 1.7 kB Progress (1): 4.8 kB Progress (1): 8.1 kB Progress (1): 11 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.5.25/logback-classic-1.5.25.pom (13 kB at 139 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.5.25/logback-parent-1.5.25.pom Progress (1): 1.1 kB Progress (1): 2.7 kB Progress (1): 5.0 kB Progress (1): 9.7 kB Progress (1): 14 kB Progress (1): 17 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.5.25/logback-parent-1.5.25.pom (19 kB at 214 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.5.25/logback-core-1.5.25.pom Progress (1): 1.5 kB Progress (1): 5.3 kB Progress (1): 8.3 kB Progress (1): 9.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.5.25/logback-core-1.5.25.pom (9.1 kB at 99 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-to-slf4j/2.24.3/log4j-to-slf4j-2.24.3.pom Progress (1): 813 B Progress (1): 2.2 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-to-slf4j/2.24.3/log4j-to-slf4j-2.24.3.pom (5.0 kB at 56 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.24.3/log4j-2.24.3.pom Progress (1): 728 B Progress (1): 2.1 kB Progress (1): 4.0 kB Progress (1): 6.1 kB Progress (1): 12 kB Progress (1): 18 kB Progress (1): 25 kB Progress (1): 28 kB Progress (1): 30 kB Progress (1): 32 kB Progress (1): 35 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.24.3/log4j-2.24.3.pom (35 kB at 385 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.22/groovy-bom-4.0.22.pom Progress (1): 863 B Progress (1): 3.6 kB Progress (1): 7.0 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 18 kB Progress (1): 22 kB Progress (1): 27 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.22/groovy-bom-4.0.22.pom (27 kB at 317 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.17.2/jackson-bom-2.17.2.pom Progress (1): 924 B Progress (1): 2.7 kB Progress (1): 8.1 kB Progress (1): 17 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.17.2/jackson-bom-2.17.2.pom (19 kB at 205 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.17/jackson-parent-2.17.pom Progress (1): 1.1 kB Progress (1): 2.5 kB Progress (1): 4.0 kB Progress (1): 6.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.17/jackson-parent-2.17.pom (6.5 kB at 76 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/58/oss-parent-58.pom Progress (1): 950 B Progress (1): 2.6 kB Progress (1): 4.0 kB Progress (1): 6.0 kB Progress (1): 9.7 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 18 kB Progress (1): 21 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/58/oss-parent-58.pom (24 kB at 244 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.3.39/spring-framework-bom-5.3.39.pom Progress (1): 974 B Progress (1): 5.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.3.39/spring-framework-bom-5.3.39.pom (5.7 kB at 67 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.pom Progress (1): 817 B Progress (1): 2.1 kB Progress (1): 4.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.pom (4.4 kB at 47 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.17/jul-to-slf4j-2.0.17.pom Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.17/jul-to-slf4j-2.0.17.pom (1.1 kB at 12 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.4/snakeyaml-2.4.pom Progress (1): 1.2 kB Progress (1): 2.9 kB Progress (1): 6.3 kB Progress (1): 11 kB Progress (1): 15 kB Progress (1): 19 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.4/snakeyaml-2.4.pom (22 kB at 255 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-jdbc/3.5.10/spring-boot-starter-jdbc-3.5.10.pom Progress (1): 966 B Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-jdbc/3.5.10/spring-boot-starter-jdbc-3.5.10.pom (2.5 kB at 27 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/zaxxer/HikariCP/6.3.3/HikariCP-6.3.3.pom Progress (1): 701 B Progress (1): 2.0 kB Progress (1): 3.7 kB Progress (1): 8.2 kB Progress (1): 13 kB Progress (1): 16 kB Progress (1): 19 kB Progress (1): 23 kB Progress (1): 26 kB Progress (1): 29 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/zaxxer/HikariCP/6.3.3/HikariCP-6.3.3.pom (29 kB at 240 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jdbc/6.2.15/spring-jdbc-6.2.15.pom Progress (1): 1.0 kB Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jdbc/6.2.15/spring-jdbc-6.2.15.pom (2.4 kB at 27 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-tx/6.2.15/spring-tx-6.2.15.pom Progress (1): 1.1 kB Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-tx/6.2.15/spring-tx-6.2.15.pom (2.2 kB at 25 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/orm/hibernate-core/6.6.41.Final/hibernate-core-6.6.41.Final.pom Progress (1): 1.1 kB Progress (1): 5.5 kB Progress (1): 5.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/orm/hibernate-core/6.6.41.Final/hibernate-core-6.6.41.Final.pom (5.8 kB at 61 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.6.1.Final/jboss-logging-3.6.1.Final.pom Progress (1): 755 B Progress (1): 2.4 kB Progress (1): 5.5 kB Progress (1): 9.3 kB Progress (1): 17 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.6.1.Final/jboss-logging-3.6.1.Final.pom (18 kB at 206 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/logging-parent/1.0.3.Final/logging-parent-1.0.3.Final.pom Progress (1): 1.2 kB Progress (1): 3.6 kB Progress (1): 5.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/logging-parent/1.0.3.Final/logging-parent-1.0.3.Final.pom (5.7 kB at 65 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/42/jboss-parent-42.pom Progress (1): 701 B Progress (1): 2.1 kB Progress (1): 4.6 kB Progress (1): 7.0 kB Progress (1): 9.1 kB Progress (1): 13 kB Progress (1): 19 kB Progress (1): 27 kB Progress (1): 32 kB Progress (1): 35 kB Progress (1): 38 kB Progress (1): 44 kB Progress (1): 60 kB Progress (1): 76 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/42/jboss-parent-42.pom (76 kB at 804 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.0/junit-bom-5.11.0.pom Progress (1): 912 B Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.0/junit-bom-5.11.0.pom (5.6 kB at 66 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/7.0.3.Final/hibernate-commons-annotations-7.0.3.Final.pom Progress (1): 1.0 kB Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/7.0.3.Final/hibernate-commons-annotations-7.0.3.Final.pom (2.0 kB at 22 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/jandex/3.2.0/jandex-3.2.0.pom Progress (1): 1.8 kB Progress (1): 4.3 kB Progress (1): 7.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/jandex/3.2.0/jandex-3.2.0.pom (7.0 kB at 73 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/jandex-parent/3.2.0/jandex-parent-3.2.0.pom Progress (1): 1.3 kB Progress (1): 4.7 kB Progress (1): 7.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/jandex-parent/3.2.0/jandex-parent-3.2.0.pom (7.2 kB at 80 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-build-parent/42/smallrye-build-parent-42.pom Progress (1): 1.1 kB Progress (1): 3.1 kB Progress (1): 5.8 kB Progress (1): 9.8 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 22 kB Progress (1): 39 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-build-parent/42/smallrye-build-parent-42.pom (39 kB at 426 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/classmate/1.7.3/classmate-1.7.3.pom Progress (1): 1.2 kB Progress (1): 3.1 kB Progress (1): 5.3 kB Progress (1): 6.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/classmate/1.7.3/classmate-1.7.3.pom (6.5 kB at 73 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/74/oss-parent-74.pom Progress (1): 948 B Progress (1): 2.9 kB Progress (1): 4.1 kB Progress (1): 6.0 kB Progress (1): 10 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 18 kB Progress (1): 21 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/74/oss-parent-74.pom (24 kB at 273 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.17.8/byte-buddy-1.17.8.pom Progress (1): 941 B Progress (1): 3.6 kB Progress (1): 6.7 kB Progress (1): 15 kB Progress (1): 19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.17.8/byte-buddy-1.17.8.pom (19 kB at 218 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.17.8/byte-buddy-parent-1.17.8.pom Progress (1): 843 B Progress (1): 2.1 kB Progress (1): 3.6 kB Progress (1): 6.3 kB Progress (1): 8.1 kB Progress (1): 10 kB Progress (1): 13 kB Progress (1): 17 kB Progress (1): 21 kB Progress (1): 25 kB Progress (1): 34 kB Progress (1): 49 kB Progress (1): 54 kB Progress (1): 59 kB Progress (1): 64 kB Progress (1): 65 kB Progress (1): 66 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.17.8/byte-buddy-parent-1.17.8.pom (66 kB at 741 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/4.0.4/jakarta.xml.bind-api-4.0.4.pom Progress (1): 845 B Progress (1): 3.2 kB Progress (1): 6.0 kB Progress (1): 9.8 kB Progress (1): 13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/4.0.4/jakarta.xml.bind-api-4.0.4.pom (13 kB at 140 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.4/jakarta.xml.bind-api-parent-4.0.4.pom Progress (1): 897 B Progress (1): 2.8 kB Progress (1): 6.5 kB Progress (1): 9.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.4/jakarta.xml.bind-api-parent-4.0.4.pom (9.1 kB at 103 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.1.4/jakarta.activation-api-2.1.4.pom Progress (1): 857 B Progress (1): 2.6 kB Progress (1): 5.3 kB Progress (1): 9.4 kB Progress (1): 12 kB Progress (1): 17 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.1.4/jakarta.activation-api-2.1.4.pom (19 kB at 208 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/4.0.6/jaxb-runtime-4.0.6.pom Progress (1): 806 B Progress (1): 3.1 kB Progress (1): 6.9 kB Progress (1): 10 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/4.0.6/jaxb-runtime-4.0.6.pom (11 kB at 125 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-runtime-parent/4.0.6/jaxb-runtime-parent-4.0.6.pom Progress (1): 932 B Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-runtime-parent/4.0.6/jaxb-runtime-parent-4.0.6.pom (1.2 kB at 13 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/4.0.6/jaxb-parent-4.0.6.pom Progress (1): 781 B Progress (1): 2.7 kB Progress (1): 4.4 kB Progress (1): 6.6 kB Progress (1): 12 kB Progress (1): 17 kB Progress (1): 21 kB Progress (1): 28 kB Progress (1): 33 kB Progress (1): 35 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/4.0.6/jaxb-parent-4.0.6.pom (35 kB at 385 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/4.0.6/jaxb-bom-ext-4.0.6.pom Progress (1): 863 B Progress (1): 3.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/4.0.6/jaxb-bom-ext-4.0.6.pom (3.5 kB at 40 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/4.0.6/jaxb-core-4.0.6.pom Progress (1): 898 B Progress (1): 3.1 kB Progress (1): 3.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/4.0.6/jaxb-core-4.0.6.pom (3.7 kB at 42 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/angus-activation/2.0.3/angus-activation-2.0.3.pom Progress (1): 930 B Progress (1): 3.4 kB Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/angus-activation/2.0.3/angus-activation-2.0.3.pom (4.0 kB at 43 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/angus-activation-project/2.0.3/angus-activation-project-2.0.3.pom Progress (1): 873 B Progress (1): 2.6 kB Progress (1): 5.6 kB Progress (1): 10 kB Progress (1): 14 kB Progress (1): 18 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/angus-activation-project/2.0.3/angus-activation-project-2.0.3.pom (21 kB at 213 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/4.0.6/txw2-4.0.6.pom Progress (1): 931 B Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/4.0.6/txw2-4.0.6.pom (1.8 kB at 20 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-txw-parent/4.0.6/jaxb-txw-parent-4.0.6.pom Progress (1): 930 B Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-txw-parent/4.0.6/jaxb-txw-parent-4.0.6.pom (1.2 kB at 14 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-jpa/3.5.8/spring-data-jpa-3.5.8.pom Progress (1): 1.4 kB Progress (1): 5.1 kB Progress (1): 8.3 kB Progress (1): 11 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-jpa/3.5.8/spring-data-jpa-3.5.8.pom (12 kB at 140 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-jpa-parent/3.5.8/spring-data-jpa-parent-3.5.8.pom Progress (1): 1.2 kB Progress (1): 3.8 kB Progress (1): 5.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-jpa-parent/3.5.8/spring-data-jpa-parent-3.5.8.pom (5.2 kB at 59 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/build/spring-data-parent/3.5.8/spring-data-parent-3.5.8.pom Progress (1): 733 B Progress (1): 2.3 kB Progress (1): 3.4 kB Progress (1): 4.6 kB Progress (1): 6.2 kB Progress (1): 8.1 kB Progress (1): 11 kB Progress (1): 15 kB Progress (1): 18 kB Progress (1): 21 kB Progress (1): 28 kB Progress (1): 32 kB Progress (1): 36 kB Progress (1): 40 kB Progress (1): 43 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/build/spring-data-parent/3.5.8/spring-data-parent-3.5.8.pom (43 kB at 476 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/build/spring-data-build/3.5.8/spring-data-build-3.5.8.pom Progress (1): 959 B Progress (1): 2.5 kB Progress (1): 4.7 kB Progress (1): 7.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/build/spring-data-build/3.5.8/spring-data-build-3.5.8.pom (7.2 kB at 81 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.20.6/testcontainers-bom-1.20.6.pom Progress (1): 1.2 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.20.6/testcontainers-bom-1.20.6.pom (12 kB at 136 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.9.0/kotlinx-coroutines-bom-1.9.0.pom Progress (1): 1.2 kB Progress (1): 4.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.9.0/kotlinx-coroutines-bom-1.9.0.pom (4.3 kB at 49 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-commons/3.5.8/spring-data-commons-3.5.8.pom Progress (1): 1.3 kB Progress (1): 4.9 kB Progress (1): 9.3 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-commons/3.5.8/spring-data-commons-3.5.8.pom (10 kB at 110 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-orm/6.2.15/spring-orm-6.2.15.pom Progress (1): 1.1 kB Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-orm/6.2.15/spring-orm-6.2.15.pom (2.6 kB at 29 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aspects/6.2.15/spring-aspects-6.2.15.pom Progress (1): 1.1 kB Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aspects/6.2.15/spring-aspects-6.2.15.pom (2.0 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.9.25.1/aspectjweaver-1.9.25.1.pom Progress (1): 1.0 kB Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.9.25.1/aspectjweaver-1.9.25.1.pom (1.7 kB at 20 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-web/3.5.10/spring-boot-starter-web-3.5.10.pom Progress (1): 927 B Progress (1): 2.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-web/3.5.10/spring-boot-starter-web-3.5.10.pom (2.9 kB at 33 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-json/3.5.10/spring-boot-starter-json-3.5.10.pom Progress (1): 965 B Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-json/3.5.10/spring-boot-starter-json-3.5.10.pom (3.1 kB at 35 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-web/6.2.15/spring-web-6.2.15.pom Progress (1): 1.0 kB Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-web/6.2.15/spring-web-6.2.15.pom (2.4 kB at 27 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.19.4/jackson-databind-2.19.4.pom Progress (1): 973 B Progress (1): 2.4 kB Progress (1): 3.7 kB Progress (1): 6.4 kB Progress (1): 8.2 kB Progress (1): 10 kB Progress (1): 12 kB Progress (1): 17 kB Progress (1): 19 kB Progress (1): 21 kB Progress (1): 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.19.4/jackson-databind-2.19.4.pom (23 kB at 254 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.19.4/jackson-base-2.19.4.pom Progress (1): 926 B Progress (1): 2.8 kB Progress (1): 4.6 kB Progress (1): 6.6 kB Progress (1): 8.4 kB Progress (1): 11 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.19.4/jackson-base-2.19.4.pom (12 kB at 137 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom Progress (1): 908 B Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom (5.6 kB at 65 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.19.4/jackson-annotations-2.19.4.pom Progress (1): 945 B Progress (1): 2.4 kB Progress (1): 3.8 kB Progress (1): 6.2 kB Progress (1): 6.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.19.4/jackson-annotations-2.19.4.pom (6.9 kB at 78 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.19.4/jackson-core-2.19.4.pom Progress (1): 957 B Progress (1): 3.6 kB Progress (1): 7.7 kB Progress (1): 9.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.19.4/jackson-core-2.19.4.pom (9.4 kB at 67 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.19.4/jackson-datatype-jdk8-2.19.4.pom Progress (1): 1.0 kB Progress (1): 2.5 kB Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.19.4/jackson-datatype-jdk8-2.19.4.pom (2.8 kB at 30 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-java8/2.19.4/jackson-modules-java8-2.19.4.pom Progress (1): 1.4 kB Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-java8/2.19.4/jackson-modules-java8-2.19.4.pom (3.1 kB at 34 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.19.4/jackson-datatype-jsr310-2.19.4.pom Progress (1): 984 B Progress (1): 2.4 kB Progress (1): 4.7 kB Progress (1): 5.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.19.4/jackson-datatype-jsr310-2.19.4.pom (5.4 kB at 58 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-parameter-names/2.19.4/jackson-module-parameter-names-2.19.4.pom Progress (1): 972 B Progress (1): 2.8 kB Progress (1): 4.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-parameter-names/2.19.4/jackson-module-parameter-names-2.19.4.pom (4.4 kB at 47 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-tomcat/3.5.10/spring-boot-starter-tomcat-3.5.10.pom Progress (1): 974 B Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-tomcat/3.5.10/spring-boot-starter-tomcat-3.5.10.pom (3.1 kB at 34 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/10.1.50/tomcat-embed-core-10.1.50.pom Progress (1): 843 B Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/10.1.50/tomcat-embed-core-10.1.50.pom (1.7 kB at 18 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-el/10.1.50/tomcat-embed-el-10.1.50.pom Progress (1): 843 B Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-el/10.1.50/tomcat-embed-el-10.1.50.pom (1.5 kB at 17 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-websocket/10.1.50/tomcat-embed-websocket-10.1.50.pom Progress (1): 841 B Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-websocket/10.1.50/tomcat-embed-websocket-10.1.50.pom (1.7 kB at 20 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webmvc/6.2.15/spring-webmvc-6.2.15.pom Progress (1): 1.0 kB Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webmvc/6.2.15/spring-webmvc-6.2.15.pom (3.0 kB at 33 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/h2database/h2/2.3.232/h2-2.3.232.pom Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/h2database/h2/2.3.232/h2-2.3.232.pom (1.1 kB at 12 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.42/lombok-1.18.42.pom Progress (1): 1.1 kB Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.42/lombok-1.18.42.pom (1.5 kB at 17 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-test/3.5.10/spring-boot-starter-test-3.5.10.pom Progress (1): 922 B Progress (1): 4.3 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-test/3.5.10/spring-boot-starter-test-3.5.10.pom (4.9 kB at 54 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test/3.5.10/spring-boot-test-3.5.10.pom Progress (1): 1.0 kB Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test/3.5.10/spring-boot-test-3.5.10.pom (2.2 kB at 25 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-test/6.2.15/spring-test-6.2.15.pom Progress (1): 1.1 kB Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-test/6.2.15/spring-test-6.2.15.pom (2.1 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test-autoconfigure/3.5.10/spring-boot-test-autoconfigure-3.5.10.pom Progress (1): 1.0 kB Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test-autoconfigure/3.5.10/spring-boot-test-autoconfigure-3.5.10.pom (2.5 kB at 27 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.5.2/json-smart-2.5.2.pom Progress (1): 789 B Progress (1): 1.9 kB Progress (1): 3.6 kB Progress (1): 5.7 kB Progress (1): 8.8 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.5.2/json-smart-2.5.2.pom (10 kB at 118 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/2.5.2/accessors-smart-2.5.2.pom Progress (1): 781 B Progress (1): 2.4 kB Progress (1): 4.4 kB Progress (1): 7.2 kB Progress (1): 11 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/2.5.2/accessors-smart-2.5.2.pom (12 kB at 135 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.7.1/asm-9.7.1.pom Progress (1): 1.3 kB Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.7.1/asm-9.7.1.pom (2.4 kB at 27 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.27.6/assertj-core-3.27.6.pom Progress (1): 1.2 kB Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.27.6/assertj-core-3.27.6.pom (3.8 kB at 42 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/3.0/hamcrest-3.0.pom Progress (1): 983 B Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/3.0/hamcrest-3.0.pom (1.6 kB at 18 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.12.2/junit-jupiter-5.12.2.pom Progress (1): 944 B Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.12.2/junit-jupiter-5.12.2.pom (3.2 kB at 35 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.12.2/junit-jupiter-api-5.12.2.pom Progress (1): 954 B Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.12.2/junit-jupiter-api-5.12.2.pom (3.2 kB at 36 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.12.2/junit-platform-commons-1.12.2.pom Progress (1): 966 B Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.12.2/junit-platform-commons-1.12.2.pom (2.8 kB at 31 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.12.2/junit-jupiter-params-5.12.2.pom Progress (1): 968 B Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.12.2/junit-jupiter-params-5.12.2.pom (3.0 kB at 33 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.12.2/junit-jupiter-engine-5.12.2.pom Progress (1): 963 B Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.12.2/junit-jupiter-engine-5.12.2.pom (3.2 kB at 37 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.12.2/junit-platform-engine-1.12.2.pom Progress (1): 957 B Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.12.2/junit-platform-engine-1.12.2.pom (3.2 kB at 36 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.17.0/mockito-core-5.17.0.pom Progress (1): 1.6 kB Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.17.0/mockito-core-5.17.0.pom (2.5 kB at 29 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.pom Progress (1): 1.1 kB Progress (1): 3.6 kB Progress (1): 6.3 kB Progress (1): 9.9 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.pom (14 kB at 165 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/5.17.0/mockito-junit-jupiter-5.17.0.pom Progress (1): 1.6 kB Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/5.17.0/mockito-junit-jupiter-5.17.0.pom (2.3 kB at 25 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.10.4/xmlunit-core-2.10.4.pom Progress (1): 843 B Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.10.4/xmlunit-core-2.10.4.pom (2.8 kB at 31 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-parent/2.10.4/xmlunit-parent-2.10.4.pom Progress (1): 783 B Progress (1): 2.3 kB Progress (1): 4.3 kB Progress (1): 8.0 kB Progress (1): 10 kB Progress (1): 14 kB Progress (1): 16 kB Progress (1): 21 kB Progress (1): 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-parent/2.10.4/xmlunit-parent-2.10.4.pom (23 kB at 256 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.pom Progress (1): 742 B Progress (1): 1.8 kB Progress (1): 4.1 kB Progress (1): 5.8 kB Progress (1): 7.6 kB Progress (1): 10.0 kB Progress (1): 13 kB Progress (1): 17 kB Progress (1): 20 kB Progress (1): 22 kB Progress (1): 26 kB Progress (1): 29 kB Progress (1): 31 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.pom (31 kB at 340 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/73/commons-parent-73.pom Progress (1): 705 B Progress (1): 1.9 kB Progress (1): 3.2 kB Progress (1): 4.6 kB Progress (1): 6.8 kB Progress (1): 8.4 kB Progress (1): 11 kB Progress (1): 13 kB Progress (1): 15 kB Progress (1): 17 kB Progress (1): 20 kB Progress (1): 22 kB Progress (1): 25 kB Progress (1): 28 kB Progress (1): 32 kB Progress (1): 32 kB Progress (1): 36 kB Progress (1): 40 kB Progress (1): 44 kB Progress (1): 46 kB Progress (1): 49 kB Progress (1): 51 kB Progress (1): 55 kB Progress (1): 57 kB Progress (1): 60 kB Progress (1): 63 kB Progress (1): 68 kB Progress (1): 70 kB Progress (1): 73 kB Progress (1): 75 kB Progress (1): 78 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/73/commons-parent-73.pom (78 kB at 827 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-data-jpa/3.5.10/spring-boot-starter-data-jpa-3.5.10.jar Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-data-jpa/3.5.10/spring-boot-starter-data-jpa-3.5.10.jar (2.0 kB at 24 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter/3.5.10/spring-boot-starter-3.5.10.jar Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot/3.5.10/spring-boot-3.5.10.jar Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-autoconfigure/3.5.10/spring-boot-autoconfigure-3.5.10.jar Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-logging/3.5.10/spring-boot-starter-logging-3.5.10.jar Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.5.25/logback-classic-1.5.25.jar Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter/3.5.10/spring-boot-starter-3.5.10.jar (2.0 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.5.25/logback-core-1.5.25.jar Progress (1): 7.7/659 kB Progress (1): 12/659 kB Progress (1): 28/659 kB Progress (1): 44/659 kB Progress (1): 61/659 kB Progress (1): 77/659 kB Progress (1): 94/659 kB Progress (1): 110/659 kB Progress (1): 126/659 kB Progress (1): 134/659 kB Progress (1): 151/659 kB Progress (1): 167/659 kB Progress (1): 184/659 kB Progress (1): 200/659 kB Progress (1): 216/659 kB Progress (1): 221/659 kB Progress (1): 238/659 kB Progress (1): 254/659 kB Progress (1): 270/659 kB Progress (1): 287/659 kB Progress (1): 303/659 kB Progress (1): 319/659 kB Progress (1): 336/659 kB Progress (1): 352/659 kB Progress (1): 369/659 kB Progress (1): 385/659 kB Progress (1): 401/659 kB Progress (1): 418/659 kB Progress (1): 434/659 kB Progress (1): 451/659 kB Progress (1): 467/659 kB Progress (2): 467/659 kB | 0.9/2.0 kB Progress (2): 467/659 kB | 2.0 kB Progress (2): 483/659 kB | 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-logging/3.5.10/spring-boot-starter-logging-3.5.10.jar (2.0 kB at 8.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-to-slf4j/2.24.3/log4j-to-slf4j-2.24.3.jar Progress (1): 500/659 kB Progress (2): 500/659 kB | 0/2.1 MB Progress (2): 500/659 kB | 0/2.1 MB Progress (2): 500/659 kB | 0/2.1 MB Progress (2): 500/659 kB | 0/2.1 MB Progress (2): 500/659 kB | 0/2.1 MB Progress (2): 500/659 kB | 0/2.1 MB Progress (2): 500/659 kB | 0/2.1 MB Progress (2): 500/659 kB | 0/2.1 MB Progress (2): 500/659 kB | 0/2.1 MB Progress (2): 500/659 kB | 0/2.1 MB Progress (2): 500/659 kB | 0/2.1 MB Progress (2): 500/659 kB | 0/2.1 MB Progress (2): 500/659 kB | 0/2.1 MB Progress (2): 500/659 kB | 0/2.1 MB Progress (2): 500/659 kB | 0/2.1 MB Progress (2): 500/659 kB | 0/2.1 MB Progress (2): 500/659 kB | 0/2.1 MB Progress (2): 500/659 kB | 0/2.1 MB Progress (2): 500/659 kB | 0/2.1 MB Progress (2): 500/659 kB | 0/2.1 MB Progress (2): 500/659 kB | 0/2.1 MB Progress (2): 516/659 kB | 0/2.1 MB Progress (2): 516/659 kB | 0/2.1 MB Progress (2): 516/659 kB | 0/2.1 MB Progress (2): 516/659 kB | 0/2.1 MB Progress (2): 516/659 kB | 0/2.1 MB Progress (2): 516/659 kB | 0/2.1 MB Progress (2): 516/659 kB | 0/2.1 MB Progress (2): 516/659 kB | 0/2.1 MB Progress (2): 516/659 kB | 0/2.1 MB Progress (2): 516/659 kB | 0/2.1 MB Progress (2): 532/659 kB | 0/2.1 MB Progress (2): 532/659 kB | 0/2.1 MB Progress (2): 532/659 kB | 0/2.1 MB Progress (2): 532/659 kB | 0/2.1 MB Progress (2): 532/659 kB | 0/2.1 MB Progress (2): 532/659 kB | 0/2.1 MB Progress (2): 532/659 kB | 0/2.1 MB Progress (2): 532/659 kB | 0.1/2.1 MB Progress (2): 532/659 kB | 0.1/2.1 MB Progress (2): 532/659 kB | 0.1/2.1 MB Progress (2): 532/659 kB | 0.1/2.1 MB Progress (2): 532/659 kB | 0.1/2.1 MB Progress (2): 532/659 kB | 0.1/2.1 MB Progress (2): 549/659 kB | 0.1/2.1 MB Progress (2): 565/659 kB | 0.1/2.1 MB Progress (2): 582/659 kB | 0.1/2.1 MB Progress (3): 582/659 kB | 0.1/2.1 MB | 0.9/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 2.3/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 3.7/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 5.0/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 6.4/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 7.8/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 9.1/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 11/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 12/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 13/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 15/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 16/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 17/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 19/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 20/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 21/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 23/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 24/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 26/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 27/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 28/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 30/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 31/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 32/309 kB Progress (3): 582/659 kB | 0.1/2.1 MB | 34/309 kB Progress (3): 598/659 kB | 0.1/2.1 MB | 34/309 kB Progress (3): 614/659 kB | 0.1/2.1 MB | 34/309 kB Progress (3): 631/659 kB | 0.1/2.1 MB | 34/309 kB Progress (3): 647/659 kB | 0.1/2.1 MB | 34/309 kB Progress (3): 659 kB | 0.1/2.1 MB | 34/309 kB Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.5.25/logback-core-1.5.25.jar (659 kB at 2.7 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.jar Progress (2): 0.1/2.1 MB | 35/309 kB Progress (2): 0.1/2.1 MB | 37/309 kB Progress (2): 0.1/2.1 MB | 38/309 kB Progress (2): 0.1/2.1 MB | 39/309 kB Progress (2): 0.1/2.1 MB | 41/309 kB Progress (2): 0.1/2.1 MB | 42/309 kB Progress (2): 0.1/2.1 MB | 43/309 kB Progress (2): 0.1/2.1 MB | 45/309 kB Progress (2): 0.1/2.1 MB | 46/309 kB Progress (3): 0.1/2.1 MB | 46/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 47/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 49/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 49/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 50/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 50/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 52/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 52/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 53/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 53/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 54/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 54/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 56/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 57/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 57/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 57/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 57/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 61/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 61/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 61/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 65/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 70/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 70/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 74/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 78/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 82/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 87/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 91/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 95/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 99/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 0.9/24 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 2.3/24 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 3.7/24 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 5.0/24 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 6.4/24 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 7.8/24 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 9.1/24 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 11/24 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 12/24 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 13/24 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 15/24 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 16/24 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 17/24 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 19/24 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 20/24 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 21/24 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 23/24 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-to-slf4j/2.24.3/log4j-to-slf4j-2.24.3.jar (24 kB at 73 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.17/jul-to-slf4j-2.0.17.jar Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 7.7/349 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 16/349 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 25/349 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 41/349 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 57/349 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 74/349 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 90/349 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 106/349 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 123/349 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 139/349 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 156/349 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 172/349 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 188/349 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 205/349 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 221/349 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 238/349 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 254/349 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 270/349 kB Progress (4): 0.1/2.1 MB | 103/309 kB | 0.1/1.9 MB | 287/349 kB Progress (4): 0.1/2.1 MB | 108/309 kB | 0.1/1.9 MB | 287/349 kB Progress (4): 0.1/2.1 MB | 112/309 kB | 0.1/1.9 MB | 287/349 kB Progress (4): 0.1/2.1 MB | 116/309 kB | 0.1/1.9 MB | 287/349 kB Progress (4): 0.1/2.1 MB | 120/309 kB | 0.1/1.9 MB | 287/349 kB Progress (4): 0.1/2.1 MB | 125/309 kB | 0.1/1.9 MB | 287/349 kB Progress (4): 0.1/2.1 MB | 125/309 kB | 0.1/1.9 MB | 303/349 kB Progress (4): 0.1/2.1 MB | 129/309 kB | 0.1/1.9 MB | 303/349 kB Progress (4): 0.1/2.1 MB | 133/309 kB | 0.1/1.9 MB | 303/349 kB Progress (4): 0.1/2.1 MB | 137/309 kB | 0.1/1.9 MB | 303/349 kB Progress (4): 0.1/2.1 MB | 141/309 kB | 0.1/1.9 MB | 303/349 kB Progress (4): 0.1/2.1 MB | 146/309 kB | 0.1/1.9 MB | 303/349 kB Progress (4): 0.1/2.1 MB | 146/309 kB | 0.1/1.9 MB | 319/349 kB Progress (4): 0.1/2.1 MB | 146/309 kB | 0.1/1.9 MB | 336/349 kB Progress (4): 0.1/2.1 MB | 146/309 kB | 0.1/1.9 MB | 349 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.jar (349 kB at 984 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.4/snakeyaml-2.4.jar Progress (3): 0.1/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.1/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 146/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 150/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 150/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 154/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 154/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 154/309 kB | 0.1/1.9 MB Progress (3): 0.2/2.1 MB | 154/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 154/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 158/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 163/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 167/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 171/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 175/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 180/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 184/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 188/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 192/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 196/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 201/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 205/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 209/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 213/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB Progress (4): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB | 0.9/6.3 kB Progress (4): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB | 2.3/6.3 kB Progress (4): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB | 3.7/6.3 kB Progress (4): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB | 5.0/6.3 kB Progress (4): 0.2/2.1 MB | 218/309 kB | 0.2/1.9 MB | 6.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.17/jul-to-slf4j-2.0.17.jar (6.3 kB at 15 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-jdbc/3.5.10/spring-boot-starter-jdbc-3.5.10.jar Progress (3): 0.2/2.1 MB | 222/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 238/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 255/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 271/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 287/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 304/309 kB | 0.2/1.9 MB Progress (3): 0.2/2.1 MB | 309 kB | 0.2/1.9 MB Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.5.25/logback-classic-1.5.25.jar (309 kB at 732 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/zaxxer/HikariCP/6.3.3/HikariCP-6.3.3.jar Progress (2): 0.2/2.1 MB | 0.2/1.9 MB Progress (2): 0.2/2.1 MB | 0.2/1.9 MB Progress (2): 0.2/2.1 MB | 0.2/1.9 MB Progress (2): 0.2/2.1 MB | 0.2/1.9 MB Progress (2): 0.3/2.1 MB | 0.2/1.9 MB Progress (2): 0.3/2.1 MB | 0.2/1.9 MB Progress (2): 0.3/2.1 MB | 0.2/1.9 MB Progress (2): 0.3/2.1 MB | 0.2/1.9 MB Progress (2): 0.3/2.1 MB | 0.3/1.9 MB Progress (2): 0.3/2.1 MB | 0.3/1.9 MB Progress (2): 0.3/2.1 MB | 0.3/1.9 MB Progress (2): 0.3/2.1 MB | 0.3/1.9 MB Progress (2): 0.3/2.1 MB | 0.3/1.9 MB Progress (2): 0.4/2.1 MB | 0.3/1.9 MB Progress (2): 0.4/2.1 MB | 0.3/1.9 MB Progress (2): 0.4/2.1 MB | 0.3/1.9 MB Progress (2): 0.4/2.1 MB | 0.3/1.9 MB Progress (2): 0.4/2.1 MB | 0.3/1.9 MB Progress (2): 0.4/2.1 MB | 0.3/1.9 MB Progress (2): 0.4/2.1 MB | 0.3/1.9 MB Progress (2): 0.4/2.1 MB | 0.3/1.9 MB Progress (3): 0.4/2.1 MB | 0.3/1.9 MB | 7.7/340 kB Progress (3): 0.4/2.1 MB | 0.3/1.9 MB | 16/340 kB Progress (3): 0.4/2.1 MB | 0.3/1.9 MB | 16/340 kB Progress (3): 0.4/2.1 MB | 0.4/1.9 MB | 16/340 kB Progress (3): 0.4/2.1 MB | 0.4/1.9 MB | 32/340 kB Progress (3): 0.4/2.1 MB | 0.4/1.9 MB | 32/340 kB Progress (3): 0.4/2.1 MB | 0.4/1.9 MB | 49/340 kB Progress (3): 0.4/2.1 MB | 0.4/1.9 MB | 49/340 kB Progress (3): 0.4/2.1 MB | 0.4/1.9 MB | 65/340 kB Progress (3): 0.4/2.1 MB | 0.4/1.9 MB | 65/340 kB Progress (3): 0.5/2.1 MB | 0.4/1.9 MB | 65/340 kB Progress (3): 0.5/2.1 MB | 0.4/1.9 MB | 81/340 kB Progress (3): 0.5/2.1 MB | 0.4/1.9 MB | 81/340 kB Progress (3): 0.5/2.1 MB | 0.4/1.9 MB | 98/340 kB Progress (3): 0.5/2.1 MB | 0.4/1.9 MB | 98/340 kB Progress (3): 0.5/2.1 MB | 0.4/1.9 MB | 98/340 kB Progress (3): 0.5/2.1 MB | 0.4/1.9 MB | 114/340 kB Progress (3): 0.5/2.1 MB | 0.4/1.9 MB | 114/340 kB Progress (3): 0.5/2.1 MB | 0.4/1.9 MB | 114/340 kB Progress (3): 0.5/2.1 MB | 0.4/1.9 MB | 131/340 kB Progress (3): 0.5/2.1 MB | 0.4/1.9 MB | 131/340 kB Progress (3): 0.5/2.1 MB | 0.4/1.9 MB | 147/340 kB Progress (3): 0.5/2.1 MB | 0.4/1.9 MB | 163/340 kB Progress (3): 0.5/2.1 MB | 0.4/1.9 MB | 163/340 kB Progress (3): 0.5/2.1 MB | 0.4/1.9 MB | 180/340 kB Progress (3): 0.5/2.1 MB | 0.4/1.9 MB | 180/340 kB Progress (3): 0.5/2.1 MB | 0.5/1.9 MB | 180/340 kB Progress (3): 0.5/2.1 MB | 0.5/1.9 MB | 180/340 kB Progress (3): 0.5/2.1 MB | 0.5/1.9 MB | 196/340 kB Progress (3): 0.5/2.1 MB | 0.5/1.9 MB | 196/340 kB Progress (3): 0.5/2.1 MB | 0.5/1.9 MB | 196/340 kB Progress (3): 0.5/2.1 MB | 0.5/1.9 MB | 213/340 kB Progress (3): 0.5/2.1 MB | 0.5/1.9 MB | 213/340 kB Progress (3): 0.5/2.1 MB | 0.5/1.9 MB | 229/340 kB Progress (3): 0.5/2.1 MB | 0.5/1.9 MB | 229/340 kB Progress (3): 0.5/2.1 MB | 0.5/1.9 MB | 245/340 kB Progress (3): 0.5/2.1 MB | 0.5/1.9 MB | 245/340 kB Progress (3): 0.5/2.1 MB | 0.5/1.9 MB | 262/340 kB Progress (3): 0.5/2.1 MB | 0.6/1.9 MB | 262/340 kB Progress (3): 0.5/2.1 MB | 0.6/1.9 MB | 278/340 kB Progress (3): 0.5/2.1 MB | 0.6/1.9 MB | 294/340 kB Progress (3): 0.5/2.1 MB | 0.6/1.9 MB | 294/340 kB Progress (3): 0.5/2.1 MB | 0.6/1.9 MB | 294/340 kB Progress (3): 0.5/2.1 MB | 0.6/1.9 MB | 311/340 kB Progress (3): 0.5/2.1 MB | 0.6/1.9 MB | 327/340 kB Progress (3): 0.5/2.1 MB | 0.6/1.9 MB | 340 kB Progress (3): 0.5/2.1 MB | 0.6/1.9 MB | 340 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.4/snakeyaml-2.4.jar (340 kB at 740 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jdbc/6.2.15/spring-jdbc-6.2.15.jar Progress (2): 0.5/2.1 MB | 0.6/1.9 MB Progress (2): 0.5/2.1 MB | 0.6/1.9 MB Progress (2): 0.6/2.1 MB | 0.6/1.9 MB Progress (2): 0.6/2.1 MB | 0.6/1.9 MB Progress (2): 0.6/2.1 MB | 0.6/1.9 MB Progress (2): 0.6/2.1 MB | 0.6/1.9 MB Progress (2): 0.6/2.1 MB | 0.6/1.9 MB Progress (2): 0.6/2.1 MB | 0.6/1.9 MB Progress (2): 0.7/2.1 MB | 0.6/1.9 MB Progress (2): 0.7/2.1 MB | 0.6/1.9 MB Progress (2): 0.7/2.1 MB | 0.7/1.9 MB Progress (3): 0.7/2.1 MB | 0.7/1.9 MB | 0.9/2.0 kB Progress (3): 0.7/2.1 MB | 0.7/1.9 MB | 0.9/2.0 kB Progress (3): 0.7/2.1 MB | 0.7/1.9 MB | 2.0 kB Progress (3): 0.7/2.1 MB | 0.7/1.9 MB | 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-jdbc/3.5.10/spring-boot-starter-jdbc-3.5.10.jar (2.0 kB at 4.0 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/orm/hibernate-core/6.6.41.Final/hibernate-core-6.6.41.Final.jar Progress (2): 0.7/2.1 MB | 0.7/1.9 MB Progress (2): 0.7/2.1 MB | 0.7/1.9 MB Progress (2): 0.7/2.1 MB | 0.7/1.9 MB Progress (2): 0.7/2.1 MB | 0.7/1.9 MB Progress (2): 0.7/2.1 MB | 0.7/1.9 MB Progress (2): 0.7/2.1 MB | 0.7/1.9 MB Progress (2): 0.7/2.1 MB | 0.7/1.9 MB Progress (2): 0.7/2.1 MB | 0.7/1.9 MB Progress (2): 0.7/2.1 MB | 0.8/1.9 MB Progress (2): 0.8/2.1 MB | 0.8/1.9 MB Progress (2): 0.8/2.1 MB | 0.8/1.9 MB Progress (2): 0.8/2.1 MB | 0.8/1.9 MB Progress (2): 0.8/2.1 MB | 0.8/1.9 MB Progress (2): 0.8/2.1 MB | 0.8/1.9 MB Progress (2): 0.8/2.1 MB | 0.8/1.9 MB Progress (2): 0.8/2.1 MB | 0.8/1.9 MB Progress (2): 0.8/2.1 MB | 0.8/1.9 MB Progress (2): 0.8/2.1 MB | 0.8/1.9 MB Progress (2): 0.8/2.1 MB | 0.8/1.9 MB Progress (3): 0.8/2.1 MB | 0.8/1.9 MB | 7.7/172 kB Progress (3): 0.8/2.1 MB | 0.8/1.9 MB | 16/172 kB Progress (3): 0.8/2.1 MB | 0.8/1.9 MB | 16/172 kB Progress (3): 0.8/2.1 MB | 0.8/1.9 MB | 32/172 kB Progress (3): 0.8/2.1 MB | 0.9/1.9 MB | 32/172 kB Progress (3): 0.9/2.1 MB | 0.9/1.9 MB | 32/172 kB Progress (3): 0.9/2.1 MB | 0.9/1.9 MB | 49/172 kB Progress (3): 0.9/2.1 MB | 0.9/1.9 MB | 49/172 kB Progress (3): 0.9/2.1 MB | 0.9/1.9 MB | 49/172 kB Progress (3): 0.9/2.1 MB | 0.9/1.9 MB | 49/172 kB Progress (3): 0.9/2.1 MB | 0.9/1.9 MB | 65/172 kB Progress (3): 0.9/2.1 MB | 0.9/1.9 MB | 65/172 kB Progress (3): 0.9/2.1 MB | 0.9/1.9 MB | 65/172 kB Progress (3): 0.9/2.1 MB | 0.9/1.9 MB | 81/172 kB Progress (3): 0.9/2.1 MB | 0.9/1.9 MB | 81/172 kB Progress (3): 0.9/2.1 MB | 0.9/1.9 MB | 81/172 kB Progress (3): 0.9/2.1 MB | 0.9/1.9 MB | 98/172 kB Progress (3): 0.9/2.1 MB | 0.9/1.9 MB | 98/172 kB Progress (3): 0.9/2.1 MB | 0.9/1.9 MB | 98/172 kB Progress (3): 0.9/2.1 MB | 0.9/1.9 MB | 114/172 kB Progress (3): 0.9/2.1 MB | 0.9/1.9 MB | 131/172 kB Progress (3): 0.9/2.1 MB | 0.9/1.9 MB | 131/172 kB Progress (3): 1.0/2.1 MB | 0.9/1.9 MB | 131/172 kB Progress (3): 1.0/2.1 MB | 0.9/1.9 MB | 147/172 kB Progress (3): 1.0/2.1 MB | 1.0/1.9 MB | 147/172 kB Progress (3): 1.0/2.1 MB | 1.0/1.9 MB | 147/172 kB Progress (3): 1.0/2.1 MB | 1.0/1.9 MB | 147/172 kB Progress (3): 1.0/2.1 MB | 1.0/1.9 MB | 147/172 kB Progress (3): 1.0/2.1 MB | 1.0/1.9 MB | 163/172 kB Progress (3): 1.0/2.1 MB | 1.0/1.9 MB | 163/172 kB Progress (3): 1.0/2.1 MB | 1.0/1.9 MB | 172 kB Progress (3): 1.0/2.1 MB | 1.0/1.9 MB | 172 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/zaxxer/HikariCP/6.3.3/HikariCP-6.3.3.jar (172 kB at 330 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.6.1.Final/jboss-logging-3.6.1.Final.jar Progress (2): 1.0/2.1 MB | 1.0/1.9 MB Progress (2): 1.0/2.1 MB | 1.0/1.9 MB Progress (2): 1.0/2.1 MB | 1.0/1.9 MB Progress (2): 1.0/2.1 MB | 1.0/1.9 MB Progress (2): 1.0/2.1 MB | 1.0/1.9 MB Progress (2): 1.1/2.1 MB | 1.0/1.9 MB Progress (2): 1.1/2.1 MB | 1.0/1.9 MB Progress (2): 1.1/2.1 MB | 1.1/1.9 MB Progress (2): 1.1/2.1 MB | 1.1/1.9 MB Progress (2): 1.1/2.1 MB | 1.1/1.9 MB Progress (2): 1.1/2.1 MB | 1.1/1.9 MB Progress (2): 1.1/2.1 MB | 1.1/1.9 MB Progress (2): 1.1/2.1 MB | 1.1/1.9 MB Progress (2): 1.1/2.1 MB | 1.1/1.9 MB Progress (2): 1.1/2.1 MB | 1.1/1.9 MB Progress (2): 1.1/2.1 MB | 1.1/1.9 MB Progress (2): 1.1/2.1 MB | 1.1/1.9 MB Progress (2): 1.2/2.1 MB | 1.1/1.9 MB Progress (2): 1.2/2.1 MB | 1.2/1.9 MB Progress (2): 1.2/2.1 MB | 1.2/1.9 MB Progress (2): 1.2/2.1 MB | 1.2/1.9 MB Progress (2): 1.2/2.1 MB | 1.2/1.9 MB Progress (2): 1.2/2.1 MB | 1.2/1.9 MB Progress (2): 1.2/2.1 MB | 1.2/1.9 MB Progress (2): 1.2/2.1 MB | 1.2/1.9 MB Progress (2): 1.2/2.1 MB | 1.2/1.9 MB Progress (2): 1.2/2.1 MB | 1.2/1.9 MB Progress (2): 1.2/2.1 MB | 1.3/1.9 MB Progress (2): 1.2/2.1 MB | 1.3/1.9 MB Progress (2): 1.2/2.1 MB | 1.3/1.9 MB Progress (2): 1.2/2.1 MB | 1.3/1.9 MB Progress (2): 1.2/2.1 MB | 1.3/1.9 MB Progress (2): 1.2/2.1 MB | 1.3/1.9 MB Progress (2): 1.2/2.1 MB | 1.3/1.9 MB Progress (2): 1.2/2.1 MB | 1.3/1.9 MB Progress (2): 1.2/2.1 MB | 1.4/1.9 MB Progress (2): 1.2/2.1 MB | 1.4/1.9 MB Progress (2): 1.2/2.1 MB | 1.4/1.9 MB Progress (3): 1.2/2.1 MB | 1.4/1.9 MB | 7.7/475 kB Progress (3): 1.2/2.1 MB | 1.4/1.9 MB | 16/475 kB Progress (3): 1.2/2.1 MB | 1.4/1.9 MB | 32/475 kB Progress (3): 1.2/2.1 MB | 1.4/1.9 MB | 32/475 kB Progress (3): 1.2/2.1 MB | 1.4/1.9 MB | 49/475 kB Progress (3): 1.2/2.1 MB | 1.4/1.9 MB | 65/475 kB Progress (3): 1.2/2.1 MB | 1.4/1.9 MB | 81/475 kB Progress (3): 1.2/2.1 MB | 1.4/1.9 MB | 98/475 kB Progress (3): 1.2/2.1 MB | 1.4/1.9 MB | 114/475 kB Progress (3): 1.2/2.1 MB | 1.4/1.9 MB | 131/475 kB Progress (3): 1.2/2.1 MB | 1.4/1.9 MB | 147/475 kB Progress (3): 1.2/2.1 MB | 1.4/1.9 MB | 163/475 kB Progress (3): 1.2/2.1 MB | 1.4/1.9 MB | 180/475 kB Progress (3): 1.2/2.1 MB | 1.4/1.9 MB | 196/475 kB Progress (3): 1.2/2.1 MB | 1.4/1.9 MB | 213/475 kB Progress (3): 1.2/2.1 MB | 1.4/1.9 MB | 229/475 kB Progress (3): 1.2/2.1 MB | 1.4/1.9 MB | 245/475 kB Progress (3): 1.2/2.1 MB | 1.4/1.9 MB | 245/475 kB Progress (3): 1.3/2.1 MB | 1.4/1.9 MB | 245/475 kB Progress (3): 1.3/2.1 MB | 1.4/1.9 MB | 262/475 kB Progress (3): 1.3/2.1 MB | 1.4/1.9 MB | 262/475 kB Progress (3): 1.3/2.1 MB | 1.4/1.9 MB | 278/475 kB Progress (3): 1.3/2.1 MB | 1.4/1.9 MB | 294/475 kB Progress (3): 1.3/2.1 MB | 1.4/1.9 MB | 294/475 kB Progress (3): 1.3/2.1 MB | 1.4/1.9 MB | 311/475 kB Progress (3): 1.3/2.1 MB | 1.4/1.9 MB | 311/475 kB Progress (3): 1.3/2.1 MB | 1.4/1.9 MB | 327/475 kB Progress (3): 1.3/2.1 MB | 1.4/1.9 MB | 327/475 kB Progress (3): 1.3/2.1 MB | 1.4/1.9 MB | 344/475 kB Progress (3): 1.3/2.1 MB | 1.4/1.9 MB | 344/475 kB Progress (3): 1.3/2.1 MB | 1.4/1.9 MB | 344/475 kB Progress (3): 1.3/2.1 MB | 1.4/1.9 MB | 360/475 kB Progress (3): 1.3/2.1 MB | 1.4/1.9 MB | 360/475 kB Progress (3): 1.3/2.1 MB | 1.4/1.9 MB | 376/475 kB Progress (3): 1.4/2.1 MB | 1.4/1.9 MB | 376/475 kB Progress (3): 1.4/2.1 MB | 1.5/1.9 MB | 376/475 kB Progress (3): 1.4/2.1 MB | 1.5/1.9 MB | 376/475 kB Progress (3): 1.4/2.1 MB | 1.5/1.9 MB | 376/475 kB Progress (3): 1.4/2.1 MB | 1.5/1.9 MB | 393/475 kB Progress (3): 1.4/2.1 MB | 1.5/1.9 MB | 409/475 kB Progress (3): 1.4/2.1 MB | 1.5/1.9 MB | 409/475 kB Progress (3): 1.4/2.1 MB | 1.5/1.9 MB | 426/475 kB Progress (3): 1.4/2.1 MB | 1.5/1.9 MB | 426/475 kB Progress (3): 1.4/2.1 MB | 1.5/1.9 MB | 426/475 kB Progress (3): 1.4/2.1 MB | 1.5/1.9 MB | 426/475 kB Progress (3): 1.4/2.1 MB | 1.5/1.9 MB | 442/475 kB Progress (3): 1.4/2.1 MB | 1.5/1.9 MB | 442/475 kB Progress (3): 1.4/2.1 MB | 1.5/1.9 MB | 458/475 kB Progress (3): 1.4/2.1 MB | 1.5/1.9 MB | 458/475 kB Progress (3): 1.4/2.1 MB | 1.5/1.9 MB | 458/475 kB Progress (3): 1.4/2.1 MB | 1.5/1.9 MB | 458/475 kB Progress (3): 1.4/2.1 MB | 1.5/1.9 MB | 475/475 kB Progress (3): 1.4/2.1 MB | 1.5/1.9 MB | 475 kB Progress (3): 1.5/2.1 MB | 1.5/1.9 MB | 475 kB Progress (3): 1.5/2.1 MB | 1.6/1.9 MB | 475 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jdbc/6.2.15/spring-jdbc-6.2.15.jar (475 kB at 831 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/7.0.3.Final/hibernate-commons-annotations-7.0.3.Final.jar Progress (2): 1.5/2.1 MB | 1.6/1.9 MB Progress (2): 1.5/2.1 MB | 1.6/1.9 MB Progress (2): 1.5/2.1 MB | 1.6/1.9 MB Progress (2): 1.5/2.1 MB | 1.6/1.9 MB Progress (2): 1.5/2.1 MB | 1.6/1.9 MB Progress (2): 1.5/2.1 MB | 1.6/1.9 MB Progress (2): 1.5/2.1 MB | 1.6/1.9 MB Progress (2): 1.5/2.1 MB | 1.6/1.9 MB Progress (2): 1.5/2.1 MB | 1.6/1.9 MB Progress (2): 1.5/2.1 MB | 1.6/1.9 MB Progress (2): 1.5/2.1 MB | 1.7/1.9 MB Progress (2): 1.5/2.1 MB | 1.7/1.9 MB Progress (2): 1.6/2.1 MB | 1.7/1.9 MB Progress (2): 1.6/2.1 MB | 1.7/1.9 MB Progress (2): 1.6/2.1 MB | 1.7/1.9 MB Progress (2): 1.6/2.1 MB | 1.7/1.9 MB Progress (2): 1.6/2.1 MB | 1.7/1.9 MB Progress (2): 1.6/2.1 MB | 1.7/1.9 MB Progress (2): 1.6/2.1 MB | 1.7/1.9 MB Progress (2): 1.6/2.1 MB | 1.7/1.9 MB Progress (2): 1.6/2.1 MB | 1.7/1.9 MB Progress (2): 1.6/2.1 MB | 1.8/1.9 MB Progress (2): 1.6/2.1 MB | 1.8/1.9 MB Progress (2): 1.6/2.1 MB | 1.8/1.9 MB Progress (2): 1.6/2.1 MB | 1.8/1.9 MB Progress (2): 1.7/2.1 MB | 1.8/1.9 MB Progress (2): 1.7/2.1 MB | 1.8/1.9 MB Progress (2): 1.7/2.1 MB | 1.8/1.9 MB Progress (2): 1.7/2.1 MB | 1.8/1.9 MB Progress (2): 1.7/2.1 MB | 1.8/1.9 MB Progress (2): 1.7/2.1 MB | 1.8/1.9 MB Progress (2): 1.7/2.1 MB | 1.8/1.9 MB Progress (2): 1.7/2.1 MB | 1.8/1.9 MB Progress (2): 1.7/2.1 MB | 1.9/1.9 MB Progress (2): 1.7/2.1 MB | 1.9/1.9 MB Progress (2): 1.7/2.1 MB | 1.9/1.9 MB Progress (2): 1.7/2.1 MB | 1.9/1.9 MB Progress (2): 1.7/2.1 MB | 1.9 MB Progress (2): 1.7/2.1 MB | 1.9 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot/3.5.10/spring-boot-3.5.10.jar (1.9 MB at 3.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/jandex/3.2.0/jandex-3.2.0.jar Progress (1): 1.8/2.1 MB Progress (1): 1.8/2.1 MB Progress (1): 1.8/2.1 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0/12 MB Progress (2): 1.8/2.1 MB | 0.1/12 MB Progress (2): 1.8/2.1 MB | 0.1/12 MB Progress (2): 1.8/2.1 MB | 0.1/12 MB Progress (2): 1.8/2.1 MB | 0.1/12 MB Progress (2): 1.8/2.1 MB | 0.1/12 MB Progress (2): 1.8/2.1 MB | 0.1/12 MB Progress (2): 1.9/2.1 MB | 0.1/12 MB Progress (2): 1.9/2.1 MB | 0.1/12 MB Progress (2): 1.9/2.1 MB | 0.1/12 MB Progress (2): 1.9/2.1 MB | 0.1/12 MB Progress (2): 1.9/2.1 MB | 0.1/12 MB Progress (2): 1.9/2.1 MB | 0.1/12 MB Progress (2): 1.9/2.1 MB | 0.1/12 MB Progress (2): 1.9/2.1 MB | 0.1/12 MB Progress (2): 1.9/2.1 MB | 0.1/12 MB Progress (2): 2.0/2.1 MB | 0.1/12 MB Progress (2): 2.0/2.1 MB | 0.1/12 MB Progress (2): 2.0/2.1 MB | 0.1/12 MB Progress (2): 2.0/2.1 MB | 0.1/12 MB Progress (2): 2.0/2.1 MB | 0.1/12 MB Progress (2): 2.0/2.1 MB | 0.1/12 MB Progress (2): 2.1/2.1 MB | 0.1/12 MB Progress (2): 2.1/2.1 MB | 0.1/12 MB Progress (2): 2.1 MB | 0.1/12 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-autoconfigure/3.5.10/spring-boot-autoconfigure-3.5.10.jar (2.1 MB at 3.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/classmate/1.7.3/classmate-1.7.3.jar Progress (2): 0.1/12 MB | 7.7/62 kB Progress (2): 0.1/12 MB | 16/62 kB Progress (2): 0.1/12 MB | 32/62 kB Progress (2): 0.1/12 MB | 49/62 kB Progress (2): 0.1/12 MB | 62 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.6.1.Final/jboss-logging-3.6.1.Final.jar (62 kB at 101 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.17.8/byte-buddy-1.17.8.jar Progress (1): 0.1/12 MB Progress (1): 0.1/12 MB Progress (1): 0.1/12 MB Progress (1): 0.1/12 MB Progress (1): 0.1/12 MB Progress (1): 0.1/12 MB Progress (1): 0.1/12 MB Progress (2): 0.1/12 MB | 7.7/68 kB Progress (2): 0.1/12 MB | 7.7/68 kB Progress (2): 0.1/12 MB | 16/68 kB Progress (2): 0.1/12 MB | 16/68 kB Progress (2): 0.1/12 MB | 32/68 kB Progress (2): 0.1/12 MB | 32/68 kB Progress (2): 0.1/12 MB | 32/68 kB Progress (2): 0.1/12 MB | 32/68 kB Progress (2): 0.1/12 MB | 49/68 kB Progress (2): 0.1/12 MB | 49/68 kB Progress (2): 0.1/12 MB | 49/68 kB Progress (2): 0.1/12 MB | 49/68 kB Progress (2): 0.1/12 MB | 49/68 kB Progress (2): 0.1/12 MB | 65/68 kB Progress (2): 0.1/12 MB | 68 kB Progress (2): 0.2/12 MB | 68 kB Progress (2): 0.2/12 MB | 68 kB Progress (2): 0.2/12 MB | 68 kB Progress (2): 0.2/12 MB | 68 kB Progress (2): 0.2/12 MB | 68 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/7.0.3.Final/hibernate-commons-annotations-7.0.3.Final.jar (68 kB at 104 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/4.0.6/jaxb-runtime-4.0.6.jar Progress (1): 0.2/12 MB Progress (1): 0.2/12 MB Progress (1): 0.2/12 MB Progress (2): 0.2/12 MB | 7.7/375 kB Progress (2): 0.2/12 MB | 12/375 kB Progress (2): 0.2/12 MB | 28/375 kB Progress (2): 0.2/12 MB | 44/375 kB Progress (2): 0.2/12 MB | 61/375 kB Progress (2): 0.2/12 MB | 77/375 kB Progress (2): 0.2/12 MB | 93/375 kB Progress (2): 0.2/12 MB | 110/375 kB Progress (2): 0.2/12 MB | 126/375 kB Progress (2): 0.2/12 MB | 143/375 kB Progress (2): 0.2/12 MB | 159/375 kB Progress (2): 0.2/12 MB | 175/375 kB Progress (2): 0.2/12 MB | 192/375 kB Progress (2): 0.2/12 MB | 208/375 kB Progress (2): 0.2/12 MB | 225/375 kB Progress (2): 0.2/12 MB | 241/375 kB Progress (2): 0.2/12 MB | 257/375 kB Progress (2): 0.2/12 MB | 273/375 kB Progress (2): 0.2/12 MB | 290/375 kB Progress (2): 0.2/12 MB | 306/375 kB Progress (2): 0.2/12 MB | 323/375 kB Progress (2): 0.2/12 MB | 339/375 kB Progress (2): 0.2/12 MB | 355/375 kB Progress (2): 0.2/12 MB | 372/375 kB Progress (2): 0.2/12 MB | 375 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/jandex/3.2.0/jandex-3.2.0.jar (375 kB at 549 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/4.0.6/jaxb-core-4.0.6.jar Progress (2): 0.2/12 MB | 7.7/68 kB Progress (2): 0.2/12 MB | 16/68 kB Progress (2): 0.2/12 MB | 32/68 kB Progress (2): 0.2/12 MB | 49/68 kB Progress (2): 0.2/12 MB | 65/68 kB Progress (2): 0.2/12 MB | 68 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/classmate/1.7.3/classmate-1.7.3.jar (68 kB at 98 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/angus-activation/2.0.3/angus-activation-2.0.3.jar Progress (1): 0.2/12 MB Progress (2): 0.2/12 MB | 0/9.0 MB Progress (2): 0.2/12 MB | 0/9.0 MB Progress (2): 0.2/12 MB | 0/9.0 MB Progress (2): 0.2/12 MB | 0/9.0 MB Progress (2): 0.2/12 MB | 0.1/9.0 MB Progress (2): 0.2/12 MB | 0.1/9.0 MB Progress (2): 0.2/12 MB | 0.1/9.0 MB Progress (2): 0.2/12 MB | 0.1/9.0 MB Progress (2): 0.2/12 MB | 0.1/9.0 MB Progress (2): 0.2/12 MB | 0.1/9.0 MB Progress (2): 0.2/12 MB | 0.2/9.0 MB Progress (2): 0.2/12 MB | 0.2/9.0 MB Progress (2): 0.2/12 MB | 0.2/9.0 MB Progress (2): 0.2/12 MB | 0.2/9.0 MB Progress (2): 0.2/12 MB | 0.2/9.0 MB Progress (2): 0.2/12 MB | 0.2/9.0 MB Progress (2): 0.2/12 MB | 0.2/9.0 MB Progress (2): 0.2/12 MB | 0.2/9.0 MB Progress (2): 0.2/12 MB | 0.3/9.0 MB Progress (2): 0.2/12 MB | 0.3/9.0 MB Progress (2): 0.2/12 MB | 0.3/9.0 MB Progress (2): 0.2/12 MB | 0.3/9.0 MB Progress (2): 0.2/12 MB | 0.3/9.0 MB Progress (2): 0.2/12 MB | 0.3/9.0 MB Progress (2): 0.2/12 MB | 0.3/9.0 MB Progress (2): 0.2/12 MB | 0.3/9.0 MB Progress (2): 0.2/12 MB | 0.3/9.0 MB Progress (2): 0.2/12 MB | 0.3/9.0 MB Progress (2): 0.2/12 MB | 0.4/9.0 MB Progress (2): 0.3/12 MB | 0.4/9.0 MB Progress (2): 0.3/12 MB | 0.4/9.0 MB Progress (2): 0.3/12 MB | 0.4/9.0 MB Progress (2): 0.3/12 MB | 0.4/9.0 MB Progress (2): 0.3/12 MB | 0.4/9.0 MB Progress (2): 0.3/12 MB | 0.4/9.0 MB Progress (2): 0.3/12 MB | 0.4/9.0 MB Progress (2): 0.3/12 MB | 0.4/9.0 MB Progress (2): 0.3/12 MB | 0.4/9.0 MB Progress (2): 0.3/12 MB | 0.4/9.0 MB Progress (2): 0.3/12 MB | 0.4/9.0 MB Progress (2): 0.3/12 MB | 0.5/9.0 MB Progress (2): 0.3/12 MB | 0.5/9.0 MB Progress (2): 0.3/12 MB | 0.5/9.0 MB Progress (2): 0.3/12 MB | 0.5/9.0 MB Progress (2): 0.4/12 MB | 0.5/9.0 MB Progress (2): 0.4/12 MB | 0.5/9.0 MB Progress (2): 0.4/12 MB | 0.5/9.0 MB Progress (2): 0.4/12 MB | 0.5/9.0 MB Progress (2): 0.4/12 MB | 0.5/9.0 MB Progress (2): 0.4/12 MB | 0.5/9.0 MB Progress (2): 0.4/12 MB | 0.5/9.0 MB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 8.2/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 16/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 33/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 41/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 57/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 74/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 90/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 98/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 115/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 131/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 139/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 156/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 164/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 180/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 197/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 213/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 229/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 246/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 262/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 279/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 295/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 311/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 328/920 kB Progress (3): 0.4/12 MB | 0.5/9.0 MB | 344/920 kB Progress (3): 0.5/12 MB | 0.5/9.0 MB | 344/920 kB Progress (3): 0.5/12 MB | 0.5/9.0 MB | 344/920 kB Progress (3): 0.5/12 MB | 0.5/9.0 MB | 360/920 kB Progress (3): 0.5/12 MB | 0.5/9.0 MB | 377/920 kB Progress (3): 0.5/12 MB | 0.5/9.0 MB | 377/920 kB Progress (3): 0.5/12 MB | 0.5/9.0 MB | 377/920 kB Progress (3): 0.5/12 MB | 0.5/9.0 MB | 393/920 kB Progress (3): 0.5/12 MB | 0.5/9.0 MB | 410/920 kB Progress (3): 0.5/12 MB | 0.5/9.0 MB | 410/920 kB Progress (3): 0.5/12 MB | 0.5/9.0 MB | 426/920 kB Progress (3): 0.5/12 MB | 0.5/9.0 MB | 426/920 kB Progress (3): 0.5/12 MB | 0.5/9.0 MB | 442/920 kB Progress (3): 0.5/12 MB | 0.6/9.0 MB | 442/920 kB Progress (3): 0.5/12 MB | 0.6/9.0 MB | 442/920 kB Progress (3): 0.5/12 MB | 0.6/9.0 MB | 459/920 kB Progress (3): 0.5/12 MB | 0.6/9.0 MB | 459/920 kB Progress (3): 0.5/12 MB | 0.6/9.0 MB | 475/920 kB Progress (3): 0.5/12 MB | 0.6/9.0 MB | 492/920 kB Progress (3): 0.5/12 MB | 0.6/9.0 MB | 492/920 kB Progress (3): 0.5/12 MB | 0.6/9.0 MB | 492/920 kB Progress (3): 0.5/12 MB | 0.6/9.0 MB | 508/920 kB Progress (3): 0.5/12 MB | 0.6/9.0 MB | 524/920 kB Progress (3): 0.5/12 MB | 0.6/9.0 MB | 524/920 kB Progress (3): 0.5/12 MB | 0.6/9.0 MB | 541/920 kB Progress (3): 0.5/12 MB | 0.6/9.0 MB | 557/920 kB Progress (3): 0.5/12 MB | 0.7/9.0 MB | 557/920 kB Progress (4): 0.5/12 MB | 0.7/9.0 MB | 557/920 kB | 7.7/138 kB Progress (4): 0.5/12 MB | 0.7/9.0 MB | 557/920 kB | 12/138 kB Progress (4): 0.5/12 MB | 0.7/9.0 MB | 557/920 kB | 28/138 kB Progress (4): 0.5/12 MB | 0.7/9.0 MB | 557/920 kB | 44/138 kB Progress (4): 0.5/12 MB | 0.7/9.0 MB | 557/920 kB | 61/138 kB Progress (4): 0.5/12 MB | 0.7/9.0 MB | 557/920 kB | 77/138 kB Progress (4): 0.5/12 MB | 0.7/9.0 MB | 573/920 kB | 77/138 kB Progress (4): 0.5/12 MB | 0.7/9.0 MB | 573/920 kB | 94/138 kB Progress (4): 0.5/12 MB | 0.7/9.0 MB | 590/920 kB | 94/138 kB Progress (4): 0.5/12 MB | 0.7/9.0 MB | 590/920 kB | 110/138 kB Progress (4): 0.5/12 MB | 0.7/9.0 MB | 590/920 kB | 110/138 kB Progress (4): 0.5/12 MB | 0.7/9.0 MB | 590/920 kB | 126/138 kB Progress (4): 0.5/12 MB | 0.7/9.0 MB | 590/920 kB | 126/138 kB Progress (4): 0.5/12 MB | 0.7/9.0 MB | 590/920 kB | 138 kB Progress (4): 0.5/12 MB | 0.7/9.0 MB | 590/920 kB | 138 kB Progress (4): 0.5/12 MB | 0.7/9.0 MB | 590/920 kB | 138 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/4.0.6/jaxb-core-4.0.6.jar (138 kB at 177 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/4.0.6/txw2-4.0.6.jar Progress (3): 0.5/12 MB | 0.7/9.0 MB | 606/920 kB Progress (3): 0.5/12 MB | 0.7/9.0 MB | 623/920 kB Progress (3): 0.5/12 MB | 0.7/9.0 MB | 639/920 kB Progress (3): 0.5/12 MB | 0.7/9.0 MB | 655/920 kB Progress (3): 0.5/12 MB | 0.7/9.0 MB | 655/920 kB Progress (3): 0.5/12 MB | 0.7/9.0 MB | 672/920 kB Progress (3): 0.5/12 MB | 0.8/9.0 MB | 672/920 kB Progress (3): 0.5/12 MB | 0.8/9.0 MB | 688/920 kB Progress (3): 0.5/12 MB | 0.8/9.0 MB | 688/920 kB Progress (3): 0.5/12 MB | 0.8/9.0 MB | 705/920 kB Progress (3): 0.5/12 MB | 0.8/9.0 MB | 705/920 kB Progress (3): 0.5/12 MB | 0.8/9.0 MB | 721/920 kB Progress (3): 0.5/12 MB | 0.8/9.0 MB | 721/920 kB Progress (3): 0.5/12 MB | 0.8/9.0 MB | 721/920 kB Progress (3): 0.5/12 MB | 0.8/9.0 MB | 737/920 kB Progress (3): 0.5/12 MB | 0.8/9.0 MB | 737/920 kB Progress (3): 0.5/12 MB | 0.8/9.0 MB | 737/920 kB Progress (3): 0.5/12 MB | 0.8/9.0 MB | 754/920 kB Progress (3): 0.5/12 MB | 0.8/9.0 MB | 754/920 kB Progress (3): 0.5/12 MB | 0.8/9.0 MB | 754/920 kB Progress (3): 0.5/12 MB | 0.8/9.0 MB | 770/920 kB Progress (3): 0.5/12 MB | 0.9/9.0 MB | 770/920 kB Progress (3): 0.6/12 MB | 0.9/9.0 MB | 770/920 kB Progress (3): 0.6/12 MB | 0.9/9.0 MB | 786/920 kB Progress (3): 0.6/12 MB | 0.9/9.0 MB | 786/920 kB Progress (3): 0.6/12 MB | 0.9/9.0 MB | 786/920 kB Progress (4): 0.6/12 MB | 0.9/9.0 MB | 786/920 kB | 7.7/27 kB Progress (4): 0.6/12 MB | 0.9/9.0 MB | 786/920 kB | 16/27 kB Progress (4): 0.6/12 MB | 0.9/9.0 MB | 786/920 kB | 27 kB Progress (4): 0.6/12 MB | 0.9/9.0 MB | 803/920 kB | 27 kB Progress (4): 0.6/12 MB | 0.9/9.0 MB | 803/920 kB | 27 kB Progress (4): 0.6/12 MB | 0.9/9.0 MB | 819/920 kB | 27 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/angus-activation/2.0.3/angus-activation-2.0.3.jar (27 kB at 34 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-jpa/3.5.8/spring-data-jpa-3.5.8.jar Progress (3): 0.6/12 MB | 0.9/9.0 MB | 819/920 kB Progress (3): 0.6/12 MB | 0.9/9.0 MB | 819/920 kB Progress (3): 0.6/12 MB | 0.9/9.0 MB | 819/920 kB Progress (3): 0.6/12 MB | 0.9/9.0 MB | 836/920 kB Progress (3): 0.6/12 MB | 0.9/9.0 MB | 836/920 kB Progress (3): 0.6/12 MB | 0.9/9.0 MB | 852/920 kB Progress (3): 0.6/12 MB | 0.9/9.0 MB | 852/920 kB Progress (3): 0.6/12 MB | 0.9/9.0 MB | 852/920 kB Progress (3): 0.7/12 MB | 0.9/9.0 MB | 852/920 kB Progress (3): 0.7/12 MB | 0.9/9.0 MB | 868/920 kB Progress (3): 0.7/12 MB | 0.9/9.0 MB | 885/920 kB Progress (3): 0.7/12 MB | 0.9/9.0 MB | 885/920 kB Progress (3): 0.7/12 MB | 0.9/9.0 MB | 885/920 kB Progress (3): 0.7/12 MB | 1.0/9.0 MB | 885/920 kB Progress (3): 0.7/12 MB | 1.0/9.0 MB | 885/920 kB Progress (3): 0.7/12 MB | 1.0/9.0 MB | 885/920 kB Progress (3): 0.7/12 MB | 1.0/9.0 MB | 901/920 kB Progress (3): 0.7/12 MB | 1.0/9.0 MB | 901/920 kB Progress (3): 0.7/12 MB | 1.0/9.0 MB | 901/920 kB Progress (3): 0.7/12 MB | 1.0/9.0 MB | 918/920 kB Progress (3): 0.7/12 MB | 1.0/9.0 MB | 920 kB Progress (3): 0.7/12 MB | 1.0/9.0 MB | 920 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/4.0.6/jaxb-runtime-4.0.6.jar (920 kB at 1.2 MB/s) Progress (2): 0.7/12 MB | 1.0/9.0 MB Progress (2): 0.7/12 MB | 1.0/9.0 MB Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-commons/3.5.8/spring-data-commons-3.5.8.jar Progress (2): 0.7/12 MB | 1.0/9.0 MB Progress (2): 0.7/12 MB | 1.0/9.0 MB Progress (2): 0.7/12 MB | 1.0/9.0 MB Progress (2): 0.7/12 MB | 1.1/9.0 MB Progress (2): 0.8/12 MB | 1.1/9.0 MB Progress (2): 0.8/12 MB | 1.1/9.0 MB Progress (2): 0.8/12 MB | 1.1/9.0 MB Progress (2): 0.8/12 MB | 1.1/9.0 MB Progress (2): 0.8/12 MB | 1.1/9.0 MB Progress (2): 0.8/12 MB | 1.1/9.0 MB Progress (2): 0.8/12 MB | 1.1/9.0 MB Progress (2): 0.8/12 MB | 1.1/9.0 MB Progress (2): 0.8/12 MB | 1.1/9.0 MB Progress (2): 0.8/12 MB | 1.1/9.0 MB Progress (2): 0.8/12 MB | 1.1/9.0 MB Progress (2): 0.8/12 MB | 1.2/9.0 MB Progress (2): 0.9/12 MB | 1.2/9.0 MB Progress (2): 0.9/12 MB | 1.2/9.0 MB Progress (2): 0.9/12 MB | 1.2/9.0 MB Progress (2): 0.9/12 MB | 1.2/9.0 MB Progress (2): 0.9/12 MB | 1.2/9.0 MB Progress (2): 0.9/12 MB | 1.2/9.0 MB Progress (2): 0.9/12 MB | 1.2/9.0 MB Progress (2): 0.9/12 MB | 1.2/9.0 MB Progress (2): 0.9/12 MB | 1.2/9.0 MB Progress (2): 0.9/12 MB | 1.2/9.0 MB Progress (2): 0.9/12 MB | 1.2/9.0 MB Progress (2): 0.9/12 MB | 1.3/9.0 MB Progress (2): 1.0/12 MB | 1.3/9.0 MB Progress (2): 1.0/12 MB | 1.3/9.0 MB Progress (2): 1.0/12 MB | 1.3/9.0 MB Progress (2): 1.0/12 MB | 1.3/9.0 MB Progress (2): 1.0/12 MB | 1.3/9.0 MB Progress (2): 1.0/12 MB | 1.3/9.0 MB Progress (2): 1.0/12 MB | 1.3/9.0 MB Progress (2): 1.0/12 MB | 1.3/9.0 MB Progress (2): 1.0/12 MB | 1.3/9.0 MB Progress (2): 1.0/12 MB | 1.3/9.0 MB Progress (2): 1.0/12 MB | 1.3/9.0 MB Progress (2): 1.1/12 MB | 1.3/9.0 MB Progress (2): 1.1/12 MB | 1.3/9.0 MB Progress (2): 1.1/12 MB | 1.3/9.0 MB Progress (2): 1.1/12 MB | 1.3/9.0 MB Progress (2): 1.1/12 MB | 1.4/9.0 MB Progress (2): 1.1/12 MB | 1.4/9.0 MB Progress (2): 1.1/12 MB | 1.4/9.0 MB Progress (2): 1.1/12 MB | 1.4/9.0 MB Progress (2): 1.1/12 MB | 1.4/9.0 MB Progress (2): 1.1/12 MB | 1.4/9.0 MB Progress (2): 1.1/12 MB | 1.4/9.0 MB Progress (2): 1.1/12 MB | 1.4/9.0 MB Progress (2): 1.1/12 MB | 1.5/9.0 MB Progress (2): 1.1/12 MB | 1.5/9.0 MB Progress (2): 1.1/12 MB | 1.5/9.0 MB Progress (2): 1.1/12 MB | 1.5/9.0 MB Progress (2): 1.1/12 MB | 1.5/9.0 MB Progress (2): 1.1/12 MB | 1.5/9.0 MB Progress (2): 1.1/12 MB | 1.6/9.0 MB Progress (2): 1.1/12 MB | 1.6/9.0 MB Progress (2): 1.1/12 MB | 1.6/9.0 MB Progress (2): 1.1/12 MB | 1.6/9.0 MB Progress (2): 1.1/12 MB | 1.6/9.0 MB Progress (2): 1.1/12 MB | 1.6/9.0 MB Progress (2): 1.1/12 MB | 1.7/9.0 MB Progress (2): 1.1/12 MB | 1.7/9.0 MB Progress (2): 1.1/12 MB | 1.7/9.0 MB Progress (2): 1.1/12 MB | 1.7/9.0 MB Progress (2): 1.1/12 MB | 1.7/9.0 MB Progress (2): 1.1/12 MB | 1.7/9.0 MB Progress (2): 1.1/12 MB | 1.7/9.0 MB Progress (2): 1.2/12 MB | 1.7/9.0 MB Progress (2): 1.2/12 MB | 1.8/9.0 MB Progress (2): 1.2/12 MB | 1.8/9.0 MB Progress (2): 1.2/12 MB | 1.8/9.0 MB Progress (2): 1.2/12 MB | 1.8/9.0 MB Progress (2): 1.2/12 MB | 1.8/9.0 MB Progress (2): 1.2/12 MB | 1.8/9.0 MB Progress (2): 1.2/12 MB | 1.8/9.0 MB Progress (2): 1.2/12 MB | 1.8/9.0 MB Progress (2): 1.2/12 MB | 1.8/9.0 MB Progress (2): 1.2/12 MB | 1.8/9.0 MB Progress (2): 1.2/12 MB | 1.9/9.0 MB Progress (2): 1.2/12 MB | 1.9/9.0 MB Progress (2): 1.2/12 MB | 1.9/9.0 MB Progress (2): 1.2/12 MB | 1.9/9.0 MB Progress (2): 1.3/12 MB | 1.9/9.0 MB Progress (2): 1.3/12 MB | 1.9/9.0 MB Progress (2): 1.3/12 MB | 1.9/9.0 MB Progress (2): 1.3/12 MB | 1.9/9.0 MB Progress (2): 1.3/12 MB | 1.9/9.0 MB Progress (2): 1.3/12 MB | 1.9/9.0 MB Progress (2): 1.3/12 MB | 2.0/9.0 MB Progress (2): 1.3/12 MB | 2.0/9.0 MB Progress (2): 1.3/12 MB | 2.0/9.0 MB Progress (2): 1.3/12 MB | 2.0/9.0 MB Progress (2): 1.3/12 MB | 2.0/9.0 MB Progress (2): 1.3/12 MB | 2.0/9.0 MB Progress (2): 1.3/12 MB | 2.0/9.0 MB Progress (2): 1.3/12 MB | 2.0/9.0 MB Progress (2): 1.3/12 MB | 2.0/9.0 MB Progress (2): 1.4/12 MB | 2.0/9.0 MB Progress (2): 1.4/12 MB | 2.0/9.0 MB Progress (2): 1.4/12 MB | 2.1/9.0 MB Progress (2): 1.4/12 MB | 2.1/9.0 MB Progress (2): 1.4/12 MB | 2.1/9.0 MB Progress (2): 1.4/12 MB | 2.1/9.0 MB Progress (2): 1.4/12 MB | 2.1/9.0 MB Progress (2): 1.4/12 MB | 2.1/9.0 MB Progress (2): 1.4/12 MB | 2.1/9.0 MB Progress (2): 1.4/12 MB | 2.1/9.0 MB Progress (2): 1.4/12 MB | 2.1/9.0 MB Progress (2): 1.4/12 MB | 2.2/9.0 MB Progress (2): 1.4/12 MB | 2.2/9.0 MB Progress (2): 1.4/12 MB | 2.2/9.0 MB Progress (2): 1.4/12 MB | 2.2/9.0 MB Progress (2): 1.4/12 MB | 2.2/9.0 MB Progress (2): 1.5/12 MB | 2.2/9.0 MB Progress (2): 1.5/12 MB | 2.2/9.0 MB Progress (2): 1.5/12 MB | 2.2/9.0 MB Progress (2): 1.5/12 MB | 2.2/9.0 MB Progress (2): 1.5/12 MB | 2.2/9.0 MB Progress (2): 1.5/12 MB | 2.2/9.0 MB Progress (2): 1.5/12 MB | 2.2/9.0 MB Progress (2): 1.5/12 MB | 2.3/9.0 MB Progress (2): 1.5/12 MB | 2.3/9.0 MB Progress (2): 1.5/12 MB | 2.3/9.0 MB Progress (2): 1.5/12 MB | 2.3/9.0 MB Progress (2): 1.5/12 MB | 2.3/9.0 MB Progress (3): 1.5/12 MB | 2.3/9.0 MB | 7.7/73 kB Progress (3): 1.5/12 MB | 2.3/9.0 MB | 12/73 kB Progress (3): 1.5/12 MB | 2.3/9.0 MB | 12/73 kB Progress (3): 1.5/12 MB | 2.3/9.0 MB | 12/73 kB Progress (3): 1.5/12 MB | 2.3/9.0 MB | 28/73 kB Progress (3): 1.5/12 MB | 2.3/9.0 MB | 28/73 kB Progress (3): 1.5/12 MB | 2.3/9.0 MB | 44/73 kB Progress (3): 1.5/12 MB | 2.3/9.0 MB | 61/73 kB Progress (3): 1.5/12 MB | 2.3/9.0 MB | 73 kB Progress (3): 1.6/12 MB | 2.3/9.0 MB | 73 kB Progress (3): 1.6/12 MB | 2.4/9.0 MB | 73 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/4.0.6/txw2-4.0.6.jar (73 kB at 84 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-orm/6.2.15/spring-orm-6.2.15.jar Progress (2): 1.6/12 MB | 2.4/9.0 MB Progress (2): 1.6/12 MB | 2.4/9.0 MB Progress (2): 1.6/12 MB | 2.4/9.0 MB Progress (2): 1.6/12 MB | 2.4/9.0 MB Progress (2): 1.6/12 MB | 2.4/9.0 MB Progress (2): 1.6/12 MB | 2.4/9.0 MB Progress (2): 1.6/12 MB | 2.4/9.0 MB Progress (2): 1.6/12 MB | 2.4/9.0 MB Progress (2): 1.6/12 MB | 2.4/9.0 MB Progress (2): 1.6/12 MB | 2.4/9.0 MB Progress (2): 1.6/12 MB | 2.4/9.0 MB Progress (2): 1.6/12 MB | 2.5/9.0 MB Progress (2): 1.6/12 MB | 2.5/9.0 MB Progress (2): 1.7/12 MB | 2.5/9.0 MB Progress (2): 1.7/12 MB | 2.5/9.0 MB Progress (2): 1.7/12 MB | 2.5/9.0 MB Progress (2): 1.7/12 MB | 2.5/9.0 MB Progress (2): 1.7/12 MB | 2.5/9.0 MB Progress (2): 1.7/12 MB | 2.5/9.0 MB Progress (2): 1.7/12 MB | 2.5/9.0 MB Progress (2): 1.7/12 MB | 2.6/9.0 MB Progress (2): 1.7/12 MB | 2.6/9.0 MB Progress (2): 1.7/12 MB | 2.6/9.0 MB Progress (2): 1.7/12 MB | 2.6/9.0 MB Progress (2): 1.7/12 MB | 2.6/9.0 MB Progress (2): 1.7/12 MB | 2.6/9.0 MB Progress (2): 1.7/12 MB | 2.6/9.0 MB Progress (2): 1.8/12 MB | 2.6/9.0 MB Progress (2): 1.8/12 MB | 2.6/9.0 MB Progress (2): 1.8/12 MB | 2.6/9.0 MB Progress (2): 1.8/12 MB | 2.6/9.0 MB Progress (2): 1.8/12 MB | 2.7/9.0 MB Progress (2): 1.8/12 MB | 2.7/9.0 MB Progress (2): 1.8/12 MB | 2.7/9.0 MB Progress (2): 1.8/12 MB | 2.7/9.0 MB Progress (2): 1.8/12 MB | 2.7/9.0 MB Progress (2): 1.8/12 MB | 2.7/9.0 MB Progress (2): 1.8/12 MB | 2.7/9.0 MB Progress (2): 1.8/12 MB | 2.7/9.0 MB Progress (3): 1.8/12 MB | 2.7/9.0 MB | 0/1.8 MB Progress (3): 1.8/12 MB | 2.7/9.0 MB | 0/1.8 MB Progress (3): 1.8/12 MB | 2.7/9.0 MB | 0/1.8 MB Progress (3): 1.8/12 MB | 2.7/9.0 MB | 0/1.8 MB Progress (3): 1.8/12 MB | 2.7/9.0 MB | 0/1.8 MB Progress (3): 1.8/12 MB | 2.7/9.0 MB | 0/1.8 MB Progress (4): 1.8/12 MB | 2.7/9.0 MB | 0/1.8 MB | 0/1.5 MB Progress (4): 1.8/12 MB | 2.7/9.0 MB | 0/1.8 MB | 0/1.5 MB Progress (4): 1.8/12 MB | 2.7/9.0 MB | 0.1/1.8 MB | 0/1.5 MB Progress (4): 1.9/12 MB | 2.7/9.0 MB | 0.1/1.8 MB | 0/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.1/1.8 MB | 0/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.1/1.8 MB | 0/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.1/1.8 MB | 0/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.1/1.8 MB | 0/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.1/1.8 MB | 0/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.1/1.8 MB | 0/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.1/1.8 MB | 0/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.1/1.8 MB | 0.1/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.1/1.8 MB | 0.1/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.1/1.8 MB | 0.1/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.1/1.8 MB | 0.1/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.1/1.8 MB | 0.1/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.1/1.8 MB | 0.1/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.1/1.8 MB | 0.1/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.1/1.8 MB | 0.1/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.1/1.8 MB | 0.1/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.1/1.8 MB | 0.1/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.1/1.8 MB | 0.1/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.2/1.8 MB | 0.1/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.2/1.8 MB | 0.1/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.2/1.8 MB | 0.1/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.2/1.8 MB | 0.1/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.2/1.8 MB | 0.1/1.5 MB Progress (4): 1.9/12 MB | 2.8/9.0 MB | 0.2/1.8 MB | 0.1/1.5 MB Progress (4): 1.9/12 MB | 2.9/9.0 MB | 0.2/1.8 MB | 0.1/1.5 MB Progress (4): 1.9/12 MB | 2.9/9.0 MB | 0.2/1.8 MB | 0.1/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.2/1.8 MB | 0.1/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.2/1.8 MB | 0.1/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.2/1.8 MB | 0.1/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.2/1.8 MB | 0.1/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.2/1.8 MB | 0.1/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.2/1.8 MB | 0.1/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.2/1.8 MB | 0.1/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.2/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.2/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.2/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.2/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.2/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.2/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.3/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.3/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.3/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.3/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.3/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.3/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.3/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.3/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.3/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.3/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 2.9/9.0 MB | 0.3/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 3.0/9.0 MB | 0.3/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 3.0/9.0 MB | 0.3/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 3.0/9.0 MB | 0.3/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 3.0/9.0 MB | 0.3/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 3.0/9.0 MB | 0.3/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 3.0/9.0 MB | 0.3/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 3.0/9.0 MB | 0.3/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 3.0/9.0 MB | 0.3/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 3.0/9.0 MB | 0.4/1.8 MB | 0.2/1.5 MB Progress (4): 2.0/12 MB | 3.0/9.0 MB | 0.4/1.8 MB | 0.3/1.5 MB Progress (4): 2.0/12 MB | 3.0/9.0 MB | 0.4/1.8 MB | 0.3/1.5 MB Progress (4): 2.0/12 MB | 3.0/9.0 MB | 0.4/1.8 MB | 0.3/1.5 MB Progress (4): 2.0/12 MB | 3.0/9.0 MB | 0.4/1.8 MB | 0.3/1.5 MB Progress (4): 2.0/12 MB | 3.0/9.0 MB | 0.4/1.8 MB | 0.3/1.5 MB Progress (4): 2.0/12 MB | 3.0/9.0 MB | 0.4/1.8 MB | 0.3/1.5 MB Progress (4): 2.0/12 MB | 3.0/9.0 MB | 0.4/1.8 MB | 0.3/1.5 MB Progress (4): 2.0/12 MB | 3.0/9.0 MB | 0.4/1.8 MB | 0.3/1.5 MB Progress (4): 2.0/12 MB | 3.0/9.0 MB | 0.4/1.8 MB | 0.3/1.5 MB Progress (4): 2.0/12 MB | 3.0/9.0 MB | 0.4/1.8 MB | 0.3/1.5 MB Progress (4): 2.0/12 MB | 3.0/9.0 MB | 0.4/1.8 MB | 0.4/1.5 MB Progress (4): 2.0/12 MB | 3.0/9.0 MB | 0.4/1.8 MB | 0.4/1.5 MB Progress (4): 2.1/12 MB | 3.0/9.0 MB | 0.4/1.8 MB | 0.4/1.5 MB Progress (4): 2.1/12 MB | 3.0/9.0 MB | 0.4/1.8 MB | 0.4/1.5 MB Progress (4): 2.1/12 MB | 3.0/9.0 MB | 0.4/1.8 MB | 0.4/1.5 MB Progress (4): 2.1/12 MB | 3.0/9.0 MB | 0.4/1.8 MB | 0.4/1.5 MB Progress (4): 2.1/12 MB | 3.0/9.0 MB | 0.4/1.8 MB | 0.4/1.5 MB Progress (4): 2.1/12 MB | 3.0/9.0 MB | 0.4/1.8 MB | 0.4/1.5 MB Progress (4): 2.1/12 MB | 3.0/9.0 MB | 0.4/1.8 MB | 0.4/1.5 MB Progress (4): 2.1/12 MB | 3.0/9.0 MB | 0.4/1.8 MB | 0.4/1.5 MB Progress (4): 2.1/12 MB | 3.0/9.0 MB | 0.5/1.8 MB | 0.4/1.5 MB Progress (4): 2.1/12 MB | 3.0/9.0 MB | 0.5/1.8 MB | 0.4/1.5 MB Progress (4): 2.1/12 MB | 3.1/9.0 MB | 0.5/1.8 MB | 0.4/1.5 MB Progress (4): 2.1/12 MB | 3.1/9.0 MB | 0.5/1.8 MB | 0.4/1.5 MB Progress (4): 2.1/12 MB | 3.1/9.0 MB | 0.5/1.8 MB | 0.4/1.5 MB Progress (4): 2.1/12 MB | 3.1/9.0 MB | 0.5/1.8 MB | 0.4/1.5 MB Progress (4): 2.1/12 MB | 3.1/9.0 MB | 0.5/1.8 MB | 0.4/1.5 MB Progress (4): 2.1/12 MB | 3.1/9.0 MB | 0.5/1.8 MB | 0.4/1.5 MB Progress (4): 2.1/12 MB | 3.1/9.0 MB | 0.5/1.8 MB | 0.4/1.5 MB Progress (4): 2.1/12 MB | 3.1/9.0 MB | 0.5/1.8 MB | 0.4/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.5/1.8 MB | 0.4/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.5/1.8 MB | 0.4/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.5/1.8 MB | 0.4/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.5/1.8 MB | 0.4/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.5/1.8 MB | 0.4/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.5/1.8 MB | 0.4/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.5/1.8 MB | 0.4/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.5/1.8 MB | 0.4/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.5/1.8 MB | 0.4/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.6/1.8 MB | 0.4/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.6/1.8 MB | 0.4/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.6/1.8 MB | 0.4/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.6/1.8 MB | 0.4/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.6/1.8 MB | 0.5/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.6/1.8 MB | 0.5/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.6/1.8 MB | 0.5/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.6/1.8 MB | 0.5/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.6/1.8 MB | 0.5/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.6/1.8 MB | 0.5/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.6/1.8 MB | 0.5/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.6/1.8 MB | 0.5/1.5 MB Progress (4): 2.2/12 MB | 3.1/9.0 MB | 0.6/1.8 MB | 0.5/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.6/1.8 MB | 0.5/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.6/1.8 MB | 0.5/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.6/1.8 MB | 0.5/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.7/1.8 MB | 0.5/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.7/1.8 MB | 0.5/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.7/1.8 MB | 0.5/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.7/1.8 MB | 0.5/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.7/1.8 MB | 0.5/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.7/1.8 MB | 0.6/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.7/1.8 MB | 0.6/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.7/1.8 MB | 0.6/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.7/1.8 MB | 0.6/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.7/1.8 MB | 0.6/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.7/1.8 MB | 0.6/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.7/1.8 MB | 0.6/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.7/1.8 MB | 0.6/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.7/1.8 MB | 0.6/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.7/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.7/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB Progress (5): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB | 7.7/235 kB Progress (5): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB | 16/235 kB Progress (5): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB | 32/235 kB Progress (5): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB | 49/235 kB Progress (5): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB | 65/235 kB Progress (5): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB | 81/235 kB Progress (5): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB | 98/235 kB Progress (5): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB | 114/235 kB Progress (5): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB | 131/235 kB Progress (5): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB | 147/235 kB Progress (5): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB | 163/235 kB Progress (5): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB | 180/235 kB Progress (5): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB | 196/235 kB Progress (5): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB | 213/235 kB Progress (5): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB | 229/235 kB Progress (5): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB | 235 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-orm/6.2.15/spring-orm-6.2.15.jar (235 kB at 243 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/6.2.15/spring-context-6.2.15.jar Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.8/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.9/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.9/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.9/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.9/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.9/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.9/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 0.9/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 1.0/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 1.0/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 1.0/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 1.0/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 1.0/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 1.0/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 1.1/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 1.1/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 1.1/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 1.1/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 1.1/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 1.1/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 1.1/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 1.2/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 1.2/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 1.2/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 1.2/1.8 MB | 0.7/1.5 MB Progress (4): 2.2/12 MB | 3.2/9.0 MB | 1.2/1.8 MB | 0.7/1.5 MB Progress (4): 2.3/12 MB | 3.2/9.0 MB | 1.2/1.8 MB | 0.7/1.5 MB Progress (4): 2.3/12 MB | 3.2/9.0 MB | 1.2/1.8 MB | 0.7/1.5 MB Progress (4): 2.3/12 MB | 3.2/9.0 MB | 1.2/1.8 MB | 0.7/1.5 MB Progress (4): 2.3/12 MB | 3.2/9.0 MB | 1.2/1.8 MB | 0.7/1.5 MB Progress (4): 2.3/12 MB | 3.2/9.0 MB | 1.2/1.8 MB | 0.7/1.5 MB Progress (4): 2.3/12 MB | 3.2/9.0 MB | 1.2/1.8 MB | 0.7/1.5 MB Progress (4): 2.3/12 MB | 3.2/9.0 MB | 1.2/1.8 MB | 0.7/1.5 MB Progress (4): 2.3/12 MB | 3.2/9.0 MB | 1.3/1.8 MB | 0.7/1.5 MB Progress (4): 2.3/12 MB | 3.2/9.0 MB | 1.3/1.8 MB | 0.7/1.5 MB Progress (4): 2.3/12 MB | 3.2/9.0 MB | 1.3/1.8 MB | 0.7/1.5 MB Progress (4): 2.3/12 MB | 3.2/9.0 MB | 1.3/1.8 MB | 0.7/1.5 MB Progress (4): 2.4/12 MB | 3.2/9.0 MB | 1.3/1.8 MB | 0.7/1.5 MB Progress (4): 2.4/12 MB | 3.2/9.0 MB | 1.3/1.8 MB | 0.7/1.5 MB Progress (4): 2.4/12 MB | 3.2/9.0 MB | 1.3/1.8 MB | 0.7/1.5 MB Progress (4): 2.4/12 MB | 3.2/9.0 MB | 1.3/1.8 MB | 0.7/1.5 MB Progress (4): 2.4/12 MB | 3.2/9.0 MB | 1.3/1.8 MB | 0.7/1.5 MB Progress (4): 2.4/12 MB | 3.2/9.0 MB | 1.3/1.8 MB | 0.7/1.5 MB Progress (4): 2.4/12 MB | 3.2/9.0 MB | 1.3/1.8 MB | 0.7/1.5 MB Progress (4): 2.4/12 MB | 3.2/9.0 MB | 1.3/1.8 MB | 0.7/1.5 MB Progress (4): 2.4/12 MB | 3.2/9.0 MB | 1.3/1.8 MB | 0.7/1.5 MB Progress (4): 2.4/12 MB | 3.2/9.0 MB | 1.4/1.8 MB | 0.7/1.5 MB Progress (4): 2.4/12 MB | 3.2/9.0 MB | 1.4/1.8 MB | 0.7/1.5 MB Progress (4): 2.4/12 MB | 3.2/9.0 MB | 1.4/1.8 MB | 0.7/1.5 MB Progress (4): 2.4/12 MB | 3.2/9.0 MB | 1.4/1.8 MB | 0.7/1.5 MB Progress (4): 2.5/12 MB | 3.2/9.0 MB | 1.4/1.8 MB | 0.7/1.5 MB Progress (4): 2.5/12 MB | 3.2/9.0 MB | 1.4/1.8 MB | 0.7/1.5 MB Progress (4): 2.5/12 MB | 3.2/9.0 MB | 1.4/1.8 MB | 0.7/1.5 MB Progress (4): 2.5/12 MB | 3.2/9.0 MB | 1.4/1.8 MB | 0.7/1.5 MB Progress (4): 2.5/12 MB | 3.2/9.0 MB | 1.5/1.8 MB | 0.7/1.5 MB Progress (4): 2.5/12 MB | 3.2/9.0 MB | 1.5/1.8 MB | 0.7/1.5 MB Progress (4): 2.5/12 MB | 3.2/9.0 MB | 1.5/1.8 MB | 0.7/1.5 MB Progress (4): 2.5/12 MB | 3.2/9.0 MB | 1.5/1.8 MB | 0.7/1.5 MB Progress (4): 2.5/12 MB | 3.2/9.0 MB | 1.5/1.8 MB | 0.7/1.5 MB Progress (4): 2.5/12 MB | 3.2/9.0 MB | 1.5/1.8 MB | 0.7/1.5 MB Progress (4): 2.5/12 MB | 3.2/9.0 MB | 1.5/1.8 MB | 0.7/1.5 MB Progress (4): 2.5/12 MB | 3.2/9.0 MB | 1.5/1.8 MB | 0.7/1.5 MB Progress (4): 2.5/12 MB | 3.2/9.0 MB | 1.5/1.8 MB | 0.7/1.5 MB Progress (4): 2.5/12 MB | 3.2/9.0 MB | 1.5/1.8 MB | 0.7/1.5 MB Progress (4): 2.5/12 MB | 3.2/9.0 MB | 1.6/1.8 MB | 0.7/1.5 MB Progress (4): 2.5/12 MB | 3.2/9.0 MB | 1.6/1.8 MB | 0.7/1.5 MB Progress (4): 2.6/12 MB | 3.2/9.0 MB | 1.6/1.8 MB | 0.7/1.5 MB Progress (4): 2.6/12 MB | 3.2/9.0 MB | 1.6/1.8 MB | 0.7/1.5 MB Progress (4): 2.6/12 MB | 3.2/9.0 MB | 1.6/1.8 MB | 0.7/1.5 MB Progress (4): 2.6/12 MB | 3.2/9.0 MB | 1.6/1.8 MB | 0.7/1.5 MB Progress (4): 2.6/12 MB | 3.2/9.0 MB | 1.6/1.8 MB | 0.7/1.5 MB Progress (4): 2.6/12 MB | 3.2/9.0 MB | 1.6/1.8 MB | 0.7/1.5 MB Progress (4): 2.6/12 MB | 3.2/9.0 MB | 1.6/1.8 MB | 0.7/1.5 MB Progress (4): 2.6/12 MB | 3.2/9.0 MB | 1.6/1.8 MB | 0.7/1.5 MB Progress (4): 2.6/12 MB | 3.2/9.0 MB | 1.6/1.8 MB | 0.7/1.5 MB Progress (4): 2.6/12 MB | 3.2/9.0 MB | 1.7/1.8 MB | 0.7/1.5 MB Progress (4): 2.6/12 MB | 3.2/9.0 MB | 1.7/1.8 MB | 0.7/1.5 MB Progress (4): 2.6/12 MB | 3.2/9.0 MB | 1.7/1.8 MB | 0.7/1.5 MB Progress (4): 2.6/12 MB | 3.2/9.0 MB | 1.7/1.8 MB | 0.7/1.5 MB Progress (4): 2.6/12 MB | 3.2/9.0 MB | 1.7/1.8 MB | 0.7/1.5 MB Progress (4): 2.6/12 MB | 3.2/9.0 MB | 1.7/1.8 MB | 0.7/1.5 MB Progress (4): 2.6/12 MB | 3.2/9.0 MB | 1.7/1.8 MB | 0.7/1.5 MB Progress (4): 2.6/12 MB | 3.2/9.0 MB | 1.7/1.8 MB | 0.7/1.5 MB Progress (4): 2.6/12 MB | 3.2/9.0 MB | 1.8/1.8 MB | 0.7/1.5 MB Progress (4): 2.7/12 MB | 3.2/9.0 MB | 1.8/1.8 MB | 0.7/1.5 MB Progress (4): 2.7/12 MB | 3.2/9.0 MB | 1.8/1.8 MB | 0.7/1.5 MB Progress (4): 2.7/12 MB | 3.2/9.0 MB | 1.8/1.8 MB | 0.7/1.5 MB Progress (4): 2.7/12 MB | 3.2/9.0 MB | 1.8/1.8 MB | 0.7/1.5 MB Progress (4): 2.7/12 MB | 3.2/9.0 MB | 1.8/1.8 MB | 0.7/1.5 MB Progress (4): 2.7/12 MB | 3.2/9.0 MB | 1.8/1.8 MB | 0.7/1.5 MB Progress (4): 2.7/12 MB | 3.2/9.0 MB | 1.8/1.8 MB | 0.7/1.5 MB Progress (4): 2.7/12 MB | 3.2/9.0 MB | 1.8/1.8 MB | 0.7/1.5 MB Progress (4): 2.7/12 MB | 3.2/9.0 MB | 1.8/1.8 MB | 0.7/1.5 MB Progress (4): 2.7/12 MB | 3.2/9.0 MB | 1.8/1.8 MB | 0.7/1.5 MB Progress (4): 2.7/12 MB | 3.2/9.0 MB | 1.8 MB | 0.7/1.5 MB Progress (4): 2.7/12 MB | 3.2/9.0 MB | 1.8 MB | 0.7/1.5 MB Progress (4): 2.7/12 MB | 3.2/9.0 MB | 1.8 MB | 0.7/1.5 MB Progress (4): 2.7/12 MB | 3.2/9.0 MB | 1.8 MB | 0.7/1.5 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-jpa/3.5.8/spring-data-jpa-3.5.8.jar (1.8 MB at 1.8 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/6.2.15/spring-aop-6.2.15.jar Progress (3): 2.7/12 MB | 3.3/9.0 MB | 0.7/1.5 MB Progress (3): 2.7/12 MB | 3.3/9.0 MB | 0.7/1.5 MB Progress (3): 2.7/12 MB | 3.3/9.0 MB | 0.7/1.5 MB Progress (3): 2.8/12 MB | 3.3/9.0 MB | 0.7/1.5 MB Progress (3): 2.8/12 MB | 3.3/9.0 MB | 0.7/1.5 MB Progress (3): 2.8/12 MB | 3.3/9.0 MB | 0.7/1.5 MB Progress (3): 2.8/12 MB | 3.3/9.0 MB | 0.7/1.5 MB Progress (3): 2.8/12 MB | 3.3/9.0 MB | 0.7/1.5 MB Progress (3): 2.8/12 MB | 3.3/9.0 MB | 0.7/1.5 MB Progress (3): 2.8/12 MB | 3.3/9.0 MB | 0.7/1.5 MB Progress (3): 2.8/12 MB | 3.4/9.0 MB | 0.7/1.5 MB Progress (3): 2.8/12 MB | 3.4/9.0 MB | 0.7/1.5 MB Progress (3): 2.8/12 MB | 3.4/9.0 MB | 0.7/1.5 MB Progress (3): 2.8/12 MB | 3.4/9.0 MB | 0.7/1.5 MB Progress (3): 2.8/12 MB | 3.4/9.0 MB | 0.7/1.5 MB Progress (3): 2.8/12 MB | 3.4/9.0 MB | 0.7/1.5 MB Progress (3): 2.8/12 MB | 3.4/9.0 MB | 0.7/1.5 MB Progress (3): 2.9/12 MB | 3.4/9.0 MB | 0.7/1.5 MB Progress (3): 2.9/12 MB | 3.4/9.0 MB | 0.7/1.5 MB Progress (3): 2.9/12 MB | 3.4/9.0 MB | 0.7/1.5 MB Progress (3): 2.9/12 MB | 3.4/9.0 MB | 0.7/1.5 MB Progress (3): 2.9/12 MB | 3.5/9.0 MB | 0.7/1.5 MB Progress (3): 2.9/12 MB | 3.5/9.0 MB | 0.7/1.5 MB Progress (3): 2.9/12 MB | 3.5/9.0 MB | 0.7/1.5 MB Progress (3): 2.9/12 MB | 3.5/9.0 MB | 0.7/1.5 MB Progress (3): 2.9/12 MB | 3.5/9.0 MB | 0.7/1.5 MB Progress (3): 2.9/12 MB | 3.5/9.0 MB | 0.7/1.5 MB Progress (3): 2.9/12 MB | 3.5/9.0 MB | 0.7/1.5 MB Progress (3): 2.9/12 MB | 3.5/9.0 MB | 0.7/1.5 MB Progress (3): 2.9/12 MB | 3.5/9.0 MB | 0.7/1.5 MB Progress (3): 2.9/12 MB | 3.5/9.0 MB | 0.7/1.5 MB Progress (3): 2.9/12 MB | 3.6/9.0 MB | 0.7/1.5 MB Progress (3): 2.9/12 MB | 3.6/9.0 MB | 0.7/1.5 MB Progress (3): 3.0/12 MB | 3.6/9.0 MB | 0.7/1.5 MB Progress (3): 3.0/12 MB | 3.6/9.0 MB | 0.7/1.5 MB Progress (3): 3.0/12 MB | 3.6/9.0 MB | 0.7/1.5 MB Progress (3): 3.0/12 MB | 3.6/9.0 MB | 0.7/1.5 MB Progress (3): 3.0/12 MB | 3.6/9.0 MB | 0.7/1.5 MB Progress (3): 3.0/12 MB | 3.6/9.0 MB | 0.7/1.5 MB Progress (3): 3.0/12 MB | 3.6/9.0 MB | 0.7/1.5 MB Progress (3): 3.0/12 MB | 3.7/9.0 MB | 0.7/1.5 MB Progress (3): 3.0/12 MB | 3.7/9.0 MB | 0.7/1.5 MB Progress (3): 3.0/12 MB | 3.7/9.0 MB | 0.7/1.5 MB Progress (3): 3.0/12 MB | 3.7/9.0 MB | 0.7/1.5 MB Progress (3): 3.0/12 MB | 3.7/9.0 MB | 0.7/1.5 MB Progress (3): 3.0/12 MB | 3.7/9.0 MB | 0.7/1.5 MB Progress (3): 3.0/12 MB | 3.7/9.0 MB | 0.7/1.5 MB Progress (3): 3.0/12 MB | 3.7/9.0 MB | 0.7/1.5 MB Progress (3): 3.0/12 MB | 3.7/9.0 MB | 0.7/1.5 MB Progress (3): 3.0/12 MB | 3.7/9.0 MB | 0.7/1.5 MB Progress (3): 3.0/12 MB | 3.8/9.0 MB | 0.7/1.5 MB Progress (3): 3.1/12 MB | 3.8/9.0 MB | 0.7/1.5 MB Progress (3): 3.1/12 MB | 3.8/9.0 MB | 0.7/1.5 MB Progress (3): 3.1/12 MB | 3.8/9.0 MB | 0.7/1.5 MB Progress (3): 3.1/12 MB | 3.8/9.0 MB | 0.7/1.5 MB Progress (3): 3.1/12 MB | 3.8/9.0 MB | 0.7/1.5 MB Progress (3): 3.1/12 MB | 3.8/9.0 MB | 0.7/1.5 MB Progress (3): 3.1/12 MB | 3.8/9.0 MB | 0.7/1.5 MB Progress (3): 3.1/12 MB | 3.8/9.0 MB | 0.7/1.5 MB Progress (3): 3.1/12 MB | 3.8/9.0 MB | 0.7/1.5 MB Progress (3): 3.1/12 MB | 3.8/9.0 MB | 0.7/1.5 MB Progress (3): 3.1/12 MB | 3.8/9.0 MB | 0.7/1.5 MB Progress (3): 3.1/12 MB | 3.8/9.0 MB | 0.7/1.5 MB Progress (3): 3.1/12 MB | 3.9/9.0 MB | 0.7/1.5 MB Progress (3): 3.1/12 MB | 3.9/9.0 MB | 0.7/1.5 MB Progress (3): 3.2/12 MB | 3.9/9.0 MB | 0.7/1.5 MB Progress (3): 3.2/12 MB | 3.9/9.0 MB | 0.7/1.5 MB Progress (3): 3.2/12 MB | 3.9/9.0 MB | 0.7/1.5 MB Progress (3): 3.2/12 MB | 3.9/9.0 MB | 0.7/1.5 MB Progress (3): 3.2/12 MB | 3.9/9.0 MB | 0.7/1.5 MB Progress (3): 3.2/12 MB | 3.9/9.0 MB | 0.7/1.5 MB Progress (3): 3.2/12 MB | 3.9/9.0 MB | 0.7/1.5 MB Progress (3): 3.2/12 MB | 3.9/9.0 MB | 0.7/1.5 MB Progress (3): 3.2/12 MB | 3.9/9.0 MB | 0.7/1.5 MB Progress (3): 3.2/12 MB | 3.9/9.0 MB | 0.7/1.5 MB Progress (3): 3.3/12 MB | 3.9/9.0 MB | 0.7/1.5 MB Progress (3): 3.3/12 MB | 4.0/9.0 MB | 0.7/1.5 MB Progress (3): 3.3/12 MB | 4.0/9.0 MB | 0.7/1.5 MB Progress (3): 3.3/12 MB | 4.0/9.0 MB | 0.7/1.5 MB Progress (3): 3.3/12 MB | 4.0/9.0 MB | 0.7/1.5 MB Progress (3): 3.3/12 MB | 4.0/9.0 MB | 0.7/1.5 MB Progress (3): 3.3/12 MB | 4.0/9.0 MB | 0.7/1.5 MB Progress (3): 3.3/12 MB | 4.0/9.0 MB | 0.7/1.5 MB Progress (3): 3.3/12 MB | 4.0/9.0 MB | 0.7/1.5 MB Progress (3): 3.3/12 MB | 4.0/9.0 MB | 0.7/1.5 MB Progress (3): 3.3/12 MB | 4.0/9.0 MB | 0.7/1.5 MB Progress (3): 3.3/12 MB | 4.0/9.0 MB | 0.7/1.5 MB Progress (3): 3.3/12 MB | 4.1/9.0 MB | 0.7/1.5 MB Progress (3): 3.4/12 MB | 4.1/9.0 MB | 0.7/1.5 MB Progress (3): 3.4/12 MB | 4.1/9.0 MB | 0.7/1.5 MB Progress (3): 3.4/12 MB | 4.1/9.0 MB | 0.7/1.5 MB Progress (3): 3.4/12 MB | 4.1/9.0 MB | 0.7/1.5 MB Progress (3): 3.4/12 MB | 4.1/9.0 MB | 0.7/1.5 MB Progress (3): 3.4/12 MB | 4.1/9.0 MB | 0.7/1.5 MB Progress (3): 3.4/12 MB | 4.1/9.0 MB | 0.7/1.5 MB Progress (3): 3.4/12 MB | 4.1/9.0 MB | 0.7/1.5 MB Progress (3): 3.4/12 MB | 4.1/9.0 MB | 0.7/1.5 MB Progress (3): 3.5/12 MB | 4.1/9.0 MB | 0.7/1.5 MB Progress (3): 3.5/12 MB | 4.1/9.0 MB | 0.7/1.5 MB Progress (3): 3.5/12 MB | 4.1/9.0 MB | 0.7/1.5 MB Progress (3): 3.5/12 MB | 4.1/9.0 MB | 0.7/1.5 MB Progress (3): 3.5/12 MB | 4.2/9.0 MB | 0.7/1.5 MB Progress (3): 3.5/12 MB | 4.2/9.0 MB | 0.7/1.5 MB Progress (3): 3.5/12 MB | 4.2/9.0 MB | 0.7/1.5 MB Progress (3): 3.5/12 MB | 4.2/9.0 MB | 0.7/1.5 MB Progress (3): 3.5/12 MB | 4.2/9.0 MB | 0.7/1.5 MB Progress (3): 3.5/12 MB | 4.2/9.0 MB | 0.7/1.5 MB Progress (3): 3.5/12 MB | 4.2/9.0 MB | 0.7/1.5 MB Progress (3): 3.5/12 MB | 4.2/9.0 MB | 0.7/1.5 MB Progress (3): 3.5/12 MB | 4.2/9.0 MB | 0.7/1.5 MB Progress (3): 3.5/12 MB | 4.2/9.0 MB | 0.7/1.5 MB Progress (3): 3.6/12 MB | 4.2/9.0 MB | 0.7/1.5 MB Progress (3): 3.6/12 MB | 4.2/9.0 MB | 0.7/1.5 MB Progress (3): 3.6/12 MB | 4.2/9.0 MB | 0.7/1.5 MB Progress (3): 3.6/12 MB | 4.2/9.0 MB | 0.7/1.5 MB Progress (3): 3.6/12 MB | 4.2/9.0 MB | 0.7/1.5 MB Progress (3): 3.6/12 MB | 4.2/9.0 MB | 0.7/1.5 MB Progress (3): 3.6/12 MB | 4.2/9.0 MB | 0.7/1.5 MB Progress (3): 3.6/12 MB | 4.2/9.0 MB | 0.7/1.5 MB Progress (3): 3.6/12 MB | 4.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.7/12 MB | 4.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.7/12 MB | 4.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.7/12 MB | 4.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.7/12 MB | 4.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.7/12 MB | 4.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.7/12 MB | 4.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.7/12 MB | 4.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.7/12 MB | 4.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.8/12 MB | 4.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.8/12 MB | 4.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.8/12 MB | 4.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.8/12 MB | 4.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.8/12 MB | 4.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.8/12 MB | 4.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.8/12 MB | 4.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.8/12 MB | 4.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.8/12 MB | 4.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.8/12 MB | 4.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.8/12 MB | 4.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.8/12 MB | 4.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.8/12 MB | 4.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.9/12 MB | 4.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.9/12 MB | 4.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.9/12 MB | 4.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.9/12 MB | 4.4/9.0 MB | 0.8/1.5 MB Progress (3): 3.9/12 MB | 4.4/9.0 MB | 0.8/1.5 MB Progress (3): 3.9/12 MB | 4.4/9.0 MB | 0.8/1.5 MB Progress (3): 3.9/12 MB | 4.4/9.0 MB | 0.8/1.5 MB Progress (3): 3.9/12 MB | 4.4/9.0 MB | 0.8/1.5 MB Progress (3): 3.9/12 MB | 4.4/9.0 MB | 0.8/1.5 MB Progress (3): 3.9/12 MB | 4.4/9.0 MB | 0.8/1.5 MB Progress (3): 3.9/12 MB | 4.4/9.0 MB | 0.8/1.5 MB Progress (3): 3.9/12 MB | 4.4/9.0 MB | 0.8/1.5 MB Progress (3): 3.9/12 MB | 4.4/9.0 MB | 0.8/1.5 MB Progress (3): 3.9/12 MB | 4.4/9.0 MB | 0.8/1.5 MB Progress (3): 3.9/12 MB | 4.4/9.0 MB | 0.8/1.5 MB Progress (3): 4.0/12 MB | 4.4/9.0 MB | 0.8/1.5 MB Progress (3): 4.0/12 MB | 4.4/9.0 MB | 0.8/1.5 MB Progress (3): 4.0/12 MB | 4.4/9.0 MB | 0.8/1.5 MB Progress (3): 4.0/12 MB | 4.4/9.0 MB | 0.9/1.5 MB Progress (3): 4.0/12 MB | 4.4/9.0 MB | 0.9/1.5 MB Progress (3): 4.0/12 MB | 4.4/9.0 MB | 0.9/1.5 MB Progress (3): 4.0/12 MB | 4.4/9.0 MB | 0.9/1.5 MB Progress (3): 4.0/12 MB | 4.4/9.0 MB | 0.9/1.5 MB Progress (3): 4.0/12 MB | 4.4/9.0 MB | 0.9/1.5 MB Progress (3): 4.0/12 MB | 4.4/9.0 MB | 0.9/1.5 MB Progress (3): 4.0/12 MB | 4.4/9.0 MB | 0.9/1.5 MB Progress (3): 4.0/12 MB | 4.4/9.0 MB | 0.9/1.5 MB Progress (3): 4.0/12 MB | 4.4/9.0 MB | 0.9/1.5 MB Progress (3): 4.1/12 MB | 4.4/9.0 MB | 0.9/1.5 MB Progress (3): 4.1/12 MB | 4.4/9.0 MB | 0.9/1.5 MB Progress (3): 4.1/12 MB | 4.4/9.0 MB | 0.9/1.5 MB Progress (3): 4.1/12 MB | 4.4/9.0 MB | 0.9/1.5 MB Progress (3): 4.1/12 MB | 4.5/9.0 MB | 0.9/1.5 MB Progress (3): 4.1/12 MB | 4.5/9.0 MB | 0.9/1.5 MB Progress (3): 4.1/12 MB | 4.5/9.0 MB | 0.9/1.5 MB Progress (3): 4.1/12 MB | 4.5/9.0 MB | 0.9/1.5 MB Progress (3): 4.1/12 MB | 4.5/9.0 MB | 0.9/1.5 MB Progress (3): 4.1/12 MB | 4.5/9.0 MB | 0.9/1.5 MB Progress (3): 4.1/12 MB | 4.5/9.0 MB | 0.9/1.5 MB Progress (3): 4.1/12 MB | 4.5/9.0 MB | 0.9/1.5 MB Progress (3): 4.1/12 MB | 4.5/9.0 MB | 0.9/1.5 MB Progress (3): 4.1/12 MB | 4.5/9.0 MB | 0.9/1.5 MB Progress (3): 4.1/12 MB | 4.5/9.0 MB | 0.9/1.5 MB Progress (3): 4.2/12 MB | 4.5/9.0 MB | 0.9/1.5 MB Progress (3): 4.2/12 MB | 4.5/9.0 MB | 1.0/1.5 MB Progress (3): 4.2/12 MB | 4.5/9.0 MB | 1.0/1.5 MB Progress (3): 4.2/12 MB | 4.5/9.0 MB | 1.0/1.5 MB Progress (3): 4.2/12 MB | 4.5/9.0 MB | 1.0/1.5 MB Progress (3): 4.2/12 MB | 4.5/9.0 MB | 1.0/1.5 MB Progress (3): 4.2/12 MB | 4.5/9.0 MB | 1.0/1.5 MB Progress (3): 4.2/12 MB | 4.5/9.0 MB | 1.0/1.5 MB Progress (3): 4.2/12 MB | 4.5/9.0 MB | 1.0/1.5 MB Progress (3): 4.2/12 MB | 4.5/9.0 MB | 1.0/1.5 MB Progress (3): 4.2/12 MB | 4.5/9.0 MB | 1.0/1.5 MB Progress (3): 4.2/12 MB | 4.5/9.0 MB | 1.1/1.5 MB Progress (3): 4.2/12 MB | 4.5/9.0 MB | 1.1/1.5 MB Progress (3): 4.2/12 MB | 4.5/9.0 MB | 1.1/1.5 MB Progress (3): 4.2/12 MB | 4.5/9.0 MB | 1.1/1.5 MB Progress (3): 4.3/12 MB | 4.5/9.0 MB | 1.1/1.5 MB Progress (3): 4.3/12 MB | 4.5/9.0 MB | 1.1/1.5 MB Progress (3): 4.3/12 MB | 4.5/9.0 MB | 1.1/1.5 MB Progress (3): 4.3/12 MB | 4.5/9.0 MB | 1.1/1.5 MB Progress (3): 4.3/12 MB | 4.5/9.0 MB | 1.1/1.5 MB Progress (3): 4.3/12 MB | 4.5/9.0 MB | 1.1/1.5 MB Progress (3): 4.3/12 MB | 4.5/9.0 MB | 1.1/1.5 MB Progress (3): 4.3/12 MB | 4.6/9.0 MB | 1.1/1.5 MB Progress (3): 4.3/12 MB | 4.6/9.0 MB | 1.1/1.5 MB Progress (3): 4.3/12 MB | 4.6/9.0 MB | 1.1/1.5 MB Progress (3): 4.3/12 MB | 4.6/9.0 MB | 1.1/1.5 MB Progress (3): 4.3/12 MB | 4.6/9.0 MB | 1.1/1.5 MB Progress (3): 4.3/12 MB | 4.6/9.0 MB | 1.1/1.5 MB Progress (3): 4.4/12 MB | 4.6/9.0 MB | 1.1/1.5 MB Progress (3): 4.4/12 MB | 4.6/9.0 MB | 1.1/1.5 MB Progress (3): 4.4/12 MB | 4.6/9.0 MB | 1.1/1.5 MB Progress (3): 4.4/12 MB | 4.6/9.0 MB | 1.1/1.5 MB Progress (3): 4.4/12 MB | 4.7/9.0 MB | 1.1/1.5 MB Progress (3): 4.4/12 MB | 4.7/9.0 MB | 1.1/1.5 MB Progress (3): 4.4/12 MB | 4.7/9.0 MB | 1.1/1.5 MB Progress (3): 4.4/12 MB | 4.7/9.0 MB | 1.1/1.5 MB Progress (3): 4.4/12 MB | 4.7/9.0 MB | 1.1/1.5 MB Progress (3): 4.4/12 MB | 4.7/9.0 MB | 1.1/1.5 MB Progress (3): 4.4/12 MB | 4.7/9.0 MB | 1.1/1.5 MB Progress (3): 4.4/12 MB | 4.7/9.0 MB | 1.1/1.5 MB Progress (3): 4.4/12 MB | 4.7/9.0 MB | 1.1/1.5 MB Progress (3): 4.4/12 MB | 4.7/9.0 MB | 1.2/1.5 MB Progress (3): 4.5/12 MB | 4.7/9.0 MB | 1.2/1.5 MB Progress (3): 4.5/12 MB | 4.7/9.0 MB | 1.2/1.5 MB Progress (3): 4.5/12 MB | 4.7/9.0 MB | 1.2/1.5 MB Progress (3): 4.5/12 MB | 4.7/9.0 MB | 1.2/1.5 MB Progress (3): 4.5/12 MB | 4.7/9.0 MB | 1.2/1.5 MB Progress (3): 4.5/12 MB | 4.7/9.0 MB | 1.2/1.5 MB Progress (3): 4.5/12 MB | 4.7/9.0 MB | 1.2/1.5 MB Progress (3): 4.5/12 MB | 4.8/9.0 MB | 1.2/1.5 MB Progress (3): 4.5/12 MB | 4.8/9.0 MB | 1.2/1.5 MB Progress (3): 4.5/12 MB | 4.8/9.0 MB | 1.2/1.5 MB Progress (3): 4.5/12 MB | 4.8/9.0 MB | 1.2/1.5 MB Progress (3): 4.5/12 MB | 4.8/9.0 MB | 1.2/1.5 MB Progress (3): 4.5/12 MB | 4.8/9.0 MB | 1.2/1.5 MB Progress (3): 4.5/12 MB | 4.8/9.0 MB | 1.2/1.5 MB Progress (3): 4.5/12 MB | 4.8/9.0 MB | 1.2/1.5 MB Progress (3): 4.5/12 MB | 4.8/9.0 MB | 1.2/1.5 MB Progress (3): 4.6/12 MB | 4.8/9.0 MB | 1.2/1.5 MB Progress (3): 4.6/12 MB | 4.8/9.0 MB | 1.2/1.5 MB Progress (3): 4.6/12 MB | 4.8/9.0 MB | 1.2/1.5 MB Progress (3): 4.6/12 MB | 4.8/9.0 MB | 1.2/1.5 MB Progress (3): 4.6/12 MB | 4.8/9.0 MB | 1.2/1.5 MB Progress (3): 4.6/12 MB | 4.8/9.0 MB | 1.2/1.5 MB Progress (3): 4.6/12 MB | 4.8/9.0 MB | 1.3/1.5 MB Progress (3): 4.6/12 MB | 4.8/9.0 MB | 1.3/1.5 MB Progress (3): 4.6/12 MB | 4.8/9.0 MB | 1.3/1.5 MB Progress (3): 4.6/12 MB | 4.8/9.0 MB | 1.3/1.5 MB Progress (3): 4.6/12 MB | 4.8/9.0 MB | 1.3/1.5 MB Progress (3): 4.6/12 MB | 4.8/9.0 MB | 1.3/1.5 MB Progress (3): 4.6/12 MB | 4.8/9.0 MB | 1.3/1.5 MB Progress (3): 4.6/12 MB | 4.8/9.0 MB | 1.3/1.5 MB Progress (3): 4.6/12 MB | 4.9/9.0 MB | 1.3/1.5 MB Progress (3): 4.6/12 MB | 4.9/9.0 MB | 1.3/1.5 MB Progress (3): 4.6/12 MB | 4.9/9.0 MB | 1.3/1.5 MB Progress (3): 4.7/12 MB | 4.9/9.0 MB | 1.3/1.5 MB Progress (3): 4.7/12 MB | 4.9/9.0 MB | 1.3/1.5 MB Progress (3): 4.7/12 MB | 4.9/9.0 MB | 1.3/1.5 MB Progress (3): 4.7/12 MB | 4.9/9.0 MB | 1.3/1.5 MB Progress (3): 4.7/12 MB | 4.9/9.0 MB | 1.3/1.5 MB Progress (3): 4.7/12 MB | 4.9/9.0 MB | 1.3/1.5 MB Progress (3): 4.7/12 MB | 4.9/9.0 MB | 1.3/1.5 MB Progress (3): 4.7/12 MB | 4.9/9.0 MB | 1.3/1.5 MB Progress (3): 4.7/12 MB | 5.0/9.0 MB | 1.3/1.5 MB Progress (3): 4.7/12 MB | 5.0/9.0 MB | 1.3/1.5 MB Progress (3): 4.7/12 MB | 5.0/9.0 MB | 1.3/1.5 MB Progress (3): 4.7/12 MB | 5.0/9.0 MB | 1.3/1.5 MB Progress (3): 4.7/12 MB | 5.0/9.0 MB | 1.3/1.5 MB Progress (3): 4.7/12 MB | 5.0/9.0 MB | 1.3/1.5 MB Progress (3): 4.7/12 MB | 5.0/9.0 MB | 1.3/1.5 MB Progress (3): 4.7/12 MB | 5.0/9.0 MB | 1.3/1.5 MB Progress (3): 4.8/12 MB | 5.0/9.0 MB | 1.3/1.5 MB Progress (3): 4.8/12 MB | 5.0/9.0 MB | 1.3/1.5 MB Progress (3): 4.8/12 MB | 5.0/9.0 MB | 1.3/1.5 MB Progress (3): 4.8/12 MB | 5.0/9.0 MB | 1.3/1.5 MB Progress (3): 4.8/12 MB | 5.0/9.0 MB | 1.3/1.5 MB Progress (3): 4.8/12 MB | 5.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.8/12 MB | 5.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.8/12 MB | 5.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.8/12 MB | 5.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.8/12 MB | 5.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.8/12 MB | 5.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.8/12 MB | 5.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.8/12 MB | 5.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.8/12 MB | 5.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.9/12 MB | 5.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.9/12 MB | 5.0/9.0 MB | 1.5/1.5 MB Progress (3): 4.9/12 MB | 5.0/9.0 MB | 1.5/1.5 MB Progress (3): 4.9/12 MB | 5.0/9.0 MB | 1.5/1.5 MB Progress (3): 4.9/12 MB | 5.0/9.0 MB | 1.5/1.5 MB Progress (3): 4.9/12 MB | 5.0/9.0 MB | 1.5/1.5 MB Progress (3): 4.9/12 MB | 5.0/9.0 MB | 1.5/1.5 MB Progress (3): 4.9/12 MB | 5.0/9.0 MB | 1.5/1.5 MB Progress (3): 4.9/12 MB | 5.0/9.0 MB | 1.5/1.5 MB Progress (3): 4.9/12 MB | 5.1/9.0 MB | 1.5/1.5 MB Progress (3): 4.9/12 MB | 5.1/9.0 MB | 1.5/1.5 MB Progress (3): 4.9/12 MB | 5.1/9.0 MB | 1.5/1.5 MB Progress (3): 4.9/12 MB | 5.1/9.0 MB | 1.5/1.5 MB Progress (3): 4.9/12 MB | 5.1/9.0 MB | 1.5/1.5 MB Progress (3): 4.9/12 MB | 5.1/9.0 MB | 1.5/1.5 MB Progress (3): 4.9/12 MB | 5.1/9.0 MB | 1.5/1.5 MB Progress (3): 5.0/12 MB | 5.1/9.0 MB | 1.5/1.5 MB Progress (3): 5.0/12 MB | 5.1/9.0 MB | 1.5/1.5 MB Progress (3): 5.0/12 MB | 5.1/9.0 MB | 1.5/1.5 MB Progress (3): 5.0/12 MB | 5.2/9.0 MB | 1.5/1.5 MB Progress (3): 5.0/12 MB | 5.2/9.0 MB | 1.5/1.5 MB Progress (3): 5.0/12 MB | 5.2/9.0 MB | 1.5/1.5 MB Progress (3): 5.0/12 MB | 5.2/9.0 MB | 1.5/1.5 MB Progress (3): 5.0/12 MB | 5.2/9.0 MB | 1.5/1.5 MB Progress (3): 5.0/12 MB | 5.2/9.0 MB | 1.5/1.5 MB Progress (3): 5.0/12 MB | 5.2/9.0 MB | 1.5/1.5 MB Progress (3): 5.0/12 MB | 5.2/9.0 MB | 1.5/1.5 MB Progress (3): 5.0/12 MB | 5.2/9.0 MB | 1.5/1.5 MB Progress (3): 5.0/12 MB | 5.2/9.0 MB | 1.5/1.5 MB Progress (3): 5.0/12 MB | 5.2/9.0 MB | 1.5/1.5 MB Progress (3): 5.0/12 MB | 5.3/9.0 MB | 1.5/1.5 MB Progress (3): 5.0/12 MB | 5.3/9.0 MB | 1.5/1.5 MB Progress (3): 5.0/12 MB | 5.3/9.0 MB | 1.5/1.5 MB Progress (3): 5.0/12 MB | 5.3/9.0 MB | 1.5/1.5 MB Progress (4): 5.0/12 MB | 5.3/9.0 MB | 1.5/1.5 MB | 0/1.4 MB Progress (4): 5.0/12 MB | 5.3/9.0 MB | 1.5/1.5 MB | 0/1.4 MB Progress (4): 5.0/12 MB | 5.3/9.0 MB | 1.5/1.5 MB | 0/1.4 MB Progress (4): 5.1/12 MB | 5.3/9.0 MB | 1.5/1.5 MB | 0/1.4 MB Progress (4): 5.1/12 MB | 5.3/9.0 MB | 1.5/1.5 MB | 0/1.4 MB Progress (4): 5.1/12 MB | 5.3/9.0 MB | 1.5/1.5 MB | 0/1.4 MB Progress (4): 5.1/12 MB | 5.3/9.0 MB | 1.5/1.5 MB | 0/1.4 MB Progress (4): 5.1/12 MB | 5.3/9.0 MB | 1.5/1.5 MB | 0/1.4 MB Progress (4): 5.1/12 MB | 5.3/9.0 MB | 1.5/1.5 MB | 0/1.4 MB Progress (4): 5.1/12 MB | 5.3/9.0 MB | 1.5/1.5 MB | 0/1.4 MB Progress (4): 5.1/12 MB | 5.4/9.0 MB | 1.5/1.5 MB | 0/1.4 MB Progress (4): 5.1/12 MB | 5.4/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.1/12 MB | 5.4/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.1/12 MB | 5.4/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.1/12 MB | 5.4/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.1/12 MB | 5.4/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.1/12 MB | 5.4/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.1/12 MB | 5.4/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.1/12 MB | 5.4/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.1/12 MB | 5.4/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.1/12 MB | 5.4/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.1/12 MB | 5.4/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.1/12 MB | 5.4/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.1/12 MB | 5.5/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.1/12 MB | 5.5/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.1/12 MB | 5.5/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.1/12 MB | 5.5/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.2/12 MB | 5.5/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.2/12 MB | 5.5/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.2/12 MB | 5.5/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.2/12 MB | 5.5/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.2/12 MB | 5.5/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.2/12 MB | 5.5/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.2/12 MB | 5.5/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.2/12 MB | 5.6/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.2/12 MB | 5.6/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.2/12 MB | 5.6/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.2/12 MB | 5.6/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.2/12 MB | 5.6/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.2/12 MB | 5.6/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.2/12 MB | 5.6/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.2/12 MB | 5.6/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.2/12 MB | 5.6/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.2/12 MB | 5.6/9.0 MB | 1.5/1.5 MB | 0.1/1.4 MB Progress (4): 5.2/12 MB | 5.6/9.0 MB | 1.5/1.5 MB | 0.2/1.4 MB Progress (4): 5.2/12 MB | 5.7/9.0 MB | 1.5/1.5 MB | 0.2/1.4 MB Progress (4): 5.2/12 MB | 5.7/9.0 MB | 1.5/1.5 MB | 0.2/1.4 MB Progress (4): 5.3/12 MB | 5.7/9.0 MB | 1.5/1.5 MB | 0.2/1.4 MB Progress (4): 5.3/12 MB | 5.7/9.0 MB | 1.5/1.5 MB | 0.2/1.4 MB Progress (4): 5.3/12 MB | 5.7/9.0 MB | 1.5/1.5 MB | 0.2/1.4 MB Progress (4): 5.3/12 MB | 5.7/9.0 MB | 1.5/1.5 MB | 0.2/1.4 MB Progress (4): 5.3/12 MB | 5.7/9.0 MB | 1.5/1.5 MB | 0.2/1.4 MB Progress (4): 5.3/12 MB | 5.7/9.0 MB | 1.5/1.5 MB | 0.2/1.4 MB Progress (4): 5.3/12 MB | 5.7/9.0 MB | 1.5/1.5 MB | 0.2/1.4 MB Progress (4): 5.3/12 MB | 5.7/9.0 MB | 1.5/1.5 MB | 0.2/1.4 MB Progress (4): 5.3/12 MB | 5.7/9.0 MB | 1.5/1.5 MB | 0.2/1.4 MB Progress (4): 5.3/12 MB | 5.7/9.0 MB | 1.5/1.5 MB | 0.2/1.4 MB Progress (4): 5.3/12 MB | 5.7/9.0 MB | 1.5/1.5 MB | 0.2/1.4 MB Progress (4): 5.3/12 MB | 5.7/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.3/12 MB | 5.7/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.3/12 MB | 5.8/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.3/12 MB | 5.8/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.3/12 MB | 5.8/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.3/12 MB | 5.8/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.3/12 MB | 5.8/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.3/12 MB | 5.8/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.3/12 MB | 5.8/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.3/12 MB | 5.8/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.3/12 MB | 5.8/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.3/12 MB | 5.8/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.3/12 MB | 5.9/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.3/12 MB | 5.9/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.4/12 MB | 5.9/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.4/12 MB | 5.9/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.4/12 MB | 5.9/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.4/12 MB | 5.9/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.4/12 MB | 5.9/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.4/12 MB | 5.9/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.4/12 MB | 5.9/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.4/12 MB | 5.9/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.4/12 MB | 5.9/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.4/12 MB | 5.9/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.4/12 MB | 5.9/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.4/12 MB | 5.9/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.4/12 MB | 6.0/9.0 MB | 1.5/1.5 MB | 0.3/1.4 MB Progress (4): 5.4/12 MB | 6.0/9.0 MB | 1.5/1.5 MB | 0.4/1.4 MB Progress (4): 5.4/12 MB | 6.0/9.0 MB | 1.5/1.5 MB | 0.4/1.4 MB Progress (4): 5.4/12 MB | 6.0/9.0 MB | 1.5/1.5 MB | 0.4/1.4 MB Progress (4): 5.4/12 MB | 6.0/9.0 MB | 1.5/1.5 MB | 0.4/1.4 MB Progress (4): 5.4/12 MB | 6.0/9.0 MB | 1.5/1.5 MB | 0.4/1.4 MB Progress (4): 5.4/12 MB | 6.0/9.0 MB | 1.5/1.5 MB | 0.4/1.4 MB Progress (4): 5.4/12 MB | 6.0/9.0 MB | 1.5/1.5 MB | 0.4/1.4 MB Progress (4): 5.4/12 MB | 6.0/9.0 MB | 1.5/1.5 MB | 0.4/1.4 MB Progress (4): 5.4/12 MB | 6.0/9.0 MB | 1.5/1.5 MB | 0.4/1.4 MB Progress (4): 5.4/12 MB | 6.0/9.0 MB | 1.5/1.5 MB | 0.4/1.4 MB Progress (4): 5.4/12 MB | 6.0/9.0 MB | 1.5/1.5 MB | 0.4/1.4 MB Progress (4): 5.4/12 MB | 6.0/9.0 MB | 1.5/1.5 MB | 0.4/1.4 MB Progress (4): 5.4/12 MB | 6.0/9.0 MB | 1.5/1.5 MB | 0.4/1.4 MB Progress (4): 5.4/12 MB | 6.1/9.0 MB | 1.5/1.5 MB | 0.4/1.4 MB Progress (4): 5.4/12 MB | 6.1/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.4/12 MB | 6.1/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.5/12 MB | 6.1/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.5/12 MB | 6.1/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.5/12 MB | 6.1/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.5/12 MB | 6.1/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.5/12 MB | 6.1/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.5/12 MB | 6.1/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.5/12 MB | 6.1/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.5/12 MB | 6.1/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.5/12 MB | 6.1/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.5/12 MB | 6.2/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.5/12 MB | 6.2/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.5/12 MB | 6.2/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.5/12 MB | 6.2/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.5/12 MB | 6.2/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.5/12 MB | 6.2/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.5/12 MB | 6.2/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.5/12 MB | 6.2/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.6/12 MB | 6.2/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.6/12 MB | 6.3/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.6/12 MB | 6.3/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.6/12 MB | 6.3/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.6/12 MB | 6.3/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.6/12 MB | 6.3/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.6/12 MB | 6.3/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.6/12 MB | 6.3/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.6/12 MB | 6.3/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.6/12 MB | 6.3/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.6/12 MB | 6.3/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.6/12 MB | 6.3/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.6/12 MB | 6.3/9.0 MB | 1.5/1.5 MB | 0.5/1.4 MB Progress (4): 5.6/12 MB | 6.3/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.6/12 MB | 6.4/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.6/12 MB | 6.4/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.6/12 MB | 6.4/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.6/12 MB | 6.4/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.6/12 MB | 6.4/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.6/12 MB | 6.4/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.6/12 MB | 6.4/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.6/12 MB | 6.4/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.6/12 MB | 6.4/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.6/12 MB | 6.4/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.6/12 MB | 6.4/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.6/12 MB | 6.4/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.6/12 MB | 6.5/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.6/12 MB | 6.5/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.6/12 MB | 6.5/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.7/12 MB | 6.5/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.7/12 MB | 6.5/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.7/12 MB | 6.5/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.7/12 MB | 6.5/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.7/12 MB | 6.5/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.7/12 MB | 6.5/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.7/12 MB | 6.5/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.7/12 MB | 6.6/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.7/12 MB | 6.6/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.7/12 MB | 6.6/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.7/12 MB | 6.6/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.7/12 MB | 6.6/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.7/12 MB | 6.6/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.7/12 MB | 6.6/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.7/12 MB | 6.6/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.7/12 MB | 6.6/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.7/12 MB | 6.6/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.8/12 MB | 6.6/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.8/12 MB | 6.6/9.0 MB | 1.5/1.5 MB | 0.6/1.4 MB Progress (4): 5.8/12 MB | 6.6/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.7/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.7/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.7/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.7/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.7/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.7/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.7/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.7/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.7/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.7/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.7/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.7/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.7/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.8/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.8/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.8/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.8/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.8/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.8/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.8/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.8/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.8/12 MB | 6.9/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 6.9/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 6.9/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 6.9/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 6.9/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 6.9/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 6.9/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 6.9/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 6.9/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 7.0/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 7.0/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 7.0/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 7.0/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 7.0/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 7.0/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 7.0/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 7.0/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 7.0/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 7.1/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 7.1/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 7.1/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 7.1/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 7.1/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 5.9/12 MB | 7.1/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 6.0/12 MB | 7.1/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 6.0/12 MB | 7.1/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 6.0/12 MB | 7.1/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 6.0/12 MB | 7.1/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 6.0/12 MB | 7.1/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 6.0/12 MB | 7.1/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 6.0/12 MB | 7.2/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 6.0/12 MB | 7.2/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 6.0/12 MB | 7.2/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 6.0/12 MB | 7.2/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 6.1/12 MB | 7.2/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 6.1/12 MB | 7.2/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 6.1/12 MB | 7.2/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 6.1/12 MB | 7.2/9.0 MB | 1.5/1.5 MB | 0.7/1.4 MB Progress (4): 6.1/12 MB | 7.2/9.0 MB | 1.5 MB | 0.7/1.4 MB Progress (4): 6.1/12 MB | 7.2/9.0 MB | 1.5 MB | 0.7/1.4 MB Progress (4): 6.1/12 MB | 7.2/9.0 MB | 1.5 MB | 0.7/1.4 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-commons/3.5.8/spring-data-commons-3.5.8.jar (1.5 MB at 1.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-tx/6.2.15/spring-tx-6.2.15.jar Progress (3): 6.1/12 MB | 7.2/9.0 MB | 0.7/1.4 MB Progress (3): 6.1/12 MB | 7.2/9.0 MB | 0.7/1.4 MB Progress (3): 6.2/12 MB | 7.2/9.0 MB | 0.7/1.4 MB Progress (3): 6.2/12 MB | 7.2/9.0 MB | 0.7/1.4 MB Progress (3): 6.2/12 MB | 7.2/9.0 MB | 0.7/1.4 MB Progress (3): 6.2/12 MB | 7.2/9.0 MB | 0.7/1.4 MB Progress (3): 6.2/12 MB | 7.2/9.0 MB | 0.7/1.4 MB Progress (3): 6.2/12 MB | 7.3/9.0 MB | 0.7/1.4 MB Progress (3): 6.2/12 MB | 7.3/9.0 MB | 0.7/1.4 MB Progress (3): 6.2/12 MB | 7.3/9.0 MB | 0.7/1.4 MB Progress (3): 6.2/12 MB | 7.3/9.0 MB | 0.7/1.4 MB Progress (3): 6.2/12 MB | 7.3/9.0 MB | 0.7/1.4 MB Progress (3): 6.2/12 MB | 7.3/9.0 MB | 0.7/1.4 MB Progress (3): 6.2/12 MB | 7.3/9.0 MB | 0.7/1.4 MB Progress (3): 6.2/12 MB | 7.3/9.0 MB | 0.7/1.4 MB Progress (3): 6.3/12 MB | 7.3/9.0 MB | 0.7/1.4 MB Progress (3): 6.3/12 MB | 7.3/9.0 MB | 0.7/1.4 MB Progress (3): 6.3/12 MB | 7.3/9.0 MB | 0.7/1.4 MB Progress (3): 6.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.4/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.4/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.4/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.4/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.4/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.4/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.5/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.5/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.5/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.5/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.5/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.5/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.5/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 7.7/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 16/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 25/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 41/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 57/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 66/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 74/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 82/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 98/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 115/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 131/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 147/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 164/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 180/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 188/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 197/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 213/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 229/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 246/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 262/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 279/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 295/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 311/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 319/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 328/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 344/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 360/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 377/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 385/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 401/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 410/420 kB Progress (4): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 420 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/6.2.15/spring-aop-6.2.15.jar (420 kB at 362 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/6.2.15/spring-beans-6.2.15.jar Progress (3): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.6/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.7/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.7/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.7/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.7/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.7/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.7/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.8/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.8/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.8/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.8/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.8/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.8/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.8/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 6.9/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (4): 6.9/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 7.7/286 kB Progress (4): 6.9/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 12/286 kB Progress (4): 6.9/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 12/286 kB Progress (4): 6.9/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 28/286 kB Progress (4): 6.9/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 28/286 kB Progress (4): 6.9/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 28/286 kB Progress (4): 6.9/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 44/286 kB Progress (4): 6.9/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 44/286 kB Progress (4): 6.9/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 61/286 kB Progress (4): 6.9/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 61/286 kB Progress (4): 7.0/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 61/286 kB Progress (4): 7.0/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 61/286 kB Progress (4): 7.0/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 77/286 kB Progress (4): 7.0/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 77/286 kB Progress (4): 7.0/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 94/286 kB Progress (4): 7.0/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 94/286 kB Progress (4): 7.0/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 94/286 kB Progress (4): 7.0/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 94/286 kB Progress (4): 7.1/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 94/286 kB Progress (4): 7.1/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 110/286 kB Progress (4): 7.1/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 110/286 kB Progress (4): 7.1/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 126/286 kB Progress (4): 7.1/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 126/286 kB Progress (4): 7.1/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 126/286 kB Progress (4): 7.1/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 126/286 kB Progress (4): 7.1/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 126/286 kB Progress (4): 7.2/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 126/286 kB Progress (4): 7.2/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 143/286 kB Progress (4): 7.2/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 143/286 kB Progress (4): 7.2/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 143/286 kB Progress (4): 7.2/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 159/286 kB Progress (4): 7.2/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 159/286 kB Progress (4): 7.2/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 159/286 kB Progress (4): 7.2/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 175/286 kB Progress (4): 7.2/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 175/286 kB Progress (4): 7.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 175/286 kB Progress (4): 7.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 192/286 kB Progress (4): 7.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 192/286 kB Progress (4): 7.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 208/286 kB Progress (4): 7.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 225/286 kB Progress (4): 7.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 241/286 kB Progress (4): 7.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 257/286 kB Progress (4): 7.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 274/286 kB Progress (4): 7.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB | 286 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-tx/6.2.15/spring-tx-6.2.15.jar (286 kB at 242 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aspects/6.2.15/spring-aspects-6.2.15.jar Progress (3): 7.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 7.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 7.3/12 MB | 7.4/9.0 MB | 0.7/1.4 MB Progress (3): 7.3/12 MB | 7.4/9.0 MB | 0.8/1.4 MB Progress (3): 7.3/12 MB | 7.4/9.0 MB | 0.8/1.4 MB Progress (3): 7.3/12 MB | 7.5/9.0 MB | 0.8/1.4 MB Progress (3): 7.3/12 MB | 7.5/9.0 MB | 0.8/1.4 MB Progress (3): 7.3/12 MB | 7.5/9.0 MB | 0.8/1.4 MB Progress (3): 7.3/12 MB | 7.5/9.0 MB | 0.8/1.4 MB Progress (3): 7.3/12 MB | 7.5/9.0 MB | 0.8/1.4 MB Progress (3): 7.3/12 MB | 7.5/9.0 MB | 0.8/1.4 MB Progress (3): 7.3/12 MB | 7.5/9.0 MB | 0.8/1.4 MB Progress (3): 7.3/12 MB | 7.5/9.0 MB | 0.9/1.4 MB Progress (3): 7.3/12 MB | 7.5/9.0 MB | 0.9/1.4 MB Progress (3): 7.3/12 MB | 7.5/9.0 MB | 0.9/1.4 MB Progress (3): 7.3/12 MB | 7.5/9.0 MB | 0.9/1.4 MB Progress (3): 7.3/12 MB | 7.5/9.0 MB | 0.9/1.4 MB Progress (3): 7.3/12 MB | 7.5/9.0 MB | 0.9/1.4 MB Progress (3): 7.3/12 MB | 7.5/9.0 MB | 0.9/1.4 MB Progress (3): 7.3/12 MB | 7.5/9.0 MB | 0.9/1.4 MB Progress (3): 7.3/12 MB | 7.5/9.0 MB | 0.9/1.4 MB Progress (3): 7.3/12 MB | 7.5/9.0 MB | 1.0/1.4 MB Progress (3): 7.3/12 MB | 7.6/9.0 MB | 1.0/1.4 MB Progress (3): 7.3/12 MB | 7.6/9.0 MB | 1.0/1.4 MB Progress (3): 7.3/12 MB | 7.6/9.0 MB | 1.0/1.4 MB Progress (3): 7.3/12 MB | 7.6/9.0 MB | 1.0/1.4 MB Progress (3): 7.3/12 MB | 7.6/9.0 MB | 1.0/1.4 MB Progress (3): 7.3/12 MB | 7.6/9.0 MB | 1.0/1.4 MB Progress (3): 7.3/12 MB | 7.6/9.0 MB | 1.0/1.4 MB Progress (3): 7.3/12 MB | 7.6/9.0 MB | 1.0/1.4 MB Progress (3): 7.3/12 MB | 7.6/9.0 MB | 1.0/1.4 MB Progress (3): 7.3/12 MB | 7.6/9.0 MB | 1.0/1.4 MB Progress (3): 7.3/12 MB | 7.7/9.0 MB | 1.0/1.4 MB Progress (3): 7.3/12 MB | 7.7/9.0 MB | 1.0/1.4 MB Progress (3): 7.3/12 MB | 7.7/9.0 MB | 1.0/1.4 MB Progress (3): 7.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 7.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 7.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (4): 7.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 7.7/891 kB Progress (4): 7.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 7.7/891 kB Progress (4): 7.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 12/891 kB Progress (4): 7.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 28/891 kB Progress (4): 7.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 44/891 kB Progress (4): 7.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 44/891 kB Progress (4): 7.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 61/891 kB Progress (4): 7.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 61/891 kB Progress (4): 7.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 77/891 kB Progress (4): 7.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 77/891 kB Progress (4): 7.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 94/891 kB Progress (4): 7.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 94/891 kB Progress (4): 7.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 110/891 kB Progress (4): 7.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 110/891 kB Progress (4): 7.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 110/891 kB Progress (4): 7.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 126/891 kB Progress (4): 7.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 126/891 kB Progress (4): 7.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 143/891 kB Progress (4): 7.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 143/891 kB Progress (4): 7.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 143/891 kB Progress (4): 7.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 143/891 kB Progress (4): 7.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 143/891 kB Progress (4): 7.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 143/891 kB Progress (4): 7.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 159/891 kB Progress (4): 7.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 159/891 kB Progress (4): 7.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 175/891 kB Progress (4): 7.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 175/891 kB Progress (4): 7.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 184/891 kB Progress (4): 7.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 184/891 kB Progress (4): 7.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 184/891 kB Progress (4): 7.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 200/891 kB Progress (4): 7.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 200/891 kB Progress (4): 7.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 200/891 kB Progress (4): 7.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 216/891 kB Progress (4): 7.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 216/891 kB Progress (4): 7.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 225/891 kB Progress (4): 7.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 225/891 kB Progress (4): 7.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 233/891 kB Progress (4): 7.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 233/891 kB Progress (4): 7.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 250/891 kB Progress (4): 7.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 250/891 kB Progress (4): 7.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 250/891 kB Progress (4): 7.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 266/891 kB Progress (4): 7.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 266/891 kB Progress (4): 7.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 274/891 kB Progress (4): 7.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 274/891 kB Progress (4): 7.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 274/891 kB Progress (4): 7.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 274/891 kB Progress (4): 7.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 290/891 kB Progress (4): 7.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 290/891 kB Progress (4): 7.8/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 290/891 kB Progress (4): 7.8/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 290/891 kB Progress (4): 7.8/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 307/891 kB Progress (4): 7.8/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 307/891 kB Progress (4): 7.8/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 307/891 kB Progress (4): 7.8/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 323/891 kB Progress (4): 7.8/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 323/891 kB Progress (4): 7.8/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 323/891 kB Progress (4): 7.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 323/891 kB Progress (4): 7.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 323/891 kB Progress (4): 7.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 340/891 kB Progress (4): 7.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 340/891 kB Progress (4): 7.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 344/891 kB Progress (4): 7.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 344/891 kB Progress (4): 7.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 360/891 kB Progress (4): 7.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 360/891 kB Progress (4): 7.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 360/891 kB Progress (4): 7.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 377/891 kB Progress (4): 8.0/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 377/891 kB Progress (4): 8.0/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 393/891 kB Progress (4): 8.0/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 393/891 kB Progress (4): 8.0/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 393/891 kB Progress (4): 8.0/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 410/891 kB Progress (4): 8.0/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 410/891 kB Progress (4): 8.0/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 426/891 kB Progress (4): 8.0/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 426/891 kB Progress (4): 8.0/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 426/891 kB Progress (4): 8.0/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 442/891 kB Progress (4): 8.1/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 442/891 kB Progress (4): 8.1/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 459/891 kB Progress (4): 8.1/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 459/891 kB Progress (4): 8.1/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 459/891 kB Progress (4): 8.1/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 475/891 kB Progress (4): 8.1/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 475/891 kB Progress (4): 8.1/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 492/891 kB Progress (4): 8.1/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 492/891 kB Progress (4): 8.1/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 492/891 kB Progress (4): 8.1/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 508/891 kB Progress (4): 8.2/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 508/891 kB Progress (4): 8.2/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 508/891 kB Progress (4): 8.2/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 524/891 kB Progress (4): 8.2/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 524/891 kB Progress (4): 8.2/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 541/891 kB Progress (4): 8.2/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 541/891 kB Progress (4): 8.2/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 557/891 kB Progress (4): 8.2/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 557/891 kB Progress (4): 8.2/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 557/891 kB Progress (4): 8.2/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 573/891 kB Progress (4): 8.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 573/891 kB Progress (4): 8.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 573/891 kB Progress (4): 8.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 590/891 kB Progress (4): 8.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 590/891 kB Progress (4): 8.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 590/891 kB Progress (4): 8.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 590/891 kB Progress (4): 8.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 606/891 kB Progress (4): 8.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 606/891 kB Progress (4): 8.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 606/891 kB Progress (4): 8.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 623/891 kB Progress (4): 8.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 623/891 kB Progress (4): 8.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 623/891 kB Progress (4): 8.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 639/891 kB Progress (4): 8.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 639/891 kB Progress (4): 8.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 639/891 kB Progress (4): 8.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 639/891 kB Progress (5): 8.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 639/891 kB | 7.7/50 kB Progress (5): 8.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 639/891 kB | 7.7/50 kB Progress (5): 8.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 639/891 kB | 12/50 kB Progress (5): 8.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 639/891 kB | 12/50 kB Progress (5): 8.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 639/891 kB | 28/50 kB Progress (5): 8.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 639/891 kB | 28/50 kB Progress (5): 8.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 639/891 kB | 44/50 kB Progress (5): 8.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 639/891 kB | 50 kB Progress (5): 8.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 639/891 kB | 50 kB Progress (5): 8.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 639/891 kB | 50 kB Progress (5): 8.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 639/891 kB | 50 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aspects/6.2.15/spring-aspects-6.2.15.jar (50 kB at 39 kB/s) Progress (4): 8.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 639/891 kB Downloading from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.9.25.1/aspectjweaver-1.9.25.1.jar Progress (4): 8.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 639/891 kB Progress (4): 8.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 639/891 kB Progress (4): 8.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 639/891 kB Progress (4): 8.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 639/891 kB Progress (4): 8.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 655/891 kB Progress (4): 8.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 655/891 kB Progress (4): 8.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 672/891 kB Progress (4): 8.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 672/891 kB Progress (4): 8.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 688/891 kB Progress (4): 8.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 688/891 kB Progress (4): 8.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 705/891 kB Progress (4): 8.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 705/891 kB Progress (4): 8.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 721/891 kB Progress (4): 8.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 721/891 kB Progress (4): 8.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 737/891 kB Progress (4): 8.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 754/891 kB Progress (4): 8.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 754/891 kB Progress (4): 8.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 770/891 kB Progress (4): 8.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 770/891 kB Progress (4): 8.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 786/891 kB Progress (4): 8.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 786/891 kB Progress (4): 8.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 803/891 kB Progress (4): 8.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 803/891 kB Progress (4): 8.8/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 803/891 kB Progress (4): 8.8/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 803/891 kB Progress (4): 8.8/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 803/891 kB Progress (4): 8.8/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 803/891 kB Progress (4): 8.8/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 803/891 kB Progress (4): 8.8/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 803/891 kB Progress (4): 8.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 803/891 kB Progress (4): 8.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 819/891 kB Progress (4): 8.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 819/891 kB Progress (4): 8.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 819/891 kB Progress (4): 8.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 836/891 kB Progress (4): 8.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 836/891 kB Progress (4): 8.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 836/891 kB Progress (4): 8.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 852/891 kB Progress (4): 8.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 852/891 kB Progress (4): 8.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 868/891 kB Progress (4): 9.0/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 868/891 kB Progress (4): 9.0/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 868/891 kB Progress (4): 9.0/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 885/891 kB Progress (4): 9.0/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 885/891 kB Progress (4): 9.0/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 891 kB Progress (4): 9.0/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 891 kB Progress (4): 9.0/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 891 kB Progress (4): 9.0/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 891 kB Progress (4): 9.1/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 891 kB Progress (4): 9.1/12 MB | 7.7/9.0 MB | 1.1/1.4 MB | 891 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/6.2.15/spring-beans-6.2.15.jar (891 kB at 700 kB/s) Progress (3): 9.1/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-web/3.5.10/spring-boot-starter-web-3.5.10.jar Progress (3): 9.1/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.1/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.1/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.2/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.2/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.2/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.2/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.2/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.2/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.3/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.5/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.6/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.7/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.8/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.8/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.8/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.8/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.8/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.8/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 9.9/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 10.0/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 10.0/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 10.0/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 7.7/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 7.8/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 7.8/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 7.8/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 7.8/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 7.8/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 7.8/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 7.9/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 7.9/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 7.9/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 7.9/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 7.9/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 7.9/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.0/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.0/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.0/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.0/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.0/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.0/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.1/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.1/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.1/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.1/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.1/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.1/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.1/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.2/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.2/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.2/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.2/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.2/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.2/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.2/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.2/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.3/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.3/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.3/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.3/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.3/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.3/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.4/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.4/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.4/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.4/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.4/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.4/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.4/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.5/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.5/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.5/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.5/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.5/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.5/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.5/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.6/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.6/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.6/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.6/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.6/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.6/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.6/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.7/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.7/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.7/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.7/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.7/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.7/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.8/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.8/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.8/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.8/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.8/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.8/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.9/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.9/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.9/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.9/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.9/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.9/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 8.9/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 9.0/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 9.0/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 9.0/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 9.0/9.0 MB | 1.1/1.4 MB Progress (3): 10/12 MB | 9.0 MB | 1.1/1.4 MB Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.17.8/byte-buddy-1.17.8.jar (9.0 MB at 6.9 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-json/3.5.10/spring-boot-starter-json-3.5.10.jar Progress (2): 10/12 MB | 1.1/1.4 MB Progress (2): 10/12 MB | 1.1/1.4 MB Progress (2): 10/12 MB | 1.1/1.4 MB Progress (2): 10/12 MB | 1.1/1.4 MB Progress (2): 10/12 MB | 1.1/1.4 MB Progress (2): 10/12 MB | 1.1/1.4 MB Progress (2): 10/12 MB | 1.1/1.4 MB Progress (2): 10/12 MB | 1.1/1.4 MB Progress (2): 10/12 MB | 1.1/1.4 MB Progress (2): 10/12 MB | 1.1/1.4 MB Progress (2): 10/12 MB | 1.1/1.4 MB Progress (2): 10/12 MB | 1.1/1.4 MB Progress (2): 10/12 MB | 1.1/1.4 MB Progress (2): 10/12 MB | 1.1/1.4 MB Progress (2): 10/12 MB | 1.1/1.4 MB Progress (2): 10/12 MB | 1.2/1.4 MB Progress (2): 10/12 MB | 1.2/1.4 MB Progress (2): 10/12 MB | 1.2/1.4 MB Progress (2): 10/12 MB | 1.2/1.4 MB Progress (2): 10/12 MB | 1.2/1.4 MB Progress (2): 10/12 MB | 1.2/1.4 MB Progress (2): 10/12 MB | 1.2/1.4 MB Progress (2): 10/12 MB | 1.2/1.4 MB Progress (2): 10/12 MB | 1.3/1.4 MB Progress (2): 10/12 MB | 1.3/1.4 MB Progress (2): 10/12 MB | 1.3/1.4 MB Progress (2): 10/12 MB | 1.3/1.4 MB Progress (2): 10/12 MB | 1.3/1.4 MB Progress (2): 10/12 MB | 1.3/1.4 MB Progress (2): 10/12 MB | 1.3/1.4 MB Progress (2): 10/12 MB | 1.3/1.4 MB Progress (2): 10/12 MB | 1.3/1.4 MB Progress (2): 10/12 MB | 1.4/1.4 MB Progress (2): 10/12 MB | 1.4 MB Progress (2): 10/12 MB | 1.4 MB Progress (2): 10/12 MB | 1.4 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/6.2.15/spring-context-6.2.15.jar (1.4 MB at 1.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.19.4/jackson-databind-2.19.4.jar Progress (1): 10/12 MB Progress (1): 10/12 MB Progress (1): 10/12 MB Progress (1): 10/12 MB Progress (1): 10/12 MB Progress (1): 10/12 MB Progress (1): 10/12 MB Progress (1): 10/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (2): 11/12 MB | 0/2.2 MB Progress (2): 11/12 MB | 0/2.2 MB Progress (2): 11/12 MB | 0/2.2 MB Progress (2): 11/12 MB | 0/2.2 MB Progress (2): 11/12 MB | 0.1/2.2 MB Progress (2): 11/12 MB | 0.1/2.2 MB Progress (2): 11/12 MB | 0.1/2.2 MB Progress (2): 11/12 MB | 0.1/2.2 MB Progress (2): 11/12 MB | 0.1/2.2 MB Progress (2): 11/12 MB | 0.1/2.2 MB Progress (2): 11/12 MB | 0.1/2.2 MB Progress (2): 11/12 MB | 0.1/2.2 MB Progress (2): 11/12 MB | 0.1/2.2 MB Progress (2): 12/12 MB | 0.1/2.2 MB Progress (2): 12/12 MB | 0.1/2.2 MB Progress (2): 12/12 MB | 0.1/2.2 MB Progress (2): 12/12 MB | 0.1/2.2 MB Progress (2): 12/12 MB | 0.1/2.2 MB Progress (2): 12/12 MB | 0.2/2.2 MB Progress (2): 12/12 MB | 0.2/2.2 MB Progress (2): 12/12 MB | 0.2/2.2 MB Progress (2): 12/12 MB | 0.2/2.2 MB Progress (2): 12/12 MB | 0.2/2.2 MB Progress (2): 12/12 MB | 0.2/2.2 MB Progress (2): 12/12 MB | 0.2/2.2 MB Progress (2): 12/12 MB | 0.2/2.2 MB Progress (2): 12/12 MB | 0.2/2.2 MB Progress (2): 12/12 MB | 0.2/2.2 MB Progress (2): 12/12 MB | 0.2/2.2 MB Progress (2): 12/12 MB | 0.2/2.2 MB Progress (2): 12/12 MB | 0.2/2.2 MB Progress (2): 12/12 MB | 0.3/2.2 MB Progress (2): 12/12 MB | 0.3/2.2 MB Progress (2): 12/12 MB | 0.3/2.2 MB Progress (2): 12/12 MB | 0.3/2.2 MB Progress (2): 12/12 MB | 0.3/2.2 MB Progress (2): 12/12 MB | 0.3/2.2 MB Progress (2): 12/12 MB | 0.3/2.2 MB Progress (2): 12/12 MB | 0.3/2.2 MB Progress (2): 12/12 MB | 0.3/2.2 MB Progress (3): 12/12 MB | 0.3/2.2 MB | 2.1 kB Progress (3): 12/12 MB | 0.3/2.2 MB | 2.1 kB Progress (3): 12/12 MB | 0.3/2.2 MB | 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-web/3.5.10/spring-boot-starter-web-3.5.10.jar (2.1 kB at 1.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.19.4/jackson-annotations-2.19.4.jar Progress (2): 12/12 MB | 0.4/2.2 MB Progress (2): 12/12 MB | 0.4/2.2 MB Progress (2): 12/12 MB | 0.4/2.2 MB Progress (2): 12/12 MB | 0.4/2.2 MB Progress (2): 12/12 MB | 0.4/2.2 MB Progress (2): 12/12 MB | 0.4/2.2 MB Progress (2): 12/12 MB | 0.4/2.2 MB Progress (2): 12/12 MB | 0.4/2.2 MB Progress (2): 12/12 MB | 0.4/2.2 MB Progress (2): 12/12 MB | 0.4/2.2 MB Progress (2): 12/12 MB | 0.4/2.2 MB Progress (2): 12/12 MB | 0.4/2.2 MB Progress (2): 12/12 MB | 0.5/2.2 MB Progress (2): 12/12 MB | 0.5/2.2 MB Progress (2): 12/12 MB | 0.5/2.2 MB Progress (2): 12/12 MB | 0.5/2.2 MB Progress (2): 12/12 MB | 0.5/2.2 MB Progress (2): 12/12 MB | 0.5/2.2 MB Progress (2): 12/12 MB | 0.5/2.2 MB Progress (2): 12/12 MB | 0.5/2.2 MB Progress (2): 12/12 MB | 0.5/2.2 MB Progress (2): 12/12 MB | 0.5/2.2 MB Progress (2): 12/12 MB | 0.5/2.2 MB Progress (2): 12/12 MB | 0.5/2.2 MB Progress (2): 12/12 MB | 0.6/2.2 MB Progress (2): 12/12 MB | 0.6/2.2 MB Progress (2): 12/12 MB | 0.6/2.2 MB Progress (2): 12/12 MB | 0.6/2.2 MB Progress (2): 12/12 MB | 0.6/2.2 MB Progress (2): 12/12 MB | 0.6/2.2 MB Progress (2): 12/12 MB | 0.6/2.2 MB Progress (2): 12/12 MB | 0.6/2.2 MB Progress (2): 12/12 MB | 0.6/2.2 MB Progress (2): 12/12 MB | 0.6/2.2 MB Progress (2): 12/12 MB | 0.6/2.2 MB Progress (2): 12/12 MB | 0.6/2.2 MB Progress (2): 12/12 MB | 0.6/2.2 MB Progress (2): 12/12 MB | 0.6/2.2 MB Progress (2): 12/12 MB | 0.7/2.2 MB Progress (2): 12/12 MB | 0.7/2.2 MB Progress (2): 12/12 MB | 0.7/2.2 MB Progress (2): 12/12 MB | 0.7/2.2 MB Progress (2): 12/12 MB | 0.7/2.2 MB Progress (2): 12/12 MB | 0.7/2.2 MB Progress (2): 12/12 MB | 0.7/2.2 MB Progress (2): 12/12 MB | 0.7/2.2 MB Progress (2): 12/12 MB | 0.7/2.2 MB Progress (2): 12/12 MB | 0.8/2.2 MB Progress (2): 12/12 MB | 0.8/2.2 MB Progress (2): 12/12 MB | 0.8/2.2 MB Progress (2): 12 MB | 0.8/2.2 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/orm/hibernate-core/6.6.41.Final/hibernate-core-6.6.41.Final.jar (12 MB at 8.8 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.19.4/jackson-core-2.19.4.jar Progress (1): 0.8/2.2 MB Progress (1): 0.8/2.2 MB Progress (1): 0.8/2.2 MB Progress (1): 0.9/2.2 MB Progress (1): 0.9/2.2 MB Progress (1): 0.9/2.2 MB Progress (1): 0.9/2.2 MB Progress (1): 0.9/2.2 MB Progress (1): 0.9/2.2 MB Progress (1): 0.9/2.2 MB Progress (1): 1.0/2.2 MB Progress (1): 1.0/2.2 MB Progress (1): 1.0/2.2 MB Progress (1): 1.0/2.2 MB Progress (1): 1.0/2.2 MB Progress (1): 1.0/2.2 MB Progress (1): 1.1/2.2 MB Progress (1): 1.1/2.2 MB Progress (1): 1.1/2.2 MB Progress (1): 1.1/2.2 MB Progress (1): 1.1/2.2 MB Progress (1): 1.1/2.2 MB Progress (1): 1.2/2.2 MB Progress (1): 1.2/2.2 MB Progress (1): 1.2/2.2 MB Progress (1): 1.2/2.2 MB Progress (1): 1.2/2.2 MB Progress (1): 1.2/2.2 MB Progress (1): 1.3/2.2 MB Progress (1): 1.3/2.2 MB Progress (1): 1.3/2.2 MB Progress (1): 1.3/2.2 MB Progress (1): 1.3/2.2 MB Progress (1): 1.3/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (2): 1.7/2.2 MB | 2.0 kB Progress (2): 1.8/2.2 MB | 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-json/3.5.10/spring-boot-starter-json-3.5.10.jar (2.0 kB at 1.4 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.19.4/jackson-datatype-jdk8-2.19.4.jar Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.2/2.2 MB Progress (1): 2.2/2.2 MB Progress (1): 2.2 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.9.25.1/aspectjweaver-1.9.25.1.jar (2.2 MB at 1.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.19.4/jackson-datatype-jsr310-2.19.4.jar Progress (1): 0/1.7 MB Progress (1): 0/1.7 MB Progress (1): 0/1.7 MB Progress (1): 0/1.7 MB Progress (1): 0.1/1.7 MB Progress (1): 0.1/1.7 MB Progress (1): 0.1/1.7 MB Progress (1): 0.1/1.7 MB Progress (1): 0.1/1.7 MB Progress (1): 0.1/1.7 MB Progress (1): 0.2/1.7 MB Progress (1): 0.2/1.7 MB Progress (1): 0.2/1.7 MB Progress (1): 0.2/1.7 MB Progress (1): 0.2/1.7 MB Progress (1): 0.2/1.7 MB Progress (1): 0.3/1.7 MB Progress (1): 0.3/1.7 MB Progress (1): 0.3/1.7 MB Progress (1): 0.3/1.7 MB Progress (1): 0.3/1.7 MB Progress (1): 0.3/1.7 MB Progress (1): 0.4/1.7 MB Progress (1): 0.4/1.7 MB Progress (1): 0.4/1.7 MB Progress (1): 0.4/1.7 MB Progress (1): 0.4/1.7 MB Progress (1): 0.4/1.7 MB Progress (1): 0.5/1.7 MB Progress (1): 0.5/1.7 MB Progress (1): 0.5/1.7 MB Progress (1): 0.5/1.7 MB Progress (1): 0.5/1.7 MB Progress (1): 0.5/1.7 MB Progress (1): 0.6/1.7 MB Progress (1): 0.6/1.7 MB Progress (2): 0.6/1.7 MB | 7.7/79 kB Progress (2): 0.6/1.7 MB | 16/79 kB Progress (2): 0.6/1.7 MB | 32/79 kB Progress (2): 0.6/1.7 MB | 32/79 kB Progress (2): 0.6/1.7 MB | 49/79 kB Progress (2): 0.6/1.7 MB | 65/79 kB Progress (2): 0.6/1.7 MB | 79 kB Progress (2): 0.6/1.7 MB | 79 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.19.4/jackson-annotations-2.19.4.jar (79 kB at 55 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-parameter-names/2.19.4/jackson-module-parameter-names-2.19.4.jar Progress (1): 0.6/1.7 MB Progress (1): 0.6/1.7 MB Progress (1): 0.7/1.7 MB Progress (1): 0.7/1.7 MB Progress (2): 0.7/1.7 MB | 7.7/591 kB Progress (2): 0.7/1.7 MB | 16/591 kB Progress (2): 0.7/1.7 MB | 16/591 kB Progress (2): 0.7/1.7 MB | 28/591 kB Progress (2): 0.7/1.7 MB | 44/591 kB Progress (2): 0.7/1.7 MB | 61/591 kB Progress (2): 0.7/1.7 MB | 77/591 kB Progress (2): 0.7/1.7 MB | 94/591 kB Progress (2): 0.7/1.7 MB | 110/591 kB Progress (2): 0.7/1.7 MB | 110/591 kB Progress (2): 0.7/1.7 MB | 126/591 kB Progress (2): 0.7/1.7 MB | 143/591 kB Progress (2): 0.7/1.7 MB | 143/591 kB Progress (2): 0.7/1.7 MB | 159/591 kB Progress (2): 0.7/1.7 MB | 175/591 kB Progress (2): 0.7/1.7 MB | 175/591 kB Progress (2): 0.7/1.7 MB | 192/591 kB Progress (2): 0.7/1.7 MB | 208/591 kB Progress (2): 0.7/1.7 MB | 225/591 kB Progress (2): 0.7/1.7 MB | 241/591 kB Progress (2): 0.7/1.7 MB | 241/591 kB Progress (2): 0.7/1.7 MB | 257/591 kB Progress (2): 0.7/1.7 MB | 262/591 kB Progress (2): 0.7/1.7 MB | 270/591 kB Progress (2): 0.8/1.7 MB | 270/591 kB Progress (2): 0.8/1.7 MB | 279/591 kB Progress (2): 0.8/1.7 MB | 295/591 kB Progress (2): 0.8/1.7 MB | 311/591 kB Progress (2): 0.8/1.7 MB | 328/591 kB Progress (2): 0.8/1.7 MB | 336/591 kB Progress (2): 0.8/1.7 MB | 344/591 kB Progress (2): 0.8/1.7 MB | 344/591 kB Progress (2): 0.8/1.7 MB | 360/591 kB Progress (2): 0.8/1.7 MB | 377/591 kB Progress (2): 0.8/1.7 MB | 377/591 kB Progress (2): 0.8/1.7 MB | 393/591 kB Progress (2): 0.8/1.7 MB | 410/591 kB Progress (2): 0.8/1.7 MB | 426/591 kB Progress (2): 0.8/1.7 MB | 426/591 kB Progress (2): 0.8/1.7 MB | 442/591 kB Progress (2): 0.8/1.7 MB | 459/591 kB Progress (2): 0.8/1.7 MB | 459/591 kB Progress (2): 0.8/1.7 MB | 475/591 kB Progress (2): 0.8/1.7 MB | 492/591 kB Progress (2): 0.8/1.7 MB | 508/591 kB Progress (2): 0.8/1.7 MB | 508/591 kB Progress (2): 0.8/1.7 MB | 524/591 kB Progress (2): 0.8/1.7 MB | 541/591 kB Progress (2): 0.8/1.7 MB | 557/591 kB Progress (2): 0.8/1.7 MB | 573/591 kB Progress (2): 0.9/1.7 MB | 573/591 kB Progress (2): 0.9/1.7 MB | 590/591 kB Progress (2): 0.9/1.7 MB | 591 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.19.4/jackson-core-2.19.4.jar (591 kB at 401 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-tomcat/3.5.10/spring-boot-starter-tomcat-3.5.10.jar Progress (1): 0.9/1.7 MB Progress (1): 0.9/1.7 MB Progress (1): 0.9/1.7 MB Progress (1): 0.9/1.7 MB Progress (1): 0.9/1.7 MB Progress (1): 1.0/1.7 MB Progress (1): 1.0/1.7 MB Progress (1): 1.0/1.7 MB Progress (1): 1.0/1.7 MB Progress (1): 1.0/1.7 MB Progress (2): 1.0/1.7 MB | 7.7/36 kB Progress (2): 1.0/1.7 MB | 16/36 kB Progress (2): 1.0/1.7 MB | 16/36 kB Progress (2): 1.0/1.7 MB | 32/36 kB Progress (2): 1.0/1.7 MB | 36 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.19.4/jackson-datatype-jdk8-2.19.4.jar (36 kB at 24 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/10.1.50/tomcat-embed-core-10.1.50.jar Progress (1): 1.1/1.7 MB Progress (1): 1.1/1.7 MB Progress (1): 1.1/1.7 MB Progress (2): 1.1/1.7 MB | 7.7/137 kB Progress (2): 1.1/1.7 MB | 7.7/137 kB Progress (2): 1.1/1.7 MB | 16/137 kB Progress (2): 1.1/1.7 MB | 32/137 kB Progress (2): 1.1/1.7 MB | 49/137 kB Progress (2): 1.1/1.7 MB | 65/137 kB Progress (2): 1.1/1.7 MB | 81/137 kB Progress (2): 1.1/1.7 MB | 81/137 kB Progress (2): 1.1/1.7 MB | 98/137 kB Progress (2): 1.1/1.7 MB | 114/137 kB Progress (2): 1.1/1.7 MB | 131/137 kB Progress (2): 1.1/1.7 MB | 137 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.19.4/jackson-datatype-jsr310-2.19.4.jar (137 kB at 92 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-el/10.1.50/tomcat-embed-el-10.1.50.jar Progress (1): 1.1/1.7 MB Progress (1): 1.2/1.7 MB Progress (1): 1.2/1.7 MB Progress (1): 1.2/1.7 MB Progress (1): 1.2/1.7 MB Progress (1): 1.2/1.7 MB Progress (1): 1.2/1.7 MB Progress (1): 1.3/1.7 MB Progress (1): 1.3/1.7 MB Progress (1): 1.3/1.7 MB Progress (1): 1.3/1.7 MB Progress (1): 1.3/1.7 MB Progress (1): 1.3/1.7 MB Progress (1): 1.4/1.7 MB Progress (1): 1.4/1.7 MB Progress (1): 1.4/1.7 MB Progress (1): 1.4/1.7 MB Progress (1): 1.4/1.7 MB Progress (1): 1.4/1.7 MB Progress (1): 1.5/1.7 MB Progress (1): 1.5/1.7 MB Progress (1): 1.5/1.7 MB Progress (1): 1.5/1.7 MB Progress (1): 1.5/1.7 MB Progress (1): 1.5/1.7 MB Progress (1): 1.6/1.7 MB Progress (1): 1.6/1.7 MB Progress (1): 1.6/1.7 MB Progress (1): 1.6/1.7 MB Progress (1): 1.6/1.7 MB Progress (1): 1.6/1.7 MB Progress (1): 1.6/1.7 MB Progress (1): 1.7/1.7 MB Progress (1): 1.7 MB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.19.4/jackson-databind-2.19.4.jar (1.7 MB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-websocket/10.1.50/tomcat-embed-websocket-10.1.50.jar Progress (1): 7.7/10 kB Progress (1): 8.2/10 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-parameter-names/2.19.4/jackson-module-parameter-names-2.19.4.jar (10 kB at 6.7 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-web/6.2.15/spring-web-6.2.15.jar Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-tomcat/3.5.10/spring-boot-starter-tomcat-3.5.10.jar (2.0 kB at 1.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.15.8/micrometer-observation-1.15.8.jar Progress (1): 0/3.7 MB Progress (1): 0/3.7 MB Progress (1): 0/3.7 MB Progress (1): 0/3.7 MB Progress (1): 0.1/3.7 MB Progress (1): 0.1/3.7 MB Progress (1): 0.1/3.7 MB Progress (1): 0.1/3.7 MB Progress (1): 0.1/3.7 MB Progress (1): 0.1/3.7 MB Progress (1): 0.2/3.7 MB Progress (1): 0.2/3.7 MB Progress (1): 0.2/3.7 MB Progress (1): 0.2/3.7 MB Progress (1): 0.2/3.7 MB Progress (1): 0.2/3.7 MB Progress (1): 0.2/3.7 MB Progress (1): 0.3/3.7 MB Progress (1): 0.3/3.7 MB Progress (1): 0.3/3.7 MB Progress (1): 0.3/3.7 MB Progress (1): 0.3/3.7 MB Progress (1): 0.3/3.7 MB Progress (1): 0.3/3.7 MB Progress (1): 0.3/3.7 MB Progress (1): 0.3/3.7 MB Progress (1): 0.3/3.7 MB Progress (1): 0.3/3.7 MB Progress (2): 0.3/3.7 MB | 7.7/264 kB Progress (2): 0.3/3.7 MB | 16/264 kB Progress (2): 0.4/3.7 MB | 16/264 kB Progress (2): 0.4/3.7 MB | 16/264 kB Progress (2): 0.4/3.7 MB | 28/264 kB Progress (2): 0.4/3.7 MB | 28/264 kB Progress (2): 0.4/3.7 MB | 44/264 kB Progress (2): 0.4/3.7 MB | 44/264 kB Progress (2): 0.4/3.7 MB | 61/264 kB Progress (2): 0.4/3.7 MB | 61/264 kB Progress (2): 0.4/3.7 MB | 77/264 kB Progress (2): 0.4/3.7 MB | 94/264 kB Progress (2): 0.4/3.7 MB | 110/264 kB Progress (2): 0.4/3.7 MB | 126/264 kB Progress (2): 0.4/3.7 MB | 126/264 kB Progress (2): 0.4/3.7 MB | 143/264 kB Progress (2): 0.5/3.7 MB | 143/264 kB Progress (2): 0.5/3.7 MB | 159/264 kB Progress (2): 0.5/3.7 MB | 159/264 kB Progress (2): 0.5/3.7 MB | 175/264 kB Progress (2): 0.5/3.7 MB | 175/264 kB Progress (2): 0.5/3.7 MB | 192/264 kB Progress (2): 0.5/3.7 MB | 208/264 kB Progress (2): 0.5/3.7 MB | 225/264 kB Progress (2): 0.5/3.7 MB | 225/264 kB Progress (2): 0.5/3.7 MB | 225/264 kB Progress (2): 0.5/3.7 MB | 241/264 kB Progress (2): 0.5/3.7 MB | 241/264 kB Progress (2): 0.5/3.7 MB | 257/264 kB Progress (2): 0.5/3.7 MB | 264 kB Progress (2): 0.6/3.7 MB | 264 kB Progress (2): 0.6/3.7 MB | 264 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-el/10.1.50/tomcat-embed-el-10.1.50.jar (264 kB at 166 kB/s) Progress (1): 0.6/3.7 MB Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.15.8/micrometer-commons-1.15.8.jar Progress (1): 0.6/3.7 MB Progress (1): 0.6/3.7 MB Progress (1): 0.6/3.7 MB Progress (1): 0.7/3.7 MB Progress (1): 0.7/3.7 MB Progress (1): 0.7/3.7 MB Progress (1): 0.7/3.7 MB Progress (1): 0.7/3.7 MB Progress (1): 0.7/3.7 MB Progress (1): 0.8/3.7 MB Progress (1): 0.8/3.7 MB Progress (1): 0.8/3.7 MB Progress (1): 0.8/3.7 MB Progress (1): 0.8/3.7 MB Progress (1): 0.8/3.7 MB Progress (1): 0.9/3.7 MB Progress (1): 0.9/3.7 MB Progress (1): 0.9/3.7 MB Progress (1): 0.9/3.7 MB Progress (1): 0.9/3.7 MB Progress (1): 0.9/3.7 MB Progress (1): 1.0/3.7 MB Progress (1): 1.0/3.7 MB Progress (1): 1.0/3.7 MB Progress (1): 1.0/3.7 MB Progress (1): 1.0/3.7 MB Progress (1): 1.0/3.7 MB Progress (1): 1.0/3.7 MB Progress (1): 1.1/3.7 MB Progress (1): 1.1/3.7 MB Progress (1): 1.1/3.7 MB Progress (1): 1.1/3.7 MB Progress (1): 1.1/3.7 MB Progress (1): 1.1/3.7 MB Progress (1): 1.2/3.7 MB Progress (1): 1.2/3.7 MB Progress (1): 1.2/3.7 MB Progress (1): 1.2/3.7 MB Progress (1): 1.2/3.7 MB Progress (1): 1.2/3.7 MB Progress (1): 1.2/3.7 MB Progress (1): 1.3/3.7 MB Progress (1): 1.3/3.7 MB Progress (1): 1.3/3.7 MB Progress (1): 1.3/3.7 MB Progress (1): 1.3/3.7 MB Progress (1): 1.3/3.7 MB Progress (1): 1.4/3.7 MB Progress (1): 1.4/3.7 MB Progress (1): 1.4/3.7 MB Progress (1): 1.4/3.7 MB Progress (1): 1.4/3.7 MB Progress (1): 1.4/3.7 MB Progress (1): 1.5/3.7 MB Progress (1): 1.5/3.7 MB Progress (1): 1.5/3.7 MB Progress (1): 1.5/3.7 MB Progress (1): 1.5/3.7 MB Progress (1): 1.5/3.7 MB Progress (1): 1.6/3.7 MB Progress (1): 1.6/3.7 MB Progress (1): 1.6/3.7 MB Progress (1): 1.6/3.7 MB Progress (1): 1.6/3.7 MB Progress (1): 1.6/3.7 MB Progress (1): 1.7/3.7 MB Progress (1): 1.7/3.7 MB Progress (1): 1.7/3.7 MB Progress (1): 1.7/3.7 MB Progress (1): 1.7/3.7 MB Progress (1): 1.7/3.7 MB Progress (1): 1.8/3.7 MB Progress (1): 1.8/3.7 MB Progress (1): 1.8/3.7 MB Progress (1): 1.8/3.7 MB Progress (1): 1.8/3.7 MB Progress (1): 1.8/3.7 MB Progress (1): 1.9/3.7 MB Progress (1): 1.9/3.7 MB Progress (1): 1.9/3.7 MB Progress (1): 1.9/3.7 MB Progress (1): 1.9/3.7 MB Progress (1): 1.9/3.7 MB Progress (1): 2.0/3.7 MB Progress (1): 2.0/3.7 MB Progress (1): 2.0/3.7 MB Progress (1): 2.0/3.7 MB Progress (1): 2.0/3.7 MB Progress (1): 2.0/3.7 MB Progress (1): 2.1/3.7 MB Progress (1): 2.1/3.7 MB Progress (1): 2.1/3.7 MB Progress (1): 2.1/3.7 MB Progress (1): 2.1/3.7 MB Progress (1): 2.1/3.7 MB Progress (1): 2.1/3.7 MB Progress (1): 2.2/3.7 MB Progress (1): 2.2/3.7 MB Progress (1): 2.2/3.7 MB Progress (1): 2.2/3.7 MB Progress (1): 2.2/3.7 MB Progress (1): 2.2/3.7 MB Progress (1): 2.3/3.7 MB Progress (1): 2.3/3.7 MB Progress (1): 2.3/3.7 MB Progress (1): 2.3/3.7 MB Progress (1): 2.3/3.7 MB Progress (1): 2.3/3.7 MB Progress (1): 2.4/3.7 MB Progress (1): 2.4/3.7 MB Progress (1): 2.4/3.7 MB Progress (1): 2.4/3.7 MB Progress (1): 2.4/3.7 MB Progress (1): 2.4/3.7 MB Progress (1): 2.5/3.7 MB Progress (1): 2.5/3.7 MB Progress (1): 2.5/3.7 MB Progress (1): 2.5/3.7 MB Progress (2): 2.5/3.7 MB | 7.7/284 kB Progress (2): 2.5/3.7 MB | 12/284 kB Progress (2): 2.5/3.7 MB | 12/284 kB Progress (2): 2.5/3.7 MB | 28/284 kB Progress (2): 2.5/3.7 MB | 28/284 kB Progress (2): 2.6/3.7 MB | 28/284 kB Progress (2): 2.6/3.7 MB | 44/284 kB Progress (2): 2.6/3.7 MB | 44/284 kB Progress (2): 2.6/3.7 MB | 44/284 kB Progress (2): 2.6/3.7 MB | 44/284 kB Progress (2): 2.6/3.7 MB | 44/284 kB Progress (2): 2.6/3.7 MB | 44/284 kB Progress (2): 2.6/3.7 MB | 61/284 kB Progress (2): 2.6/3.7 MB | 61/284 kB Progress (2): 2.7/3.7 MB | 61/284 kB Progress (2): 2.7/3.7 MB | 61/284 kB Progress (2): 2.7/3.7 MB | 61/284 kB Progress (2): 2.7/3.7 MB | 77/284 kB Progress (2): 2.7/3.7 MB | 77/284 kB Progress (2): 2.7/3.7 MB | 77/284 kB Progress (2): 2.7/3.7 MB | 77/284 kB Progress (2): 2.8/3.7 MB | 77/284 kB Progress (2): 2.8/3.7 MB | 77/284 kB Progress (2): 2.8/3.7 MB | 77/284 kB Progress (2): 2.8/3.7 MB | 93/284 kB Progress (2): 2.8/3.7 MB | 93/284 kB Progress (2): 2.8/3.7 MB | 93/284 kB Progress (3): 2.8/3.7 MB | 93/284 kB | 0/2.1 MB Progress (3): 2.8/3.7 MB | 93/284 kB | 0/2.1 MB Progress (3): 2.8/3.7 MB | 93/284 kB | 0/2.1 MB Progress (3): 2.9/3.7 MB | 93/284 kB | 0/2.1 MB Progress (3): 2.9/3.7 MB | 93/284 kB | 0/2.1 MB Progress (3): 2.9/3.7 MB | 110/284 kB | 0/2.1 MB Progress (3): 2.9/3.7 MB | 110/284 kB | 0/2.1 MB Progress (3): 2.9/3.7 MB | 110/284 kB | 0.1/2.1 MB Progress (3): 2.9/3.7 MB | 110/284 kB | 0.1/2.1 MB Progress (3): 2.9/3.7 MB | 110/284 kB | 0.1/2.1 MB Progress (3): 2.9/3.7 MB | 110/284 kB | 0.1/2.1 MB Progress (3): 2.9/3.7 MB | 110/284 kB | 0.1/2.1 MB Progress (3): 2.9/3.7 MB | 126/284 kB | 0.1/2.1 MB Progress (3): 2.9/3.7 MB | 126/284 kB | 0.1/2.1 MB Progress (3): 2.9/3.7 MB | 126/284 kB | 0.1/2.1 MB Progress (3): 2.9/3.7 MB | 126/284 kB | 0.1/2.1 MB Progress (3): 2.9/3.7 MB | 126/284 kB | 0.1/2.1 MB Progress (3): 3.0/3.7 MB | 126/284 kB | 0.1/2.1 MB Progress (3): 3.0/3.7 MB | 126/284 kB | 0.1/2.1 MB Progress (3): 3.0/3.7 MB | 126/284 kB | 0.1/2.1 MB Progress (3): 3.0/3.7 MB | 126/284 kB | 0.1/2.1 MB Progress (3): 3.0/3.7 MB | 126/284 kB | 0.1/2.1 MB Progress (3): 3.0/3.7 MB | 126/284 kB | 0.1/2.1 MB Progress (3): 3.0/3.7 MB | 126/284 kB | 0.1/2.1 MB Progress (3): 3.0/3.7 MB | 143/284 kB | 0.1/2.1 MB Progress (3): 3.0/3.7 MB | 143/284 kB | 0.2/2.1 MB Progress (3): 3.0/3.7 MB | 143/284 kB | 0.2/2.1 MB Progress (3): 3.0/3.7 MB | 143/284 kB | 0.2/2.1 MB Progress (3): 3.0/3.7 MB | 143/284 kB | 0.2/2.1 MB Progress (3): 3.0/3.7 MB | 143/284 kB | 0.2/2.1 MB Progress (3): 3.0/3.7 MB | 143/284 kB | 0.2/2.1 MB Progress (3): 3.0/3.7 MB | 143/284 kB | 0.2/2.1 MB Progress (3): 3.0/3.7 MB | 143/284 kB | 0.2/2.1 MB Progress (3): 3.0/3.7 MB | 143/284 kB | 0.2/2.1 MB Progress (3): 3.0/3.7 MB | 159/284 kB | 0.2/2.1 MB Progress (3): 3.0/3.7 MB | 159/284 kB | 0.2/2.1 MB Progress (3): 3.0/3.7 MB | 159/284 kB | 0.2/2.1 MB Progress (3): 3.0/3.7 MB | 159/284 kB | 0.2/2.1 MB Progress (3): 3.0/3.7 MB | 159/284 kB | 0.2/2.1 MB Progress (3): 3.1/3.7 MB | 159/284 kB | 0.2/2.1 MB Progress (3): 3.1/3.7 MB | 159/284 kB | 0.2/2.1 MB Progress (3): 3.1/3.7 MB | 159/284 kB | 0.3/2.1 MB Progress (3): 3.1/3.7 MB | 159/284 kB | 0.3/2.1 MB Progress (3): 3.1/3.7 MB | 159/284 kB | 0.3/2.1 MB Progress (3): 3.1/3.7 MB | 159/284 kB | 0.3/2.1 MB Progress (3): 3.1/3.7 MB | 159/284 kB | 0.3/2.1 MB Progress (3): 3.1/3.7 MB | 175/284 kB | 0.3/2.1 MB Progress (3): 3.1/3.7 MB | 184/284 kB | 0.3/2.1 MB Progress (3): 3.1/3.7 MB | 184/284 kB | 0.3/2.1 MB Progress (3): 3.1/3.7 MB | 184/284 kB | 0.3/2.1 MB Progress (3): 3.1/3.7 MB | 184/284 kB | 0.3/2.1 MB Progress (3): 3.1/3.7 MB | 184/284 kB | 0.3/2.1 MB Progress (3): 3.1/3.7 MB | 184/284 kB | 0.3/2.1 MB Progress (3): 3.1/3.7 MB | 184/284 kB | 0.3/2.1 MB Progress (3): 3.1/3.7 MB | 184/284 kB | 0.3/2.1 MB Progress (3): 3.2/3.7 MB | 184/284 kB | 0.3/2.1 MB Progress (3): 3.2/3.7 MB | 184/284 kB | 0.3/2.1 MB Progress (3): 3.2/3.7 MB | 192/284 kB | 0.3/2.1 MB Progress (3): 3.2/3.7 MB | 192/284 kB | 0.3/2.1 MB Progress (3): 3.2/3.7 MB | 192/284 kB | 0.3/2.1 MB Progress (3): 3.2/3.7 MB | 208/284 kB | 0.3/2.1 MB Progress (3): 3.2/3.7 MB | 208/284 kB | 0.3/2.1 MB Progress (3): 3.2/3.7 MB | 208/284 kB | 0.3/2.1 MB Progress (3): 3.2/3.7 MB | 208/284 kB | 0.3/2.1 MB Progress (3): 3.2/3.7 MB | 208/284 kB | 0.4/2.1 MB Progress (3): 3.2/3.7 MB | 208/284 kB | 0.4/2.1 MB Progress (3): 3.2/3.7 MB | 208/284 kB | 0.4/2.1 MB Progress (3): 3.2/3.7 MB | 208/284 kB | 0.4/2.1 MB Progress (3): 3.2/3.7 MB | 208/284 kB | 0.4/2.1 MB Progress (3): 3.3/3.7 MB | 208/284 kB | 0.4/2.1 MB Progress (3): 3.3/3.7 MB | 208/284 kB | 0.4/2.1 MB Progress (3): 3.3/3.7 MB | 208/284 kB | 0.4/2.1 MB Progress (3): 3.3/3.7 MB | 208/284 kB | 0.4/2.1 MB Progress (3): 3.3/3.7 MB | 208/284 kB | 0.4/2.1 MB Progress (3): 3.3/3.7 MB | 225/284 kB | 0.4/2.1 MB Progress (3): 3.3/3.7 MB | 225/284 kB | 0.4/2.1 MB Progress (3): 3.3/3.7 MB | 225/284 kB | 0.4/2.1 MB Progress (3): 3.3/3.7 MB | 225/284 kB | 0.4/2.1 MB Progress (3): 3.3/3.7 MB | 225/284 kB | 0.4/2.1 MB Progress (3): 3.3/3.7 MB | 225/284 kB | 0.4/2.1 MB Progress (3): 3.3/3.7 MB | 225/284 kB | 0.5/2.1 MB Progress (3): 3.3/3.7 MB | 241/284 kB | 0.5/2.1 MB Progress (3): 3.4/3.7 MB | 241/284 kB | 0.5/2.1 MB Progress (3): 3.4/3.7 MB | 241/284 kB | 0.5/2.1 MB Progress (3): 3.4/3.7 MB | 241/284 kB | 0.5/2.1 MB Progress (3): 3.4/3.7 MB | 241/284 kB | 0.5/2.1 MB Progress (3): 3.4/3.7 MB | 241/284 kB | 0.5/2.1 MB Progress (3): 3.4/3.7 MB | 241/284 kB | 0.5/2.1 MB Progress (3): 3.4/3.7 MB | 241/284 kB | 0.5/2.1 MB Progress (3): 3.4/3.7 MB | 241/284 kB | 0.5/2.1 MB Progress (3): 3.4/3.7 MB | 257/284 kB | 0.5/2.1 MB Progress (3): 3.4/3.7 MB | 257/284 kB | 0.5/2.1 MB Progress (3): 3.5/3.7 MB | 257/284 kB | 0.5/2.1 MB Progress (3): 3.5/3.7 MB | 257/284 kB | 0.5/2.1 MB Progress (3): 3.5/3.7 MB | 257/284 kB | 0.5/2.1 MB Progress (3): 3.5/3.7 MB | 274/284 kB | 0.5/2.1 MB Progress (3): 3.5/3.7 MB | 274/284 kB | 0.6/2.1 MB Progress (3): 3.5/3.7 MB | 274/284 kB | 0.6/2.1 MB Progress (3): 3.5/3.7 MB | 274/284 kB | 0.6/2.1 MB Progress (3): 3.5/3.7 MB | 274/284 kB | 0.6/2.1 MB Progress (3): 3.5/3.7 MB | 274/284 kB | 0.6/2.1 MB Progress (3): 3.5/3.7 MB | 274/284 kB | 0.6/2.1 MB Progress (3): 3.5/3.7 MB | 274/284 kB | 0.6/2.1 MB Progress (3): 3.5/3.7 MB | 284 kB | 0.6/2.1 MB Progress (3): 3.5/3.7 MB | 284 kB | 0.6/2.1 MB Progress (3): 3.6/3.7 MB | 284 kB | 0.6/2.1 MB Progress (3): 3.6/3.7 MB | 284 kB | 0.6/2.1 MB Progress (3): 3.6/3.7 MB | 284 kB | 0.6/2.1 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-websocket/10.1.50/tomcat-embed-websocket-10.1.50.jar (284 kB at 172 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webmvc/6.2.15/spring-webmvc-6.2.15.jar Progress (2): 3.6/3.7 MB | 0.6/2.1 MB Progress (2): 3.6/3.7 MB | 0.6/2.1 MB Progress (2): 3.6/3.7 MB | 0.6/2.1 MB Progress (2): 3.6/3.7 MB | 0.7/2.1 MB Progress (2): 3.6/3.7 MB | 0.7/2.1 MB Progress (2): 3.6/3.7 MB | 0.7/2.1 MB Progress (2): 3.6/3.7 MB | 0.7/2.1 MB Progress (2): 3.6/3.7 MB | 0.7/2.1 MB Progress (2): 3.6/3.7 MB | 0.7/2.1 MB Progress (2): 3.7/3.7 MB | 0.7/2.1 MB Progress (2): 3.7 MB | 0.7/2.1 MB Progress (2): 3.7 MB | 0.7/2.1 MB Progress (2): 3.7 MB | 0.7/2.1 MB Progress (2): 3.7 MB | 0.7/2.1 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/10.1.50/tomcat-embed-core-10.1.50.jar (3.7 MB at 2.2 MB/s) Progress (1): 0.8/2.1 MB Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/6.2.15/spring-expression-6.2.15.jar Progress (1): 0.8/2.1 MB Progress (1): 0.8/2.1 MB Progress (1): 0.8/2.1 MB Progress (1): 0.8/2.1 MB Progress (1): 0.8/2.1 MB Progress (2): 0.8/2.1 MB | 7.7/75 kB Progress (2): 0.8/2.1 MB | 16/75 kB Progress (2): 0.8/2.1 MB | 32/75 kB Progress (2): 0.9/2.1 MB | 32/75 kB Progress (2): 0.9/2.1 MB | 49/75 kB Progress (2): 0.9/2.1 MB | 49/75 kB Progress (2): 0.9/2.1 MB | 65/75 kB Progress (2): 0.9/2.1 MB | 65/75 kB Progress (2): 0.9/2.1 MB | 75 kB Progress (2): 0.9/2.1 MB | 75 kB Progress (2): 0.9/2.1 MB | 75 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.15.8/micrometer-observation-1.15.8.jar (75 kB at 45 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/h2database/h2/2.3.232/h2-2.3.232.jar Progress (1): 0.9/2.1 MB Progress (1): 1.0/2.1 MB Progress (1): 1.0/2.1 MB Progress (1): 1.0/2.1 MB Progress (1): 1.0/2.1 MB Progress (1): 1.0/2.1 MB Progress (1): 1.0/2.1 MB Progress (1): 1.0/2.1 MB Progress (1): 1.1/2.1 MB Progress (1): 1.1/2.1 MB Progress (1): 1.1/2.1 MB Progress (1): 1.1/2.1 MB Progress (1): 1.1/2.1 MB Progress (1): 1.1/2.1 MB Progress (1): 1.2/2.1 MB Progress (1): 1.2/2.1 MB Progress (1): 1.2/2.1 MB Progress (1): 1.2/2.1 MB Progress (1): 1.2/2.1 MB Progress (1): 1.2/2.1 MB Progress (1): 1.2/2.1 MB Progress (1): 1.3/2.1 MB Progress (1): 1.3/2.1 MB Progress (1): 1.3/2.1 MB Progress (1): 1.3/2.1 MB Progress (1): 1.3/2.1 MB Progress (1): 1.3/2.1 MB Progress (1): 1.4/2.1 MB Progress (1): 1.4/2.1 MB Progress (1): 1.4/2.1 MB Progress (1): 1.4/2.1 MB Progress (1): 1.4/2.1 MB Progress (1): 1.4/2.1 MB Progress (1): 1.5/2.1 MB Progress (1): 1.5/2.1 MB Progress (1): 1.5/2.1 MB Progress (1): 1.5/2.1 MB Progress (1): 1.5/2.1 MB Progress (1): 1.5/2.1 MB Progress (1): 1.6/2.1 MB Progress (1): 1.6/2.1 MB Progress (1): 1.6/2.1 MB Progress (1): 1.6/2.1 MB Progress (1): 1.6/2.1 MB Progress (1): 1.6/2.1 MB Progress (1): 1.7/2.1 MB Progress (1): 1.7/2.1 MB Progress (1): 1.7/2.1 MB Progress (1): 1.7/2.1 MB Progress (1): 1.7/2.1 MB Progress (2): 1.7/2.1 MB | 3.4/49 kB Progress (2): 1.7/2.1 MB | 3.4/49 kB Progress (2): 1.7/2.1 MB | 20/49 kB Progress (2): 1.8/2.1 MB | 20/49 kB Progress (2): 1.8/2.1 MB | 36/49 kB Progress (2): 1.8/2.1 MB | 36/49 kB Progress (2): 1.8/2.1 MB | 49 kB Progress (2): 1.8/2.1 MB | 49 kB Progress (2): 1.8/2.1 MB | 49 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.15.8/micrometer-commons-1.15.8.jar (49 kB at 29 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.42/lombok-1.18.42.jar Progress (1): 1.8/2.1 MB Progress (1): 1.8/2.1 MB Progress (1): 1.9/2.1 MB Progress (1): 1.9/2.1 MB Progress (1): 1.9/2.1 MB Progress (1): 1.9/2.1 MB Progress (1): 1.9/2.1 MB Progress (1): 1.9/2.1 MB Progress (1): 2.0/2.1 MB Progress (1): 2.0/2.1 MB Progress (1): 2.0/2.1 MB Progress (1): 2.0/2.1 MB Progress (1): 2.0/2.1 MB Progress (1): 2.0/2.1 MB Progress (1): 2.1/2.1 MB Progress (1): 2.1/2.1 MB Progress (1): 2.1/2.1 MB Progress (1): 2.1 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-web/6.2.15/spring-web-6.2.15.jar (2.1 MB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-test/3.5.10/spring-boot-starter-test-3.5.10.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.1 MB Progress (2): 0.1/1.1 MB | 7.7/318 kB Progress (2): 0.1/1.1 MB | 16/318 kB Progress (2): 0.1/1.1 MB | 16/318 kB Progress (2): 0.1/1.1 MB | 32/318 kB Progress (2): 0.1/1.1 MB | 49/318 kB Progress (2): 0.1/1.1 MB | 65/318 kB Progress (2): 0.1/1.1 MB | 81/318 kB Progress (2): 0.1/1.1 MB | 98/318 kB Progress (2): 0.1/1.1 MB | 114/318 kB Progress (2): 0.1/1.1 MB | 131/318 kB Progress (2): 0.1/1.1 MB | 147/318 kB Progress (2): 0.1/1.1 MB | 147/318 kB Progress (2): 0.1/1.1 MB | 163/318 kB Progress (2): 0.1/1.1 MB | 180/318 kB Progress (2): 0.1/1.1 MB | 196/318 kB Progress (3): 0.1/1.1 MB | 196/318 kB | 0/2.7 MB Progress (3): 0.1/1.1 MB | 213/318 kB | 0/2.7 MB Progress (3): 0.1/1.1 MB | 213/318 kB | 0/2.7 MB Progress (3): 0.1/1.1 MB | 229/318 kB | 0/2.7 MB Progress (3): 0.1/1.1 MB | 229/318 kB | 0/2.7 MB Progress (3): 0.1/1.1 MB | 229/318 kB | 0/2.7 MB Progress (3): 0.1/1.1 MB | 229/318 kB | 0.1/2.7 MB Progress (3): 0.1/1.1 MB | 245/318 kB | 0.1/2.7 MB Progress (3): 0.1/1.1 MB | 245/318 kB | 0.1/2.7 MB Progress (3): 0.1/1.1 MB | 262/318 kB | 0.1/2.7 MB Progress (3): 0.1/1.1 MB | 278/318 kB | 0.1/2.7 MB Progress (3): 0.1/1.1 MB | 294/318 kB | 0.1/2.7 MB Progress (3): 0.1/1.1 MB | 311/318 kB | 0.1/2.7 MB Progress (3): 0.1/1.1 MB | 318 kB | 0.1/2.7 MB Progress (3): 0.1/1.1 MB | 318 kB | 0.1/2.7 MB Progress (3): 0.1/1.1 MB | 318 kB | 0.1/2.7 MB Progress (3): 0.1/1.1 MB | 318 kB | 0.1/2.7 MB Progress (3): 0.1/1.1 MB | 318 kB | 0.1/2.7 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/6.2.15/spring-expression-6.2.15.jar (318 kB at 182 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test/3.5.10/spring-boot-test-3.5.10.jar Progress (2): 0.1/1.1 MB | 0.1/2.7 MB Progress (2): 0.1/1.1 MB | 0.1/2.7 MB Progress (2): 0.2/1.1 MB | 0.1/2.7 MB Progress (2): 0.2/1.1 MB | 0.1/2.7 MB Progress (2): 0.2/1.1 MB | 0.1/2.7 MB Progress (2): 0.2/1.1 MB | 0.2/2.7 MB Progress (2): 0.2/1.1 MB | 0.2/2.7 MB Progress (2): 0.2/1.1 MB | 0.2/2.7 MB Progress (2): 0.2/1.1 MB | 0.2/2.7 MB Progress (2): 0.2/1.1 MB | 0.2/2.7 MB Progress (2): 0.2/1.1 MB | 0.2/2.7 MB Progress (2): 0.2/1.1 MB | 0.2/2.7 MB Progress (2): 0.2/1.1 MB | 0.2/2.7 MB Progress (2): 0.2/1.1 MB | 0.2/2.7 MB Progress (2): 0.2/1.1 MB | 0.3/2.7 MB Progress (2): 0.2/1.1 MB | 0.3/2.7 MB Progress (2): 0.2/1.1 MB | 0.3/2.7 MB Progress (2): 0.2/1.1 MB | 0.3/2.7 MB Progress (2): 0.2/1.1 MB | 0.3/2.7 MB Progress (2): 0.2/1.1 MB | 0.3/2.7 MB Progress (2): 0.2/1.1 MB | 0.3/2.7 MB Progress (2): 0.2/1.1 MB | 0.4/2.7 MB Progress (2): 0.2/1.1 MB | 0.4/2.7 MB Progress (2): 0.2/1.1 MB | 0.4/2.7 MB Progress (2): 0.2/1.1 MB | 0.4/2.7 MB Progress (2): 0.2/1.1 MB | 0.4/2.7 MB Progress (2): 0.2/1.1 MB | 0.4/2.7 MB Progress (2): 0.2/1.1 MB | 0.4/2.7 MB Progress (2): 0.3/1.1 MB | 0.4/2.7 MB Progress (2): 0.3/1.1 MB | 0.4/2.7 MB Progress (2): 0.3/1.1 MB | 0.5/2.7 MB Progress (2): 0.3/1.1 MB | 0.5/2.7 MB Progress (2): 0.3/1.1 MB | 0.5/2.7 MB Progress (2): 0.3/1.1 MB | 0.5/2.7 MB Progress (2): 0.3/1.1 MB | 0.5/2.7 MB Progress (2): 0.3/1.1 MB | 0.5/2.7 MB Progress (2): 0.3/1.1 MB | 0.5/2.7 MB Progress (2): 0.3/1.1 MB | 0.5/2.7 MB Progress (2): 0.3/1.1 MB | 0.6/2.7 MB Progress (2): 0.3/1.1 MB | 0.6/2.7 MB Progress (2): 0.3/1.1 MB | 0.6/2.7 MB Progress (2): 0.3/1.1 MB | 0.6/2.7 MB Progress (2): 0.3/1.1 MB | 0.6/2.7 MB Progress (2): 0.3/1.1 MB | 0.6/2.7 MB Progress (2): 0.3/1.1 MB | 0.6/2.7 MB Progress (2): 0.3/1.1 MB | 0.6/2.7 MB Progress (2): 0.3/1.1 MB | 0.7/2.7 MB Progress (2): 0.3/1.1 MB | 0.7/2.7 MB Progress (2): 0.3/1.1 MB | 0.7/2.7 MB Progress (2): 0.3/1.1 MB | 0.7/2.7 MB Progress (2): 0.3/1.1 MB | 0.7/2.7 MB Progress (2): 0.3/1.1 MB | 0.7/2.7 MB Progress (2): 0.3/1.1 MB | 0.7/2.7 MB Progress (2): 0.3/1.1 MB | 0.7/2.7 MB Progress (2): 0.3/1.1 MB | 0.7/2.7 MB Progress (2): 0.4/1.1 MB | 0.7/2.7 MB Progress (2): 0.4/1.1 MB | 0.8/2.7 MB Progress (2): 0.4/1.1 MB | 0.8/2.7 MB Progress (2): 0.4/1.1 MB | 0.8/2.7 MB Progress (2): 0.4/1.1 MB | 0.8/2.7 MB Progress (2): 0.4/1.1 MB | 0.8/2.7 MB Progress (2): 0.4/1.1 MB | 0.8/2.7 MB Progress (2): 0.4/1.1 MB | 0.8/2.7 MB Progress (2): 0.4/1.1 MB | 0.8/2.7 MB Progress (2): 0.4/1.1 MB | 0.9/2.7 MB Progress (2): 0.4/1.1 MB | 0.9/2.7 MB Progress (2): 0.4/1.1 MB | 0.9/2.7 MB Progress (2): 0.4/1.1 MB | 0.9/2.7 MB Progress (2): 0.4/1.1 MB | 0.9/2.7 MB Progress (2): 0.4/1.1 MB | 0.9/2.7 MB Progress (2): 0.4/1.1 MB | 0.9/2.7 MB Progress (2): 0.4/1.1 MB | 0.9/2.7 MB Progress (2): 0.4/1.1 MB | 1.0/2.7 MB Progress (3): 0.4/1.1 MB | 1.0/2.7 MB | 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-test/3.5.10/spring-boot-starter-test-3.5.10.jar (2.0 kB at 1.2 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test-autoconfigure/3.5.10/spring-boot-test-autoconfigure-3.5.10.jar Progress (2): 0.4/1.1 MB | 1.0/2.7 MB Progress (2): 0.4/1.1 MB | 1.0/2.7 MB Progress (2): 0.4/1.1 MB | 1.0/2.7 MB Progress (2): 0.5/1.1 MB | 1.0/2.7 MB Progress (2): 0.5/1.1 MB | 1.0/2.7 MB Progress (2): 0.5/1.1 MB | 1.0/2.7 MB Progress (2): 0.5/1.1 MB | 1.0/2.7 MB Progress (3): 0.5/1.1 MB | 1.0/2.7 MB | 0/2.0 MB Progress (3): 0.5/1.1 MB | 1.0/2.7 MB | 0/2.0 MB Progress (3): 0.5/1.1 MB | 1.1/2.7 MB | 0/2.0 MB Progress (3): 0.5/1.1 MB | 1.1/2.7 MB | 0/2.0 MB Progress (3): 0.5/1.1 MB | 1.1/2.7 MB | 0/2.0 MB Progress (3): 0.5/1.1 MB | 1.1/2.7 MB | 0/2.0 MB Progress (3): 0.5/1.1 MB | 1.1/2.7 MB | 0/2.0 MB Progress (3): 0.5/1.1 MB | 1.1/2.7 MB | 0.1/2.0 MB Progress (3): 0.5/1.1 MB | 1.1/2.7 MB | 0.1/2.0 MB Progress (3): 0.5/1.1 MB | 1.1/2.7 MB | 0.1/2.0 MB Progress (3): 0.5/1.1 MB | 1.1/2.7 MB | 0.1/2.0 MB Progress (3): 0.5/1.1 MB | 1.1/2.7 MB | 0.1/2.0 MB Progress (3): 0.5/1.1 MB | 1.1/2.7 MB | 0.1/2.0 MB Progress (3): 0.5/1.1 MB | 1.1/2.7 MB | 0.1/2.0 MB Progress (3): 0.5/1.1 MB | 1.1/2.7 MB | 0.1/2.0 MB Progress (3): 0.5/1.1 MB | 1.1/2.7 MB | 0.1/2.0 MB Progress (3): 0.5/1.1 MB | 1.1/2.7 MB | 0.1/2.0 MB Progress (3): 0.5/1.1 MB | 1.1/2.7 MB | 0.1/2.0 MB Progress (3): 0.5/1.1 MB | 1.1/2.7 MB | 0.2/2.0 MB Progress (3): 0.5/1.1 MB | 1.1/2.7 MB | 0.2/2.0 MB Progress (3): 0.5/1.1 MB | 1.1/2.7 MB | 0.2/2.0 MB Progress (3): 0.5/1.1 MB | 1.1/2.7 MB | 0.2/2.0 MB Progress (3): 0.5/1.1 MB | 1.2/2.7 MB | 0.2/2.0 MB Progress (3): 0.5/1.1 MB | 1.2/2.7 MB | 0.2/2.0 MB Progress (3): 0.5/1.1 MB | 1.2/2.7 MB | 0.2/2.0 MB Progress (3): 0.5/1.1 MB | 1.2/2.7 MB | 0.2/2.0 MB Progress (3): 0.5/1.1 MB | 1.2/2.7 MB | 0.2/2.0 MB Progress (3): 0.5/1.1 MB | 1.2/2.7 MB | 0.2/2.0 MB Progress (3): 0.5/1.1 MB | 1.2/2.7 MB | 0.2/2.0 MB Progress (3): 0.5/1.1 MB | 1.2/2.7 MB | 0.3/2.0 MB Progress (3): 0.5/1.1 MB | 1.2/2.7 MB | 0.3/2.0 MB Progress (3): 0.5/1.1 MB | 1.2/2.7 MB | 0.3/2.0 MB Progress (3): 0.5/1.1 MB | 1.2/2.7 MB | 0.3/2.0 MB Progress (3): 0.5/1.1 MB | 1.2/2.7 MB | 0.3/2.0 MB Progress (3): 0.5/1.1 MB | 1.2/2.7 MB | 0.3/2.0 MB Progress (3): 0.5/1.1 MB | 1.2/2.7 MB | 0.3/2.0 MB Progress (3): 0.5/1.1 MB | 1.3/2.7 MB | 0.3/2.0 MB Progress (3): 0.5/1.1 MB | 1.3/2.7 MB | 0.3/2.0 MB Progress (3): 0.5/1.1 MB | 1.3/2.7 MB | 0.3/2.0 MB Progress (3): 0.5/1.1 MB | 1.3/2.7 MB | 0.3/2.0 MB Progress (3): 0.5/1.1 MB | 1.3/2.7 MB | 0.4/2.0 MB Progress (3): 0.5/1.1 MB | 1.3/2.7 MB | 0.4/2.0 MB Progress (3): 0.5/1.1 MB | 1.3/2.7 MB | 0.4/2.0 MB Progress (3): 0.5/1.1 MB | 1.3/2.7 MB | 0.4/2.0 MB Progress (3): 0.5/1.1 MB | 1.3/2.7 MB | 0.4/2.0 MB Progress (3): 0.5/1.1 MB | 1.3/2.7 MB | 0.4/2.0 MB Progress (3): 0.6/1.1 MB | 1.3/2.7 MB | 0.4/2.0 MB Progress (3): 0.6/1.1 MB | 1.3/2.7 MB | 0.4/2.0 MB Progress (3): 0.6/1.1 MB | 1.3/2.7 MB | 0.4/2.0 MB Progress (3): 0.6/1.1 MB | 1.3/2.7 MB | 0.4/2.0 MB Progress (3): 0.6/1.1 MB | 1.3/2.7 MB | 0.4/2.0 MB Progress (3): 0.6/1.1 MB | 1.3/2.7 MB | 0.5/2.0 MB Progress (3): 0.6/1.1 MB | 1.3/2.7 MB | 0.5/2.0 MB Progress (3): 0.6/1.1 MB | 1.3/2.7 MB | 0.5/2.0 MB Progress (3): 0.6/1.1 MB | 1.3/2.7 MB | 0.5/2.0 MB Progress (3): 0.6/1.1 MB | 1.4/2.7 MB | 0.5/2.0 MB Progress (3): 0.6/1.1 MB | 1.4/2.7 MB | 0.5/2.0 MB Progress (3): 0.6/1.1 MB | 1.4/2.7 MB | 0.5/2.0 MB Progress (3): 0.6/1.1 MB | 1.4/2.7 MB | 0.5/2.0 MB Progress (3): 0.6/1.1 MB | 1.4/2.7 MB | 0.5/2.0 MB Progress (3): 0.6/1.1 MB | 1.4/2.7 MB | 0.5/2.0 MB Progress (3): 0.6/1.1 MB | 1.4/2.7 MB | 0.5/2.0 MB Progress (3): 0.6/1.1 MB | 1.4/2.7 MB | 0.5/2.0 MB Progress (3): 0.6/1.1 MB | 1.4/2.7 MB | 0.5/2.0 MB Progress (3): 0.6/1.1 MB | 1.4/2.7 MB | 0.5/2.0 MB Progress (3): 0.6/1.1 MB | 1.4/2.7 MB | 0.6/2.0 MB Progress (3): 0.6/1.1 MB | 1.4/2.7 MB | 0.6/2.0 MB Progress (3): 0.6/1.1 MB | 1.4/2.7 MB | 0.6/2.0 MB Progress (3): 0.6/1.1 MB | 1.4/2.7 MB | 0.6/2.0 MB Progress (3): 0.6/1.1 MB | 1.4/2.7 MB | 0.6/2.0 MB Progress (3): 0.6/1.1 MB | 1.4/2.7 MB | 0.6/2.0 MB Progress (3): 0.6/1.1 MB | 1.5/2.7 MB | 0.6/2.0 MB Progress (3): 0.6/1.1 MB | 1.5/2.7 MB | 0.6/2.0 MB Progress (3): 0.6/1.1 MB | 1.5/2.7 MB | 0.6/2.0 MB Progress (3): 0.6/1.1 MB | 1.5/2.7 MB | 0.6/2.0 MB Progress (3): 0.6/1.1 MB | 1.5/2.7 MB | 0.7/2.0 MB Progress (3): 0.6/1.1 MB | 1.5/2.7 MB | 0.7/2.0 MB Progress (3): 0.6/1.1 MB | 1.5/2.7 MB | 0.7/2.0 MB Progress (3): 0.6/1.1 MB | 1.5/2.7 MB | 0.7/2.0 MB Progress (3): 0.6/1.1 MB | 1.5/2.7 MB | 0.7/2.0 MB Progress (3): 0.6/1.1 MB | 1.5/2.7 MB | 0.7/2.0 MB Progress (3): 0.6/1.1 MB | 1.5/2.7 MB | 0.7/2.0 MB Progress (3): 0.6/1.1 MB | 1.5/2.7 MB | 0.7/2.0 MB Progress (3): 0.6/1.1 MB | 1.5/2.7 MB | 0.7/2.0 MB Progress (3): 0.6/1.1 MB | 1.5/2.7 MB | 0.7/2.0 MB Progress (3): 0.6/1.1 MB | 1.5/2.7 MB | 0.7/2.0 MB Progress (3): 0.6/1.1 MB | 1.5/2.7 MB | 0.7/2.0 MB Progress (3): 0.6/1.1 MB | 1.6/2.7 MB | 0.7/2.0 MB Progress (3): 0.6/1.1 MB | 1.6/2.7 MB | 0.8/2.0 MB Progress (3): 0.6/1.1 MB | 1.6/2.7 MB | 0.8/2.0 MB Progress (3): 0.7/1.1 MB | 1.6/2.7 MB | 0.8/2.0 MB Progress (3): 0.7/1.1 MB | 1.6/2.7 MB | 0.8/2.0 MB Progress (3): 0.7/1.1 MB | 1.6/2.7 MB | 0.8/2.0 MB Progress (3): 0.7/1.1 MB | 1.6/2.7 MB | 0.8/2.0 MB Progress (3): 0.7/1.1 MB | 1.6/2.7 MB | 0.8/2.0 MB Progress (3): 0.7/1.1 MB | 1.6/2.7 MB | 0.8/2.0 MB Progress (3): 0.7/1.1 MB | 1.6/2.7 MB | 0.8/2.0 MB Progress (3): 0.7/1.1 MB | 1.6/2.7 MB | 0.8/2.0 MB Progress (3): 0.7/1.1 MB | 1.6/2.7 MB | 0.8/2.0 MB Progress (3): 0.7/1.1 MB | 1.6/2.7 MB | 0.8/2.0 MB Progress (3): 0.7/1.1 MB | 1.6/2.7 MB | 0.8/2.0 MB Progress (3): 0.7/1.1 MB | 1.6/2.7 MB | 0.9/2.0 MB Progress (3): 0.7/1.1 MB | 1.6/2.7 MB | 0.9/2.0 MB Progress (3): 0.7/1.1 MB | 1.6/2.7 MB | 0.9/2.0 MB Progress (3): 0.7/1.1 MB | 1.6/2.7 MB | 0.9/2.0 MB Progress (3): 0.7/1.1 MB | 1.6/2.7 MB | 0.9/2.0 MB Progress (3): 0.7/1.1 MB | 1.7/2.7 MB | 0.9/2.0 MB Progress (3): 0.7/1.1 MB | 1.7/2.7 MB | 0.9/2.0 MB Progress (3): 0.7/1.1 MB | 1.7/2.7 MB | 0.9/2.0 MB Progress (3): 0.7/1.1 MB | 1.7/2.7 MB | 0.9/2.0 MB Progress (3): 0.7/1.1 MB | 1.7/2.7 MB | 0.9/2.0 MB Progress (3): 0.7/1.1 MB | 1.7/2.7 MB | 0.9/2.0 MB Progress (3): 0.7/1.1 MB | 1.7/2.7 MB | 0.9/2.0 MB Progress (3): 0.7/1.1 MB | 1.7/2.7 MB | 1.0/2.0 MB Progress (3): 0.7/1.1 MB | 1.7/2.7 MB | 1.0/2.0 MB Progress (3): 0.7/1.1 MB | 1.7/2.7 MB | 1.0/2.0 MB Progress (3): 0.7/1.1 MB | 1.7/2.7 MB | 1.0/2.0 MB Progress (3): 0.7/1.1 MB | 1.7/2.7 MB | 1.0/2.0 MB Progress (3): 0.7/1.1 MB | 1.7/2.7 MB | 1.0/2.0 MB Progress (3): 0.7/1.1 MB | 1.7/2.7 MB | 1.0/2.0 MB Progress (3): 0.7/1.1 MB | 1.7/2.7 MB | 1.0/2.0 MB Progress (3): 0.7/1.1 MB | 1.7/2.7 MB | 1.0/2.0 MB Progress (3): 0.7/1.1 MB | 1.8/2.7 MB | 1.0/2.0 MB Progress (3): 0.7/1.1 MB | 1.8/2.7 MB | 1.0/2.0 MB Progress (3): 0.7/1.1 MB | 1.8/2.7 MB | 1.0/2.0 MB Progress (3): 0.7/1.1 MB | 1.8/2.7 MB | 1.1/2.0 MB Progress (3): 0.7/1.1 MB | 1.8/2.7 MB | 1.1/2.0 MB Progress (3): 0.7/1.1 MB | 1.8/2.7 MB | 1.1/2.0 MB Progress (3): 0.7/1.1 MB | 1.8/2.7 MB | 1.1/2.0 MB Progress (3): 0.7/1.1 MB | 1.8/2.7 MB | 1.1/2.0 MB Progress (3): 0.7/1.1 MB | 1.8/2.7 MB | 1.1/2.0 MB Progress (3): 0.7/1.1 MB | 1.8/2.7 MB | 1.1/2.0 MB Progress (3): 0.7/1.1 MB | 1.8/2.7 MB | 1.1/2.0 MB Progress (3): 0.7/1.1 MB | 1.8/2.7 MB | 1.1/2.0 MB Progress (3): 0.7/1.1 MB | 1.8/2.7 MB | 1.1/2.0 MB Progress (3): 0.7/1.1 MB | 1.8/2.7 MB | 1.1/2.0 MB Progress (3): 0.7/1.1 MB | 1.8/2.7 MB | 1.1/2.0 MB Progress (3): 0.7/1.1 MB | 1.8/2.7 MB | 1.2/2.0 MB Progress (3): 0.8/1.1 MB | 1.8/2.7 MB | 1.2/2.0 MB Progress (3): 0.8/1.1 MB | 1.9/2.7 MB | 1.2/2.0 MB Progress (3): 0.8/1.1 MB | 1.9/2.7 MB | 1.2/2.0 MB Progress (3): 0.8/1.1 MB | 1.9/2.7 MB | 1.2/2.0 MB Progress (3): 0.8/1.1 MB | 1.9/2.7 MB | 1.2/2.0 MB Progress (3): 0.8/1.1 MB | 1.9/2.7 MB | 1.2/2.0 MB Progress (3): 0.8/1.1 MB | 1.9/2.7 MB | 1.2/2.0 MB Progress (3): 0.8/1.1 MB | 1.9/2.7 MB | 1.2/2.0 MB Progress (3): 0.8/1.1 MB | 1.9/2.7 MB | 1.2/2.0 MB Progress (3): 0.8/1.1 MB | 1.9/2.7 MB | 1.2/2.0 MB Progress (3): 0.8/1.1 MB | 1.9/2.7 MB | 1.3/2.0 MB Progress (3): 0.8/1.1 MB | 1.9/2.7 MB | 1.3/2.0 MB Progress (3): 0.8/1.1 MB | 1.9/2.7 MB | 1.3/2.0 MB Progress (3): 0.8/1.1 MB | 1.9/2.7 MB | 1.3/2.0 MB Progress (3): 0.8/1.1 MB | 1.9/2.7 MB | 1.3/2.0 MB Progress (3): 0.8/1.1 MB | 1.9/2.7 MB | 1.3/2.0 MB Progress (3): 0.8/1.1 MB | 1.9/2.7 MB | 1.3/2.0 MB Progress (3): 0.8/1.1 MB | 1.9/2.7 MB | 1.3/2.0 MB Progress (3): 0.8/1.1 MB | 1.9/2.7 MB | 1.3/2.0 MB Progress (3): 0.8/1.1 MB | 1.9/2.7 MB | 1.3/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.3/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.4/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.4/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.4/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.4/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.4/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.4/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.4/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.5/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.5/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.5/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.5/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.5/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.5/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.5/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.5/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.5/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.5/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.5/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.5/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.6/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.6/2.0 MB Progress (3): 0.8/1.1 MB | 2.0/2.7 MB | 1.6/2.0 MB Progress (3): 0.8/1.1 MB | 2.1/2.7 MB | 1.6/2.0 MB Progress (3): 0.9/1.1 MB | 2.1/2.7 MB | 1.6/2.0 MB Progress (3): 0.9/1.1 MB | 2.1/2.7 MB | 1.6/2.0 MB Progress (3): 0.9/1.1 MB | 2.1/2.7 MB | 1.6/2.0 MB Progress (3): 0.9/1.1 MB | 2.1/2.7 MB | 1.6/2.0 MB Progress (3): 0.9/1.1 MB | 2.1/2.7 MB | 1.6/2.0 MB Progress (3): 0.9/1.1 MB | 2.1/2.7 MB | 1.6/2.0 MB Progress (3): 0.9/1.1 MB | 2.1/2.7 MB | 1.6/2.0 MB Progress (3): 0.9/1.1 MB | 2.1/2.7 MB | 1.6/2.0 MB Progress (3): 0.9/1.1 MB | 2.1/2.7 MB | 1.7/2.0 MB Progress (3): 0.9/1.1 MB | 2.1/2.7 MB | 1.7/2.0 MB Progress (3): 0.9/1.1 MB | 2.1/2.7 MB | 1.7/2.0 MB Progress (3): 0.9/1.1 MB | 2.1/2.7 MB | 1.7/2.0 MB Progress (3): 0.9/1.1 MB | 2.1/2.7 MB | 1.7/2.0 MB Progress (3): 0.9/1.1 MB | 2.1/2.7 MB | 1.7/2.0 MB Progress (3): 0.9/1.1 MB | 2.1/2.7 MB | 1.7/2.0 MB Progress (3): 0.9/1.1 MB | 2.2/2.7 MB | 1.7/2.0 MB Progress (3): 0.9/1.1 MB | 2.2/2.7 MB | 1.7/2.0 MB Progress (3): 0.9/1.1 MB | 2.2/2.7 MB | 1.7/2.0 MB Progress (3): 0.9/1.1 MB | 2.2/2.7 MB | 1.7/2.0 MB Progress (3): 0.9/1.1 MB | 2.2/2.7 MB | 1.7/2.0 MB Progress (3): 0.9/1.1 MB | 2.2/2.7 MB | 1.7/2.0 MB Progress (3): 0.9/1.1 MB | 2.2/2.7 MB | 1.7/2.0 MB Progress (3): 0.9/1.1 MB | 2.2/2.7 MB | 1.8/2.0 MB Progress (3): 0.9/1.1 MB | 2.2/2.7 MB | 1.8/2.0 MB Progress (3): 0.9/1.1 MB | 2.2/2.7 MB | 1.8/2.0 MB Progress (3): 0.9/1.1 MB | 2.3/2.7 MB | 1.8/2.0 MB Progress (3): 0.9/1.1 MB | 2.3/2.7 MB | 1.8/2.0 MB Progress (3): 0.9/1.1 MB | 2.3/2.7 MB | 1.8/2.0 MB Progress (3): 0.9/1.1 MB | 2.3/2.7 MB | 1.8/2.0 MB Progress (3): 0.9/1.1 MB | 2.3/2.7 MB | 1.8/2.0 MB Progress (3): 0.9/1.1 MB | 2.3/2.7 MB | 1.8/2.0 MB Progress (3): 0.9/1.1 MB | 2.3/2.7 MB | 1.8/2.0 MB Progress (3): 0.9/1.1 MB | 2.3/2.7 MB | 1.8/2.0 MB Progress (3): 0.9/1.1 MB | 2.3/2.7 MB | 1.8/2.0 MB Progress (3): 0.9/1.1 MB | 2.3/2.7 MB | 1.8/2.0 MB Progress (3): 0.9/1.1 MB | 2.3/2.7 MB | 1.8/2.0 MB Progress (3): 0.9/1.1 MB | 2.3/2.7 MB | 1.8/2.0 MB Progress (3): 0.9/1.1 MB | 2.3/2.7 MB | 1.8/2.0 MB Progress (3): 0.9/1.1 MB | 2.3/2.7 MB | 1.9/2.0 MB Progress (3): 0.9/1.1 MB | 2.3/2.7 MB | 1.9/2.0 MB Progress (3): 0.9/1.1 MB | 2.4/2.7 MB | 1.9/2.0 MB Progress (3): 0.9/1.1 MB | 2.4/2.7 MB | 1.9/2.0 MB Progress (3): 0.9/1.1 MB | 2.4/2.7 MB | 1.9/2.0 MB Progress (3): 0.9/1.1 MB | 2.4/2.7 MB | 1.9/2.0 MB Progress (3): 0.9/1.1 MB | 2.4/2.7 MB | 1.9/2.0 MB Progress (3): 0.9/1.1 MB | 2.4/2.7 MB | 1.9/2.0 MB Progress (3): 0.9/1.1 MB | 2.4/2.7 MB | 1.9/2.0 MB Progress (3): 0.9/1.1 MB | 2.4/2.7 MB | 1.9/2.0 MB Progress (3): 0.9/1.1 MB | 2.4/2.7 MB | 1.9/2.0 MB Progress (3): 0.9/1.1 MB | 2.4/2.7 MB | 1.9/2.0 MB Progress (3): 1.0/1.1 MB | 2.4/2.7 MB | 1.9/2.0 MB Progress (3): 1.0/1.1 MB | 2.4/2.7 MB | 1.9/2.0 MB Progress (3): 1.0/1.1 MB | 2.4/2.7 MB | 1.9/2.0 MB Progress (3): 1.0/1.1 MB | 2.4/2.7 MB | 1.9/2.0 MB Progress (3): 1.0/1.1 MB | 2.4/2.7 MB | 2.0/2.0 MB Progress (3): 1.0/1.1 MB | 2.4/2.7 MB | 2.0/2.0 MB Progress (3): 1.0/1.1 MB | 2.5/2.7 MB | 2.0/2.0 MB Progress (3): 1.0/1.1 MB | 2.5/2.7 MB | 2.0/2.0 MB Progress (3): 1.0/1.1 MB | 2.5/2.7 MB | 2.0/2.0 MB Progress (3): 1.0/1.1 MB | 2.5/2.7 MB | 2.0/2.0 MB Progress (3): 1.0/1.1 MB | 2.5/2.7 MB | 2.0/2.0 MB Progress (3): 1.0/1.1 MB | 2.5/2.7 MB | 2.0/2.0 MB Progress (3): 1.0/1.1 MB | 2.5/2.7 MB | 2.0 MB Progress (3): 1.0/1.1 MB | 2.5/2.7 MB | 2.0 MB Progress (3): 1.0/1.1 MB | 2.5/2.7 MB | 2.0 MB Progress (3): 1.0/1.1 MB | 2.5/2.7 MB | 2.0 MB Progress (3): 1.0/1.1 MB | 2.5/2.7 MB | 2.0 MB Progress (3): 1.0/1.1 MB | 2.5/2.7 MB | 2.0 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.42/lombok-1.18.42.jar (2.0 MB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/4.0.4/jakarta.xml.bind-api-4.0.4.jar Progress (2): 1.0/1.1 MB | 2.6/2.7 MB Progress (2): 1.0/1.1 MB | 2.6/2.7 MB Progress (2): 1.0/1.1 MB | 2.6/2.7 MB Progress (2): 1.0/1.1 MB | 2.6/2.7 MB Progress (2): 1.0/1.1 MB | 2.6/2.7 MB Progress (2): 1.0/1.1 MB | 2.6/2.7 MB Progress (2): 1.0/1.1 MB | 2.6/2.7 MB Progress (2): 1.0/1.1 MB | 2.7 MB Progress (2): 1.0/1.1 MB | 2.7 MB Downloaded from central: https://repo.maven.apache.org/maven2/com/h2database/h2/2.3.232/h2-2.3.232.jar (2.7 MB at 1.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.1.4/jakarta.activation-api-2.1.4.jar Progress (1): 1.0/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webmvc/6.2.15/spring-webmvc-6.2.15.jar (1.1 MB at 600 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.5.2/json-smart-2.5.2.jar Progress (1): 7.7/255 kB Progress (1): 12/255 kB Progress (1): 28/255 kB Progress (1): 44/255 kB Progress (1): 61/255 kB Progress (1): 77/255 kB Progress (1): 94/255 kB Progress (1): 110/255 kB Progress (1): 126/255 kB Progress (1): 143/255 kB Progress (1): 159/255 kB Progress (1): 175/255 kB Progress (1): 192/255 kB Progress (1): 208/255 kB Progress (1): 225/255 kB Progress (1): 241/255 kB Progress (1): 255 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test/3.5.10/spring-boot-test-3.5.10.jar (255 kB at 138 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/2.5.2/accessors-smart-2.5.2.jar Progress (1): 7.7/227 kB Progress (1): 16/227 kB Progress (1): 25/227 kB Progress (1): 41/227 kB Progress (1): 57/227 kB Progress (1): 74/227 kB Progress (1): 90/227 kB Progress (1): 106/227 kB Progress (1): 123/227 kB Progress (1): 139/227 kB Progress (1): 156/227 kB Progress (1): 172/227 kB Progress (1): 188/227 kB Progress (1): 205/227 kB Progress (1): 221/227 kB Progress (1): 227 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test-autoconfigure/3.5.10/spring-boot-test-autoconfigure-3.5.10.jar (227 kB at 122 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.27.6/assertj-core-3.27.6.jar Progress (1): 7.7/131 kB Progress (1): 16/131 kB Progress (1): 25/131 kB Progress (1): 41/131 kB Progress (1): 57/131 kB Progress (1): 74/131 kB Progress (1): 90/131 kB Progress (1): 106/131 kB Progress (1): 123/131 kB Progress (1): 131 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/4.0.4/jakarta.xml.bind-api-4.0.4.jar (131 kB at 69 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/3.0/hamcrest-3.0.jar Progress (1): 3.4/67 kB Progress (1): 20/67 kB Progress (1): 36/67 kB Progress (1): 53/67 kB Progress (1): 67 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.1.4/jakarta.activation-api-2.1.4.jar (67 kB at 35 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.12.2/junit-jupiter-5.12.2.jar Progress (1): 7.7/122 kB Progress (1): 16/122 kB Progress (1): 32/122 kB Progress (1): 49/122 kB Progress (1): 65/122 kB Progress (1): 81/122 kB Progress (1): 98/122 kB Progress (1): 114/122 kB Progress (1): 122 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.5.2/json-smart-2.5.2.jar (122 kB at 64 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.12.2/junit-jupiter-api-5.12.2.jar Progress (1): 7.7/30 kB Progress (1): 16/30 kB Progress (1): 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/2.5.2/accessors-smart-2.5.2.jar (30 kB at 16 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.12.2/junit-platform-commons-1.12.2.jar Progress (1): 0/1.4 MB Progress (1): 0/1.4 MB Progress (1): 0/1.4 MB Progress (1): 0/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.3/1.4 MB Progress (1): 0.3/1.4 MB Progress (1): 0.3/1.4 MB Progress (1): 0.3/1.4 MB Progress (1): 0.3/1.4 MB Progress (1): 0.3/1.4 MB Progress (1): 0.3/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.27.6/assertj-core-3.27.6.jar (1.4 MB at 708 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.12.2/junit-jupiter-params-5.12.2.jar Progress (1): 7.7/126 kB Progress (1): 16/126 kB Progress (1): 32/126 kB Progress (1): 49/126 kB Progress (1): 65/126 kB Progress (1): 81/126 kB Progress (1): 98/126 kB Progress (1): 114/126 kB Progress (1): 126 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/3.0/hamcrest-3.0.jar (126 kB at 64 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.12.2/junit-jupiter-engine-5.12.2.jar Progress (1): 6.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.12.2/junit-jupiter-5.12.2.jar (6.4 kB at 3.2 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.12.2/junit-platform-engine-1.12.2.jar Progress (1): 7.7/233 kB Progress (1): 12/233 kB Progress (1): 28/233 kB Progress (1): 44/233 kB Progress (1): 61/233 kB Progress (1): 77/233 kB Progress (1): 94/233 kB Progress (1): 110/233 kB Progress (1): 126/233 kB Progress (1): 143/233 kB Progress (1): 151/233 kB Progress (1): 167/233 kB Progress (2): 167/233 kB | 7.7/152 kB Progress (2): 167/233 kB | 16/152 kB Progress (2): 167/233 kB | 32/152 kB Progress (2): 167/233 kB | 49/152 kB Progress (2): 167/233 kB | 65/152 kB Progress (2): 167/233 kB | 81/152 kB Progress (2): 184/233 kB | 81/152 kB Progress (2): 184/233 kB | 98/152 kB Progress (2): 184/233 kB | 114/152 kB Progress (2): 184/233 kB | 131/152 kB Progress (2): 184/233 kB | 147/152 kB Progress (2): 184/233 kB | 152 kB Progress (2): 200/233 kB | 152 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.12.2/junit-platform-commons-1.12.2.jar (152 kB at 75 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.17.0/mockito-core-5.17.0.jar Progress (1): 216/233 kB Progress (1): 233/233 kB Progress (1): 233 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.12.2/junit-jupiter-api-5.12.2.jar (233 kB at 115 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.jar Progress (1): 7.7/602 kB Progress (1): 8.2/602 kB Progress (1): 25/602 kB Progress (1): 41/602 kB Progress (1): 57/602 kB Progress (1): 74/602 kB Progress (1): 90/602 kB Progress (1): 106/602 kB Progress (1): 123/602 kB Progress (1): 139/602 kB Progress (1): 156/602 kB Progress (1): 172/602 kB Progress (1): 188/602 kB Progress (1): 205/602 kB Progress (1): 221/602 kB Progress (1): 238/602 kB Progress (1): 254/602 kB Progress (1): 270/602 kB Progress (1): 287/602 kB Progress (1): 303/602 kB Progress (1): 319/602 kB Progress (1): 328/602 kB Progress (1): 336/602 kB Progress (1): 352/602 kB Progress (1): 369/602 kB Progress (1): 385/602 kB Progress (1): 401/602 kB Progress (1): 418/602 kB Progress (2): 418/602 kB | 7.7/292 kB Progress (2): 418/602 kB | 7.8/292 kB Progress (2): 434/602 kB | 7.8/292 kB Progress (2): 451/602 kB | 7.8/292 kB Progress (2): 451/602 kB | 24/292 kB Progress (2): 467/602 kB | 24/292 kB Progress (2): 467/602 kB | 41/292 kB Progress (2): 467/602 kB | 57/292 kB Progress (2): 467/602 kB | 73/292 kB Progress (2): 467/602 kB | 90/292 kB Progress (2): 483/602 kB | 90/292 kB Progress (2): 500/602 kB | 90/292 kB Progress (2): 500/602 kB | 106/292 kB Progress (2): 500/602 kB | 122/292 kB Progress (2): 516/602 kB | 122/292 kB Progress (2): 516/602 kB | 134/292 kB Progress (2): 516/602 kB | 143/292 kB Progress (2): 532/602 kB | 143/292 kB Progress (2): 549/602 kB | 143/292 kB Progress (2): 565/602 kB | 143/292 kB Progress (2): 565/602 kB | 159/292 kB Progress (2): 565/602 kB | 175/292 kB Progress (2): 565/602 kB | 192/292 kB Progress (2): 582/602 kB | 192/292 kB Progress (2): 582/602 kB | 200/292 kB Progress (2): 598/602 kB | 200/292 kB Progress (2): 598/602 kB | 216/292 kB Progress (2): 598/602 kB | 233/292 kB Progress (2): 598/602 kB | 249/292 kB Progress (2): 598/602 kB | 265/292 kB Progress (2): 598/602 kB | 282/292 kB Progress (2): 598/602 kB | 292 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.12.2/junit-jupiter-engine-5.12.2.jar (292 kB at 140 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/5.17.0/mockito-junit-jupiter-5.17.0.jar Progress (1): 602 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.12.2/junit-jupiter-params-5.12.2.jar (602 kB at 289 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/6.2.15/spring-core-6.2.15.jar Progress (1): 7.7/256 kB Progress (1): 16/256 kB Progress (1): 25/256 kB Progress (1): 41/256 kB Progress (1): 57/256 kB Progress (1): 74/256 kB Progress (1): 90/256 kB Progress (1): 106/256 kB Progress (1): 123/256 kB Progress (1): 139/256 kB Progress (1): 156/256 kB Progress (1): 172/256 kB Progress (1): 188/256 kB Progress (1): 205/256 kB Progress (1): 221/256 kB Progress (1): 238/256 kB Progress (1): 254/256 kB Progress (1): 256 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.12.2/junit-platform-engine-1.12.2.jar (256 kB at 122 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jcl/6.2.15/spring-jcl-6.2.15.jar Progress (1): 7.7/709 kB Progress (1): 16/709 kB Progress (1): 32/709 kB Progress (1): 49/709 kB Progress (1): 65/709 kB Progress (1): 81/709 kB Progress (1): 98/709 kB Progress (1): 114/709 kB Progress (1): 131/709 kB Progress (1): 147/709 kB Progress (1): 163/709 kB Progress (2): 163/709 kB | 7.7/367 kB Progress (2): 163/709 kB | 12/367 kB Progress (2): 180/709 kB | 12/367 kB Progress (2): 196/709 kB | 12/367 kB Progress (2): 213/709 kB | 12/367 kB Progress (2): 213/709 kB | 28/367 kB Progress (2): 229/709 kB | 28/367 kB Progress (2): 245/709 kB | 28/367 kB Progress (2): 245/709 kB | 44/367 kB Progress (2): 262/709 kB | 44/367 kB Progress (2): 278/709 kB | 44/367 kB Progress (2): 294/709 kB | 44/367 kB Progress (2): 311/709 kB | 44/367 kB Progress (2): 327/709 kB | 44/367 kB Progress (2): 344/709 kB | 44/367 kB Progress (2): 344/709 kB | 61/367 kB Progress (2): 360/709 kB | 61/367 kB Progress (2): 376/709 kB | 61/367 kB Progress (2): 393/709 kB | 61/367 kB Progress (2): 409/709 kB | 61/367 kB Progress (2): 409/709 kB | 77/367 kB Progress (2): 426/709 kB | 77/367 kB Progress (2): 442/709 kB | 77/367 kB Progress (2): 442/709 kB | 94/367 kB Progress (2): 458/709 kB | 94/367 kB Progress (2): 475/709 kB | 94/367 kB Progress (2): 491/709 kB | 94/367 kB Progress (2): 507/709 kB | 94/367 kB Progress (2): 524/709 kB | 94/367 kB Progress (2): 540/709 kB | 94/367 kB Progress (2): 540/709 kB | 110/367 kB Progress (2): 557/709 kB | 110/367 kB Progress (2): 573/709 kB | 110/367 kB Progress (2): 589/709 kB | 110/367 kB Progress (2): 589/709 kB | 126/367 kB Progress (2): 606/709 kB | 126/367 kB Progress (2): 606/709 kB | 143/367 kB Progress (2): 622/709 kB | 143/367 kB Progress (2): 639/709 kB | 143/367 kB Progress (2): 655/709 kB | 143/367 kB Progress (2): 671/709 kB | 143/367 kB Progress (2): 688/709 kB | 143/367 kB Progress (2): 704/709 kB | 143/367 kB Progress (2): 709 kB | 143/367 kB Progress (2): 709 kB | 159/367 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.17.0/mockito-core-5.17.0.jar (709 kB at 333 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-test/6.2.15/spring-test-6.2.15.jar Progress (1): 175/367 kB Progress (1): 192/367 kB Progress (1): 208/367 kB Progress (1): 225/367 kB Progress (1): 241/367 kB Progress (1): 250/367 kB Progress (1): 257/367 kB Progress (1): 274/367 kB Progress (1): 290/367 kB Progress (1): 307/367 kB Progress (1): 323/367 kB Progress (1): 339/367 kB Progress (1): 356/367 kB Progress (1): 367 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.jar (367 kB at 171 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.10.4/xmlunit-core-2.10.4.jar Progress (1): 7.7/9.4 kB Progress (1): 9.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/5.17.0/mockito-junit-jupiter-5.17.0.jar (9.4 kB at 4.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.jar Progress (1): 0/2.0 MB Progress (1): 0/2.0 MB Progress (1): 0/2.0 MB Progress (1): 0/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (2): 0.8/2.0 MB | 7.7/25 kB Progress (2): 0.8/2.0 MB | 7.7/25 kB Progress (2): 0.8/2.0 MB | 16/25 kB Progress (2): 0.8/2.0 MB | 25 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jcl/6.2.15/spring-jcl-6.2.15.jar (25 kB at 11 kB/s) Progress (1): 0.8/2.0 MB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/6.2.15/spring-core-6.2.15.jar (2.0 MB at 897 kB/s) Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.3/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.4/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/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): 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/springframework/spring-test/6.2.15/spring-test-6.2.15.jar (1.0 MB at 457 kB/s) Progress (1): 7.7/178 kB Progress (1): 16/178 kB Progress (1): 32/178 kB Progress (1): 49/178 kB Progress (1): 65/178 kB Progress (1): 81/178 kB Progress (1): 98/178 kB Progress (1): 114/178 kB Progress (1): 131/178 kB Progress (1): 147/178 kB Progress (1): 163/178 kB Progress (1): 178 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.10.4/xmlunit-core-2.10.4.jar (178 kB at 79 kB/s) Progress (1): 7.7/70 kB Progress (1): 16/70 kB Progress (1): 32/70 kB Progress (1): 49/70 kB Progress (1): 65/70 kB Progress (1): 70 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.jar (70 kB at 31 kB/s) Progress (1): 7.7/674 kB Progress (1): 16/674 kB Progress (1): 32/674 kB Progress (1): 49/674 kB Progress (1): 65/674 kB Progress (1): 81/674 kB Progress (1): 98/674 kB Progress (1): 114/674 kB Progress (1): 131/674 kB Progress (1): 147/674 kB Progress (1): 163/674 kB Progress (1): 180/674 kB Progress (1): 196/674 kB Progress (1): 213/674 kB Progress (1): 229/674 kB Progress (1): 245/674 kB Progress (1): 262/674 kB Progress (1): 278/674 kB Progress (1): 294/674 kB Progress (1): 311/674 kB Progress (1): 327/674 kB Progress (1): 344/674 kB Progress (1): 360/674 kB Progress (1): 376/674 kB Progress (1): 393/674 kB Progress (1): 409/674 kB Progress (1): 426/674 kB Progress (1): 442/674 kB Progress (1): 458/674 kB Progress (1): 475/674 kB Progress (1): 491/674 kB Progress (1): 507/674 kB Progress (1): 524/674 kB Progress (1): 540/674 kB Progress (1): 557/674 kB Progress (1): 573/674 kB Progress (1): 589/674 kB Progress (1): 606/674 kB Progress (1): 622/674 kB Progress (1): 639/674 kB Progress (1): 655/674 kB Progress (1): 671/674 kB Progress (1): 674 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar (674 kB at 294 kB/s) [INFO] [INFO] --- clean:3.4.1:clean (default-clean) @ MP_202610_G81_E2_Back --- [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ MP_202610_G81_E2_Back --- [INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/cecaduser/workspace/MP_202610_G81_E2_Back/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ MP_202610_G81_E2_Back --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 0 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.14.1:compile (default-compile) @ MP_202610_G81_E2_Back --- Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.pom Progress (1): 1.3 kB Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.pom (2.4 kB at 25 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom Progress (1): 793 B Progress (1): 2.3 kB Progress (1): 4.3 kB Progress (1): 5.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom (5.9 kB at 42 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.5.0/plexus-java-1.5.0.pom Progress (1): 1.9 kB Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.5.0/plexus-java-1.5.0.pom (4.1 kB at 44 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.5.0/plexus-languages-1.5.0.pom Progress (1): 1.4 kB Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.5.0/plexus-languages-1.5.0.pom (3.9 kB at 42 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/20/plexus-20.pom Progress (1): 692 B Progress (1): 2.5 kB Progress (1): 6.4 kB Progress (1): 8.8 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 17 kB Progress (1): 20 kB Progress (1): 24 kB Progress (1): 28 kB Progress (1): 29 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/20/plexus-20.pom (29 kB at 332 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.2.0/qdox-2.2.0.pom Progress (1): 872 B Progress (1): 3.4 kB Progress (1): 6.5 kB Progress (1): 11 kB Progress (1): 13 kB Progress (1): 18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.2.0/qdox-2.2.0.pom (18 kB at 186 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.pom (1.4 kB at 15 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.15.0/plexus-compiler-2.15.0.pom Progress (1): 1.2 kB Progress (1): 4.5 kB Progress (1): 7.6 kB Progress (1): 7.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.15.0/plexus-compiler-2.15.0.pom (7.6 kB at 86 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom Progress (1): 976 B Progress (1): 4.3 kB Progress (1): 7.7 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom (13 kB at 141 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.pom Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.pom (1.3 kB at 14 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.pom Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.pom (1.3 kB at 15 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.15.0/plexus-compilers-2.15.0.pom Progress (1): 1.6 kB Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.15.0/plexus-compilers-2.15.0.pom (1.6 kB at 17 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.jar Progress (1): 7.7/126 kB Progress (1): 16/126 kB Progress (1): 32/126 kB Progress (1): 49/126 kB Progress (1): 65/126 kB Progress (1): 81/126 kB Progress (1): 98/126 kB Progress (1): 114/126 kB Progress (1): 126 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.jar (126 kB at 1.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.5.0/plexus-java-1.5.0.jar Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.2.0/qdox-2.2.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.jar Progress (1): 3.4/151 kB Progress (1): 20/151 kB Progress (1): 36/151 kB Progress (1): 53/151 kB Progress (1): 69/151 kB Progress (1): 85/151 kB Progress (1): 102/151 kB Progress (1): 118/151 kB Progress (1): 134/151 kB Progress (1): 151/151 kB Progress (1): 151 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar (151 kB at 1.7 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.jar Progress (1): 7.7/353 kB Progress (1): 12/353 kB Progress (1): 28/353 kB Progress (1): 44/353 kB Progress (1): 61/353 kB Progress (2): 61/353 kB | 7.7/29 kB Progress (2): 61/353 kB | 16/29 kB Progress (2): 61/353 kB | 29 kB Progress (3): 61/353 kB | 29 kB | 7.7/57 kB Progress (3): 61/353 kB | 29 kB | 12/57 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.jar (29 kB at 309 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar Progress (2): 61/353 kB | 28/57 kB Progress (2): 61/353 kB | 44/57 kB Progress (2): 61/353 kB | 57 kB Progress (2): 77/353 kB | 57 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.5.0/plexus-java-1.5.0.jar (57 kB at 597 kB/s) Progress (1): 94/353 kB Progress (2): 94/353 kB | 5.2 kB Progress (2): 110/353 kB | 5.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.jar (5.2 kB at 53 kB/s) Progress (1): 126/353 kB Progress (1): 143/353 kB Progress (1): 159/353 kB Progress (1): 175/353 kB Progress (1): 192/353 kB Progress (1): 208/353 kB Progress (1): 225/353 kB Progress (1): 241/353 kB Progress (1): 257/353 kB Progress (1): 274/353 kB Progress (1): 290/353 kB Progress (1): 307/353 kB Progress (1): 323/353 kB Progress (1): 339/353 kB Progress (1): 353 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.2.0/qdox-2.2.0.jar (353 kB at 3.0 MB/s) Progress (1): 7.7/26 kB Progress (1): 16/26 kB Progress (1): 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.jar (26 kB at 145 kB/s) Progress (1): 7.7/193 kB Progress (1): 16/193 kB Progress (1): 32/193 kB Progress (1): 49/193 kB Progress (1): 65/193 kB Progress (1): 81/193 kB Progress (1): 98/193 kB Progress (1): 114/193 kB Progress (1): 131/193 kB Progress (1): 147/193 kB Progress (1): 163/193 kB Progress (1): 180/193 kB Progress (1): 193 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar (193 kB at 1.0 MB/s) [INFO] Recompiling the module because of changed source code. [INFO] Compiling 10 source files with javac [debug parameters release 21] to target/classes [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ MP_202610_G81_E2_Back --- [INFO] skip non existing resourceDirectory /home/cecaduser/workspace/MP_202610_G81_E2_Back/src/test/resources [INFO] [INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ MP_202610_G81_E2_Back --- [INFO] Recompiling the module because of changed dependency. [INFO] [INFO] --- surefire:2.22.1:test (default-test) @ MP_202610_G81_E2_Back --- [INFO] [INFO] --- jar:3.4.2:jar (default-jar) @ MP_202610_G81_E2_Back --- Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom Progress (1): 762 B Progress (1): 2.0 kB Progress (1): 4.9 kB Progress (1): 6.7 kB Progress (1): 8.8 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 18 kB Progress (1): 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom (20 kB at 198 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/69/commons-parent-69.pom Progress (1): 708 B Progress (1): 1.9 kB Progress (1): 3.1 kB Progress (1): 4.7 kB Progress (1): 6.4 kB Progress (1): 8.4 kB Progress (1): 10 kB Progress (1): 13 kB Progress (1): 14 kB Progress (1): 17 kB Progress (1): 19 kB Progress (1): 22 kB Progress (1): 25 kB Progress (1): 28 kB Progress (1): 31 kB Progress (1): 32 kB Progress (1): 35 kB Progress (1): 40 kB Progress (1): 43 kB Progress (1): 46 kB Progress (1): 49 kB Progress (1): 51 kB Progress (1): 55 kB Progress (1): 57 kB Progress (1): 60 kB Progress (1): 63 kB Progress (1): 67 kB Progress (1): 70 kB Progress (1): 73 kB Progress (1): 75 kB Progress (1): 77 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/69/commons-parent-69.pom (77 kB at 811 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.pom Progress (1): 801 B Progress (1): 2.3 kB Progress (1): 4.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.pom (4.4 kB at 49 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/41/maven-shared-components-41.pom Progress (1): 815 B Progress (1): 2.3 kB Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/41/maven-shared-components-41.pom (3.2 kB at 35 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom Progress (1): 1.3 kB Progress (1): 4.1 kB Progress (1): 6.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom (6.0 kB at 64 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom Progress (1): 1.2 kB Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom (3.9 kB at 42 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom Progress (1): 692 B Progress (1): 2.7 kB Progress (1): 6.4 kB Progress (1): 8.9 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 18 kB Progress (1): 21 kB Progress (1): 25 kB Progress (1): 28 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom (28 kB at 307 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom Progress (1): 908 B Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom (5.6 kB at 63 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom Progress (1): 758 B Progress (1): 1.9 kB Progress (1): 3.7 kB Progress (1): 5.9 kB Progress (1): 9.2 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 19 kB Progress (1): 21 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom (22 kB at 243 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/66/commons-parent-66.pom Progress (1): 708 B Progress (1): 1.9 kB Progress (1): 3.1 kB Progress (1): 4.7 kB Progress (1): 6.5 kB Progress (1): 8.5 kB Progress (1): 10 kB Progress (1): 13 kB Progress (1): 14 kB Progress (1): 17 kB Progress (1): 19 kB Progress (1): 22 kB Progress (1): 25 kB Progress (1): 28 kB Progress (1): 31 kB Progress (1): 32 kB Progress (1): 35 kB Progress (1): 40 kB Progress (1): 43 kB Progress (1): 46 kB Progress (1): 49 kB Progress (1): 51 kB Progress (1): 55 kB Progress (1): 57 kB Progress (1): 60 kB Progress (1): 63 kB Progress (1): 67 kB Progress (1): 70 kB Progress (1): 73 kB Progress (1): 75 kB Progress (1): 77 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/66/commons-parent-66.pom (77 kB at 846 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom Progress (1): 749 B Progress (1): 1.9 kB Progress (1): 3.8 kB Progress (1): 6.3 kB Progress (1): 8.7 kB Progress (1): 11 kB Progress (1): 13 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom (16 kB at 167 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom Progress (1): 820 B Progress (1): 2.2 kB Progress (1): 4.6 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 17 kB Progress (1): 18 kB Progress (1): 21 kB Progress (1): 24 kB Progress (1): 28 kB Progress (1): 30 kB Progress (1): 31 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom (31 kB at 336 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom Progress (1): 706 B Progress (1): 1.9 kB Progress (1): 3.1 kB Progress (1): 4.7 kB Progress (1): 6.4 kB Progress (1): 8.4 kB Progress (1): 10 kB Progress (1): 13 kB Progress (1): 15 kB Progress (1): 18 kB Progress (1): 19 kB Progress (1): 23 kB Progress (1): 25 kB Progress (1): 28 kB Progress (1): 32 kB Progress (1): 32 kB Progress (1): 36 kB Progress (1): 41 kB Progress (1): 44 kB Progress (1): 46 kB Progress (1): 49 kB Progress (1): 51 kB Progress (1): 56 kB Progress (1): 58 kB Progress (1): 60 kB Progress (1): 64 kB Progress (1): 68 kB Progress (1): 71 kB Progress (1): 74 kB Progress (1): 76 kB Progress (1): 78 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom (78 kB at 821 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom Progress (1): 1.1 kB Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom (2.0 kB at 22 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom Progress (1): 1.3 kB Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom (3.0 kB at 34 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar Progress (1): 7.7/509 kB Progress (1): 16/509 kB Progress (1): 32/509 kB Progress (1): 49/509 kB Progress (1): 65/509 kB Progress (1): 81/509 kB Progress (1): 98/509 kB Progress (1): 114/509 kB Progress (1): 131/509 kB Progress (1): 147/509 kB Progress (1): 163/509 kB Progress (1): 180/509 kB Progress (1): 196/509 kB Progress (1): 213/509 kB Progress (1): 229/509 kB Progress (1): 245/509 kB Progress (1): 262/509 kB Progress (1): 278/509 kB Progress (1): 294/509 kB Progress (1): 311/509 kB Progress (1): 327/509 kB Progress (1): 344/509 kB Progress (1): 360/509 kB Progress (1): 376/509 kB Progress (1): 393/509 kB Progress (1): 409/509 kB Progress (1): 426/509 kB Progress (1): 442/509 kB Progress (1): 458/509 kB Progress (1): 475/509 kB Progress (1): 491/509 kB Progress (1): 507/509 kB Progress (1): 509 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar (509 kB at 5.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar Progress (1): 7.7/27 kB Progress (1): 16/27 kB Progress (1): 27 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar (27 kB at 308 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.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 (2): 0/1.1 MB | 7.7/225 kB Progress (2): 0/1.1 MB | 16/225 kB Progress (2): 0/1.1 MB | 32/225 kB Progress (2): 0.1/1.1 MB | 32/225 kB Progress (2): 0.1/1.1 MB | 49/225 kB Progress (2): 0.1/1.1 MB | 49/225 kB Progress (3): 0.1/1.1 MB | 49/225 kB | 7.7/86 kB Progress (3): 0.1/1.1 MB | 49/225 kB | 8.2/86 kB Progress (3): 0.1/1.1 MB | 49/225 kB | 8.2/86 kB Progress (3): 0.1/1.1 MB | 49/225 kB | 8.2/86 kB Progress (3): 0.1/1.1 MB | 65/225 kB | 8.2/86 kB Progress (3): 0.1/1.1 MB | 65/225 kB | 8.2/86 kB Progress (3): 0.1/1.1 MB | 65/225 kB | 25/86 kB Progress (3): 0.1/1.1 MB | 81/225 kB | 25/86 kB Progress (3): 0.1/1.1 MB | 81/225 kB | 25/86 kB Progress (3): 0.2/1.1 MB | 81/225 kB | 25/86 kB Progress (3): 0.2/1.1 MB | 98/225 kB | 25/86 kB Progress (3): 0.2/1.1 MB | 98/225 kB | 25/86 kB Progress (3): 0.2/1.1 MB | 114/225 kB | 25/86 kB Progress (3): 0.2/1.1 MB | 114/225 kB | 25/86 kB Progress (3): 0.2/1.1 MB | 114/225 kB | 41/86 kB Progress (3): 0.2/1.1 MB | 114/225 kB | 41/86 kB Progress (3): 0.2/1.1 MB | 131/225 kB | 41/86 kB Progress (4): 0.2/1.1 MB | 131/225 kB | 41/86 kB | 7.7/79 kB Progress (4): 0.2/1.1 MB | 147/225 kB | 41/86 kB | 7.7/79 kB Progress (4): 0.2/1.1 MB | 147/225 kB | 41/86 kB | 16/79 kB Progress (4): 0.2/1.1 MB | 147/225 kB | 41/86 kB | 16/79 kB Progress (4): 0.2/1.1 MB | 147/225 kB | 41/86 kB | 32/79 kB Progress (4): 0.2/1.1 MB | 147/225 kB | 41/86 kB | 32/79 kB Progress (4): 0.2/1.1 MB | 147/225 kB | 41/86 kB | 49/79 kB Progress (4): 0.2/1.1 MB | 147/225 kB | 41/86 kB | 65/79 kB Progress (4): 0.2/1.1 MB | 147/225 kB | 57/86 kB | 65/79 kB Progress (4): 0.2/1.1 MB | 147/225 kB | 57/86 kB | 79 kB Progress (4): 0.3/1.1 MB | 147/225 kB | 57/86 kB | 79 kB Progress (4): 0.3/1.1 MB | 163/225 kB | 57/86 kB | 79 kB Progress (4): 0.3/1.1 MB | 163/225 kB | 57/86 kB | 79 kB Progress (4): 0.3/1.1 MB | 163/225 kB | 57/86 kB | 79 kB Progress (4): 0.3/1.1 MB | 180/225 kB | 57/86 kB | 79 kB Progress (4): 0.3/1.1 MB | 180/225 kB | 57/86 kB | 79 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar (79 kB at 831 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar Progress (3): 0.3/1.1 MB | 180/225 kB | 57/86 kB Progress (3): 0.3/1.1 MB | 180/225 kB | 57/86 kB Progress (3): 0.3/1.1 MB | 196/225 kB | 57/86 kB Progress (3): 0.4/1.1 MB | 196/225 kB | 57/86 kB Progress (3): 0.4/1.1 MB | 213/225 kB | 57/86 kB Progress (3): 0.4/1.1 MB | 213/225 kB | 74/86 kB Progress (3): 0.4/1.1 MB | 225 kB | 74/86 kB Progress (3): 0.4/1.1 MB | 225 kB | 74/86 kB Progress (3): 0.4/1.1 MB | 225 kB | 74/86 kB Progress (3): 0.4/1.1 MB | 225 kB | 86 kB Progress (3): 0.4/1.1 MB | 225 kB | 86 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar (225 kB at 2.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar Progress (2): 0.4/1.1 MB | 86 kB Progress (2): 0.4/1.1 MB | 86 kB Progress (2): 0.5/1.1 MB | 86 kB Progress (2): 0.5/1.1 MB | 86 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar (86 kB at 885 kB/s) Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar (1.1 MB at 10 MB/s) Progress (1): 7.7/658 kB Progress (1): 16/658 kB Progress (1): 32/658 kB Progress (1): 49/658 kB Progress (1): 65/658 kB Progress (1): 81/658 kB Progress (1): 98/658 kB Progress (1): 114/658 kB Progress (1): 131/658 kB Progress (1): 147/658 kB Progress (1): 163/658 kB Progress (1): 180/658 kB Progress (1): 196/658 kB Progress (1): 213/658 kB Progress (1): 229/658 kB Progress (1): 245/658 kB Progress (1): 262/658 kB Progress (1): 278/658 kB Progress (1): 294/658 kB Progress (1): 311/658 kB Progress (1): 327/658 kB Progress (1): 344/658 kB Progress (1): 360/658 kB Progress (1): 376/658 kB Progress (1): 393/658 kB Progress (1): 409/658 kB Progress (1): 426/658 kB Progress (1): 442/658 kB Progress (1): 458/658 kB Progress (1): 475/658 kB Progress (1): 491/658 kB Progress (1): 507/658 kB Progress (1): 524/658 kB Progress (1): 540/658 kB Progress (1): 557/658 kB Progress (1): 573/658 kB Progress (1): 589/658 kB Progress (1): 606/658 kB Progress (1): 622/658 kB Progress (2): 622/658 kB | 7.7/365 kB Progress (2): 622/658 kB | 16/365 kB Progress (2): 639/658 kB | 16/365 kB Progress (2): 639/658 kB | 32/365 kB Progress (2): 655/658 kB | 32/365 kB Progress (2): 658 kB | 32/365 kB Progress (2): 658 kB | 49/365 kB Progress (2): 658 kB | 65/365 kB Progress (2): 658 kB | 81/365 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar (658 kB at 3.6 MB/s) Progress (1): 98/365 kB Progress (1): 114/365 kB Progress (1): 131/365 kB Progress (1): 147/365 kB Progress (1): 163/365 kB Progress (1): 180/365 kB Progress (1): 188/365 kB Progress (2): 188/365 kB | 0/6.8 MB Progress (2): 188/365 kB | 0/6.8 MB Progress (2): 188/365 kB | 0/6.8 MB Progress (2): 197/365 kB | 0/6.8 MB Progress (2): 205/365 kB | 0/6.8 MB Progress (2): 221/365 kB | 0/6.8 MB Progress (2): 229/365 kB | 0/6.8 MB Progress (2): 246/365 kB | 0/6.8 MB Progress (2): 262/365 kB | 0/6.8 MB Progress (2): 262/365 kB | 0/6.8 MB Progress (2): 279/365 kB | 0/6.8 MB Progress (2): 295/365 kB | 0/6.8 MB Progress (2): 311/365 kB | 0/6.8 MB Progress (2): 328/365 kB | 0/6.8 MB Progress (2): 344/365 kB | 0/6.8 MB Progress (2): 344/365 kB | 0.1/6.8 MB Progress (2): 360/365 kB | 0.1/6.8 MB Progress (2): 365 kB | 0.1/6.8 MB Progress (2): 365 kB | 0.1/6.8 MB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar (365 kB at 1.9 MB/s) Progress (1): 0.1/6.8 MB Progress (1): 0.1/6.8 MB Progress (1): 0.1/6.8 MB Progress (1): 0.1/6.8 MB Progress (1): 0.2/6.8 MB Progress (1): 0.2/6.8 MB Progress (1): 0.2/6.8 MB Progress (1): 0.2/6.8 MB Progress (1): 0.2/6.8 MB Progress (1): 0.2/6.8 MB Progress (1): 0.3/6.8 MB Progress (1): 0.3/6.8 MB Progress (1): 0.3/6.8 MB Progress (1): 0.3/6.8 MB Progress (1): 0.3/6.8 MB Progress (1): 0.3/6.8 MB Progress (1): 0.4/6.8 MB Progress (1): 0.4/6.8 MB Progress (1): 0.4/6.8 MB Progress (1): 0.4/6.8 MB Progress (1): 0.4/6.8 MB Progress (1): 0.4/6.8 MB Progress (1): 0.5/6.8 MB Progress (1): 0.5/6.8 MB Progress (1): 0.5/6.8 MB Progress (1): 0.5/6.8 MB Progress (1): 0.5/6.8 MB Progress (1): 0.5/6.8 MB Progress (1): 0.6/6.8 MB Progress (1): 0.6/6.8 MB Progress (1): 0.6/6.8 MB Progress (1): 0.6/6.8 MB Progress (1): 0.6/6.8 MB Progress (1): 0.6/6.8 MB Progress (1): 0.7/6.8 MB Progress (1): 0.7/6.8 MB Progress (1): 0.7/6.8 MB Progress (1): 0.7/6.8 MB Progress (1): 0.7/6.8 MB Progress (1): 0.7/6.8 MB Progress (1): 0.8/6.8 MB Progress (1): 0.8/6.8 MB Progress (1): 0.8/6.8 MB Progress (1): 0.8/6.8 MB Progress (1): 0.8/6.8 MB Progress (1): 0.8/6.8 MB Progress (1): 0.9/6.8 MB Progress (1): 0.9/6.8 MB Progress (1): 0.9/6.8 MB Progress (1): 0.9/6.8 MB Progress (1): 0.9/6.8 MB Progress (1): 0.9/6.8 MB Progress (1): 0.9/6.8 MB Progress (1): 1.0/6.8 MB Progress (1): 1.0/6.8 MB Progress (1): 1.0/6.8 MB Progress (1): 1.0/6.8 MB Progress (1): 1.0/6.8 MB Progress (1): 1.0/6.8 MB Progress (1): 1.1/6.8 MB Progress (1): 1.1/6.8 MB Progress (1): 1.1/6.8 MB Progress (1): 1.1/6.8 MB Progress (1): 1.1/6.8 MB Progress (1): 1.1/6.8 MB Progress (1): 1.2/6.8 MB Progress (1): 1.2/6.8 MB Progress (1): 1.2/6.8 MB Progress (1): 1.2/6.8 MB Progress (1): 1.2/6.8 MB Progress (1): 1.2/6.8 MB Progress (1): 1.3/6.8 MB Progress (1): 1.3/6.8 MB Progress (1): 1.3/6.8 MB Progress (1): 1.3/6.8 MB Progress (1): 1.3/6.8 MB Progress (1): 1.3/6.8 MB Progress (1): 1.4/6.8 MB Progress (1): 1.4/6.8 MB Progress (1): 1.4/6.8 MB Progress (1): 1.4/6.8 MB Progress (1): 1.4/6.8 MB Progress (1): 1.4/6.8 MB Progress (1): 1.5/6.8 MB Progress (1): 1.5/6.8 MB Progress (1): 1.5/6.8 MB Progress (1): 1.5/6.8 MB Progress (1): 1.5/6.8 MB Progress (1): 1.5/6.8 MB Progress (1): 1.6/6.8 MB Progress (1): 1.6/6.8 MB Progress (1): 1.6/6.8 MB Progress (1): 1.6/6.8 MB Progress (1): 1.6/6.8 MB Progress (1): 1.6/6.8 MB Progress (1): 1.7/6.8 MB Progress (1): 1.7/6.8 MB Progress (1): 1.7/6.8 MB Progress (1): 1.7/6.8 MB Progress (1): 1.7/6.8 MB Progress (1): 1.7/6.8 MB Progress (1): 1.8/6.8 MB Progress (1): 1.8/6.8 MB Progress (1): 1.8/6.8 MB Progress (1): 1.8/6.8 MB Progress (1): 1.8/6.8 MB Progress (1): 1.8/6.8 MB Progress (1): 1.9/6.8 MB Progress (1): 1.9/6.8 MB Progress (1): 1.9/6.8 MB Progress (1): 1.9/6.8 MB Progress (1): 1.9/6.8 MB Progress (1): 1.9/6.8 MB Progress (1): 1.9/6.8 MB Progress (1): 2.0/6.8 MB Progress (1): 2.0/6.8 MB Progress (1): 2.0/6.8 MB Progress (1): 2.0/6.8 MB Progress (1): 2.0/6.8 MB Progress (1): 2.0/6.8 MB Progress (1): 2.1/6.8 MB Progress (1): 2.1/6.8 MB Progress (1): 2.1/6.8 MB Progress (1): 2.1/6.8 MB Progress (1): 2.1/6.8 MB Progress (1): 2.1/6.8 MB Progress (1): 2.2/6.8 MB Progress (1): 2.2/6.8 MB Progress (1): 2.2/6.8 MB Progress (1): 2.2/6.8 MB Progress (1): 2.2/6.8 MB Progress (1): 2.2/6.8 MB Progress (1): 2.3/6.8 MB Progress (1): 2.3/6.8 MB Progress (1): 2.3/6.8 MB Progress (1): 2.3/6.8 MB Progress (1): 2.3/6.8 MB Progress (1): 2.3/6.8 MB Progress (1): 2.4/6.8 MB Progress (1): 2.4/6.8 MB Progress (1): 2.4/6.8 MB Progress (1): 2.4/6.8 MB Progress (1): 2.4/6.8 MB Progress (1): 2.4/6.8 MB Progress (1): 2.5/6.8 MB Progress (1): 2.5/6.8 MB Progress (1): 2.5/6.8 MB Progress (1): 2.5/6.8 MB Progress (1): 2.5/6.8 MB Progress (1): 2.5/6.8 MB Progress (1): 2.6/6.8 MB Progress (1): 2.6/6.8 MB Progress (1): 2.6/6.8 MB Progress (1): 2.6/6.8 MB Progress (1): 2.6/6.8 MB Progress (1): 2.6/6.8 MB Progress (1): 2.7/6.8 MB Progress (1): 2.7/6.8 MB Progress (1): 2.7/6.8 MB Progress (1): 2.7/6.8 MB Progress (1): 2.7/6.8 MB Progress (1): 2.7/6.8 MB Progress (1): 2.8/6.8 MB Progress (1): 2.8/6.8 MB Progress (1): 2.8/6.8 MB Progress (1): 2.8/6.8 MB Progress (1): 2.8/6.8 MB Progress (1): 2.8/6.8 MB Progress (1): 2.9/6.8 MB Progress (1): 2.9/6.8 MB Progress (1): 2.9/6.8 MB Progress (1): 2.9/6.8 MB Progress (1): 2.9/6.8 MB Progress (1): 2.9/6.8 MB Progress (1): 2.9/6.8 MB Progress (1): 3.0/6.8 MB Progress (1): 3.0/6.8 MB Progress (1): 3.0/6.8 MB Progress (1): 3.0/6.8 MB Progress (1): 3.0/6.8 MB Progress (1): 3.0/6.8 MB Progress (1): 3.1/6.8 MB Progress (1): 3.1/6.8 MB Progress (1): 3.1/6.8 MB Progress (1): 3.1/6.8 MB Progress (1): 3.1/6.8 MB Progress (1): 3.1/6.8 MB Progress (1): 3.2/6.8 MB Progress (1): 3.2/6.8 MB Progress (1): 3.2/6.8 MB Progress (1): 3.2/6.8 MB Progress (1): 3.2/6.8 MB Progress (1): 3.2/6.8 MB Progress (1): 3.3/6.8 MB Progress (1): 3.3/6.8 MB Progress (1): 3.3/6.8 MB Progress (1): 3.3/6.8 MB Progress (1): 3.3/6.8 MB Progress (1): 3.3/6.8 MB Progress (1): 3.4/6.8 MB Progress (1): 3.4/6.8 MB Progress (1): 3.4/6.8 MB Progress (1): 3.4/6.8 MB Progress (1): 3.4/6.8 MB Progress (1): 3.4/6.8 MB Progress (1): 3.5/6.8 MB Progress (1): 3.5/6.8 MB Progress (1): 3.5/6.8 MB Progress (1): 3.5/6.8 MB Progress (1): 3.5/6.8 MB Progress (1): 3.5/6.8 MB Progress (1): 3.6/6.8 MB Progress (1): 3.6/6.8 MB Progress (1): 3.6/6.8 MB Progress (1): 3.6/6.8 MB Progress (1): 3.6/6.8 MB Progress (1): 3.6/6.8 MB Progress (1): 3.7/6.8 MB Progress (1): 3.7/6.8 MB Progress (1): 3.7/6.8 MB Progress (1): 3.7/6.8 MB Progress (1): 3.7/6.8 MB Progress (1): 3.7/6.8 MB Progress (1): 3.8/6.8 MB Progress (1): 3.8/6.8 MB Progress (1): 3.8/6.8 MB Progress (1): 3.8/6.8 MB Progress (1): 3.8/6.8 MB Progress (1): 3.8/6.8 MB Progress (1): 3.8/6.8 MB Progress (1): 3.9/6.8 MB Progress (1): 3.9/6.8 MB Progress (1): 3.9/6.8 MB Progress (1): 3.9/6.8 MB Progress (1): 3.9/6.8 MB Progress (1): 3.9/6.8 MB Progress (1): 4.0/6.8 MB Progress (1): 4.0/6.8 MB Progress (1): 4.0/6.8 MB Progress (1): 4.0/6.8 MB Progress (1): 4.0/6.8 MB Progress (1): 4.0/6.8 MB Progress (1): 4.1/6.8 MB Progress (1): 4.1/6.8 MB Progress (1): 4.1/6.8 MB Progress (1): 4.1/6.8 MB Progress (1): 4.1/6.8 MB Progress (1): 4.1/6.8 MB Progress (1): 4.2/6.8 MB Progress (1): 4.2/6.8 MB Progress (1): 4.2/6.8 MB Progress (1): 4.2/6.8 MB Progress (1): 4.2/6.8 MB Progress (1): 4.2/6.8 MB Progress (1): 4.3/6.8 MB Progress (1): 4.3/6.8 MB Progress (1): 4.3/6.8 MB Progress (1): 4.3/6.8 MB Progress (1): 4.3/6.8 MB Progress (1): 4.3/6.8 MB Progress (1): 4.4/6.8 MB Progress (1): 4.4/6.8 MB Progress (1): 4.4/6.8 MB Progress (1): 4.4/6.8 MB Progress (1): 4.4/6.8 MB Progress (1): 4.4/6.8 MB Progress (1): 4.5/6.8 MB Progress (1): 4.5/6.8 MB Progress (1): 4.5/6.8 MB Progress (1): 4.5/6.8 MB Progress (1): 4.5/6.8 MB Progress (1): 4.5/6.8 MB Progress (1): 4.6/6.8 MB Progress (1): 4.6/6.8 MB Progress (1): 4.6/6.8 MB Progress (1): 4.6/6.8 MB Progress (1): 4.6/6.8 MB Progress (1): 4.6/6.8 MB Progress (1): 4.7/6.8 MB Progress (1): 4.7/6.8 MB Progress (1): 4.7/6.8 MB Progress (1): 4.7/6.8 MB Progress (1): 4.7/6.8 MB Progress (1): 4.7/6.8 MB Progress (1): 4.8/6.8 MB Progress (1): 4.8/6.8 MB Progress (1): 4.8/6.8 MB Progress (1): 4.8/6.8 MB Progress (1): 4.8/6.8 MB Progress (1): 4.8/6.8 MB Progress (1): 4.8/6.8 MB Progress (1): 4.9/6.8 MB Progress (1): 4.9/6.8 MB Progress (1): 4.9/6.8 MB Progress (1): 4.9/6.8 MB Progress (1): 4.9/6.8 MB Progress (1): 4.9/6.8 MB Progress (1): 5.0/6.8 MB Progress (1): 5.0/6.8 MB Progress (1): 5.0/6.8 MB Progress (1): 5.0/6.8 MB Progress (1): 5.0/6.8 MB Progress (1): 5.0/6.8 MB Progress (1): 5.1/6.8 MB Progress (1): 5.1/6.8 MB Progress (1): 5.1/6.8 MB Progress (1): 5.1/6.8 MB Progress (1): 5.1/6.8 MB Progress (1): 5.1/6.8 MB Progress (1): 5.2/6.8 MB Progress (1): 5.2/6.8 MB Progress (1): 5.2/6.8 MB Progress (1): 5.2/6.8 MB Progress (1): 5.2/6.8 MB Progress (1): 5.2/6.8 MB Progress (1): 5.3/6.8 MB Progress (1): 5.3/6.8 MB Progress (1): 5.3/6.8 MB Progress (1): 5.3/6.8 MB Progress (1): 5.3/6.8 MB Progress (1): 5.3/6.8 MB Progress (1): 5.4/6.8 MB Progress (1): 5.4/6.8 MB Progress (1): 5.4/6.8 MB Progress (1): 5.4/6.8 MB Progress (1): 5.4/6.8 MB Progress (1): 5.4/6.8 MB Progress (1): 5.5/6.8 MB Progress (1): 5.5/6.8 MB Progress (1): 5.5/6.8 MB Progress (1): 5.5/6.8 MB Progress (1): 5.5/6.8 MB Progress (1): 5.5/6.8 MB Progress (1): 5.6/6.8 MB Progress (1): 5.6/6.8 MB Progress (1): 5.6/6.8 MB Progress (1): 5.6/6.8 MB Progress (1): 5.6/6.8 MB Progress (1): 5.6/6.8 MB Progress (1): 5.7/6.8 MB Progress (1): 5.7/6.8 MB Progress (1): 5.7/6.8 MB Progress (1): 5.7/6.8 MB Progress (1): 5.7/6.8 MB Progress (1): 5.7/6.8 MB Progress (1): 5.8/6.8 MB Progress (1): 5.8/6.8 MB Progress (1): 5.8/6.8 MB Progress (1): 5.8/6.8 MB Progress (1): 5.8/6.8 MB Progress (1): 5.8/6.8 MB Progress (1): 5.8/6.8 MB Progress (1): 5.9/6.8 MB Progress (1): 5.9/6.8 MB Progress (1): 5.9/6.8 MB Progress (1): 5.9/6.8 MB Progress (1): 5.9/6.8 MB Progress (1): 5.9/6.8 MB Progress (1): 6.0/6.8 MB Progress (1): 6.0/6.8 MB Progress (1): 6.0/6.8 MB Progress (1): 6.0/6.8 MB Progress (1): 6.0/6.8 MB Progress (1): 6.0/6.8 MB Progress (1): 6.1/6.8 MB Progress (1): 6.1/6.8 MB Progress (1): 6.1/6.8 MB Progress (1): 6.1/6.8 MB Progress (1): 6.1/6.8 MB Progress (1): 6.1/6.8 MB Progress (1): 6.2/6.8 MB Progress (1): 6.2/6.8 MB Progress (1): 6.2/6.8 MB Progress (1): 6.2/6.8 MB Progress (1): 6.2/6.8 MB Progress (1): 6.2/6.8 MB Progress (1): 6.3/6.8 MB Progress (1): 6.3/6.8 MB Progress (1): 6.3/6.8 MB Progress (1): 6.3/6.8 MB Progress (1): 6.3/6.8 MB Progress (1): 6.3/6.8 MB Progress (1): 6.4/6.8 MB Progress (1): 6.4/6.8 MB Progress (1): 6.4/6.8 MB Progress (1): 6.4/6.8 MB Progress (1): 6.4/6.8 MB Progress (1): 6.4/6.8 MB Progress (1): 6.5/6.8 MB Progress (1): 6.5/6.8 MB Progress (1): 6.5/6.8 MB Progress (1): 6.5/6.8 MB Progress (1): 6.5/6.8 MB Progress (1): 6.5/6.8 MB Progress (1): 6.6/6.8 MB Progress (1): 6.6/6.8 MB Progress (1): 6.6/6.8 MB Progress (1): 6.6/6.8 MB Progress (1): 6.6/6.8 MB Progress (1): 6.6/6.8 MB Progress (1): 6.7/6.8 MB Progress (1): 6.7/6.8 MB Progress (1): 6.7/6.8 MB Progress (1): 6.7/6.8 MB Progress (1): 6.7/6.8 MB Progress (1): 6.7/6.8 MB Progress (1): 6.7/6.8 MB Progress (1): 6.8/6.8 MB Progress (1): 6.8 MB Downloaded from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar (6.8 MB at 13 MB/s) [INFO] Building jar: /home/cecaduser/workspace/MP_202610_G81_E2_Back/target/MP_202610_G81_E2_Back-0.0.1-SNAPSHOT.jar [INFO] [INFO] --- spring-boot:3.5.10:repackage (repackage) @ MP_202610_G81_E2_Back --- Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-buildpack-platform/3.5.10/spring-boot-buildpack-platform-3.5.10.pom Progress (1): 972 B Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-buildpack-platform/3.5.10/spring-boot-buildpack-platform-3.5.10.pom (3.2 kB at 36 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.17.0/jna-platform-5.17.0.pom Progress (1): 1.3 kB Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.17.0/jna-platform-5.17.0.pom (2.3 kB at 24 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.17.0/jna-5.17.0.pom Progress (1): 1.4 kB Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.17.0/jna-5.17.0.pom (2.0 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.27.1/commons-compress-1.27.1.pom Progress (1): 749 B Progress (1): 1.9 kB Progress (1): 3.8 kB Progress (1): 5.3 kB Progress (1): 9.2 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 18 kB Progress (1): 21 kB Progress (1): 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.27.1/commons-compress-1.27.1.pom (23 kB at 248 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/72/commons-parent-72.pom Progress (1): 705 B Progress (1): 1.9 kB Progress (1): 3.2 kB Progress (1): 4.7 kB Progress (1): 6.8 kB Progress (1): 8.4 kB Progress (1): 11 kB Progress (1): 13 kB Progress (1): 15 kB Progress (1): 17 kB Progress (1): 20 kB Progress (1): 22 kB Progress (1): 25 kB Progress (1): 28 kB Progress (1): 32 kB Progress (1): 32 kB Progress (1): 36 kB Progress (1): 40 kB Progress (1): 44 kB Progress (1): 46 kB Progress (1): 49 kB Progress (1): 51 kB Progress (1): 55 kB Progress (1): 57 kB Progress (1): 60 kB Progress (1): 63 kB Progress (1): 68 kB Progress (1): 70 kB Progress (1): 73 kB Progress (1): 75 kB Progress (1): 78 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/72/commons-parent-72.pom (78 kB at 838 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.0-M2/junit-bom-5.11.0-M2.pom Progress (1): 908 B Progress (1): 4.1 kB Progress (1): 5.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.0-M2/junit-bom-5.11.0-M2.pom (5.7 kB at 64 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.1/commons-codec-1.17.1.pom Progress (1): 744 B Progress (1): 1.9 kB Progress (1): 4.1 kB Progress (1): 5.9 kB Progress (1): 8.4 kB Progress (1): 12 kB Progress (1): 14 kB Progress (1): 17 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.1/commons-codec-1.17.1.pom (18 kB at 195 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/71/commons-parent-71.pom Progress (1): 708 B Progress (1): 1.9 kB Progress (1): 3.2 kB Progress (1): 4.6 kB Progress (1): 6.8 kB Progress (1): 8.4 kB Progress (1): 11 kB Progress (1): 13 kB Progress (1): 15 kB Progress (1): 17 kB Progress (1): 20 kB Progress (1): 22 kB Progress (1): 25 kB Progress (1): 28 kB Progress (1): 32 kB Progress (1): 32 kB Progress (1): 36 kB Progress (1): 40 kB Progress (1): 43 kB Progress (1): 46 kB Progress (1): 49 kB Progress (1): 51 kB Progress (1): 55 kB Progress (1): 57 kB Progress (1): 60 kB Progress (1): 63 kB Progress (1): 67 kB Progress (1): 70 kB Progress (1): 73 kB Progress (1): 75 kB Progress (1): 78 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/71/commons-parent-71.pom (78 kB at 827 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.16.0/commons-lang3-3.16.0.pom Progress (1): 744 B Progress (1): 1.8 kB Progress (1): 4.1 kB Progress (1): 5.7 kB Progress (1): 7.5 kB Progress (1): 10.0 kB Progress (1): 13 kB Progress (1): 17 kB Progress (1): 20 kB Progress (1): 22 kB Progress (1): 26 kB Progress (1): 29 kB Progress (1): 31 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.16.0/commons-lang3-3.16.0.pom (31 kB at 347 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.5.2/httpclient5-5.5.2.pom Progress (1): 867 B Progress (1): 3.2 kB Progress (1): 5.6 kB Progress (1): 6.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.5.2/httpclient5-5.5.2.pom (6.1 kB at 65 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.5.2/httpclient5-parent-5.5.2.pom Progress (1): 837 B Progress (1): 2.2 kB Progress (1): 3.9 kB Progress (1): 8.4 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.5.2/httpclient5-parent-5.5.2.pom (17 kB at 190 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/14/httpcomponents-parent-14.pom Progress (1): 805 B Progress (1): 2.2 kB Progress (1): 4.0 kB Progress (1): 5.9 kB Progress (1): 7.1 kB Progress (1): 8.5 kB Progress (1): 13 kB Progress (1): 16 kB Progress (1): 18 kB Progress (1): 22 kB Progress (1): 24 kB Progress (1): 27 kB Progress (1): 30 kB Progress (1): 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/14/httpcomponents-parent-14.pom (30 kB at 341 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.3/junit-bom-5.13.3.pom Progress (1): 908 B Progress (1): 4.1 kB Progress (1): 5.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.3/junit-bom-5.13.3.pom (5.7 kB at 64 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.3.6/httpcore5-5.3.6.pom Progress (1): 883 B Progress (1): 2.9 kB Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.3.6/httpcore5-5.3.6.pom (3.9 kB at 42 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.3.6/httpcore5-parent-5.3.6.pom Progress (1): 846 B Progress (1): 2.2 kB Progress (1): 3.9 kB Progress (1): 7.5 kB Progress (1): 10 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.3.6/httpcore5-parent-5.3.6.pom (14 kB at 155 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.3.6/httpcore5-h2-5.3.6.pom Progress (1): 889 B Progress (1): 3.1 kB Progress (1): 3.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.3.6/httpcore5-h2-5.3.6.pom (3.6 kB at 42 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-loader-tools/3.5.10/spring-boot-loader-tools-3.5.10.pom Progress (1): 1.0 kB Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-loader-tools/3.5.10/spring-boot-loader-tools-3.5.10.pom (2.2 kB at 26 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.pom Progress (1): 798 B Progress (1): 2.3 kB Progress (1): 5.4 kB Progress (1): 5.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.pom (5.4 kB at 61 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/42/maven-shared-components-42.pom Progress (1): 811 B Progress (1): 2.3 kB Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/42/maven-shared-components-42.pom (3.8 kB at 41 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom Progress (1): 825 B Progress (1): 2.8 kB Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 19 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom Progress (1): 774 B Progress (1): 2.2 kB Progress (1): 6.0 kB Progress (1): 9.6 kB Progress (1): 13 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 200 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom Progress (1): 843 B Progress (1): 2.6 kB Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 29 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.14.14/micrometer-observation-1.14.14.pom Progress (1): 1.1 kB Progress (1): 3.4 kB Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.14.14/micrometer-observation-1.14.14.pom (3.8 kB at 42 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.14.14/micrometer-commons-1.14.14.pom Progress (1): 1.1 kB Progress (1): 3.1 kB Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.14.14/micrometer-commons-1.14.14.pom (3.4 kB at 28 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.0/maven-shade-plugin-3.6.0.pom Progress (1): 773 B Progress (1): 2.3 kB Progress (1): 4.9 kB Progress (1): 8.0 kB Progress (1): 11 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.0/maven-shade-plugin-3.6.0.pom (12 kB at 132 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.7/asm-9.7.pom Progress (1): 1.3 kB Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.7/asm-9.7.pom (2.4 kB at 27 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.pom Progress (1): 1.1 kB Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.pom (2.8 kB at 32 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.pom Progress (1): 1.1 kB Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.pom (2.6 kB at 28 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.pom Progress (1): 758 B Progress (1): 1.9 kB Progress (1): 3.7 kB Progress (1): 5.4 kB Progress (1): 9.3 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 18 kB Progress (1): 21 kB Progress (1): 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.pom (23 kB at 247 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.pom Progress (1): 745 B Progress (1): 1.9 kB Progress (1): 4.0 kB Progress (1): 5.8 kB Progress (1): 8.4 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 17 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.pom (18 kB at 199 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/vafer/jdependency/2.10/jdependency-2.10.pom Progress (1): 1.1 kB Progress (1): 4.9 kB Progress (1): 8.5 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/vafer/jdependency/2.10/jdependency-2.10.pom (14 kB at 142 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-buildpack-platform/3.5.10/spring-boot-buildpack-platform-3.5.10.jar Progress (1): 7.7/321 kB Progress (1): 16/321 kB Progress (1): 32/321 kB Progress (1): 49/321 kB Progress (1): 65/321 kB Progress (1): 81/321 kB Progress (1): 98/321 kB Progress (1): 114/321 kB Progress (1): 131/321 kB Progress (1): 147/321 kB Progress (1): 163/321 kB Progress (1): 180/321 kB Progress (1): 196/321 kB Progress (1): 213/321 kB Progress (1): 229/321 kB Progress (1): 245/321 kB Progress (1): 262/321 kB Progress (1): 278/321 kB Progress (1): 294/321 kB Progress (1): 311/321 kB Progress (1): 321 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-buildpack-platform/3.5.10/spring-boot-buildpack-platform-3.5.10.jar (321 kB at 3.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.17.0/jna-platform-5.17.0.jar Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.17.0/jna-5.17.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.27.1/commons-compress-1.27.1.jar Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.1/commons-codec-1.17.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.16.0/commons-lang3-3.16.0.jar Progress (1): 7.7/674 kB Progress (2): 7.7/674 kB | 7.7/373 kB Progress (2): 16/674 kB | 7.7/373 kB Progress (3): 16/674 kB | 7.7/373 kB | 0/1.4 MB Progress (3): 28/674 kB | 7.7/373 kB | 0/1.4 MB Progress (4): 28/674 kB | 7.7/373 kB | 0/1.4 MB | 0/1.1 MB Progress (4): 28/674 kB | 7.7/373 kB | 0/1.4 MB | 0/1.1 MB Progress (4): 28/674 kB | 7.7/373 kB | 0/1.4 MB | 0/1.1 MB Progress (4): 44/674 kB | 7.7/373 kB | 0/1.4 MB | 0/1.1 MB Progress (4): 61/674 kB | 7.7/373 kB | 0/1.4 MB | 0/1.1 MB Progress (4): 61/674 kB | 7.7/373 kB | 0/1.4 MB | 0/1.1 MB Progress (4): 61/674 kB | 7.7/373 kB | 0/1.4 MB | 0/1.1 MB Progress (4): 77/674 kB | 7.7/373 kB | 0/1.4 MB | 0/1.1 MB Progress (4): 77/674 kB | 7.7/373 kB | 0/1.4 MB | 0/1.1 MB Progress (4): 77/674 kB | 7.7/373 kB | 0/1.4 MB | 0/1.1 MB Progress (4): 94/674 kB | 7.7/373 kB | 0/1.4 MB | 0/1.1 MB Progress (4): 94/674 kB | 7.7/373 kB | 0/1.4 MB | 0.1/1.1 MB Progress (4): 110/674 kB | 7.7/373 kB | 0/1.4 MB | 0.1/1.1 MB Progress (4): 110/674 kB | 7.7/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 110/674 kB | 7.7/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 126/674 kB | 7.7/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 126/674 kB | 7.7/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 134/674 kB | 7.7/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 134/674 kB | 7.7/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 143/674 kB | 7.7/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 143/674 kB | 7.7/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 159/674 kB | 7.7/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 175/674 kB | 7.7/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 175/674 kB | 7.7/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 175/674 kB | 7.7/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 175/674 kB | 16/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 175/674 kB | 16/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 175/674 kB | 32/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 175/674 kB | 49/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 175/674 kB | 65/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 192/674 kB | 65/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 205/674 kB | 65/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 205/674 kB | 81/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 213/674 kB | 81/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 229/674 kB | 81/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 229/674 kB | 98/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 238/674 kB | 98/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 238/674 kB | 114/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 254/674 kB | 114/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 262/674 kB | 114/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 262/674 kB | 131/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 262/674 kB | 147/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 279/674 kB | 147/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 279/674 kB | 163/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 295/674 kB | 163/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 295/674 kB | 180/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 295/674 kB | 196/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 311/674 kB | 196/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 311/674 kB | 213/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 328/674 kB | 213/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 328/674 kB | 213/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 336/674 kB | 213/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 336/674 kB | 213/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 344/674 kB | 213/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 344/674 kB | 213/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 360/674 kB | 213/373 kB | 0.1/1.4 MB | 0.1/1.1 MB Progress (4): 360/674 kB | 213/373 kB | 0.1/1.4 MB | 0.2/1.1 MB Progress (4): 360/674 kB | 213/373 kB | 0.2/1.4 MB | 0.2/1.1 MB Progress (4): 377/674 kB | 213/373 kB | 0.2/1.4 MB | 0.2/1.1 MB Progress (4): 377/674 kB | 213/373 kB | 0.2/1.4 MB | 0.2/1.1 MB Progress (4): 377/674 kB | 213/373 kB | 0.2/1.4 MB | 0.2/1.1 MB Progress (4): 393/674 kB | 213/373 kB | 0.2/1.4 MB | 0.2/1.1 MB Progress (4): 393/674 kB | 213/373 kB | 0.2/1.4 MB | 0.2/1.1 MB Progress (4): 393/674 kB | 213/373 kB | 0.2/1.4 MB | 0.2/1.1 MB Progress (4): 393/674 kB | 213/373 kB | 0.2/1.4 MB | 0.2/1.1 MB Progress (4): 393/674 kB | 213/373 kB | 0.2/1.4 MB | 0.2/1.1 MB Progress (4): 393/674 kB | 213/373 kB | 0.2/1.4 MB | 0.2/1.1 MB Progress (4): 393/674 kB | 213/373 kB | 0.2/1.4 MB | 0.3/1.1 MB Progress (4): 393/674 kB | 213/373 kB | 0.2/1.4 MB | 0.3/1.1 MB Progress (4): 393/674 kB | 213/373 kB | 0.2/1.4 MB | 0.3/1.1 MB Progress (4): 393/674 kB | 213/373 kB | 0.2/1.4 MB | 0.3/1.1 MB Progress (4): 393/674 kB | 213/373 kB | 0.2/1.4 MB | 0.3/1.1 MB Progress (4): 393/674 kB | 213/373 kB | 0.2/1.4 MB | 0.3/1.1 MB Progress (4): 393/674 kB | 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB Progress (4): 393/674 kB | 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB Progress (4): 393/674 kB | 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB Progress (4): 410/674 kB | 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB Progress (4): 426/674 kB | 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB Progress (4): 442/674 kB | 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB Progress (4): 459/674 kB | 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB Progress (4): 475/674 kB | 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB Progress (4): 492/674 kB | 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB Progress (4): 508/674 kB | 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB Progress (4): 524/674 kB | 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB Progress (4): 541/674 kB | 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB Progress (4): 557/674 kB | 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB Progress (4): 573/674 kB | 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB Progress (4): 590/674 kB | 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB Progress (4): 606/674 kB | 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB Progress (4): 623/674 kB | 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB Progress (4): 639/674 kB | 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB Progress (4): 655/674 kB | 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB Progress (4): 672/674 kB | 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB Progress (4): 674 kB | 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.16.0/commons-lang3-3.16.0.jar (674 kB at 3.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.5.2/httpclient5-5.5.2.jar Progress (4): 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB | 0/2.0 MB Progress (4): 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB | 0/2.0 MB Progress (4): 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB | 0/2.0 MB Progress (4): 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB | 0/2.0 MB Progress (4): 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB | 0/2.0 MB Progress (4): 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB | 0/2.0 MB Progress (4): 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB | 0.1/2.0 MB Progress (4): 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB | 0.1/2.0 MB Progress (4): 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB | 0.1/2.0 MB Progress (4): 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB | 0.1/2.0 MB Progress (4): 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB | 0.1/2.0 MB Progress (4): 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB | 0.1/2.0 MB Progress (4): 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB | 0.1/2.0 MB Progress (4): 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 213/373 kB | 0.2/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 213/373 kB | 0.3/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 213/373 kB | 0.3/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 213/373 kB | 0.3/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 213/373 kB | 0.3/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 213/373 kB | 0.3/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 229/373 kB | 0.3/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 245/373 kB | 0.3/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 245/373 kB | 0.3/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 262/373 kB | 0.3/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 278/373 kB | 0.3/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 294/373 kB | 0.3/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 311/373 kB | 0.3/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 327/373 kB | 0.3/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 344/373 kB | 0.3/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.3/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.4/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.4/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.4/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.4/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.4/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.4/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.5/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.5/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.5/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.5/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.5/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.5/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.6/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.6/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.6/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.6/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.6/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.6/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.7/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.7/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.7/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.7/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.7/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.7/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.7/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.7/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.7/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.7/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.8/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.8/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.8/1.4 MB | 0.4/1.1 MB | 0.2/2.0 MB Progress (4): 360/373 kB | 0.8/1.4 MB | 0.4/1.1 MB | 0.3/2.0 MB Progress (4): 360/373 kB | 0.8/1.4 MB | 0.4/1.1 MB | 0.3/2.0 MB Progress (4): 360/373 kB | 0.8/1.4 MB | 0.4/1.1 MB | 0.3/2.0 MB Progress (4): 360/373 kB | 0.8/1.4 MB | 0.4/1.1 MB | 0.3/2.0 MB Progress (4): 360/373 kB | 0.8/1.4 MB | 0.4/1.1 MB | 0.3/2.0 MB Progress (4): 360/373 kB | 0.8/1.4 MB | 0.4/1.1 MB | 0.3/2.0 MB Progress (4): 360/373 kB | 0.8/1.4 MB | 0.4/1.1 MB | 0.3/2.0 MB Progress (4): 360/373 kB | 0.8/1.4 MB | 0.4/1.1 MB | 0.3/2.0 MB Progress (4): 360/373 kB | 0.8/1.4 MB | 0.4/1.1 MB | 0.3/2.0 MB Progress (4): 360/373 kB | 0.8/1.4 MB | 0.4/1.1 MB | 0.3/2.0 MB Progress (4): 360/373 kB | 0.8/1.4 MB | 0.4/1.1 MB | 0.3/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.3/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.3/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.4/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.4/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.4/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.4/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.4/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.4/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.4/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.4/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.4/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.5/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.5/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.5/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.5/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.5/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.5/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.5/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.5/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.5/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.6/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.6/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.6/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.6/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.6/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.6/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.6/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.6/2.0 MB Progress (4): 360/373 kB | 0.9/1.4 MB | 0.4/1.1 MB | 0.6/2.0 MB Progress (4): 360/373 kB | 1.0/1.4 MB | 0.4/1.1 MB | 0.6/2.0 MB Progress (4): 360/373 kB | 1.0/1.4 MB | 0.4/1.1 MB | 0.7/2.0 MB Progress (4): 360/373 kB | 1.0/1.4 MB | 0.4/1.1 MB | 0.7/2.0 MB Progress (4): 360/373 kB | 1.0/1.4 MB | 0.4/1.1 MB | 0.7/2.0 MB Progress (4): 360/373 kB | 1.0/1.4 MB | 0.4/1.1 MB | 0.7/2.0 MB Progress (4): 360/373 kB | 1.0/1.4 MB | 0.4/1.1 MB | 0.7/2.0 MB Progress (4): 360/373 kB | 1.0/1.4 MB | 0.4/1.1 MB | 0.7/2.0 MB Progress (4): 360/373 kB | 1.0/1.4 MB | 0.4/1.1 MB | 0.7/2.0 MB Progress (4): 360/373 kB | 1.0/1.4 MB | 0.4/1.1 MB | 0.7/2.0 MB Progress (4): 360/373 kB | 1.0/1.4 MB | 0.4/1.1 MB | 0.7/2.0 MB Progress (4): 360/373 kB | 1.0/1.4 MB | 0.4/1.1 MB | 0.7/2.0 MB Progress (4): 360/373 kB | 1.0/1.4 MB | 0.4/1.1 MB | 0.7/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.4/1.1 MB | 0.7/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.4/1.1 MB | 0.8/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.4/1.1 MB | 0.8/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.4/1.1 MB | 0.8/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.4/1.1 MB | 0.8/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.4/1.1 MB | 0.8/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.4/1.1 MB | 0.8/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.4/1.1 MB | 0.8/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.4/1.1 MB | 0.8/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.4/1.1 MB | 0.8/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.4/1.1 MB | 0.8/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.5/1.1 MB | 0.8/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.5/1.1 MB | 0.8/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.5/1.1 MB | 0.8/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.5/1.1 MB | 0.9/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.5/1.1 MB | 0.9/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.5/1.1 MB | 0.9/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.5/1.1 MB | 0.9/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.5/1.1 MB | 0.9/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.5/1.1 MB | 0.9/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.5/1.1 MB | 0.9/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.5/1.1 MB | 0.9/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.5/1.1 MB | 0.9/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.6/1.1 MB | 0.9/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.6/1.1 MB | 0.9/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.6/1.1 MB | 1.0/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.6/1.1 MB | 1.0/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.6/1.1 MB | 1.0/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.6/1.1 MB | 1.0/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.6/1.1 MB | 1.0/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.6/1.1 MB | 1.0/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.6/1.1 MB | 1.0/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.6/1.1 MB | 1.0/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.6/1.1 MB | 1.0/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.6/1.1 MB | 1.1/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.6/1.1 MB | 1.1/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.6/1.1 MB | 1.1/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.6/1.1 MB | 1.1/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.6/1.1 MB | 1.1/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.7/1.1 MB | 1.1/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.7/1.1 MB | 1.1/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.7/1.1 MB | 1.1/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.7/1.1 MB | 1.1/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.7/1.1 MB | 1.1/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.7/1.1 MB | 1.1/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.7/1.1 MB | 1.1/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.7/1.1 MB | 1.2/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.7/1.1 MB | 1.2/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.7/1.1 MB | 1.2/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.7/1.1 MB | 1.2/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.7/1.1 MB | 1.2/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.7/1.1 MB | 1.2/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.8/1.1 MB | 1.2/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.8/1.1 MB | 1.2/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.8/1.1 MB | 1.2/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.8/1.1 MB | 1.2/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.8/1.1 MB | 1.2/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.8/1.1 MB | 1.2/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.8/1.1 MB | 1.2/2.0 MB Progress (4): 360/373 kB | 1.1/1.4 MB | 0.8/1.1 MB | 1.3/2.0 MB Progress (4): 360/373 kB | 1.2/1.4 MB | 0.8/1.1 MB | 1.3/2.0 MB Progress (4): 360/373 kB | 1.2/1.4 MB | 0.8/1.1 MB | 1.3/2.0 MB Progress (4): 360/373 kB | 1.2/1.4 MB | 0.8/1.1 MB | 1.3/2.0 MB Progress (4): 360/373 kB | 1.2/1.4 MB | 0.8/1.1 MB | 1.3/2.0 MB Progress (4): 360/373 kB | 1.2/1.4 MB | 0.8/1.1 MB | 1.3/2.0 MB Progress (4): 360/373 kB | 1.2/1.4 MB | 0.8/1.1 MB | 1.3/2.0 MB Progress (4): 360/373 kB | 1.2/1.4 MB | 0.8/1.1 MB | 1.3/2.0 MB Progress (4): 360/373 kB | 1.2/1.4 MB | 0.8/1.1 MB | 1.3/2.0 MB Progress (4): 360/373 kB | 1.2/1.4 MB | 0.8/1.1 MB | 1.3/2.0 MB Progress (4): 360/373 kB | 1.2/1.4 MB | 0.8/1.1 MB | 1.3/2.0 MB Progress (4): 360/373 kB | 1.2/1.4 MB | 0.8/1.1 MB | 1.3/2.0 MB Progress (4): 360/373 kB | 1.2/1.4 MB | 0.8/1.1 MB | 1.4/2.0 MB Progress (4): 360/373 kB | 1.3/1.4 MB | 0.8/1.1 MB | 1.4/2.0 MB Progress (4): 360/373 kB | 1.3/1.4 MB | 0.8/1.1 MB | 1.4/2.0 MB Progress (4): 360/373 kB | 1.3/1.4 MB | 0.8/1.1 MB | 1.4/2.0 MB Progress (4): 360/373 kB | 1.3/1.4 MB | 0.8/1.1 MB | 1.4/2.0 MB Progress (4): 360/373 kB | 1.3/1.4 MB | 0.8/1.1 MB | 1.4/2.0 MB Progress (4): 360/373 kB | 1.3/1.4 MB | 0.8/1.1 MB | 1.4/2.0 MB Progress (4): 360/373 kB | 1.3/1.4 MB | 0.8/1.1 MB | 1.4/2.0 MB Progress (4): 360/373 kB | 1.3/1.4 MB | 0.8/1.1 MB | 1.4/2.0 MB Progress (4): 360/373 kB | 1.3/1.4 MB | 0.8/1.1 MB | 1.4/2.0 MB Progress (4): 360/373 kB | 1.3/1.4 MB | 0.8/1.1 MB | 1.4/2.0 MB Progress (4): 360/373 kB | 1.3/1.4 MB | 0.8/1.1 MB | 1.4/2.0 MB Progress (4): 360/373 kB | 1.4/1.4 MB | 0.8/1.1 MB | 1.4/2.0 MB Progress (4): 360/373 kB | 1.4/1.4 MB | 0.8/1.1 MB | 1.5/2.0 MB Progress (4): 360/373 kB | 1.4/1.4 MB | 0.8/1.1 MB | 1.5/2.0 MB Progress (4): 360/373 kB | 1.4/1.4 MB | 0.8/1.1 MB | 1.5/2.0 MB Progress (4): 360/373 kB | 1.4/1.4 MB | 0.8/1.1 MB | 1.5/2.0 MB Progress (4): 360/373 kB | 1.4/1.4 MB | 0.8/1.1 MB | 1.5/2.0 MB Progress (4): 360/373 kB | 1.4/1.4 MB | 0.9/1.1 MB | 1.5/2.0 MB Progress (4): 360/373 kB | 1.4/1.4 MB | 0.9/1.1 MB | 1.5/2.0 MB Progress (4): 360/373 kB | 1.4/1.4 MB | 0.9/1.1 MB | 1.5/2.0 MB Progress (4): 360/373 kB | 1.4/1.4 MB | 0.9/1.1 MB | 1.5/2.0 MB Progress (4): 360/373 kB | 1.4/1.4 MB | 0.9/1.1 MB | 1.5/2.0 MB Progress (4): 360/373 kB | 1.4/1.4 MB | 0.9/1.1 MB | 1.5/2.0 MB Progress (4): 360/373 kB | 1.4/1.4 MB | 0.9/1.1 MB | 1.5/2.0 MB Progress (4): 360/373 kB | 1.4/1.4 MB | 0.9/1.1 MB | 1.5/2.0 MB Progress (4): 360/373 kB | 1.4/1.4 MB | 0.9/1.1 MB | 1.5/2.0 MB Progress (4): 360/373 kB | 1.4/1.4 MB | 0.9/1.1 MB | 1.5/2.0 MB Progress (4): 360/373 kB | 1.4/1.4 MB | 0.9/1.1 MB | 1.5/2.0 MB Progress (4): 360/373 kB | 1.4 MB | 0.9/1.1 MB | 1.5/2.0 MB Progress (4): 360/373 kB | 1.4 MB | 0.9/1.1 MB | 1.6/2.0 MB Progress (4): 360/373 kB | 1.4 MB | 0.9/1.1 MB | 1.6/2.0 MB Progress (4): 360/373 kB | 1.4 MB | 0.9/1.1 MB | 1.6/2.0 MB Progress (4): 360/373 kB | 1.4 MB | 0.9/1.1 MB | 1.6/2.0 MB Progress (4): 360/373 kB | 1.4 MB | 0.9/1.1 MB | 1.6/2.0 MB Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.17.0/jna-platform-5.17.0.jar (1.4 MB at 6.2 MB/s) Progress (3): 360/373 kB | 0.9/1.1 MB | 1.6/2.0 MB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.3.6/httpcore5-5.3.6.jar Progress (3): 360/373 kB | 0.9/1.1 MB | 1.7/2.0 MB Progress (3): 360/373 kB | 0.9/1.1 MB | 1.7/2.0 MB Progress (3): 360/373 kB | 1.0/1.1 MB | 1.7/2.0 MB Progress (3): 360/373 kB | 1.0/1.1 MB | 1.7/2.0 MB Progress (3): 360/373 kB | 1.0/1.1 MB | 1.7/2.0 MB Progress (3): 360/373 kB | 1.0/1.1 MB | 1.7/2.0 MB Progress (3): 360/373 kB | 1.0/1.1 MB | 1.7/2.0 MB Progress (3): 360/373 kB | 1.0/1.1 MB | 1.7/2.0 MB Progress (3): 360/373 kB | 1.0/1.1 MB | 1.7/2.0 MB Progress (3): 360/373 kB | 1.0/1.1 MB | 1.7/2.0 MB Progress (3): 360/373 kB | 1.0/1.1 MB | 1.7/2.0 MB Progress (3): 360/373 kB | 1.0/1.1 MB | 1.7/2.0 MB Progress (3): 360/373 kB | 1.1/1.1 MB | 1.7/2.0 MB Progress (3): 360/373 kB | 1.1/1.1 MB | 1.8/2.0 MB Progress (3): 360/373 kB | 1.1/1.1 MB | 1.8/2.0 MB Progress (3): 360/373 kB | 1.1/1.1 MB | 1.8/2.0 MB Progress (3): 360/373 kB | 1.1/1.1 MB | 1.8/2.0 MB Progress (3): 360/373 kB | 1.1/1.1 MB | 1.8/2.0 MB Progress (3): 360/373 kB | 1.1/1.1 MB | 1.8/2.0 MB Progress (3): 360/373 kB | 1.1/1.1 MB | 1.8/2.0 MB Progress (3): 360/373 kB | 1.1/1.1 MB | 1.9/2.0 MB Progress (3): 360/373 kB | 1.1/1.1 MB | 1.9/2.0 MB Progress (3): 360/373 kB | 1.1/1.1 MB | 1.9/2.0 MB Progress (3): 360/373 kB | 1.1/1.1 MB | 1.9/2.0 MB Progress (3): 360/373 kB | 1.1/1.1 MB | 1.9/2.0 MB Progress (3): 360/373 kB | 1.1/1.1 MB | 1.9/2.0 MB Progress (3): 360/373 kB | 1.1/1.1 MB | 1.9/2.0 MB Progress (3): 360/373 kB | 1.1/1.1 MB | 2.0/2.0 MB Progress (3): 360/373 kB | 1.1/1.1 MB | 2.0/2.0 MB Progress (3): 360/373 kB | 1.1/1.1 MB | 2.0/2.0 MB Progress (3): 360/373 kB | 1.1/1.1 MB | 2.0 MB Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.17.0/jna-5.17.0.jar (2.0 MB at 8.7 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.3.6/httpcore5-h2-5.3.6.jar Progress (2): 373 kB | 1.1/1.1 MB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.1/commons-codec-1.17.1.jar (373 kB at 1.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-loader-tools/3.5.10/spring-boot-loader-tools-3.5.10.jar Progress (1): 1.1/1.1 MB Progress (1): 1.1 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.27.1/commons-compress-1.27.1.jar (1.1 MB at 3.8 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.jar Progress (1): 7.7/961 kB Progress (1): 16/961 kB Progress (1): 32/961 kB Progress (1): 49/961 kB Progress (2): 49/961 kB | 7.7/909 kB Progress (2): 49/961 kB | 16/909 kB Progress (2): 49/961 kB | 32/909 kB Progress (3): 49/961 kB | 32/909 kB | 7.7/243 kB Progress (3): 49/961 kB | 32/909 kB | 16/243 kB Progress (3): 49/961 kB | 32/909 kB | 25/243 kB Progress (3): 49/961 kB | 32/909 kB | 41/243 kB Progress (3): 49/961 kB | 49/909 kB | 41/243 kB Progress (3): 49/961 kB | 49/909 kB | 57/243 kB Progress (3): 49/961 kB | 49/909 kB | 74/243 kB Progress (3): 49/961 kB | 49/909 kB | 90/243 kB Progress (3): 49/961 kB | 49/909 kB | 106/243 kB Progress (3): 49/961 kB | 49/909 kB | 123/243 kB Progress (3): 49/961 kB | 65/909 kB | 123/243 kB Progress (3): 49/961 kB | 65/909 kB | 139/243 kB Progress (3): 49/961 kB | 65/909 kB | 156/243 kB Progress (3): 49/961 kB | 65/909 kB | 172/243 kB Progress (3): 49/961 kB | 65/909 kB | 188/243 kB Progress (3): 49/961 kB | 65/909 kB | 205/243 kB Progress (3): 61/961 kB | 65/909 kB | 205/243 kB Progress (3): 61/961 kB | 65/909 kB | 221/243 kB Progress (3): 61/961 kB | 65/909 kB | 238/243 kB Progress (3): 61/961 kB | 65/909 kB | 243 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.3.6/httpcore5-h2-5.3.6.jar (243 kB at 753 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar Progress (2): 61/961 kB | 81/909 kB Progress (2): 61/961 kB | 98/909 kB Progress (2): 61/961 kB | 114/909 kB Progress (2): 77/961 kB | 114/909 kB Progress (2): 77/961 kB | 131/909 kB Progress (2): 77/961 kB | 147/909 kB Progress (2): 77/961 kB | 163/909 kB Progress (2): 77/961 kB | 180/909 kB Progress (2): 94/961 kB | 180/909 kB Progress (2): 94/961 kB | 196/909 kB Progress (2): 94/961 kB | 213/909 kB Progress (2): 94/961 kB | 229/909 kB Progress (2): 94/961 kB | 245/909 kB Progress (2): 94/961 kB | 262/909 kB Progress (3): 94/961 kB | 262/909 kB | 7.7/455 kB Progress (3): 110/961 kB | 262/909 kB | 7.7/455 kB Progress (3): 110/961 kB | 262/909 kB | 16/455 kB Progress (3): 110/961 kB | 262/909 kB | 32/455 kB Progress (3): 110/961 kB | 262/909 kB | 49/455 kB Progress (3): 110/961 kB | 262/909 kB | 65/455 kB Progress (3): 110/961 kB | 262/909 kB | 81/455 kB Progress (3): 110/961 kB | 262/909 kB | 98/455 kB Progress (3): 110/961 kB | 262/909 kB | 114/455 kB Progress (3): 110/961 kB | 262/909 kB | 131/455 kB Progress (3): 110/961 kB | 262/909 kB | 147/455 kB Progress (3): 110/961 kB | 262/909 kB | 163/455 kB Progress (3): 110/961 kB | 278/909 kB | 163/455 kB Progress (3): 110/961 kB | 278/909 kB | 180/455 kB Progress (3): 110/961 kB | 278/909 kB | 196/455 kB Progress (3): 110/961 kB | 278/909 kB | 213/455 kB Progress (3): 110/961 kB | 278/909 kB | 229/455 kB Progress (3): 110/961 kB | 278/909 kB | 245/455 kB Progress (3): 110/961 kB | 294/909 kB | 245/455 kB Progress (3): 110/961 kB | 294/909 kB | 262/455 kB Progress (3): 110/961 kB | 294/909 kB | 278/455 kB Progress (3): 110/961 kB | 294/909 kB | 294/455 kB Progress (3): 110/961 kB | 294/909 kB | 311/455 kB Progress (3): 110/961 kB | 294/909 kB | 327/455 kB Progress (3): 110/961 kB | 294/909 kB | 344/455 kB Progress (3): 110/961 kB | 294/909 kB | 360/455 kB Progress (3): 110/961 kB | 294/909 kB | 376/455 kB Progress (3): 110/961 kB | 294/909 kB | 393/455 kB Progress (3): 110/961 kB | 294/909 kB | 409/455 kB Progress (3): 110/961 kB | 294/909 kB | 425/455 kB Progress (3): 110/961 kB | 294/909 kB | 442/455 kB Progress (3): 110/961 kB | 294/909 kB | 455 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-loader-tools/3.5.10/spring-boot-loader-tools-3.5.10.jar (455 kB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar Progress (2): 110/961 kB | 311/909 kB Progress (2): 126/961 kB | 311/909 kB Progress (2): 126/961 kB | 327/909 kB Progress (2): 126/961 kB | 344/909 kB Progress (2): 126/961 kB | 360/909 kB Progress (2): 126/961 kB | 376/909 kB Progress (2): 143/961 kB | 376/909 kB Progress (2): 143/961 kB | 393/909 kB Progress (3): 143/961 kB | 393/909 kB | 7.7/58 kB Progress (3): 143/961 kB | 393/909 kB | 16/58 kB Progress (3): 143/961 kB | 409/909 kB | 16/58 kB Progress (3): 143/961 kB | 426/909 kB | 16/58 kB Progress (3): 143/961 kB | 426/909 kB | 32/58 kB Progress (3): 143/961 kB | 442/909 kB | 32/58 kB Progress (3): 143/961 kB | 458/909 kB | 32/58 kB Progress (3): 159/961 kB | 458/909 kB | 32/58 kB Progress (3): 159/961 kB | 475/909 kB | 32/58 kB Progress (3): 159/961 kB | 475/909 kB | 49/58 kB Progress (3): 159/961 kB | 491/909 kB | 49/58 kB Progress (3): 159/961 kB | 491/909 kB | 58 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.jar (58 kB at 147 kB/s) Progress (2): 159/961 kB | 507/909 kB Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.14.14/micrometer-observation-1.14.14.jar Progress (2): 175/961 kB | 507/909 kB Progress (2): 175/961 kB | 524/909 kB Progress (2): 175/961 kB | 540/909 kB Progress (2): 175/961 kB | 557/909 kB Progress (2): 175/961 kB | 573/909 kB Progress (2): 175/961 kB | 589/909 kB Progress (2): 192/961 kB | 589/909 kB Progress (2): 192/961 kB | 606/909 kB Progress (3): 192/961 kB | 606/909 kB | 7.7/168 kB Progress (3): 192/961 kB | 606/909 kB | 16/168 kB Progress (3): 192/961 kB | 606/909 kB | 32/168 kB Progress (3): 192/961 kB | 606/909 kB | 49/168 kB Progress (3): 192/961 kB | 606/909 kB | 65/168 kB Progress (3): 192/961 kB | 606/909 kB | 81/168 kB Progress (3): 192/961 kB | 606/909 kB | 98/168 kB Progress (3): 192/961 kB | 606/909 kB | 114/168 kB Progress (3): 192/961 kB | 622/909 kB | 114/168 kB Progress (3): 192/961 kB | 622/909 kB | 131/168 kB Progress (3): 192/961 kB | 622/909 kB | 147/168 kB Progress (3): 192/961 kB | 622/909 kB | 163/168 kB Progress (3): 192/961 kB | 622/909 kB | 168 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 399 kB/s) Progress (2): 192/961 kB | 639/909 kB Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.14.14/micrometer-commons-1.14.14.jar Progress (2): 192/961 kB | 655/909 kB Progress (2): 208/961 kB | 655/909 kB Progress (2): 208/961 kB | 671/909 kB Progress (2): 208/961 kB | 688/909 kB Progress (2): 208/961 kB | 704/909 kB Progress (2): 208/961 kB | 720/909 kB Progress (2): 225/961 kB | 720/909 kB Progress (2): 225/961 kB | 737/909 kB Progress (2): 225/961 kB | 753/909 kB Progress (2): 225/961 kB | 770/909 kB Progress (2): 225/961 kB | 786/909 kB Progress (2): 241/961 kB | 786/909 kB Progress (2): 241/961 kB | 802/909 kB Progress (2): 241/961 kB | 819/909 kB Progress (2): 241/961 kB | 835/909 kB Progress (2): 241/961 kB | 852/909 kB Progress (2): 257/961 kB | 852/909 kB Progress (3): 257/961 kB | 852/909 kB | 7.7/149 kB Progress (3): 257/961 kB | 852/909 kB | 16/149 kB Progress (3): 257/961 kB | 852/909 kB | 32/149 kB Progress (3): 257/961 kB | 852/909 kB | 49/149 kB Progress (3): 257/961 kB | 852/909 kB | 65/149 kB Progress (3): 257/961 kB | 852/909 kB | 81/149 kB Progress (3): 257/961 kB | 852/909 kB | 98/149 kB Progress (3): 257/961 kB | 852/909 kB | 114/149 kB Progress (3): 257/961 kB | 852/909 kB | 131/149 kB Progress (3): 257/961 kB | 868/909 kB | 131/149 kB Progress (3): 257/961 kB | 868/909 kB | 147/149 kB Progress (3): 257/961 kB | 868/909 kB | 149 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar (149 kB at 322 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.0/maven-shade-plugin-3.6.0.jar Progress (2): 257/961 kB | 884/909 kB Progress (2): 257/961 kB | 901/909 kB Progress (2): 257/961 kB | 909 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.3.6/httpcore5-5.3.6.jar (909 kB at 1.9 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.7/asm-9.7.jar Progress (1): 274/961 kB Progress (1): 290/961 kB Progress (2): 290/961 kB | 7.7/75 kB Progress (2): 290/961 kB | 12/75 kB Progress (2): 307/961 kB | 12/75 kB Progress (2): 307/961 kB | 28/75 kB Progress (2): 323/961 kB | 28/75 kB Progress (2): 323/961 kB | 44/75 kB Progress (3): 323/961 kB | 44/75 kB | 7.7/48 kB Progress (3): 323/961 kB | 44/75 kB | 16/48 kB Progress (3): 323/961 kB | 44/75 kB | 32/48 kB Progress (3): 323/961 kB | 44/75 kB | 48 kB Progress (3): 323/961 kB | 61/75 kB | 48 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.14.14/micrometer-commons-1.14.14.jar (48 kB at 93 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.jar Progress (2): 339/961 kB | 61/75 kB Progress (2): 339/961 kB | 75 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.14.14/micrometer-observation-1.14.14.jar (75 kB at 143 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.jar Progress (1): 356/961 kB Progress (1): 372/961 kB Progress (1): 388/961 kB Progress (2): 388/961 kB | 7.7/150 kB Progress (2): 388/961 kB | 16/150 kB Progress (2): 388/961 kB | 32/150 kB Progress (2): 388/961 kB | 49/150 kB Progress (2): 388/961 kB | 65/150 kB Progress (2): 388/961 kB | 81/150 kB Progress (2): 388/961 kB | 98/150 kB Progress (2): 388/961 kB | 114/150 kB Progress (2): 388/961 kB | 131/150 kB Progress (2): 388/961 kB | 147/150 kB Progress (2): 388/961 kB | 150 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.0/maven-shade-plugin-3.6.0.jar (150 kB at 269 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/vafer/jdependency/2.10/jdependency-2.10.jar Progress (2): 388/961 kB | 7.7/125 kB Progress (2): 388/961 kB | 12/125 kB Progress (2): 388/961 kB | 28/125 kB Progress (2): 405/961 kB | 28/125 kB Progress (2): 405/961 kB | 44/125 kB Progress (2): 405/961 kB | 61/125 kB Progress (2): 405/961 kB | 77/125 kB Progress (2): 405/961 kB | 94/125 kB Progress (2): 421/961 kB | 94/125 kB Progress (2): 421/961 kB | 110/125 kB Progress (2): 421/961 kB | 125 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.7/asm-9.7.jar (125 kB at 217 kB/s) Progress (1): 438/961 kB Progress (1): 454/961 kB Progress (2): 454/961 kB | 7.7/73 kB Progress (2): 454/961 kB | 16/73 kB Progress (2): 470/961 kB | 16/73 kB Progress (2): 470/961 kB | 32/73 kB Progress (2): 470/961 kB | 49/73 kB Progress (2): 470/961 kB | 65/73 kB Progress (2): 470/961 kB | 73 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.jar (73 kB at 120 kB/s) Progress (2): 470/961 kB | 7.7/52 kB Progress (2): 470/961 kB | 16/52 kB Progress (2): 487/961 kB | 16/52 kB Progress (2): 487/961 kB | 32/52 kB Progress (2): 503/961 kB | 32/52 kB Progress (2): 503/961 kB | 49/52 kB Progress (2): 503/961 kB | 52 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.jar (52 kB at 82 kB/s) Progress (1): 519/961 kB Progress (1): 536/961 kB Progress (1): 552/961 kB Progress (1): 569/961 kB Progress (2): 569/961 kB | 7.7/416 kB Progress (2): 569/961 kB | 16/416 kB Progress (2): 569/961 kB | 32/416 kB Progress (2): 569/961 kB | 49/416 kB Progress (2): 569/961 kB | 65/416 kB Progress (2): 569/961 kB | 81/416 kB Progress (2): 569/961 kB | 98/416 kB Progress (2): 585/961 kB | 98/416 kB Progress (2): 585/961 kB | 114/416 kB Progress (2): 585/961 kB | 131/416 kB Progress (2): 585/961 kB | 147/416 kB Progress (2): 585/961 kB | 163/416 kB Progress (2): 585/961 kB | 180/416 kB Progress (2): 585/961 kB | 196/416 kB Progress (2): 585/961 kB | 213/416 kB Progress (2): 585/961 kB | 229/416 kB Progress (2): 585/961 kB | 245/416 kB Progress (2): 585/961 kB | 262/416 kB Progress (2): 585/961 kB | 278/416 kB Progress (2): 585/961 kB | 294/416 kB Progress (2): 585/961 kB | 311/416 kB Progress (2): 585/961 kB | 327/416 kB Progress (2): 585/961 kB | 344/416 kB Progress (2): 585/961 kB | 360/416 kB Progress (2): 601/961 kB | 360/416 kB Progress (2): 601/961 kB | 376/416 kB Progress (2): 601/961 kB | 393/416 kB Progress (2): 601/961 kB | 409/416 kB Progress (2): 601/961 kB | 416 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/vafer/jdependency/2.10/jdependency-2.10.jar (416 kB at 598 kB/s) Progress (1): 618/961 kB Progress (1): 634/961 kB Progress (1): 651/961 kB Progress (1): 667/961 kB Progress (1): 683/961 kB Progress (1): 700/961 kB Progress (1): 716/961 kB Progress (1): 732/961 kB Progress (1): 749/961 kB Progress (1): 765/961 kB Progress (1): 782/961 kB Progress (1): 798/961 kB Progress (1): 814/961 kB Progress (1): 831/961 kB Progress (1): 847/961 kB Progress (1): 864/961 kB Progress (1): 880/961 kB Progress (1): 896/961 kB Progress (1): 913/961 kB Progress (1): 929/961 kB Progress (1): 945/961 kB Progress (1): 961 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.5.2/httpclient5-5.5.2.jar (961 kB at 1.1 MB/s) [INFO] Replacing main artifact /home/cecaduser/workspace/MP_202610_G81_E2_Back/target/MP_202610_G81_E2_Back-0.0.1-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/. [INFO] The original artifact has been renamed to /home/cecaduser/workspace/MP_202610_G81_E2_Back/target/MP_202610_G81_E2_Back-0.0.1-SNAPSHOT.jar.original [INFO] [INFO] --- jacoco:0.8.11:report (jacoco-site) @ MP_202610_G81_E2_Back --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- spring-boot:3.5.10:start (pre-integration-test) @ MP_202610_G81_E2_Back --- [INFO] Attaching agents: [] . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-02-09T16:02:46.904Z INFO 149 --- [ main] c.e.udistrital.mdp.pets.MainApplication : Starting MainApplication using Java 21.0.4 with PID 149 (/home/cecaduser/workspace/MP_202610_G81_E2_Back/target/classes started by root in /home/cecaduser/workspace/MP_202610_G81_E2_Back) 2026-02-09T16:02:46.909Z INFO 149 --- [ main] c.e.udistrital.mdp.pets.MainApplication : The following 1 profile is active: "integration-tests" 2026-02-09T16:02:48.878Z INFO 149 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-02-09T16:02:48.936Z INFO 149 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 35 ms. Found 0 JPA repository interfaces. 2026-02-09T16:02:50.198Z INFO 149 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8999 (http) 2026-02-09T16:02:50.227Z INFO 149 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2026-02-09T16:02:50.229Z INFO 149 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.50] 2026-02-09T16:02:50.372Z INFO 149 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/api] : Initializing Spring embedded WebApplicationContext 2026-02-09T16:02:50.372Z INFO 149 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3367 ms 2026-02-09T16:02:50.813Z INFO 149 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-02-09T16:02:50.911Z INFO 149 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.41.Final 2026-02-09T16:02:51.029Z INFO 149 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-02-09T16:02:51.509Z INFO 149 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-02-09T16:02:51.575Z INFO 149 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2026-02-09T16:02:51.939Z INFO 149 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:pets user=SA 2026-02-09T16:02:51.941Z INFO 149 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2026-02-09T16:02:51.992Z WARN 149 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) 2026-02-09T16:02:52.032Z INFO 149 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-02-09T16:02:52.570Z INFO 149 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) 2026-02-09T16:02:52.574Z INFO 149 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-02-09T16:02:53.532Z INFO 149 --- [ main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets' 2026-02-09T16:02:53.673Z INFO 149 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8999 (http) with context path '/api' 2026-02-09T16:02:53.715Z INFO 149 --- [ main] c.e.udistrital.mdp.pets.MainApplication : Started MainApplication in 7.747 seconds (process running for 9.355) [INFO] [INFO] --- exec:1.6.0:exec (combine-collection) @ MP_202610_G81_E2_Back --- Collection 'Default Tests' was successfully added. Combined collection is saved to 'it/composed.collection.json' [INFO] [INFO] --- spring-boot:3.5.10:stop (post-integration-test) @ MP_202610_G81_E2_Back --- [INFO] Stopping application... 2026-02-09T16:02:58.171Z INFO 149 --- [on(2)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested. 2026-02-09T16:02:58.175Z INFO 149 --- [on(2)-127.0.0.1] o.s.b.w.e.tomcat.GracefulShutdown : Commencing graceful shutdown. Waiting for active requests to complete 2026-02-09T16:02:58.181Z INFO 149 --- [tomcat-shutdown] o.s.b.w.e.tomcat.GracefulShutdown : Graceful shutdown complete 2026-02-09T16:02:58.187Z INFO 149 --- [on(2)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' 2026-02-09T16:02:58.190Z INFO 149 --- [on(2)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... 2026-02-09T16:02:58.198Z INFO 149 --- [on(2)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed. [INFO] [INFO] --- install:3.1.4:install (default-install) @ MP_202610_G81_E2_Back --- Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.pom Progress (1): 838 B Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.pom (2.2 kB at 24 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.9.22/maven-resolver-1.9.22.pom Progress (1): 756 B Progress (1): 2.3 kB Progress (1): 4.0 kB Progress (1): 9.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Progress (1): 22 kB Progress (1): 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.9.22/maven-resolver-1.9.22.pom (23 kB at 152 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.pom Progress (1): 834 B Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.pom (2.2 kB at 22 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.jar Progress (1): 7.7/196 kB Progress (1): 16/196 kB Progress (1): 32/196 kB Progress (1): 49/196 kB Progress (1): 57/196 kB Progress (1): 74/196 kB Progress (1): 90/196 kB Progress (1): 106/196 kB Progress (1): 123/196 kB Progress (1): 139/196 kB Progress (1): 156/196 kB Progress (1): 172/196 kB Progress (1): 188/196 kB Progress (1): 196 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.jar (196 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.jar Progress (1): 7.7/157 kB Progress (1): 16/157 kB Progress (1): 32/157 kB Progress (1): 49/157 kB Progress (1): 65/157 kB Progress (1): 81/157 kB Progress (1): 98/157 kB Progress (1): 114/157 kB Progress (1): 131/157 kB Progress (1): 147/157 kB Progress (1): 157 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.jar (157 kB at 993 kB/s) [INFO] Installing /home/cecaduser/workspace/MP_202610_G81_E2_Back/pom.xml to /root/.m2/repository/co/edu/udistrital/mdp/MP_202610_G81_E2_Back/0.0.1-SNAPSHOT/MP_202610_G81_E2_Back-0.0.1-SNAPSHOT.pom [INFO] Installing /home/cecaduser/workspace/MP_202610_G81_E2_Back/target/MP_202610_G81_E2_Back-0.0.1-SNAPSHOT.jar to /root/.m2/repository/co/edu/udistrital/mdp/MP_202610_G81_E2_Back/0.0.1-SNAPSHOT/MP_202610_G81_E2_Back-0.0.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 51.310 s [INFO] Finished at: 2026-02-09T16:02:59Z [INFO] ------------------------------------------------------------------------ [Pipeline] } $ docker stop --time=1 2be22798573a503476765c6e0c0cc50b297adf859494248854d954788a81d90c $ docker rm -f --volumes 2be22798573a503476765c6e0c0cc50b297adf859494248854d954788a81d90c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Testing) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . citools-isis2603:latest . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer Slave3 does not seem to be running inside a container $ docker run -t -d -u 1000:1000 -v $HOME/.m2:/root/.m2:z -u root -w /home/cecaduser/workspace/MP_202610_G81_E2_Back -v /home/cecaduser/workspace/MP_202610_G81_E2_Back:/home/cecaduser/workspace/MP_202610_G81_E2_Back:rw,z -v /home/cecaduser/workspace/MP_202610_G81_E2_Back@tmp:/home/cecaduser/workspace/MP_202610_G81_E2_Back@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** citools-isis2603:latest cat $ docker top c31b88ad5efdecfa356d1f0cb0cb47d12e9782a51835519f06f905bb0d988c75 -eo pid,comm [Pipeline] { [Pipeline] sh + mvn test [INFO] Scanning for projects... [INFO] [INFO] ------------< co.edu.udistrital.mdp:MP_202610_G81_E2_Back >------------- [INFO] Building MP_202610_G81_E2_Back 0.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ MP_202610_G81_E2_Back --- [INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/cecaduser/workspace/MP_202610_G81_E2_Back/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ MP_202610_G81_E2_Back --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 0 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.14.1:compile (default-compile) @ MP_202610_G81_E2_Back --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ MP_202610_G81_E2_Back --- [INFO] skip non existing resourceDirectory /home/cecaduser/workspace/MP_202610_G81_E2_Back/src/test/resources [INFO] [INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ MP_202610_G81_E2_Back --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:2.22.1:test (default-test) @ MP_202610_G81_E2_Back --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.144 s [INFO] Finished at: 2026-02-09T16:03:06Z [INFO] ------------------------------------------------------------------------ [Pipeline] } $ docker stop --time=1 c31b88ad5efdecfa356d1f0cb0cb47d12e9782a51835519f06f905bb0d988c75 $ docker rm -f --volumes c31b88ad5efdecfa356d1f0cb0cb47d12e9782a51835519f06f905bb0d988c75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static Analysis) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . citools-isis2603:latest . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer Slave3 does not seem to be running inside a container $ docker run -t -d -u 1000:1000 -v $HOME/.m2:/root/.m2:z -u root -w /home/cecaduser/workspace/MP_202610_G81_E2_Back -v /home/cecaduser/workspace/MP_202610_G81_E2_Back:/home/cecaduser/workspace/MP_202610_G81_E2_Back:rw,z -v /home/cecaduser/workspace/MP_202610_G81_E2_Back@tmp:/home/cecaduser/workspace/MP_202610_G81_E2_Back@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** citools-isis2603:latest cat $ docker top 8ee3e556227c0a5e3673f9156242f251afe9184e84f2fab4442b579f90bb5932 -eo pid,comm [Pipeline] { [Pipeline] sh + mvn sonar:sonar -Dsonar.token=**** -Dsonar.host.url=http://10.20.84.26:8082/sonar [INFO] Scanning for projects... Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.pom Progress (1): 771 B Progress (1): 1.8 kB Progress (1): 3.9 kB Progress (1): 8.1 kB Progress (1): 9.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.pom (9.2 kB at 13 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.6.1/build-helper-maven-plugin-3.6.1.pom Progress (1): 1.0 kB Progress (1): 2.7 kB Progress (1): 6.0 kB Progress (1): 8.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.6.1/build-helper-maven-plugin-3.6.1.pom (8.1 kB at 83 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/91/mojo-parent-91.pom Progress (1): 715 B Progress (1): 1.7 kB Progress (1): 5.4 kB Progress (1): 7.3 kB Progress (1): 9.0 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 18 kB Progress (1): 23 kB Progress (1): 27 kB Progress (1): 28 kB Progress (1): 32 kB Progress (1): 35 kB Progress (1): 38 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/91/mojo-parent-91.pom (38 kB at 367 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.0/junit-bom-5.13.0.pom Progress (1): 908 B Progress (1): 2.4 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.0/junit-bom-5.13.0.pom (5.6 kB at 65 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.6.1/build-helper-maven-plugin-3.6.1.jar Progress (1): 0.9/72 kB Progress (1): 2.3/72 kB Progress (1): 3.7/72 kB Progress (1): 5.0/72 kB Progress (1): 6.4/72 kB Progress (1): 7.8/72 kB Progress (1): 9.1/72 kB Progress (1): 11/72 kB Progress (1): 12/72 kB Progress (1): 13/72 kB Progress (1): 15/72 kB Progress (1): 16/72 kB Progress (1): 17/72 kB Progress (1): 19/72 kB Progress (1): 20/72 kB Progress (1): 21/72 kB Progress (1): 23/72 kB Progress (1): 24/72 kB Progress (1): 26/72 kB Progress (1): 27/72 kB Progress (1): 28/72 kB Progress (1): 30/72 kB Progress (1): 31/72 kB Progress (1): 32/72 kB Progress (1): 34/72 kB Progress (1): 35/72 kB Progress (1): 37/72 kB Progress (1): 38/72 kB Progress (1): 39/72 kB Progress (1): 43/72 kB Progress (1): 48/72 kB Progress (1): 52/72 kB Progress (1): 56/72 kB Progress (1): 60/72 kB Progress (1): 65/72 kB Progress (1): 69/72 kB Progress (1): 72 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.6.1/build-helper-maven-plugin-3.6.1.jar (72 kB at 720 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/cyclonedx/cyclonedx-maven-plugin/2.9.1/cyclonedx-maven-plugin-2.9.1.pom Progress (1): 708 B Progress (1): 2.2 kB Progress (1): 4.5 kB Progress (1): 8.7 kB Progress (1): 12 kB Progress (1): 17 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/cyclonedx/cyclonedx-maven-plugin/2.9.1/cyclonedx-maven-plugin-2.9.1.pom (19 kB at 219 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom Progress (1): 908 B Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom (5.6 kB at 65 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/cyclonedx/cyclonedx-maven-plugin/2.9.1/cyclonedx-maven-plugin-2.9.1.jar Progress (1): 3.8/52 kB Progress (1): 8.0/52 kB Progress (1): 12/52 kB Progress (1): 16/52 kB Progress (1): 20/52 kB Progress (1): 24/52 kB Progress (1): 28/52 kB Progress (1): 33/52 kB Progress (1): 37/52 kB Progress (1): 41/52 kB Progress (1): 45/52 kB Progress (1): 50/52 kB Progress (1): 52 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/cyclonedx/cyclonedx-maven-plugin/2.9.1/cyclonedx-maven-plugin-2.9.1.jar (52 kB at 576 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/flywaydb/flyway-maven-plugin/11.7.2/flyway-maven-plugin-11.7.2.pom Progress (1): 2.1 kB Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/flywaydb/flyway-maven-plugin/11.7.2/flyway-maven-plugin-11.7.2.pom (3.8 kB at 44 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/flywaydb/flyway-parent/11.7.2/flyway-parent-11.7.2.pom Progress (1): 1.0 kB Progress (1): 3.4 kB Progress (1): 5.2 kB Progress (1): 8.0 kB Progress (1): 17 kB Progress (1): 22 kB Progress (1): 27 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 36 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/flywaydb/flyway-parent/11.7.2/flyway-parent-11.7.2.pom (36 kB at 387 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/flywaydb/flyway-maven-plugin/11.7.2/flyway-maven-plugin-11.7.2.jar Progress (1): 3.8/110 kB Progress (1): 8.0/110 kB Progress (1): 12/110 kB Progress (1): 16/110 kB Progress (1): 21/110 kB Progress (1): 25/110 kB Progress (1): 29/110 kB Progress (1): 33/110 kB Progress (1): 38/110 kB Progress (1): 42/110 kB Progress (1): 46/110 kB Progress (1): 62/110 kB Progress (1): 79/110 kB Progress (1): 95/110 kB Progress (1): 110 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/flywaydb/flyway-maven-plugin/11.7.2/flyway-maven-plugin-11.7.2.jar (110 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/github/git-commit-id/git-commit-id-maven-plugin/9.0.2/git-commit-id-maven-plugin-9.0.2.pom Progress (1): 960 B Progress (1): 2.7 kB Progress (1): 7.9 kB Progress (1): 11 kB Progress (1): 15 kB Progress (1): 18 kB Progress (1): 21 kB Progress (1): 26 kB Progress (1): 28 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/github/git-commit-id/git-commit-id-maven-plugin/9.0.2/git-commit-id-maven-plugin-9.0.2.pom (28 kB at 270 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/github/git-commit-id/git-commit-id-maven-plugin/9.0.2/git-commit-id-maven-plugin-9.0.2.jar Progress (1): 7.7/55 kB Progress (1): 16/55 kB Progress (1): 32/55 kB Progress (1): 49/55 kB Progress (1): 55 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/github/git-commit-id/git-commit-id-maven-plugin/9.0.2/git-commit-id-maven-plugin-9.0.2.jar (55 kB at 532 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-codegen-maven/3.19.29/jooq-codegen-maven-3.19.29.pom Progress (1): 1.2 kB Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-codegen-maven/3.19.29/jooq-codegen-maven-3.19.29.pom (3.9 kB at 42 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-parent/3.19.29/jooq-parent-3.19.29.pom Progress (1): 909 B Progress (1): 2.3 kB Progress (1): 4.3 kB Progress (1): 11 kB Progress (1): 17 kB Progress (1): 21 kB Progress (1): 24 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 38 kB Progress (1): 41 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-parent/3.19.29/jooq-parent-3.19.29.pom (41 kB at 438 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-codegen-maven/3.19.29/jooq-codegen-maven-3.19.29.jar Progress (1): 7.7/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-codegen-maven/3.19.29/jooq-codegen-maven-3.19.29.jar (18 kB at 202 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/4.31.1/liquibase-maven-plugin-4.31.1.pom Progress (1): 1.3 kB Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/4.31.1/liquibase-maven-plugin-4.31.1.pom (2.0 kB at 22 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/4.31.1/liquibase-maven-plugin-4.31.1.jar Progress (1): 7.7/352 kB Progress (1): 16/352 kB Progress (1): 32/352 kB Progress (1): 49/352 kB Progress (1): 65/352 kB Progress (1): 81/352 kB Progress (1): 98/352 kB Progress (1): 114/352 kB Progress (1): 131/352 kB Progress (1): 147/352 kB Progress (1): 163/352 kB Progress (1): 180/352 kB Progress (1): 196/352 kB Progress (1): 213/352 kB Progress (1): 229/352 kB Progress (1): 245/352 kB Progress (1): 262/352 kB Progress (1): 278/352 kB Progress (1): 294/352 kB Progress (1): 311/352 kB Progress (1): 327/352 kB Progress (1): 344/352 kB Progress (1): 352 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/4.31.1/liquibase-maven-plugin-4.31.1.jar (352 kB at 3.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.pom Progress (1): 744 B Progress (1): 2.1 kB Progress (1): 4.8 kB Progress (1): 8.3 kB Progress (1): 10 kB Progress (1): 14 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.pom (15 kB at 165 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.jar Progress (1): 7.7/240 kB Progress (1): 16/240 kB Progress (1): 32/240 kB Progress (1): 49/240 kB Progress (1): 65/240 kB Progress (1): 81/240 kB Progress (1): 98/240 kB Progress (1): 114/240 kB Progress (1): 131/240 kB Progress (1): 147/240 kB Progress (1): 163/240 kB Progress (1): 180/240 kB Progress (1): 196/240 kB Progress (1): 213/240 kB Progress (1): 229/240 kB Progress (1): 240 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.jar (240 kB at 2.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.8.1/maven-dependency-plugin-3.8.1.pom Progress (1): 747 B Progress (1): 2.3 kB Progress (1): 5.1 kB Progress (1): 9.4 kB Progress (1): 14 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.8.1/maven-dependency-plugin-3.8.1.pom (18 kB at 200 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.8.1/maven-dependency-plugin-3.8.1.jar Progress (1): 7.7/208 kB Progress (1): 16/208 kB Progress (1): 32/208 kB Progress (1): 49/208 kB Progress (1): 65/208 kB Progress (1): 81/208 kB Progress (1): 98/208 kB Progress (1): 114/208 kB Progress (1): 131/208 kB Progress (1): 147/208 kB Progress (1): 163/208 kB Progress (1): 180/208 kB Progress (1): 196/208 kB Progress (1): 208 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.8.1/maven-dependency-plugin-3.8.1.jar (208 kB at 2.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.5.0/maven-enforcer-plugin-3.5.0.pom Progress (1): 810 B Progress (1): 3.5 kB Progress (1): 5.4 kB Progress (1): 8.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.5.0/maven-enforcer-plugin-3.5.0.pom (8.1 kB at 87 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.5.0/enforcer-3.5.0.pom Progress (1): 807 B Progress (1): 2.3 kB Progress (1): 4.4 kB Progress (1): 9.0 kB Progress (1): 9.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.5.0/enforcer-3.5.0.pom (9.3 kB at 102 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.5.0/maven-enforcer-plugin-3.5.0.jar Progress (1): 7.7/39 kB Progress (1): 16/39 kB Progress (1): 32/39 kB Progress (1): 39 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.5.0/maven-enforcer-plugin-3.5.0.jar (39 kB at 417 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.5.4/maven-failsafe-plugin-3.5.4.pom Progress (1): 815 B Progress (1): 3.1 kB Progress (1): 6.2 kB Progress (1): 9.7 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.5.4/maven-failsafe-plugin-3.5.4.pom (10 kB at 109 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.5.4/surefire-3.5.4.pom Progress (1): 791 B Progress (1): 2.4 kB Progress (1): 4.1 kB Progress (1): 7.8 kB Progress (1): 11 kB Progress (1): 13 kB Progress (1): 16 kB Progress (1): 18 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.5.4/surefire-3.5.4.pom (19 kB at 197 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/44/maven-parent-44.pom Progress (1): 708 B Progress (1): 1.9 kB Progress (1): 5.5 kB Progress (1): 9.7 kB Progress (1): 14 kB Progress (1): 19 kB Progress (1): 23 kB Progress (1): 26 kB Progress (1): 28 kB Progress (1): 32 kB Progress (1): 36 kB Progress (1): 39 kB Progress (1): 42 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 50 kB Progress (1): 52 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/44/maven-parent-44.pom (52 kB at 580 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom Progress (1): 737 B Progress (1): 2.0 kB Progress (1): 4.0 kB Progress (1): 5.9 kB Progress (1): 11 kB Progress (1): 15 kB Progress (1): 19 kB Progress (1): 22 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom (24 kB at 261 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.1/junit-bom-5.12.1.pom Progress (1): 908 B Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.1/junit-bom-5.12.1.pom (5.6 kB at 63 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.5.4/maven-failsafe-plugin-3.5.4.jar Progress (1): 7.7/57 kB Progress (1): 16/57 kB Progress (1): 32/57 kB Progress (1): 49/57 kB Progress (1): 57 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.5.4/maven-failsafe-plugin-3.5.4.jar (57 kB at 655 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.5.1/maven-help-plugin-3.5.1.pom Progress (1): 780 B Progress (1): 2.0 kB Progress (1): 5.0 kB Progress (1): 9.1 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.5.1/maven-help-plugin-3.5.1.pom (10 kB at 91 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.5.1/maven-help-plugin-3.5.1.jar Progress (1): 8.2/65 kB Progress (1): 16/65 kB Progress (1): 33/65 kB Progress (1): 49/65 kB Progress (1): 65 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.5.1/maven-help-plugin-3.5.1.jar (65 kB at 727 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.9.1/maven-invoker-plugin-3.9.1.pom Progress (1): 752 B Progress (1): 2.1 kB Progress (1): 4.3 kB Progress (1): 9.8 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.9.1/maven-invoker-plugin-3.9.1.pom (16 kB at 173 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.27/groovy-bom-4.0.27.pom Progress (1): 919 B Progress (1): 4.0 kB Progress (1): 7.3 kB Progress (1): 8.2 kB Progress (1): 11 kB Progress (1): 15 kB Progress (1): 19 kB Progress (1): 22 kB Progress (1): 27 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.27/groovy-bom-4.0.27.pom (27 kB at 296 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.9.1/maven-invoker-plugin-3.9.1.jar Progress (1): 7.7/141 kB Progress (1): 16/141 kB Progress (1): 32/141 kB Progress (1): 49/141 kB Progress (1): 65/141 kB Progress (1): 81/141 kB Progress (1): 98/141 kB Progress (1): 114/141 kB Progress (1): 131/141 kB Progress (1): 141 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.9.1/maven-invoker-plugin-3.9.1.jar (141 kB at 1.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.11.3/maven-javadoc-plugin-3.11.3.pom Progress (1): 741 B Progress (1): 2.5 kB Progress (1): 4.2 kB Progress (1): 8.3 kB Progress (1): 13 kB Progress (1): 16 kB Progress (1): 18 kB Progress (1): 21 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.11.3/maven-javadoc-plugin-3.11.3.pom (21 kB at 235 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.11.3/maven-javadoc-plugin-3.11.3.jar Progress (1): 7.7/529 kB Progress (1): 16/529 kB Progress (1): 32/529 kB Progress (1): 49/529 kB Progress (1): 65/529 kB Progress (1): 81/529 kB Progress (1): 98/529 kB Progress (1): 114/529 kB Progress (1): 131/529 kB Progress (1): 147/529 kB Progress (1): 163/529 kB Progress (1): 180/529 kB Progress (1): 196/529 kB Progress (1): 213/529 kB Progress (1): 229/529 kB Progress (1): 245/529 kB Progress (1): 262/529 kB Progress (1): 278/529 kB Progress (1): 294/529 kB Progress (1): 311/529 kB Progress (1): 327/529 kB Progress (1): 344/529 kB Progress (1): 360/529 kB Progress (1): 376/529 kB Progress (1): 393/529 kB Progress (1): 409/529 kB Progress (1): 426/529 kB Progress (1): 442/529 kB Progress (1): 458/529 kB Progress (1): 475/529 kB Progress (1): 491/529 kB Progress (1): 507/529 kB Progress (1): 524/529 kB Progress (1): 529 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.11.3/maven-javadoc-plugin-3.11.3.jar (529 kB at 4.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.1/maven-shade-plugin-3.6.1.pom Progress (1): 775 B Progress (1): 2.3 kB Progress (1): 5.1 kB Progress (1): 8.1 kB Progress (1): 11 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.1/maven-shade-plugin-3.6.1.pom (12 kB at 113 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.1/maven-shade-plugin-3.6.1.jar Progress (1): 7.7/150 kB Progress (1): 16/150 kB Progress (1): 28/150 kB Progress (1): 44/150 kB Progress (1): 61/150 kB Progress (1): 77/150 kB Progress (1): 94/150 kB Progress (1): 110/150 kB Progress (1): 126/150 kB Progress (1): 143/150 kB Progress (1): 150 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.1/maven-shade-plugin-3.6.1.jar (150 kB at 1.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.5.4/maven-surefire-plugin-3.5.4.pom Progress (1): 827 B Progress (1): 3.3 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.5.4/maven-surefire-plugin-3.5.4.pom (4.9 kB at 54 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.5.4/maven-surefire-plugin-3.5.4.jar Progress (1): 7.7/46 kB Progress (1): 8.2/46 kB Progress (1): 25/46 kB Progress (1): 41/46 kB Progress (1): 46 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.5.4/maven-surefire-plugin-3.5.4.jar (46 kB at 524 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/graalvm/buildtools/native-maven-plugin/0.10.6/native-maven-plugin-0.10.6.pom Progress (1): 937 B Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/graalvm/buildtools/native-maven-plugin/0.10.6/native-maven-plugin-0.10.6.pom (2.7 kB at 28 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/graalvm/buildtools/native-maven-plugin/0.10.6/native-maven-plugin-0.10.6.jar Progress (1): 7.7/113 kB Progress (1): 12/113 kB Progress (1): 28/113 kB Progress (1): 44/113 kB Progress (1): 61/113 kB Progress (1): 77/113 kB Progress (1): 93/113 kB Progress (1): 110/113 kB Progress (1): 113 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/graalvm/buildtools/native-maven-plugin/0.10.6/native-maven-plugin-0.10.6.jar (113 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.18.0/versions-maven-plugin-2.18.0.pom Progress (1): 1.9 kB Progress (1): 6.8 kB Progress (1): 8.2 kB Progress (1): 11 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.18.0/versions-maven-plugin-2.18.0.pom (12 kB at 131 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.18.0/versions-2.18.0.pom Progress (1): 1.1 kB Progress (1): 3.5 kB Progress (1): 5.5 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.18.0/versions-2.18.0.pom (15 kB at 165 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/86/mojo-parent-86.pom Progress (1): 714 B Progress (1): 2.5 kB Progress (1): 5.8 kB Progress (1): 7.6 kB Progress (1): 11 kB Progress (1): 13 kB Progress (1): 18 kB Progress (1): 23 kB Progress (1): 27 kB Progress (1): 29 kB Progress (1): 32 kB Progress (1): 37 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/86/mojo-parent-86.pom (37 kB at 393 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.18.0/versions-maven-plugin-2.18.0.jar Progress (1): 8.2/299 kB Progress (1): 25/299 kB Progress (1): 41/299 kB Progress (1): 57/299 kB Progress (1): 74/299 kB Progress (1): 90/299 kB Progress (1): 98/299 kB Progress (1): 115/299 kB Progress (1): 131/299 kB Progress (1): 147/299 kB Progress (1): 156/299 kB Progress (1): 164/299 kB Progress (1): 180/299 kB Progress (1): 188/299 kB Progress (1): 205/299 kB Progress (1): 213/299 kB Progress (1): 229/299 kB Progress (1): 246/299 kB Progress (1): 262/299 kB Progress (1): 279/299 kB Progress (1): 295/299 kB Progress (1): 299 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.18.0/versions-maven-plugin-2.18.0.jar (299 kB at 2.8 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml Progress (1): 3.1 kB Progress (1): 8.0 kB Progress (1): 13 kB Progress (1): 17 kB Progress (1): 21 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (21 kB at 115 kB/s) Progress (1): 3.4 kB Progress (1): 10.0 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 59 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/sonar-maven-plugin/maven-metadata.xml Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/sonar-maven-plugin/maven-metadata.xml (1.4 kB at 14 kB/s) [WARNING] The artifact org.codehaus.mojo:sonar-maven-plugin:jar:4.0.0.4121 has been relocated to org.sonarsource.scanner.maven:sonar-maven-plugin:jar:4.0.0.4121: SonarQube plugin was moved to SonarSource organisation [INFO] [INFO] ------------< co.edu.udistrital.mdp:MP_202610_G81_E2_Back >------------- [INFO] Building MP_202610_G81_E2_Back 0.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- sonar:4.0.0.4121:sonar (default-cli) @ MP_202610_G81_E2_Back --- [WARNING] 16:03:18.844 Using an unspecified version instead of an explicit plugin version may introduce breaking analysis changes at an unwanted time. It is highly recommended to use an explicit version, e.g. 'org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121'. [INFO] 16:03:18.859 Java 21.0.4 Eclipse Adoptium (64-bit) [INFO] 16:03:18.859 Linux 6.14.0-37-generic (amd64) [INFO] 16:03:18.938 User cache: /root/.sonar/cache [INFO] 16:03:19.697 Communicating with SonarQube Server 25.3.0.104237 [INFO] 16:03:19.725 Default locale: "en_US", source code encoding: "UTF-8" [INFO] 16:03:21.237 Load global settings [INFO] 16:03:21.328 Load global settings (done) | time=92ms [INFO] 16:03:21.344 Server id: 243B8A4D-AZWSB3madBdjq_cKUIEO [INFO] 16:03:21.358 Loading required plugins [INFO] 16:03:21.359 Load plugins index [INFO] 16:03:21.409 Load plugins index (done) | time=50ms [INFO] 16:03:21.409 Load/download plugins [INFO] 16:03:21.712 Load/download plugins (done) | time=303ms [INFO] 16:03:22.446 Process project properties [INFO] 16:03:22.475 Process project properties (done) | time=29ms [INFO] 16:03:22.498 Project key: co.edu.udistrital.mdp:MP_202610_G81_E2_Back [INFO] 16:03:22.498 Base dir: /home/cecaduser/workspace/MP_202610_G81_E2_Back [INFO] 16:03:22.498 Working dir: /home/cecaduser/workspace/MP_202610_G81_E2_Back/target/sonar [INFO] 16:03:22.510 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E2_Back' [INFO] 16:03:22.556 Load quality profiles [INFO] 16:03:22.626 Load quality profiles (done) | time=70ms [INFO] 16:03:22.668 Auto-configuring with CI 'Jenkins' [INFO] 16:03:22.747 Load active rules [INFO] 16:03:23.037 Load active rules (done) | time=290ms [INFO] 16:03:23.044 Load analysis cache [INFO] 16:03:23.053 Load analysis cache (404) | time=9ms [INFO] 16:03:23.148 Preprocessing files... [INFO] 16:03:23.349 2 languages detected in 11 preprocessed files [INFO] 16:03:23.377 0 files ignored because of scm ignore settings [INFO] 16:03:23.383 Loading plugins for detected languages [INFO] 16:03:23.384 Load/download plugins [INFO] 16:03:23.893 Load/download plugins (done) | time=509ms [INFO] 16:03:24.084 Load project repositories [INFO] 16:03:24.094 Load project repositories (done) | time=10ms [INFO] 16:03:24.114 Indexing files... [INFO] 16:03:24.114 Project configuration: [INFO] 16:03:24.114 Excluded sources for coverage: **/controllers/**, **/exceptions/**, **/podam/**, **/dto/** [INFO] 16:03:24.127 11 files indexed [INFO] 16:03:24.128 Quality profile for java: Sonar way [INFO] 16:03:24.128 Quality profile for xml: Sonar way [INFO] 16:03:24.128 ------------- Run sensors on module MP_202610_G81_E2_Back [INFO] 16:03:24.201 Load metrics repository [INFO] 16:03:24.225 Load metrics repository (done) | time=24ms [INFO] 16:03:25.717 Sensor JavaSensor [java] [INFO] 16:03:25.722 Configured Java source version (sonar.java.source): 21, preview features enabled (sonar.java.enablePreview): false [INFO] 16:03:25.782 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 16:03:25.784 Using ECJ batch to parse 10 Main java source files with batch size 104 KB. [INFO] 16:03:26.205 Starting batch processing. [INFO] 16:03:26.822 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 16:03:28.612 100% analyzed [INFO] 16:03:28.612 Batch processing: Done. [INFO] 16:03:28.614 Did not optimize analysis for any files, performed a full analysis for all 10 files. [INFO] 16:03:28.615 No "Test" source files to scan. [INFO] 16:03:28.615 No "Generated" source files to scan. [INFO] 16:03:28.615 Sensor JavaSensor [java] (done) | time=2902ms [INFO] 16:03:28.616 Sensor SurefireSensor [java] [INFO] 16:03:28.616 parsing [/home/cecaduser/workspace/MP_202610_G81_E2_Back/target/surefire-reports] [INFO] 16:03:28.617 Sensor SurefireSensor [java] (done) | time=1ms [INFO] 16:03:28.617 Sensor XML Sensor [xml] [INFO] 16:03:28.627 1 source file to be analyzed [INFO] 16:03:28.995 1/1 source file has been analyzed [INFO] 16:03:28.995 Sensor XML Sensor [xml] (done) | time=378ms [INFO] 16:03:28.995 Sensor JaCoCo XML Report Importer [jacoco] [WARNING] 16:03:28.997 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='/home/cecaduser/workspace/MP_202610_G81_E2_Back/../target/jacoco-report/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 16:03:28.998 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 16:03:29.001 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=6ms [INFO] 16:03:29.001 Sensor Java Config Sensor [iac] [INFO] 16:03:29.030 0 source files to be analyzed [INFO] 16:03:29.031 0/0 source files have been analyzed [INFO] 16:03:29.031 Sensor Java Config Sensor [iac] (done) | time=30ms [INFO] 16:03:29.031 Sensor IaC Docker Sensor [iac] [INFO] 16:03:29.192 0 source files to be analyzed [INFO] 16:03:29.192 0/0 source files have been analyzed [INFO] 16:03:29.192 Sensor IaC Docker Sensor [iac] (done) | time=161ms [INFO] 16:03:29.193 Sensor TextAndSecretsSensor [text] [INFO] 16:03:29.193 Available processors: 4 [INFO] 16:03:29.193 Using 4 threads for analysis. [INFO] 16:03:29.723 Using git CLI to retrieve untracked files [WARNING] 16:03:29.729 Analyzing only language associated files, make sure to run the analysis inside a git repository to make use of inclusions specified via "sonar.text.inclusions" [INFO] 16:03:29.752 11 source files to be analyzed [INFO] 16:03:29.801 11/11 source files have been analyzed [INFO] 16:03:29.802 Sensor TextAndSecretsSensor [text] (done) | time=609ms [INFO] 16:03:29.809 ------------- Run sensors on project [INFO] 16:03:30.003 Sensor Zero Coverage Sensor [INFO] 16:03:30.010 Sensor Zero Coverage Sensor (done) | time=7ms [INFO] 16:03:30.010 Sensor Java CPD Block Indexer [INFO] 16:03:30.050 Sensor Java CPD Block Indexer (done) | time=40ms [INFO] 16:03:30.050 ------------- Gather SCA dependencies on project [INFO] 16:03:30.062 SCM Publisher SCM provider for this project is: git [INFO] 16:03:30.063 SCM Publisher 11 source files to be analyzed [INFO] 16:03:30.525 SCM Publisher 11/11 source files have been analyzed (done) | time=441ms [INFO] 16:03:30.535 CPD Executor 4 files had no CPD blocks [INFO] 16:03:30.536 CPD Executor Calculating CPD for 6 files [INFO] 16:03:30.543 CPD Executor CPD calculation finished (done) | time=7ms [INFO] 16:03:30.548 SCM revision ID 'ce53632a111f5a19252e4d9518fb72f644351ccd' [INFO] 16:03:30.806 Analysis report generated in 241ms, dir size=263.8 kB [INFO] 16:03:30.849 Analysis report compressed in 42ms, zip size=48.9 kB [INFO] 16:03:31.064 Analysis report uploaded in 215ms [INFO] 16:03:31.066 ANALYSIS SUCCESSFUL, you can find the results at: http://10.20.84.26:8082/sonar/dashboard?id=co.edu.udistrital.mdp%3AMP_202610_G81_E2_Back [INFO] 16:03:31.067 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report [INFO] 16:03:31.067 More about the report processing at http://10.20.84.26:8082/sonar/api/ce/task?id=0b286b6c-eeb7-4723-902a-de2bdfee696e [INFO] 16:03:31.085 Analysis total time: 9.276 s [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 20.704 s [INFO] Finished at: 2026-02-09T16:03:31Z [INFO] ------------------------------------------------------------------------ [Pipeline] } $ docker stop --time=1 8ee3e556227c0a5e3673f9156242f251afe9184e84f2fab4442b579f90bb5932 $ docker rm -f --volumes 8ee3e556227c0a5e3673f9156242f251afe9184e84f2fab4442b579f90bb5932 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] deleteDir [Pipeline] dir Running in /home/cecaduser/workspace/MP_202610_G81_E2_Back/MP_202610_G81_E2_Back@tmp [Pipeline] { [Pipeline] deleteDir [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS